Changeset 61100b in git for emacs/singular.el


Ignore:
Timestamp:
Sep 13, 2010, 12:43:12 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
e1552a7c374c11d8834e99a831c6404fe8a0c80d
Parents:
c6963ca42c44d4c6bfcfd63ed3d622fe71d095d6
Message:
tr 258

git-svn-id: file:///usr/local/Singular/svn/trunk@13177 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • emacs/singular.el

    rc6963ca r61100b  
    403403(eval-when-compile
    404404  (setq singular-font-lock-singular-types
    405         '("def" "ideal" "int" "intmat" "intvec" "link" "list" "map" "matrix"
    406           "module" "number" "poly" "proc" "qring" "resolution" "ring" "string"
    407           "vector")))
     405        '("def" "bigint" "ideal" "int" "intmat" "intvec" "link" "list" "map"
     406          "matrix" "module" "number" "poly" "proc" "qring" "resolution" "ring"
     407          "string" "vector")))
    408408
    409409(defconst singular-interactive-font-lock-keywords-1
Note: See TracChangeset for help on using the changeset viewer.