Function: custom--revert-buffer

custom--revert-buffer is a byte-compiled function defined in cus-edit.el.gz.

Signature

(custom--revert-buffer IGNORE-AUTO NOCONFIRM)

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defun custom--revert-buffer (_ignore-auto _noconfirm)
  (unless custom--invocation-options
    (error "Insufficient data to revert"))
  (custom-buffer-create custom--invocation-options
                        (buffer-name)))