Browse CVS Repository
Diff of /shiki/shiki/xyzzylisp.stub
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 189 |
gtk_text_buffer_get_iter_at_mark(Shiki_CURRENT_TEXT_BUFFER,&p, gtk_text_buffer_get_insert(Shiki_CURRENT_TEXT_BUFFER)); |
gtk_text_buffer_get_iter_at_mark(Shiki_CURRENT_TEXT_BUFFER,&p, gtk_text_buffer_get_insert(Shiki_CURRENT_TEXT_BUFFER)); |
| 190 |
SCM_RESULT = gtk_text_iter_get_line_offset(&p) + 1;")) |
SCM_RESULT = gtk_text_iter_get_line_offset(&p) + 1;")) |
| 191 |
|
|
| 192 |
|
|
| 193 |
|
(define-cproc eval-expression () |
| 194 |
|
(call <void> "Shiki_eval_expression")) |
| 195 |
|
(define-cproc eval-last-sexp () |
| 196 |
|
(call <void> "Shiki_eval_last_sexp")) |
| 197 |
|
|
|
|
Legend:
| Removed from v.1.12 |
|
| changed lines |
| |
Added in v.1.13 |
|
|
|