From e56dd5c6164463d79d57f042e372214fff143212 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 29 Jul 2005 20:55:36 +0000 Subject: [PATCH] (next-error-follow-minor-mode): make-variable-buffer-local -> make-local-variable. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index 40a2dae129..5e5a5c71aa 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -313,7 +313,7 @@ location." (if (not next-error-follow-minor-mode) (remove-hook 'post-command-hook 'next-error-follow-mode-post-command-hook t) (add-hook 'post-command-hook 'next-error-follow-mode-post-command-hook nil t) - (make-variable-buffer-local 'next-error-follow-last-line))) + (make-local-variable 'next-error-follow-last-line))) ;;; Used as a `post-command-hook' by `next-error-follow-mode' ;;; for the *Compilation* *grep* and *Occur* buffers. -- 2.20.1