0.pre7.29:
[sbcl.git] / src / code / defsetfs.lisp
index 56b6798..13e2992 100644 (file)
 #-sb-xc-host (defsetf symbol-plist %set-symbol-plist)
 #-sb-xc-host (defsetf nth %setnth)
 #-sb-xc-host (defsetf fill-pointer %set-fill-pointer)
-(defsetf search-list %set-search-list)
 (defsetf sap-ref-8 %set-sap-ref-8)
 (defsetf signed-sap-ref-8 %set-signed-sap-ref-8)
 (defsetf sap-ref-16 %set-sap-ref-16)
   #!+sb-doc
   "Set the handler function for an object set operation.")
 
-;;; from unix.lisp
-(in-package "SB!UNIX")
-(defsetf tty-process-group (&optional fd) (pgrp)
-  #!+sb-doc
-  "Set the tty-process-group for the unix file-descriptor FD to PGRP. If not
-  supplied, FD defaults to /dev/tty."
-  `(%set-tty-process-group ,pgrp ,fd))
-
 ;;; from x86-vm.lisp
 (in-package "SB!VM")
 (defsetf context-register %set-context-register)