diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-10 09:53:13 +1100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-10 09:59:07 +1100 |
commit | a0e3180db181d1bc7ccb883f8f2b55e76a3703f2 (patch) | |
tree | 335fc0ded1a66c8b662db9b61c51821ac4c499a3 /lisp/gnus/gnus-html.el | |
parent | 8456ba1d493d5e5b46e450d0e8b2dd1577f246ab (diff) | |
download | emacs-a0e3180db181d1bc7ccb883f8f2b55e76a3703f2.tar.gz emacs-a0e3180db181d1bc7ccb883f8f2b55e76a3703f2.tar.bz2 emacs-a0e3180db181d1bc7ccb883f8f2b55e76a3703f2.zip |
Remove some Gnus compat functions
* lisp/gnus/gnus-ems.el (gnus-string-mark-left-to-right)
(gnus-window-inside-pixel-edges, gnus-set-process-plist)
(gnus-process-plist, gnus-process-get, gnus-process-put): 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 884b40e9342..9413d4e1b2a 100644 --- a/lisp/gnus/gnus-html.el +++ b/lisp/gnus/gnus-html.el @@ -427,7 +427,7 @@ Return a string with image data." (defun gnus-html-maximum-image-size () "Return the maximum size of an image according to `gnus-max-image-proportion'." - (let ((edges (gnus-window-inside-pixel-edges + (let ((edges (window-inside-pixel-edges (get-buffer-window (current-buffer))))) ;; (width . height) (cons |