1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

Remove :options' from css-electric-keys'

* lisp/textmodes/css-mode.el (css-electric-keys): Remove `:options`
since it just duplicates the default value.
This commit is contained in:
Simen Heggestøyl 2017-06-20 20:57:48 +02:00
parent fb45f7075a
commit 3d7221d09a

View File

@ -764,7 +764,6 @@ cannot be completed sensibly: `custom-ident',
"Self inserting keys which should trigger re-indentation."
:version "22.2"
:type '(repeat character)
:options '((?\} ?\;))
:group 'css)
(defvar css-mode-syntax-table