Searched +refs:hebrew +refs:holidays (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Dcal-menu.el62 '("Insert Hebrew" . calendar-mouse-insert-hebrew-diary-entry))
114 (define-key calendar-mode-map [menu-bar goto hebrew]
115 '("Hebrew Date" . calendar-goto-hebrew-date))
187 (defun cal-menu-list-holidays-year ()
188 "Display a list of the holidays of the selected date's year."
191 (list-holidays year year)))
193 (defun cal-menu-list-holidays-following-year ()
194 "Display a list of the holidays of the following year."
197 (list-holidays year year)))
199 (defun cal-menu-list-holidays
[all...]

Completed in 126 milliseconds