# HG changeset patch # User Richard M. Stallman # Date 1177363151 0 # Node ID fad0365269930491b1af25244aba8455ecc2181e # Parent a5302cfba408c179be15c6f52c6e2e930dc07316 (set-mark-command-repeat-pop): Put in `editing-basics' group. diff -r a5302cfba408 -r fad036526993 lisp/simple.el --- a/lisp/simple.el Mon Apr 23 21:16:31 2007 +0000 +++ b/lisp/simple.el Mon Apr 23 21:19:11 2007 +0000 @@ -3207,7 +3207,7 @@ nil means \\[set-mark-command]'s behavior does not change after C-u \\[set-mark-command]." :type 'boolean - :group 'editing) + :group 'editing-basics) (defun set-mark-command (arg) "Set the mark where point is, or jump to the mark.