emacs/lisp/erc
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
..
ChangeLog.1 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.2 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
erc-autoaway.el ; Some more docfixes for erc/*.el 2021-09-19 13:21:56 +02:00
erc-backend.el Deprecate instead of redefine erc-server-reconnecting 2021-11-06 19:13:35 +01:00
erc-button.el Obsolete XEmacs compat convention in 'erc-button-press-button' 2021-10-11 09:39:17 -04:00
erc-capab.el Prefer https and fix broken links in ERC 2021-03-20 10:00:28 +01:00
erc-compat.el * lisp/erc/erc-compat.el (format-spec): Remove redundant require. 2021-10-18 01:50:33 +02:00
erc-dcc.el * list/erc/erc-{replace,imenu,dcc}: Tweak copyright format 2021-10-11 20:55:19 -04:00
erc-desktop-notifications.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
erc-ezbounce.el lisp/erc: Use lexical-binding 2021-03-18 23:14:33 -04:00
erc-fill.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-goodies.el Remove last XEmacs compat code from ERC 2021-10-12 02:41:35 +02:00
erc-ibuffer.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
erc-identd.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-imenu.el * list/erc/erc-{replace,imenu,dcc}: Tweak copyright format 2021-10-11 20:55:19 -04:00
erc-join.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-lang.el lisp/erc: Use lexical-binding 2021-03-18 23:14:33 -04:00
erc-list.el lisp/erc: Use lexical-binding 2021-03-18 23:14:33 -04:00
erc-log.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-match.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-menu.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-netsplit.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
erc-networks.el Prefer seq-random-elt to nth+random 2021-09-24 19:41:03 +02:00
erc-notify.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-page.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
erc-pcomplete.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-replace.el * list/erc/erc-{replace,imenu,dcc}: Tweak copyright format 2021-10-11 20:55:19 -04:00
erc-ring.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
erc-services.el ; Fix typos 2021-11-12 13:59:58 +01:00
erc-sound.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-speedbar.el ERC: Use 'string-search' only on Emacs 28 and later 2021-09-12 14:32:12 -04:00
erc-spelling.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
erc-stamp.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-status-sidebar.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
erc-track.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-truncate.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
erc-xdcc.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
erc.el Use substitute-command-keys for literal key sequences 2021-11-22 12:04:19 +01:00