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:
parent
1a0778b078
commit
6137cb82db
2 changed files with 12 additions and 10 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue