~ubuntu-branches/ubuntu/karmic/maxima/karmic

« back to all changes in this revision

Viewing changes to share/misc/arrfun.mac

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-07-06 17:04:52 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060706170452-j9ypoqc1kjfnz221
Tags: 5.9.3-1ubuntu1
* Re-sync with Debian
* Comment out backward-delete-char-untabify in maxima.el (Closes Malone #5273)
* debian/control: build-dep automake -> automake1.9 (Closes BTS: #374663)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
             THEN LOADFILE(MACRO1,FASL,DSK,SHARE),
16
16
          IF GET('SUBMAC,'VERSION) = FALSE
17
17
             THEN LOADFILE(SUBMAC,FASL,DSK,SHARE2))$ */
18
 
load("[sharem]defm.mc")$
 
18
load("defm.mac")$
19
19
 
20
20
/* commented out of DOE MACSYMA
21
21
EVAL_WHEN(TRANSLATE,PACKAGEFILE:TRUE,SAVEDEF:FALSE,TRANSCOMPILE:TRUE)$ */