* lisp/gnus/mm-extern.el (message-goto-body): Update declaration.
This commit is contained in:
parent
a33a286825
commit
acab4d4b71
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-12-03 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* mm-extern.el (message-goto-body): Update declaration.
|
||||
|
||||
2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* gnus-util.el (gnus-macroexpand-all): New function.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;;; mm-extern.el --- showing message/external-body
|
||||
|
||||
;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
|
||||
;; 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Shenghuo Zhu <zsh@cs.rochester.edu>
|
||||
;; Keywords: message external-body
|
||||
|
@ -91,7 +91,7 @@
|
|||
(let (mm-extern-anonymous)
|
||||
(mm-extern-anon-ftp handle)))
|
||||
|
||||
(declare-function message-goto-body "message" (&optional interactivep))
|
||||
(declare-function message-goto-body "message" ())
|
||||
|
||||
(defun mm-extern-mail-server (handle)
|
||||
(require 'message)
|
||||
|
|
Loading…
Add table
Reference in a new issue