mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 02:20:21 -08:00
Merge from gnus--rel--5.10
Patches applied: * gnus--rel--5.10 (patch 103-104) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-295
This commit is contained in:
parent
3f168e2931
commit
26c9afc323
13 changed files with 587 additions and 304 deletions
|
|
@ -100,7 +100,11 @@ used is specified by `uudecode-decoder-program'."
|
|||
(make-temp-name "uu")
|
||||
uudecode-temporary-file-directory))))
|
||||
(let ((cdir default-directory)
|
||||
default-process-coding-system)
|
||||
(default-process-coding-system
|
||||
(if (featurep 'xemacs)
|
||||
;; In XEmacs, `nil' is not a valid coding system.
|
||||
'(binary . binary)
|
||||
nil)))
|
||||
(unwind-protect
|
||||
(with-temp-buffer
|
||||
(insert "begin 600 " (file-name-nondirectory tempfile) "\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue