summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2014-11-14 08:14:06 +0200
committerEli Zaretskii <eliz@gnu.org>2014-11-14 08:14:06 +0200
commit3e517d349bffb8cd2c2b6ae718097d1a04bae929 (patch)
treef994b58d4f091b4e98f839a0cfe769b634f9806f /lisp/bindings.el
parent5d977b968c5d55470daa337df52ca2689d434e3c (diff)
downloademacs-3e517d349bffb8cd2c2b6ae718097d1a04bae929.tar.gz
Fix error preloading bindings.el.
lisp/bindings.el (search-map): Fix last change: don't use 'kbd' in bindings.el, since it is not yet loaded when bindings.el is preloaded.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r--lisp/bindings.el18
1 files changed, 9 insertions, 9 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 5864581d3cc..46ff522c731 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -925,15 +925,15 @@ if `inhibit-field-text-motion' is non-nil."
"Keymap for search related commands.")
(define-key esc-map "s" search-map)
-(define-key search-map "o" 'occur)
-(define-key search-map (kbd "M-s") 'eww-search-words)
-(define-key search-map "hr" 'highlight-regexp)
-(define-key search-map "hp" 'highlight-phrase)
-(define-key search-map "hl" 'highlight-lines-matching-regexp)
-(define-key search-map "h." 'highlight-symbol-at-point)
-(define-key search-map "hu" 'unhighlight-regexp)
-(define-key search-map "hf" 'hi-lock-find-patterns)
-(define-key search-map "hw" 'hi-lock-write-interactive-patterns)
+(define-key search-map "o" 'occur)
+(define-key search-map "\M-s" 'eww-search-words)
+(define-key search-map "hr" 'highlight-regexp)
+(define-key search-map "hp" 'highlight-phrase)
+(define-key search-map "hl" 'highlight-lines-matching-regexp)
+(define-key search-map "h." 'highlight-symbol-at-point)
+(define-key search-map "hu" 'unhighlight-regexp)
+(define-key search-map "hf" 'hi-lock-find-patterns)
+(define-key search-map "hw" 'hi-lock-write-interactive-patterns)
;;(defun function-key-error ()
;; (interactive)