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
fe98a42f
Commit
fe98a42f
authored
Nov 11, 2010
by
Katsumi Yamaoka
Browse files
shr.el (shr-insert): Fix last change.
parent
b3e22bd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
lisp/gnus/shr.el
lisp/gnus/shr.el
+4
-5
No files found.
lisp/gnus/shr.el
View file @
fe98a42f
...
...
@@ -240,11 +240,10 @@ redirects somewhere else."
(
progn
(
setq
found
(
shr-find-fill-point
))
(
not
(
eolp
))))
(
unless
(
prog1
found
(
when
(
eq
(
preceding-char
)
?
)
(
delete-char
-1
))
(
insert
"\n"
))
(
when
(
eq
(
preceding-char
)
?
)
(
delete-char
-1
))
(
insert
"\n"
)
(
unless
found
(
put-text-property
(
1-
(
point
))
(
point
)
'shr-break
t
)
;; No space is needed at the beginning of a line.
(
when
(
eq
(
following-char
)
?
)
...
...
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