]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve error message in ielm on printing errors
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 4 Sep 2021 08:38:50 +0000 (10:38 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 4 Sep 2021 08:38:50 +0000 (10:38 +0200)
* 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).

lisp/ielm.el

index fd8dac74b745e31fd78e8409c7be9af809187d34..39820a893a92f6e1c2976e9a1d7a8ac4fb113a62 100644 (file)
@@ -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