summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-01-28 15:08:51 +0100
committerStefan Kangas <stefan@marxist.se>2021-01-28 18:24:45 +0100
commit80d964ec8b64a1c604c99aa51ecdbd813d739a90 (patch)
treed69a37bd4cdffc9a5548eeefb4ed89c609aaad9b /lisp
parent6c601689a40079dd6c253f15a690a3c0cf6918df (diff)
downloademacs-80d964ec8b64a1c604c99aa51ecdbd813d739a90.tar.gz
Add missing file systems to etc-fstab-generic-mode
* lisp/generic-x.el (etc-fstab-generic-mode): Add entries for missing file systems.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/generic-x.el69
1 files changed, 66 insertions, 3 deletions
diff --git a/lisp/generic-x.el b/lisp/generic-x.el
index f3ea22a4a30..60cf8468a4e 100644
--- a/lisp/generic-x.el
+++ b/lisp/generic-x.el
@@ -1490,41 +1490,104 @@ like an INI file. You can add this hook to `find-file-hook'."
(define-generic-mode etc-fstab-generic-mode
'(?#)
'("adfs"
+ "ados"
"affs"
+ "anon_inodefs"
+ "atfs"
+ "audiofs"
"autofs"
+ "bdev"
+ "befs"
+ "bfs"
+ "binfmt_misc"
+ "btrfs"
+ "cd9660"
+ "cfs"
+ "cgroup"
+ "cifs"
"coda"
"coherent"
+ "configfs"
+ "cpuset"
"cramfs"
+ "devfs"
"devpts"
+ "devtmpfs"
+ "e2compr"
"efs"
"ext2"
+ "ext2fs"
"ext3"
"ext4"
+ "fdesc"
+ "ffs"
+ "filecore"
+ "fuse"
+ "fuseblk"
+ "fusectl"
"hfs"
"hpfs"
+ "hugetlbfs"
"iso9660"
+ "jffs"
+ "jffs2"
"jfs"
+ "kernfs"
+ "lfs"
+ "linprocfs"
+ "mfs"
"minix"
+ "mqueue"
"msdos"
"ncpfs"
"nfs"
+ "nfsd"
+ "nilfs2"
+ "none"
"ntfs"
+ "null"
+ "nwfs"
+ "overlay"
+ "ovlfs"
+ "pipefs"
+ "portal"
"proc"
+ "procfs"
+ "pstore"
+ "ptyfs"
"qnx4"
+ "ramfs"
"reiserfs"
"romfs"
+ "securityfs"
+ "shm"
"smbfs"
- "cifs"
- "usbdevfs"
- "sysv"
+ "sockfs"
+ "squashfs"
+ "sshfs"
+ "std"
+ "subfs"
"sysfs"
+ "sysv"
+ "tcfs"
"tmpfs"
"udf"
"ufs"
+ "umap"
"umsdos"
+ "union"
+ "usbdevfs"
+ "usbfs"
+ "userfs"
"vfat"
+ "vs3fs"
+ "vxfs"
+ "wrapfs"
+ "wvfs"
+ "xenfs"
"xenix"
"xfs"
+ "zisofs"
"swap"
"auto"
"ignore")