comparison lisp/ChangeLog @ 102735:07f2395ce3db

* callint.c (Fcall_interactively): For '^' just delegate the work to handle-shift-selection. (syms_of_callint): Move declaration of shift-select-mode to simple.el. * simple.el (shift-select-mode): Move declaration from callint.c. (handle-shift-selection): Remove `deactivate' arg and check shift-select-mode instead.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 26 Mar 2009 17:07:54 +0000
parents c4853c1bf38c
children 364aae6e6402
comparison
equal deleted inserted replaced
102734:c4853c1bf38c 102735:07f2395ce3db
1 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * simple.el (shift-select-mode): Move declaration from callint.c.
4 (handle-shift-selection): Remove `deactivate' arg and check
5 shift-select-mode instead.
6
1 2009-03-26 Juanma Barranquero <lekktu@gmail.com> 7 2009-03-26 Juanma Barranquero <lekktu@gmail.com>
2 8
3 * align.el (align-large-region, align-perl-modes, align-rules-list) 9 * align.el (align-large-region, align-perl-modes, align-rules-list)
4 (align-open-comment-modes): Fix typos in docstrings. 10 (align-open-comment-modes): Fix typos in docstrings.
5 (align-region-separate): Doc fixes. 11 (align-region-separate): Doc fixes.