From: Juan Pardillos
Subject: Eliminating a property of a Lisp symbol.
Date: 
Message-ID: <6278687.0205281254.7d373a6e@posting.google.com>
Hi,

is it possible to remove a property from a Lisp symbol (to avoid it appearing
in the result of 'symbol-plist')?. How can I do that?.

Thanks in advance
From: Frode Vatvedt Fjeld
Subject: Re: Eliminating a property of a Lisp symbol.
Date: 
Message-ID: <2hd6vg3s3i.fsf@vserver.cs.uit.no>
·······@eresmas.com (Juan Pardillos) writes:

> is it possible to remove a property from a Lisp symbol (to avoid it
> appearing in the result of 'symbol-plist')?. How can I do that?.

  remprop removes from the property list[2] of symbol a property[1]
  with a property indicator identical to indicator. If there are
  multiple properties[1] with the identical key, remprop only removes
  the first such property. remprop returns false if no such property
  was found, or true if a property was found.

-- 
Frode Vatvedt Fjeld