aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2004-04-29 19:02:12 +0000
committerStefan Monnier2004-04-29 19:02:12 +0000
commit0ff7f01e8552662a532dae25c6965f7ba98f91ae (patch)
tree461a4f2082bae6e39069dda6e554abf88c072e5f
parentb917689b740a6e544892991889116e5f905cdf47 (diff)
downloademacs-0ff7f01e8552662a532dae25c6965f7ba98f91ae.tar.gz
emacs-0ff7f01e8552662a532dae25c6965f7ba98f91ae.zip
(compilation-last-buffer): Add var alias.
-rw-r--r--lisp/progmodes/compile.el1
1 files changed, 1 insertions, 0 deletions
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',
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)