]> git.eshelyaron.com Git - emacs.git/commitdiff
(cal-tex-preamble-extra): Fix custom type (sync from trunk
authorGlenn Morris <rgm@gnu.org>
Sun, 10 Aug 2008 20:06:35 +0000 (20:06 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 10 Aug 2008 20:06:35 +0000 (20:06 +0000)
2008-04-11).

lisp/calendar/cal-tex.el

index a77eaafcf9eb622cc2fdc5c4f84f61c549080258..011c4d3de76b1bed3b18de9e52f0ba3dd27a27b4 100644 (file)
@@ -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")