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

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

[elpa] 31/52: company-css-value-classes: fix border-width infloop


From: Dmitry Gutov
Subject: [elpa] 31/52: company-css-value-classes: fix border-width infloop
Date: Tue, 01 Jul 2014 11:53:22 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit d224ba44e40bb14507e7ae9b7806e0254d6962a9
Author: Dmitry Gutov <address@hidden>
Date:   Thu Jun 5 03:55:19 2014 +0300

    company-css-value-classes: fix border-width infloop
---
 company-css.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/company-css.el b/company-css.el
index c4154c2..180d25b 100644
--- a/company-css.el
+++ b/company-css.el
@@ -1,6 +1,6 @@
 ;;; company-css.el --- company-mode completion back-end for css-mode
 
-;; Copyright (C) 2009, 2011  Free Software Foundation, Inc.
+;; Copyright (C) 2009, 2011, 2014  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher
 
@@ -170,6 +170,7 @@
                    "xx-large")
     (border-style "none" "hidden" "dotted" "dashed" "solid" "double" "groove"
                   "ridge" "inset" "outset")
+    (border-width "thick" "medium" "thin")
     (color "aqua" "black" "blue" "fuchsia" "gray" "green" "lime" "maroon" 
"navy"
            "olive" "orange" "purple" "red" "silver" "teal" "white" "yellow")
     (counter "counter(,)")



reply via email to

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