changeset 33941:10c41fa2dafe

(Command-history-setup): Remove extraneous `keymap' reference.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 28 Nov 2000 09:36:33 +0000
parents d7e7743299de
children ffadfe27577e
files lisp/chistory.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/chistory.el	Tue Nov 28 09:35:46 2000 +0000
+++ b/lisp/chistory.el	Tue Nov 28 09:36:33 2000 +0000
@@ -134,7 +134,7 @@
 
 (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))