Synch to Gnus 200310031330.
authoryamaoka <yamaoka>
Fri, 3 Oct 2003 13:33:22 +0000 (13:33 +0000)
committeryamaoka <yamaoka>
Fri, 3 Oct 2003 13:33:22 +0000 (13:33 +0000)
lisp/ChangeLog
lisp/mm-decode.el

index 68b58d1..25fb007 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-decode.el (mm-attachment-file-modes): Change the default
+       value into 384 from ?\600 which doesn't mean an integer in XEmacs.
+
 2003-10-03  Jesper Harder  <harder@ifa.au.dk>
 
        * mm-decode.el (mm-file-name-delete-control)
index 7212155..02dcf95 100644 (file)
@@ -355,7 +355,7 @@ If not set, `default-directory' will be used."
   :type '(choice directory (const :tag "Default" nil))
   :group 'mime-display)
 
-(defcustom mm-attachment-file-modes ?\600
+(defcustom mm-attachment-file-modes 384
   "Set the mode bits of saved attachments to this integer."
   :type 'integer
   :group 'mime-display)