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

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

[elpa] master d5b9c43 05/15: Forgot to intialize a couple of vars


From: Rocky Bernstein
Subject: [elpa] master d5b9c43 05/15: Forgot to intialize a couple of vars
Date: Mon, 20 May 2019 07:32:08 -0400 (EDT)

branch: master
commit d5b9c4375efb8348cc11a74a7bc1ebe99ee036e2
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Forgot to intialize a couple of vars
---
 node-inspect/init.el | 3 +++
 1 file changed, 3 insertions(+)

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-")



reply via email to

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