Mercurial > emacs
changeset 86813:48b3541f28c2
(vm-visit-folder): Declare as a function.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 29 Nov 2007 04:26:13 +0000 |
parents | 5a96d566fe43 |
children | cc52e106c65b |
files | lisp/mail/mspools.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)