]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/shr.el (shr-visit-file): Removed debugging function.
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 Dec 2013 19:37:41 +0000 (20:37 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 Dec 2013 19:37:41 +0000 (20:37 +0100)
lisp/ChangeLog
lisp/net/shr.el

index eac7ee913601fb922eb99ba227f2575c94f952e9..b0ca8f4bbf635f4712e08d0efadd9dddd5fe29e2 100644 (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:
index fa4a41812d702b8cf9edf4810e22971d84ef84d2..5b8ab28c837209ddefde72a83b0a7775502f1f2f 100644 (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.