Function: srecode-map-entry-for-app
srecode-map-entry-for-app is a byte-compiled function defined in
map.el.gz.
Signature
(srecode-map-entry-for-app ARG &rest ARGS)
Implementations
(srecode-map-entry-for-app (MAP srecode-map) APP) in `srecode/map.el'.
Return the entry in MAP for APP.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/srecode/map.el.gz
(cl-defmethod srecode-map-entry-for-app ((map srecode-map) app)
"Return the entry in MAP for APP."
(assoc app (oref map apps))
)