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
4e953aff
Commit
4e953aff
authored
Oct 08, 2000
by
Peter Breton
Browse files
Removed eval-when-compile statements from rul-generic-mode
parent
059cd2e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
21 deletions
+14
-21
lisp/ChangeLog
lisp/ChangeLog
+5
-9
lisp/generic-x.el
lisp/generic-x.el
+9
-12
No files found.
lisp/ChangeLog
View file @
4e953aff
2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
* generic-x.el (rul-generic-mode): Remove eval-when-compile
statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
* international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
...
...
@@ -36,15 +41,6 @@
(browse-url-browser-function): Use it.
Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2000-10-07 Peter Breton <pbreton@ne.mediaone.net>
* net/net-utils.el (nslookup-font-lock-keywords)
(ftp-font-lock-keywords, smbclient-font-lock-keywords): Do not
require font-lock. Doc cleanups throughout (incorporate changes
by Dave Love).
(network-connection-mode-setup): Comment out network-abbrev-table
variable. Incorporate doc cleanups throughout.
2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
* indent.el (tab-always-indent): New var.
...
...
lisp/generic-x.el
View file @
4e953aff
...
...
@@ -1419,24 +1419,21 @@ you must reload generic-x to enable the specified modes."
(
1
font-lock-keyword-face
)
(
2
font-lock-constant-face
nil
t
))
;; system variables
(
eval-when-compile
(
generic-make-keywords-list
installshield-system-variables-list
'font-lock-variable-name-face
"[^_]"
"[^_]"
))
(
generic-make-keywords-list
installshield-system-variables-list
'font-lock-variable-name-face
"[^_]"
"[^_]"
)
;; system functions
(
generic-make-keywords-list
installshield-system-functions-list
'font-lock-function-name-face
"[^_]"
"[^_]"
)
;; type keywords
(
eval-when-compile
(
generic-make-keywords-list
installshield-types-list
'font-lock-type-face
"[^_]"
"[^_]"
))
(
generic-make-keywords-list
installshield-types-list
'font-lock-type-face
"[^_]"
"[^_]"
)
;; function argument constants
(
eval-when-compile
(
generic-make-keywords-list
installshield-funarg-constants-list
'font-lock-variable-name-face
"[^_]"
"[^_]"
))
; is this face the best choice?
(
generic-make-keywords-list
installshield-funarg-constants-list
'font-lock-variable-name-face
"[^_]"
"[^_]"
)
; is this face the best choice?
)
(
list
"\\.[rR][uU][lL]$"
)
(
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