Function: nntp-erase-buffer

nntp-erase-buffer is a byte-compiled function defined in nntp.el.gz.

Signature

(nntp-erase-buffer BUFFER)

Documentation

Erase contents of BUFFER.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
(defun nntp-erase-buffer (buffer)
  "Erase contents of BUFFER."
  (with-current-buffer buffer
    (erase-buffer)))