]> git.eshelyaron.com Git - emacs.git/commitdiff
(easy-menu-do-define): Use `x-popup-menu' instead of
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 Sep 1996 03:47:43 +0000 (03:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 Sep 1996 03:47:43 +0000 (03:47 +0000)
non-existing `easy-popup-menu'.

lisp/emacs-lisp/easymenu.el

index df3cc03cae8edb3e0a605671cfbaec4fb0dff852..624dd0b8363d2f8cc5887ba05fc027a175a87313 100644 (file)
@@ -106,7 +106,7 @@ is a list of menu items, as above."
   ;; function. 
   (set symbol (easy-menu-create-keymaps (car menu) (cdr menu)))
   (fset symbol (` (lambda (event) (, doc) (interactive "@e")
-                   (easy-popup-menu event (, symbol)))))
+                   (x-popup-menu event (, symbol)))))
   (mapcar (function (lambda (map) 
            (define-key map (vector 'menu-bar (intern (car menu)))
              (cons (car menu) (symbol-value symbol)))))