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: ttn-vms-21-2-B4~15244 X-Git-Url: http://git.eshelyaron.com/gitweb/?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."