From: Richard M. Stallman Date: Mon, 27 Dec 2004 16:09:37 +0000 (+0000) Subject: (compilation-find-buffer): Rename arg. X-Git-Tag: ttn-vms-21-2-B4~3134 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=749354f058407f2739171d9191a1c7878576ec54;p=emacs.git (compilation-find-buffer): Rename arg. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 9c7e8fe1560..601eb03946e 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -1463,8 +1463,8 @@ Use this command in a compilation log buffer. Sets the mark at point there." ;; If the current buffer is a compilation buffer, return it. ;; Otherwise, look for a compilation buffer and signal an error ;; if there are none. -(defun compilation-find-buffer (&optional other-buffer) - (next-error-find-buffer other-buffer 'compilation-buffer-internal-p)) +(defun compilation-find-buffer (&optional avoid-current) + (next-error-find-buffer avoid-current 'compilation-buffer-internal-p)) ;;;###autoload (defun compilation-next-error-function (n &optional reset)