Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
74d8321d
Commit
74d8321d
authored
Sep 04, 2010
by
Katsumi Yamaoka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix previous merge from Gnus trunk.
parent
eecdcaf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/gnus/gnus-html.el
lisp/gnus/gnus-html.el
+2
-2
No files found.
lisp/gnus/gnus-html.el
View file @
74d8321d
...
...
@@ -111,7 +111,6 @@ fit these criteria."
(
defun
gnus-html-wash-tags
()
(
let
(
tag
parameters
string
start
end
images
url
)
(
mm-url-decode-entities
)
(
goto-char
(
point-min
))
(
while
(
re-search-forward
" *<pre_int> *</pre_int>\n"
nil
t
)
(
replace-match
""
t
t
))
...
...
@@ -223,7 +222,8 @@ fit these criteria."
(
while
(
re-search-forward
"</pre_int>"
nil
t
)
(
replace-match
""
t
t
))
(
when
images
(
gnus-html-schedule-image-fetching
(
current-buffer
)
(
nreverse
images
)))))
(
gnus-html-schedule-image-fetching
(
current-buffer
)
(
nreverse
images
)))
(
mm-url-decode-entities
)))
(
defun
gnus-html-insert-image
()
"Fetch and insert the image under 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