diff options
author | Magnus Henoch <mange@freemail.hu> | 2008-06-01 14:42:21 +0000 |
---|---|---|
committer | Magnus Henoch <mange@freemail.hu> | 2008-06-01 14:42:21 +0000 |
commit | fa68fa593381875942347c54897e7304114a5bbe (patch) | |
tree | decb9d94bc96acc7e5f20230add37b0b8721d186 | |
parent | 29128339b10f86b7bf65e6cdf680cad737b8a585 (diff) | |
download | emacs-fa68fa593381875942347c54897e7304114a5bbe.tar.gz |
Remove obsolete TO DO comment. (It was implemented on 1993-03-27.)
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/play/cookie1.el | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 45e1ea91138..536fc4a54e2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-06-01 Magnus Henoch <mange@freemail.hu> + + * play/cookie1.el: Remove obsolete TO DO comment. (It was + implemented on 1993-03-27.) + 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change) * select.el (x-get-selection): Fix typo. diff --git a/lisp/play/cookie1.el b/lisp/play/cookie1.el index ebef884943e..b0ad99322a2 100644 --- a/lisp/play/cookie1.el +++ b/lisp/play/cookie1.el @@ -51,9 +51,6 @@ ;; has been generalized so that it supports multiple simultaneous ;; cookie databases and fortune files. It is intended to be called ;; from other packages such as yow.el and spook.el. -;; -;; TO DO: teach cookie-snarf to auto-detect ITS PINS or UNIX fortune(6) -;; format and do the right thing. ;;; Code: |