diff options
| author | Juri Linkov | 2004-06-28 23:08:31 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-06-28 23:08:31 +0000 |
| commit | c47e847f4dffb3dede677ba3a628e3daf7ace366 (patch) | |
| tree | bbed442f9498f95ce003c11f4d84cdd72ebc36e7 | |
| parent | da6eb51ce427cad783259c87fef958e32ab75688 (diff) | |
| download | emacs-c47e847f4dffb3dede677ba3a628e3daf7ace366.tar.gz emacs-c47e847f4dffb3dede677ba3a628e3daf7ace366.zip | |
(pp-buffer): Add autoload.
| -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." | |||
| 54 | (buffer-string)) | 54 | (buffer-string)) |
| 55 | (kill-buffer (current-buffer))))) | 55 | (kill-buffer (current-buffer))))) |
| 56 | 56 | ||
| 57 | ;;;###autoload | ||
| 57 | (defun pp-buffer () | 58 | (defun pp-buffer () |
| 58 | "Prettify the current buffer with printed representation of a Lisp object." | 59 | "Prettify the current buffer with printed representation of a Lisp object." |
| 59 | (goto-char (point-min)) | 60 | (goto-char (point-min)) |