diff options
| author | Glenn Morris | 2011-03-30 19:11:34 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-03-30 19:11:34 -0700 |
| commit | cba6e77ef313ae7caa6a3aedc26ee1dd513a570c (patch) | |
| tree | b852010570794acacc748bba9fa6d30e8ea49046 | |
| parent | e4cc2dfc38f987b924adf270b0876b99fadd04f4 (diff) | |
| download | emacs-cba6e77ef313ae7caa6a3aedc26ee1dd513a570c.tar.gz emacs-cba6e77ef313ae7caa6a3aedc26ee1dd513a570c.zip | |
* lisp/generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/generic-x.el | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f20b7a710d9..cb71b40e067 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-03-31 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords. | ||
| 4 | |||
| 1 | 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com> | 5 | 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com> |
| 2 | 6 | ||
| 3 | * progmodes/python.el (python-default-interpreter) | 7 | * progmodes/python.el (python-default-interpreter) |
diff --git a/lisp/generic-x.el b/lisp/generic-x.el index bce03331a29..37819599f62 100644 --- a/lisp/generic-x.el +++ b/lisp/generic-x.el | |||
| @@ -1705,6 +1705,7 @@ like an INI file. You can add this hook to `find-file-hook'." | |||
| 1705 | "efs" | 1705 | "efs" |
| 1706 | "ext2" | 1706 | "ext2" |
| 1707 | "ext3" | 1707 | "ext3" |
| 1708 | "ext4" | ||
| 1708 | "hfs" | 1709 | "hfs" |
| 1709 | "hpfs" | 1710 | "hpfs" |
| 1710 | "iso9660" | 1711 | "iso9660" |
| @@ -1722,6 +1723,7 @@ like an INI file. You can add this hook to `find-file-hook'." | |||
| 1722 | "cifs" | 1723 | "cifs" |
| 1723 | "usbdevfs" | 1724 | "usbdevfs" |
| 1724 | "sysv" | 1725 | "sysv" |
| 1726 | "sysfs" | ||
| 1725 | "tmpfs" | 1727 | "tmpfs" |
| 1726 | "udf" | 1728 | "udf" |
| 1727 | "ufs" | 1729 | "ufs" |