From: Michael Albinus Date: Thu, 17 Jan 2013 19:12:40 +0000 (+0100) Subject: * autorevert.el (auto-revert-notify-watch-descriptor): Make it X-Git-Tag: emacs-24.3.90~173^2~7^2~277 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0eb8768885fab926acfae16d2fae8d39a72d8f35;p=emacs.git * autorevert.el (auto-revert-notify-watch-descriptor): Make it buffer local, again. This was lost with the fix on 2013-01-12. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8dc238f937b..c2a58265ffd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-01-17 Michael Albinus + + * autorevert.el (auto-revert-notify-watch-descriptor): Make it + buffer local, again. This was lost with the fix on 2013-01-12. + 2013-01-17 Jürgen Hötzel * eshell/esh-util.el (eshell-path-env): Make it buffer local, in diff --git a/lisp/autorevert.el b/lisp/autorevert.el index 1ee1db01657..1b5460ff2cf 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el @@ -310,6 +310,7 @@ Hash key is a watch descriptor, hash value is the corresponding buffer.") (defvar auto-revert-notify-watch-descriptor nil "The file watch descriptor active for the current buffer.") +(make-variable-buffer-local 'auto-revert-notify-watch-descriptor) (put 'auto-revert-notify-watch-descriptor 'permanent-local t) (defvar auto-revert-notify-modified-p nil