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

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

[elpa] externals/inspector 6be8d779c4 1/3: Adjustment


From: ELPA Syncer
Subject: [elpa] externals/inspector 6be8d779c4 1/3: Adjustment
Date: Fri, 10 Mar 2023 06:58:04 -0500 (EST)

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

    Adjustment
---
 inspector.el | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/inspector.el b/inspector.el
index 7daa14e90d..a4666578d5 100644
--- a/inspector.el
+++ b/inspector.el
@@ -206,10 +206,9 @@ The target width is given by the `pp-max-width' variable."
 
 (defun inspector--insert-horizontal-line (&rest width)
   "Insert an horizontal line with width WIDTH."
-  (with-silent-modifications
-    (insert (propertize " "
-                        'display '(space :align-to right-fringe)
-                        'face '(:strike-through t)))))
+  (insert (propertize " "
+                      'display '(space :align-to right-fringe)
+                      'face '(:strike-through t))))
 
 (defun inspector--insert-label (label)
   "Show a LABEL in inspector buffer."



reply via email to

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