Fix loaddefs byte-compile warnings from grep.el
* lisp/progmodes/grep.el (grep-highlight-matches) (grep-match-face): Autoload to avoid byte-compile warnings from loaddefs.el.
This commit is contained in:
parent
d5fd9e0e5b
commit
ca14dbd6b5
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,7 @@ SYMBOL should be one of `grep-command', `grep-template',
|
|||
integer)
|
||||
:version "22.1")
|
||||
|
||||
;;;###autoload
|
||||
(defcustom grep-highlight-matches 'auto-detect
|
||||
"Use special markers to highlight grep matches.
|
||||
|
||||
|
@ -352,6 +353,7 @@ A grep buffer becomes most recent when you select Grep mode in it.
|
|||
Notice that using \\[next-error] or \\[compile-goto-error] modifies
|
||||
`next-error-last-buffer' rather than `grep-last-buffer'.")
|
||||
|
||||
;;;###autoload
|
||||
(defvar grep-match-face 'match
|
||||
"Face name to use for grep matches.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue