summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-11-21 21:01:53 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-11-21 21:01:53 +0100
commit86d8d9589370e8786c2cb245dad8527494009ac2 (patch)
tree7cee88add34b97cc12396528263db85490f025b2 /lisp/emacs-lisp
parent5a62c4b49ca1ac45d576f55d266750b7d1d6668a (diff)
parent6c9c45bfabaa06bd604c95e194102143b87f700e (diff)
downloademacs-86d8d9589370e8786c2cb245dad8527494009ac2.tar.gz
emacs-86d8d9589370e8786c2cb245dad8527494009ac2.tar.bz2
emacs-86d8d9589370e8786c2cb245dad8527494009ac2.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/pp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el
index de4cbfc0e10..ca5114eddf9 100644
--- a/lisp/emacs-lisp/pp.el
+++ b/lisp/emacs-lisp/pp.el
@@ -53,6 +53,7 @@ to make output that `read' can handle, whenever this is possible."
;;;###autoload
(defun pp-buffer ()
"Prettify the current buffer with printed representation of a Lisp object."
+ (interactive)
(goto-char (point-min))
(while (not (eobp))
;; (message "%06d" (- (point-max) (point)))