Variable `mime-temp-directory' was moved to mel/mel.el.
authormorioka <morioka>
Mon, 10 Mar 1997 15:16:26 +0000 (15:16 +0000)
committermorioka <morioka>
Mon, 10 Mar 1997 15:16:26 +0000 (15:16 +0000)
mime-def.el

index e2d1162..2e4a702 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: mime-def.el,v 0.42 1997-03-04 13:43:39 morioka Exp $
+;; Version: $Id: mime-def.el,v 0.43 1997-03-10 15:16:26 morioka Exp $
 ;; Keywords: definition, MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
 ;;; @ variables
 ;;;
 
-(defvar mime-temp-directory (or (getenv "MIME_TMP_DIR")
-                               (getenv "TM_TMP_DIR")
-                               "/tmp/")
-  "*Directory for temporary files.")
-
 (defvar mime/use-multi-frame
   (and (>= emacs-major-version 19) window-system))