branch: externals/leaf commit fe1003f76464e8f1d2c621d9ed7bdfc7b97f4f6a Author: Z572 <873216...@qq.com> Commit: Naoya Yamashita <con...@gmail.com>
align load-file-name --- leaf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leaf.el b/leaf.el index 45eb281..65bde04 100644 --- a/leaf.el +++ b/leaf.el @@ -817,7 +817,7 @@ For example: (keymap* (eval keymap)) (mmap (or keymap* 'global-map)) (vecp (vectorp key*)) - (path load-file-name) + (path load-file-name) (_mvec (if (vectorp key*) key* (read-kbd-macro key*))) (mstr (if (stringp key*) key* (key-description key*)))) `(let* ((old (lookup-key ,mmap ,(if vecp key `(kbd ,key))))