From 0ff7f01e8552662a532dae25c6965f7ba98f91ae Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 29 Apr 2004 19:02:12 +0000 Subject: [PATCH] (compilation-last-buffer): Add var alias. --- lisp/progmodes/compile.el | 1 + 1 file changed, 1 insertion(+) 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', ;; 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) -- 2.39.5