]> git.eshelyaron.com Git - emacs.git/commitdiff
(vm-visit-folder): Declare as a function.
authorGlenn Morris <rgm@gnu.org>
Thu, 29 Nov 2007 04:26:13 +0000 (04:26 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 29 Nov 2007 04:26:13 +0000 (04:26 +0000)
lisp/mail/mspools.el

index 45f4c2d89a77e2142098b1d018d66336e58f8b7e..b248ba7dec1d97e45f8a39d69ae8a4245fc812b9 100644 (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)