summaryrefslogtreecommitdiff
path: root/chess-auto.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-08 07:05:54 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-08 07:05:54 +0000
commite4cff5985b9c5d1c0d6f647f632f4d6ca92e79ff (patch)
tree001ee4859e5a8bf77379e1ae29186820d59bfcc0 /chess-auto.el
parent2465fa597a1078a9cdfd43c3d734b1cb51ca4c0b (diff)
Added a 'dist' target
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)
-
-;;;***