Mercurial > emacs
changeset 3384:55e7bbf78b1a
Use cookie1.el.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 01 Jun 1993 04:28:54 +0000 |
parents | 2b0cf11652b9 |
children | 1ea5ec97ae18 |
files | lisp/play/spook.el lisp/play/yow.el |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/play/spook.el Tue Jun 01 04:26:42 1993 +0000 +++ b/lisp/play/spook.el Tue Jun 01 04:28:54 1993 +0000 @@ -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
--- a/lisp/play/yow.el Tue Jun 01 04:26:42 1993 +0000 +++ b/lisp/play/yow.el Tue Jun 01 04:28:54 1993 +0000 @@ -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.")