* 2008-03-13 Helmut Eller heller@common-lisp.net | * slime.el (slime-region-for-defun-function): Deleted. | (slime-region-for-defun-at-point): Use beginning-of-defun | and not beginning-of-sexp.
This breaks multiple use cases when evaluating s-expressions from lisp file buffers.
`beginning-of-sexp' is the right thing to use here. What motivated you to change this to `beginning-of-defun'?
-- Madhu