From: Stephen Berman Date: Wed, 10 Jan 2024 15:24:53 +0000 (+0100) Subject: Fix fontification of cgroup2 in fstab (bug#68367) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29af214a75a3d77e603c377e1247a3ca85c130c5;p=emacs.git Fix fontification of cgroup2 in fstab (bug#68367) * lisp/generic-x.el (etc-fstab-generic-mode): Add cgroup2. --- diff --git a/lisp/generic-x.el b/lisp/generic-x.el index b4ae0225943..373bfad92dd 100644 --- a/lisp/generic-x.el +++ b/lisp/generic-x.el @@ -1491,6 +1491,7 @@ like an INI file. You can add this hook to `find-file-hook'." "cd9660" "cfs" "cgroup" + "cgroup2" "cifs" "coda" "coherent"