diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-31 13:47:26 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-31 13:47:26 +0000 |
commit | e47a90e571ff699fd2df7b5b5ccb4b745630082d (patch) | |
tree | 53ffeed8f514b7b584e6665d1335210ee75c92e6 /lisp/bs.el | |
parent | cd91462f9d1a731f8446381707e50e6a64017294 (diff) | |
download | emacs-e47a90e571ff699fd2df7b5b5ccb4b745630082d.tar.gz |
(font-lock-verbose): Add defvar.
Diffstat (limited to 'lisp/bs.el')
-rw-r--r-- | lisp/bs.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/bs.el b/lisp/bs.el index 6f5281fc1e2..2e4fc881d9f 100644 --- a/lisp/bs.el +++ b/lisp/bs.el @@ -131,6 +131,8 @@ ;;; Code: +(defvar font-lock-verbose) + ;; ---------------------------------------------------------------------- ;; Globals for customization ;; ---------------------------------------------------------------------- |