From: David Bremner Date: Sun, 24 Sep 2023 09:51:50 +0000 (-0300) Subject: emacs/show: save redisplay redisplay data when showing lazy part. X-Git-Tag: 0.38.1_pre0~2 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=bfcfa947f8a989594d73a40a056cbb0bd37188ab;hp=bfcfa947f8a989594d73a40a056cbb0bd37188ab;p=notmuch emacs/show: save redisplay redisplay data when showing lazy part. This data will be used to redisplay an image that is hidden by deleting it from the buffer. We cannot easily delay until the image is hidden, as we won't have the original data at that point. ---