mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(calendar-check-holidays): Declare rather than autoloading.
(diary-show-holidays-flag): Remove unneeded declaration.
This commit is contained in:
parent
2b11fcd531
commit
7ec4149077
2 changed files with 4 additions and 2 deletions
|
|
@ -47,6 +47,8 @@
|
|||
(cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
|
||||
Add doc strings.
|
||||
(cal-menu-context-mouse-menu): Add some :keys.
|
||||
(calendar-check-holidays): Declare rather than autoloading.
|
||||
(diary-show-holidays-flag): Remove unneeded declaration.
|
||||
|
||||
* calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
|
||||
* calendar/calendar.el (calendar-cursor-to-date): Handle case where
|
||||
|
|
|
|||
|
|
@ -160,9 +160,9 @@ Signals an error if popups are unavailable."
|
|||
(x-popup-menu ,event (list ,title (append (list ,title) ,@body)))
|
||||
(error "Popup menus are not available on this system")))
|
||||
|
||||
(autoload 'calendar-check-holidays "holidays")
|
||||
(autoload 'diary-list-entries "diary-lib")
|
||||
(defvar diary-show-holidays-flag) ; only called from calendar.el
|
||||
;; Autoloaded in diary-lib.
|
||||
(declare-function calendar-check-holidays "holidays" (date))
|
||||
|
||||
(defun calendar-mouse-view-diary-entries (&optional date diary event)
|
||||
"Pop up menu of diary entries for mouse-selected date.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue