Mercurial > emacs
changeset 80702:a54af6a5244e
(cal-tex-preamble-extra): Fix custom type (sync from trunk
2008-04-11).
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 10 Aug 2008 20:06:35 +0000 |
parents | 79edb264c830 |
children | 818d77e04d72 |
files | lisp/calendar/cal-tex.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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")