/[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.5 by miles, Thu Apr 1 04:29:01 2004 UTC revision 1.111.4.6 by miles, Tue Jul 6 09:14:18 2004 UTC
# Line 732  all sections related to a subject, put s Line 732  all sections related to a subject, put s
732          (setenv "GROFF_NO_SGR" "1")          (setenv "GROFF_NO_SGR" "1")
733          (if (fboundp 'start-process)          (if (fboundp 'start-process)
734              (set-process-sentinel              (set-process-sentinel
735               (start-process manual-program buffer "sh" "-c"               (start-process manual-program buffer
736                                shell-file-name shell-command-switch
737                              (format (Man-build-man-command) man-args))                              (format (Man-build-man-command) man-args))
738               'Man-bgproc-sentinel)               'Man-bgproc-sentinel)
739            (let ((exit-status            (let ((exit-status
740                   (call-process shell-file-name nil (list buffer nil) nil "-c"                   (call-process shell-file-name nil (list buffer nil) nil
741                                   shell-command-switch
742                                 (format (Man-build-man-command) man-args)))                                 (format (Man-build-man-command) man-args)))
743                  (msg ""))                  (msg ""))
744              (or (and (numberp exit-status)              (or (and (numberp exit-status)

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

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