Function: cvs-menu
cvs-menu is an interactive and byte-compiled function defined in
pcvs.el.gz.
Signature
(cvs-menu E)
Documentation
Popup the CVS menu.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs.el.gz
(defun cvs-menu (e)
"Popup the CVS menu."
(interactive "e")
(let ((cvs-minor-current-files
(list (ewoc-data (ewoc-locate
cvs-cookies (posn-point (event-end e)))))))
(popup-menu cvs-menu e)))