From 34a3f4b81ae51f430ae37bea4ebaa395eda281f6 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 6 Apr 2022 18:45:31 +0200 Subject: app-emacs/evil: Fix byte-compilation with Emacs 28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/836906 Signed-off-by: Ulrich Müller --- app-emacs/evil/files/evil-1.14.0-emacs-28.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app-emacs/evil/files/evil-1.14.0-emacs-28.patch (limited to 'app-emacs/evil/files') diff --git a/app-emacs/evil/files/evil-1.14.0-emacs-28.patch b/app-emacs/evil/files/evil-1.14.0-emacs-28.patch new file mode 100644 index 000000000000..eb54a125232c --- /dev/null +++ b/app-emacs/evil/files/evil-1.14.0-emacs-28.patch @@ -0,0 +1,13 @@ +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." -- cgit v1.2.3-65-gdbad