diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-02-14 22:26:11 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-02-14 22:27:08 +0100 |
commit | fab2f5078f7e0f7d6899c4735ae9502d7bcad518 (patch) | |
tree | a8b5fffe5d596381d345450c3f680792f75d55c1 /app-emacs/mldonkey/files | |
parent | app-misc/ckb: Version bump to 0.2.9 (ckb-next) (diff) | |
download | gentoo-fab2f5078f7e0f7d6899c4735ae9502d7bcad518.tar.gz gentoo-fab2f5078f7e0f7d6899c4735ae9502d7bcad518.tar.bz2 gentoo-fab2f5078f7e0f7d6899c4735ae9502d7bcad518.zip |
app-emacs/mldonkey: Fix byte-compilation with Emacs 26.
Closes: https://bugs.gentoo.org/647638
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emacs/mldonkey/files')
-rw-r--r-- | app-emacs/mldonkey/files/mldonkey-0.0.4b-emacs-26.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-emacs/mldonkey/files/mldonkey-0.0.4b-emacs-26.patch b/app-emacs/mldonkey/files/mldonkey-0.0.4b-emacs-26.patch new file mode 100644 index 000000000000..0548fd96c97f --- /dev/null +++ b/app-emacs/mldonkey/files/mldonkey-0.0.4b-emacs-26.patch @@ -0,0 +1,14 @@ +Fix byte compilation with Emacs 26. +https://bugs.gentoo.org/647638 + +--- mldonkey-el-0.0.4b-orig/mldonkey-vd.el ++++ mldonkey-el-0.0.4b/mldonkey-vd.el +@@ -801,7 +801,7 @@ + (insert "\n"))) + + +-(defun mldonkey-vd-insert (&optional ignore-1 &optional ignore-2) ++(defun mldonkey-vd-insert (&optional ignore-1 ignore-2) + + "Insert the table with the downloads in the MlDonkey buffer." + |