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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c
Date: Sat, 31 Jul 2004 12:06:41 -0400

Index: emacs/src/keymap.c
diff -c emacs/src/keymap.c:1.290 emacs/src/keymap.c:1.291
*** emacs/src/keymap.c:1.290    Wed Jun 23 17:03:50 2004
--- emacs/src/keymap.c  Sat Jul 31 16:03:08 2004
***************
*** 342,347 ****
--- 342,348 ----
  
  DEFUN ("set-keymap-parent", Fset_keymap_parent, Sset_keymap_parent, 2, 2, 0,
         doc: /* Modify KEYMAP to set its parent map to PARENT.
+ Return PARENT.
  PARENT should be nil or another keymap.  */)
       (keymap, parent)
       Lisp_Object keymap, parent;
***************
*** 1686,1692 ****
  its value instead of as COMMAND's value; but COMMAND is still defined
  as a function.
  The third optional argument NAME, if given, supplies a menu name
! string for the map.  This is required to use the keymap as a menu.  */)
       (command, mapvar, name)
       Lisp_Object command, mapvar, name;
  {
--- 1687,1694 ----
  its value instead of as COMMAND's value; but COMMAND is still defined
  as a function.
  The third optional argument NAME, if given, supplies a menu name
! string for the map.  This is required to use the keymap as a menu.
! This function returns COMMAND.  */)
       (command, mapvar, name)
       Lisp_Object command, mapvar, name;
  {




reply via email to

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