aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-02-07 21:22:34 +0000
committerChong Yidong2009-02-07 21:22:34 +0000
commit5d3c5503d7571acf2b4f5bb078054ae9534071c2 (patch)
tree0597512dbe24e8de74e5baa6cb7bf55d27195354
parent1a39939843ab433dec8767efed6552625d55969a (diff)
downloademacs-5d3c5503d7571acf2b4f5bb078054ae9534071c2.tar.gz
emacs-5d3c5503d7571acf2b4f5bb078054ae9534071c2.zip
(url-generate-unique-filename): Mark as obsolete.
-rw-r--r--lisp/url/url-util.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/url/url-util.el b/lisp/url/url-util.el
index 6218a5cd1cb..622dfbf5bf6 100644
--- a/lisp/url/url-util.el
+++ b/lisp/url/url-util.el
@@ -495,6 +495,7 @@ Has a preference for looking backward when not directly on a symbol."
495 (setq x (1+ x) 495 (setq x (1+ x)
496 fname (format fmt (concat base (int-to-string x))))) 496 fname (format fmt (concat base (int-to-string x)))))
497 (expand-file-name fname url-temporary-directory)))) 497 (expand-file-name fname url-temporary-directory))))
498(make-obsolete 'url-generate-unique-filename 'make-temp-file "23.1")
498 499
499(defun url-extract-mime-headers () 500(defun url-extract-mime-headers ()
500 "Set `url-current-mime-headers' in current buffer." 501 "Set `url-current-mime-headers' in current buffer."