summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2018-04-15 00:32:10 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2018-04-15 00:32:10 +0200
commitf0ec607d531228ec7454fa2307ce8df67a92bda9 (patch)
treeb6b6218a085c770053e7d97fa846ff781f9cfda3
parent9c5a9d4dd4e8dcdafe240b067f26681de4a0d4bf (diff)
downloademacs-f0ec607d531228ec7454fa2307ce8df67a92bda9.tar.gz
Removed outdated comment from nnweb.el
* lisp/gnus/nnweb.el (nnweb-insert-html): Removed ten year old comment from Stefan about string-as-multibyte.
-rw-r--r--lisp/gnus/nnweb.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/gnus/nnweb.el b/lisp/gnus/nnweb.el
index 3b63e71dcd1..a64f10f98a7 100644
--- a/lisp/gnus/nnweb.el
+++ b/lisp/gnus/nnweb.el
@@ -523,10 +523,6 @@ Valid types include `google', `dejanews', and `gmane'.")
(defun nnweb-insert-html (parse)
"Insert HTML based on a w3 parse tree."
(if (stringp parse)
- ;; We used to call nnheader-string-as-multibyte here, but it cannot
- ;; be right, so I removed it. If a bug shows up because of this change,
- ;; please do not blindly revert the change, but help me find the real
- ;; cause of the bug instead. --Stef
(insert parse)
(insert "<" (symbol-name (car parse)) " ")
(insert (mapconcat