diff options
| -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." | |||
| 156 | str) | 156 | str) |
| 157 | '(if (> (point) copyright-limit) | 157 | '(if (> (point) copyright-limit) |
| 158 | (message "Copyright extends beyond `copyright-limit' and won't be updated automatically.")) | 158 | (message "Copyright extends beyond `copyright-limit' and won't be updated automatically.")) |
| 159 | comment-end) | 159 | comment-end \n) |
| 160 | 160 | ||
| 161 | (provide 'copyright) | 161 | (provide 'copyright) |
| 162 | 162 | ||