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