Skip to content

Commit

Permalink
(Command-history-setup): Remove extraneous `keymap'
Browse files Browse the repository at this point in the history
reference.
  • Loading branch information
Gerd Moellmann committed Nov 28, 2000
1 parent 8368e24 commit 8898f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/chistory.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 8898f8c

Please sign in to comment.