Remove XEmacs compat code from gravatar.el
* lisp/image/gravatar.el (gravatar-retrieve): Remove XEmacs compat code
This commit is contained in:
parent
9f4cced5db
commit
86c3d9280e
1 changed files with 2 additions and 4 deletions
|
@ -107,10 +107,8 @@ You can provide a list of argument to pass to CB in CBARGS."
|
|||
(let ((args (list url
|
||||
'gravatar-retrieved
|
||||
(list cb (when cbargs cbargs)))))
|
||||
(when (> (length (if (featurep 'xemacs)
|
||||
(cdr (split-string (function-arglist 'url-retrieve)))
|
||||
(help-function-arglist 'url-retrieve)))
|
||||
4)
|
||||
(when (> (length (help-function-arglist 'url-retrieve))
|
||||
4)
|
||||
(setq args (nconc args (list t))))
|
||||
(apply #'url-retrieve args))
|
||||
(apply cb
|
||||
|
|
Loading…
Add table
Reference in a new issue