muffinmad / emacs-mini-frame

Show minibuffer in child frame on read-from-minibuffer
GNU General Public License v3.0
314 stars 20 forks source link

Remove needless quote #63

Closed syohex closed 2 years ago

syohex commented 2 years ago

This fixes the following byte-compile warning

mini-frame.el:105:12: Warning: defcustom for
    ‘mini-frame-internal-border-color’ has syntactically odd type ‘'(choice
    (const :tag Not set nil) (color :tag Color) (const :tag Unspecified
    'unspecified))’
muffinmad commented 2 years ago

Thanks!