Further bug-fixes
[texmacs.git] / plugins / interactive-proc / progs / init-interactive-proc.scm
blobf70a8b503c103cb784f6f3c6f0dcf100b2cd3301
2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; arch-tag: 53f4d468-db82-4d94-bb05-78458a640a03
3 ;;
4 ;; MODULE      : init-interactive-proc.scm
5 ;; DESCRIPTION : Initialize the 'interactive-proc' plugin
6 ;; COPYRIGHT   : (C) 2004  David Allouche <david@allouche.net>
7 ;;
8 ;;   This program is free software; you can redistribute it and/or modify
9 ;;   it under the terms of the GNU General Public License as published by
10 ;;   the Free Software Foundation; either version 2 of the License, or
11 ;;   (at your option) any later version.
13 ;;   You should have received a copy of the GNU General Public License
14 ;;   along with this program; if not, write to the Free Software
15 ;;   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
19 (lazy-define (interactive-proc) interactive-proc/callback-wrapper)
21 (plugin-configure interactive-proc
22   (:require #t)
23   (:initialize noop))