summaryrefslogtreecommitdiff
path: root/chess-auto.el.in
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-09-01 20:08:16 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-09-01 21:35:02 -0400
commit82df326680e889d2cc17434aee13e4c4f1c943dc (patch)
treef71b6cde258537c1f96e363b9ccf775f91fd4170 /chess-auto.el.in
parent8d899ce1af47b6ef0223ffd51ce77d5b56c39401 (diff)
chess-auto.el is built properly now.
Diffstat (limited to 'chess-auto.el.in')
-rw-r--r--chess-auto.el.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/chess-auto.el.in b/chess-auto.el.in
deleted file mode 100644
index 270a346..0000000
--- a/chess-auto.el.in
+++ /dev/null
@@ -1,11 +0,0 @@
-;;; -*-emacs-lisp-*-
-
-(require 'autoload)
-
-(defun generate-autoloads ()
- (interactive)
- (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).