cosmetic fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3253 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
30bdadd4d5
commit
5b7b3e3c9c
|
@ -2141,7 +2141,8 @@ GNU nano 1.3.5 - 2004.11.22
|
|||
glib 2.x on systems that may not have it installed. (DLR,
|
||||
suggested by Jordi)
|
||||
- src/Makefile.am:
|
||||
- Don't use DEFS to define things. Use INCLUDES instead. (Jordi)
|
||||
- Don't use DEFS to define things. Use INCLUDES instead.
|
||||
(Jordi)
|
||||
|
||||
GNU nano 1.3.4 - 2004.08.17
|
||||
- General:
|
||||
|
|
|
@ -152,7 +152,8 @@ void do_delete(void)
|
|||
update_line(openfile->current, openfile->current_x);
|
||||
}
|
||||
|
||||
/* Backspace over one character. */
|
||||
/* Backspace over one character. That is, move the cursor left one
|
||||
* character, and then delete the character there. */
|
||||
void do_backspace(void)
|
||||
{
|
||||
if (openfile->current != openfile->fileage ||
|
||||
|
|
Loading…
Reference in New Issue