diff lisp/info.el @ 93194:7498dcd3cee6

(Info-isearch-search): Always return point.
author Johan Bockgård <bojohan@gnu.org>
date Tue, 25 Mar 2008 14:41:44 +0000
parents ae00481eacc1
children 9fefa536be58
line wrap: on
line diff
--- a/lisp/info.el	Tue Mar 25 07:57:06 2008 +0000
+++ b/lisp/info.el	Tue Mar 25 14:41:44 2008 +0000
@@ -1834,8 +1834,8 @@
 			 (unless isearch-forward 'backward))
 	  (Info-search (if isearch-regexp string (regexp-quote string))
 		       bound noerror count
-		       (unless isearch-forward 'backward))
-	  (point)))
+		       (unless isearch-forward 'backward)))
+	(point))
     (let ((isearch-search-fun-function nil))
       (isearch-search-fun))))