CMUCL commit: src/lisp (exec-init.c)

Raymond Toy rtoy at common-lisp.net
Wed Jul 21 01:34:09 CEST 2010


    Date: Tuesday, July 20, 2010 @ 19:34:09
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/lisp

Modified: exec-init.c

Get rid of the emacs local variables section.


-------------+
 exec-init.c |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)


Index: src/lisp/exec-init.c
diff -u src/lisp/exec-init.c:1.1 src/lisp/exec-init.c:1.2
--- src/lisp/exec-init.c:1.1	Tue Jul 24 15:09:14 2007
+++ src/lisp/exec-init.c	Tue Jul 20 19:34:09 2010
@@ -1,7 +1,7 @@
 /*
  * Variables for executable support.
  *
- * $Header: /project/cmucl/cvsroot/src/lisp/exec-init.c,v 1.1 2007-07-24 19:09:14 rtoy Rel $
+ * $Header: /project/cmucl/cvsroot/src/lisp/exec-init.c,v 1.2 2010-07-20 23:34:09 rtoy Exp $
  *
  */
 
@@ -9,8 +9,3 @@
 int builtin_image_flag = 0;
 long initial_function_addr = 0;
 
-/*
- * Local variables:
- * c-file-style: "edge"
- * End:
- */



More information about the cmucl-commit mailing list