Import XE riece pkg Makefile/package-info.in
[packages] / xemacs-packages / ilisp / ilisp-aut.el
1 ;;; -*- Mode: Emacs-Lisp -*-
2
3 ;;; ilisp-aut.el --
4 ;;; ILISP autoloads.
5 ;;;
6 ;;; This file is part of ILISP.
7 ;;; Please refer to the file COPYING for copyrights and licensing
8 ;;; information.
9 ;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
10 ;;; of present and past contributors.
11 ;;;
12 ;;; $Id: ilisp-aut.el,v 1.4 2001-07-02 09:40:45 youngs Exp $
13
14
15 (autoload 'lisp-directory "ilisp-src" 
16           "Select directories to search." t)
17 (autoload 'next-definition-lisp "ilisp-src"
18           "Edit the next definition." t)
19 (autoload 'edit-definitions-lisp "ilisp-src" 
20           "Edit definitions." t)
21 (autoload 'search-lisp "ilisp-src" 
22           "Search for pattern in source files." t)
23 (autoload 'replace-lisp "ilisp-src" 
24           "Relace pattern in source files." t)
25 (autoload 'who-calls-lisp "ilisp-src"
26           "Show callers of a function." t)
27 (autoload 'next-caller-lisp "ilisp-src" 
28           "Edit the next caller of a function." t)
29 (autoload 'edit-callers-lisp "ilisp-src" 
30           "Edit the callers of a function." t)
31
32 (autoload 'ilisp-bug "ilisp-bug"
33           "Send a mail message about a bug." t)
34
35 ;;;%%Changed definitions
36 (autoload 'mark-change-lisp "ilisp-bat" 
37           "Mark the current defun as changed." t)
38 (autoload 'list-changes-lisp "ilisp-bat"
39           "List the current LISP changes." t)
40 (autoload 'clear-changes-lisp "ilisp-bat"
41           "Clear the list of LISP changes." t)
42 (autoload 'eval-changes-lisp "ilisp-bat"
43           "Evaluate the list of LISP changes." t)
44 (autoload 'compile-changes-lisp "ilisp-bat"
45           "Compile the list of LISP changes." t)
46