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

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

[elpa] master 8c8f9f1 093/215: Not sure why this initialization was ther


From: Rocky Bernstein
Subject: [elpa] master 8c8f9f1 093/215: Not sure why this initialization was there, but it is syntactically
Date: Sat, 30 Jul 2016 14:48:56 +0000 (UTC)

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

    Not sure why this initialization was there, but it is syntactically
    wrong anyway.
---
 realgud/debugger/kshdb/init.el |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/realgud/debugger/kshdb/init.el b/realgud/debugger/kshdb/init.el
index ff5c9d0..296372b 100644
--- a/realgud/debugger/kshdb/init.el
+++ b/realgud/debugger/kshdb/init.el
@@ -103,11 +103,10 @@ realgud-loc-pat struct")
 (setf (gethash "kshdb" realgud-pat-hash) realgud:kshdb-pat-hash)
 
 (defvar realgud:kshdb-command-hash (make-hash-table :test 'equal)
-  "Hash key is command name like 'quit' and the value is
+  "hash key is command name like 'quit' and the value is
   the trepan command to use, like 'quit!'")
 
 ;; (setf (gethash "quit" realgud:kshdb-command-hash) "quit!")
-(setf (gethash "kshdb" realgud-command-hash realgud:kshdb-command-hash))
 
 (setf (gethash "kshdb" realgud-pat-hash) realgud:kshdb-pat-hash)
 (setf (gethash "clear" realgud:kshdb-command-hash) "clear %l")



reply via email to

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