From 04c650f88d10db139993fa6ed2e3c3b81227dae8 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 12 Jan 2024 09:10:01 +0100 Subject: [PATCH] ; (read-extended-command-1): Remove recent unintended addition. Fix a copy paste error in b22516b5e9f2febe67a5a8d156a6d2dc51d28bca --- lisp/simple.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/simple.el b/lisp/simple.el index f721cec4d71..c681cf2c446 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2370,8 +2370,7 @@ mode when reading the command name." `(metadata (category . command) ,@(when completions-detailed - '((affixation-function . read-extended-command--affixation))) - (display-sort-function . minibuffer-sort-by-history)) + '((affixation-function . read-extended-command--affixation)))) (let ((pred (if (memq action '(nil t)) ;; Exclude from completions obsolete commands -- 2.39.5