ps-put

ps-put is a compiled Lisp function in `ps-print.el'.

(ps-put ALIST-SYM KEY VALUE)

This function is obsolete since 25.1;
use (setf (alist-get ..) ..) instead

Store element (KEY . VALUE) into association list ALIST-SYM.
If KEY already exists in ALIST-SYM, modify cdr to VALUE.
It can be retrieved with `(ps-get ALIST-SYM KEY)'.