]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/textmodes/css-mode.el (css-ts-mode): Fix typo.
authorYuan Fu <casouri@gmail.com>
Mon, 21 Nov 2022 04:52:16 +0000 (20:52 -0800)
committerYuan Fu <casouri@gmail.com>
Mon, 21 Nov 2022 09:29:32 +0000 (01:29 -0800)
lisp/textmodes/css-mode.el

index 5d4dbe155ad57263ab08250ae5f50708dbc4e1c0..1d1ca046cc798849c81a0615547e2a0ea8b943cf 100644 (file)
@@ -1789,7 +1789,7 @@ Use `\\[fill-paragraph]' to reformat CSS declaration blocks.  It
 can also be used to fill comments.
 
 \\{css-mode-map}"
-  (when (treesit-ready-p 'css-mode 'css)
+  (when (treesit-ready-p 'css)
     ;; Borrowed from `css-native-mode'.
     (add-hook 'completion-at-point-functions
               #'css-completion-at-point nil 'local)