Update of /cvsroot/phpwiki/phpwiki/lib/plugin
In directory usw-pr-cvs1:/tmp/cvs-serv8452/lib/plugin
Modified Files:
BackLinks.php HelloWorld.php
Log Message:
Updated the "emacs local variables" blocks.
Index: BackLinks.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/BackLinks.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** BackLinks.php 2001/09/18 19:19:05 1.1
--- BackLinks.php 2001/09/19 03:24:36 1.2
***************
*** 47,50 ****
--- 47,59 ----
}
};
+
+ // 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: HelloWorld.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/HelloWorld.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** HelloWorld.php 2001/09/18 19:19:05 1.1
--- HelloWorld.php 2001/09/19 03:24:36 1.2
***************
*** 18,21 ****
--- 18,30 ----
}
};
+
+ // 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:
?>
|