]> git.eshelyaron.com Git - emacs.git/commit
Fix mode line redisplay bug when locked narrowing is in effect.
authorGregory Heytings <gregory@heytings.org>
Sun, 21 Aug 2022 11:14:00 +0000 (11:14 +0000)
committerGregory Heytings <gregory@heytings.org>
Sun, 21 Aug 2022 11:16:00 +0000 (13:16 +0200)
commit4f19e1a5d149bb9d9201129f67593981fe2c2e39
tree776807a6c2c0c0e53a5a6b99426c9b0ee4925e72
parente41e9740fb7cfb775f8f1ddff6b6a66ceafc9ab0
Fix mode line redisplay bug when locked narrowing is in effect.

* src/xdisp.c (decode_mode_spec): Use the actual narrowing bounds when
redisplay is called while a locked narrowing is in effect.
src/xdisp.c