mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Fix user options for listing and marking diary files
* lisp/calendar/diary-lib.el (diary-nongregorian-listing-hook) (diary-nongregorian-marking-hook): Add Chinese functions to the list of variable's options. (Bug#74498)
This commit is contained in:
parent
6f6a92624e
commit
8261d7224d
1 changed files with 4 additions and 2 deletions
|
|
@ -235,7 +235,8 @@ use `diary-list-entries-hook', which runs only for the main diary file."
|
||||||
:type 'hook
|
:type 'hook
|
||||||
:options '(diary-bahai-list-entries
|
:options '(diary-bahai-list-entries
|
||||||
diary-hebrew-list-entries
|
diary-hebrew-list-entries
|
||||||
diary-islamic-list-entries)
|
diary-islamic-list-entries
|
||||||
|
diary-chinese-list-entries)
|
||||||
:group 'diary)
|
:group 'diary)
|
||||||
|
|
||||||
(defcustom diary-nongregorian-marking-hook nil
|
(defcustom diary-nongregorian-marking-hook nil
|
||||||
|
|
@ -252,7 +253,8 @@ use `diary-mark-entries-hook', which runs only for the main diary file."
|
||||||
:type 'hook
|
:type 'hook
|
||||||
:options '(diary-bahai-mark-entries
|
:options '(diary-bahai-mark-entries
|
||||||
diary-hebrew-mark-entries
|
diary-hebrew-mark-entries
|
||||||
diary-islamic-mark-entries)
|
diary-islamic-mark-entries
|
||||||
|
diary-chinese-mark-entries)
|
||||||
:group 'diary)
|
:group 'diary)
|
||||||
|
|
||||||
(defcustom diary-print-entries-hook #'lpr-buffer
|
(defcustom diary-print-entries-hook #'lpr-buffer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue