/usr/share/emacs/site-lisp/chess/chess-auto.el is in emacs-chess 2.0b6-1.1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 | ;;; -*-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-create-display chess) "chess" "chess.el"
;;;;;; (16451 27575))
;;; Generated autoloads from chess.el
(autoload 'chess "chess" "\
Start a game of chess, playing against ENGINE (a module name).
\(fn &optional ENGINE DISABLE-POPUP ENGINE-RESPONSE-HANDLER &rest ENGINE-CTOR-ARGS)" t nil)
(defalias 'chess-session 'chess)
(autoload 'chess-create-display "chess" "\
Create a display, letting the user's customization decide the style.
If MODULES-TOO is non-nil, also create and associate the modules
listed in `chess-default-modules'.
\(fn PERSPECTIVE &optional MODULES-TOO)" nil nil)
;;;***
;;;### (autoloads (chess-link) "chess-link" "chess-link.el" (15556
;;;;;; 25710))
;;; Generated autoloads from chess-link.el
(autoload 'chess-link "chess-link" "\
Play out a game between two engines, and watch the progress.
If you want to run an engine as a bot, make the transport the first
engine, and the computer the second engine.
\(fn FIRST-ENGINE-TYPE SECOND-ENGINE-TYPE)" t nil)
;;;***
;;;### (autoloads (chess-pgn-mode chess-pgn-read) "chess-pgn" "chess-pgn.el"
;;;;;; (16821 51694))
;;; Generated autoloads from chess-pgn.el
(autoload 'chess-pgn-read "chess-pgn" "\
Read and display a PGN game after point.
\(fn &optional FILE)" t nil)
(autoload 'chess-pgn-mode "chess-pgn" "\
A mode for editing chess PGN files.
\(fn)" t nil)
(defalias 'pgn-mode 'chess-pgn-mode)
(add-to-list 'auto-mode-alist '("\\.pgn\\'" . chess-pgn-mode))
;;;***
;;;### (autoloads (chess-puzzle) "chess-puzzle" "chess-puzzle.el"
;;;;;; (16419 30753))
;;; Generated autoloads from chess-puzzle.el
(autoload 'chess-puzzle "chess-puzzle" "\
Pick a random puzzle from FILE, and solve it against the default engine.
The spacebar in the display buffer is bound to `chess-puzzle-next',
making it easy to go on to the next puzzle once you've solved one.
\(fn FILE &optional INDEX)" t nil)
;;;***
;;;### (autoloads (chess-fischer-random-position) "chess-random"
;;;;;; "chess-random.el" (16379 19474))
;;; Generated autoloads from chess-random.el
(autoload 'chess-fischer-random-position "chess-random" "\
Generate a Fischer Random style position.
\(fn)" nil nil)
;;;***
;;;### (autoloads (chess-tutorial) "chess-tutorial" "chess-tutorial.el"
;;;;;; (16415 62374))
;;; Generated autoloads from chess-tutorial.el
(autoload 'chess-tutorial "chess-tutorial" "\
A simple chess training display.
\(fn)" t nil)
;;;***
;;;### (autoloads nil nil ("chess-ai.el" "chess-algebraic.el" "chess-announce.el"
;;;;;; "chess-autosave.el" "chess-chat.el" "chess-clock.el" "chess-common.el"
;;;;;; "chess-crafty.el" "chess-database.el" "chess-display.el"
;;;;;; "chess-engine.el" "chess-epd.el" "chess-fen.el" "chess-file.el"
;;;;;; "chess-game.el" "chess-german.el" "chess-gnuchess.el" "chess-ics1.el"
;;;;;; "chess-images.el" "chess-input.el" "chess-irc.el" "chess-kibitz.el"
;;;;;; "chess-maint.el" "chess-message.el" "chess-module.el" "chess-network.el"
;;;;;; "chess-none.el" "chess-opening.el" "chess-phalanx.el" "chess-plain.el"
;;;;;; "chess-ply.el" "chess-pos.el" "chess-scid.el" "chess-sjeng.el"
;;;;;; "chess-sound.el" "chess-transport.el" "chess-ucb.el" "chess-var.el"
;;;;;; "lispdoc.el") (19482 32487 761146))
;;;***
;;;### (autoloads (chess-ics) "chess-ics" "chess-ics.el" (17088 37202))
;;; Generated autoloads from chess-ics.el
(autoload 'chess-ics "chess-ics" "\
Connect to an Internet Chess Server.
\(fn SERVER PORT &optional HANDLE PASSWORD-OR-FILENAME HELPER &rest HELPER-ARGS)" t nil)
;;;***
|