Update of /cvsroot/phpwiki/phpwiki/lib/WikiDB
In directory usw-pr-cvs1:/tmp/cvs-serv8452/lib/WikiDB
Modified Files:
SQL.php backend.php
Log Message:
Updated the "emacs local variables" blocks.
Index: SQL.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/WikiDB/SQL.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** SQL.php 2001/09/18 19:16:23 1.1
--- SQL.php 2001/09/19 03:24:36 1.2
***************
*** 45,50 ****
--- 45,56 ----
+ // For emacs users
// Local Variables:
// mode: php
+ // tab-width: 8
+ // c-basic-offset: 4
+ // c-hanging-comment-ender-p: nil
+ // indent-tabs-mode: nil
// End:
+
?>
Index: backend.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/WikiDB/backend.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** backend.php 2001/09/18 19:16:23 1.1
--- backend.php 2001/09/19 03:24:36 1.2
***************
*** 479,483 ****
};
! // (c-file-style: "gnu")
// Local Variables:
// mode: php
--- 479,483 ----
};
! // For emacs users
// Local Variables:
// mode: php
***************
*** 486,489 ****
// c-hanging-comment-ender-p: nil
// indent-tabs-mode: nil
! // End:
?>
--- 486,490 ----
// c-hanging-comment-ender-p: nil
// indent-tabs-mode: nil
! // End:
!
?>
|