comparison lisp/emacs-lisp/pp.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents ce2590f06ba0
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49597:e88404e8f2cf 49598:0d8b17d428b5
29 (defgroup pp nil 29 (defgroup pp nil
30 "Pretty printer for Emacs Lisp." 30 "Pretty printer for Emacs Lisp."
31 :prefix "pp-" 31 :prefix "pp-"
32 :group 'lisp) 32 :group 'lisp)
33 33
34 (defcustom pp-escape-newlines t 34 (defcustom pp-escape-newlines t
35 "*Value of `print-escape-newlines' used by pp-* functions." 35 "*Value of `print-escape-newlines' used by pp-* functions."
36 :type 'boolean 36 :type 'boolean
37 :group 'pp) 37 :group 'pp)
38 38
39 ;;;###autoload 39 ;;;###autoload