/[emacs]/emacs/lisp/progmodes/compile.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/compile.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.343 by kfstorm, Fri Dec 17 15:18:39 2004 UTC revision 1.344 by rms, Mon Dec 27 16:09:37 2004 UTC
# Line 1463  Use this command in a compilation log bu Line 1463  Use this command in a compilation log bu
1463  ;; If the current buffer is a compilation buffer, return it.  ;; If the current buffer is a compilation buffer, return it.
1464  ;; Otherwise, look for a compilation buffer and signal an error  ;; Otherwise, look for a compilation buffer and signal an error
1465  ;; if there are none.  ;; if there are none.
1466  (defun compilation-find-buffer (&optional other-buffer)  (defun compilation-find-buffer (&optional avoid-current)
1467    (next-error-find-buffer other-buffer 'compilation-buffer-internal-p))    (next-error-find-buffer avoid-current 'compilation-buffer-internal-p))
1468    
1469  ;;;###autoload  ;;;###autoload
1470  (defun compilation-next-error-function (n &optional reset)  (defun compilation-next-error-function (n &optional reset)

Legend:
Removed from v.1.343  
changed lines
  Added in v.1.344

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26