mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
Fix previous fix.
This commit is contained in:
parent
7a5a264fc2
commit
1fa9b3a675
@ -465,8 +465,8 @@ It uses the free variable `tmm-table-undef' to keep undefined keys."
|
||||
((if (listp (cdr-safe (cdr-safe elt)))
|
||||
(or (keymapp (cdr-safe (cdr-safe elt)))
|
||||
(eq (car (cdr-safe (cdr-safe elt))) 'lambda))
|
||||
(and (symbolp (cdr-safe (cdr-safe elt))
|
||||
(fboundp (cdr-safe (cdr-safe elt))))))
|
||||
(and (symbolp (cdr-safe (cdr-safe elt)))
|
||||
(fboundp (cdr-safe (cdr-safe elt)))))
|
||||
(setq km (cddr elt))
|
||||
(and (stringp (car elt)) (setq str (car elt)))
|
||||
(and str
|
||||
|
Loading…
Reference in New Issue
Block a user