mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
This commit is contained in:
parent
e4cc2dfc38
commit
cba6e77ef3
2 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue