emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/inspector 164e2c7ae5 3/3: Adjustment in truncation


From: ELPA Syncer
Subject: [elpa] externals/inspector 164e2c7ae5 3/3: Adjustment in truncation
Date: Fri, 10 Mar 2023 06:58:04 -0500 (EST)

branch: externals/inspector
commit 164e2c7ae5d73546dd3fb61c327651d1089f3ec9
Author: Mariano Montone <marianomontone@gmail.com>
Commit: Mariano Montone <marianomontone@gmail.com>

    Adjustment in truncation
---
 inspector.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inspector.el b/inspector.el
index 393a7b62da..6827638c30 100644
--- a/inspector.el
+++ b/inspector.el
@@ -229,7 +229,7 @@ The target width is given by the `pp-max-width' variable."
 (defun inspector--print-truncated (object &optional limit)
   "Print OBJECT to a string, truncated.
 LIMIT controls the truncation."
-  (setq limit (or limit inspector-end-column))
+  (setq limit (or limit 500))
   (with-temp-buffer
     (insert (cl-print-to-string-with-limit #'cl-prin1 object limit))
     ;; Add a unique inspector-form property.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]