emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog emulation/cua-base.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp ChangeLog emulation/cua-base.el
Date: Sun, 08 Nov 2009 23:05:53 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/11/08 23:05:52

Modified files:
        lisp           : ChangeLog 
        lisp/emulation : cua-base.el 

Log message:
        * emulation/cua-base.el: Add CUA property to some CC mode commands
        (Bug#4100).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16585&r2=1.16586
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emulation/cua-base.el?cvsroot=emacs&r1=1.102&r2=1.103

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16585
retrieving revision 1.16586
diff -u -b -r1.16585 -r1.16586
--- ChangeLog   8 Nov 2009 23:01:45 -0000       1.16585
+++ ChangeLog   8 Nov 2009 23:05:49 -0000       1.16586
@@ -8,6 +8,9 @@
        * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
        the progress reporter entirely.
 
+       * emulation/cua-base.el: Add CUA property to some CC mode commands
+       (Bug#4100).
+
 2009-11-08  Kevin Ryde  <address@hidden>
 
        * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun

Index: emulation/cua-base.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emulation/cua-base.el,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -b -r1.102 -r1.103
--- emulation/cua-base.el       2 Oct 2009 03:48:44 -0000       1.102
+++ emulation/cua-base.el       8 Nov 2009 23:05:52 -0000       1.103
@@ -1504,7 +1504,12 @@
    forward-sexp backward-sexp
    forward-list backward-list
    forward-sentence backward-sentence
-   forward-paragraph backward-paragraph))
+   forward-paragraph backward-paragraph
+   ;; CC mode motion commands
+   c-forward-conditional c-backward-conditional
+   c-down-conditional c-up-conditional
+   c-down-conditional-with-else c-up-conditional-with-else
+   c-beginning-of-statement c-end-of-statement))
   (put cmd 'CUA 'move))
 
 ;; State prior to enabling cua-mode




reply via email to

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