mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
Remove several gnus-util compat functions
* lisp/gnus/gnus-util.el (gnus-set-process-query-on-exit-flag): Remove. (gnus-read-shell-command): Remove. (gnus-match-substitute-replacement): Remove. (gnus-string-match-p): Remove. (gnus-string-prefix-p): Remove.
This commit is contained in:
parent
9bcefcf0b0
commit
9efc29a2df
12 changed files with 26 additions and 78 deletions
|
|
@ -12061,7 +12061,7 @@ no matter what the properties `:decode' and `:headers' are."
|
|||
command result)
|
||||
(unless (numberp (car articles))
|
||||
(error "No article to pipe"))
|
||||
(setq command (gnus-read-shell-command
|
||||
(setq command (read-shell-command
|
||||
(concat "Shell command on "
|
||||
(if (cdr articles)
|
||||
(format "these %d articles" (length articles))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue