diff options
| -rw-r--r-- | lisp/isearch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 29590e4f9f6..8165f2f7c87 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -1913,7 +1913,7 @@ A value of nil means highlight all matches." | |||
| 1913 | '((((type tty pc) (class color)) | 1913 | '((((type tty pc) (class color)) |
| 1914 | (:background "magenta4" :foreground "cyan1")) | 1914 | (:background "magenta4" :foreground "cyan1")) |
| 1915 | (((class color) (background light)) | 1915 | (((class color) (background light)) |
| 1916 | (:background "magenta4" :foreground "lightskyblue1")) | 1916 | (:background "magenta2" :foreground "lightskyblue1")) |
| 1917 | (((class color) (background dark)) | 1917 | (((class color) (background dark)) |
| 1918 | (:background "palevioletred2" :foreground "brown4")) | 1918 | (:background "palevioletred2" :foreground "brown4")) |
| 1919 | (t (:inverse-video t))) | 1919 | (t (:inverse-video t))) |