1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00

* etc/NEWS: Correct spelling.

* lisp/calendar/diary-lib.el (calendar-chinese-month-name-array):
Defvar to pacify compiler.
This commit is contained in:
Leo Liu 2014-05-05 07:49:33 +08:00
parent f8c2cef5e6
commit f930a0636e
3 changed files with 7 additions and 1 deletions

View file

@ -83,7 +83,7 @@ to delete or undelete multiple messages.
`diary-chinese-insert-yearly-entry'
+++
*** Calendar can list and mark diary entires with Chinese dates:
*** Calendar can list and mark diary entries with Chinese dates:
`diary-chinese-list-entries' and `diary-chinese-mark-entries'.
** The URL package accepts now the protocols "ssh", "scp" and "rsync".

View file

@ -1,3 +1,8 @@
2014-05-04 Leo Liu <sdl.web@gmail.com>
* calendar/diary-lib.el (calendar-chinese-month-name-array):
Defvar to pacify compiler.
2014-05-04 Eli Zaretskii <eliz@gnu.org>
* mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.

View file

@ -2374,6 +2374,7 @@ return a font-lock pattern matching array of MONTHS and marking SYMBOL."
(defvar calendar-hebrew-month-name-array-leap-year)
(defvar calendar-islamic-month-name-array)
(defvar calendar-bahai-month-name-array)
(defvar calendar-chinese-month-name-array)
;;;###cal-autoload
(defun diary-font-lock-keywords ()