]> git.eshelyaron.com Git - emacs.git/commitdiff
(Command-history-setup): Remove extraneous `keymap'
authorGerd Moellmann <gerd@gnu.org>
Tue, 28 Nov 2000 09:36:33 +0000 (09:36 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 28 Nov 2000 09:36:33 +0000 (09:36 +0000)
reference.

lisp/chistory.el

index a32720a40ce8e50a90159ff0fcd377e73ac10388..40b137434461c36aa67f765416ffa20b3daefce5 100644 (file)
@@ -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))