]> git.eshelyaron.com Git - emacs.git/commit
; Fix bug in regexp debug code
authorMattias Engdegård <mattiase@acm.org>
Fri, 21 Jul 2023 09:56:42 +0000 (11:56 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 21 Jul 2023 12:49:17 +0000 (14:49 +0200)
commit3b5f13dc49f3a2a7afd25a2ab05787c7d81918a0
treed4b0338b798d70ab0911d226edc6790895c97a5c
parent0f9fd1d5a5ec5c062f45f3f8a16863021e17e7e8
; Fix bug in regexp debug code

* src/regex-emacs.c (print_partial_compiled_pattern):
Only the 7 bottom bits of the first byte form the bitmap size.
src/regex-emacs.c