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
001b9fbe
Commit
001b9fbe
authored
Jun 10, 2013
by
Lars Magne Ingebrigtsen
Committed by
Katsumi Yamaoka
Jun 10, 2013
Browse files
lisp/gnus/eww.el (eww-tag-form): Protect against degenerate forms
parent
f22255bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+2
-0
lisp/gnus/eww.el
lisp/gnus/eww.el
+3
-2
No files found.
lisp/gnus/ChangeLog
View file @
001b9fbe
2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
* eww.el (eww-tag-form): Protect against degenerate forms.
* shr.el (shr-expand-url): Expand URLs that start with a slash
correctly.
...
...
lisp/gnus/eww.el
View file @
001b9fbe
...
...
@@ -177,8 +177,9 @@
(
shr-ensure-paragraph
)
(
shr-generic
cont
)
(
shr-ensure-paragraph
)
(
put-text-property
start
(
1+
start
)
'eww-form
eww-form
)))
(
when
(
>
(
point
)
start
)
(
put-text-property
start
(
1+
start
)
'eww-form
eww-form
))))
(
defun
eww-tag-input
(
cont
)
(
let*
((
start
(
point
))
...
...
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