projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eaa7ec
)
* lisp/emacs-lisp/package.el (package-buffer-info): Fix thinko
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 3 May 2023 17:18:08 +0000
(13:18 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 3 May 2023 17:18:08 +0000
(13:18 -0400)
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index 16b2218da2623be070e2b1788ff5bc44af6e7f18..0f68f0e8041b15dbf4e49acb99f0687a488ae9df 100644
(file)
--- a/
lisp/emacs-lisp/package.el
+++ b/
lisp/emacs-lisp/package.el
@@
-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.