diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-10-23 08:52:05 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-10-23 08:52:05 (GMT) |
commit | fe1f99c7eb2d97cc249806b73e2bf1914130db32 (patch) | |
tree | 3acdd29ee57643ab022569f14b066e1359056863 /macosx/tkMacOSXColor.c | |
parent | dbb189813b101ee712fe7648a1c6c2356e140d32 (diff) | |
download | tk-fe1f99c7eb2d97cc249806b73e2bf1914130db32.zip tk-fe1f99c7eb2d97cc249806b73e2bf1914130db32.tar.gz tk-fe1f99c7eb2d97cc249806b73e2bf1914130db32.tar.bz2 |
remove RCS keywords, use mode: objc consistantly
Diffstat (limited to 'macosx/tkMacOSXColor.c')
-rw-r--r-- | macosx/tkMacOSXColor.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/macosx/tkMacOSXColor.c b/macosx/tkMacOSXColor.c index 69d3be8..6f34c74 100644 --- a/macosx/tkMacOSXColor.c +++ b/macosx/tkMacOSXColor.c @@ -12,8 +12,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id$ */ #include "tkMacOSXPrivate.h" @@ -727,7 +725,7 @@ XFreeColors( /* * Local Variables: - * mode: c + * mode: objc * c-basic-offset: 4 * fill-column: 79 * coding: utf-8 |