Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
573a83b8
Commit
573a83b8
authored
Oct 02, 2010
by
Lars Magne Ingebrigtsen
Browse files
(url-lazy-message): Remove leftover debugging code.
parent
54b65f7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
lisp/url/ChangeLog
lisp/url/ChangeLog
+1
-0
lisp/url/url-util.el
lisp/url/url-util.el
+0
-4
No files found.
lisp/url/ChangeLog
View file @
573a83b8
...
...
@@ -3,6 +3,7 @@
* url-util.el (url-display-percentage): Don't message when the URL
is silent.
(url-lazy-message): Ditto.
(url-lazy-message): Remove leftover debugging code.
* url-http.el (url-http-parse-headers): Pass the SILENT parameter
back to the fetching function.
...
...
lisp/url/url-util.el
View file @
573a83b8
...
...
@@ -184,10 +184,6 @@ Will not do anything if `url-show-status' is nil."
(
=
url-lazy-message-time
(
setq
url-lazy-message-time
(
nth
1
(
current-time
)))))
nil
(
message
"hei: %s"
url-current-object
)
(
with-current-buffer
(
get-buffer-create
"back"
)
(
let
((
standard-output
(
current-buffer
)))
(
backtrace
)))
(
apply
'message
args
)))
;;;###autoload
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment