Function: ewoc--wrap

ewoc--wrap is a byte-compiled function defined in ewoc.el.gz.

Signature

(ewoc--wrap FUNC)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/ewoc.el.gz
(defun ewoc--wrap (func)
  (lambda (data)
    (funcall func data)
    (insert "\n")))