comparison lisp/progmodes/compile.el @ 89966:d8411455de48

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-32 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-486 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-487 Tweak permissions * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-488 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-489 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-490 Update from CVS: man/fixit.texi (Spelling): Fix typo. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-491 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-494 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-495 Update from CVS: Add missing lisp/mh-e files * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-496 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-499 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-500 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-513 Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 27 Aug 2004 07:00:34 +0000
parents 4c90ffeb71c5 fb266772e0e7
children 3219f94257bc
comparison
equal deleted inserted replaced
89965:5e9097d1ad99 89966:d8411455de48
1099 "Major mode for compilation log buffers. 1099 "Major mode for compilation log buffers.
1100 \\<compilation-mode-map>To visit the source for a line-numbered error, 1100 \\<compilation-mode-map>To visit the source for a line-numbered error,
1101 move point to the error message line and type \\[compile-goto-error]. 1101 move point to the error message line and type \\[compile-goto-error].
1102 To kill the compilation, type \\[kill-compilation]. 1102 To kill the compilation, type \\[kill-compilation].
1103 1103
1104 Runs `compilation-mode-hook' with `run-hooks' (which see)." 1104 Runs `compilation-mode-hook' with `run-hooks' (which see).
1105
1106 \\{compilation-mode-map}"
1105 (interactive) 1107 (interactive)
1106 (kill-all-local-variables) 1108 (kill-all-local-variables)
1107 (use-local-map compilation-mode-map) 1109 (use-local-map compilation-mode-map)
1108 (setq major-mode 'compilation-mode 1110 (setq major-mode 'compilation-mode
1109 mode-name "Compilation") 1111 mode-name "Compilation")