Hello, I was wondering if others out there were used to using "fin" as an abbreviation of "finish". Since the addition of the "find" command, this has become ambiguous, and so now the minimum abbreviation is "fini". I think it would be nice to keep the "fin" abbreviation, so this patch adds a new "fin" alias as an abbreviation of the "finish" command. 2008-05-20 Joel Brobecker * infcmd.c (_initialize_infcmd): Add new "fin" alias for "finish". 2008-05-20 Joel Brobecker * gdb.base/finish.exp: Test that "fin" works as an abbreviation of the "finish" command. And the associated doc update (Hello Eli! :): 2008-05-20 Joel Brobecker * gdb.texinfo (Continuing and Stepping): Document the new "fin" abbreviation for "finish". Tested on x86-linux without any regression. OK to apply? Thanks, -- Joel