summaryrefslogtreecommitdiff
path: root/lisp/hi-lock.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2020-10-02 09:33:53 -0700
committerGlenn Morris <rgm@gnu.org>2020-10-02 09:33:53 -0700
commit0a769f4832d6f8bf208c005a5f00c345d441cb08 (patch)
treea3fafd10e8db8f137b303f9489595724b5cd2663 /lisp/hi-lock.el
parent053d70660bcec9b66834e52c4860b32083da77a0 (diff)
parent2af6b3147dc0116e481229951d34487f6a9a0748 (diff)
downloademacs-0a769f4832d6f8bf208c005a5f00c345d441cb08.tar.gz
emacs-0a769f4832d6f8bf208c005a5f00c345d441cb08.tar.bz2
emacs-0a769f4832d6f8bf208c005a5f00c345d441cb08.zip
Merge from origin/emacs-27
2af6b3147d Clarification in Tramp manual 8fbaca7d41 Check Emacs version used for Tramp compilation 90e5549f02 Don't signal an error when saving files on WdebDAV volumes 6f73cc3579 ; * lisp/net/eww.el (eww-search-words): Doc fix. ce0842a165 * lisp/hi-lock.el (hi-lock-find-patterns): Autoload it. (...
Diffstat (limited to 'lisp/hi-lock.el')
-rw-r--r--lisp/hi-lock.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el
index 1c55a23764d..a81cefacb03 100644
--- a/lisp/hi-lock.el
+++ b/lisp/hi-lock.el
@@ -820,6 +820,7 @@ SPACES-REGEXP is a regexp to substitute spaces in font-lock search."
(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)