We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e97e964 + 8a21bb5 commit 91d3a7cCopy full SHA for 91d3a7c
1 file changed
nodejs-repl.el
@@ -453,10 +453,6 @@ when receive the output string"
453
(nodejs-repl-send-region (save-excursion (nodejs-repl--beginning-of-expression))
454
(point)))
455
456
-;;;###autoload
457
-(defun nodejs-repl-send-last-sexp () (interactive)) ;; Dummy definition for autoload
458
-(define-obsolete-function-alias 'nodejs-repl-send-last-sexp 'nodejs-repl-send-last-expression)
459
-
460
;;;###autoload
461
(defun nodejs-repl-switch-to-repl ()
462
"If there is a `nodejs-repl-process' running switch to it,
0 commit comments