diff options
Diffstat (limited to 'lisp/autorevert.el')
-rw-r--r-- | lisp/autorevert.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/autorevert.el b/lisp/autorevert.el index 5f6d26bfabb..1900d43d9e5 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el @@ -172,7 +172,8 @@ When non-nil, a message is generated whenever a file is reverted." \(When the string is not empty, make sure that it has a leading space.)" :group 'auto-revert - :type 'string) + :type 'string + :version "21.4") (defcustom auto-revert-mode-hook nil "Functions to run when Auto-Revert Mode is activated." |