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

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

[nongnu] scratch/editorconfig-cc 1969dd74da 271/351: Add conf-mode abbre


From: Stefan Monnier
Subject: [nongnu] scratch/editorconfig-cc 1969dd74da 271/351: Add conf-mode abbrev-table definitions (#220)
Date: Thu, 13 Jun 2024 18:39:01 -0400 (EDT)

branch: scratch/editorconfig-cc
commit 1969dd74dad32d53d920e522397a157944640521
Author: 10sr <8.slashes@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    Add conf-mode abbrev-table definitions (#220)
---
 editorconfig-conf-mode.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/editorconfig-conf-mode.el b/editorconfig-conf-mode.el
index 0ff8dc15cb..76bdbaa8be 100644
--- a/editorconfig-conf-mode.el
+++ b/editorconfig-conf-mode.el
@@ -37,6 +37,10 @@
     table)
   "Syntax table in use in `editorconfig-conf-mode' buffers.")
 
+(defvar editorconfig-conf-mode-abbrev-table nil
+  "Abbrev table in use in `editorconfig-conf-mode' buffers.")
+(define-abbrev-table 'editorconfig-conf-mode-abbrev-table ())
+
 ;;;###autoload
 (define-derived-mode editorconfig-conf-mode conf-unix-mode "Conf[EditorConfig]"
   "Major mode for editing .editorconfig files."



reply via email to

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