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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Wed, 15 May 2002 18:34:57 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.675 emacs/src/keyboard.c:1.676
*** emacs/src/keyboard.c:1.675  Sat May  4 18:13:53 2002
--- emacs/src/keyboard.c        Wed May 15 18:34:57 2002
***************
*** 7528,7534 ****
      }
  
    /* If we don't have any menus, just read a character normally.  */
!   if (mapno >= nmaps)
      return Qnil;
  
  #ifdef HAVE_MENUS
--- 7528,7534 ----
      }
  
    /* If we don't have any menus, just read a character normally.  */
!   if (!STRINGP (name))
      return Qnil;
  
  #ifdef HAVE_MENUS
***************
*** 7639,7645 ****
      }
  
    /* If we don't have any menus, just read a character normally.  */
!   if (!STRINGP (name));
      return Qnil;
  
    /* Prompt string always starts with map's prompt, and a space.  */
--- 7639,7645 ----
      }
  
    /* If we don't have any menus, just read a character normally.  */
!   if (!STRINGP (name))
      return Qnil;
  
    /* Prompt string always starts with map's prompt, and a space.  */



reply via email to

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