diff lisp/progmodes/compile.el @ 55237:37068e6cd644

(compilation-last-buffer): Add var alias.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 29 Apr 2004 19:02:12 +0000
parents 193a4c332536
children 19ff0d2ea8e8
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Thu Apr 29 18:59:27 2004 +0000
+++ b/lisp/progmodes/compile.el	Thu Apr 29 19:02:12 2004 +0000
@@ -492,6 +492,7 @@
 
 
 ;; 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)