changeset 21630:d2b8e50dd2e0

(ph-install-menu): Use easy-menu-create-menu, not easy-menu-create-keymaps.
author Dave Love <fx@gnu.org>
date Fri, 17 Apr 1998 20:36:48 +0000
parents 2da609ac7ab1
children e9650ae37732
files lisp/ph.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ph.el	Fri Apr 17 20:27:32 1998 +0000
+++ b/lisp/ph.el	Fri Apr 17 20:36:48 1998 +0000
@@ -1127,7 +1127,7 @@
       global-map
       [menu-bar tools ph] 
       (cons "Ph"
-	    (easy-menu-create-keymaps "Ph" (cdr (ph-menu))))))
+	    (easy-menu-create-menu "Ph" (cdr (ph-menu))))))
    ))
 
 (ph-install-menu)