summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-11-28 09:36:33 +0000
committerGerd Moellmann <gerd@gnu.org>2000-11-28 09:36:33 +0000
commit8898f8c8987f525a846196ec93a2b89cb147243e (patch)
treeacfcf86949adadf97707e8f8a64166b4c87290ad
parent8368e248231552e5eb2ae889ff86a5522c8c6b9b (diff)
downloademacs-8898f8c8987f525a846196ec93a2b89cb147243e.tar.gz
(Command-history-setup): Remove extraneous `keymap'
reference.
-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))