summaryrefslogtreecommitdiff
path: root/lisp/chistory.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/chistory.el')
-rw-r--r--lisp/chistory.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/chistory.el b/lisp/chistory.el
index a32720a40ce..40b13743446 100644
--- a/lisp/chistory.el
+++ b/lisp/chistory.el
@@ -134,7 +134,7 @@ The buffer is left in Command History mode."
(defun Command-history-setup ()
(kill-all-local-variables)
- (use-local-map (or keymap command-history-map))
+ (use-local-map command-history-map)
(lisp-mode-variables nil)
(set-syntax-table emacs-lisp-mode-syntax-table)
(setq buffer-read-only t))