From f930a0636e77cc51bc7e0dd5b80482f6607bc73d Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Mon, 5 May 2014 07:49:33 +0800 Subject: [PATCH] * etc/NEWS: Correct spelling. * lisp/calendar/diary-lib.el (calendar-chinese-month-name-array): Defvar to pacify compiler. --- etc/NEWS | 2 +- lisp/ChangeLog | 5 +++++ lisp/calendar/diary-lib.el | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index eed1c43af44..4c79d49d25b 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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". diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c0032864b66..c0fe9c69f67 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-05-04 Leo Liu + + * calendar/diary-lib.el (calendar-chinese-month-name-array): + Defvar to pacify compiler. + 2014-05-04 Eli Zaretskii * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment. diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index b89b808f690..a4e36d9abe8 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -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 () -- 2.39.5