1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
emacs/lisp/vc
Glenn Morris e43273eff0 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.
2012-01-25 21:32:56 -05:00
..
add-log.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
compare-w.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
cvs-status.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
diff-mode.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
diff.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ediff-diff.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ediff-help.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ediff-hook.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ediff-init.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ediff-merg.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ediff-mult.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ediff-ptch.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ediff-util.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ediff-vers.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ediff-wind.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ediff.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
emerge.el Spelling fixes. 2011-12-16 22:51:13 -08:00
log-edit.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
log-view.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
pcvs-defs.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
pcvs-info.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
pcvs-parse.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
pcvs-util.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
pcvs.el Replace vc-dired references in comments with vc-dir. 2012-01-23 00:45:59 -08:00
smerge-mode.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
vc-annotate.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
vc-arch.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
vc-bzr.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
vc-cvs.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
vc-dav.el Replace vc-dired references in comments with vc-dir. 2012-01-23 00:45:59 -08:00
vc-dir.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
vc-dispatcher.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
vc-git.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
vc-hg.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
vc-hooks.el Use ctl-x-map in place of C-x (bug#10566) 2012-01-25 21:32:56 -05:00
vc-mtn.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
vc-rcs.el Fix rcs and sccs create-tag commands. 2012-01-24 00:22:50 -08:00
vc-sccs.el Fix rcs and sccs create-tag commands. 2012-01-24 00:22:50 -08:00
vc-svn.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
vc.el * lisp/vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513) 2012-01-24 19:07:04 -05:00