From 3a71cc13037b79cac802d4dc56db1f70bd957460 Mon Sep 17 00:00:00 2001 From: justbur Date: Tue, 6 Oct 2015 22:05:23 -0400 Subject: [PATCH] Switch to defun in last commit --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 862a2bf61eb..76c14442879 100644 --- a/which-key.el +++ b/which-key.el @@ -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'."