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:38:35 -0500

Index: emacs/src/keymap.c
diff -c emacs/src/keymap.c:1.274 emacs/src/keymap.c:1.275
*** emacs/src/keymap.c:1.274    Fri Feb 21 11:34:59 2003
--- emacs/src/keymap.c  Fri Feb 21 11:38:34 2003
***************
*** 967,973 ****
  /* GC is possible in this function if it autoloads a keymap.  */
  
  DEFUN ("define-key", Fdefine_key, Sdefine_key, 3, 3, 0,
!        doc: /* Args KEYMAP, KEY, DEF.  Define key sequence KEY, in KEYMAP, as 
DEF.
  KEYMAP is a keymap.
  
  KEY is a string or a vector of symbols and characters meaning a
--- 967,973 ----
  /* GC is possible in this function if it autoloads a keymap.  */
  
  DEFUN ("define-key", Fdefine_key, Sdefine_key, 3, 3, 0,
!        doc: /* In KEYMAP, define key sequence KEY as DEF.
  KEYMAP is a keymap.
  
  KEY is a string or a vector of symbols and characters meaning a




reply via email to

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