]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/package.el (package-buffer-info): Fix thinko
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 3 May 2023 17:18:08 +0000 (13:18 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 3 May 2023 17:18:08 +0000 (13:18 -0400)
lisp/emacs-lisp/package.el

index 16b2218da2623be070e2b1788ff5bc44af6e7f18..0f68f0e8041b15dbf4e49acb99f0687a488ae9df 100644 (file)
@@ -1196,7 +1196,7 @@ boundaries."
     ;; the earliest in version 31.1.  The idea is to phase out the
     ;; requirement for a "footer line" without unduly impacting users
     ;; on earlier Emacs versions.  See Bug#26490 for more details.
-    (unless (search-forward (concat ";;; " file-name ".el ends here"))
+    (unless (search-forward (concat ";;; " file-name ".el ends here") nil t)
       (lwarn '(package package-format) :warning
              "Package lacks a terminating comment"))
     ;; Try to include a trailing newline.