emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115746: * net/shr.el (shr-visit-file): Removed debu


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r115746: * net/shr.el (shr-visit-file): Removed debugging function.
Date: Wed, 25 Dec 2013 19:43:41 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115746
revision-id: address@hidden
parent: address@hidden
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Wed 2013-12-25 20:37:41 +0100
message:
  * net/shr.el (shr-visit-file): Removed debugging function.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/net/shr.el                shr.el-20101002102929-yfzewk55rsg0mn93-1
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-12-25 18:14:49 +0000
+++ b/lisp/ChangeLog    2013-12-25 19:37:41 +0000
@@ -1,3 +1,7 @@
+2013-12-25  Lars Ingebrigtsen  <address@hidden>
+
+       * net/shr.el (shr-visit-file): Removed debugging function.
+
 2013-12-25  Fabián Ezequiel Gallina  <address@hidden>
 
        * progmodes/python.el:

=== modified file 'lisp/net/shr.el'
--- a/lisp/net/shr.el   2013-12-25 18:14:49 +0000
+++ b/lisp/net/shr.el   2013-12-25 19:37:41 +0000
@@ -179,13 +179,6 @@
       (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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]