emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el [emacs-unicode-


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el [emacs-unicode-2]
Date: Thu, 09 Sep 2004 17:57:18 -0400

Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.276.2.4 
emacs/lisp/progmodes/compile.el:1.276.2.5
*** emacs/lisp/progmodes/compile.el:1.276.2.4   Sat Sep  4 09:14:25 2004
--- emacs/lisp/progmodes/compile.el     Thu Sep  9 09:36:33 2004
***************
*** 878,884 ****
          ;; Set the EMACS variable, but
          ;; don't override users' setting of $EMACS.
          (unless (getenv "EMACS") '("EMACS=t"))
!         process-environment))
        (thisdir default-directory)
        outwin outbuf)
      (with-current-buffer
--- 878,884 ----
          ;; Set the EMACS variable, but
          ;; don't override users' setting of $EMACS.
          (unless (getenv "EMACS") '("EMACS=t"))
!         (copy-sequence process-environment)))
        (thisdir default-directory)
        outwin outbuf)
      (with-current-buffer
***************
*** 1059,1064 ****
--- 1059,1065 ----
      (set-keymap-parent map compilation-minor-mode-map)
      (define-key map " " 'scroll-up)
      (define-key map "\^?" 'scroll-down)
+     (define-key map "\C-c\C-f" 'next-error-follow-minor-mode)
  
      ;; Set up the menu-bar
      (define-key map [menu-bar compilation]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]