Open Wilfred opened 7 years ago
Given this:
;; Inputs (one per line): (list 'abc :foo 'def) :foo ;; Desired output: 'def
It would be nice to suggest (plist-get (cdr (list 'abc :foo 'def)) :foo). This requires passing :foo later.
(plist-get (cdr (list 'abc :foo 'def)) :foo)
:foo
Given this:
It would be nice to suggest
(plist-get (cdr (list 'abc :foo 'def)) :foo)
. This requires passing:foo
later.