From 3c856c14156c2bca051ee800b07e8e946dc97371 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 25 Dec 2013 20:37:41 +0100 Subject: [PATCH] * net/shr.el (shr-visit-file): Removed debugging function. --- lisp/ChangeLog | 4 ++++ lisp/net/shr.el | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eac7ee91360..b0ca8f4bbf6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-12-25 Lars Ingebrigtsen + + * net/shr.el (shr-visit-file): Removed debugging function. + 2013-12-25 Fabián Ezequiel Gallina * progmodes/python.el: diff --git a/lisp/net/shr.el b/lisp/net/shr.el index fa4a41812d7..5b8ab28c837 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.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. -- 2.39.2