mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Improve error message in ielm on printing errors
* lisp/ielm.el (ielm-eval-input): Don't claim that there's a bug on pp -- it may just be something that nests too far (bug#18012).
This commit is contained in:
parent
239ca285f9
commit
56c98a4ad8
1 changed files with 1 additions and 2 deletions
|
|
@ -440,8 +440,7 @@ nonempty, then flushes the buffer."
|
|||
(concat (buffer-string) aux))))))
|
||||
(error
|
||||
(setq error-type "IELM Error")
|
||||
(setq result (format "Error during pretty-printing (bug in pp): %S"
|
||||
err)))
|
||||
(setq result (format "Error during pretty-printing: %S" err)))
|
||||
(quit (setq error-type "IELM Error")
|
||||
(setq result "Quit during pretty-printing"))))
|
||||
(if error-type
|
||||
|
|
|
|||
Loading…
Reference in a new issue