branch: elpa-admin
commit 6c9472787e33786f8712be6757dd304eaeabad18
Author: Chong Yidong <[email protected]>
Commit: Chong Yidong <[email protected]>
archive-contents.el (archive--simple-package-p): Fix prop-line matching.
---
admin/archive-contents.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/admin/archive-contents.el b/admin/archive-contents.el
index d4cf49b..92c592e 100644
--- a/admin/archive-contents.el
+++ b/admin/archive-contents.el
@@ -104,7 +104,7 @@ Otherwise, return nil."
(with-temp-buffer
(insert-file-contents mainfile)
(goto-char (point-min))
- (and (looking-at ";;;.*---[ \t]*\\(.*\\)\\(-\\*-.*-\\*-[ \t]*\\)?$")
+ (and (looking-at ";;;.*---[ \t]*\\(.*?\\)[ \t]*\\(-\\*-.*-\\*-[
\t]*\\)?$")
(progn
(setq description (match-string 1))
(setq version