From: Glenn Morris Date: Sun, 10 Aug 2008 20:06:35 +0000 (+0000) Subject: (cal-tex-preamble-extra): Fix custom type (sync from trunk X-Git-Tag: emacs-pretest-22.2.90~20 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9eccc8f0b6357b9e433e9a7675991dd35ded52cc;p=emacs.git (cal-tex-preamble-extra): Fix custom type (sync from trunk 2008-04-11). --- diff --git a/lisp/calendar/cal-tex.el b/lisp/calendar/cal-tex.el index a77eaafcf9e..011c4d3de76 100644 --- a/lisp/calendar/cal-tex.el +++ b/lisp/calendar/cal-tex.el @@ -128,7 +128,7 @@ will put the Hebrew date at the bottom of each 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")