From: Glenn Morris Date: Thu, 29 Nov 2007 04:26:13 +0000 (+0000) Subject: (vm-visit-folder): Declare as a function. X-Git-Tag: emacs-pretest-23.0.90~9264 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d91f66bd61dc1e8eab93303347212dc52d67156;p=emacs.git (vm-visit-folder): Declare as a function. --- diff --git a/lisp/mail/mspools.el b/lisp/mail/mspools.el index 45f4c2d89a7..b248ba7dec1 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)