]> git.eshelyaron.com Git - emacs.git/commitdiff
Make pp-buffer into a command
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 21 Nov 2019 13:09:32 +0000 (14:09 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 21 Nov 2019 13:09:32 +0000 (14:09 +0100)
* lisp/emacs-lisp/pp.el (pp-buffer): Make into a command (bug#38306).

lisp/emacs-lisp/pp.el

index de4cbfc0e1086b16341bb490b4325e74b94c5d2b..ca5114eddf9f207cfb2726a76371e2e7150805bb 100644 (file)
@@ -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)))