]> git.eshelyaron.com Git - emacs.git/commitdiff
(next-error-follow-minor-mode):
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Jul 2005 20:55:36 +0000 (20:55 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Jul 2005 20:55:36 +0000 (20:55 +0000)
make-variable-buffer-local -> make-local-variable.

lisp/simple.el

index 40a2dae129a1ecd8871c0e82b32d4fc533c66fc7..5e5a5c71aaa2290e59deb89773f2bfe99e6fafbb 100644 (file)
@@ -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.