emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/consult 056ff41767: Use extended-command-history instea


From: ELPA Syncer
Subject: [elpa] externals/consult 056ff41767: Use extended-command-history instead of consult--mode-command-history
Date: Thu, 20 Jan 2022 03:57:25 -0500 (EST)

branch: externals/consult
commit 056ff417671f4a6bbbf86a8e78387728129132b8
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Use extended-command-history instead of consult--mode-command-history
---
 consult.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/consult.el b/consult.el
index c357be9a9d..6858be6477 100644
--- a/consult.el
+++ b/consult.el
@@ -417,7 +417,6 @@ Used by `consult-completion-in-region', `consult-yank' and 
`consult-history'.")
 (defvar consult--apropos-history nil)
 (defvar consult--theme-history nil)
 (defvar consult--minor-mode-menu-history nil)
-(defvar consult--mode-command-history nil)
 (defvar consult--kmacro-history nil)
 (defvar consult--buffer-history nil)
 (defvar consult--crm-history nil)
@@ -3312,7 +3311,7 @@ If no MODES are specified, use currently active major and 
minor modes."
       :group (consult--type-group narrow)
       :narrow narrow
       :require-match t
-      :history 'consult--mode-command-history
+      :history 'extended-command-history
       :category 'command))))
 
 ;;;;; Command: consult-yank



reply via email to

[Prev in Thread] Current Thread [Next in Thread]