(pp-buffer): Add autoload.
This commit is contained in:
parent
da6eb51ce4
commit
c47e847f4d
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ to make output that `read' can handle, whenever this is possible."
|
|||
(buffer-string))
|
||||
(kill-buffer (current-buffer)))))
|
||||
|
||||
;;;###autoload
|
||||
(defun pp-buffer ()
|
||||
"Prettify the current buffer with printed representation of a Lisp object."
|
||||
(goto-char (point-min))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue