diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-01-28 15:08:51 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-01-28 18:24:45 +0100 |
commit | 80d964ec8b64a1c604c99aa51ecdbd813d739a90 (patch) | |
tree | d69a37bd4cdffc9a5548eeefb4ed89c609aaad9b /lisp/generic-x.el | |
parent | 6c601689a40079dd6c253f15a690a3c0cf6918df (diff) | |
download | emacs-80d964ec8b64a1c604c99aa51ecdbd813d739a90.tar.gz emacs-80d964ec8b64a1c604c99aa51ecdbd813d739a90.tar.bz2 emacs-80d964ec8b64a1c604c99aa51ecdbd813d739a90.zip |
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/generic-x.el')
-rw-r--r-- | lisp/generic-x.el | 69 |
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") |