You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/evil/files/evil-1.14.0-emacs-28.patch

14 lines
340 B

https://bugs.gentoo.org/836906
--- evil-1.2.14/evil-ex.el
+++ evil-1.2.14/evil-ex.el
@@ -592,7 +592,7 @@
(define-obsolete-function-alias
'evil-ex-shell-command-completion-at-point
- 'comint-completion-at-point)
+ 'comint-completion-at-point "")
(evil-ex-define-argument-type shell
"Shell argument type, supports completion."