diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-03-01 06:17:46 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-03-01 06:17:46 +0000 |
| commit | f115e4627966ae900aef55cb10f9e6207dbe7adf (patch) | |
| tree | 0718fd859aa8995889a1d7b7a5dc9007c39767df /chess-auto.in | |
Initial revision
Diffstat (limited to 'chess-auto.in')
| -rw-r--r-- | chess-auto.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chess-auto.in b/chess-auto.in new file mode 100644 index 0000000..24c40f1 --- /dev/null +++ b/chess-auto.in @@ -0,0 +1,10 @@ +;;; -*-emacs-lisp-*- + +(defun generate-autoloads () + (interactive) + (require 'autoload) + (setq generated-autoload-file (car command-line-args-left)) + (setq command-line-args-left (cdr command-line-args-left)) + (batch-update-autoloads)) + +;;; Generated autoloads follow (made by autoload.el). |
