diff options
| -rw-r--r-- | lisp/textmodes/css-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index 39885c10860..1de4ff0fca9 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el | |||
| @@ -1375,6 +1375,7 @@ tags, classes and IDs." | |||
| 1375 | :exit-function | 1375 | :exit-function |
| 1376 | ,(lambda (string status) | 1376 | ,(lambda (string status) |
| 1377 | (and (eq status 'finished) | 1377 | (and (eq status 'finished) |
| 1378 | (eolp) | ||
| 1378 | prop-table | 1379 | prop-table |
| 1379 | (test-completion string prop-table) | 1380 | (test-completion string prop-table) |
| 1380 | (not (and sel-table | 1381 | (not (and sel-table |