changeset 21433:25b02305130b

(Man-getpage-in-background): Bind inhibit-eol-conversion to t before calling start-process or call-process.
author Karl Heuer <kwzh@gnu.org>
date Wed, 08 Apr 1998 18:53:13 +0000
parents 79711f0f4079
children 276b22459b98
files lisp/man.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/man.el	Wed Apr 08 18:08:59 1998 +0000
+++ b/lisp/man.el	Wed Apr 08 18:53:13 1998 +0000
@@ -583,6 +583,7 @@
 	(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
 	    ;; Avoid possible error by using a directory that always exists.
 	    (default-directory "/"))
 	;; Prevent any attempt to use display terminal fanciness.