]> git.eshelyaron.com Git - emacs.git/commitdiff
shr.el: Fix last change.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 19 Oct 2010 08:19:45 +0000 (08:19 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 19 Oct 2010 08:19:45 +0000 (08:19 +0000)
lisp/gnus/ChangeLog
lisp/gnus/shr.el

index fbbed031efe7bd0c63b934ed65ecedbd3ec72a67..4c77c73db1df107df0c84243f2a080dd068654fd 100644 (file)
@@ -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.
index 50e75323dbad30874f0c5fe593fc7eb03845e275..d16899c14b77569b252c68c06a0ed5812964cde1 100644 (file)
@@ -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"