diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2013-01-29 17:03:40 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2013-01-29 17:03:40 +0100 |
commit | 2f52b5608c5dd7b5f1a4f339f1de8bfa43619ba1 (patch) | |
tree | 7b1a24900c8ba73c8f3c3b4c246a70c7ee3dabac /lisp/autorevert.el | |
parent | ea55064c0b56c497ec1ecb9345212449f07ab580 (diff) | |
download | emacs-2f52b5608c5dd7b5f1a4f339f1de8bfa43619ba1.tar.gz |
* autorevert.el (auto-revert-use-notify): Use
`custom-initialize-default' for initialization. (Bug#13583)
Diffstat (limited to 'lisp/autorevert.el')
-rw-r--r-- | lisp/autorevert.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/autorevert.el b/lisp/autorevert.el index 9270b98ac83..e44d4a88eda 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el @@ -289,6 +289,7 @@ variable through Custom only." (with-current-buffer buf (when (symbol-value 'auto-revert-notify-watch-descriptor) (auto-revert-notify-rm-watch))))))) + :initialize 'custom-initialize-default :version "24.4") (defcustom auto-revert-notify-exclude-dir-regexp |