From da712f22f9fe22e0477a3ec1fe81da6bd49ed058 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 11 Sep 2013 14:33:58 -0400 Subject: [PATCH] * lisp/echistory.el (electric-command-history): Remove call to deleted func. --- lisp/ChangeLog | 3 +++ lisp/echistory.el | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 315e0d42e74..06c30cdb624 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2013-09-11 Glenn Morris + * echistory.el (electric-command-history): Remove call to deleted func. + * play/landmark.el (landmark-mode): Fix typos. * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec. @@ -61,6 +63,7 @@ * chistory.el (command-history-mode-map): Rename from command-history-map. (command-history-mode): Use define-derived-mode. + (Command-history-setup): Remove function. * calc/calc.el (calc-trail-mode-map): New var. (calc-trail-mode): Use define-derived-mode. (calc-trail-buffer): Set calc-main-buffer manually. 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)) -- 2.39.2