bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: add-to-plist, add-plist-to-plist functions


From: Miles Bader
Subject: Re: add-to-plist, add-plist-to-plist functions
Date: Sun, 28 Apr 2002 23:38:51 GMT

"Karl Chen" <quarl.newsgroup@REMOVE_ME_quarl.org> writes:
> Hi, I wrote these two functions which may be useful to others:

Your terminology is incorrect -- looking at your code, it seems to be
manipulating `alists', not `plists'.

[An alist is a list of cons cells, with the car of each being the key,
and the cdr the value; a plist is a list of alternating keys and values.]

-Miles
-- 
Run away!  Run away!



reply via email to

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