X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/bd358779861f265a7acff31ead40172735af693e..506d6789d87dbd70b0d80d33d0ad4d91a9b75821:/lisp/echistory.el diff --git a/lisp/echistory.el b/lisp/echistory.el index fc576aa648..906d8a96ca 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-2014 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))