From: Richard M. Stallman Date: Sat, 20 Nov 2004 14:09:10 +0000 (+0000) Subject: (Info-search): Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~3818 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=78b9dd307a925f5a3c38745c82befbed9bfe694a;p=emacs.git (Info-search): Fix previous change. --- 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)