# HG changeset patch # User Glenn Morris # Date 1181198452 0 # Node ID 719b81ea38eba7e5281d6b0f4df615e12452f142 # Parent 4667776e1eddc5b3938aa67e934e9be21df24e5d Mark H. Weaver (tiny change) (set-mark-command-repeat-pop): Fix duplicate entry. diff -r 4667776e1edd -r 719b81ea38eb etc/NEWS.22 --- a/etc/NEWS.22 Thu Jun 07 06:32:42 2007 +0000 +++ b/etc/NEWS.22 Thu Jun 07 06:40:52 2007 +0000 @@ -280,11 +280,6 @@ doublequotes make no difference in the shell, but they prevent special treatment in `dired-do-shell-command'. -** A prefix argument is no longer required to repeat a jump to a -previous mark if you set `set-mark-command-repeat-pop' to t. I.e. C-u -C-SPC C-SPC C-SPC ... cycles through the mark ring. Use C-u C-u C-SPC -to set the mark immediately after a jump. - ** The info-search bindings on C-h C-f, C-h C-k and C-h C-i have been moved to C-h F, C-h K and C-h S. @@ -451,8 +446,9 @@ ** Mark command changes: *** A prefix argument is no longer required to repeat a jump to a -previous mark, i.e. C-u C-SPC C-SPC C-SPC ... cycles through the -mark ring. Use C-u C-u C-SPC to set the mark immediately after a jump. +previous mark if you set `set-mark-command-repeat-pop' to t. I.e. C-u +C-SPC C-SPC C-SPC ... cycles through the mark ring. Use C-u C-u C-SPC +to set the mark immediately after a jump. *** Marking commands extend the region when invoked multiple times.