changeset 101886:60d716da7ee7

(url-temporary-directory): Mark as obsolete.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 07 Feb 2009 21:22:03 +0000
parents db34f3e92a9b
children 3a192c2f3ada
files lisp/url/url-vars.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/url/url-vars.el	Sat Feb 07 21:21:38 2009 +0000
+++ b/lisp/url/url-vars.el	Sat Feb 07 21:22:03 2009 +0000
@@ -293,6 +293,8 @@
   "*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.