/[emacs]/emacs/lisp/progmodes/compile.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/compile.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.364 by lute, Mon Jul 4 16:59:18 2005 UTC revision 1.365 by jurta, Sat Jul 9 20:45:26 2005 UTC
# Line 78  Line 78 
78    
79  ;;;###autoload  ;;;###autoload
80  (defcustom compilation-mode-hook nil  (defcustom compilation-mode-hook nil
81    "*List of hook functions run by `compilation-mode' (see `run-hooks')."    "*List of hook functions run by `compilation-mode' (see `run-mode-hooks')."
82    :type 'hook    :type 'hook
83    :group 'compilation)    :group 'compilation)
84    
# Line 1213  from a different message." Line 1213  from a different message."
1213  move point to the error message line and type \\[compile-goto-error].  move point to the error message line and type \\[compile-goto-error].
1214  To kill the compilation, type \\[kill-compilation].  To kill the compilation, type \\[kill-compilation].
1215    
1216  Runs `compilation-mode-hook' with `run-hooks' (which see).  Runs `compilation-mode-hook' with `run-mode-hooks' (which see).
1217    
1218  \\{compilation-mode-map}"  \\{compilation-mode-map}"
1219    (interactive)    (interactive)

Legend:
Removed from v.1.364  
changed lines
  Added in v.1.365

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26