X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2Ftabcomplete.h;h=aff7707782b10cc7cbefa8509a849a0ed6cb40ff;hp=e8e4841b809239f0024c4b2558f3912fcc117014;hb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505;hpb=67002f49611adb64993391b0cbf6c235f18080a4 diff --git a/client/tabcomplete.h b/client/tabcomplete.h index e8e4841..aff7707 100644 --- a/client/tabcomplete.h +++ b/client/tabcomplete.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: tabcomplete.h,v 1.5 2005-01-15 19:47:08 adam Exp $ + * $Id: tabcomplete.h,v 1.6 2005-06-25 15:46:01 adam Exp $ */ /* @@ -15,10 +15,11 @@ char* complete_schema(const char* text, int state); char* complete_attributeset(const char* text, int state); char* default_completer(const char* text, int state); char* complete_auto_reconnect(const char *text, int state); - /* * Local variables: - * tab-width: 4 * c-basic-offset: 4 + * indent-tabs-mode: nil * End: + * vim: shiftwidth=4 tabstop=8 expandtab */ +