From 48a96f5107b8564a6cac3abbf874c6dec9ecb7e7 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 11 Oct 2001 01:50:43 +0000 Subject: [PATCH] (copyright): Add final \n. --- lisp/emacs-lisp/copyright.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2