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

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

[elpa] externals/inspector 394fb22811 09/39: ...


From: ELPA Syncer
Subject: [elpa] externals/inspector 394fb22811 09/39: ...
Date: Sat, 10 Sep 2022 17:57:47 -0400 (EDT)

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

    ...
---
 tree-inspector.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tree-inspector.el b/tree-inspector.el
index 0cc3350412..16b3b3dcd4 100644
--- a/tree-inspector.el
+++ b/tree-inspector.el
@@ -308,10 +308,10 @@ in a format understood by `kbd'.  Commands a names of 
Lisp functions."
 ;; (tree-inspector-inspect 2)
 ;; (tree-inspector-inspect (list 1 2 3))
 ;; (tree-inspector-inspect (list 1 2 3 (list "lala" "sf")))
-(tree-inspector-inspect (let ((tab (make-hash-table)))
-                          (puthash 'a 22 tab)
-                          (puthash 'b 44 tab)
-                          tab))
+;; (tree-inspector-inspect (let ((tab (make-hash-table)))
+;;                           (puthash 'a 22 tab)
+;;                           (puthash 'b 44 tab)
+;;                           tab))
 ;; (tree-inspector-inspect '((a . 22) (b . "lala")))
 ;; (tree-inspector-inspect [1 2 3 4 5 6 6 7 7 7 8 8 8 8 9 9])
 



reply via email to

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