Mercurial > emacs
diff lisp/ChangeLog @ 91911:07b62dd00afa
* simple.el (transient-mark-mode): Add an :init-value.
* startup.el (command-line): Use custom-reevaluate-setting for
transient-mark-mode.
* callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
with Qt.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 17 Feb 2008 16:57:44 +0000 |
parents | 0035f4b77d14 |
children | b6212a3c659c |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Feb 17 02:05:08 2008 +0000 +++ b/lisp/ChangeLog Sun Feb 17 16:57:44 2008 +0000 @@ -1,3 +1,10 @@ +2008-02-17 Dan Nicolaescu <dann@ics.uci.edu> + + * simple.el (transient-mark-mode): Add an :init-value. + + * startup.el (command-line): Use custom-reevaluate-setting for + transient-mark-mode. + 2008-02-17 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> * wdired.el (wdired-allow-to-change-permissions): Fix typo.