summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/informat.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/informat.el b/lisp/informat.el
index 8851558ae0f..3930378c5df 100644
--- a/lisp/informat.el
+++ b/lisp/informat.el
@@ -44,7 +44,7 @@
(goto-char (point-min))
(if (search-forward "\^_\nIndirect:\n" nil t)
(message "Cannot tagify split info file")
- (let ((regexp "Node:[ \t]*\\([^,\n\t]\\)*[,\t\n]")
+ (let ((regexp "Node:[ \t]*\\([^,\n\t]*\\)[,\t\n]")
(case-fold-search t)
list)
(while (search-forward "\n\^_" nil t)