Make `ring-bell-function' customizable.
* lisp/cus-start.el (all): Make `ring-bell-function' customizable.
This commit is contained in:
parent
0adc75af18
commit
0ecb1eb988
2 changed files with 10 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue