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

Problems with hash-table-setf and system-functions



Shame on me - the example should look like:

--------------------------------------------------------------------------------
(defvar *v*)

(defun f()
  (setq *v* (make-hash-table))
  (setf (gethash 'list *v*)  #'list))
--------------------------------------------------------------------------------

Anyway, the effect is still the same.

Ulrich

Ulrich Hoffmann                  email: uho@informatik.uni-kiel.dbp.de  
Institut fuer Informatik, Universitaet Kiel        Tel: +49 431 560426 
Preusserstr 1-9, D-2300 Kiel 1, Germany            Fax: +49 431 566143