* net/shr.el (shr-find-fill-point): Don't break lines before a
quotation mark.
+2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
+
+ * net/shr.el (shr-find-fill-point): Don't break lines before a
+ quotation mark.
+
2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
* net/eww.el (eww-form-textarea): Use a different face for
(if (looking-at "\\(\\c<+\\)\\c<")
(goto-char (match-end 1))
(forward-char 1))))
- ((shr-char-kinsoku-bol-p (following-char))
+ ((and (shr-char-kinsoku-bol-p (following-char))
+ (not (eq (following-char) ?')))
;; Find forward the point where kinsoku-bol characters end.
(let ((count 4))
(while (progn