changeset 39764:fb28cd06b2f6

(copyright): Add final \n.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 11 Oct 2001 01:50:43 +0000
parents c8f0d7b4bb40
children e8c0b3b54fc7
files lisp/emacs-lisp/copyright.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)