Index: emacs/lisp/progmodes/compile.el diff -c emacs/lisp/progmodes/compile.el:1.376 emacs/lisp/progmodes/compile.el:1.377 *** emacs/lisp/progmodes/compile.el:1.376 Mon Aug 22 19:54:27 2005 --- emacs/lisp/progmodes/compile.el Fri Aug 26 18:07:24 2005 *************** *** 918,924 **** 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 HIGHLIGHT-REGEXP is non-nil, `next-error' will temporarily highlight the matching section of the visited source line; the default is to use the --- 918,925 ---- 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'. ! 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
_______________________________________________ Emacs-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-diffs
