diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-11 16:39:23 +1100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-11 16:39:23 +1100 |
commit | fd8d344fc9164accd2d69683f8aee32b2a87b647 (patch) | |
tree | 8aefac778182b9d10fef1856042b174c6aaf6fb1 /lisp/gnus/gnus-html.el | |
parent | e91b75de10881c1bb8b0f4cc14f35c68563dc356 (diff) | |
download | emacs-fd8d344fc9164accd2d69683f8aee32b2a87b647.tar.gz emacs-fd8d344fc9164accd2d69683f8aee32b2a87b647.tar.bz2 emacs-fd8d344fc9164accd2d69683f8aee32b2a87b647.zip |
Remove more XEmacs compat functions from Gnus
* lisp/gnus/gnus-util.el (gnus-next-char-property-change): Remove.
(gnus-previous-char-property-change): Remove.
(gnus-graphic-display-p): Remove.
(gnus-select-frame-set-input-focus): Remove.
Diffstat (limited to 'lisp/gnus/gnus-html.el')
-rw-r--r-- | lisp/gnus/gnus-html.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-html.el b/lisp/gnus/gnus-html.el index 23b8836ac7c..f427610e5e1 100644 --- a/lisp/gnus/gnus-html.el +++ b/lisp/gnus/gnus-html.el @@ -444,7 +444,7 @@ Return a string with image data." (defun gnus-html-put-image (data url &optional alt-text) "Put an image with DATA from URL and optional ALT-TEXT." - (when (gnus-graphic-display-p) + (when (display-graphic-p) (let* ((start (text-property-any (point-min) (point-max) 'image-url url)) (end (when start |