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

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

bug#53776: Modeline indicator when using define-minor-mode


From: goncholden
Subject: bug#53776: Modeline indicator when using define-minor-mode
Date: Fri, 04 Feb 2022 11:55:45 +0000

Have been using define-minor-mode and noticed that when setting the modeline indicator,
the text is appended with no space between other modeline indicators.  Is this how :lighter
is supposed to work?

(define-minor-mode rich-minor-mode
  "This is the docstring."
  :lighter "rich"



reply via email to

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