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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Sat, 20 Nov 2004 09:25:25 -0500

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.410 emacs/lisp/info.el:1.411
*** emacs/lisp/info.el:1.410    Fri Nov 19 20:04:44 2004
--- emacs/lisp/info.el  Sat Nov 20 14:09:10 2004
***************
*** 1492,1498 ****
                            (save-excursion
                              (and (search-backward "\^_" nil t)
                                   (looking-at "\^_\nTag Table"))))))
!           (let ((search-whitespace-regexp
                   Info-search-whitespace-regexp))
              (if (if backward
                      (re-search-backward regexp bound t)
--- 1492,1498 ----
                            (save-excursion
                              (and (search-backward "\^_" nil t)
                                   (looking-at "\^_\nTag Table"))))))
!           (let ((search-spaces-regexp
                   Info-search-whitespace-regexp))
              (if (if backward
                      (re-search-backward regexp bound t)




reply via email to

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