mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit f16c15a8e0120630d182e0484336222240305971 Author: Matthew L. Fidler <[email protected]> Date: Thu Jun 19 06:51:39 2014 -0500 Take out mark-whole-buffer --- ergoemacs-test.el | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ergoemacs-test.el b/ergoemacs-test.el index f9208f8..37b0701 100644 --- a/ergoemacs-test.el +++ b/ergoemacs-test.el @@ -473,7 +473,9 @@ Test next and prior translation." (ergoemacs-handle-ctl-c-or-ctl-x 'both)) (with-temp-buffer (insert ergoemacs-test-lorem-ipsum) - (call-interactively 'mark-whole-buffer) + (push-mark (point)) + (push-mark (point-max) nil t) + (goto-char (point-min)) (with-timeout (0.15 nil) (call-interactively 'ergoemacs-ctl-x)) (setq ret (string= "" (buffer-string))))
