Mercurial > emacs
comparison lisp/add-log.el @ 45255:20c79f08a7da
Change all post-21.1 :version attributes to 21.4.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 12 May 2002 17:29:29 +0000 |
parents | e41eca24ba8c |
children | c9022ab03c89 |
comparison
equal
deleted
inserted
replaced
45254:9d5a9e59c339 | 45255:20c79f08a7da |
---|---|
117 :type 'boolean | 117 :type 'boolean |
118 :group 'change-log) | 118 :group 'change-log) |
119 | 119 |
120 (defcustom add-log-always-start-new-record nil | 120 (defcustom add-log-always-start-new-record nil |
121 "*If non-nil, `add-change-log-entry' will always start a new record." | 121 "*If non-nil, `add-change-log-entry' will always start a new record." |
122 :version "21.2" | 122 :version "21.4" |
123 :type 'boolean | 123 :type 'boolean |
124 :group 'change-log) | 124 :group 'change-log) |
125 | 125 |
126 (defcustom add-log-buffer-file-name-function nil | 126 (defcustom add-log-buffer-file-name-function nil |
127 "*If non-nil, function to call to identify the full filename of a buffer. | 127 "*If non-nil, function to call to identify the full filename of a buffer. |