Merge pull request #2457 from RuijieYu/fix-defcustom-warnings
Fix defcustom type definitions
This commit is contained in:
@ -45,7 +45,7 @@ session."
|
||||
|
||||
Changes to this value only take effect after (re)starting the mu
|
||||
session."
|
||||
:type 'file
|
||||
:type '(file :must-match t)
|
||||
:group 'mu4e
|
||||
:safe 'stringp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user