From c47e847f4dffb3dede677ba3a628e3daf7ace366 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 28 Jun 2004 23:08:31 +0000 Subject: (pp-buffer): Add autoload. --- lisp/emacs-lisp/pp.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/emacs-lisp/pp.el') diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el index 61d31921e5..93e30fb0f5 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)) -- cgit v1.2.3