summaryrefslogtreecommitdiff
path: root/chess-auto.in
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-03-01 06:17:46 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-03-01 06:17:46 +0000
commitf115e4627966ae900aef55cb10f9e6207dbe7adf (patch)
tree0718fd859aa8995889a1d7b7a5dc9007c39767df /chess-auto.in
Initial revision
Diffstat (limited to 'chess-auto.in')
-rw-r--r--chess-auto.in10
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).