From: Lars Ingebrigtsen Date: Thu, 21 Nov 2019 13:09:32 +0000 (+0100) Subject: Make pp-buffer into a command X-Git-Tag: emacs-27.0.90~561^2~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc4190b3f4c3b47bb2f5a955236a6d7195d8a748;p=emacs.git Make pp-buffer into a command * lisp/emacs-lisp/pp.el (pp-buffer): Make into a command (bug#38306). --- 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)))