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: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/man.el
Date: Fri, 18 Jun 2004 20:49:43 -0400

Index: emacs/lisp/man.el
diff -c emacs/lisp/man.el:1.134 emacs/lisp/man.el:1.135
*** emacs/lisp/man.el:1.134     Tue May 11 09:28:56 2004
--- emacs/lisp/man.el   Sat Jun 19 00:50:04 2004
***************
*** 733,739 ****
        (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
--- 733,740 ----
        (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)
          (let ((exit-status




reply via email to

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