]> git.eshelyaron.com Git - emacs.git/commitdiff
No font-lock warning for parentheses in column zero in 21.3
authorGlenn Morris <rgm@gnu.org>
Mon, 5 May 2003 16:39:58 +0000 (16:39 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 5 May 2003 16:39:58 +0000 (16:39 +0000)
etc/PROBLEMS

index efcc31b414b61891be1e0364483b8e94e60cabd2..07e33f3fbcdf538382232c3a63f7ad376f8e2930 100644 (file)
@@ -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.