comparison lisp/isearch-mode.el @ 410:de805c49cfc1 r21-2-35

Import from CVS: tag r21-2-35
author cvs
date Mon, 13 Aug 2007 11:19:21 +0200
parents 74fd4e045ea6
children 697ef44129c6
comparison
equal deleted inserted replaced
409:301b9ebbdf3b 410:de805c49cfc1
1881 (defun isearch-highlight-all-cleanup () 1881 (defun isearch-highlight-all-cleanup ()
1882 ;; Stop lazily highlighting and remove extra highlighting from 1882 ;; Stop lazily highlighting and remove extra highlighting from
1883 ;; buffer. 1883 ;; buffer.
1884 (mapc #'delete-extent isearch-highlight-extents) 1884 (mapc #'delete-extent isearch-highlight-extents)
1885 (setq isearch-highlight-extents nil) 1885 (setq isearch-highlight-extents nil)
1886 (setq isearch-highlight-all-start nil 1886 (setq isearch-window-end nil
1887 isearch-window-end nil
1888 isearch-highlight-last-string nil)) 1887 isearch-highlight-last-string nil))
1889 1888
1890 (defun isearch-highlight-all-update () 1889 (defun isearch-highlight-all-update ()
1891 ;; Update the highlighting if necessary. This needs to check if the 1890 ;; Update the highlighting if necessary. This needs to check if the
1892 ;; search string has changed, or if the window has changed position 1891 ;; search string has changed, or if the window has changed position