skuro / plantuml-mode

A major mode for editing PlantUML sources in Emacs
GNU General Public License v3.0
511 stars 96 forks source link

More suitable message in deprecation warning. #136

Closed MinoruSekine closed 3 years ago

MinoruSekine commented 3 years ago

1st parameter for display-warning is used as part of warning message. https://www.gnu.org/software/emacs/manual/html_node/elisp/Warning-Basics.html#Warning-Basics says

The first symbol should be the custom group that you use for the program’s user options. For example, byte compiler warnings use the warning type (bytecomp).

And some other packaged use their own named symbol for that.

Current plantuml-mode uses :warning for that, but it may be for 3rd (and optional) parameter of display-warning.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.