Synch to Gnus 200309050348.
authoryamaoka <yamaoka>
Fri, 5 Sep 2003 03:40:38 +0000 (03:40 +0000)
committeryamaoka <yamaoka>
Fri, 5 Sep 2003 03:40:38 +0000 (03:40 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index f911008..54e24ba 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-05  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-art.el (gnus-button-alist): Improve Info regexp.
+
 2003-09-04  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * gnus-registry.el: added brief explanation of basics
index 12148de..90a01b0 100644 (file)
@@ -6565,7 +6565,7 @@ positives are possible."
     ("\\binfo://\\([^'\">\n\t ]+\\)"
      0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-url 1)
     ;; Info GNOME style <info:foo#bar_baz>
-    ("\\binfo:\\([^(][^'\n\t\r \"><]*\\)"
+    ("\\binfo:\\([^('\n\t\r \"><][^'\n\t\r \"><]*\\)"
      0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-url-gnome 1)
     ;; Info KDE style <info:(foo)bar baz>
     ("<\\(info:\\(([^)]+)[^>\n\r]*\\)\\)>"