Corrected a bug in ProfJ tool for interacting with Large letters
svn: r101
This commit is contained in:
parent
a67fa12136
commit
7f7d9bb7fb
|
@ -459,7 +459,7 @@
|
|||
(append (compilation-unit-code (car mod-lists))
|
||||
(order (cdr mod-lists)))))
|
||||
|
||||
(define/public (get-comment-character) (values "//" "*"))
|
||||
(define/public (get-comment-character) (values "//" #\*))
|
||||
(define/public (get-style-delta) #f)
|
||||
(define/public (get-language-position)
|
||||
(cons (string-constant experimental-languages) (list "ProfessorJ" name) ))
|
||||
|
|
Loading…
Reference in New Issue
Block a user