emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/man.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/man.el [lexbind]
Date: Tue, 06 Jul 2004 07:14:26 -0400

Index: emacs/lisp/man.el
diff -c emacs/lisp/man.el:1.111.4.5 emacs/lisp/man.el:1.111.4.6
*** emacs/lisp/man.el:1.111.4.5 Thu Apr  1 04:29:01 2004
--- emacs/lisp/man.el   Tue Jul  6 09:14:18 2004
***************
*** 732,742 ****
        (setenv "GROFF_NO_SGR" "1")
        (if (fboundp 'start-process)
            (set-process-sentinel
!            (start-process manual-program buffer "sh" "-c"
                            (format (Man-build-man-command) man-args))
             'Man-bgproc-sentinel)
          (let ((exit-status
!                (call-process shell-file-name nil (list buffer nil) nil "-c"
                               (format (Man-build-man-command) man-args)))
                (msg ""))
            (or (and (numberp exit-status)
--- 732,744 ----
        (setenv "GROFF_NO_SGR" "1")
        (if (fboundp 'start-process)
            (set-process-sentinel
!            (start-process manual-program buffer
!                           shell-file-name shell-command-switch
                            (format (Man-build-man-command) man-args))
             'Man-bgproc-sentinel)
          (let ((exit-status
!                (call-process shell-file-name nil (list buffer nil) nil
!                              shell-command-switch
                               (format (Man-build-man-command) man-args)))
                (msg ""))
            (or (and (numberp exit-status)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]