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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el [lexbind]
Date: Sat, 04 Sep 2004 05:44:08 -0400

Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.256.2.22 
emacs/lisp/progmodes/compile.el:1.256.2.23
*** emacs/lisp/progmodes/compile.el:1.256.2.22  Tue Jul  6 10:17:18 2004
--- emacs/lisp/progmodes/compile.el     Sat Sep  4 09:24:35 2004
***************
*** 1101,1107 ****
  move point to the error message line and type \\[compile-goto-error].
  To kill the compilation, type \\[kill-compilation].
  
! Runs `compilation-mode-hook' with `run-hooks' (which see)."
    (interactive)
    (kill-all-local-variables)
    (use-local-map compilation-mode-map)
--- 1101,1109 ----
  move point to the error message line and type \\[compile-goto-error].
  To kill the compilation, type \\[kill-compilation].
  
! Runs `compilation-mode-hook' with `run-hooks' (which see).
! 
! \\{compilation-mode-map}"
    (interactive)
    (kill-all-local-variables)
    (use-local-map compilation-mode-map)




reply via email to

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