aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/pp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el
index de4cbfc0e10..ca5114eddf9 100644
--- a/lisp/emacs-lisp/pp.el
+++ b/lisp/emacs-lisp/pp.el
@@ -53,6 +53,7 @@ to make output that `read' can handle, whenever this is possible."
53;;;###autoload 53;;;###autoload
54(defun pp-buffer () 54(defun pp-buffer ()
55 "Prettify the current buffer with printed representation of a Lisp object." 55 "Prettify the current buffer with printed representation of a Lisp object."
56 (interactive)
56 (goto-char (point-min)) 57 (goto-char (point-min))
57 (while (not (eobp)) 58 (while (not (eobp))
58 ;; (message "%06d" (- (point-max) (point))) 59 ;; (message "%06d" (- (point-max) (point)))