From: Eli Zaretskii Date: Fri, 9 Feb 2024 06:49:55 +0000 (+0200) Subject: ; Mention defface's and their :version tags in CONTRIBUTE. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1be951251dbadca875ba1184f52f623dbdac7dc7;p=emacs.git ; Mention defface's and their :version tags in CONTRIBUTE. (cherry picked from commit 7d3a144486461869b943f04a45e84c0c3d926732) --- diff --git a/CONTRIBUTE b/CONTRIBUTE index 54f21e8dacc..bdee16eeab4 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE @@ -115,9 +115,10 @@ mode after hiding the body of each entry. Doc-strings should be updated together with the code. -New defcustom's should always have a ':version' tag stating the first -Emacs version in which they will appear. Likewise with defcustom's -whose value is changed -- update their ':version' tag. +New defcustom's and defface's should always have a ':version' tag +stating the first Emacs version in which they will appear. Likewise +with defcustom's or defface's whose value is changed -- update their +':version' tag. Think about whether your change requires updating the manuals. If you know it does not, mark the NEWS entry with "---" before the entry. If