From: Steve W. <wai...@us...> - 2001-09-19 03:24:39
|
Update of /cvsroot/phpwiki/phpwiki/lib/WikiDB/backend/dumb In directory usw-pr-cvs1:/tmp/cvs-serv8452/lib/WikiDB/backend/dumb Modified Files: BackLinkIter.php MostPopularIter.php Log Message: Updated the "emacs local variables" blocks. Index: BackLinkIter.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/WikiDB/backend/dumb/BackLinkIter.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** BackLinkIter.php 2001/09/18 19:16:23 1.1 --- BackLinkIter.php 2001/09/19 03:24:36 1.2 *************** *** 37,39 **** --- 37,48 ---- } + // 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: MostPopularIter.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/WikiDB/backend/dumb/MostPopularIter.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** MostPopularIter.php 2001/09/18 19:16:23 1.1 --- MostPopularIter.php 2001/09/19 03:24:36 1.2 *************** *** 46,48 **** --- 46,57 ---- } + // 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: + ?> |