mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-03 12:31:32 -08:00
Switch to defun in last commit
This commit is contained in:
parent
e9aa7c37b8
commit
3a71cc1303
1 changed files with 1 additions and 1 deletions
|
|
@ -1100,7 +1100,7 @@ special (SPC,TAB,...) < single char < mod (C-,M-,...) < other."
|
|||
Uses `string-lessp' after applying lowercase."
|
||||
(string-lessp (downcase (cdr acons)) (downcase (cdr bcons))))
|
||||
|
||||
(defsubst which-key-prefix-then-key-order (acons bcons)
|
||||
(defun which-key-prefix-then-key-order (acons bcons)
|
||||
"Order first by whether A and/or B is a prefix with no prefix
|
||||
coming before a prefix. Within these categories order using
|
||||
`which-key-key-order'."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue