Function: artist-compute-popup-menu-table
artist-compute-popup-menu-table is a byte-compiled function defined in
artist.el.gz.
Signature
(artist-compute-popup-menu-table MENU-TABLE)
Documentation
Create a menu from MENU-TABLE data.
The returned value is suitable for the x-popup-menu function.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
;;
;; Auxiliary init-routines
;;
;
; Computing the table for the x-popup-menu from the master table
;
(defun artist-compute-popup-menu-table (menu-table)
"Create a menu from MENU-TABLE data.
The returned value is suitable for the `x-popup-menu' function."
(cons "Artist menu"
(artist-compute-popup-menu-table-sub menu-table)))