summaryrefslogtreecommitdiff
blob: 4b23ee761731b34548646e5ec0f9fb1c333eafd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Rename mlable to mlabel, accounting for corresponding change in maxima-5.29.
https://bugs.gentoo.org/show_bug.cgi?id=448242

Patch taken from maxima git repo:
http://maxima.git.sourceforge.net/git/gitweb.cgi?p=maxima/maxima;a=commit;h=620f23e27328a58bfa81fe101734b7488a2b93f5

--- a/imaxima.lisp
+++ b/imaxima.lisp
@@ -498,7 +498,7 @@
 
 (defun tex-mtext (x l r) (tex-list (cdr x) l r ""))
 
-(defun tex-mlable (x l r)
+(defun tex-mlabel (x l r)
   (tex (caddr x)
     (append l
       (if (cadr x)
@@ -517,7 +517,7 @@
 (defun latex (x)
 ;  (princ x)  ;; uncomment to debug.
   (if (and (listp x) (car x) (listp (car x)) (caar x)
-	   (equal (caar x) 'mlable)
+	   (equal (caar x) 'mlabel)
 	   (cdr x)
 	   (cadr x)
 	   (input-label-p (cadr x)))