From: Chong Yidong Date: Sat, 7 Feb 2009 21:22:03 +0000 (+0000) Subject: (url-temporary-directory): Mark as obsolete. X-Git-Tag: emacs-pretest-23.0.91~345 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a39939843ab433dec8767efed6552625d55969a;p=emacs.git (url-temporary-directory): Mark as obsolete. --- diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index 4eab44cdc1f..93ed228c4ab 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el @@ -293,6 +293,8 @@ Applies when a protected document is denied by the server." "*Where temporary files go." :type 'directory :group 'url-file) +(make-obsolete-variable 'url-temporary-directory + 'temporary-file-directory "23.1") (defcustom url-show-status t "*Whether to show a running total of bytes transferred.