From: Noam Postavsky Date: Mon, 14 Apr 2014 03:59:36 +0000 (-0400) Subject: fix typo X-Git-Tag: emacs-29.0.90~1306^2~15^2~413^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=053a1514a1ec1690b4a5e4c07618fc8c4b083359;p=emacs.git fix typo Actually the reader accepts (list 'a'b) = (list 'a 'b); it still looks wrong. --- diff --git a/lisp/use-package/bind-key.el b/lisp/use-package/bind-key.el index 5ef7570cdef..bb4bf13f518 100644 --- 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