comparison 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
comparison
equal deleted inserted replaced
55236:320015aa45c3 55237:37068e6cd644
490 "Face name to use for column number in message.") 490 "Face name to use for column number in message.")
491 491
492 492
493 493
494 ;; Used for compatibility with the old compile.el. 494 ;; Used for compatibility with the old compile.el.
495 (defvaralias 'compilation-last-buffer 'next-error-last-buffer)
495 (defvar compilation-parsing-end (make-marker)) 496 (defvar compilation-parsing-end (make-marker))
496 (defvar compilation-parse-errors-function nil) 497 (defvar compilation-parse-errors-function nil)
497 (defvar compilation-error-list nil) 498 (defvar compilation-error-list nil)
498 (defvar compilation-old-error-list nil) 499 (defvar compilation-old-error-list nil)
499 500