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

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

[elpa] externals/ergoemacs-mode d4e7ffcde3 2/4: Add another fix for dire


From: ELPA Syncer
Subject: [elpa] externals/ergoemacs-mode d4e7ffcde3 2/4: Add another fix for dired test
Date: Mon, 29 Jan 2024 09:57:59 -0500 (EST)

branch: externals/ergoemacs-mode
commit d4e7ffcde3d9ff35b789d6192fe62cb71a1a87d6
Author: Matthew L. Fidler <matthew.fidler@gmail.com>
Commit: Matthew L. Fidler <matthew.fidler@gmail.com>

    Add another fix for dired test
---
 ergoemacs-test.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ergoemacs-test.el b/ergoemacs-test.el
index 51d223cd31..305dc695e4 100644
--- a/ergoemacs-test.el
+++ b/ergoemacs-test.el
@@ -440,7 +440,7 @@ Part of addressing Issue #147."
   (should (equal (key-binding (kbd "s s"))
                  (lookup-key ergoemacs-test--dired-sort-map "s")))
   (should (equal (key-binding (kbd "s ."))
-                 (lookup-key "." ergoemacs-test--dired-sort-map)))
+                 (lookup-key ergoemacs-test--dired-sort-map ".")))
   (should (equal (key-binding (kbd "s t"))
                  (lookup-key ergoemacs-test--dired-sort-map "t")))
   (should (equal (key-binding (kbd "s n"))



reply via email to

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