emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
Date: Fri, 26 Aug 2005 14:07:26 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]