diff options
author | Glenn Morris <rgm@gnu.org> | 2003-05-05 16:39:58 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2003-05-05 16:39:58 +0000 |
commit | 445f98eb33691bfe7405c89049022e78b60343ed (patch) | |
tree | 8164ff2d19943e7a11702ea2e144b2ef28ed6111 /etc/PROBLEMS | |
parent | f5fdfa6039401d6cd8fff8c739fbfe072c47517a (diff) | |
download | emacs-445f98eb33691bfe7405c89049022e78b60343ed.tar.gz |
No font-lock warning for parentheses in column zero in 21.3
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r-- | etc/PROBLEMS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index efcc31b414b..07e33f3fbcd 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -626,7 +626,7 @@ introduced with Emacs 21.1, could significantly slow down scrolling through the buffer, especially scrolling backwards, and also jumping to the end of a very large buffer. -Beginning with version 21.3, a parenthesis or a brace in column zero +Beginning with version 21.4, a parenthesis or a brace in column zero is highlighted in bold-red face if it is inside a string or a comment, to indicate that it could interfere with Font Lock (and also with indentation) and should be moved or escaped with a backslash. |