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

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

[elpa] externals/ergoemacs-mode 8764713 113/325: Fix more warnings


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 8764713 113/325: Fix more warnings
Date: Sat, 23 Oct 2021 18:48:33 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 8764713b617435a544c30e5a081f19f789bce743
Author: Walter Landry <wlandry@caltech.edu>
Commit: Walter Landry <wlandry@caltech.edu>

    Fix more warnings
---
 ergoemacs-map.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ergoemacs-map.el b/ergoemacs-map.el
index 258fdb0..45551c7 100644
--- a/ergoemacs-map.el
+++ b/ergoemacs-map.el
@@ -375,7 +375,7 @@ done in `ergoemacs-map--alist'."
 (defvar ergoemacs-map-- (make-hash-table :test 'equal))
 (defvar ergoemacs-map--lookup-hash (make-hash-table :test 'equal))
 
-(defun ergoemacs-map--composed-list (lookup-keymap lookup-key only-modify-p 
use-local-unbind-list-p)
+(defun ergoemacs-map--composed-list (lookup-keymap only-modify-p 
use-local-unbind-list-p)
   "Calculate majority of keys for LOOKUP-KEYMAP.
 
 It takes the following arguments:
@@ -809,7 +809,7 @@ UNBIND-LIST is the list of keys that `ergoemacs-mode'."
          (use-local-unbind-list-p (ergoemacs lookup-keymap 
:use-local-unbind-list-p))
          (only-modify-p (ergoemacs lookup-keymap :only-local-modifications-p))
          (lookup-key (ergoemacs-map--lookup-keymap-key lookup-keymap))
-         (composed-list (ergoemacs-map--composed-list lookup-keymap lookup-key 
only-modify-p use-local-unbind-list-p))
+         (composed-list (ergoemacs-map--composed-list lookup-keymap 
only-modify-p use-local-unbind-list-p))
          (ret (nth 2 composed-list))
         (local-unbind-list (nth 1 composed-list))
         (composed-list (nth 0 composed-list))



reply via email to

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