Mercurial > emacs
changeset 93992:c5786a2a8dc0
(cal-tex-preamble-extra): Fix custom type.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 11 Apr 2008 03:44:38 +0000 |
parents | 09c830b8981d |
children | 5310823a757f |
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 Fri Apr 11 03:43:55 2008 +0000 +++ b/lisp/calendar/cal-tex.el Fri Apr 11 03:44:38 2008 +0000 @@ -144,7 +144,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")