mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(etc-modules-conf-generic-mode): A more complete set of keywords.
This commit is contained in:
parent
5d26489ff5
commit
fbb48945d4
@ -1,3 +1,8 @@
|
||||
2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
|
||||
|
||||
* generic-x.el (etc-modules-conf-generic-mode): A more complete
|
||||
set of keywords.
|
||||
|
||||
2003-12-29 Eli Zaretskii <eliz@elta.co.il>
|
||||
|
||||
* international/mule-cmds.el (reset-language-environment)
|
||||
|
@ -1868,7 +1868,38 @@ you must reload generic-x to enable the specified modes."
|
||||
;;List of comment characters
|
||||
(list ?#)
|
||||
;;List of keywords
|
||||
(list "alias" "pre-install" "post-install" "options" "probeall")
|
||||
(list
|
||||
"above"
|
||||
"alias"
|
||||
"below"
|
||||
"define"
|
||||
"depfile"
|
||||
"else"
|
||||
"elseif"
|
||||
"endif"
|
||||
"if"
|
||||
"include"
|
||||
"insmod_opt"
|
||||
"install"
|
||||
"keep"
|
||||
"options"
|
||||
"path"
|
||||
"generic_stringfile"
|
||||
"pcimapfile"
|
||||
"isapnpmapfile"
|
||||
"usbmapfile"
|
||||
"parportmapfile"
|
||||
"ieee1394mapfile"
|
||||
"pnpbiosmapfile"
|
||||
"probe"
|
||||
"probeall"
|
||||
"prune"
|
||||
"post-install"
|
||||
"post-remove"
|
||||
"pre-install"
|
||||
"pre-remove"
|
||||
"remove"
|
||||
"persistdir")
|
||||
;;List of additional font-lock-expressions
|
||||
nil
|
||||
;;List of additional automode-alist expressions
|
||||
|
Loading…
Reference in New Issue
Block a user