emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Thu, 28 Mar 2002 19:04:31 -0500

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.305 emacs/src/fns.c:1.306
*** emacs/src/fns.c:1.305       Tue Mar 26 04:19:00 2002
--- emacs/src/fns.c     Thu Mar 28 19:04:30 2002
***************
*** 2032,2038 ****
  DEFUN ("lax-plist-put", Flax_plist_put, Slax_plist_put, 3, 3, 0,
         doc: /* Change value in PLIST of PROP to VAL, comparing with `equal'.
  PLIST is a property list, which is a list of the form
! \(PROP1 VALUE1 PROP2 VALUE2 ...).  PROP is a symbol and VAL is any object.
  If PROP is already a property on the list, its value is set to VAL,
  otherwise the new PROP VAL pair is added.  The new plist is returned;
  use `(setq x (lax-plist-put x prop val))' to be sure to use the new value.
--- 2032,2038 ----
  DEFUN ("lax-plist-put", Flax_plist_put, Slax_plist_put, 3, 3, 0,
         doc: /* Change value in PLIST of PROP to VAL, comparing with `equal'.
  PLIST is a property list, which is a list of the form
! \(PROP1 VALUE1 PROP2 VALUE2 ...).  PROP and VAL are any objects.
  If PROP is already a property on the list, its value is set to VAL,
  otherwise the new PROP VAL pair is added.  The new plist is returned;
  use `(setq x (lax-plist-put x prop val))' to be sure to use the new value.



reply via email to

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