Mercurial > emacs
changeset 23272:7e4879a1cb2d
(vhdl-header-file): Fix customize type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Fri, 18 Sep 1998 09:18:40 +0000 |
parents | f3d8ff8877ff |
children | 519bc559e950 |
files | lisp/progmodes/vhdl-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 : <date> -- Description : <cursor> -----------------------------------------" - :type 'string + :type '(choice (const nil) string) :group 'vhdl-electric) (defcustom vhdl-modify-date-prefix-string "-- Last modified : "