1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Don't remove sharp quotes

This commit is contained in:
Alex Branham 2018-01-27 15:17:26 -06:00
parent 2274130b40
commit 109167e8f5

View file

@ -78,7 +78,7 @@ The default value uses package.el to install the package."
(defun use-package-normalize/:pin (_name keyword args)
(use-package-only-one (symbol-name keyword) args
(lambda (_label arg)
#'(lambda (_label arg)
(cond
((stringp arg) arg)
((use-package-non-nil-symbolp arg) (symbol-name arg))
@ -137,7 +137,7 @@ manually updated package."
(if (null args)
(list t)
(use-package-only-one (symbol-name keyword) args
(lambda (_label arg)
#'(lambda (_label arg)
(cond
((symbolp arg)
(list arg))