aboutsummaryrefslogtreecommitdiffstats
path: root/src/css-abbrev.el
diff options
context:
space:
mode:
Diffstat (limited to 'src/css-abbrev.el')
-rw-r--r--src/css-abbrev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css-abbrev.el b/src/css-abbrev.el
index 00c182f..3c528e8 100644
--- a/src/css-abbrev.el
+++ b/src/css-abbrev.el
@@ -65,7 +65,7 @@
(let ((f (first i))
(s (second i)))
(if f
- (if (and s (or (eql s "") (string-match "^[#0-9$-]" s)))
+ (if (and s (or (string= s "") (string-match "^[#0-9$-]" s)))
(progn
(setf rt (cons (concat f "+" s) rt))
(setf i (cddr i)))