* lisp/emacs-lisp/pp.el (pp-28): Fix typo
Reported by Mattias Engdegård <mattias.engdegard@gmail.com>.
This commit is contained in:
parent
98ae14b147
commit
98f7665677
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ Non-interactively can also be called with a single argument, in which
|
|||
case that argument will be inserted pretty-printed at point."
|
||||
(interactive "r")
|
||||
(if (null end) (pp--object beg #'pp-29)
|
||||
(save-restriction beg end
|
||||
(with-restriction beg end
|
||||
(goto-char (point-min))
|
||||
(while (not (eobp))
|
||||
(cond
|
||||
|
|
Loading…
Add table
Reference in a new issue