* lisp/progmodes/grep.el (grep-highlight-matches)
(grep-match-face): Autoload to avoid byte-compile warnings from
loaddefs.el.
integer)
:version "22.1")
+;;;###autoload
(defcustom grep-highlight-matches 'auto-detect
"Use special markers to highlight grep matches.
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.")