From: Pavel Janík Date: Wed, 1 May 2002 09:46:36 +0000 (+0000) Subject: (cal-menu-x-popup-menu): Fix argument of error call. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~57338 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3f3410a93b97575a279acf70243f491afe4a15fe;p=emacs.git (cal-menu-x-popup-menu): Fix argument of error call. --- 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."