Mercurial > hg > xemacs-beta
comparison lisp/prim/files.el @ 167:85ec50267440 r20-3b10
Import from CVS: tag r20-3b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:45:46 +0200 |
parents | 5a88923fcbfe |
children | 15872534500d |
comparison
equal
deleted
inserted
replaced
166:7a77eb660975 | 167:85ec50267440 |
---|---|
1221 ("[Mm]akefile\\(\\.\\|\\'\\)" . makefile-mode) | 1221 ("[Mm]akefile\\(\\.\\|\\'\\)" . makefile-mode) |
1222 ("\\.X\\(defaults\\|environment\\|resources\\|modmap\\)\\'" . xrdb-mode) | 1222 ("\\.X\\(defaults\\|environment\\|resources\\|modmap\\)\\'" . xrdb-mode) |
1223 ("/app-defaults/" . xrdb-mode) | 1223 ("/app-defaults/" . xrdb-mode) |
1224 ("\\.[^/]*wm\\'" . winmgr-mode) | 1224 ("\\.[^/]*wm\\'" . winmgr-mode) |
1225 ("\\.[^/]*wm2?rc" . winmgr-mode) | 1225 ("\\.[^/]*wm2?rc" . winmgr-mode) |
1226 ("\\.[Jj][Pp][Ee]?[Gg]\\'" . image-mode) | |
1227 ("\\.[Pp][Nn][Gg]\\'" . image-mode) | |
1228 ("\\.[Gg][Ii][Ff]\\'" . image-mode) | |
1229 ("\\.xpm\\'" . image-mode) | |
1226 ) | 1230 ) |
1227 "Alist of filename patterns vs. corresponding major mode functions. | 1231 "Alist of filename patterns vs. corresponding major mode functions. |
1228 Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL). | 1232 Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL). |
1229 \(NON-NIL stands for anything that is not nil; the value does not matter.) | 1233 \(NON-NIL stands for anything that is not nil; the value does not matter.) |
1230 Visiting a file whose name matches REGEXP specifies FUNCTION as the | 1234 Visiting a file whose name matches REGEXP specifies FUNCTION as the |