From 4c7da0bbd95ac5a6024bebd8028af1565fa35cc4 Mon Sep 17 00:00:00 2001 From: Chunyang Xu Date: Tue, 13 Oct 2015 20:39:05 +0800 Subject: Remove unused variable helm-M-x-input-history --- helm-command.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/helm-command.el b/helm-command.el index 77440449..8c0295ef 100644 --- a/helm-command.el +++ b/helm-command.el @@ -61,9 +61,6 @@ Show all candidates on startup when 0 (default)." "Face used in helm-M-x to show keybinding." :group 'helm-command-faces) - -(defvar helm-M-x-input-history nil) - (cl-defun helm-M-x-get-major-mode-command-alist (mode-map) "Return alist of MODE-MAP." -- cgit v1.2.3