CVSROOT: /home/x-cvs Module name: xc Changes by: [EMAIL PROTECTED] 04/02/04 12:49:09
Log message: Fix indentation of 'while' expressions. This patch corrects problems of an extra indentation being added sometimes, but adds the side effect that expressions like: do do exp; while (exp); while (exp); will no longer be automatically correctly indented. But expressions like: do { do { exp; } while (exp); } while (exp); works correctly. Modified files: xc/programs/xedit/lisp/modules/progmodes/: c.lsp Revision Changes Path 1.28 +1 -3 xc/programs/xedit/lisp/modules/progmodes/c.lsp _______________________________________________ Cvs-commit mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/cvs-commit