diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index 748a561bab5..747657b1ed5 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el @@ -1358,7 +1358,7 @@ the string PROPERTY." "Complete property value at point." (let ((property (and (looking-back "\\([[:alnum:]-]+\\):[^/][^;]*" (or (ppss-innermost-start (syntax-ppss)) - (point-min)) + (point)) t) (member (match-string-no-properties 1) css-property-ids))))