aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamer Masterson2015-12-25 19:04:55 +0100
committerLars Ingebrigtsen2015-12-25 19:05:21 +0100
commitf41c54b7633c797ebbf5becc5d1cf94fe2494a62 (patch)
treefaf0394396f42d3ab3e8b5b7cd07b7221299d048
parentb6ad4608be82dd4c15deb33c6c969977425cecb2 (diff)
downloademacs-f41c54b7633c797ebbf5becc5d1cf94fe2494a62.tar.gz
emacs-f41c54b7633c797ebbf5becc5d1cf94fe2494a62.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) Backport: (cherry picked from commit 7a7b5b492ff9929eecd90c4564db6fbf3b192323)
-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 0b9d43f70cf..6df26a4c9cd 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