]> git.eshelyaron.com Git - emacs.git/commitdiff
Use lexical-binding in spook.el
authorStefan Kangas <stefankangas@gmail.com>
Sun, 26 Apr 2020 07:19:46 +0000 (09:19 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 26 Apr 2020 09:03:13 +0000 (11:03 +0200)
* lisp/play/spook.el: Use lexical-binding.
(spook-phrases-file, spook-phrase-default-count): Remove redundant
:group args.

lisp/play/spook.el

index 8e69cd971bb95c8ad23b1bab42c954ff44170a5b..ed91dadcbca6c65338fd16a1cb591f01c108a521 100644 (file)
@@ -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.
 
 
 (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 ()