diff options
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el index 855565242e2..ed3fbf5d66b 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -618,7 +618,7 @@ all sections related to a subject, put something appropriate into the (start-process manual-program buffer "sh" "-c" (format (Man-build-man-command) man-args)) 'Man-bgproc-sentinel) - (let ((process-environment + (let ((process-environment (cons "GROFF_NO_SGR=1" process-environment))) (let ((exit-status |