/[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.6 by miles, Tue Jul 6 09:14:18 2004 UTC revision 1.111.4.7 by miles, Tue Jul 6 10:17:17 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                              shell-file-name shell-command-switch                              (if (eq system-type 'cygwin) shell-file-name "sh")
737                                shell-command-switch
738                              (format (Man-build-man-command) man-args))                              (format (Man-build-man-command) man-args))
739               'Man-bgproc-sentinel)               'Man-bgproc-sentinel)
740            (let ((exit-status            (let ((exit-status

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

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