You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/imaxima/files/imaxima-1.0-mlabel.patch

27 lines
748 B

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)))