1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

Make `ring-bell-function' customizable.

* lisp/cus-start.el (all): Make `ring-bell-function' customizable.
This commit is contained in:
Daniel Colascione 2015-01-15 20:51:48 -08:00
parent 0adc75af18
commit 0ecb1eb988
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-01-16 Daniel Colascione <dancol@dancol.org>
* cus-start.el (all): Make `ring-bell-function' customizable.
2015-01-16 Dmitry Gutov <dgutov@yandex.ru>
* vc/vc-svn.el (vc-svn-dir-status-files): Pass t as

View File

@ -421,6 +421,12 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
"21.1")
;; term.c
(visible-cursor cursor boolean "22.1")
;; terminal.c
(ring-bell-function display
(choice
(const :tag "Default" nil)
(const :tag "Silent" ignore)
function))
;; undo.c
(undo-limit undo integer)
(undo-strong-limit undo integer)