Function: nnmaildir--with-nntp-buffer
nnmaildir--with-nntp-buffer is a macro defined in nnmaildir.el.gz.
Signature
(nnmaildir--with-nntp-buffer &rest BODY)
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmaildir.el.gz
(defmacro nnmaildir--with-nntp-buffer (&rest body)
(declare (indent 0) (debug t))
`(with-current-buffer nntp-server-buffer
,@body))