Rename comment-depth (etc.) to literal-cache (etc.). Enable it by default
commite7591bb08fbc12c3656104d6abd0706cf83d0ef4
authorAlan Mackenzie <acm@muc.de>
Fri, 11 Mar 2016 23:28:35 +0000 (11 23:28 +0000)
committerAlan Mackenzie <acm@muc.de>
Fri, 11 Mar 2016 23:28:35 +0000 (11 23:28 +0000)
treea07f3a9e786915e5fbed2304db74a7f47f319b67
parent345cb4c37b0093cf607edff41937c86d24b9200c
Rename comment-depth (etc.) to literal-cache (etc.).  Enable it by default

* buffer.c:
* buffer.h:
* syntax.c:
* syntax.h:
* insdel.c:
* textprop.c: Rename `comment-depth' to `literal-cache', `comment-depth-hwm'
to `literal-cache-hwm', `comment-cacheing-flag' to `literal-cacheing-flag'.
Rename some functions and internal variables similarly.

* syntax.c (literal-cacheing-flag): Enable by default.
src/buffer.c
src/buffer.h
src/insdel.c
src/syntax.c
src/syntax.h
src/textprop.c