X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/c6b5fe1e945c664a0d696ae6eea9721235baf2f1..e4adb6cdf30706f28dada8aafd347549c84105ac:/lisp/echistory.el diff --git a/lisp/echistory.el b/lisp/echistory.el index fc576aa648..644c5f485d 100644 --- a/lisp/echistory.el +++ b/lisp/echistory.el @@ -1,9 +1,9 @@ ;;; echistory.el --- Electric Command History Mode -;; Copyright (C) 1985, 2001-2013 Free Software Foundation, Inc. +;; Copyright (C) 1985, 2001-2016 Free Software Foundation, Inc. ;; Author: K. Shane Hartman -;; Maintainer: FSF +;; Maintainer: emacs-devel@gnu.org ;; This file is part of GNU Emacs. @@ -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))