diff src/.dbxrc @ 454:d7a9135ec789 r21-2-42

Import from CVS: tag r21-2-42
author cvs
date Mon, 13 Aug 2007 11:40:54 +0200
parents 3d3049ae1304
children
line wrap: on
line diff
--- a/src/.dbxrc	Mon Aug 13 11:40:23 2007 +0200
+++ b/src/.dbxrc	Mon Aug 13 11:40:54 2007 +0200
@@ -204,14 +204,14 @@
   run -nd -batch -l ../lisp/update-elc.el
 }
 
-document dump-temacs << 'end'
-Usage: dump-temacs
+document dmp << 'end'
+Usage: dmp
 Run the dumping part of the build procedure.
 Use when debugging temacs, not xemacs!
 Use this when temacs builds successfully, but xemacs does not.
 end
 
-function dump-temacs {
+function dmp {
   environment-to-run-temacs
   run -nd -batch -l ../lisp/loadup.el dump
 }