]> code.delx.au - gnu-emacs/blobdiff - lisp/emulation/viper-init.el
Fix a bunch of custom types (thank you cus-test.el)
[gnu-emacs] / lisp / emulation / viper-init.el
index 28a830a0def61a2428b75345323cbc0ed2e229e7..76d4632f8c0c9026868f9b00be571ecdc5db3e2e 100644 (file)
@@ -424,7 +424,7 @@ delete the text being replaced, as in standard Vi."
 ;; (defcustom viper-emacs-state-cursor-color "Magenta"
 (defcustom viper-emacs-state-cursor-color nil
   "Cursor color when Viper is in Emacs state."
-  :type 'string
+  :type '(choice (const nil) string)
   :group 'viper)
 
 ;; internal var, used to remember the default cursor color of emacs frames