# HG changeset patch # User Stefan Monnier # Date 1122670536 0 # Node ID 9c89284fc43456d0a5f40744b3b88b0e72261f80 # Parent eb2cbda455c613f0096cc72ee589588fc9ed6983 (next-error-follow-minor-mode): make-variable-buffer-local -> make-local-variable. diff -r eb2cbda455c6 -r 9c89284fc434 lisp/simple.el --- 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.