# HG changeset patch # User Richard M. Stallman # Date 896038812 0 # Node ID e8357864282578297a35873975279d23c98b2e7e # Parent 5750539e01e78378273e9d47955e913f80066275 (Man-getpage-in-background): Bind coding-system-for-write to raw-text-unix instead of binding inhibit-eol-conversion to t. diff -r 5750539e01e7 -r e83578642825 lisp/man.el --- a/lisp/man.el Sun May 24 18:29:22 1998 +0000 +++ b/lisp/man.el Sun May 24 19:40:12 1998 +0000 @@ -583,7 +583,9 @@ (setq Man-original-frame (selected-frame)) (setq Man-arguments man-args)) (let ((process-environment (copy-sequence process-environment)) - (inhibit-eol-conversion t) ; so Awk script gets \n intact + ;; The following is so Awk script gets \n intact + ;; But don't prevent decoding of the outside. + (coding-system-for-write 'raw-text-unix) ;; Avoid possible error by using a directory that always exists. (default-directory "/")) ;; Prevent any attempt to use display terminal fanciness.