Or maybe
(if (zerop (function-max-args 'pop-mode-menu))
(popup-mode-menu)
(popup-mode-menu event))
-----Original Message-----
From: Ville Skyttä [mailto:scop@xemacs.org]
Sent: Monday, November 18, 2002 12:20 PM
To: Paul Krause
Cc: John Paul Wallington; xemacs-beta(a)xemacs.org
Subject: RE: [BUG] [24.1.10] mouse-position returns (nil nil) from
speedbar
Not really a comment about the change itself, but the EVENT arg for
popup-mode-menu was introduced in XEmacs 21.4.0. So, the change would
need to be:
(if (emacs-version>= 21 4)
(popup-mode-menu event)
(popup-mode-menu))
--
\/ille Skyttä
scop at
xemacs.org