mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
Use cookie1.el.
This commit is contained in:
parent
8eb74eecee
commit
269d869ffd
@ -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
|
||||
|
@ -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.")
|
||||
|
Loading…
Reference in New Issue
Block a user