]> git.eshelyaron.com Git - emacs.git/commitdiff
fix typo
authorNoam Postavsky <npostavs@gmail.com>
Mon, 14 Apr 2014 03:59:36 +0000 (23:59 -0400)
committerNoam 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

index 5ef7570cdef14e2eb716f19378dba70218e122eb..bb4bf13f51807ac06b72756f4eefc018ab3cf4df 100644 (file)
@@ -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