# HG changeset patch # User Glenn Morris # Date 1196310373 0 # Node ID 48b3541f28c227e5b7917b235ec28905bc62c7cb # Parent 5a96d566fe431780bd0e7ae4cbfd46a60e1ca4d3 (vm-visit-folder): Declare as a function. diff -r 5a96d566fe43 -r 48b3541f28c2 lisp/mail/mspools.el --- a/lisp/mail/mspools.el Thu Nov 29 04:25:49 2007 +0000 +++ b/lisp/mail/mspools.el Thu Nov 29 04:26:13 2007 +0000 @@ -248,6 +248,9 @@ (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)