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:
parent
2274130b40
commit
109167e8f5
1 changed files with 21 additions and 21 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue