changeset 27310:ed290e5a5b17

(add-change-log-entry): Fix error trying an `(insert nil)'.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 12 Jan 2000 14:14:36 +0000
parents 1236d96bd8c9
children a7bf11fbec64
files lisp/add-log.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/add-log.el	Wed Jan 12 13:59:26 2000 +0000
+++ b/lisp/add-log.el	Wed Jan 12 14:14:36 2000 +0000
@@ -488,7 +488,7 @@
 		 (looking-at "\\s *\\(\\*\\s *\\)?$")))
 	  (insert ": "
 		  (if version
-		      (concat version " ") ))))))
+		      (concat version " ") ""))))))
 
 ;;;###autoload
 (defun add-change-log-entry-other-window (&optional whoami file-name)