[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemacs-commit] qemacs extras.c
From: |
Charlie Gordon |
Subject: |
[Qemacs-commit] qemacs extras.c |
Date: |
Sun, 18 May 2014 10:49:58 +0000 |
CVSROOT: /sources/qemacs
Module name: qemacs
Changes by: Charlie Gordon <chqrlie> 14/05/18 10:49:58
Modified files:
. : extras.c
Log message:
fixed max level for skipping deeply nested blocks
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/extras.c?cvsroot=qemacs&r1=1.28&r2=1.29
Patches:
Index: extras.c
===================================================================
RCS file: /sources/qemacs/qemacs/extras.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- extras.c 14 May 2014 16:15:00 -0000 1.28
+++ extras.c 18 May 2014 10:49:58 -0000 1.29
@@ -340,7 +340,7 @@
}
/* forward / backward block */
-#define MAX_LEVEL 20
+#define MAX_LEVEL 32
static void do_forward_block(EditState *s, int dir)
{