(gnus-button-alist): Improve Info regexp.
authorJesper Harder <harder@ifa.au.dk>
Fri, 5 Sep 2003 03:48:07 +0000 (03:48 +0000)
committerJesper Harder <harder@ifa.au.dk>
Fri, 5 Sep 2003 03:48:07 +0000 (03:48 +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 e6d1ee1..1ea472c 100644 (file)
@@ -6060,7 +6060,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]*\\)\\)>"