/[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.135 by nickrob, Sat Jun 19 00:50:04 2004 UTC revision 1.136 by eliz, Sat Jun 26 09:44:56 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.135  
changed lines
  Added in v.1.136

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