mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(font-lock-comment-face, font-lock-set-defaults, font-lock-string-face):
Add defvars.
This commit is contained in:
parent
4e186ad5f3
commit
482db54b59
1 changed files with 3 additions and 0 deletions
|
|
@ -199,6 +199,9 @@
|
|||
(require 'comint))
|
||||
(require 'executable)
|
||||
|
||||
(defvar font-lock-comment-face)
|
||||
(defvar font-lock-set-defaults)
|
||||
(defvar font-lock-string-face)
|
||||
|
||||
|
||||
(defgroup sh nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue