From: yamaoka Date: Fri, 3 Oct 2003 13:33:22 +0000 (+0000) Subject: Synch to Gnus 200310031330. X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=021707a2a1c798f84fd3ee667320b1afa55df743;p=elisp%2Fgnus.git- Synch to Gnus 200310031330. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68b58d1..25fb007 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-10-03 Katsumi Yamaoka + + * 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 * mm-decode.el (mm-file-name-delete-control) diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el index 7212155..02dcf95 100644 --- a/lisp/mm-decode.el +++ b/lisp/mm-decode.el @@ -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)