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

Remove needless quote from choice values #697

Merged
merged 1 commit into from
Jul 9, 2022
Merged

Conversation

syohex
Copy link
Collaborator

@syohex syohex commented Jul 6, 2022

Development Emacs generates like the following warnings.

php.el:58:12: Warning: defcustom for ‘php-manual-url’ has syntactically odd
    type ‘'(choice (const :tag English 'en) (const :tag Brazilian Portuguese
    'pt_BR) (const :tag Chinese (Simplified) 'zh) (const :tag French 'fr)
    (const :tag German 'de) (const :tag Japanese 'ja) (const :tag Romanian
    'ro) (const :tag Russian 'ru) (const :tag Spanish 'es) (const :tag Turkish
    'tr) (string :tag PHP manual URL))’

@zonuexe zonuexe merged commit ca6ae67 into emacs-php:master Jul 9, 2022
@zonuexe
Copy link
Member

zonuexe commented Jul 9, 2022

@syohex Thanks!

@syohex syohex deleted the quote branch July 10, 2022 00:17
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.

2 participants