From 78b9dd307a925f5a3c38745c82befbed9bfe694a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 20 Nov 2004 14:09:10 +0000 Subject: [PATCH] (Info-search): Fix previous change. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/info.el b/lisp/info.el index ee59fa0d3a9..4e98eccd04c 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1492,7 +1492,7 @@ If DIRECTION is `backward', search in the reverse direction." (save-excursion (and (search-backward "\^_" nil t) (looking-at "\^_\nTag Table")))))) - (let ((search-whitespace-regexp + (let ((search-spaces-regexp Info-search-whitespace-regexp)) (if (if backward (re-search-backward regexp bound t) -- 2.11.4.GIT