]> git.eshelyaron.com Git - emacs.git/commitdiff
(cvs-commit-buffer-require-final-newline, cvs-changelog-full-paragraphs):
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 18 Apr 2008 10:29:55 +0000 (10:29 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 18 Apr 2008 10:29:55 +0000 (10:29 +0000)
Add WHEN to obsolescence declaration.

lisp/log-edit.el

index 7e532dcc12fccce87310d787f32553f9e9d582dc..11111286d59148b18c4db003ab72ae153e97d2c1 100644 (file)
@@ -110,7 +110,8 @@ If 'changed, only request confirmation if the list of files has
 
 (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 @@ can be obtained from `log-edit-files'."
 
 (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.