# HG changeset patch # User Luc Teirlinck # Date 1099168072 0 # Node ID ab671a8f1ce3a81c051100c382c6107140e72c96 # Parent 072a1474f638986a4ce2ad5029cf0a02a9570341 (auto-revert-tail-mode-text): Add :version keyword. diff -r 072a1474f638 -r ab671a8f1ce3 lisp/autorevert.el --- 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."