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