]> code.delx.au - gnu-emacs-elpa/commitdiff
archive-contents.el (archive--simple-package-p): Fix prop-line matching.
authorChong Yidong <cyd@gnu.org>
Sat, 5 May 2012 05:07:32 +0000 (13:07 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 5 May 2012 05:07:32 +0000 (13:07 +0800)
admin/archive-contents.el

index d4cf49bec0b79ee43cf8613865bd9d5a9979b05a..92c592ea8a72c59a64d71b137ca1b428d8b57a79 100644 (file)
@@ -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