emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/url url-vars.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp/url url-vars.el
Date: Sat, 07 Feb 2009 21:22:04 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/02/07 21:22:04

Modified files:
        lisp/url       : url-vars.el 

Log message:
        (url-temporary-directory): Mark as obsolete.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/url/url-vars.el?cvsroot=emacs&r1=1.26&r2=1.27

Patches:
Index: url-vars.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/url/url-vars.el,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- url-vars.el 5 Jan 2009 03:24:21 -0000       1.26
+++ url-vars.el 7 Feb 2009 21:22:03 -0000       1.27
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]