COMMIT
APPROVE 21.5 RECOMMEND 21.4
Outcome of discussion in
Message-ID: <4qhjlkx6.fsf(a)smtpmail.t-online.de>
Vin, could you please apply this to 21.4.
Best regards,
Adrian
xemacs-21.5 ChangeLog patch:
Diff command:   cvs -q diff -U 0
Files affected: lisp/ChangeLog
Index: lisp/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/ChangeLog,v
retrieving revision 1.607
diff -u -U0 -r1.607 ChangeLog
--- lisp/ChangeLog	9 Jan 2005 14:22:08 -0000	1.607
+++ lisp/ChangeLog	17 Jan 2005 11:16:42 -0000
@@ -0,0 +1,5 @@
+2005-01-17  Adrian Aichner  <adrian(a)xemacs.org>
+
+	* simple.el (shifted-motion-keys-select-region): Fix statement
+	about unshifted-motion-keys-deselect-region.
+
xemacs-21.5 source patch:
Diff command:   cvs -f -z3 -q diff -u -w -N
Files affected: lisp/simple.el
Index: lisp/simple.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/simple.el,v
retrieving revision 1.48
diff -u -w -r1.48 simple.el
--- lisp/simple.el	14 Dec 2004 10:09:08 -0000	1.48
+++ lisp/simple.el	17 Jan 2005 11:12:01 -0000
@@ -1979,7 +1979,7 @@
 
 When the region has been enabled or augmented as a result of a shifted
 motion key, an unshifted motion key will normally deselect the region.
-However, if `unshifted-motion-keys-deselect-region' is t, the region
+However, if `unshifted-motion-keys-deselect-region' is nil, the region
 will remain active, augmented by the characters moved over by this
 motion key.
 
-- 
Adrian Aichner
 mailto:adrian@xemacs.org
 
http://www.xemacs.org/