Fix merge.
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 18 Feb 2012 13:14:59 +0000 (14:14 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 18 Feb 2012 13:14:59 +0000 (14:14 +0100)
lisp/shr.el

index bdb2f4e..954e974 100644 (file)
@@ -613,13 +613,9 @@ size, and full-buffer size."
        image)
     (insert alt)))
 
-<<<<<<< HEAD
 (defun shr-rescale-image (data &optional force)
   "Rescale DATA, if too big, to fit the current buffer.
 If FORCE, rescale the image anyway."
-=======
-(defun shr-rescale-image (data)
->>>>>>> origin/no-gnus
   (let ((image (create-image data nil t :ascent 100)))
     (if (or (not (fboundp 'imagemagick-types))
            (not (get-buffer-window (current-buffer))))