branch: scratch/editorconfig-cc
commit 1969dd74dad32d53d920e522397a157944640521
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@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