Variable: end-of-defun-moves-to-eol
end-of-defun-moves-to-eol is a variable defined in lisp.el.gz.
Value
t
Documentation
Whether end-of-defun moves to eol before doing anything else.
Set this to nil if this movement adversely affects the buffer's major mode's decisions about context.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/lisp.el.gz
(defvar end-of-defun-moves-to-eol t
"Whether `end-of-defun' moves to eol before doing anything else.
Set this to nil if this movement adversely affects the buffer's
major mode's decisions about context.")