From: Lars Ingebrigtsen Date: Sun, 27 Dec 2015 19:35:05 +0000 (+0100) Subject: (eww-setup-buffer): Restore left-to-right defaults X-Git-Tag: emacs-25.0.90~350 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03dbfb948c13dd7c9f24fae63e6ef482393c1e8e;p=emacs.git (eww-setup-buffer): Restore left-to-right defaults * eww.el (eww-setup-buffer): Restore left-to-right defaults. Backport: (cherry picked from commit 96c874b96b617c124d500a94de761a61f2a08685) --- diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 033529d0616..5755a942ebe 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -561,6 +561,7 @@ Currently this means either text/html or application/xhtml+xml." (let ((inhibit-read-only t)) (remove-overlays) (erase-buffer)) + (setq bidi-paragraph-direction 'left-to-right) (unless (eq major-mode 'eww-mode) (eww-mode)))