Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b9dccd9e
Commit
b9dccd9e
authored
Oct 04, 2000
by
Peter Breton
Browse files
(rul-generic-mode): Removed one eval-when-compile
which caused a max-specpdl-size exceeded error.
parent
7aeb9d6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
lisp/generic-x.el
lisp/generic-x.el
+3
-4
No files found.
lisp/generic-x.el
View file @
b9dccd9e
...
...
@@ -1424,10 +1424,9 @@ you must reload generic-x to enable the specified modes."
installshield-system-variables-list
'font-lock-variable-name-face
"[^_]"
"[^_]"
))
;; system functions
(
eval-when-compile
(
generic-make-keywords-list
installshield-system-functions-list
'font-lock-function-name-face
"[^_]"
"[^_]"
))
(
generic-make-keywords-list
installshield-system-functions-list
'font-lock-function-name-face
"[^_]"
"[^_]"
)
;; type keywords
(
eval-when-compile
(
generic-make-keywords-list
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment