From 269d869ffd68c76d61661a43846ad3edfbcd4403 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 1 Jun 1993 04:28:54 +0000 Subject: [PATCH] Use cookie1.el. --- lisp/play/spook.el | 4 ++-- 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 @@ ;;; Code: -(require 'cookie) +(require 'cookie1) ; Variables (defvar spook-phrases-file (concat data-directory "spook.lines") @@ -56,6 +56,6 @@ "Checking authorization...Approved")) ;; Note: the implementation that used to take up most of this file has -;; been cleaned up and generalized and now resides in cookie.el. +;; been cleaned up and generalized and now resides in cookie1.el. ;;; 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 @@ ;; Important pinheaddery for GNU Emacs. ;; -;; See cookie.el for implementation. Note --- the `n' argument of yow +;; See cookie1.el for implementation. Note --- the `n' argument of yow ;; from the 18.xx implementation is no longer; we only support *random* ;; random access now. ;;; Code: -(require 'cookie) +(require 'cookie1) (defvar yow-file (concat data-directory "yow.lines") "Pertinent pinhead phrases.")