]> git.eshelyaron.com Git - emacs.git/commit
Use command substitution instead of raw keys in more places
authorStefan Kangas <stefan@marxist.se>
Fri, 24 Sep 2021 18:59:32 +0000 (20:59 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 24 Sep 2021 19:26:08 +0000 (21:26 +0200)
commit0da8118dcbf3c54dd6ecc9c0e3314a56ca82ec51
treeaeb645d612320bffe97e45eae192ebcde15590a7
parent35d0675467e61aff30c21544f87f55b1b1a2cfd3
Use command substitution instead of raw keys in more places

* admin/authors.el (authors):
* lisp/abbrev.el (abbrev-suggest-show-report):
* lisp/calc/calc.el (calc-display-trail, calc):
* lisp/completion.el (completion-locate-db-error):
* lisp/dired-x.el (dired-extra-startup):
* lisp/emacs-lisp/package.el (package-install-selected-packages):
* lisp/emulation/viper.el (viper-mode):
* lisp/facemenu.el (list-colors-display):
* lisp/mail/emacsbug.el (report-emacs-bug-hook):
* lisp/mail/sendmail.el (mail):
* lisp/menu-bar.el (menu-bar-mode):
* lisp/org/org.el (org-revert-all-org-buffers):
* lisp/progmodes/antlr-mode.el (antlr-help-rules-intro)
(antlr-insert-makefile-rules):
* lisp/progmodes/gdb-mi.el (gdb--check-interpreter):
* lisp/progmodes/xscheme.el (xscheme-process-sentinel):
* lisp/ps-print.el (ps-font-info-database):
* lisp/recentf.el (recentf-edit-list, recentf-open-files):
* lisp/vc/ediff-util.el (ediff-suspend):
* lisp/vc/pcvs.el (cvs-mode):
* lisp/vc/vc-bzr.el (vc-bzr-dir-extra-headers): Use command
substitution.
20 files changed:
admin/authors.el
lisp/abbrev.el
lisp/calc/calc.el
lisp/completion.el
lisp/dired-x.el
lisp/emacs-lisp/package.el
lisp/emulation/viper.el
lisp/facemenu.el
lisp/mail/emacsbug.el
lisp/mail/sendmail.el
lisp/menu-bar.el
lisp/org/org.el
lisp/progmodes/antlr-mode.el
lisp/progmodes/gdb-mi.el
lisp/progmodes/xscheme.el
lisp/ps-print.el
lisp/recentf.el
lisp/vc/ediff-util.el
lisp/vc/pcvs.el
lisp/vc/vc-bzr.el