add emacs footer
authormotse <none@none>
Tue, 19 Jul 2005 10:20:57 +0000 (10:20 +0000)
committermotse <none@none>
Tue, 19 Jul 2005 10:20:57 +0000 (10:20 +0000)
src/native/jvmti/jvmti.c
src/native/jvmti/jvmti.h

index 154a8fc71846b49dc0d499b9480bb00ee2fee826..23977e226898b19845510102e112a6820d07f3ca 100644 (file)
@@ -30,7 +30,7 @@
    Changes:             
 
    
-   $Id: jvmti.c 3062 2005-07-19 10:03:00Z motse $
+   $Id: jvmti.c 3063 2005-07-19 10:20:57Z motse $
 
 */
 
@@ -3385,3 +3385,16 @@ jvmtiEnv* new_jvmtienv() {
     env->EnvironmentLocalStorage = NULL;
     return &(env->env);
 }
+
+/*
+ * These are local overrides for various environment variables in Emacs.
+ * Please do not remove this and leave it at the end of the file, where
+ * Emacs will automagically detect them.
+ * ---------------------------------------------------------------------
+ * Local variables:
+ * mode: c
+ * indent-tabs-mode: t
+ * c-basic-offset: 4
+ * tab-width: 4
+ * End:
+ */
index 4d9ac59df611c646fec3411a1d5ee4cb99b8fb77..c4a455d16170f433081c6ed2b94ef32a7c7e31ee 100644 (file)
@@ -1118,3 +1118,17 @@ void set_jvmti_phase(jvmtiPhase p);
 #endif
 
 
+
+
+/*
+ * These are local overrides for various environment variables in Emacs.
+ * Please do not remove this and leave it at the end of the file, where
+ * Emacs will automagically detect them.
+ * ---------------------------------------------------------------------
+ * Local variables:
+ * mode: c
+ * indent-tabs-mode: t
+ * c-basic-offset: 4
+ * tab-width: 4
+ * End:
+ */