# HG changeset patch # User Romain Francoise # Date 1125079645 0 # Node ID 217750047c309255a104c8eab81380d67e070a57 # Parent 451eb4a93201b5eda64828b06b525ef6085d14b8 (compilation-start): Doc fix. diff -r 451eb4a93201 -r 217750047c30 lisp/ChangeLog --- a/lisp/ChangeLog Fri Aug 26 18:03:46 2005 +0000 +++ b/lisp/ChangeLog Fri Aug 26 18:07:25 2005 +0000 @@ -39,6 +39,8 @@ 2005-08-26 Romain Francoise + * progmodes/compile.el (compilation-start): Doc fix. + * progmodes/antlr-mode.el (antlr-default): Fix defface form. (antlr-font-lock-additional-keywords): Fix reference to `antlr-font-lock-literal-regexp' erroneously changed during the diff -r 451eb4a93201 -r 217750047c30 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Fri Aug 26 18:03:46 2005 +0000 +++ b/lisp/progmodes/compile.el Fri Aug 26 18:07:25 2005 +0000 @@ -918,7 +918,8 @@ MODE is the major mode to set in the compilation buffer. Mode may also be t meaning use `compilation-shell-minor-mode' under `comint-mode'. -NAME-FUNCTION is a function called to name the buffer. +If NAME-FUNCTION is non-nil, call it with one argument (the mode name) +to determine the buffer name. If HIGHLIGHT-REGEXP is non-nil, `next-error' will temporarily highlight the matching section of the visited source line; the default is to use the