From 1fa9b3a6756be8d392a26a332536d9422df87729 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Fri, 2 Apr 2010 17:15:05 +0200 Subject: [PATCH] Fix previous fix. --- lisp/tmm.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/tmm.el b/lisp/tmm.el index 97f017e2352..e453dbde84b 100644 --- a/lisp/tmm.el +++ b/lisp/tmm.el @@ -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 -- 2.39.5