# HG changeset patch # User Stefan Monnier # Date 1083265332 0 # Node ID 37068e6cd6449b2e35ef1a8dbe79796c22d42f55 # Parent 320015aa45c3d1ea230b73f3fb0d2d758902a8aa (compilation-last-buffer): Add var alias. diff -r 320015aa45c3 -r 37068e6cd644 lisp/progmodes/compile.el --- 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)