]> git.eshelyaron.com Git - emacs.git/commit
Disable clearing echo-area when 'inhibit-message' is non-nil
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 Apr 2025 07:44:55 +0000 (10:44 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 13 Apr 2025 20:54:17 +0000 (22:54 +0200)
commit4f4847bd29560af115dbb3bb126658f5d7ace782
treec873929d136137c792fe7114aae0e450d21e33f6
parent85289c567ed6d1a3a9b00d8603e64a60b2f6cc0d
Disable clearing echo-area when 'inhibit-message' is non-nil

* src/xdisp.c (clear_message): Don't clear echo-area if
'inhibit-message' is non-nil.

* etc/NEWS:
* doc/lispref/display.texi (Displaying Messages): Document the
above change.  (Bug#77257)

(cherry picked from commit b0d6fe1449fbd32c01d69174f552d6884337a809)
doc/lispref/display.texi
src/xdisp.c