From f41c54b7633c797ebbf5becc5d1cf94fe2494a62 Mon Sep 17 00:00:00 2001 From: Samer Masterson Date: Fri, 25 Dec 2015 19:04:55 +0100 Subject: [PATCH] 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) --- lisp/url/url-handlers.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2