changeset 64685:9c89284fc434

(next-error-follow-minor-mode): make-variable-buffer-local -> make-local-variable.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 29 Jul 2005 20:55:36 +0000
parents eb2cbda455c6
children 2f0ab6e7e9e8
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Fri Jul 29 20:51:34 2005 +0000
+++ b/lisp/simple.el	Fri Jul 29 20:55:36 2005 +0000
@@ -313,7 +313,7 @@
   (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.