/[emacs]/emacs/lisp/progmodes/compile.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/compile.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.256.2.24 by miles, Sat Sep 4 09:28:13 2004 UTC revision 1.256.2.25 by miles, Thu Sep 16 00:12:22 2004 UTC
# Line 878  Returns the compilation buffer created." Line 878  Returns the compilation buffer created."
878            ;; Set the EMACS variable, but            ;; Set the EMACS variable, but
879            ;; don't override users' setting of $EMACS.            ;; don't override users' setting of $EMACS.
880            (unless (getenv "EMACS") '("EMACS=t"))            (unless (getenv "EMACS") '("EMACS=t"))
881            process-environment))            (copy-sequence process-environment)))
882          (thisdir default-directory)          (thisdir default-directory)
883          outwin outbuf)          outwin outbuf)
884      (with-current-buffer      (with-current-buffer
# Line 1059  exited abnormally with code %d\n" Line 1059  exited abnormally with code %d\n"
1059      (set-keymap-parent map compilation-minor-mode-map)      (set-keymap-parent map compilation-minor-mode-map)
1060      (define-key map " " 'scroll-up)      (define-key map " " 'scroll-up)
1061      (define-key map "\^?" 'scroll-down)      (define-key map "\^?" 'scroll-down)
1062        (define-key map "\C-c\C-f" 'next-error-follow-minor-mode)
1063    
1064      ;; Set up the menu-bar      ;; Set up the menu-bar
1065      (define-key map [menu-bar compilation]      (define-key map [menu-bar compilation]

Legend:
Removed from v.1.256.2.24  
changed lines
  Added in v.1.256.2.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26