buffer local, again. This was lost with the fix on 2013-01-12.
+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
(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