[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/calendar/cal-tex.el, v [EMACS_22_BAS
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/calendar/cal-tex.el, v [EMACS_22_BASE] |
Date: |
Sun, 10 Aug 2008 20:06:36 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: Glenn Morris <gm> 08/08/10 20:06:36
Index: cal-tex.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-tex.el,v
retrieving revision 1.30.2.3
retrieving revision 1.30.2.4
diff -u -b -r1.30.2.3 -r1.30.2.4
--- cal-tex.el 7 Jan 2008 01:03:36 -0000 1.30.2.3
+++ cal-tex.el 10 Aug 2008 20:06:35 -0000 1.30.2.4
@@ -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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/calendar/cal-tex.el, v [EMACS_22_BASE],
Glenn Morris <=