summaryrefslogtreecommitdiff
path: root/chess-auto.el.in
diff options
context:
space:
mode:
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).