emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/term/mac-win.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/term/mac-win.el,v
Date: Sat, 02 Feb 2008 04:29:19 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/02/02 04:29:19

Index: mac-win.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/term/mac-win.el,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -b -r1.107 -r1.108
--- mac-win.el  1 Feb 2008 16:01:25 -0000       1.107
+++ mac-win.el  2 Feb 2008 04:29:18 -0000       1.108
@@ -2077,7 +2077,7 @@
    ""))
 
 (defun mac-keyboard-translate-char (ch)
-  (if (and (char-valid-p ch)
+  (if (and (characterp ch)
           (or (char-table-p keyboard-translate-table)
               (and (or (stringp keyboard-translate-table)
                        (vectorp keyboard-translate-table))




reply via email to

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