From: Samer Masterson Date: Fri, 25 Dec 2015 18:04:55 +0000 (+0100) Subject: Autoload url-insert-buffer-contents X-Git-Tag: emacs-25.0.90~384 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f41c54b7633c797ebbf5becc5d1cf94fe2494a62;p=emacs.git 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) --- 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." (defvar url-http-codes) +;;;###autoload (defun url-insert-buffer-contents (buffer url &optional visit beg end replace) "Insert the contents of BUFFER into current buffer. This is like `url-insert', but also decodes the current buffer as