diff options
Diffstat (limited to 'zencoding-mode.el')
-rw-r--r-- | zencoding-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zencoding-mode.el b/zencoding-mode.el index 98c9cee..9958cbb 100644 --- a/zencoding-mode.el +++ b/zencoding-mode.el @@ -1606,7 +1606,7 @@ tbl)) (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))) |