emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/keyboard.c


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Tue, 16 Jul 2002 11:49:29 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.695 emacs/src/keyboard.c:1.696
*** emacs/src/keyboard.c:1.695  Tue Jul 16 09:42:15 2002
--- emacs/src/keyboard.c        Tue Jul 16 11:49:29 2002
***************
*** 6045,6051 ****
  
    /* Let the symbol A refer to the character A.  */
    if (SYMBOLP (base) && SCHARS (SYMBOL_NAME (base)) == 1)
!     XSETINT (base, SDATA (SYMBOL_NAME (base))[0]);
  
    if (INTEGERP (base))
      {
--- 6045,6051 ----
  
    /* Let the symbol A refer to the character A.  */
    if (SYMBOLP (base) && SCHARS (SYMBOL_NAME (base)) == 1)
!     XSETINT (base, SREF (SYMBOL_NAME (base), 0));
  
    if (INTEGERP (base))
      {



reply via email to

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