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

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

[nongnu] elpa/bind-map 99236303f6 84/97: Rename bind-map-for-modes-deriv


From: ELPA Syncer
Subject: [nongnu] elpa/bind-map 99236303f6 84/97: Rename bind-map-for-modes-derived
Date: Thu, 20 Jan 2022 07:59:28 -0500 (EST)

branch: elpa/bind-map
commit 99236303f61842b68892d5a5f16b677ccbc5d909
Author: justbur <justin@burkett.cc>
Commit: justbur <justin@burkett.cc>

    Rename bind-map-for-modes-derived
    
    To bind-map-for-mode-inherit
---
 bind-map.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bind-map.el b/bind-map.el
index ee00fd3571..2a620eb690 100644
--- a/bind-map.el
+++ b/bind-map.el
@@ -375,7 +375,7 @@ mode maps. Set up by bind-map.el." map))
             (plist-get parent-args keyword))))
 
 ;;;###autoload
-(defmacro bind-map-for-modes-derived (map parent &rest args)
+(defmacro bind-map-for-mode-inherit (map parent &rest args)
   "Same as `bind-map' for MAP, except use some arguments from
 PARENT as defaults, which must be another map declared with
 `bind-map'. This is intended to be used with :major-modes



reply via email to

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