mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08: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:
parent
fb45f7075a
commit
3d7221d09a
1 changed files with 0 additions and 1 deletions
|
|
@ -764,7 +764,6 @@ cannot be completed sensibly: `custom-ident',
|
||||||
"Self inserting keys which should trigger re-indentation."
|
"Self inserting keys which should trigger re-indentation."
|
||||||
:version "22.2"
|
:version "22.2"
|
||||||
:type '(repeat character)
|
:type '(repeat character)
|
||||||
:options '((?\} ?\;))
|
|
||||||
:group 'css)
|
:group 'css)
|
||||||
|
|
||||||
(defvar css-mode-syntax-table
|
(defvar css-mode-syntax-table
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue