X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2F.dbxrc;h=4e749e2f395ce6da41a0945bad23b549aceea95c;hb=a94c84beadc87325e2bfa14f85ab48fe5d965c36;hp=13a52eb160006eb45fd29e4d9f7f65ce7976417b;hpb=0c693dc08f0794304711787b2eb47c144ea4bef1;p=chise%2Fxemacs-chise.git.1 diff --git a/src/.dbxrc b/src/.dbxrc index 13a52eb..4e749e2 100644 --- a/src/.dbxrc +++ b/src/.dbxrc @@ -204,14 +204,14 @@ function update-elc { 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 }