blob: 0548fd96c97fff116e2d241613390e892a3c22b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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."
|