diff options
author | Stephen Berman <stephen.berman@gmx.net> | 2024-01-10 16:24:53 +0100 |
---|---|---|
committer | Stephen Berman <stephen.berman@gmx.net> | 2024-01-10 16:24:53 +0100 |
commit | 29af214a75a3d77e603c377e1247a3ca85c130c5 (patch) | |
tree | f00ab4151ca9df21f594cfed1be3c7e2827ed4db /lisp/generic-x.el | |
parent | 5567ce1a9ff8d893348ac8a3f64953426e2a7c86 (diff) | |
download | emacs-29af214a75a3d77e603c377e1247a3ca85c130c5.tar.gz emacs-29af214a75a3d77e603c377e1247a3ca85c130c5.tar.bz2 emacs-29af214a75a3d77e603c377e1247a3ca85c130c5.zip |
Fix fontification of cgroup2 in fstab (bug#68367)
* lisp/generic-x.el (etc-fstab-generic-mode): Add cgroup2.
Diffstat (limited to 'lisp/generic-x.el')
-rw-r--r-- | lisp/generic-x.el | 1 |
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" |