mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit cb7cf80ec752c203bf81d65ea62bc0bbfe7eadc4 Author: Matthew L. Fidler <[email protected]> Date: Thu Jun 26 14:16:42 2014 -0500 Change the default option back --- ergoemacs-functions.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el index 250ed57..26cb157 100644 --- a/ergoemacs-functions.el +++ b/ergoemacs-functions.el @@ -444,7 +444,7 @@ See: `ergoemacs-forward-block'" :type 'boolean :group 'ergoemacs-mode) ; -(defcustom ergoemacs-end-of-comment-line nil +(defcustom ergoemacs-end-of-comment-line t "When non-nil, treat comments different for beginning/end of line. When non-nil `ergoemacs-end-of-line-or-what', the end of the line is the end of the code line first, then the end of the code + comment. @@ -659,7 +659,7 @@ the prefix arguments of `beginning-of-buffer', 'font-lock-comment-face)) (goto-char (max (point-at-bol) (previous-single-property-change (point) 'face (current-buffer) (point-at-bol)))) (skip-syntax-backward " " (point-at-bol)) - (push (point) pts)))))) ;; Test + (push (point) pts)))))) (cond ((not pts) (call-interactively 'move-beginning-of-line))
