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


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

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Johan Bockgård <bojohan>       08/03/25 14:41:47

Index: info.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/info.el,v
retrieving revision 1.524
retrieving revision 1.525
diff -u -b -r1.524 -r1.525
--- info.el     9 Mar 2008 21:35:00 -0000       1.524
+++ info.el     25 Mar 2008 14:41:44 -0000      1.525
@@ -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))))
 




reply via email to

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