aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/mspools.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/mspools.el b/lisp/mail/mspools.el
index 45f4c2d89a..b248ba7dec 100644
--- a/lisp/mail/mspools.el
+++ b/lisp/mail/mspools.el
@@ -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)