comparison lisp/make-docfile.el @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents 6240c7796c7a
children 74fd4e045ea6
comparison
equal deleted inserted replaced
379:76b7d63099ad 380:8626e4521993
169 nil 169 nil
170 t 170 t
171 nil 171 nil
172 "-fc" 172 "-fc"
173 (mapconcat 173 (mapconcat
174 'identity 174 #'identity
175 (append 175 (append
176 (list (concat default-directory "../lib-src/make-docfile")) 176 (list (concat default-directory "../lib-src/make-docfile"))
177 options processed) 177 options processed)
178 " ")) 178 " "))
179 ;; (print (prin1-to-string (append options processed))) 179 ;; (print (prin1-to-string (append options processed)))