Function: allout-widgets-after-copy-or-kill-function

allout-widgets-after-copy-or-kill-function is a byte-compiled function defined in allout-widgets.el.gz.

Signature

(allout-widgets-after-copy-or-kill-function)

Documentation

Do allout-widgets processing of text just placed in the kill ring.

Intended for use on allout-after-copy-or-kill-hook.

Source Code

;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_   > allout-widgets-after-copy-or-kill-function ()
(defun allout-widgets-after-copy-or-kill-function ()
  "Do allout-widgets processing of text just placed in the kill ring.

Intended for use on `allout-after-copy-or-kill-hook'."
  (if (car kill-ring)
      (setcar kill-ring (allout-widgets-undecorate-text (car kill-ring)))))