]> git.eshelyaron.com Git - emacs.git/commit
Use delete-char instead of backward-delete-char
authorMattias Engdegård <mattiase@acm.org>
Wed, 22 Feb 2023 11:55:45 +0000 (12:55 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 22 Feb 2023 11:55:45 +0000 (12:55 +0100)
commit37e5d0cd853f9d1c3d024da5381311a0c0be978f
tree9a608a25f88d4261e8cf0a119c474b543ff84e99
parentc94011ed568f2f5c4e408d91164d33eba5b9a7ca
Use delete-char instead of backward-delete-char

* lisp/bs.el (bs-delete):
* lisp/dired-aux.el (dired-show-file-type):
* lisp/emulation/viper-cmd.el (viper-insert-prev-from-insertion-ring):
* lisp/man.el (Man-fontify-manpage, Man-cleanup-manpage):
* lisp/net/mailcap.el (mailcap-parse-mailcap):
* lisp/progmodes/antlr-mode.el (antlr-insert-makefile-rules):
* lisp/textmodes/reftex-ref.el (reftex-reference):
* lisp/vc/emerge.el:
* lisp/woman.el (woman-man-buffer):
* test/src/fns-tests.el (fns-tests-hash-buffer):
Replace some calls to backward-delete-char with delete-char (negating
the argument) since the former is intended for interactive use.
This silences most of the interactive-only warnings.
lisp/bs.el
lisp/dired-aux.el
lisp/emulation/viper-cmd.el
lisp/man.el
lisp/net/mailcap.el
lisp/progmodes/antlr-mode.el
lisp/textmodes/reftex-ref.el
lisp/vc/emerge.el
lisp/woman.el
test/src/fns-tests.el