From: Andreas Schwab Date: Fri, 18 Sep 1998 09:18:40 +0000 (+0000) Subject: (vhdl-header-file): Fix customize type. X-Git-Tag: emacs-20.4~1677 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d2ef1f623995abc1ca1e04513f136e4f29e51bd7;p=emacs.git (vhdl-header-file): Fix customize type. --- diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index 200f5700a00..337694e52b2 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el @@ -250,7 +250,7 @@ Example: -- Created : -- Description : -----------------------------------------" - :type 'string + :type '(choice (const nil) string) :group 'vhdl-electric) (defcustom vhdl-modify-date-prefix-string "-- Last modified : "