Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.364
emacs/lisp/progmodes/compile.el:1.365
*** emacs/lisp/progmodes/compile.el:1.364 Mon Jul 4 16:59:18 2005
--- emacs/lisp/progmodes/compile.el Sat Jul 9 20:45:26 2005
***************
*** 78,84 ****
;;;###autoload
(defcustom compilation-mode-hook nil
! "*List of hook functions run by `compilation-mode' (see `run-hooks')."
:type 'hook
:group 'compilation)
--- 78,84 ----
;;;###autoload
(defcustom compilation-mode-hook nil
! "*List of hook functions run by `compilation-mode' (see `run-mode-hooks')."
:type 'hook
:group 'compilation)
***************
*** 1213,1219 ****
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)
--- 1213,1219 ----
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-mode-hooks' (which see).
\\{compilation-mode-map}"
(interactive)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs