[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r99809: Fix previous fix. Parantesis
From: |
Jan D. |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r99809: Fix previous fix. Parantesis misplaced. |
Date: |
Fri, 02 Apr 2010 17:18:25 +0200 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99809 [merge]
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Fri 2010-04-02 17:18:25 +0200
message:
Fix previous fix. Parantesis misplaced.
modified:
lisp/tmm.el
=== modified file 'lisp/tmm.el'
--- a/lisp/tmm.el 2010-04-02 09:44:50 +0000
+++ b/lisp/tmm.el 2010-04-02 15:15:05 +0000
@@ -465,8 +465,8 @@
((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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r99809: Fix previous fix. Parantesis misplaced.,
Jan D. <=