* net/shr.el (shr-visit-file): Removed debugging function.
This commit is contained in:
parent
c6c2058404
commit
3c856c1415
2 changed files with 4 additions and 7 deletions
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue