bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44885: 28.0.50; [PATCH] ElDoc buffer mode and separator


From: Lars Ingebrigtsen
Subject: bug#44885: 28.0.50; [PATCH] ElDoc buffer mode and separator
Date: Sun, 11 Sep 2022 13:33:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Andrii Kolomoiets <andreyk.mad@gmail.com> writes:

> +(defvar eldoc-doc-mode-map
> +  (let ((map (make-sparse-keymap)))
> +    (suppress-keymap map)

This was fixed in 97abe8511a by just using `special-mode' in this buffer
instead.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]