diff options
| -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)) |