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

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

[elpa] externals/ergoemacs-mode 80461f6 118/325: Remove debug statements


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 80461f6 118/325: Remove debug statements
Date: Sat, 23 Oct 2021 18:48:34 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 80461f6cc6f7eaddaaa1bee2dc11f9c56d9e01a0
Author: Walter Landry <wlandry@caltech.edu>
Commit: Walter Landry <wlandry@caltech.edu>

    Remove debug statements
---
 ergoemacs-test.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ergoemacs-test.el b/ergoemacs-test.el
index 1ab7e55..fc56462 100644
--- a/ergoemacs-test.el
+++ b/ergoemacs-test.el
@@ -480,9 +480,6 @@ not using cua or cutting line. I think kill-region is what 
is meant."
        (delete-region (point-min) (point-max))
        (insert ergoemacs-test-lorem-ipsum)
        (fundamental-mode)
-       (print "(eq (key-binding (kbd \"M-f\")) 'backward-kill-word)")
-       (print (key-binding (kbd "M-f")))
-       (print (eq (key-binding (kbd "M-f")) 'backward-kill-word))
        (should (or (eq (key-binding (kbd "M-f")) 'backward-kill-word)
                    (eq (key-binding (kbd "M-f")) (command-remapping 
'backward-kill-word (point)))))
        (setq ergoemacs-test-fn nil)



reply via email to

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