diff options
Diffstat (limited to 'chess-auto.el.in')
| -rw-r--r-- | chess-auto.el.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chess-auto.el.in b/chess-auto.el.in new file mode 100644 index 0000000..270a346 --- /dev/null +++ b/chess-auto.el.in @@ -0,0 +1,11 @@ +;;; -*-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). |
