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
ec38bb46
Commit
ec38bb46
authored
Aug 30, 2005
by
Juanma Barranquero
Browse files
(font-lock-keyword-face, font-lock-set-defaults, font-lock-string-face):
Add defvars.
parent
482db54b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/progmodes/sql.el
lisp/progmodes/sql.el
+4
-0
No files found.
lisp/progmodes/sql.el
View file @
ec38bb46
...
...
@@ -219,6 +219,10 @@
(
eval-when-compile
;; needed in Emacs 19, 20
(
setq
max-specpdl-size
2000
))
(
defvar
font-lock-keyword-face
)
(
defvar
font-lock-set-defaults
)
(
defvar
font-lock-string-face
)
;;; Allow customization
(
defgroup
SQL
nil
...
...
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