]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/pp.el
(define-minor-mode): Don't automatically add a :require to the defcustom.
[gnu-emacs] / lisp / emacs-lisp / pp.el
index 61d31921e57b8bbba6d17efaf85e47dc2e918f21..93e30fb0f556415629f22a3289ec370abef79deb 100644 (file)
@@ -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))