comparison lisp/play/cookie1.el @ 95460:010f128dcc33

Remove obsolete TO DO comment. (It was implemented on 1993-03-27.)
author Magnus Henoch <mange@freemail.hu>
date Sun, 01 Jun 2008 14:42:21 +0000
parents 949bd6ad1ba4
children a9dc0e7c3f2b
comparison
equal deleted inserted replaced
95459:4884dcac79f8 95460:010f128dcc33
49 ;; 49 ;;
50 ;; This code derives from Steve Strassman's 1987 spook.el package, but 50 ;; This code derives from Steve Strassman's 1987 spook.el package, but
51 ;; has been generalized so that it supports multiple simultaneous 51 ;; has been generalized so that it supports multiple simultaneous
52 ;; cookie databases and fortune files. It is intended to be called 52 ;; cookie databases and fortune files. It is intended to be called
53 ;; from other packages such as yow.el and spook.el. 53 ;; from other packages such as yow.el and spook.el.
54 ;;
55 ;; TO DO: teach cookie-snarf to auto-detect ITS PINS or UNIX fortune(6)
56 ;; format and do the right thing.
57 54
58 ;;; Code: 55 ;;; Code:
59 56
60 ; Randomize the seed in the random number generator. 57 ; Randomize the seed in the random number generator.
61 (random t) 58 (random t)