Changeset 20398 for lang/gauche

Show
Ignore:
Timestamp:
10/01/08 22:19:00 (5 years ago)
Author:
kiyoka
Message:

missed argument of width <=> height.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/gauche/oldtype/trunk/Kahua/oldtype/oldtype/oldtype-mode.el

    r20344 r20398  
    417417                         (img-m  
    418418                          (int-to-string oldtype-image-height-m))))) 
    419                  (oldtype-compose-region-with-image beg end oldtype-image-icon-string image-url height))) 
     419                 (oldtype-compose-region-with-image beg end oldtype-image-icon-string image-url nil height))) 
    420420             t) 
    421421 
     
    440440                       ((youtube-m amazon-m) 
    441441                        (int-to-string oldtype-image-height-m))))) 
    442                (oldtype-compose-region-with-image beg end oldtype-image-icon-string image-url height)) 
     442               (oldtype-compose-region-with-image beg end oldtype-image-icon-string image-url nil height)) 
    443443             t) 
    444444