diff options
author | Glenn Morris <rgm@gnu.org> | 2013-09-11 14:33:58 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-09-11 14:33:58 -0400 |
commit | da712f22f9fe22e0477a3ec1fe81da6bd49ed058 (patch) | |
tree | deba6a3ce51a37b5f5ee14711233ffaf553c720d /lisp/echistory.el | |
parent | 512e4cdc0d3e5d00ac1d5ae5b4be74d090d034c2 (diff) | |
download | emacs-da712f22f9fe22e0477a3ec1fe81da6bd49ed058.tar.gz emacs-da712f22f9fe22e0477a3ec1fe81da6bd49ed058.tar.bz2 emacs-da712f22f9fe22e0477a3ec1fe81da6bd49ed058.zip |
* lisp/echistory.el (electric-command-history): Remove call to deleted func.
Diffstat (limited to 'lisp/echistory.el')
-rw-r--r-- | lisp/echistory.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/echistory.el b/lisp/echistory.el index fc576aa6484..5989c9b8445 100644 --- a/lisp/echistory.el +++ b/lisp/echistory.el @@ -117,7 +117,6 @@ The Command History listing is recomputed each time this mode is invoked." (save-window-excursion (list-command-history) (set-buffer "*Command History*") - (Command-history-setup) (setq major-mode 'electric-command-history) (setq mode-name "Electric History") (use-local-map electric-history-map)) |