# HG changeset patch # User Andreas Schwab # Date 906110320 0 # Node ID 7e4879a1cb2d242cb32f2c8ad64a7ea5a8811879 # Parent f3d8ff8877ff414a2b4321f7075eb820edb5306c (vhdl-header-file): Fix customize type. diff -r f3d8ff8877ff -r 7e4879a1cb2d lisp/progmodes/vhdl-mode.el --- a/lisp/progmodes/vhdl-mode.el Fri Sep 18 09:17:45 1998 +0000 +++ b/lisp/progmodes/vhdl-mode.el Fri Sep 18 09:18:40 1998 +0000 @@ -250,7 +250,7 @@ -- Created : -- Description : -----------------------------------------" - :type 'string + :type '(choice (const nil) string) :group 'vhdl-electric) (defcustom vhdl-modify-date-prefix-string "-- Last modified : "