Mercurial > hg > xemacs-beta
comparison lisp/w3/mm.el @ 114:8619ce7e4c50 r20-1b9
Import from CVS: tag r20-1b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:21:54 +0200 |
parents | fe104dbd9147 |
children | 9f59509498e1 |
comparison
equal
deleted
inserted
replaced
113:2ec2fe4a4c89 | 114:8619ce7e4c50 |
---|---|
303 "*An assoc list of content-transfer-encodings and how to decode them.") | 303 "*An assoc list of content-transfer-encodings and how to decode them.") |
304 | 304 |
305 (defvar mm-download-directory nil | 305 (defvar mm-download-directory nil |
306 "*Where downloaded files should go by default.") | 306 "*Where downloaded files should go by default.") |
307 | 307 |
308 (defvar mm-temporary-directory "/tmp" | 308 (defvar mm-temporary-directory (or (getenv "TMPDIR") "/tmp") |
309 "*Where temporary files go.") | 309 "*Where temporary files go.") |
310 | 310 |
311 | 311 |
312 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 312 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
313 ;;; A few things from w3 and url, just in case this is used without them | 313 ;;; A few things from w3 and url, just in case this is used without them |