]> git.eshelyaron.com Git - emacs.git/commitdiff
* simple.el (delete-active-region): Move to killing custom group.
authorChong Yidong <cyd@gnu.org>
Sun, 22 Apr 2012 07:19:29 +0000 (15:19 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 22 Apr 2012 07:19:29 +0000 (15:19 +0800)
lisp/ChangeLog
lisp/simple.el

index 020e5c4b9bc76d1ab6de595feed8c11d6c710de4..eb293610a6750b74d587c84256162158538a2606 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-22  Chong Yidong  <cyd@gnu.org>
+
+       * simple.el (delete-active-region): Move to killing custom group.
+
 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
 
        * progmodes/which-func.el (which-func-current): Quote %
index 0ee19b71636a7324255d54d20573951280bb5def..4187e296439e130c9c6801cff35635e8b6f38bbb 100644 (file)
@@ -817,7 +817,7 @@ instead of deleted."
   :type '(choice (const :tag "Delete active region" t)
                  (const :tag "Kill active region" kill)
                  (const :tag "Do ordinary deletion" nil))
-  :group 'editing
+  :group 'killing
   :version "24.1")
 
 (defun delete-backward-char (n &optional killflag)