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

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

[elpa] master a053848 050/173: Sort alphabetically, to appease a test


From: Dmitry Gutov
Subject: [elpa] master a053848 050/173: Sort alphabetically, to appease a test
Date: Thu, 23 Jun 2016 00:28:37 +0000 (UTC)

branch: master
commit a053848b9a64cd6b6c1fa5c8f442e8730275e2d2
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Sort alphabetically, to appease a test
---
 company-keywords.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company-keywords.el b/company-keywords.el
index faab56e..a6b20c2 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -211,7 +211,7 @@
      "abstract" "case" "catch" "class" "def" "do" "else" "extends" "false"
      "final" "finally" "for" "forSome" "if" "implicit" "import" "lazy" "match"
      "new" "null" "object" "override" "package" "private" "protected"
-     "return" "sealed" "super" "this" "throw" "trait" "try" "true" "type" "val"
+     "return" "sealed" "super" "this" "throw" "trait" "true" "try" "type" "val"
      "var" "while" "with" "yield")
     ;; aliases
     (js2-mode . javascript-mode)



reply via email to

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