From 666b94132b9d785b4ec6f0ecbfa451168134d150 Mon Sep 17 00:00:00 2001 From: Stephen Eglen Date: Sun, 5 Apr 1998 18:26:32 +0000 Subject: Customized. --- lisp/emacs-lisp/pp.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'lisp/emacs-lisp/pp.el') diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el index bdc884ab50..beb79c745a 100644 --- a/lisp/emacs-lisp/pp.el +++ b/lisp/emacs-lisp/pp.el @@ -22,9 +22,15 @@ ;; Boston, MA 02111-1307, USA. ;;; Code: +(defgroup pp nil + "Pretty printer for Emacs Lisp." + :prefix "pp-" + :group 'lisp) -(defvar pp-escape-newlines t - "*Value of print-escape-newlines used by pp-* functions.") +(defcustom pp-escape-newlines t + "*Value of `print-escape-newlines' used by pp-* functions." + :type 'boolean + :group 'pp) (defun pp-to-string (object) "Return a string containing the pretty-printed representation of OBJECT, -- cgit v1.2.3