diff options
| author | Tom Tromey | 2017-01-16 17:21:55 -0700 |
|---|---|---|
| committer | Tom Tromey | 2017-01-16 17:22:05 -0700 |
| commit | e27239ad1b5b675f96695ab8a36474db6d453daa (patch) | |
| tree | 5010197da10e53c05363406404f25179052b598d | |
| parent | fd6b829d91da73a945643b5916ee6d79c992e030 (diff) | |
| download | emacs-e27239ad1b5b675f96695ab8a36474db6d453daa.tar.gz emacs-e27239ad1b5b675f96695ab8a36474db6d453daa.zip | |
Fix comment in css-mode.el
* lisp/textmodes/css-mode.el: Remove obsolete comment.
| -rw-r--r-- | lisp/textmodes/css-mode.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index dfe1cf0c341..872d115f29f 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el | |||
| @@ -27,7 +27,6 @@ | |||
| 27 | 27 | ||
| 28 | ;;; Todo: | 28 | ;;; Todo: |
| 29 | 29 | ||
| 30 | ;; - electric ; and } | ||
| 31 | ;; - filling code with auto-fill-mode | 30 | ;; - filling code with auto-fill-mode |
| 32 | ;; - fix font-lock errors with multi-line selectors | 31 | ;; - fix font-lock errors with multi-line selectors |
| 33 | 32 | ||