emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/double.el,v
Date: Wed, 29 Aug 2007 05:28:42 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/08/29 05:28:10

Index: lisp/double.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/double.el,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- lisp/double.el      13 Aug 2007 13:41:00 -0000      1.26
+++ lisp/double.el      29 Aug 2007 05:28:03 -0000      1.27
@@ -145,6 +145,7 @@
   (if enable-flag
       (progn
        ;; Set up key-translation-map as indicated by `double-map'.
+       ;; XXX I don't think key-translation-map should be made local here. -- 
Lorentey
        (kill-local-variable 'key-translation-map)
        (make-local-variable 'key-translation-map)
        (setq key-translation-map (if (keymapp key-translation-map)




reply via email to

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