aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/generic-x.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/generic-x.el b/lisp/generic-x.el
index 807d4a17144..ccb441b61d0 100644
--- a/lisp/generic-x.el
+++ b/lisp/generic-x.el
@@ -1424,10 +1424,9 @@ you must reload generic-x to enable the specified modes."
1424 installshield-system-variables-list 1424 installshield-system-variables-list
1425 'font-lock-variable-name-face "[^_]" "[^_]")) 1425 'font-lock-variable-name-face "[^_]" "[^_]"))
1426 ;; system functions 1426 ;; system functions
1427 (eval-when-compile 1427 (generic-make-keywords-list
1428 (generic-make-keywords-list 1428 installshield-system-functions-list
1429 installshield-system-functions-list 1429 'font-lock-function-name-face "[^_]" "[^_]")
1430 'font-lock-function-name-face "[^_]" "[^_]"))
1431 ;; type keywords 1430 ;; type keywords
1432 (eval-when-compile 1431 (eval-when-compile
1433 (generic-make-keywords-list 1432 (generic-make-keywords-list