Mercurial > emacs
changeset 94161:f6a929751bfd
(cvs-commit-buffer-require-final-newline, cvs-changelog-full-paragraphs):
Add WHEN to obsolescence declaration.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 18 Apr 2008 10:29:55 +0000 |
parents | 9d152f22242c |
children | 6832f57d6232 |
files | lisp/log-edit.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/log-edit.el Fri Apr 18 10:29:23 2008 +0000 +++ b/lisp/log-edit.el Fri Apr 18 10:29:55 2008 +0000 @@ -110,7 +110,8 @@ (defvar cvs-commit-buffer-require-final-newline t) (make-obsolete-variable 'cvs-commit-buffer-require-final-newline - 'log-edit-require-final-newline) + 'log-edit-require-final-newline + "21.1") (defcustom log-edit-require-final-newline cvs-commit-buffer-require-final-newline @@ -151,7 +152,8 @@ (defvar cvs-changelog-full-paragraphs t) (make-obsolete-variable 'cvs-changelog-full-paragraphs - 'log-edit-changelog-full-paragraphs) + 'log-edit-changelog-full-paragraphs + "21.1") (defvar log-edit-changelog-full-paragraphs cvs-changelog-full-paragraphs "*If non-nil, include full ChangeLog paragraphs in the log.