diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-05-12 17:30:42 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-05-12 17:30:42 +0000 |
commit | 89e7ad59461ab7c95c02c3972982a8058b0c1423 (patch) | |
tree | 6527e3f6a0ef605de8ddaea553c304847428d714 /lisp/add-log.el | |
parent | 1e0c9c187093f035410ff72c7a37394a829be164 (diff) | |
download | emacs-89e7ad59461ab7c95c02c3972982a8058b0c1423.tar.gz |
Change all post-21.1 :version attributes to 21.4.
Diffstat (limited to 'lisp/add-log.el')
-rw-r--r-- | lisp/add-log.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el index 029c1797988..38276b5aa0c 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -119,7 +119,7 @@ this variable." (defcustom add-log-always-start-new-record nil "*If non-nil, `add-change-log-entry' will always start a new record." - :version "21.2" + :version "21.4" :type 'boolean :group 'change-log) |