;ELC   
;;; Compiled by pot@pot.cnuce.cnr.it on Tue Mar 18 15:37:33 2003
;;; from file /home/pot/gnu/emacs-pretest.new/lisp/cdl.el
;;; in Emacs version 21.3
;;; with bytecomp version 2.85.4.1
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.
(if (and (boundp 'emacs-version)
	 (< (aref emacs-version (1- (length emacs-version))) ?A)
	 (or (and (boundp 'epoch::version) epoch::version)
	     (string-lessp emacs-version "19.29")))
    (error "`cdl.el' was compiled for Emacs 19.29 or later"))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


#@68 Run file through ncdump and insert result into buffer after point.
(defalias 'cdl-get-file #[(filename) "\302\303!\210`\304\305\306\307\306\310	!%\210b\210)\302\311!\207" [start filename message "ncdump in progress..." call-process "ncdump" nil t expand-file-name "ncdump in progress...done"] 7 (#$ . 608) "fCDF file: "])
#@57 Run region through ncgen and write results into a file.
(defalias 'cdl-put-region #[(filename start end) "\303\304!\210\305	\306\307\211\211\310\311\n!&\210\303\312!\207" [start end filename message "ncgen in progress..." call-process-region "ncgen" nil "-o" expand-file-name "ncgen in progress...done"] 10 (#$ . 938) "FNew CDF file: \nr"])
(provide 'cdl)
