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: Fri, 27 Aug 2004 03:25:02 -0400

Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.276.2.2 
emacs/lisp/progmodes/compile.el:1.276.2.3
*** emacs/lisp/progmodes/compile.el:1.276.2.2   Mon Jun 28 07:29:42 2004
--- emacs/lisp/progmodes/compile.el     Fri Aug 27 07:00:28 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]