diff options
author | Thierry Volpiatto <thierry.volpiatto@gmail.com> | 2019-11-21 21:01:53 +0100 |
---|---|---|
committer | Thierry Volpiatto <thierry.volpiatto@gmail.com> | 2019-11-21 21:01:53 +0100 |
commit | 86d8d9589370e8786c2cb245dad8527494009ac2 (patch) | |
tree | 7cee88add34b97cc12396528263db85490f025b2 /lisp/emacs-lisp | |
parent | 5a62c4b49ca1ac45d576f55d266750b7d1d6668a (diff) | |
parent | 6c9c45bfabaa06bd604c95e194102143b87f700e (diff) | |
download | emacs-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.el | 1 |
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))) |