Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c2fc00be
Commit
c2fc00be
authored
May 23, 2013
by
Glenn Morris
Browse files
Fix declaration typo
parent
8fa23984
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/url/url.el
lisp/url/url.el
+2
-1
No files found.
lisp/url/url.el
View file @
c2fc00be
...
@@ -293,7 +293,8 @@ no further processing). URL is either a string or a parsed URL."
...
@@ -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.
;; url-mm-callback called from url-mm, which requires mm-decode.
(
declare-function
mm-dissect-buffer
"mm-decode"
(
declare-function
mm-dissect-buffer
"mm-decode"
(
&optional
no-strict-mime
loose-mime
from
))
(
&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
)
(
defun
url-mm-callback
(
&rest
ignored
)
(
let
((
handle
(
mm-dissect-buffer
t
)))
(
let
((
handle
(
mm-dissect-buffer
t
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment