# HG changeset patch # User Glenn Morris # Date 1218398795 0 # Node ID a54af6a5244ece9a145aef22225cbf842924ff6f # Parent 79edb264c8300b4c0b1d16eb6a332d6c6daa0683 (cal-tex-preamble-extra): Fix custom type (sync from trunk 2008-04-11). diff -r 79edb264c830 -r a54af6a5244e lisp/calendar/cal-tex.el --- a/lisp/calendar/cal-tex.el Sun Aug 10 20:06:21 2008 +0000 +++ b/lisp/calendar/cal-tex.el Sun Aug 10 20:06:35 2008 +0000 @@ -128,7 +128,7 @@ "A string giving extra LaTeX commands to insert in the calendar preamble. For example, to include extra packages: \"\\\\usepackage{foo}\\n\\\\usepackage{bar}\\n\"." - :type 'string + :type '(choice (const nil) string) :group 'calendar-tex :version "22.1")