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

« back to all changes in this revision

Viewing changes to src/mformt.lisp

  • 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:
8
8
;;;     (c) Copyright 1981 Massachusetts Institute of Technology         ;;;
9
9
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
10
10
 
11
 
(in-package "MAXIMA")
 
11
(in-package :maxima)
12
12
(macsyma-module mformt)
13
13
(load-macsyma-macros mforma)
14
14
 
68
68
(def-mformat-op #\M
69
69
    (push-text-temp)
70
70
  (let ((arg (pop-mformat-arg)))
71
 
    (and @-flag (atom arg) 
 
71
    (and |@-FLAG| (atom arg) 
72
72
         (setq arg (or (get arg 'op) arg)))
73
73
    (cond (|:-FLAG|
74
74
           (push (cons '(text-string) (mstring arg)) text))