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
|
||||
:options '(diary-bahai-list-entries
|
||||
diary-hebrew-list-entries
|
||||
diary-islamic-list-entries)
|
||||
diary-islamic-list-entries
|
||||
diary-chinese-list-entries)
|
||||
:group 'diary)
|
||||
|
||||
(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
|
||||
:options '(diary-bahai-mark-entries
|
||||
diary-hebrew-mark-entries
|
||||
diary-islamic-mark-entries)
|
||||
diary-islamic-mark-entries
|
||||
diary-chinese-mark-entries)
|
||||
:group 'diary)
|
||||
|
||||
(defcustom diary-print-entries-hook #'lpr-buffer
|
||||
|
|
Loading…
Add table
Reference in a new issue