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:
parent
d6d0cf1f18
commit
d55486c7f8
@ -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 %
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user