/[emacs]/emacs/lisp/man.el
ViewVC logotype

Diff of /emacs/lisp/man.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.111.4.7 by miles, Tue Jul 6 10:17:17 2004 UTC revision 1.111.4.8 by miles, Tue Jul 6 10:23:35 2004 UTC
# Line 733  all sections related to a subject, put s Line 733  all sections related to a subject, put s
733          (if (fboundp 'start-process)          (if (fboundp 'start-process)
734              (set-process-sentinel              (set-process-sentinel
735               (start-process manual-program buffer               (start-process manual-program buffer
736                              (if (eq system-type 'cygwin) shell-file-name "sh")                              (if (memq system-type '(cygwin windows-nt))
737                                    shell-file-name
738                                  "sh")
739                              shell-command-switch                              shell-command-switch
740                              (format (Man-build-man-command) man-args))                              (format (Man-build-man-command) man-args))
741               'Man-bgproc-sentinel)               'Man-bgproc-sentinel)

Legend:
Removed from v.1.111.4.7  
changed lines
  Added in v.1.111.4.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26