diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-10-11 01:50:43 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-10-11 01:50:43 +0000 |
commit | 48a96f5107b8564a6cac3abbf874c6dec9ecb7e7 (patch) | |
tree | ec3dc44b18bcc90c2fcbcbbfa0cfa781abef72d6 /lisp/emacs-lisp | |
parent | b0daab9afcac312ec14e1a666ba1694ea5aec3de (diff) | |
download | emacs-48a96f5107b8564a6cac3abbf874c6dec9ecb7e7.tar.gz emacs-48a96f5107b8564a6cac3abbf874c6dec9ecb7e7.tar.bz2 emacs-48a96f5107b8564a6cac3abbf874c6dec9ecb7e7.zip |
(copyright): Add final \n.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/copyright.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |