Merge pull request #2457 from RuijieYu/fix-defcustom-warnings

Fix defcustom type definitions
This commit is contained in:
Dirk-Jan C. Binnema
2023-04-01 19:14:46 +03:00
committed by GitHub
7 changed files with 26 additions and 9 deletions

View File

@ -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)