From: Steve W. <wai...@us...> - 2001-09-19 03:24:39
|
Update of /cvsroot/phpwiki/phpwiki/lib In directory usw-pr-cvs1:/tmp/cvs-serv8452/lib Modified Files: DbaListSet.php Template.php display.php fullsearch.php logger.php msql.php search.php Log Message: Updated the "emacs local variables" blocks. Index: DbaListSet.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/DbaListSet.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** DbaListSet.php 2001/09/18 19:16:23 1.1 --- DbaListSet.php 2001/09/19 03:24:36 1.2 *************** *** 137,142 **** --- 137,148 ---- + // 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: Template.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/Template.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Template.php 2001/09/18 19:16:23 1.1 --- Template.php 2001/09/19 03:24:36 1.2 *************** *** 302,306 **** // c-basic-offset: 4 // c-hanging-comment-ender-p: nil ! // indent-tabs-mode: nil33 // End: ?> --- 302,306 ---- // c-basic-offset: 4 // c-hanging-comment-ender-p: nil ! // indent-tabs-mode: nil // End: ?> Index: display.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/display.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** display.php 2001/09/18 19:16:23 1.10 --- display.php 2001/09/19 03:24:36 1.11 *************** *** 32,36 **** // Local Variables: // mode: php ! // c-file-style: "ellemtel" ! // End: ?> --- 32,40 ---- // Local Variables: // mode: php ! // tab-width: 8 ! // c-basic-offset: 4 ! // c-hanging-comment-ender-p: nil ! // indent-tabs-mode: nil ! // End: ! ?> Index: fullsearch.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/fullsearch.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** fullsearch.php 2001/09/18 19:16:23 1.7 --- fullsearch.php 2001/09/19 03:24:36 1.8 *************** *** 49,51 **** --- 49,62 ---- echo GeneratePage('MESSAGE', $html, sprintf(gettext("Full Text Search: %s"), $searchterm)); + + + // 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: logger.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/logger.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** logger.php 2001/05/31 17:41:55 1.2 --- logger.php 2001/09/19 03:24:36 1.3 *************** *** 68,72 **** // Local Variables: // mode: php ! // c-file-style: "ellemtel" ! // End: ?> --- 68,76 ---- // Local Variables: // mode: php ! // tab-width: 8 ! // c-basic-offset: 4 ! // c-hanging-comment-ender-p: nil ! // indent-tabs-mode: nil ! // End: ! ?> Index: search.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/search.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** search.php 2001/09/18 19:16:23 1.8 --- search.php 2001/09/19 03:24:36 1.9 *************** *** 27,29 **** --- 27,38 ---- echo GeneratePage('MESSAGE', $html, "$search_title: $searchterm"); + // 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: + ?> |