1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* etc/NEWS: Correct spelling.

* lisp/calendar/diary-lib.el (calendar-chinese-month-name-array):
Defvar to pacify compiler.
This commit is contained in:
Leo Liu 2014-05-05 07:49:33 +08:00
parent f8c2cef5e6
commit f930a0636e
3 changed files with 7 additions and 1 deletions

View 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 ()