From: Jan Djärv Date: Fri, 2 Apr 2010 15:15:05 +0000 (+0200) Subject: Fix previous fix. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~605^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1fa9b3a6756be8d392a26a332536d9422df87729;p=emacs.git Fix previous fix. --- 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