Mercurial > hg > xemacs-beta
comparison lisp/prim/make-docfile.el @ 165:5a88923fcbfe r20-3b9
Import from CVS: tag r20-3b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:44:42 +0200 |
parents | 0132846995bd |
children | 85ec50267440 |
comparison
equal
deleted
inserted
replaced
164:4e0740e5aab2 | 165:5a88923fcbfe |
---|---|
126 | 126 |
127 (setq processed (nreverse processed)) | 127 (setq processed (nreverse processed)) |
128 | 128 |
129 ;; (print (prin1-to-string (append options processed))) | 129 ;; (print (prin1-to-string (append options processed))) |
130 | 130 |
131 (print "Spawning make-docfile ...") | 131 (princ "Spawning make-docfile ...") |
132 ;; (print (prin1-to-string (append options processed))) | 132 ;; (print (prin1-to-string (append options processed))) |
133 | 133 |
134 (setq exec-path (list (concat default-directory "../lib-src"))) | 134 (setq exec-path (list (concat default-directory "../lib-src"))) |
135 | 135 |
136 ;; (locate-file-clear-hashing nil) | 136 ;; (locate-file-clear-hashing nil) |
140 nil | 140 nil |
141 t | 141 t |
142 nil | 142 nil |
143 (append options processed)) | 143 (append options processed)) |
144 | 144 |
145 (princ "Spawning make-docfile ...done\n") | |
145 ;; (write-region-internal (point-min) (point-max) "/tmp/DOC") | 146 ;; (write-region-internal (point-min) (point-max) "/tmp/DOC") |
146 | 147 |
147 (kill-emacs) | 148 (kill-emacs) |
148 | 149 |
149 ;;; make-docfile.el ends here | 150 ;;; make-docfile.el ends here |