From: Chris Allegretta Date: Mon, 6 Nov 2000 05:47:36 +0000 (+0000) Subject: *sigh*, okay, if there's only 1 match, dont beep either. Done, I swear X-Git-Tag: v0.9.20~20 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=85b19e9110d3eb6ce4c8350f74aa6ab32e07c9fa;p=nano.git *sigh*, okay, if there's only 1 match, dont beep either. Done, I swear git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@277 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/files.c b/files.c index 395db856..46401198 100644 --- a/files.c +++ b/files.c @@ -667,7 +667,6 @@ int input_tab(char *buf, int place, int lastWasTab) strncpy(buf + pos, matches[0] + pos, strlen(matches[0]) - pos); newplace += strlen(matches[0]) - pos; - beep(); break; default: /* Check to see if all matches share a beginning, and if so diff --git a/po/nano.pot b/po/nano.pot index c3de4cc1..0b39d852 100644 --- a/po/nano.pot +++ b/po/nano.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-11-06 00:45-0500\n" +"POT-Creation-Date: 2000-11-06 00:47-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -107,7 +107,7 @@ msgstr "" msgid "File exists, OVERWRITE ?" msgstr "" -#: files.c:742 +#: files.c:741 msgid "(more)" msgstr ""