Emacs part 21
■ このスレッドは過去ログ倉庫に格納されています
0122Zeno
2007/02/04(日) 19:58:26訂正:
(unless (and (boundp 'load-this-part-p) load-this-part-p) BODY )
→
(if (and (boundp 'load-this-part-p) load-this-part-p) (progn BODY ))
_________________
If T is consistent then T !|- R_T
If T is consistent then T !|- ¬R_T. -- John B. Rosser
■ このスレッドは過去ログ倉庫に格納されています