emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/d-mode 9651a31 042/346: Remove warning regarding missing g


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode 9651a31 042/346: Remove warning regarding missing group.
Date: Sun, 29 Aug 2021 11:00:01 -0400 (EDT)

branch: elpa/d-mode
commit 9651a31c2472bc66ab4f906f48acaf0965426914
Author: Per Nordlöw <per.nordlow@gmail.com>
Commit: Per Nordlöw <per.nordlow@gmail.com>

    Remove warning regarding missing group.
---
 d-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/d-mode.el b/d-mode.el
index a0983fc..587b616 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -290,7 +290,8 @@ operators."
 
 (defcustom d-font-lock-extra-types nil
   "*List of extra types (aside from the type keywords) to recognize in D mode.
-   Each list item should be a regexp matching a single identifier.")
+   Each list item should be a regexp matching a single identifier."
+  :group 'd-mode)
 
 (defconst d-font-lock-keywords-1 (c-lang-const c-matchers-1 d)
   "Minimal highlighting for D mode.")



reply via email to

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