[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72160: 29.3; package buglet
From: |
Michael Heerdegen |
Subject: |
bug#72160: 29.3; package buglet |
Date: |
Thu, 18 Jul 2024 10:59:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Devon Sean McCullough <Emacs-hacker2023@jovi.net> writes:
> Strings and symbols should be equally acceptable package designators.
>
> (use-package 'xr) ; (wrong-type-argument symbolp 'xr)
> Should work like (use-package "xr")
I think you should specify a symbol as argument of that macro, not a
quoted symbol:
(use-package xr)
Michael.