From: Lars Magne Ingebrigtsen Date: Sun, 1 Dec 2013 15:45:49 +0000 (+0100) Subject: Fix typo after manual merge in last checkin. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~600 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eff0a2bda94243a2923d2d58c25b050d71f7aece;p=emacs.git Fix typo after manual merge in last checkin. --- diff --git a/lisp/net/eww.el b/lisp/net/eww.el index ca7bf60f1a4..195cf4294c5 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -177,8 +177,8 @@ word(s) will be searched for via `eww-search-prefix'." ((equal (car content-type) "text/html") (eww-display-html charset url nil point)) ((string-match-p "\\`image/" (car content-type)) - (eww-display-image url)) - (eww-update-header-line-format)) + (eww-display-image url) + (eww-update-header-line-format)) (t (eww-display-raw) (eww-update-header-line-format)))