diff lisp/info.el @ 58350:f6adc85f8510

(Info-search): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 20 Nov 2004 14:09:10 +0000
parents c11ef32aabb7
children a227196e4498
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)