mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 19:42:53 -08:00
* autorevert.el (auto-revert-notify-watch-descriptor): Make it
buffer local, again. This was lost with the fix on 2013-01-12.
This commit is contained in:
parent
858c7150f6
commit
0eb8768885
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2013-01-17 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* 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 <juergen@archlinux.org>
|
||||
|
||||
* eshell/esh-util.el (eshell-path-env): Make it buffer local, in
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue