From f023a40a416fa2cb872320d40aa06766151288ed Mon Sep 17 00:00:00 2001 From: Matthew Fidler Date: Mon, 9 Jan 2023 12:43:42 -0600 Subject: Remove arg --- ergoemacs-cua.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ergoemacs-cua.el b/ergoemacs-cua.el index 20cfa16..a0bdf81 100644 --- a/ergoemacs-cua.el +++ b/ergoemacs-cua.el @@ -186,7 +186,7 @@ This override is enabled for active regions before the copy and paste are enable (setq overriding-terminal-local-map nil)) (ergoemacs--select-keymaps))) -(defun ergoemacs-prefix-command-preserve-state (arg) +(defun ergoemacs-prefix-command-preserve-state () "Compatibility layer for `prefix-command-preserve-state'." (if (fboundp 'prefix-command-preserve-state) (prefix-command-preserve-state) -- cgit v1.0