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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/man.el
Date: Sat, 26 Jun 2004 05:54:58 -0400

Index: emacs/lisp/man.el
diff -c emacs/lisp/man.el:1.135 emacs/lisp/man.el:1.136
*** emacs/lisp/man.el:1.135     Sat Jun 19 00:50:04 2004
--- emacs/lisp/man.el   Sat Jun 26 09:44:56 2004
***************
*** 733,739 ****
        (if (fboundp 'start-process)
            (set-process-sentinel
             (start-process manual-program buffer
!                           (if (eq system-type 'cygwin) shell-file-name "sh")
                            shell-command-switch
                            (format (Man-build-man-command) man-args))
             'Man-bgproc-sentinel)
--- 733,741 ----
        (if (fboundp 'start-process)
            (set-process-sentinel
             (start-process manual-program buffer
!                           (if (memq system-type '(cygwin windows-nt))
!                               shell-file-name
!                             "sh")
                            shell-command-switch
                            (format (Man-build-man-command) man-args))
             'Man-bgproc-sentinel)




reply via email to

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