diff options
author | Glenn Morris <rgm@gnu.org> | 2008-04-11 03:44:38 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-04-11 03:44:38 +0000 |
commit | 906c1e930c89ddc19994d2184005a5400ef45f91 (patch) | |
tree | d4da78063ba044c8b330f1f88212078b911d1aee /lisp/calendar | |
parent | 76db882349ac32394934af57044943340b9a3c10 (diff) | |
download | emacs-906c1e930c89ddc19994d2184005a5400ef45f91.tar.gz |
(cal-tex-preamble-extra): Fix custom type.
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/cal-tex.el | 2 |
1 files changed, 1 insertions, 1 deletions
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") |