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: Fri, 21 Feb 2003 11:34:59 -0500

Index: emacs/src/keymap.c
diff -c emacs/src/keymap.c:1.273 emacs/src/keymap.c:1.274
*** emacs/src/keymap.c:1.273    Wed Feb 19 11:27:21 2003
--- emacs/src/keymap.c  Fri Feb 21 11:34:59 2003
***************
*** 988,995 ****
      (DEFN should be a valid definition in its own right),
   or a cons (KEYMAP . CHAR), meaning use definition of CHAR in map KEYMAP.
  
! If KEYMAP is a sparse keymap, the pair binding KEY to DEF is added at
! the front of KEYMAP.  */)
       (keymap, key, def)
       Lisp_Object keymap;
       Lisp_Object key;
--- 988,996 ----
      (DEFN should be a valid definition in its own right),
   or a cons (KEYMAP . CHAR), meaning use definition of CHAR in map KEYMAP.
  
! If KEYMAP is a sparse keymap with a binding for KEY, the existing
! binding is altered.  If there is no binding for KEY, the new pair
! binding KEY to DEF is added at the front of KEYMAP.  */)
       (keymap, key, def)
       Lisp_Object keymap;
       Lisp_Object key;




reply via email to

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