]> code.delx.au - gnu-emacs/commitdiff
(earcon-auto-play): Remove unused option.
authorGerd Moellmann <gerd@gnu.org>
Mon, 20 Aug 2001 10:32:38 +0000 (10:32 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 20 Aug 2001 10:32:38 +0000 (10:32 +0000)
lisp/gnus/earcon.el

index 71ef72aaf1ca858fce5a0db00ff49c6095ac38c6..2b1d9b1dcbc13ddf945b551c19c5c8b74ea60b6f 100644 (file)
@@ -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>
 
   "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