branch: externals/inspector commit 394fb22811ee5b411fa310c98880a08658ce667f Author: Mariano Montone <marianomont...@gmail.com> Commit: Mariano Montone <marianomont...@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])