diff lisp/add-log.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents 448dec90812c
children a974294c56fa 3ebd9bdb4fe5
line wrap: on
line diff
--- a/lisp/add-log.el	Tue Feb 08 23:51:31 2005 +0000
+++ b/lisp/add-log.el	Wed Feb 09 15:50:47 2005 +0000
@@ -126,7 +126,7 @@
 
 (defcustom add-log-always-start-new-record nil
   "*If non-nil, `add-change-log-entry' will always start a new record."
-  :version "21.4"
+  :version "22.1"
   :type 'boolean
   :group 'change-log)
 
@@ -790,7 +790,7 @@
 		   ;; between that end and the desired position.
 		   (when (save-excursion
 			   (and (> location (point))
-				(re-search-forward "^DEFUN" 
+				(re-search-forward "^DEFUN"
 						   (save-excursion
 						     (goto-char location)
 						     (line-end-position))