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
cf91cee7
Commit
cf91cee7
authored
Dec 20, 2013
by
Lars Magne Ingebrigtsen
Browse files
* net/shr.el (shr-insert): Protect against infloops in degenerate tables.
parent
51d971b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/shr.el
lisp/net/shr.el
+1
-0
No files found.
lisp/ChangeLog
View file @
cf91cee7
2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
* net/shr.el (shr-insert): Protect against infloops in degenerate
tables.
2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
* progmodes/octave.el (octave): Add link to manual and octave
* progmodes/octave.el (octave): Add link to manual and octave
...
...
lisp/net/shr.el
View file @
cf91cee7
...
@@ -461,6 +461,7 @@ size, and full-buffer size."
...
@@ -461,6 +461,7 @@ size, and full-buffer size."
(
setq
shr-state
nil
)
(
setq
shr-state
nil
)
(
let
(
found
)
(
let
(
found
)
(
while
(
and
(
>
(
current-column
)
shr-width
)
(
while
(
and
(
>
(
current-column
)
shr-width
)
(
>
shr-width
0
)
(
progn
(
progn
(
setq
found
(
shr-find-fill-point
))
(
setq
found
(
shr-find-fill-point
))
(
not
(
eolp
))))
(
not
(
eolp
))))
...
...
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