Function: gnus-undo-boundary

gnus-undo-boundary is a byte-compiled function defined in gnus-undo.el.gz.

Signature

(gnus-undo-boundary)

Documentation

Set Gnus undo boundary.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-undo.el.gz
(defun gnus-undo-boundary ()
  "Set Gnus undo boundary."
  (if gnus-undo-boundary-inhibit
      (setq gnus-undo-boundary-inhibit nil)
    (setq gnus-undo-boundary t)))