1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

(pp-buffer): Add autoload.

This commit is contained in:
Juri Linkov 2004-06-28 23:08:31 +00:00
parent da6eb51ce4
commit c47e847f4d

View File

@ -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))