summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2014-01-12 18:34:33 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2014-01-12 18:34:33 -0500
commit6137cb82dbe1c5c438df6e8ae95533ebced9ff35 (patch)
treeedc70077b572fb23444db71159b65c35779f08a7 /lisp
parent1a0778b078b9ffaa68e1ae0d4b26de147872b421 (diff)
downloademacs-6137cb82dbe1c5c438df6e8ae95533ebced9ff35.tar.gz
* lisp/net/shr.el (shr-render-region): Autoload.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog21
-rw-r--r--lisp/net/shr.el1
2 files changed, 12 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d113d60af83..5f1f38a950b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * net/shr.el (shr-render-region): Autoload.
+
2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
* net/eww.el (eww-download-directory): Rename from
@@ -31,22 +35,20 @@
(eldoc-mode): Restrict eldoc-message-commands to editing commands
if eldoc-print-after-edit is set. (Bug#16346)
- * progmodes/octave.el (octave-mode-menu): Adapt to change in
- eldoc.
+ * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
2014-01-11 Eric S. Raymond <esr@thyrsus.com>
* version.el (emacs-repository-get-version): Enhance so the
- function works correctly in either a Bazaar or Git repo. The
- Bazaar case can be discarded after the repo transition.
+ function works correctly in either a Bazaar or Git repo.
- * play/meese.el: It's 2014 and Ed Meese is justly forgotten. Goes
- with removal of the joke manpages from /etc.
+ * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
+ Goes with removal of the joke manpages from /etc.
2014-01-10 K. Handa <handa@gnu.org>
- * mail/rmail.el (rmail-get-coding-system): Check
- rmail-get-coding-function before "funcall"ing it.
+ * mail/rmail.el (rmail-get-coding-system):
+ Check rmail-get-coding-function before "funcall"ing it.
2014-01-10 Glenn Morris <rgm@gnu.org>
@@ -69,8 +71,7 @@
2014-01-10 Chong Yidong <cyd@gnu.org>
- * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is
- loaded.
+ * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
2014-01-10 Anders Lindgren <andlind@gmail.com>
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")