1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

(ph-install-menu): Use easy-menu-create-menu, not

easy-menu-create-keymaps.
This commit is contained in:
Dave Love 1998-04-17 20:36:48 +00:00
parent 3697b8070e
commit b6ceebbcb3

View File

@ -1127,7 +1127,7 @@ This function can only be called from a PH/QI query result buffer."
global-map global-map
[menu-bar tools ph] [menu-bar tools ph]
(cons "Ph" (cons "Ph"
(easy-menu-create-keymaps "Ph" (cdr (ph-menu)))))) (easy-menu-create-menu "Ph" (cdr (ph-menu))))))
)) ))
(ph-install-menu) (ph-install-menu)