1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

(earcon-auto-play): Remove unused option.

This commit is contained in:
Gerd Moellmann 2001-08-20 10:32:38 +00:00
parent 9b96c57db8
commit cd3f709e83

View 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>
@ -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