]> git.eshelyaron.com Git - emacs.git/commitdiff
(copyright): Add final \n.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 11 Oct 2001 01:50:43 +0000 (01:50 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 11 Oct 2001 01:50:43 +0000 (01:50 +0000)
lisp/emacs-lisp/copyright.el

index 228981364682bc0db1d5f9fce980f43c2842043b..70c15bf3ec23184176e2a034401c7964351ae05b 100644 (file)
@@ -156,7 +156,7 @@ copyright, if any, are updated as well."
       str)
   '(if (> (point) copyright-limit)
        (message "Copyright extends beyond `copyright-limit' and won't be updated automatically."))
-  comment-end)
+  comment-end \n)
 
 (provide 'copyright)