* emulation/cua-base.el: Add CUA property to some CC mode commands

(Bug#4100).
This commit is contained in:
Chong Yidong 2009-11-08 23:05:49 +00:00
parent fd4489f0e4
commit 15207e7467
2 changed files with 9 additions and 1 deletions

View file

@ -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 <user42@zip.com.au>
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun

View file

@ -1504,7 +1504,12 @@ If ARG is the atom `-', scroll upward by nearly full screen."
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