*** info.el.~1.562.~ 2009-07-27 08:09:32.407806900 +0200 --- info.el 2009-08-15 11:18:33.578125000 +0200 *************** *** 1818,1825 **** (signal 'search-failed (list regexp)))) (if (not found) (progn (Info-read-subfile osubfile) - (goto-char opoint) (Info-select-node) (set-window-start (selected-window) ostart))))) (if (and (string= osubfile Info-current-subfile) --- 1818,1825 ---- (signal 'search-failed (list regexp)))) (if (not found) (progn (Info-read-subfile osubfile) (Info-select-node) + (goto-char opoint) (set-window-start (selected-window) ostart))))) (if (and (string= osubfile Info-current-subfile)