aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2021-01-28 15:08:51 +0100
committerStefan Kangas2021-01-28 18:24:45 +0100
commit80d964ec8b64a1c604c99aa51ecdbd813d739a90 (patch)
treed69a37bd4cdffc9a5548eeefb4ed89c609aaad9b
parent6c601689a40079dd6c253f15a690a3c0cf6918df (diff)
downloademacs-80d964ec8b64a1c604c99aa51ecdbd813d739a90.tar.gz
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.
-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'."
1490(define-generic-mode etc-fstab-generic-mode 1490(define-generic-mode etc-fstab-generic-mode
1491 '(?#) 1491 '(?#)
1492 '("adfs" 1492 '("adfs"
1493 "ados"
1493 "affs" 1494 "affs"
1495 "anon_inodefs"
1496 "atfs"
1497 "audiofs"
1494 "autofs" 1498 "autofs"
1499 "bdev"
1500 "befs"
1501 "bfs"
1502 "binfmt_misc"
1503 "btrfs"
1504 "cd9660"
1505 "cfs"
1506 "cgroup"
1507 "cifs"
1495 "coda" 1508 "coda"
1496 "coherent" 1509 "coherent"
1510 "configfs"
1511 "cpuset"
1497 "cramfs" 1512 "cramfs"
1513 "devfs"
1498 "devpts" 1514 "devpts"
1515 "devtmpfs"
1516 "e2compr"
1499 "efs" 1517 "efs"
1500 "ext2" 1518 "ext2"
1519 "ext2fs"
1501 "ext3" 1520 "ext3"
1502 "ext4" 1521 "ext4"
1522 "fdesc"
1523 "ffs"
1524 "filecore"
1525 "fuse"
1526 "fuseblk"
1527 "fusectl"
1503 "hfs" 1528 "hfs"
1504 "hpfs" 1529 "hpfs"
1530 "hugetlbfs"
1505 "iso9660" 1531 "iso9660"
1532 "jffs"
1533 "jffs2"
1506 "jfs" 1534 "jfs"
1535 "kernfs"
1536 "lfs"
1537 "linprocfs"
1538 "mfs"
1507 "minix" 1539 "minix"
1540 "mqueue"
1508 "msdos" 1541 "msdos"
1509 "ncpfs" 1542 "ncpfs"
1510 "nfs" 1543 "nfs"
1544 "nfsd"
1545 "nilfs2"
1546 "none"
1511 "ntfs" 1547 "ntfs"
1548 "null"
1549 "nwfs"
1550 "overlay"
1551 "ovlfs"
1552 "pipefs"
1553 "portal"
1512 "proc" 1554 "proc"
1555 "procfs"
1556 "pstore"
1557 "ptyfs"
1513 "qnx4" 1558 "qnx4"
1559 "ramfs"
1514 "reiserfs" 1560 "reiserfs"
1515 "romfs" 1561 "romfs"
1562 "securityfs"
1563 "shm"
1516 "smbfs" 1564 "smbfs"
1517 "cifs" 1565 "sockfs"
1518 "usbdevfs" 1566 "squashfs"
1519 "sysv" 1567 "sshfs"
1568 "std"
1569 "subfs"
1520 "sysfs" 1570 "sysfs"
1571 "sysv"
1572 "tcfs"
1521 "tmpfs" 1573 "tmpfs"
1522 "udf" 1574 "udf"
1523 "ufs" 1575 "ufs"
1576 "umap"
1524 "umsdos" 1577 "umsdos"
1578 "union"
1579 "usbdevfs"
1580 "usbfs"
1581 "userfs"
1525 "vfat" 1582 "vfat"
1583 "vs3fs"
1584 "vxfs"
1585 "wrapfs"
1586 "wvfs"
1587 "xenfs"
1526 "xenix" 1588 "xenix"
1527 "xfs" 1589 "xfs"
1590 "zisofs"
1528 "swap" 1591 "swap"
1529 "auto" 1592 "auto"
1530 "ignore") 1593 "ignore")