Skip to content

Commit 91d3a7c

Browse files
authored
Merge pull request #22 from abicky/feature/remove-deprecated-function
Remove nodejs-repl-send-last-sexp
2 parents e97e964 + 8a21bb5 commit 91d3a7c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

nodejs-repl.el

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,6 @@ when receive the output string"
453453
(nodejs-repl-send-region (save-excursion (nodejs-repl--beginning-of-expression))
454454
(point)))
455455

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-
460456
;;;###autoload
461457
(defun nodejs-repl-switch-to-repl ()
462458
"If there is a `nodejs-repl-process' running switch to it,

0 commit comments

Comments
 (0)