]> code.delx.au - gnu-emacs-elpa/commitdiff
Another cut-and-paste error from trepan to trepanx
authorrocky <rocky@gnu.org>
Sat, 23 Apr 2011 23:36:57 +0000 (19:36 -0400)
committerrocky <rocky@gnu.org>
Sat, 23 Apr 2011 23:36:57 +0000 (19:36 -0400)
dbgr/debugger/trepanx/init.el

index acc4125c6bec932f1df7f144d66197faade4d6b7..c97d2ef23f629cb9a98797824971e9f1384e0cd0 100644 (file)
@@ -138,6 +138,6 @@ dbgr-loc-pat struct")
 
 (setf (gethash "quit" dbgr-trepanx-command-hash) "quit!")
 (setf (gethash "shell" dbgr-trepanx-command-hash) "irb")
-(setf (gethash "trepan" dbgr-command-hash) dbgr-trepanx-command-hash)
+(setf (gethash "trepanx" dbgr-command-hash) dbgr-trepanx-command-hash)
 
 (provide-me "dbgr-trepanx-")