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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
Date: Sat, 09 Jul 2005 16:45:27 -0400

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)




reply via email to

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