Fix declaration typo
authorGlenn Morris <rgm@gnu.org>
Thu, 23 May 2013 07:42:16 +0000 (00:42 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 23 May 2013 07:42:16 +0000 (00:42 -0700)
lisp/url/url.el

index acdfc7f..43e52ef 100644 (file)
@@ -293,7 +293,8 @@ no further processing).  URL is either a string or a parsed URL."
 ;; url-mm-callback called from url-mm, which requires mm-decode.
 (declare-function mm-dissect-buffer "mm-decode"
                  (&optional no-strict-mime loose-mime from))
-(declare-function mm-display-part "mm-decode" (handle &optional no-default))
+(declare-function mm-display-part "mm-decode"
+                 (handle &optional no-default force))
 
 (defun url-mm-callback (&rest ignored)
   (let ((handle (mm-dissect-buffer t)))