aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/bindings.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 76383ad2cef..bc4e741d01b 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -1029,6 +1029,13 @@ if `inhibit-field-text-motion' is non-nil."
1029(define-key search-map "hu" 'unhighlight-regexp) 1029(define-key search-map "hu" 'unhighlight-regexp)
1030(define-key search-map "hf" 'hi-lock-find-patterns) 1030(define-key search-map "hf" 'hi-lock-find-patterns)
1031(define-key search-map "hw" 'hi-lock-write-interactive-patterns) 1031(define-key search-map "hw" 'hi-lock-write-interactive-patterns)
1032(put 'highlight-regexp :advertised-binding [?\M-s ?h ?r])
1033(put 'highlight-phrase :advertised-binding [?\M-s ?h ?p])
1034(put 'highlight-lines-matching-regexp :advertised-binding [?\M-s ?h ?l])
1035(put 'highlight-symbol-at-point :advertised-binding [?\M-s ?h ?.])
1036(put 'unhighlight-regexp :advertised-binding [?\M-s ?h ?u])
1037(put 'hi-lock-find-patterns :advertised-binding [?\M-s ?h ?f])
1038(put 'hi-lock-write-interactive-patterns :advertised-binding [?\M-s ?h ?w])
1032 1039
1033;;(defun function-key-error () 1040;;(defun function-key-error ()
1034;; (interactive) 1041;; (interactive)