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

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

[elpa] externals/ergoemacs-mode f023a40a41 3/4: Remove arg


From: ELPA Syncer
Subject: [elpa] externals/ergoemacs-mode f023a40a41 3/4: Remove arg
Date: Mon, 9 Jan 2023 13:57:51 -0500 (EST)

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

    Remove arg
---
 ergoemacs-cua.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ergoemacs-cua.el b/ergoemacs-cua.el
index 20cfa16591..a0bdf81eba 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)



reply via email to

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