mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(url-generate-unique-filename): Mark as obsolete.
This commit is contained in:
parent
1a39939843
commit
5d3c5503d7
1 changed files with 1 additions and 0 deletions
|
|
@ -495,6 +495,7 @@ Has a preference for looking backward when not directly on a symbol."
|
|||
(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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue