Mercurial > emacs
changeset 101887:3a192c2f3ada
(url-generate-unique-filename): Mark as obsolete.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 07 Feb 2009 21:22:34 +0000 |
parents | 60d716da7ee7 |
children | 074256e82966 |
files | lisp/url/url-util.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/url-util.el Sat Feb 07 21:22:03 2009 +0000 +++ b/lisp/url/url-util.el Sat Feb 07 21:22:34 2009 +0000 @@ -495,6 +495,7 @@ (setq x (1+ x) fname (format fmt (concat base (int-to-string x))))) (expand-file-name fname url-temporary-directory)))) +(make-obsolete 'url-generate-unique-filename 'make-temp-file "23.1") (defun url-extract-mime-headers () "Set `url-current-mime-headers' in current buffer."