emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el,v [EMACS_22_BASE]


From: Johan Bockgård
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el,v [EMACS_22_BASE]
Date: Tue, 25 Mar 2008 14:48:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Johan Bockgård <bojohan>       08/03/25 14:48:30

Index: info.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/info.el,v
retrieving revision 1.501.2.6
retrieving revision 1.501.2.7
diff -u -b -r1.501.2.6 -r1.501.2.7
--- info.el     7 Jan 2008 02:44:38 -0000       1.501.2.6
+++ info.el     25 Mar 2008 14:48:24 -0000      1.501.2.7
@@ -1829,8 +1829,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))))
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]