diff options
-rw-r--r-- | 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 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 |