changeset 45058:5413ef3a62a3

(cal-menu-x-popup-menu): Fix argument of error call.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 01 May 2002 09:46:36 +0000
parents 1344a9d40dc8
children 832fe4d4233f
files lisp/calendar/cal-menu.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-menu.el	Wed May 01 09:45:59 2002 +0000
+++ b/lisp/calendar/cal-menu.el	Wed May 01 09:46:36 2002 +0000
@@ -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."