summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/pp.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2004-06-28 23:08:31 +0000
committerJuri Linkov <juri@jurta.org>2004-06-28 23:08:31 +0000
commitc47e847f4dffb3dede677ba3a628e3daf7ace366 (patch)
treebbed442f9498f95ce003c11f4d84cdd72ebc36e7 /lisp/emacs-lisp/pp.el
parentda6eb51ce427cad783259c87fef958e32ab75688 (diff)
downloademacs-c47e847f4dffb3dede677ba3a628e3daf7ace366.tar.gz
(pp-buffer): Add autoload.
Diffstat (limited to 'lisp/emacs-lisp/pp.el')
-rw-r--r--lisp/emacs-lisp/pp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el
index 61d31921e57..93e30fb0f55 100644
--- a/lisp/emacs-lisp/pp.el
+++ b/lisp/emacs-lisp/pp.el
@@ -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))