Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0ecb1eb9
Commit
0ecb1eb9
authored
Jan 15, 2015
by
Daniel Colascione
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make `ring-bell-function' customizable.
* lisp/cus-start.el (all): Make `ring-bell-function' customizable.
parent
0adc75af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/cus-start.el
lisp/cus-start.el
+6
-0
No files found.
lisp/ChangeLog
View file @
0ecb1eb9
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
...
...
lisp/cus-start.el
View file @
0ecb1eb9
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment