emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111500: * autorevert.el (auto-revert


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111500: * autorevert.el (auto-revert-notify-watch-descriptor): Give it
Date: Sat, 12 Jan 2013 14:30:00 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111500
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Sat 2013-01-12 14:30:00 +0100
message:
  * autorevert.el (auto-revert-notify-watch-descriptor): Give it
  `permanent-local' property.
modified:
  lisp/ChangeLog
  lisp/autorevert.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-01-12 11:25:39 +0000
+++ b/lisp/ChangeLog    2013-01-12 13:30:00 +0000
@@ -1,3 +1,8 @@
+2013-01-12  Michael Albinus  <address@hidden>
+
+       * autorevert.el (auto-revert-notify-watch-descriptor): Give it
+       `permanent-local' property.
+
 2013-01-12  Eli Zaretskii  <address@hidden>
 
        * autorevert.el (auto-revert-notify-handler): Fix filtering of

=== modified file 'lisp/autorevert.el'
--- a/lisp/autorevert.el        2013-01-12 11:25:39 +0000
+++ b/lisp/autorevert.el        2013-01-12 13:30:00 +0000
@@ -311,7 +311,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
   "Non-nil when file has been modified on the file system.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]