Browse CVS Repository
Diff of /shiki/shiki/xyzzylisp.stub
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 161 |
(define-cproc need-buffer-save-p (buffer::<buffer>) |
(define-cproc need-buffer-save-p (buffer::<buffer>) |
| 162 |
(call <boolean> "Shiki_need_buffer_save_p")) |
(call <boolean> "Shiki_need_buffer_save_p")) |
| 163 |
|
|
| 164 |
|
(define-cproc undo () |
| 165 |
|
(call <void> "Shiki_undo")) |
| 166 |
|
|
| 167 |
(define-cproc msgbox (format::<string> &rest args) |
(define-cproc msgbox (format::<string> &rest args) |
| 168 |
(body <symbol> |
(body <symbol> |
| 169 |
" ScmObj os = Scm_MakeOutputStringPort(TRUE); |
" ScmObj os = Scm_MakeOutputStringPort(TRUE); |
|
|
Legend:
| Removed from v.1.11 |
|
| changed lines |
| |
Added in v.1.12 |
|
|
|