From: Stefan Monnier Date: Thu, 29 Apr 2004 19:02:12 +0000 (+0000) Subject: (compilation-last-buffer): Add var alias. X-Git-Tag: ttn-vms-21-2-B4~6517 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ff7f01e8552662a532dae25c6965f7ba98f91ae;p=emacs.git (compilation-last-buffer): Add var alias. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index bb565a1ba51..4c6f88813c0 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -492,6 +492,7 @@ Faces `compilation-error-face', `compilation-warning-face', ;; Used for compatibility with the old compile.el. +(defvaralias 'compilation-last-buffer 'next-error-last-buffer) (defvar compilation-parsing-end (make-marker)) (defvar compilation-parse-errors-function nil) (defvar compilation-error-list nil)