branch: elpa/flymake-guile
commit c46528e752bb77bfb038192fce18468340b24816
Author: Distopico <[email protected]>
Commit: Distopico <[email protected]>

    Update defcustom types and values
---
 flymake-guile.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flymake-guile.el b/flymake-guile.el
index fa1770459f..7293d9ed1c 100644
--- a/flymake-guile.el
+++ b/flymake-guile.el
@@ -41,7 +41,7 @@
   :type 'string
   :group 'flymake-guile)
 
-(defcustom flymake-guile-guild-args nil
+(defcustom flymake-guile-guild-args ""
   "Additional arguments for `guild' compile command."
   :type 'string
   :group 'flymake-guile)
@@ -54,7 +54,7 @@ or an warning level.
 
 The list of supported warning types/levels can be found by running
 `guild compile -W help'."
-  :type  '(string)
+  :type  '(repeat string)
   :group 'flymake-guile)
 
 (defvar geiser-guile-load-path)

Reply via email to