projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efe2419
)
fix typo
author
Noam Postavsky
<npostavs@gmail.com>
Mon, 14 Apr 2014 03:59:36 +0000
(23:59 -0400)
committer
Noam Postavsky
<npostavs@gmail.com>
Mon, 14 Apr 2014 04:02:48 +0000
(
00:02
-0400)
Actually the reader accepts (list 'a'b) = (list 'a 'b); it still looks
wrong.
lisp/use-package/bind-key.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/bind-key.el
b/lisp/use-package/bind-key.el
index 5ef7570cdef14e2eb716f19378dba70218e122eb..bb4bf13f51807ac06b72756f4eefc018ab3cf4df 100644
(file)
--- a/
lisp/use-package/bind-key.el
+++ b/
lisp/use-package/bind-key.el
@@
-186,7
+186,7
@@
function symbol (unquoted)."
`(progn
,@(when prefix-map
`((defvar ,prefix-map)
- ,@(when doc `((put ',prefix-map'variable-documentation ,doc)))
+ ,@(when doc `((put ',prefix-map
'variable-documentation ,doc)))
(define-prefix-command ',prefix-map)
(bind-key ,prefix ',prefix-map ,@(when map (list map)))))
,@(mapcar (lambda (form) `(bind-key ,(if prefix