1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/net/shr.el (shr-render-region): Autoload.

This commit is contained in:
Stefan Monnier 2014-01-12 18:34:33 -05:00
parent 1a0778b078
commit 6137cb82db
2 changed files with 12 additions and 10 deletions

View file

@ -169,6 +169,7 @@ cid: URL as the argument.")
(libxml-parse-html-region (point-min) (point-max))))
(goto-char (point-min)))
;;;###autoload
(defun shr-render-region (begin end &optional buffer)
"Display the HTML rendering of the region between BEGIN and END."
(interactive "r")