emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117060: * etc/NEWS: Correct spelling.


From: Leo Liu
Subject: [Emacs-diffs] trunk r117060: * etc/NEWS: Correct spelling.
Date: Sun, 04 May 2014 23:50:45 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117060
revision-id: address@hidden
parent: address@hidden
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Mon 2014-05-05 07:49:33 +0800
message:
  * etc/NEWS: Correct spelling.
  
  * lisp/calendar/diary-lib.el (calendar-chinese-month-name-array):
  Defvar to pacify compiler.
modified:
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/calendar/diary-lib.el     diarylib.el-20091113204419-o5vbwnq5f7feedwu-902
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-05-04 00:16:58 +0000
+++ b/etc/NEWS  2014-05-04 23:49:33 +0000
@@ -83,7 +83,7 @@
 `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".

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-05-04 19:37:56 +0000
+++ b/lisp/ChangeLog    2014-05-04 23:49:33 +0000
@@ -1,3 +1,8 @@
+2014-05-04  Leo Liu  <address@hidden>
+
+       * calendar/diary-lib.el (calendar-chinese-month-name-array):
+       Defvar to pacify compiler.
+
 2014-05-04  Eli Zaretskii  <address@hidden>
 
        * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.

=== modified file 'lisp/calendar/diary-lib.el'
--- a/lisp/calendar/diary-lib.el        2014-05-04 00:16:58 +0000
+++ b/lisp/calendar/diary-lib.el        2014-05-04 23:49:33 +0000
@@ -2374,6 +2374,7 @@
 (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 ()


reply via email to

[Prev in Thread] Current Thread [Next in Thread]