]> git.eshelyaron.com Git - emacs.git/commitdiff
Removed outdated comment from nnweb.el
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 14 Apr 2018 22:32:10 +0000 (00:32 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 14 Apr 2018 22:32:10 +0000 (00:32 +0200)
* lisp/gnus/nnweb.el (nnweb-insert-html): Removed ten year old
comment from Stefan about string-as-multibyte.

lisp/gnus/nnweb.el

index 3b63e71dcd17a62d7e937a4677b908baafb2046e..a64f10f98a72ca33bdcbb135fc0976ad949e4fa3 100644 (file)
@@ -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