* net/shr.el (shr-visit-file): Removed debugging function.

This commit is contained in:
Lars Ingebrigtsen 2013-12-25 20:37:41 +01:00
parent c6c2058404
commit 3c856c1415
2 changed files with 4 additions and 7 deletions

View file

@ -1,3 +1,7 @@
2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
* net/shr.el (shr-visit-file): Removed debugging function.
2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
* progmodes/python.el:

View file

@ -179,13 +179,6 @@ cid: URL as the argument.")
(goto-char begin)
(shr-insert-document dom))))
(defun shr-visit-file (file)
"Parse FILE as an HTML document, and render it in a new buffer."
(interactive "fHTML file name: ")
(with-temp-buffer
(insert-file-contents file)
(shr-render-buffer (current-buffer))))
;;;###autoload
(defun shr-insert-document (dom)
"Render the parsed document DOM into the current buffer.