]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix custom type of 'flymake-show-diagnostics-at-end-of-line'
authorRobert Pluim <rpluim@gmail.com>
Wed, 30 Apr 2025 08:52:28 +0000 (10:52 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 1 May 2025 08:26:16 +0000 (10:26 +0200)
*
lisp/progmodes/flymake.el (flymake-show-diagnostics-at-end-of-line):
Add 'fancy' value to custom type.

* etc/NEWS: "variable" -> "user option".

(Bug#78148)

(cherry picked from commit 9b560a54c3b5c04c683124db44b53ae005b36729)

lisp/progmodes/flymake.el

index 32a78918fae2d83847ef41d85e76d4257848b8c2..116d2964880daf179be9b31640ceac9bf34a13c8 100644 (file)
@@ -546,6 +546,7 @@ Any other non-nil value means show all diagnostic summaries at
 end-of-line."
   :type '(choice (const :tag "Display most severe diagnostic" short)
                  (const :tag "Display all diagnostics" t)
+                 (const :tag "Display all diagnostics using Unicode" fancy)
                  (const :tag "Don't display diagnostics at end-of-line" nil))
   :package-version '(Flymake . "1.3.6"))