From: Stefan Monnier Date: Thu, 11 Oct 2001 01:50:43 +0000 (+0000) Subject: (copyright): Add final \n. X-Git-Tag: ttn-vms-21-2-B4~19585 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48a96f5107b8564a6cac3abbf874c6dec9ecb7e7;p=emacs.git (copyright): Add final \n. --- diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 22898136468..70c15bf3ec2 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -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)