*
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)
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"))