aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/package.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index e906c73ecab..69595601bc8 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -1199,7 +1199,7 @@ boundaries."
1199 ;; the earliest in version 31.1. The idea is to phase out the 1199 ;; the earliest in version 31.1. The idea is to phase out the
1200 ;; requirement for a "footer line" without unduly impacting users 1200 ;; requirement for a "footer line" without unduly impacting users
1201 ;; on earlier Emacs versions. See Bug#26490 for more details. 1201 ;; on earlier Emacs versions. See Bug#26490 for more details.
1202 (unless (search-forward (concat ";;; " file-name ".el ends here") nil t) 1202 (unless (search-forward (concat ";;; " file-name ".el ends here") nil 'move)
1203 (lwarn '(package package-format) :warning 1203 (lwarn '(package package-format) :warning
1204 "Package lacks a terminating comment")) 1204 "Package lacks a terminating comment"))
1205 ;; Try to include a trailing newline. 1205 ;; Try to include a trailing newline.