Use cookie1.el.

This commit is contained in:
Richard M. Stallman 1993-06-01 04:28:54 +00:00
parent 8eb74eecee
commit 269d869ffd
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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.")