]> git.eshelyaron.com Git - emacs.git/commitdiff
(vhdl-header-file): Fix customize type.
authorAndreas Schwab <schwab@suse.de>
Fri, 18 Sep 1998 09:18:40 +0000 (09:18 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 18 Sep 1998 09:18:40 +0000 (09:18 +0000)
lisp/progmodes/vhdl-mode.el

index 200f5700a009ce78d37dc8b789251f6f0d645a27..337694e52b214b044678e80348982baecfd15a50 100644 (file)
@@ -250,7 +250,7 @@ Example:
   -- Created     : <date>
   -- Description : <cursor>
   -----------------------------------------"
-  :type 'string
+  :type '(choice (const nil) string)
   :group 'vhdl-electric)
 
 (defcustom vhdl-modify-date-prefix-string "-- Last modified : "