* lisp/hi-lock.el (hi-lock-find-patterns): Autoload it. (Bug#43670)
This commit is contained in:
parent
0b78785a9b
commit
ce0842a165
1 changed files with 1 additions and 0 deletions
|
@ -773,6 +773,7 @@ REGEXP is highlighted."
|
||||||
(font-lock-add-keywords nil hi-lock-file-patterns t)
|
(font-lock-add-keywords nil hi-lock-file-patterns t)
|
||||||
(font-lock-flush)))
|
(font-lock-flush)))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(defun hi-lock-find-patterns ()
|
(defun hi-lock-find-patterns ()
|
||||||
"Add patterns from the current buffer to the list of hi-lock patterns."
|
"Add patterns from the current buffer to the list of hi-lock patterns."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
Loading…
Add table
Reference in a new issue