Mercurial > emacs
diff lisp/ChangeLog @ 111130:7be880404309
Avoid redefining some C defcustoms.
* lisp/frame.el (show-trailing-whitespace, auto-hscroll-mode)
(display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
Don't redefine things that are defined in C.
* lisp/cus-start.el: Also handle :risky, :safe, :set, and :tag.
(show-trailing-whitespace, auto-hscroll-mode)
(display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
Set up the appropriate custom properties.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 23 Oct 2010 17:58:22 -0700 |
parents | d38d192ed185 |
children | d9b0552c39a6 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Oct 24 00:29:21 2010 +0000 +++ b/lisp/ChangeLog Sat Oct 23 17:58:22 2010 -0700 @@ -1,3 +1,13 @@ +2010-10-24 Glenn Morris <rgm@gnu.org> + + * frame.el (show-trailing-whitespace, auto-hscroll-mode) + (display-hourglass, hourglass-delay, cursor-in-non-selected-windows): + Don't redefine things that are defined in C. + * cus-start.el: Also handle :risky, :safe, :set, and :tag. + (show-trailing-whitespace, auto-hscroll-mode) + (display-hourglass, hourglass-delay, cursor-in-non-selected-windows): + Set up the appropriate custom properties. + 2010-10-24 Chong Yidong <cyd@stupidchicken.com> Bind "C-c ]" to ...