Function: sieve-bury-buffer
sieve-bury-buffer is an interactive and byte-compiled function defined
in sieve.el.gz.
Signature
(sieve-bury-buffer)
Documentation
Bury the Manage Sieve buffer without closing the connection.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/net/sieve.el.gz
(defun sieve-bury-buffer ()
"Bury the Manage Sieve buffer without closing the connection."
(interactive)
(bury-buffer))