summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInit.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-10-23 08:52:05 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-10-23 08:52:05 (GMT)
commitfe1f99c7eb2d97cc249806b73e2bf1914130db32 (patch)
tree3acdd29ee57643ab022569f14b066e1359056863 /macosx/tkMacOSXInit.c
parentdbb189813b101ee712fe7648a1c6c2356e140d32 (diff)
downloadtk-fe1f99c7eb2d97cc249806b73e2bf1914130db32.zip
tk-fe1f99c7eb2d97cc249806b73e2bf1914130db32.tar.gz
tk-fe1f99c7eb2d97cc249806b73e2bf1914130db32.tar.bz2
remove RCS keywords, use mode: objc consistantly
Diffstat (limited to 'macosx/tkMacOSXInit.c')
-rw-r--r--macosx/tkMacOSXInit.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/macosx/tkMacOSXInit.c b/macosx/tkMacOSXInit.c
index 2290809..2bf1962 100644
--- a/macosx/tkMacOSXInit.c
+++ b/macosx/tkMacOSXInit.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"
@@ -378,7 +376,7 @@ TkpInit(
Tcl_SetVar(interp, "auto_path", scriptPath,
TCL_GLOBAL_ONLY|TCL_LIST_ELEMENT|TCL_APPEND_VALUE);
}
-
+
Tcl_CreateObjCommand(interp, "::tk::mac::standardAboutPanel",
TkMacOSXStandardAboutPanelObjCmd, NULL, NULL);
Tcl_CreateObjCommand(interp, "::tk::mac::iconBitmap",
@@ -579,7 +577,7 @@ TkMacOSXGetStringObjFromCFString(
/*
* Local Variables:
- * mode: c
+ * mode: objc
* c-basic-offset: 4
* fill-column: 79
* coding: utf-8