# HG changeset patch # User Lute Kamstra # Date 1113262444 0 # Node ID e51a703b67629431dacf7cfc6518febfe8030938 # Parent ae95ab9b4867d323e6899ecc4b53f8b648aba5ae (rc-generic-mode, rul-generic-mode): Fix auto-mode-alist entries. (etc-fstab-generic-mode): Tweak fontification. diff -r ae95ab9b4867 -r e51a703b6762 lisp/generic-x.el --- a/lisp/generic-x.el Mon Apr 11 23:32:17 2005 +0000 +++ b/lisp/generic-x.el Mon Apr 11 23:34:04 2005 +0000 @@ -876,7 +876,7 @@ '("^#[ \t]*\\(\\sw+\\)\\>[ \t]*\\(\\sw+\\)?" (1 font-lock-constant-face) (2 font-lock-variable-name-face nil t)))) - '("\\.[rR][cC]$") + '("\\.[rR][cC]\\'") nil "Generic mode for MS-Windows Resource files." :group 'generic-x)) @@ -1497,7 +1497,7 @@ (generic-make-keywords-list installshield-funarg-constants-list font-lock-variable-name-face "[^_]" "[^_]"))) ; is this face the best choice? - '("\\.[rR][uU][lL]$") + '("\\.[rR][uU][lL]\\'") '(generic-rul-mode-setup-function) "Generic mode for InstallShield RUL files." :group 'generic-x) @@ -1675,8 +1675,8 @@ "auto" "ignore") '(("^\\([/-A-Za-z0-9_]+\\)\\s-+\\([/-A-Za-z0-9_]+\\)" - (1 font-lock-type-face) - (2 font-lock-variable-name-face))) + (1 font-lock-type-face t) + (2 font-lock-variable-name-face t))) '("/etc/[v]*fstab\\'") (list (function @@ -1758,7 +1758,7 @@ ;; List of additional font-lock-expressions '(("\\([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\\)" 1 font-lock-constant-face) ("^\\([.A-Za-z0-9]+\\)" 1 font-lock-variable-name-face)) - ;; List of additional automode-alist expressions + ;; List of additional auto-mode-alist expressions nil ;; List of set up functions to call nil @@ -1779,7 +1779,7 @@ '("nameserver" "domain" "search" "sortlist" "options") ;; List of additional font-lock-expressions nil - ;; List of additional automode-alist expressions + ;; List of additional auto-mode-alist expressions '("/etc/resolv[e]?.conf\\'") ;; List of set up functions to call nil