mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(url-generic-parse-url): Use with-temp-buffer.
This commit is contained in:
parent
9832523519
commit
d58fae84a6
2 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2006-11-15 Magnus Henoch <mange@freemail.hu>
|
||||
|
||||
* url-parse.el (url-generic-parse-url): Use with-temp-buffer.
|
||||
|
||||
2006-11-15 Shun-ichi GOTO <gotoh@taiyo.co.jp> (tiny change)
|
||||
|
||||
* url-http.el (url-http-wait-for-headers-change-function): Defer
|
||||
|
|
|
|||
|
|
@ -135,8 +135,7 @@ Format is:
|
|||
(url-set-full retval nil)
|
||||
retval))
|
||||
(t
|
||||
(save-excursion
|
||||
(set-buffer (get-buffer-create " *urlparse*"))
|
||||
(with-temp-buffer
|
||||
(set-syntax-table url-parse-syntax-table)
|
||||
(let ((save-pos nil)
|
||||
(prot nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue