Mercurial > emacs
changeset 56274:25c3950468a9
(pp-buffer): Add autoload.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 28 Jun 2004 23:08:31 +0000 |
parents | 610a9a9c39d0 |
children | c9dc6eff7664 |
files | lisp/emacs-lisp/pp.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/pp.el Mon Jun 28 23:03:06 2004 +0000 +++ b/lisp/emacs-lisp/pp.el Mon Jun 28 23:08:31 2004 +0000 @@ -54,6 +54,7 @@ (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))