diff lisp/emacs-lisp/copyright.el @ 39764:fb28cd06b2f6

(copyright): Add final \n.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 11 Oct 2001 01:50:43 +0000
parents b174db545cfd
children 424477382fbe
line wrap: on
line diff
--- a/lisp/emacs-lisp/copyright.el	Thu Oct 11 01:49:29 2001 +0000
+++ b/lisp/emacs-lisp/copyright.el	Thu Oct 11 01:50:43 2001 +0000
@@ -156,7 +156,7 @@
       str)
   '(if (> (point) copyright-limit)
        (message "Copyright extends beyond `copyright-limit' and won't be updated automatically."))
-  comment-end)
+  comment-end \n)
 
 (provide 'copyright)