From: arai Date: Tue, 21 May 2002 18:13:10 +0000 (+0000) Subject: added modeline for vi(m). X-Git-Url: http://git.osdn.net/view?p=lha%2Flha.git;a=commitdiff_plain;h=b873cbc6e792030ea9e10d656762d462f09c8185 added modeline for vi(m). git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@84 6a8cc165-1e22-0410-a132-eb4e3f353aba --- diff --git a/src/append.c b/src/append.c index cd1dd44..9d1b51d 100644 --- a/src/append.c +++ b/src/append.c @@ -133,3 +133,4 @@ finish_indicator(name, msg) /* Local Variables: */ /* tab-width : 4 */ /* End: */ +/* vi: set tabstop=4: */ diff --git a/src/crcio.c b/src/crcio.c index cd0cd1b..e0c520d 100644 --- a/src/crcio.c +++ b/src/crcio.c @@ -359,3 +359,4 @@ calc_header_crc(p, n) /* Thanks T.Okamoto */ /* Local Variables: */ /* tab-width : 4 */ /* End: */ +/* vi: set tabstop=4: */ diff --git a/src/dhuf.c b/src/dhuf.c index 8bf8cb6..263ce0f 100644 --- a/src/dhuf.c +++ b/src/dhuf.c @@ -347,3 +347,4 @@ encode_end_dyn( /* void */ ) /* mode:c */ /* tab-width:4 */ /* End: */ +/* vi: set tabstop=4: */ diff --git a/src/extract.c b/src/extract.c index 2409353..931308a 100644 --- a/src/extract.c +++ b/src/extract.c @@ -68,3 +68,4 @@ decode_lzhuf(infp, outfp, original_size, packed_size, name, method) /* mode:c */ /* tab-width:4 */ /* End: */ +/* vi: set tabstop=4: */ diff --git a/src/header.c b/src/header.c index eae1eb6..e888554 100644 --- a/src/header.c +++ b/src/header.c @@ -1081,3 +1081,4 @@ sjis2euc(int *p1, int *p2) /* tab-width:4 */ /* compile-command:"gcc -c header.c" */ /* End: */ +/* vi: set tabstop=4: */ diff --git a/src/huf.c b/src/huf.c index cc1bde4..b58f8ed 100644 --- a/src/huf.c +++ b/src/huf.c @@ -494,3 +494,4 @@ decode_start_st1( /* void */ ) /* mode:c */ /* tab-width:4 */ /* End: */ +/* vi: set tabstop=4: */ diff --git a/src/larc.c b/src/larc.c index 3ddef3b..099bdbc 100644 --- a/src/larc.c +++ b/src/larc.c @@ -86,3 +86,4 @@ decode_start_lz5( /*void*/ ) /* Local Variables: */ /* tab-width : 4 */ /* End: */ +/* vi: set tabstop=4: */ diff --git a/src/lhadd.c b/src/lhadd.c index 59ca16e..1a24bdd 100644 --- a/src/lhadd.c +++ b/src/lhadd.c @@ -631,3 +631,4 @@ char *str2; /* tab-width:4 */ /* compile-command:"gcc -c lhadd.c" */ /* End: */ +/* vi: set tabstop=4: */ diff --git a/src/lharc.c b/src/lharc.c index 5ad289f..1e426a6 100644 --- a/src/lharc.c +++ b/src/lharc.c @@ -1165,3 +1165,4 @@ copy_old_one(oafp, nafp, hdr) /* tab-width:4 */ /* compile-command:"gcc -c lharc.c" */ /* End: */ +/* vi: set tabstop=4: */ diff --git a/src/lhdir.c b/src/lhdir.c index 8667725..bfea57c 100644 --- a/src/lhdir.c +++ b/src/lhdir.c @@ -99,3 +99,4 @@ closedir(dirp) /* Local Variables: */ /* tab-width : 4 */ /* End: */ +/* vi: set tabstop=4: */ diff --git a/src/lhext.c b/src/lhext.c index 32c5a25..9bad6f0 100644 --- a/src/lhext.c +++ b/src/lhext.c @@ -437,3 +437,4 @@ cmd_extract() /* mode:c */ /* tab-width:4 */ /* End: */ +/* vi: set tabstop=4: */ diff --git a/src/lhlist.c b/src/lhlist.c index 85cd4de..194612d 100644 --- a/src/lhlist.c +++ b/src/lhlist.c @@ -346,3 +346,4 @@ cmd_list() /* tab-width:4 */ /* compile-command:"gcc -c lhlist.c" */ /* End: */ +/* vi: set tabstop=4: */ diff --git a/src/maketbl.c b/src/maketbl.c index 4cd7c59..e9b16fc 100644 --- a/src/maketbl.c +++ b/src/maketbl.c @@ -96,3 +96,4 @@ make_table(nchar, bitlen, tablebits, table) /* mode:c */ /* tab-width:4 */ /* End: */ +/* vi: set tabstop=4: */ diff --git a/src/maketree.c b/src/maketree.c index 5330154..ecf2c50 100644 --- a/src/maketree.c +++ b/src/maketree.c @@ -173,3 +173,4 @@ make_tree(nparm, freqparm, lenparm, codeparm) /* mode:c */ /* tab-width:4 */ /* End: */ +/* vi: set tabstop=4: */ diff --git a/src/patmatch.c b/src/patmatch.c index a1a8f2c..8feacfa 100644 --- a/src/patmatch.c +++ b/src/patmatch.c @@ -41,3 +41,4 @@ patmatch(p, s, f) /* Local Variables: */ /* tab-width : 4 */ /* End: */ +/* vi: set tabstop=4: */ diff --git a/src/shuf.c b/src/shuf.c index 6696732..601fcaf 100644 --- a/src/shuf.c +++ b/src/shuf.c @@ -214,3 +214,4 @@ decode_p_st0(/*void*/) /* mode:c */ /* tab-width:4 */ /* End: */ +/* vi: set tabstop=4: */ diff --git a/src/slide.c b/src/slide.c index 5968164..a7d34fe 100644 --- a/src/slide.c +++ b/src/slide.c @@ -450,3 +450,4 @@ decode(interface) /* mode:c */ /* tab-width:4 */ /* End: */ +/* vi: set tabstop=4: */ diff --git a/src/util.c b/src/util.c index 0b54793..336b2d0 100644 --- a/src/util.c +++ b/src/util.c @@ -372,3 +372,4 @@ memset(s, c, n) /* tab-width:4 */ /* compile-command:"gcc -c util.c" */ /* End: */ +/* vi: set tabstop=4: */