branch: externals/firefox-javascript-repl
commit aaefd1f8f4e5d60206c53ab368daee812f84889b
Author: Thomas Fitzsimmons <[email protected]>
Commit: Thomas Fitzsimmons <[email protected]>
Add jss URL to commentary
* firefox-javascript-repl.el: Add jss URL to commentary.
---
firefox-javascript-repl.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/firefox-javascript-repl.el b/firefox-javascript-repl.el
index ab4822e8e0..39eceb292a 100644
--- a/firefox-javascript-repl.el
+++ b/firefox-javascript-repl.el
@@ -39,8 +39,8 @@
;; Wouldn't it be great (for other people) to turn this into a full
;; SLIME analog for JavaScript (patches accepted)? I tried `jsSlime'
-;; but its most recent update is ten years old and the Firefox Debug
-;; Protocol has changed too much.
+;; (https://github.com/segv/jss) but its most recent update is ten
+;; years old and the Firefox Debug Protocol has changed too much.
;; The function `fjrepl--extract-result' could do a way better job of
;; getting results but I find it OK for little experiments. If I need