[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r111545: * autorevert.el (auto-revert
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r111545: * autorevert.el (auto-revert-notify-watch-descriptor): Make it |
Date: |
Thu, 17 Jan 2013 20:12:40 +0100 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 111545
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Thu 2013-01-17 20:12:40 +0100
message:
* autorevert.el (auto-revert-notify-watch-descriptor): Make it
buffer local, again. This was lost with the fix on 2013-01-12.
modified:
lisp/ChangeLog
lisp/autorevert.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2013-01-17 10:01:33 +0000
+++ b/lisp/ChangeLog 2013-01-17 19:12:40 +0000
@@ -1,3 +1,8 @@
+2013-01-17 Michael Albinus <address@hidden>
+
+ * 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 <address@hidden>
* eshell/esh-util.el (eshell-path-env): Make it buffer local, in
=== modified file 'lisp/autorevert.el'
--- a/lisp/autorevert.el 2013-01-17 09:06:47 +0000
+++ b/lisp/autorevert.el 2013-01-17 19:12:40 +0000
@@ -310,6 +310,7 @@
(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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r111545: * autorevert.el (auto-revert-notify-watch-descriptor): Make it,
Michael Albinus <=