emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107891: * simple.el (delete-activ


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107891: * simple.el (delete-active-region): Move to killing custom group.
Date: Sun, 22 Apr 2012 15:19:29 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107891
committer: Chong Yidong <address@hidden>
branch nick: emacs-24
timestamp: Sun 2012-04-22 15:19:29 +0800
message:
  * simple.el (delete-active-region): Move to killing custom group.
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-04-21 18:25:20 +0000
+++ b/lisp/ChangeLog    2012-04-22 07:19:29 +0000
@@ -1,3 +1,7 @@
+2012-04-22  Chong Yidong  <address@hidden>
+
+       * simple.el (delete-active-region): Move to killing custom group.
+
 2012-04-21  Andreas Schwab  <address@hidden>
 
        * progmodes/which-func.el (which-func-current): Quote %

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2012-04-15 01:37:16 +0000
+++ b/lisp/simple.el    2012-04-22 07:19:29 +0000
@@ -817,7 +817,7 @@
   :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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]