Mercurial > emacs
changeset 58350:f6adc85f8510
(Info-search): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 20 Nov 2004 14:09:10 +0000 |
parents | e497e4d0b665 |
children | b44e06d9996c |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Sat Nov 20 14:06:54 2004 +0000 +++ b/lisp/info.el Sat Nov 20 14:09:10 2004 +0000 @@ -1492,7 +1492,7 @@ (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)