alistomatic added by DerGuteMoritz on Fri Jun 17 13:30:24 2011

(define (call-with-alist-ref key alist proc #!optional default (test eq?))
  (alist-update! key (proc (alist-ref key alist test default)) alist test))