diff options
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 b7e26c96fc5..a2ce78a8bb2 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 |