aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-08-29 10:44:49 +0000
committerJuanma Barranquero <[email protected]>2005-08-29 10:44:49 +0000
commitf96b52a36b375849c63f681bf98bad824ecc7cd4 (patch)
treef957bfea21b50e2895e38fb752e2931eba9cf7df
parenta1f008c22f79ade656d98eaa73e55628ac35d6d6 (diff)
(font-lock-verbose): Add defvar.
-rw-r--r--lisp/emacs-lisp/pp.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el
index 542948c777..1635aa4bfe 100644
--- a/lisp/emacs-lisp/pp.el
+++ b/lisp/emacs-lisp/pp.el
@@ -27,6 +27,8 @@
;;; Code:
+(defvar font-lock-verbose)
+
(defgroup pp nil
"Pretty printer for Emacs Lisp."
:prefix "pp-"