aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-02-23 13:31:25 +1100
committerLars Ingebrigtsen2016-02-23 13:31:32 +1100
commit17dd3fb4a52e78c57308b795e41e8c9f50a9c5cc (patch)
tree3ba1e9fe2d8f94c011d268b61e25602ef8076d6a /lisp
parentc1ec7434c38a8ee59e7ce895fbfd317e133ad40e (diff)
downloademacs-17dd3fb4a52e78c57308b795e41e8c9f50a9c5cc.tar.gz
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')
-rw-r--r--lisp/replace.el1
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."
1268 (t :background "gray")) 1268 (t :background "gray"))
1269 "Face used to highlight matches permanently." 1269 "Face used to highlight matches permanently."
1270 :group 'matching 1270 :group 'matching
1271 :group 'basic-faces
1271 :version "22.1") 1272 :version "22.1")
1272 1273
1273(defcustom list-matching-lines-default-context-lines 0 1274(defcustom list-matching-lines-default-context-lines 0