From: Eshel Yaron Date: Fri, 12 Jan 2024 08:10:01 +0000 (+0100) Subject: ; (read-extended-command-1): Remove recent unintended addition. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04c650f88d10db139993fa6ed2e3c3b81227dae8;p=emacs.git ; (read-extended-command-1): Remove recent unintended addition. Fix a copy paste error in b22516b5e9f2febe67a5a8d156a6d2dc51d28bca --- 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