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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/man.el [emacs-unicode-2]
Date: Tue, 29 Jun 2004 13:25:11 -0400

Index: emacs/lisp/man.el
diff -c emacs/lisp/man.el:1.125.2.2 emacs/lisp/man.el:1.125.2.3
*** emacs/lisp/man.el:1.125.2.2 Mon Jun 28 07:28:43 2004
--- emacs/lisp/man.el   Tue Jun 29 16:45:03 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]