Use ctl-x-map in place of C-x (bug#10566)
authorGlenn Morris <rgm@gnu.org>
Thu, 26 Jan 2012 02:32:56 +0000 (21:32 -0500)
committerGlenn Morris <rgm@gnu.org>
Thu, 26 Jan 2012 02:32:56 +0000 (21:32 -0500)
commite43273eff03ad9e6c7564057b35a5bf6810935f2
tree32429e5f421e17725e68b5ab0eef0ff8ccc0c875
parent69b0acb95690de72a80beedf114f8f0896ef1354
Use ctl-x-map in place of C-x (bug#10566)

For an example of the problems NOT doing this might cause, see eg
http://lists.gnu.org/archive/html/bug-gnu-emacs/2006-07/msg00000.html
Eg after:
  (global-set-key (kbd "C-u") ctl-x-map)
  (global-set-key (kbd "C-x") 'universal-argument)
just loading dired-x.el or term.el would give an error.

* lisp/dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
* lisp/term.el (term-raw-escape-map): Use Control-X-prefix.
* lisp/vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.
lisp/ChangeLog
lisp/dired-x.el
lisp/term.el
lisp/vc/vc-hooks.el