comparison lisp/ChangeLog @ 93237:0f4b8a3dc49e

(appt-buffer-name): Don't use a leading space for buffers shown to the user. (appt-disp-window): Disable undo explicitly now that the leading space is gone.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 26 Mar 2008 03:42:57 +0000
parents e550714b0fde
children a2947a0dab56
comparison
equal deleted inserted replaced
93236:e550714b0fde 93237:0f4b8a3dc49e
1 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca> 1 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
4 buffers shown to the user.
5 (appt-disp-window): Disable undo explicitly now that the leading space
6 is gone.
2 7
3 * simple.el (activate-mark): New function. 8 * simple.el (activate-mark): New function.
4 (set-mark-command): Use it with region-active-p to clean up the code. 9 (set-mark-command): Use it with region-active-p to clean up the code.
5 (exchange-point-and-mark): Invert the meaning of C-u when 10 (exchange-point-and-mark): Invert the meaning of C-u when
6 transient-mark-mode is active. 11 transient-mark-mode is active.