mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
Avoid using mm-util functoins in gravatar.el
* lisp/image/gravatar.el (gravatar-retrieve): Avoid using mm-util functions. (gravatar-retrieve-synchronously): Ditto.
This commit is contained in:
parent
21fe2ebec8
commit
91ea60cf58
1 changed files with 2 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ You can provide a list of argument to pass to CB in CBARGS."
|
|||
(apply #'url-retrieve args))
|
||||
(apply cb
|
||||
(with-temp-buffer
|
||||
(mm-disable-multibyte)
|
||||
(set-buffer-multibyte nil)
|
||||
(url-cache-extract (url-cache-create-filename url))
|
||||
(gravatar-data->image))
|
||||
cbargs))))
|
||||
|
|
@ -136,7 +136,7 @@ You can provide a list of argument to pass to CB in CBARGS."
|
|||
(kill-buffer (current-buffer))
|
||||
data))
|
||||
(with-temp-buffer
|
||||
(mm-disable-multibyte)
|
||||
(set-buffer-multibyte nil)
|
||||
(url-cache-extract (url-cache-create-filename url))
|
||||
(gravatar-data->image)))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue