diff src/.gdbinit @ 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 c33ae14dd6d0
line wrap: on
line diff
--- a/src/.gdbinit	Mon Aug 13 11:40:23 2007 +0200
+++ b/src/.gdbinit	Mon Aug 13 11:40:54 2007 +0200
@@ -166,13 +166,13 @@
 Use this when temacs builds successfully, but xemacs does not.
 end
 
-define dump-temacs
+define dmp
   environment-to-run-temacs
   run -nd -batch -l ../lisp/loadup.el dump
 end
 
-document dump-temacs
-Usage: dump-temacs
+document dmp
+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.