Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not quote symbols inside defcustom :type spec. #221

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joostkremers
Copy link

If the :type spec of a defcustom is complex, it is quoted and therefore symbols inside it do not have to be quoted themselves. If they are, the Customize buffer will display a (mismatch) error.

If the `:type` spec of a `defcustom` is complex, it is quoted and therefore symbols inside it do not have to be quoted themselves. If they are, the Customize buffer will display a `(mismatch)` error.
@sellout
Copy link

sellout commented Feb 28, 2023

This fixes #207.

@shipmints
Copy link

Would be nice to see this adopted in the code base. As setopt is available as of Emacs 29.1 and it becomes more widely recommended and people switch from setq, this will bite them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants