From 3f3410a93b97575a279acf70243f491afe4a15fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Wed, 1 May 2002 09:46:36 +0000 Subject: [PATCH] (cal-menu-x-popup-menu): Fix argument of error call. --- lisp/calendar/cal-menu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index 5244fe66708..cc7538133ba 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el @@ -166,7 +166,7 @@ not available." (if (display-popup-menus-p) (x-popup-menu position menu) - (error "Popup menus are not available on this system."))) + (error "Popup menus are not available on this system"))) (defun cal-menu-list-holidays-year () "Display a list of the holidays of the selected date's year." -- 2.39.5