diff options
| author | Richard M. Stallman | 1993-06-01 04:28:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-01 04:28:54 +0000 |
| commit | 269d869ffd68c76d61661a43846ad3edfbcd4403 (patch) | |
| tree | 766760bc34e81d7db24e9e46fb114d916b27d79d | |
| parent | 8eb74eecee14c8ae97b37d4c57a7a5b7242f2202 (diff) | |
| download | emacs-269d869ffd68c76d61661a43846ad3edfbcd4403.tar.gz emacs-269d869ffd68c76d61661a43846ad3edfbcd4403.zip | |
Use cookie1.el.
| -rw-r--r-- | lisp/play/spook.el | 4 | ||||
| -rw-r--r-- | lisp/play/yow.el | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lisp/play/spook.el b/lisp/play/spook.el index 1b4bce46a8b..7c4b6d6c3d5 100644 --- a/lisp/play/spook.el +++ b/lisp/play/spook.el | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | ;;; Code: | 37 | ;;; Code: |
| 38 | 38 | ||
| 39 | (require 'cookie) | 39 | (require 'cookie1) |
| 40 | 40 | ||
| 41 | ; Variables | 41 | ; Variables |
| 42 | (defvar spook-phrases-file (concat data-directory "spook.lines") | 42 | (defvar spook-phrases-file (concat data-directory "spook.lines") |
| @@ -56,6 +56,6 @@ | |||
| 56 | "Checking authorization...Approved")) | 56 | "Checking authorization...Approved")) |
| 57 | 57 | ||
| 58 | ;; Note: the implementation that used to take up most of this file has | 58 | ;; Note: the implementation that used to take up most of this file has |
| 59 | ;; been cleaned up and generalized and now resides in cookie.el. | 59 | ;; been cleaned up and generalized and now resides in cookie1.el. |
| 60 | 60 | ||
| 61 | ;;; spook.el ends here | 61 | ;;; spook.el ends here |
diff --git a/lisp/play/yow.el b/lisp/play/yow.el index 94713ceac2d..f056ec5c6bf 100644 --- a/lisp/play/yow.el +++ b/lisp/play/yow.el | |||
| @@ -25,13 +25,13 @@ | |||
| 25 | 25 | ||
| 26 | ;; Important pinheaddery for GNU Emacs. | 26 | ;; Important pinheaddery for GNU Emacs. |
| 27 | ;; | 27 | ;; |
| 28 | ;; See cookie.el for implementation. Note --- the `n' argument of yow | 28 | ;; See cookie1.el for implementation. Note --- the `n' argument of yow |
| 29 | ;; from the 18.xx implementation is no longer; we only support *random* | 29 | ;; from the 18.xx implementation is no longer; we only support *random* |
| 30 | ;; random access now. | 30 | ;; random access now. |
| 31 | 31 | ||
| 32 | ;;; Code: | 32 | ;;; Code: |
| 33 | 33 | ||
| 34 | (require 'cookie) | 34 | (require 'cookie1) |
| 35 | 35 | ||
| 36 | (defvar yow-file (concat data-directory "yow.lines") | 36 | (defvar yow-file (concat data-directory "yow.lines") |
| 37 | "Pertinent pinhead phrases.") | 37 | "Pertinent pinhead phrases.") |