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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
Date: Tue, 17 Aug 2004 09:28:07 -0400

Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.322 
emacs/lisp/progmodes/compile.el:1.323
*** emacs/lisp/progmodes/compile.el:1.322       Fri Jun 18 23:00:46 2004
--- emacs/lisp/progmodes/compile.el     Mon Aug 16 22:44:56 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]