diff options
Diffstat (limited to 'tests/test-pearl-keymap.el')
| -rw-r--r-- | tests/test-pearl-keymap.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-pearl-keymap.el b/tests/test-pearl-keymap.el index a02dd47..89fe349 100644 --- a/tests/test-pearl-keymap.el +++ b/tests/test-pearl-keymap.el @@ -75,6 +75,8 @@ The lowercase `c' is no longer a direct command -- it is the create prefix." (should (eq 'pearl-run-local-view (lookup-key pearl-prefix-map (kbd "f l")))) (should (eq 'pearl-publish-local-view (lookup-key pearl-prefix-map (kbd "f u")))) + (should (eq 'pearl-save-linear-view-locally + (lookup-key pearl-prefix-map (kbd "f d")))) (should (eq 'pearl-publish-current-view (lookup-key pearl-prefix-map (kbd "f P"))))) |
