Mercurial > hg > xemacs-beta
comparison man/lispref/compile.texi @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 501cfd01ee6d |
children |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
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 % xemacs -batch -f batch-byte-compile *.el | 238 % emacs -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 |