aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamer Masterson2015-12-25 19:04:55 +0100
committerLars Ingebrigtsen2015-12-25 19:04:55 +0100
commit7a7b5b492ff9929eecd90c4564db6fbf3b192323 (patch)
tree95926fdbc4252223931808fc62fe478ed5905b64
parent6d124eef1c940b251277b3eed6dd55eb7565d97e (diff)
downloademacs-7a7b5b492ff9929eecd90c4564db6fbf3b192323.tar.gz
emacs-7a7b5b492ff9929eecd90c4564db6fbf3b192323.zip
Autoload url-insert-buffer-contents
* lisp/url/url-handlers.el: Add autoload cookie so that `package-list-packages' doesn't bug out (bug#21927) (tiny change)
-rw-r--r--lisp/url/url-handlers.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el
index bafe3e52725..d13df6945a7 100644
--- a/lisp/url/url-handlers.el
+++ b/lisp/url/url-handlers.el
@@ -309,6 +309,7 @@ They count bytes from the beginning of the body."
309 309
310(defvar url-http-codes) 310(defvar url-http-codes)
311 311
312;;;###autoload
312(defun url-insert-buffer-contents (buffer url &optional visit beg end replace) 313(defun url-insert-buffer-contents (buffer url &optional visit beg end replace)
313 "Insert the contents of BUFFER into current buffer. 314 "Insert the contents of BUFFER into current buffer.
314This is like `url-insert', but also decodes the current buffer as 315This is like `url-insert', but also decodes the current buffer as