Michael Harnois <mdharnois(a)home.com> writes:
On 22 Mar 2000 15:11:11 -0500, Hamish Macdonald
<hamishm(a)lucent.com> said:
> Nope. I'm seeing it also. I backed off to a CVS update dated
> 2000-03-21 and things built ok.
Is it possible that someone with write access could back this out
while Ben decides how to fix it?
Michael, you can apply this stop-gap fix. A better solution will have
to be devised by Ben or by someone with better understanding of Ben's
intentions.
--- lisp/make-docfile.el.orig Thu Mar 23 11:45:33 2000
+++ lisp/make-docfile.el Thu Mar 23 11:45:36 2000
@@ -174,7 +174,7 @@
options processed)
" "))
;; (print (prin1-to-string (append options processed)))
- (apply 'call-process-internal
+ (apply 'old-call-process-internal
;; (concat default-directory "../lib-src/make-docfile")
"make-docfile"
nil
This will work under Unix only. Don't forget to byte-compile
make-docfile.el after applying the patch.