/[emacs]/emacs/lisp/isearch.el
ViewVC logotype

Diff of /emacs/lisp/isearch.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.274 by rfrancoise, Mon Sep 26 06:34:32 2005 UTC revision 1.275 by jurta, Thu Sep 29 22:55:53 2005 UTC
# Line 219  Default value, nil, means edit the strin Line 219  Default value, nil, means edit the strin
219       (:background "magenta4" :foreground "cyan1"))       (:background "magenta4" :foreground "cyan1"))
220      (t (:inverse-video t)))      (t (:inverse-video t)))
221    "Face for highlighting Isearch matches."    "Face for highlighting Isearch matches."
222    :group 'isearch)    :group 'isearch
223      :group 'basic-faces)
224  (defvar isearch 'isearch)  (defvar isearch 'isearch)
225    
226  (defcustom isearch-lazy-highlight t  (defcustom isearch-lazy-highlight t
# Line 289  A value of nil means highlight all match Line 290  A value of nil means highlight all match
290       (:background "turquoise3"))       (:background "turquoise3"))
291      (t (:underline t)))      (t (:underline t)))
292    "Face for lazy highlighting of matches other than the current one."    "Face for lazy highlighting of matches other than the current one."
293    :group 'lazy-highlight)    :group 'lazy-highlight
294      :group 'basic-faces)
295  (put 'isearch-lazy-highlight-face 'face-alias 'lazy-highlight)  (put 'isearch-lazy-highlight-face 'face-alias 'lazy-highlight)
296  (defvar lazy-highlight-face 'lazy-highlight)  (defvar lazy-highlight-face 'lazy-highlight)
297  (define-obsolete-variable-alias 'isearch-lazy-highlight-face  (define-obsolete-variable-alias 'isearch-lazy-highlight-face

Legend:
Removed from v.1.274  
changed lines
  Added in v.1.275

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26