diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-23 13:31:25 +1100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-23 13:31:32 +1100 |
commit | 17dd3fb4a52e78c57308b795e41e8c9f50a9c5cc (patch) | |
tree | 3ba1e9fe2d8f94c011d268b61e25602ef8076d6a /lisp/replace.el | |
parent | c1ec7434c38a8ee59e7ce895fbfd317e133ad40e (diff) | |
download | emacs-17dd3fb4a52e78c57308b795e41e8c9f50a9c5cc.tar.gz emacs-17dd3fb4a52e78c57308b795e41e8c9f50a9c5cc.tar.bz2 emacs-17dd3fb4a52e78c57308b795e41e8c9f50a9c5cc.zip |
Add `isearch' to `basic-faces'
* doc/lispref/display.texi (Basic Faces): Mention the isearch
and lazy-highlight faces.
* lisp/replace.el (match): Add `isearch' to the `basic-faces'
group, too (bug#22760).
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 488eff7928a..2c3aa9b0885 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -1268,6 +1268,7 @@ Compatibility function for \\[next-error] invocations." (t :background "gray")) "Face used to highlight matches permanently." :group 'matching + :group 'basic-faces :version "22.1") (defcustom list-matching-lines-default-context-lines 0 |