summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrocky <rocky@gnu.org>2018-07-22 17:41:53 -0400
committerrocky <rocky@gnu.org>2018-07-22 17:41:53 -0400
commitd5b9c4375efb8348cc11a74a7bc1ebe99ee036e2 (patch)
treec666102e46c453abd33fd7775c7e105fa896fe5b
parent8dfcf1c69194d38094f5a402fc83e1cf8831affd (diff)
Forgot to intialize a couple of vars
-rw-r--r--node-inspect/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/node-inspect/init.el b/node-inspect/init.el
index af03788..225c4b7 100644
--- a/node-inspect/init.el
+++ b/node-inspect/init.el
@@ -174,4 +174,7 @@ realgud-loc-pat struct")
(setf (gethash "down" realgud:node-inspect-command-hash) "*not-implemented*")
(setf (gethash "frame" realgud:node-inspect-command-hash) "*not-implemented*")
+(setf (gethash "node-inspect" realgud-command-hash) realgud:node-inspect-command-hash)
+(setf (gethash "node-inpsect" realgud-pat-hash) realgud:node-inspect-pat-hash)
+
(provide-me "realgud:node-inspect-")