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-look.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/info-look.el
Date: Fri, 25 Jan 2002 00:04:37 -0500

Index: emacs/lisp/info-look.el
diff -c emacs/lisp/info-look.el:1.25 emacs/lisp/info-look.el:1.26
*** emacs/lisp/info-look.el:1.25        Thu Nov 15 07:25:20 2001
--- emacs/lisp/info-look.el     Fri Jan 25 00:04:37 2002
***************
*** 369,375 ****
                      (goto-char (match-beginning 0))
                      (and (display-color-p) info-lookup-highlight-face
                           ;; Search again for ITEM so that the first
!                          ;; occurence of ITEM will be highlighted.
                           (re-search-forward (regexp-quote item))
                           (let ((start (match-beginning 0))
                                 (end (match-end 0)))
--- 369,375 ----
                      (goto-char (match-beginning 0))
                      (and (display-color-p) info-lookup-highlight-face
                           ;; Search again for ITEM so that the first
!                          ;; occurrence of ITEM will be highlighted.
                           (re-search-forward (regexp-quote item))
                           (let ((start (match-beginning 0))
                                 (end (match-end 0)))



reply via email to

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