Mercurial > emacs
changeset 77461:fad036526993
(set-mark-command-repeat-pop): Put in `editing-basics' group.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 23 Apr 2007 21:19:11 +0000 |
parents | a5302cfba408 |
children | 4f679f6070a0 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.