]> code.delx.au - gnu-emacs/commitdiff
(url-temporary-directory): Mark as obsolete.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 7 Feb 2009 21:22:03 +0000 (21:22 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 7 Feb 2009 21:22:03 +0000 (21:22 +0000)
lisp/url/url-vars.el

index 4eab44cdc1fe5801017b5e79535531a1f5203e33..93ed228c4ab324a5ec315c61c153052ea30f8e79 100644 (file)
@@ -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.