1
0
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:
Eli Zaretskii 2003-12-29 11:22:19 +00:00
parent 5d26489ff5
commit fbb48945d4
2 changed files with 37 additions and 1 deletions

View File

@ -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)

View File

@ -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