From: Juri Linkov Date: Mon, 28 Jun 2004 23:08:31 +0000 (+0000) Subject: (pp-buffer): Add autoload. X-Git-Tag: ttn-vms-21-2-B4~5610 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c47e847f4dffb3dede677ba3a628e3daf7ace366;p=emacs.git (pp-buffer): Add autoload. --- 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))