emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/tmm.el,v


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/tmm.el,v
Date: Fri, 13 Apr 2007 03:57:38 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  07/04/13 03:57:38

Index: tmm.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/tmm.el,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- tmm.el      3 Apr 2007 10:09:45 -0000       1.52
+++ tmm.el      13 Apr 2007 03:57:37 -0000      1.53
@@ -547,9 +547,9 @@
          ;; the global list.
          (dolist (minor minorbind)
            (dolist (item (cdr minor))
-             (setq globalbind (assq-delete-all (car item) globalbind))))
+             (setq globalbind (assq-delete-all (car-safe item) globalbind))))
          (dolist (item (cdr localbind))
-           (setq globalbind (assq-delete-all (car item) globalbind)))
+           (setq globalbind (assq-delete-all (car-safe item) globalbind)))
 
          (setq globalbind (cons 'keymap globalbind))
          (setq allbind (cons globalbind (cons localbind minorbind)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]