diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-01-12 18:34:33 -0500 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-01-12 18:34:33 -0500 |
| commit | 6137cb82dbe1c5c438df6e8ae95533ebced9ff35 (patch) | |
| tree | edc70077b572fb23444db71159b65c35779f08a7 /lisp/net/shr.el | |
| parent | 1a0778b078b9ffaa68e1ae0d4b26de147872b421 (diff) | |
| download | emacs-6137cb82dbe1c5c438df6e8ae95533ebced9ff35.tar.gz | |
* lisp/net/shr.el (shr-render-region): Autoload.
Diffstat (limited to 'lisp/net/shr.el')
| -rw-r--r-- | lisp/net/shr.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/shr.el b/lisp/net/shr.el index 32715b18397..7ef49eaf2d4 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -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") |
