From 4e5f958e735acc2536f82b1fb09d4bdaa94df918 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 10 Mar 2003 13:04:10 +0000 Subject: [PATCH] (Info-extract-menu-node-name) (Info-following-node-name): Revert last change. --- lisp/info.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lisp/info.el b/lisp/info.el index f96098cb550..2b639be1528 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1352,9 +1352,6 @@ saying which chars may appear in the node name." (if (looking-at "(") (skip-chars-forward "^)"))) (skip-chars-backward " ") - ;; Skip trailing period. - (if (equal (char-before) ?.) - (forward-char -1)) (point)))) (defun Info-next () @@ -1496,7 +1493,7 @@ FOOTNOTENAME may be an abbreviation of the reference name." (if (looking-at ":") (buffer-substring-no-properties beg (1- (point))) (skip-chars-forward " \t\n") - (Info-following-node-name (if multi-line "^,\t" "^,\t\n")))) + (Info-following-node-name (if multi-line "^.,\t" "^.,\t\n")))) (replace-regexp-in-string "[ \n]+" " " str))) ;; No one calls this. -- 2.39.2