Mercurial > hg > xemacs-beta
comparison man/lispref/compile.texi @ 408:501cfd01ee6d r21-2-34
Import from CVS: tag r21-2-34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:18:11 +0200 |
parents | 8626e4521993 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
407:ed6218a7d4d3 | 408:501cfd01ee6d |
---|---|
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 |