comparison man/lispref/compile.texi @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 3ecd8885ac67
children 576fb035e263
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
233 Emacs, as it kills Emacs on completion. An error in one file does not 233 Emacs, as it kills Emacs on completion. An error in one file does not
234 prevent processing of subsequent files. (The file that gets the error 234 prevent processing of subsequent files. (The file that gets the error
235 will not, of course, produce any compiled code.) 235 will not, of course, produce any compiled code.)
236 236
237 @example 237 @example
238 % emacs -batch -f batch-byte-compile *.el 238 % xemacs -batch -f batch-byte-compile *.el
239 @end example 239 @end example
240 @end defun 240 @end defun
241 241
242 @c XEmacs feature 242 @c XEmacs feature
243 @defun batch-byte-recompile-directory 243 @defun batch-byte-recompile-directory