From: Richard M. Stallman Date: Mon, 23 Apr 2007 21:19:11 +0000 (+0000) Subject: (set-mark-command-repeat-pop): Put in `editing-basics' group. X-Git-Tag: emacs-pretest-22.0.99~27 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=034ce0ec5b4063242a113f5764c0da2e4ba184db;p=emacs.git (set-mark-command-repeat-pop): Put in `editing-basics' group. --- diff --git a/lisp/simple.el b/lisp/simple.el index c41804fa378..df983a6e23c 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -3207,7 +3207,7 @@ will pop the mark three times. 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.