summaryrefslogtreecommitdiff
path: root/chess-auto.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-auto.el')
-rw-r--r--chess-auto.el18
1 files changed, 0 insertions, 18 deletions
diff --git a/chess-auto.el b/chess-auto.el
deleted file mode 100644
index 39c3322..0000000
--- a/chess-auto.el
+++ /dev/null
@@ -1,18 +0,0 @@
-;;; -*-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).
-
-;;;### (autoloads (chess) "chess" "chess.el" (15535 63810))
-;;; Generated autoloads from chess.el
-
-(autoload (quote chess) "chess" "\
-Start a game of chess." t nil)
-
-;;;***