comparison lisp/ChangeLog @ 93236:e550714b0fde

(activate-mark): New function. (set-mark-command): Use it with region-active-p to clean up the code. (exchange-point-and-mark): Invert the meaning of C-u when transient-mark-mode is active.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 26 Mar 2008 03:40:40 +0000
parents 4525730eae72
children 0f4b8a3dc49e
comparison
equal deleted inserted replaced
93235:4525730eae72 93236:e550714b0fde
1 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca> 1 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * simple.el (activate-mark): New function.
4 (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
6 transient-mark-mode is active.
2 7
3 * dired-aux.el (dired-create-files): Use dolist. 8 * dired-aux.el (dired-create-files): Use dolist.
4 9
5 * bindings.el (mode-line-change-eol): Use with-selected-window. 10 * bindings.el (mode-line-change-eol): Use with-selected-window.
6 11