diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/pp.el | 1 |
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." ;;;###autoload (defun pp-buffer () "Prettify the current buffer with printed representation of a Lisp object." + (interactive) (goto-char (point-min)) (while (not (eobp)) ;; (message "%06d" (- (point-max) (point))) |