summaryrefslogtreecommitdiff
path: root/lisp/calendar/holidays.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-08-11 01:23:07 +0000
committerGlenn Morris <rgm@gnu.org>2008-08-11 01:23:07 +0000
commitf2d9c15f597ab17a78244c4e019d708d5290ac19 (patch)
treeeea7f9d13952b4727dfb8db3509d5e53cdda4fac /lisp/calendar/holidays.el
parent79e43d6ecac6a45c110cd7634caae4bcf6d6ffdf (diff)
downloademacs-f2d9c15f597ab17a78244c4e019d708d5290ac19.tar.gz
Add declarations for builds without X.
Diffstat (limited to 'lisp/calendar/holidays.el')
-rw-r--r--lisp/calendar/holidays.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el
index 8b554e05825..9e703df114f 100644
--- a/lisp/calendar/holidays.el
+++ b/lisp/calendar/holidays.el
@@ -624,6 +624,8 @@ The holidays are those in the list `calendar-holidays'."
(define-obsolete-function-alias
'check-calendar-holidays 'calendar-check-holidays "23.1")
+(declare-function x-popup-menu "xmenu.c" (position menu))
+
;;;###cal-autoload
(defun calendar-cursor-holidays (&optional date event)
"Find holidays for the date specified by the cursor in the calendar window.