2001-10-19 Per Abrahamsen <abraham@dina.kvl.dk>
authorPer Abrahamsen <abraham@dina.kvl.dk>
Fri, 19 Oct 2001 14:13:36 +0000 (14:13 +0000)
committerPer Abrahamsen <abraham@dina.kvl.dk>
Fri, 19 Oct 2001 14:13:36 +0000 (14:13 +0000)
* mm-decode.el (mm-default-directory): Fix mime type.

lisp/ChangeLog
lisp/mm-decode.el

index 3fbdd8f..524e9c8 100644 (file)
@@ -1,5 +1,7 @@
 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
 
+       * mm-decode.el (mm-default-directory): Fix mime type.
+
        * message.el (message-setup-fill-variables): Kludge to use
        normal-auto-fill-function even if auto fill is already activated.
 
index 21085be..417bafd 100644 (file)
@@ -296,7 +296,7 @@ Each function takes a file name as input and returns a file name.")
 (defcustom mm-default-directory nil
   "The default directory where mm will save files.
 If not set, `default-directory' will be used."
-  :type 'directory
+  :type '(choice directory (const :tag "Default" nil))
   :group 'mime-display)
 
 (defcustom mm-external-terminal-program "xterm"