mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -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)
|
(defun use-package-normalize/:pin (_name keyword args)
|
||||||
(use-package-only-one (symbol-name keyword) args
|
(use-package-only-one (symbol-name keyword) args
|
||||||
(lambda (_label arg)
|
#'(lambda (_label arg)
|
||||||
(cond
|
(cond
|
||||||
((stringp arg) arg)
|
((stringp arg) arg)
|
||||||
((use-package-non-nil-symbolp arg) (symbol-name arg))
|
((use-package-non-nil-symbolp arg) (symbol-name arg))
|
||||||
|
|
@ -137,7 +137,7 @@ manually updated package."
|
||||||
(if (null args)
|
(if (null args)
|
||||||
(list t)
|
(list t)
|
||||||
(use-package-only-one (symbol-name keyword) args
|
(use-package-only-one (symbol-name keyword) args
|
||||||
(lambda (_label arg)
|
#'(lambda (_label arg)
|
||||||
(cond
|
(cond
|
||||||
((symbolp arg)
|
((symbolp arg)
|
||||||
(list arg))
|
(list arg))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue