diff options
Diffstat (limited to 'lisp/emacs-lisp/pp.el')
-rw-r--r-- | lisp/emacs-lisp/pp.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el index 542948c777c..1635aa4bfeb 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-" |