Mercurial > emacs
changeset 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 | 320015aa45c3 |
children | 373bc9e19710 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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)