]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
authorGlenn Morris <rgm@gnu.org>
Thu, 31 Mar 2011 02:11:34 +0000 (19:11 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 31 Mar 2011 02:11:34 +0000 (19:11 -0700)
lisp/ChangeLog
lisp/generic-x.el

index f20b7a710d9dab6a6e56ef4e4f77e679d985d888..cb71b40e0675926a778b7a3019c788261b50a266 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-31  Glenn Morris  <rgm@gnu.org>
+
+       * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
+
 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
 
        * progmodes/python.el (python-default-interpreter)
index bce03331a2995adce7be34a7093c7df1e04649f4..37819599f62a6316d8b4e5be653274ebee669e39 100644 (file)
@@ -1705,6 +1705,7 @@ like an INI file.  You can add this hook to `find-file-hook'."
     "efs"
     "ext2"
     "ext3"
+    "ext4"
     "hfs"
     "hpfs"
     "iso9660"
@@ -1722,6 +1723,7 @@ like an INI file.  You can add this hook to `find-file-hook'."
     "cifs"
     "usbdevfs"
     "sysv"
+    "sysfs"
     "tmpfs"
     "udf"
     "ufs"