1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00
emacs/lisp/vc
Stefan Kangas 4a3ba8528b Use substitute-command-keys for literal key sequences
* lisp/abbrev.el (expand-region-abbrevs):
* lisp/calc/calc-graph.el (calc-graph-show-dumb):
* lisp/calc/calc-help.el (calc-help-for-help):
* lisp/calc/calc-mode.el (calc-auto-why):
* lisp/calc/calc.el (calc-do):
* lisp/calculator.el (calculator-mode):
* lisp/dired-aux.el (dired-create-files)
(dired-do-create-files-regexp, dired-create-files-non-directory):
* lisp/dired-x.el (dired-virtual):
* lisp/dired.el (dired-mark-region, dired-unmark-all-files):
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p):
* lisp/emacs-lisp/re-builder.el (reb-enter-subexp-mode):
* lisp/epa-ks.el (epa-ks--display-keys):
* lisp/erc/erc.el (erc-toggle-debug-irc-protocol):
* lisp/files.el (save-some-buffers):
* lisp/gnus/gnus-dired.el (gnus-dired-find-file-mailcap)
(gnus-dired-print):
* lisp/gnus/gnus-group.el (gnus-keep-same-level):
* lisp/gnus/gnus-score.el (gnus-score-find-trace):
* lisp/gnus/gnus.el (to-list):
* lisp/gnus/message.el (message--send-mail-maybe-partially):
* lisp/mail/supercite.el (sc-set-variable):
* lisp/minibuffer.el (minibuffer-inactive-mode):
* lisp/progmodes/etags.el (select-tags-table):
* lisp/progmodes/idlw-shell.el (idlwave-shell-mode)
(idlwave-shell-char-mode-loop):
* lisp/replace.el (query-replace-help):
* lisp/simple.el (set-variable):
* lisp/subr.el (read-char-from-minibuffer):
* lisp/textmodes/ispell.el (ispell-help, ispell-message):
* lisp/textmodes/reftex-global.el (reftex-find-duplicate-labels):
* lisp/textmodes/reftex-vars.el
(reftex-toc-include-file-boundaries)
(reftex-toc-include-labels, reftex-toc-include-index-entries)
(reftex-toc-include-context, reftex-toc-follow-mode)
(reftex-index-include-context, reftex-index-follow-mode)
(reftex-enable-partial-scans)
(reftex-auto-update-selection-buffers)
(reftex-highlight-selection):
* lisp/time.el (display-time-update):
* lisp/vc/ediff-help.el (ediff-help-for-quick-help):
* lisp/vc/ediff-init.el (ediff-keep-variants):
* lisp/vc/ediff-ptch.el (ediff-fixup-patch-map)
(ediff-patch-file-internal):
* lisp/windmove.el (windmove-delete-default-keybindings): Use
'substitute-command-keys' for literal key sequences.

* lisp/userlock.el (userlock--fontify-key): Remove function.
(ask-user-about-lock, ask-user-about-lock-help)
(ask-user-about-supersession-threat)
(ask-user-about-supersession-help): Use 'substitute-command-keys' for
literal key sequences.

* lisp/ibuffer.el (ibuffer-unmark-all): Use 'substitute-command-keys'
for command.
2021-11-22 12:04:19 +01:00
..
add-log.el
compare-w.el
cvs-status.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
diff-mode.el * lisp/vc/diff-mode.el (diff-minor-mode-prefix): Fix typo from 44faf54659 2021-11-18 19:13:48 +02:00
diff.el Use format-prompt for many more prompts 2021-10-05 03:44:56 +02:00
ediff-diff.el
ediff-help.el Use substitute-command-keys for literal key sequences 2021-11-22 12:04:19 +01:00
ediff-hook.el
ediff-init.el Use substitute-command-keys for literal key sequences 2021-11-22 12:04:19 +01:00
ediff-merg.el
ediff-mult.el ; Minor stylistic fixes found by checkdoc 2021-10-05 02:06:57 +02:00
ediff-ptch.el Use substitute-command-keys for literal key sequences 2021-11-22 12:04:19 +01:00
ediff-util.el Merge from origin/emacs-28 2021-10-05 07:50:22 -07:00
ediff-vers.el
ediff-wind.el
ediff.el Use substitute-command-keys in some messages 2021-11-17 14:29:15 +01:00
emerge.el
log-edit.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
log-view.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
pcvs-defs.el Use define-keymap in pcvs and pcvs-defs.el 2021-10-18 01:27:27 +02:00
pcvs-info.el
pcvs-parse.el
pcvs-util.el
pcvs.el Revert VC-related prefix user options to previous values 2021-11-18 12:11:35 +01:00
smerge-mode.el Revert VC-related prefix user options to previous values 2021-11-18 12:11:35 +01:00
vc-annotate.el ; Fix some recent fixes to doc strings 2021-09-26 16:50:11 +03:00
vc-bzr.el
vc-cvs.el Fix previous -responsible-p change 2021-11-14 09:41:22 +01:00
vc-dav.el Make all vc-*-responsible-p functions return a string 2021-11-14 02:38:48 +01:00
vc-dir.el ; Fix some recent fixes to doc strings 2021-09-26 16:50:11 +03:00
vc-dispatcher.el
vc-filewise.el
vc-git.el * lisp/vc/vc-git.el (vc-git-mergebase): More meaningful error message. 2021-11-10 20:41:19 +02:00
vc-hg.el Make 'inhibit-changing-match-data' obsolete and adjust callers 2021-10-07 20:46:50 +02:00
vc-hooks.el Suppress a compilation warning about vc-switch-backend 2021-11-08 00:26:32 +01:00
vc-mtn.el
vc-rcs.el Fix previous -responsible-p change 2021-11-14 09:41:22 +01:00
vc-sccs.el Fix previous -responsible-p change 2021-11-14 09:41:22 +01:00
vc-src.el
vc-svn.el
vc.el Find most specific backend for `vc-backend-for-registration'. 2021-11-14 01:54:46 +01:00