emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el,v
Date: Sun, 28 Sep 2008 08:43:19 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/09/28 08:43:19

Index: subr.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/subr.el,v
retrieving revision 1.607
retrieving revision 1.608
diff -u -b -r1.607 -r1.608
--- subr.el     23 Sep 2008 17:26:43 -0000      1.607
+++ subr.el     28 Sep 2008 08:43:18 -0000      1.608
@@ -1742,7 +1742,7 @@
       ;; bound to some prefix in function-key-map or key-translation-map.
       (setq translated
            (if (integerp char)
-               (char-resolve-modifers char)
+               (char-resolve-modifiers char)
              char))
       (let ((translation (lookup-key local-function-key-map (vector char))))
        (if (arrayp translation)




reply via email to

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