changeset 38876:1daef9a5589e

(earcon-auto-play): Remove unused option.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 20 Aug 2001 10:32:38 +0000
parents 6710276b9747
children 408ff1ad3d3a
files lisp/gnus/earcon.el
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/earcon.el	Mon Aug 20 10:05:27 2001 +0000
+++ b/lisp/gnus/earcon.el	Mon Aug 20 10:32:38 2001 +0000
@@ -1,6 +1,6 @@
 ;;; earcon.el --- sound effects for messages
 
-;; Copyright (C) 1996, 2000 Free Software Foundation
+;; Copyright (C) 1996, 2000, 2001 Free Software Foundation
 
 ;; Author: Steven L. Baur <steve@miranova.com>
 
@@ -37,11 +37,6 @@
   "Turn ** sounds ** into noise."
   :group 'gnus-visual)
 
-(defcustom earcon-auto-play nil
-  "*When True, automatically play sounds as well as buttonize them."
-  :type 'boolean
-  :group 'earcon)
-
 (defcustom earcon-prefix "**"
   "*String denoting the start of an earcon."
   :type 'string