diff options
| -rw-r--r-- | lisp/url/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/url/url-util.el | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index ee114b1c943..5402c46fc5f 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * url-util.el (url-display-percentage): Don't message when the URL | 3 | * url-util.el (url-display-percentage): Don't message when the URL |
| 4 | is silent. | 4 | is silent. |
| 5 | (url-lazy-message): Ditto. | 5 | (url-lazy-message): Ditto. |
| 6 | (url-lazy-message): Remove leftover debugging code. | ||
| 6 | 7 | ||
| 7 | * url-http.el (url-http-parse-headers): Pass the SILENT parameter | 8 | * url-http.el (url-http-parse-headers): Pass the SILENT parameter |
| 8 | back to the fetching function. | 9 | back to the fetching function. |
diff --git a/lisp/url/url-util.el b/lisp/url/url-util.el index 0768af4baa8..95fdcfb369c 100644 --- a/lisp/url/url-util.el +++ b/lisp/url/url-util.el | |||
| @@ -184,10 +184,6 @@ Will not do anything if `url-show-status' is nil." | |||
| 184 | (= url-lazy-message-time | 184 | (= url-lazy-message-time |
| 185 | (setq url-lazy-message-time (nth 1 (current-time))))) | 185 | (setq url-lazy-message-time (nth 1 (current-time))))) |
| 186 | nil | 186 | nil |
| 187 | (message "hei: %s" url-current-object) | ||
| 188 | (with-current-buffer (get-buffer-create "back") | ||
| 189 | (let ((standard-output (current-buffer))) | ||
| 190 | (backtrace))) | ||
| 191 | (apply 'message args))) | 187 | (apply 'message args))) |
| 192 | 188 | ||
| 193 | ;;;###autoload | 189 | ;;;###autoload |