Function: ede-map-project-buffers

ede-map-project-buffers is a byte-compiled function defined in ede.el.gz.

Signature

(ede-map-project-buffers ARG &rest ARGS)

Implementations

(ede-map-project-buffers (THIS ede-project) PROC) in `ede.el'.

For THIS, execute PROC on all buffers belonging to THIS.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(cl-defmethod ede-map-project-buffers ((this ede-project) proc)
  "For THIS, execute PROC on all buffers belonging to THIS."
  (mapcar proc (ede-project-buffers this)))