emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 f41c54b: Autoload url-insert-buffer-contents


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 f41c54b: Autoload url-insert-buffer-contents
Date: Fri, 25 Dec 2015 18:05:43 +0000

branch: emacs-25
commit f41c54b7633c797ebbf5becc5d1cf94fe2494a62
Author: Samer Masterson <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el
index 0b9d43f..6df26a4 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]