zk-phi / highlight-stages

Highlight staged (quasi-quoted) expressions
21 stars 7 forks source link

Set type attribute for byte-compile warnings #6

Closed syohex closed 7 years ago

syohex commented 7 years ago

Newer Emacs warns custom variables which does not set type attribute.

highlight-stages.el:52:1:Warning: defcustom for
    ‘highlight-stages-matcher-alist’ fails to specify type
highlight-stages.el:52:1:Warning: defcustom for
    ‘highlight-stages-matcher-alist’ fails to specify type
highlight-stages.el:92:1:Warning: defcustom for
    ‘highlight-stages-highlight-real-quote’ fails to specify type
highlight-stages.el:92:1:Warning: defcustom for
    ‘highlight-stages-highlight-real-quote’ fails to specify type
highlight-stages.el:97:1:Warning: defcustom for
    ‘highlight-stages-highlight-priority’ fails to specify type
highlight-stages.el:97:1:Warning: defcustom for
    ‘highlight-stages-highlight-priority’ fails to specify type
zk-phi commented 7 years ago

Merged, thanks!