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

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

[elpa] externals/company 5cff6cd: company-abbrev: Define 'kind'


From: ELPA Syncer
Subject: [elpa] externals/company 5cff6cd: company-abbrev: Define 'kind'
Date: Tue, 4 May 2021 16:57:05 -0400 (EDT)

branch: externals/company
commit 5cff6cde159423d35b65c00a7e59eccb0f8bf712
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    company-abbrev: Define 'kind'
    
    #1088
---
 company-abbrev.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/company-abbrev.el b/company-abbrev.el
index 386feb6..16722dd 100644
--- a/company-abbrev.el
+++ b/company-abbrev.el
@@ -1,6 +1,6 @@
 ;;; company-abbrev.el --- company-mode completion backend for abbrev
 
-;; Copyright (C) 2009-2011, 2015  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011, 2015, 2021  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher
 
@@ -44,6 +44,7 @@
     (candidates (nconc
                  (delete "" (all-completions arg global-abbrev-table))
                  (delete "" (all-completions arg local-abbrev-table))))
+    (kind 'snippet)
     (meta (abbrev-expansion arg))))
 
 (provide 'company-abbrev)



reply via email to

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