emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kai Großjohann
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c
Date: Wed, 19 Feb 2003 11:27:21 -0500

Index: emacs/src/keymap.c
diff -c emacs/src/keymap.c:1.272 emacs/src/keymap.c:1.273
*** emacs/src/keymap.c:1.272    Wed Feb 12 18:13:42 2003
--- emacs/src/keymap.c  Wed Feb 19 11:27:21 2003
***************
*** 974,980 ****
  sequence of keystrokes and events.  Non-ASCII characters with codes
  above 127 (such as ISO Latin-1) can be included if you use a vector.
  Using [t] for KEY creates a default definition, which applies to any
! event type that has no other definition in thus keymap.
  
  DEF is anything that can be a key's definition:
   nil (means key is undefined in this keymap),
--- 974,980 ----
  sequence of keystrokes and events.  Non-ASCII characters with codes
  above 127 (such as ISO Latin-1) can be included if you use a vector.
  Using [t] for KEY creates a default definition, which applies to any
! event type that has no other definition in this keymap.
  
  DEF is anything that can be a key's definition:
   nil (means key is undefined in this keymap),




reply via email to

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