diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-01 04:28:54 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-01 04:28:54 +0000 |
commit | 269d869ffd68c76d61661a43846ad3edfbcd4403 (patch) | |
tree | 766760bc34e81d7db24e9e46fb114d916b27d79d /lisp/play/yow.el | |
parent | 8eb74eecee14c8ae97b37d4c57a7a5b7242f2202 (diff) | |
download | emacs-269d869ffd68c76d61661a43846ad3edfbcd4403.tar.gz |
Use cookie1.el.
Diffstat (limited to 'lisp/play/yow.el')
-rw-r--r-- | lisp/play/yow.el | 4 |
1 files changed, 2 insertions, 2 deletions
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.") |