1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-08 20:58:58 +00:00

(vm-visit-folder): Declare as a function.

This commit is contained in:
Glenn Morris 2007-11-29 04:26:13 +00:00
parent eb22a8c3bf
commit 5d91f66bd6

View File

@ -248,6 +248,9 @@ Buffer is not displayed if SHOW is non-nil."
(declare-function rmail-get-new-mail "rmail" (&optional file-name))
;; External.
(declare-function vm-visit-folder "ext:vm-startup" (folder &optional read-only))
(defun mspools-visit-spool ()
"Visit the folder on the current line of the *spools* buffer."
(interactive)