emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 453ada0 2/2: Use lexical-binding in spook.el


From: Stefan Kangas
Subject: master 453ada0 2/2: Use lexical-binding in spook.el
Date: Sun, 26 Apr 2020 05:04:43 -0400 (EDT)

branch: master
commit 453ada0309ded5e13169bbae7b2c12f237b73fd6
Author: Stefan Kangas <address@hidden>
Commit: Stefan Kangas <address@hidden>

    Use lexical-binding in spook.el
    
    * lisp/play/spook.el: Use lexical-binding.
    (spook-phrases-file, spook-phrase-default-count): Remove redundant
    :group args.
---
 lisp/play/spook.el | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/lisp/play/spook.el b/lisp/play/spook.el
index 8e69cd9..ed91dad 100644
--- a/lisp/play/spook.el
+++ b/lisp/play/spook.el
@@ -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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]