projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a13c2a
)
Make pp-buffer into a command
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 21 Nov 2019 13:09:32 +0000
(14:09 +0100)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/pp.el
b/lisp/emacs-lisp/pp.el
index de4cbfc0e1086b16341bb490b4325e74b94c5d2b..ca5114eddf9f207cfb2726a76371e2e7150805bb 100644
(file)
--- 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)))