diff options
Diffstat (limited to 'lisp/url/url-vars.el')
| -rw-r--r-- | lisp/url/url-vars.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index d9277cf6f42..e35823ab9af 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el | |||
| @@ -312,13 +312,6 @@ Applies when a protected document is denied by the server." | |||
| 312 | :type 'integer | 312 | :type 'integer |
| 313 | :group 'url) | 313 | :group 'url) |
| 314 | 314 | ||
| 315 | (defcustom url-temporary-directory (or (getenv "TMPDIR") "/tmp") | ||
| 316 | "Where temporary files go." | ||
| 317 | :type 'directory | ||
| 318 | :group 'url-file) | ||
| 319 | (make-obsolete-variable 'url-temporary-directory | ||
| 320 | 'temporary-file-directory "23.1") | ||
| 321 | |||
| 322 | (defcustom url-show-status t | 315 | (defcustom url-show-status t |
| 323 | "Whether to show a running total of bytes transferred. | 316 | "Whether to show a running total of bytes transferred. |
| 324 | Can cause a large hit if using a remote X display over a slow link, or | 317 | Can cause a large hit if using a remote X display over a slow link, or |