shr.el: Fix last change.
This commit is contained in:
parent
83ffd5713d
commit
2fe10446ee
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* shr.el: Load kinsoku.
|
||||
* shr.el: Load kinsoku if necessary.
|
||||
(shr-kinsoku-shorten): New internal variable.
|
||||
(shr-find-fill-point): Make kinsoku shorten text line if
|
||||
shr-kinsoku-shorten is bound to non-nil.
|
||||
|
|
|
@ -32,7 +32,8 @@
|
|||
|
||||
(eval-when-compile (require 'cl))
|
||||
(require 'browse-url)
|
||||
(load "kinsoku" nil t)
|
||||
(unless (aref (char-category-set (make-char 'japanese-jisx0208 33 35)) ?>)
|
||||
(load "kinsoku" nil t))
|
||||
|
||||
(defgroup shr nil
|
||||
"Simple HTML Renderer"
|
||||
|
|
Loading…
Add table
Reference in a new issue