diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-23 08:52:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-23 08:52:05 (GMT) |
commit | 894766e4176a8a28d05939685178be7edbd19fc7 (patch) | |
tree | 3acdd29ee57643ab022569f14b066e1359056863 /macosx/tkMacOSXHLEvents.c | |
parent | 136693cddf921fb3e65e90447a9f0c3b84bfd7c2 (diff) | |
download | tk-894766e4176a8a28d05939685178be7edbd19fc7.zip tk-894766e4176a8a28d05939685178be7edbd19fc7.tar.gz tk-894766e4176a8a28d05939685178be7edbd19fc7.tar.bz2 |
remove RCS keywords, use mode: objc consistantly
Diffstat (limited to 'macosx/tkMacOSXHLEvents.c')
-rw-r--r-- | macosx/tkMacOSXHLEvents.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/macosx/tkMacOSXHLEvents.c b/macosx/tkMacOSXHLEvents.c index a886408..43117a1 100644 --- a/macosx/tkMacOSXHLEvents.c +++ b/macosx/tkMacOSXHLEvents.c @@ -10,8 +10,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" @@ -702,7 +700,7 @@ FSRefToDString( /* * Local Variables: - * mode: c + * mode: objc * c-basic-offset: 4 * fill-column: 79 * coding: utf-8 |