* callint.c (Fcall_interactively): For '^' just delegate the work to
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 26 Mar 2009 17:07:54 +0000 (17:07 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 26 Mar 2009 17:07:54 +0000 (17:07 +0000)
commit84db11d602adda080d7062ef8ab57d35442fbe59
treeef9821817dfd79845a64deb457ce5c365605df47
parent6c01cfb68373280db726a5fc157f00826132f159
* 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.
lisp/ChangeLog
lisp/simple.el
src/ChangeLog
src/callint.c