]> git.eshelyaron.com Git - emacs.git/commit
print_error_message: Handle user-error to the echo area specially
authorSean Whitton <spwhitton@spwhitton.name>
Mon, 7 Jul 2025 08:57:37 +0000 (09:57 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 07:54:35 +0000 (09:54 +0200)
commit1e7b329a3f5618d616a84f23dba23ae2f2649c87
treede7a12ed17a20a0a9701574d24c6aed36dc5dbd7
parentd6b485a69a1acca4957fede7fa77b4931bb37da1
print_error_message: Handle user-error to the echo area specially

* src/print.c (print_error_message): For a user-error that is to
be printed to the echo area, use message3 in order to preserve
fontification.

(cherry picked from commit b03f11d9ac867833a504a2184620e531fbe43a44)
src/print.c