]> git.eshelyaron.com Git - emacs.git/commit
Remove inaccurate comment in regex.c
authorMichal Nazarewicz <mina86@mina86.com>
Wed, 3 Aug 2016 01:48:22 +0000 (03:48 +0200)
committerMichal Nazarewicz <mina86@mina86.com>
Fri, 9 Sep 2016 01:07:15 +0000 (03:07 +0200)
commitb1c4c0050057ca982cab28b8ad11b3175c3bb0d2
tree5c111083fd6ff02a7400020f291a5f70c26712a2
parent3ffc5f44b09e2b500584545389efb8db3be04f95
Remove inaccurate comment in regex.c

* src/regex.c (regex_compile): Remove comment indicating that wctype of
some character classes may be negative.  All wctypes are in fact
non-negative.
src/regex.c