Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2fe10446
Commit
2fe10446
authored
Oct 19, 2010
by
Katsumi Yamaoka
Browse files
shr.el: Fix last change.
parent
83ffd571
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+1
-1
lisp/gnus/shr.el
lisp/gnus/shr.el
+2
-1
No files found.
lisp/gnus/ChangeLog
View file @
2fe10446
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.
...
...
lisp/gnus/shr.el
View file @
2fe10446
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment