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:
parent
0adc75af18
commit
0ecb1eb988
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user