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 | 5ecd06409ec1cc93719a9b8189f3ce570d2343e5 (patch) | |
tree | 3acdd29ee57643ab022569f14b066e1359056863 /macosx/tkMacOSXXStubs.c | |
parent | 843848ab4aabc8f388e2d4220ed9a3d431d8312b (diff) | |
download | tk-5ecd06409ec1cc93719a9b8189f3ce570d2343e5.zip tk-5ecd06409ec1cc93719a9b8189f3ce570d2343e5.tar.gz tk-5ecd06409ec1cc93719a9b8189f3ce570d2343e5.tar.bz2 |
remove RCS keywords, use mode: objc consistantly
Diffstat (limited to 'macosx/tkMacOSXXStubs.c')
-rw-r--r-- | macosx/tkMacOSXXStubs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/macosx/tkMacOSXXStubs.c b/macosx/tkMacOSXXStubs.c index 761416a..9594cd3 100644 --- a/macosx/tkMacOSXXStubs.c +++ b/macosx/tkMacOSXXStubs.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" @@ -1364,7 +1362,7 @@ Tk_ResetUserInactiveTime( /* * Local Variables: - * mode: c + * mode: objc * c-basic-offset: 4 * fill-column: 79 * coding: utf-8 |