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 06:26:48 -0400

Index: emacs/lisp/man.el
diff -c emacs/lisp/man.el:1.111.4.6 emacs/lisp/man.el:1.111.4.7
*** emacs/lisp/man.el:1.111.4.6 Tue Jul  6 09:14:18 2004
--- emacs/lisp/man.el   Tue Jul  6 10:17:17 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]