emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 29af214a75a: Fix fontification of cgroup2 in fstab (bug#68367)


From: Stephen Berman
Subject: emacs-29 29af214a75a: Fix fontification of cgroup2 in fstab (bug#68367)
Date: Wed, 10 Jan 2024 10:25:06 -0500 (EST)

branch: emacs-29
commit 29af214a75a3d77e603c377e1247a3ca85c130c5
Author: Stephen Berman <stephen.berman@gmx.net>
Commit: Stephen Berman <stephen.berman@gmx.net>

    Fix fontification of cgroup2 in fstab (bug#68367)
    
    * lisp/generic-x.el (etc-fstab-generic-mode): Add cgroup2.
---
 lisp/generic-x.el | 1 +
 1 file changed, 1 insertion(+)

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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]