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." | |||
| 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. |
| 314 | This is like `url-insert', but also decodes the current buffer as | 315 | This is like `url-insert', but also decodes the current buffer as |