summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Fidler <matthew.fidler@gmail.com>2023-01-09 12:43:42 -0600
committerMatthew Fidler <matthew.fidler@gmail.com>2023-01-09 12:43:42 -0600
commitf023a40a416fa2cb872320d40aa06766151288ed (patch)
treea9d8a2ee2cde774e2a61a052bc3c03c9c6a3df93
parent5625b4fa8fa913722874bb46686a6a0426d445d9 (diff)
Remove arg
-rw-r--r--ergoemacs-cua.el2
1 files changed, 1 insertions, 1 deletions
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)