Use lexical-binding in spook.el
* lisp/play/spook.el: Use lexical-binding. (spook-phrases-file, spook-phrase-default-count): Remove redundant :group args.
This commit is contained in:
parent
5e4fc5b69b
commit
453ada0309
1 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
;;; spook.el --- spook phrase utility for overloading the NSA line eater
|
||||
;;; spook.el --- spook phrase utility for overloading the NSA line eater -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1988, 1993, 2001-2020 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -45,13 +45,11 @@
|
|||
|
||||
(defcustom spook-phrases-file (expand-file-name "spook.lines" data-directory)
|
||||
"Keep your favorite phrases here."
|
||||
:type 'file
|
||||
:group 'spook)
|
||||
:type 'file)
|
||||
|
||||
(defcustom spook-phrase-default-count 15
|
||||
"Default number of phrases to insert."
|
||||
:type 'integer
|
||||
:group 'spook)
|
||||
:type 'integer)
|
||||
|
||||
;;;###autoload
|
||||
(defun spook ()
|
||||
|
|
Loading…
Add table
Reference in a new issue