# HG changeset patch # User Stefan Monnier # Date 1002765043 0 # Node ID fb28cd06b2f63ef456dabe132726235ba99f51a2 # Parent c8f0d7b4bb407b7ce719be3fbe3d7546d3c90658 (copyright): Add final \n. diff -r c8f0d7b4bb40 -r fb28cd06b2f6 lisp/emacs-lisp/copyright.el --- 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)