* etc/NEWS: Correct spelling.
* lisp/calendar/diary-lib.el (calendar-chinese-month-name-array): Defvar to pacify compiler.
This commit is contained in:
2
etc/NEWS
2
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".
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user