projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b78785
)
* lisp/hi-lock.el (hi-lock-find-patterns): Autoload it. (Bug#43670)
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 28 Sep 2020 09:45:28 +0000
(12:45 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 28 Sep 2020 09:45:28 +0000
(12:45 +0300)
lisp/hi-lock.el
patch
|
blob
|
history
diff --git
a/lisp/hi-lock.el
b/lisp/hi-lock.el
index b15731943f5c522d7c5aa0574e8dd1a51cc47dad..3e7a960bf23f1e11d0097c898171f23daf20c064 100644
(file)
--- a/
lisp/hi-lock.el
+++ b/
lisp/hi-lock.el
@@
-773,6
+773,7
@@
REGEXP is highlighted."
(font-lock-add-keywords nil hi-lock-file-patterns t)
(font-lock-flush)))
+;;;###autoload
(defun hi-lock-find-patterns ()
"Add patterns from the current buffer to the list of hi-lock patterns."
(interactive)