From 1a39939843ab433dec8767efed6552625d55969a Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 7 Feb 2009 21:22:03 +0000 Subject: [PATCH] (url-temporary-directory): Mark as obsolete. --- lisp/url/url-vars.el | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.11.4.GIT