mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 16:30:46 -08:00
parent
9c5922edbb
commit
51c485f16b
1 changed files with 2 additions and 1 deletions
|
|
@ -1406,7 +1406,8 @@ local bindings coming first. Within these categories order using
|
|||
;; handled in the selection of alist
|
||||
(when (and (consp key-binding) (not (symbolp (car replacement))))
|
||||
(let ((key-regexp (caar replacement))
|
||||
(binding-regexp (cdar replacement)))
|
||||
(binding-regexp (cdar replacement))
|
||||
case-fold-search)
|
||||
(and (or (null key-regexp)
|
||||
(string-match-p key-regexp
|
||||
(car key-binding)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue