emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 159/287: Take out mark-whole-buffer


From: Matthew Fidler
Subject: [elpa] 159/287: Take out mark-whole-buffer
Date: Wed, 02 Jul 2014 14:45:35 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit f16c15a8e0120630d182e0484336222240305971
Author: Matthew L. Fidler <address@hidden>
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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]