diff lisp/calendar/calendar.el @ 97422:6e551caf98f6

Add declarations for builds without X.
author Glenn Morris <rgm@gnu.org>
date Mon, 11 Aug 2008 01:23:07 +0000
parents c5e50585b044
children dfb0ac991c30
line wrap: on
line diff
--- a/lisp/calendar/calendar.el	Mon Aug 11 01:19:29 2008 +0000
+++ b/lisp/calendar/calendar.el	Mon Aug 11 01:23:07 2008 +0000
@@ -2422,6 +2422,8 @@
            (format "Mayan date: %s"
                    (calendar-mayan-date-string date))))))
 
+(declare-function x-popup-menu "xmenu.c" (position menu))
+
 (defun calendar-print-other-dates (&optional event)
   "Show dates on other calendars for date under the cursor.
 If called by a mouse-event, pops up a menu with the result."