summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Berman <stephen.berman@gmx.net>2024-01-10 16:24:53 +0100
committerStephen Berman <stephen.berman@gmx.net>2024-01-10 16:24:53 +0100
commit29af214a75a3d77e603c377e1247a3ca85c130c5 (patch)
treef00ab4151ca9df21f594cfed1be3c7e2827ed4db
parent5567ce1a9ff8d893348ac8a3f64953426e2a7c86 (diff)
downloademacs-29af214a75a3d77e603c377e1247a3ca85c130c5.tar.gz
Fix fontification of cgroup2 in fstab (bug#68367)
* lisp/generic-x.el (etc-fstab-generic-mode): Add cgroup2.
-rw-r--r--lisp/generic-x.el1
1 files changed, 1 insertions, 0 deletions
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"