comparison lisp/cdl.el @ 38409:153f1b1f2efd

Emacs lisp coding convention fixes.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 14 Jul 2001 11:21:08 +0000
parents 130f960764fd
children 253f761ad37b
comparison
equal deleted inserted replaced
38408:621d2afcdfc2 38409:153f1b1f2efd
1 ;;; cdl.el --- Common Data Language (CDL) utility functions for Gnu Emacs 1 ;;; cdl.el --- Common Data Language (CDL) utility functions for GNU Emacs
2 2
3 ;; Copyright (C) 1993 Free Software Foundation, Inc. 3 ;; Copyright (C) 1993 Free Software Foundation, Inc.
4 4
5 ;; Author: ATAE@spva.physics.imperial.ac.uk (Ata Etemadi) 5 ;; Author: ATAE@spva.physics.imperial.ac.uk (Ata Etemadi)
6 ;; Maintainer: FSF 6 ;; Maintainer: FSF
42 nil nil nil "-o" (expand-file-name filename)) 42 nil nil nil "-o" (expand-file-name filename))
43 (message "ncgen in progress...done")) 43 (message "ncgen in progress...done"))
44 44
45 (provide 'cdl) 45 (provide 'cdl)
46 46
47 ;;; cdl.el ends here. 47 ;;; cdl.el ends here