diff options
author | Juri Linkov <juri@jurta.org> | 2004-06-28 23:08:31 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2004-06-28 23:08:31 +0000 |
commit | c47e847f4dffb3dede677ba3a628e3daf7ace366 (patch) | |
tree | bbed442f9498f95ce003c11f4d84cdd72ebc36e7 /lisp/emacs-lisp/pp.el | |
parent | da6eb51ce427cad783259c87fef958e32ab75688 (diff) | |
download | emacs-c47e847f4dffb3dede677ba3a628e3daf7ace366.tar.gz |
(pp-buffer): Add autoload.
Diffstat (limited to 'lisp/emacs-lisp/pp.el')
-rw-r--r-- | lisp/emacs-lisp/pp.el | 1 |
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)) |