emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 0ecb1eb: Make `ring-bell-function' customizable.


From: Daniel Colascione
Subject: [Emacs-diffs] master 0ecb1eb: Make `ring-bell-function' customizable.
Date: Fri, 16 Jan 2015 04:52:13 +0000

branch: master
commit 0ecb1eb988d25d3511e11ac39e05550cec57dc3f
Author: Daniel Colascione <address@hidden>
Commit: Daniel Colascione <address@hidden>

    Make `ring-bell-function' customizable.
    
    * lisp/cus-start.el (all): Make `ring-bell-function' customizable.
---
 lisp/ChangeLog    |    4 ++++
 lisp/cus-start.el |    6 ++++++
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 908c027..fbfd68e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-16  Daniel Colascione  <address@hidden>
+
+       * cus-start.el (all): Make `ring-bell-function' customizable.
+
 2015-01-16  Dmitry Gutov  <address@hidden>
 
        * vc/vc-svn.el (vc-svn-dir-status-files): Pass t as
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index 299b18d..71506cb 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]