Mercurial > emacs
changeset 57800:ab671a8f1ce3
(auto-revert-tail-mode-text): Add :version keyword.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 30 Oct 2004 20:27:52 +0000 |
parents | 072a1474f638 |
children | 7bf1b49841aa |
files | lisp/autorevert.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/autorevert.el Sat Oct 30 19:49:27 2004 +0000 +++ b/lisp/autorevert.el Sat Oct 30 20:27:52 2004 +0000 @@ -172,7 +172,8 @@ \(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."