From: Glenn Morris Date: Fri, 11 Apr 2008 03:44:38 +0000 (+0000) Subject: (cal-tex-preamble-extra): Fix custom type. X-Git-Tag: emacs-pretest-23.0.90~6339 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=906c1e930c89ddc19994d2184005a5400ef45f91;p=emacs.git (cal-tex-preamble-extra): Fix custom type. --- diff --git a/lisp/calendar/cal-tex.el b/lisp/calendar/cal-tex.el index c75231e4ace..b1380c2a913 100644 --- a/lisp/calendar/cal-tex.el +++ b/lisp/calendar/cal-tex.el @@ -144,7 +144,7 @@ At present, this only affects `cal-tex-cursor-day'" "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")