Skip to content

Commit 7d387dd

Browse files
committed
Remove obsolete cider-eval-buffer command
It's superseded by an alias to cider-load-buffer.
1 parent 34273f4 commit 7d387dd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cider-interaction.el

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,11 +1643,6 @@ the printed result, and defaults to `fill-column'."
16431643
(let ((code (buffer-substring-no-properties start end)))
16441644
(cider-interactive-source-tracking-eval code start)))
16451645

1646-
(defun cider-eval-buffer ()
1647-
"Evaluate the current buffer."
1648-
(interactive)
1649-
(cider-eval-region (point-min) (point-max)))
1650-
16511646
(defun cider-eval-last-sexp (&optional prefix)
16521647
"Evaluate the expression preceding point.
16531648
If invoked with a PREFIX argument, print the result in the current buffer."

0 commit comments

Comments
 (0)