diff options
author | 2022-04-05 12:03:23 +0200 | |
---|---|---|
committer | 2022-04-05 12:04:21 +0200 | |
commit | 4830511ba1345983b53e000db04ab14cfbe7f541 (patch) | |
tree | 173f1950f7f77db5000f5df660ac570a74087ed8 /app-emacs/icicles/files | |
parent | profiles/package.mask: mask app-misc/ttysnoop for removal (diff) | |
download | gentoo-4830511ba1345983b53e000db04ab14cfbe7f541.tar.gz gentoo-4830511ba1345983b53e000db04ab14cfbe7f541.tar.bz2 gentoo-4830511ba1345983b53e000db04ab14cfbe7f541.zip |
app-emacs/icicles: Fix byte-compilation with Emacs 28
Closes: https://bugs.gentoo.org/836773
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/icicles/files')
-rw-r--r-- | app-emacs/icicles/files/icicles-2018.10.15.23738-emacs-28.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-emacs/icicles/files/icicles-2018.10.15.23738-emacs-28.patch b/app-emacs/icicles/files/icicles-2018.10.15.23738-emacs-28.patch new file mode 100644 index 000000000000..32d1a583c018 --- /dev/null +++ b/app-emacs/icicles/files/icicles-2018.10.15.23738-emacs-28.patch @@ -0,0 +1,13 @@ +https://bugs.gentoo.org/836773 + +--- icicles/icicles-fn.el ++++ icicles/icicles-fn.el +@@ -4264,7 +4264,7 @@ + + + (defalias 'icicle-scatter 'icicle-scatter-re) +-(make-obsolete 'icicle-scatter 'icicle-scatter-re) ; 2018-01-14 ++(make-obsolete 'icicle-scatter 'icicle-scatter-re "2018-01-14") + + (defun icicle-scatter-re (string) + "Returns a regexp that matches a scattered version of STRING. |