]> git.eshelyaron.com Git - emacs.git/commit
Fix ‘is multibyte’ test regex.c’s mutually_exclusive_p (bug#24020)
authorMichal Nazarewicz <mina86@mina86.com>
Wed, 27 Jul 2016 16:14:57 +0000 (18:14 +0200)
committerMichal Nazarewicz <mina86@mina86.com>
Wed, 27 Jul 2016 16:18:34 +0000 (18:18 +0200)
commit74f9c1a8cdfaac948cf14a212cb5a51c49ddefa8
tree6be6662158cd8b2ec70862255f44e4f2297beba0
parente0d425976e3a83585db9a586687897fe1ac6455f
Fix ‘is multibyte’ test regex.c’s mutually_exclusive_p (bug#24020)

* src/regex.c (mutually_exclusive_p): Fix how whether character is
unibyte is tested when calling execute_charset function.  This bug has
been introduced by [6dc6b00: Fix ‘[[:cc:]]*literal’ regex failing to
match ‘literal’] which dropped a call to IS_REAL_ASCII (c) macro.
Reinstitute it.
src/regex.c