]> git.eshelyaron.com Git - emacs.git/commitdiff
(cal-menu-x-popup-menu): Fix argument of error call.
authorPavel Janík <Pavel@Janik.cz>
Wed, 1 May 2002 09:46:36 +0000 (09:46 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 1 May 2002 09:46:36 +0000 (09:46 +0000)
lisp/calendar/cal-menu.el

index 5244fe667083415456c9461b535e223175b7a313..cc7538133ba1c28981fee839b8b9dc7467334bea 100644 (file)
 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."