]> git.eshelyaron.com Git - emacs.git/commitdiff
(pp-buffer): Add autoload.
authorJuri Linkov <juri@jurta.org>
Mon, 28 Jun 2004 23:08:31 +0000 (23:08 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 28 Jun 2004 23:08:31 +0000 (23:08 +0000)
lisp/emacs-lisp/pp.el

index 61d31921e57b8bbba6d17efaf85e47dc2e918f21..93e30fb0f556415629f22a3289ec370abef79deb 100644 (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))