1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00

* simple.el (delete-active-region): Move to killing custom group.

This commit is contained in:
Chong Yidong 2012-04-22 15:19:29 +08:00
parent d6d0cf1f18
commit d55486c7f8
2 changed files with 5 additions and 1 deletions

View 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 %

View 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)