From d55486c7f89d12ab799c7bf631b86fb0ccf52e52 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 22 Apr 2012 15:19:29 +0800 Subject: [PATCH] * simple.el (delete-active-region): Move to killing custom group. --- lisp/ChangeLog | 4 ++++ lisp/simple.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 020e5c4b9bc..eb293610a67 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-04-22 Chong Yidong + + * simple.el (delete-active-region): Move to killing custom group. + 2012-04-21 Andreas Schwab * progmodes/which-func.el (which-func-current): Quote % diff --git a/lisp/simple.el b/lisp/simple.el index 0ee19b71636..4187e296439 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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) -- 2.11.4.GIT