From: Leo Liu Date: Sun, 4 May 2014 23:49:33 +0000 (+0800) Subject: * etc/NEWS: Correct spelling. X-Git-Tag: emacs-25.0.90~2640^2~148 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f930a0636e77cc51bc7e0dd5b80482f6607bc73d;p=emacs.git * etc/NEWS: Correct spelling. * lisp/calendar/diary-lib.el (calendar-chinese-month-name-array): Defvar to pacify compiler. --- 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 ()