emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112682: Fix declaration typo


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112682: Fix declaration typo
Date: Thu, 23 May 2013 00:42:16 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112682
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-05-23 00:42:16 -0700
message:
  Fix declaration typo
modified:
  lisp/url/url.el
=== modified file 'lisp/url/url.el'
--- a/lisp/url/url.el   2013-05-23 04:58:09 +0000
+++ b/lisp/url/url.el   2013-05-23 07:42:16 +0000
@@ -293,7 +293,8 @@
 ;; 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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]