]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Correct spelling.
authorLeo Liu <sdl.web@gmail.com>
Sun, 4 May 2014 23:49:33 +0000 (07:49 +0800)
committerLeo Liu <sdl.web@gmail.com>
Sun, 4 May 2014 23:49:33 +0000 (07:49 +0800)
* lisp/calendar/diary-lib.el (calendar-chinese-month-name-array):
Defvar to pacify compiler.

etc/NEWS
lisp/ChangeLog
lisp/calendar/diary-lib.el

index eed1c43af444d08ac7ede599cf013e16f70d22d2..4c79d49d25bb73fe0bf2754ba6a954fcf69acc34 100644 (file)
--- 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".
index c0032864b66535ddd192e6c840cb2c98a8f08fce..c0fe9c69f67fecf64004d288dba07029df730246 100644 (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.
index b89b808f69021f1d622961a784dfb29d2d39a2b3..a4e36d9abe8fb20e95eeffe3e51a8220ec773fde 100644 (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 ()