comparison lisp/progmodes/compile.el @ 90201:fbb2bea03df9

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 474-484) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 88-91) - Merge from emacs--cvs-trunk--0 - Update FSF's address in GPL notices - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 14 Jul 2005 08:02:00 +0000
parents f9a65d7ebd29 76fced56e97e
children 890cc78a5a24
comparison
equal deleted inserted replaced
90200:f9a65d7ebd29 90201:fbb2bea03df9
76 :group 'processes) 76 :group 'processes)
77 77
78 78
79 ;;;###autoload 79 ;;;###autoload
80 (defcustom compilation-mode-hook nil 80 (defcustom compilation-mode-hook nil
81 "*List of hook functions run by `compilation-mode' (see `run-hooks')." 81 "*List of hook functions run by `compilation-mode' (see `run-mode-hooks')."
82 :type 'hook 82 :type 'hook
83 :group 'compilation) 83 :group 'compilation)
84 84
85 ;;;###autoload 85 ;;;###autoload
86 (defcustom compilation-window-height nil 86 (defcustom compilation-window-height nil
1211 "Major mode for compilation log buffers. 1211 "Major mode for compilation log buffers.
1212 \\<compilation-mode-map>To visit the source for a line-numbered error, 1212 \\<compilation-mode-map>To visit the source for a line-numbered error,
1213 move point to the error message line and type \\[compile-goto-error]. 1213 move point to the error message line and type \\[compile-goto-error].
1214 To kill the compilation, type \\[kill-compilation]. 1214 To kill the compilation, type \\[kill-compilation].
1215 1215
1216 Runs `compilation-mode-hook' with `run-hooks' (which see). 1216 Runs `compilation-mode-hook' with `run-mode-hooks' (which see).
1217 1217
1218 \\{compilation-mode-map}" 1218 \\{compilation-mode-map}"
1219 (interactive) 1219 (interactive)
1220 (kill-all-local-variables) 1220 (kill-all-local-variables)
1221 (use-local-map compilation-mode-map) 1221 (use-local-map compilation-mode-map)