[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] change wordstar-mode into a minor mode
From: |
Eli Zaretskii |
Subject: |
Re: [PATCH] change wordstar-mode into a minor mode |
Date: |
Sun, 12 Feb 2017 20:29:08 +0200 |
> Date: Sun, 12 Feb 2017 12:32:00 -0500
> From: Mark Oteiza <address@hidden>
> Cc: Douglas Quagliana <address@hidden>
>
> +(defgroup wordstar nil
> + "WordStar emulation within Emacs."
> + :prefix "wordstar-"
> + :prefix "ws-"
> + :group 'emulations)
> +
> +(defcustom wordstar-mode-lighter " WordStar"
> + "Lighter shown in the modeline for `wordstar' mode."
> + :type 'string)
> +
When you introduce new groups and defcustoms, please always specify a
':version' tag.
Thanks.