diff options
| author | Eli Zaretskii | 2002-04-12 15:45:04 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-04-12 15:45:04 +0000 |
| commit | ec2bb97f5c4cabad42398caa2c0865c311bdec7c (patch) | |
| tree | 7f69fdcf3341327e3e4fd5b9928ffd4d726119d7 | |
| parent | d3b055c20aaa05d070ab6cafaaf91b1fd4594162 (diff) | |
| download | emacs-ec2bb97f5c4cabad42398caa2c0865c311bdec7c.tar.gz emacs-ec2bb97f5c4cabad42398caa2c0865c311bdec7c.zip | |
Regenerated.
| -rw-r--r-- | lisp/loaddefs.el | 545 |
1 files changed, 286 insertions, 259 deletions
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index 09733c05e60..ee607259792 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -53,7 +53,7 @@ should return a grid vector array that is the new solution." t nil) | |||
| 53 | ;;;*** | 53 | ;;;*** |
| 54 | 54 | ||
| 55 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" | 55 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" |
| 56 | ;;;;;; (15425 28364)) | 56 | ;;;;;; (15542 65298)) |
| 57 | ;;; Generated autoloads from progmodes/ada-mode.el | 57 | ;;; Generated autoloads from progmodes/ada-mode.el |
| 58 | 58 | ||
| 59 | (autoload (quote ada-add-extensions) "ada-mode" "\ | 59 | (autoload (quote ada-add-extensions) "ada-mode" "\ |
| @@ -65,8 +65,10 @@ name" nil nil) | |||
| 65 | 65 | ||
| 66 | (autoload (quote ada-mode) "ada-mode" "\ | 66 | (autoload (quote ada-mode) "ada-mode" "\ |
| 67 | Ada mode is the major mode for editing Ada code. | 67 | Ada mode is the major mode for editing Ada code. |
| 68 | This version was built on $Date: 2002/04/09 18:50:17 $. | ||
| 68 | 69 | ||
| 69 | Bindings are as follows: (Note: 'LFD' is control-j.) | 70 | Bindings are as follows: (Note: 'LFD' is control-j.) |
| 71 | \\{ada-mode-map} | ||
| 70 | 72 | ||
| 71 | Indent line '\\[ada-tab]' | 73 | Indent line '\\[ada-tab]' |
| 72 | Indent line, insert newline and indent the new line. '\\[newline-and-indent]' | 74 | Indent line, insert newline and indent the new line. '\\[newline-and-indent]' |
| @@ -109,7 +111,7 @@ If you use ada-xref.el: | |||
| 109 | ;;;*** | 111 | ;;;*** |
| 110 | 112 | ||
| 111 | ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" | 113 | ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" |
| 112 | ;;;;;; (15371 46425)) | 114 | ;;;;;; (15542 65298)) |
| 113 | ;;; Generated autoloads from progmodes/ada-stmt.el | 115 | ;;; Generated autoloads from progmodes/ada-stmt.el |
| 114 | 116 | ||
| 115 | (autoload (quote ada-header) "ada-stmt" "\ | 117 | (autoload (quote ada-header) "ada-stmt" "\ |
| @@ -117,6 +119,16 @@ Insert a descriptive header at the top of the file." t nil) | |||
| 117 | 119 | ||
| 118 | ;;;*** | 120 | ;;;*** |
| 119 | 121 | ||
| 122 | ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" | ||
| 123 | ;;;;;; (15542 65298)) | ||
| 124 | ;;; Generated autoloads from progmodes/ada-xref.el | ||
| 125 | |||
| 126 | (autoload (quote ada-find-file) "ada-xref" "\ | ||
| 127 | Open a file anywhere in the source path. | ||
| 128 | Completion is available." t nil) | ||
| 129 | |||
| 130 | ;;;*** | ||
| 131 | |||
| 120 | ;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun | 132 | ;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun |
| 121 | ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry | 133 | ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry |
| 122 | ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address | 134 | ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address |
| @@ -1035,25 +1047,12 @@ Calls `update-autoloads-from-directories' on the command line arguments." nil ni | |||
| 1035 | ;;;*** | 1047 | ;;;*** |
| 1036 | 1048 | ||
| 1037 | ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode | 1049 | ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode |
| 1038 | ;;;;;; auto-revert-mode global-auto-revert-mode) "autorevert" "autorevert.el" | 1050 | ;;;;;; auto-revert-mode) "autorevert" "autorevert.el" (15542 65289)) |
| 1039 | ;;;;;; (15371 46415)) | ||
| 1040 | ;;; Generated autoloads from autorevert.el | 1051 | ;;; Generated autoloads from autorevert.el |
| 1041 | 1052 | ||
| 1042 | (defvar auto-revert-mode nil "\ | 1053 | (defvar auto-revert-mode nil "\ |
| 1043 | *Non-nil when Auto-Revert Mode is active. | 1054 | *Non-nil when Auto-Revert Mode is active. |
| 1044 | 1055 | Never set this variable directly, use the command `auto-revert-mode' instead.") | |
| 1045 | Never set this variable directly, use the command `auto-revert-mode' | ||
| 1046 | instead.") | ||
| 1047 | |||
| 1048 | (defvar global-auto-revert-mode nil "\ | ||
| 1049 | When on, buffers are automatically reverted when files on disk change. | ||
| 1050 | |||
| 1051 | Set this variable using \\[customize] only. Otherwise, use the | ||
| 1052 | command `global-auto-revert-mode'.") | ||
| 1053 | |||
| 1054 | (custom-add-to-group (quote auto-revert) (quote global-auto-revert-mode) (quote custom-variable)) | ||
| 1055 | |||
| 1056 | (custom-add-load (quote global-auto-revert-mode) (quote autorevert)) | ||
| 1057 | 1056 | ||
| 1058 | (autoload (quote auto-revert-mode) "autorevert" "\ | 1057 | (autoload (quote auto-revert-mode) "autorevert" "\ |
| 1059 | Toggle reverting buffer when file on disk changes. | 1058 | Toggle reverting buffer when file on disk changes. |
| @@ -1068,6 +1067,16 @@ Turn on Auto-Revert Mode. | |||
| 1068 | This function is designed to be added to hooks, for example: | 1067 | This function is designed to be added to hooks, for example: |
| 1069 | (add-hook 'c-mode-hook 'turn-on-auto-revert-mode)" nil nil) | 1068 | (add-hook 'c-mode-hook 'turn-on-auto-revert-mode)" nil nil) |
| 1070 | 1069 | ||
| 1070 | (defvar global-auto-revert-mode nil "\ | ||
| 1071 | Non-nil if Global-Auto-Revert mode is enabled. | ||
| 1072 | See the command `global-auto-revert-mode' for a description of this minor-mode. | ||
| 1073 | Setting this variable directly does not take effect; | ||
| 1074 | use either \\[customize] or the function `global-auto-revert-mode'.") | ||
| 1075 | |||
| 1076 | (custom-add-to-group (quote auto-revert) (quote global-auto-revert-mode) (quote custom-variable)) | ||
| 1077 | |||
| 1078 | (custom-add-load (quote global-auto-revert-mode) (quote autorevert)) | ||
| 1079 | |||
| 1071 | (autoload (quote global-auto-revert-mode) "autorevert" "\ | 1080 | (autoload (quote global-auto-revert-mode) "autorevert" "\ |
| 1072 | Revert any buffer when file on disk change. | 1081 | Revert any buffer when file on disk change. |
| 1073 | 1082 | ||
| @@ -1174,7 +1183,7 @@ seconds." t nil) | |||
| 1174 | ;;;*** | 1183 | ;;;*** |
| 1175 | 1184 | ||
| 1176 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15507 | 1185 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15507 |
| 1177 | ;;;;;; 13708)) | 1186 | ;;;;;; 25513)) |
| 1178 | ;;; Generated autoloads from textmodes/bibtex.el | 1187 | ;;; Generated autoloads from textmodes/bibtex.el |
| 1179 | 1188 | ||
| 1180 | (autoload (quote bibtex-mode) "bibtex" "\ | 1189 | (autoload (quote bibtex-mode) "bibtex" "\ |
| @@ -1668,7 +1677,7 @@ corresponding bookmark function from Lisp (the one without the | |||
| 1668 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program | 1677 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program |
| 1669 | ;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program | 1678 | ;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program |
| 1670 | ;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url" | 1679 | ;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url" |
| 1671 | ;;;;;; "net/browse-url.el" (15509 27625)) | 1680 | ;;;;;; "net/browse-url.el" (15517 64423)) |
| 1672 | ;;; Generated autoloads from net/browse-url.el | 1681 | ;;; Generated autoloads from net/browse-url.el |
| 1673 | 1682 | ||
| 1674 | (defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\ | 1683 | (defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\ |
| @@ -2045,7 +2054,7 @@ Also see `make-text-button'." nil nil) | |||
| 2045 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile | 2054 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile |
| 2046 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory | 2055 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory |
| 2047 | ;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" | 2056 | ;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" |
| 2048 | ;;;;;; (15515 47286)) | 2057 | ;;;;;; (15521 59035)) |
| 2049 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2058 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 2050 | 2059 | ||
| 2051 | (autoload (quote byte-force-recompile) "bytecomp" "\ | 2060 | (autoload (quote byte-force-recompile) "bytecomp" "\ |
| @@ -2128,7 +2137,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'." nil nil | |||
| 2128 | ;;;*** | 2137 | ;;;*** |
| 2129 | 2138 | ||
| 2130 | ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" | 2139 | ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" |
| 2131 | ;;;;;; (15371 46418)) | 2140 | ;;;;;; (15533 36798)) |
| 2132 | ;;; Generated autoloads from calendar/cal-hebrew.el | 2141 | ;;; Generated autoloads from calendar/cal-hebrew.el |
| 2133 | 2142 | ||
| 2134 | (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ | 2143 | (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ |
| @@ -2140,8 +2149,8 @@ from the cursor position." t nil) | |||
| 2140 | 2149 | ||
| 2141 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle | 2150 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle |
| 2142 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc | 2151 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc |
| 2143 | ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15464 | 2152 | ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15525 |
| 2144 | ;;;;;; 26324)) | 2153 | ;;;;;; 27359)) |
| 2145 | ;;; Generated autoloads from calc/calc.el | 2154 | ;;; Generated autoloads from calc/calc.el |
| 2146 | 2155 | ||
| 2147 | (defvar calc-info-filename "calc.info" "\ | 2156 | (defvar calc-info-filename "calc.info" "\ |
| @@ -2245,7 +2254,7 @@ See the documentation for `calculator-mode' for more information." t nil) | |||
| 2245 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar | 2254 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar |
| 2246 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset | 2255 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset |
| 2247 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" | 2256 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" |
| 2248 | ;;;;;; (15445 63197)) | 2257 | ;;;;;; (15533 36800)) |
| 2249 | ;;; Generated autoloads from calendar/calendar.el | 2258 | ;;; Generated autoloads from calendar/calendar.el |
| 2250 | 2259 | ||
| 2251 | (defvar calendar-week-start-day 0 "\ | 2260 | (defvar calendar-week-start-day 0 "\ |
| @@ -2689,7 +2698,10 @@ any other value the current frame is used.") | |||
| 2689 | 2698 | ||
| 2690 | (autoload (quote calendar) "calendar" "\ | 2699 | (autoload (quote calendar) "calendar" "\ |
| 2691 | Choose between the one frame, two frame, or basic calendar displays. | 2700 | Choose between the one frame, two frame, or basic calendar displays. |
| 2692 | The original function `calendar' has been renamed `calendar-basic-setup'." t nil) | 2701 | If called with an optional prefix argument, prompts for month and year. |
| 2702 | |||
| 2703 | The original function `calendar' has been renamed `calendar-basic-setup'. | ||
| 2704 | See the documentation of that function for more information." t nil) | ||
| 2693 | 2705 | ||
| 2694 | ;;;*** | 2706 | ;;;*** |
| 2695 | 2707 | ||
| @@ -2870,7 +2882,7 @@ and exists only for compatibility reasons." t nil) | |||
| 2870 | 2882 | ||
| 2871 | ;;;*** | 2883 | ;;;*** |
| 2872 | 2884 | ||
| 2873 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15427 61508)) | 2885 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15542 65298)) |
| 2874 | ;;; Generated autoloads from progmodes/cc-vars.el | 2886 | ;;; Generated autoloads from progmodes/cc-vars.el |
| 2875 | 2887 | ||
| 2876 | (defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\ | 2888 | (defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\ |
| @@ -3402,7 +3414,7 @@ corresponding args of `make-coding-system'. If MNEMONIC isn't given, | |||
| 3402 | 3414 | ||
| 3403 | ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage | 3415 | ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage |
| 3404 | ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) | 3416 | ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) |
| 3405 | ;;;;;; "codepage" "international/codepage.el" (15507 30173)) | 3417 | ;;;;;; "codepage" "international/codepage.el" (15517 64423)) |
| 3406 | ;;; Generated autoloads from international/codepage.el | 3418 | ;;; Generated autoloads from international/codepage.el |
| 3407 | 3419 | ||
| 3408 | (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ | 3420 | (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ |
| @@ -3449,7 +3461,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil) | |||
| 3449 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 3461 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 3450 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 3462 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 3451 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 3463 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 3452 | ;;;;;; (15505 59085)) | 3464 | ;;;;;; (15542 65290)) |
| 3453 | ;;; Generated autoloads from comint.el | 3465 | ;;; Generated autoloads from comint.el |
| 3454 | 3466 | ||
| 3455 | (autoload (quote make-comint-in-buffer) "comint" "\ | 3467 | (autoload (quote make-comint-in-buffer) "comint" "\ |
| @@ -3505,8 +3517,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use." nil nil) | |||
| 3505 | 3517 | ||
| 3506 | ;;;*** | 3518 | ;;;*** |
| 3507 | 3519 | ||
| 3508 | ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (15371 | 3520 | ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (15525 |
| 3509 | ;;;;;; 46415)) | 3521 | ;;;;;; 27358)) |
| 3510 | ;;; Generated autoloads from compare-w.el | 3522 | ;;; Generated autoloads from compare-w.el |
| 3511 | 3523 | ||
| 3512 | (autoload (quote compare-windows) "compare-w" "\ | 3524 | (autoload (quote compare-windows) "compare-w" "\ |
| @@ -3529,7 +3541,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil) | |||
| 3529 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode | 3541 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode |
| 3530 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path | 3542 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path |
| 3531 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) | 3543 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) |
| 3532 | ;;;;;; "compile" "progmodes/compile.el" (15464 26331)) | 3544 | ;;;;;; "compile" "progmodes/compile.el" (15542 65298)) |
| 3533 | ;;; Generated autoloads from progmodes/compile.el | 3545 | ;;; Generated autoloads from progmodes/compile.el |
| 3534 | 3546 | ||
| 3535 | (defvar compilation-mode-hook nil "\ | 3547 | (defvar compilation-mode-hook nil "\ |
| @@ -3935,7 +3947,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil) | |||
| 3935 | ;;;*** | 3947 | ;;;*** |
| 3936 | 3948 | ||
| 3937 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" | 3949 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" |
| 3938 | ;;;;;; (15506 60335)) | 3950 | ;;;;;; (15542 65298)) |
| 3939 | ;;; Generated autoloads from progmodes/cperl-mode.el | 3951 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 3940 | 3952 | ||
| 3941 | (autoload (quote cperl-mode) "cperl-mode" "\ | 3953 | (autoload (quote cperl-mode) "cperl-mode" "\ |
| @@ -4373,7 +4385,7 @@ The format is suitable for use with `easy-menu-define'." nil nil) | |||
| 4373 | ;;;*** | 4385 | ;;;*** |
| 4374 | 4386 | ||
| 4375 | ;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" | 4387 | ;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" |
| 4376 | ;;;;;; "cus-face.el" (15371 46415)) | 4388 | ;;;;;; "cus-face.el" (15542 65290)) |
| 4377 | ;;; Generated autoloads from cus-face.el | 4389 | ;;; Generated autoloads from cus-face.el |
| 4378 | 4390 | ||
| 4379 | (autoload (quote custom-declare-face) "cus-face" "\ | 4391 | (autoload (quote custom-declare-face) "cus-face" "\ |
| @@ -4403,7 +4415,7 @@ Mode used for cvs status output." t nil) | |||
| 4403 | ;;;*** | 4415 | ;;;*** |
| 4404 | 4416 | ||
| 4405 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) | 4417 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) |
| 4406 | ;;;;;; "cwarn" "progmodes/cwarn.el" (15391 60713)) | 4418 | ;;;;;; "cwarn" "progmodes/cwarn.el" (15542 65299)) |
| 4407 | ;;; Generated autoloads from progmodes/cwarn.el | 4419 | ;;; Generated autoloads from progmodes/cwarn.el |
| 4408 | 4420 | ||
| 4409 | (autoload (quote cwarn-mode) "cwarn" "\ | 4421 | (autoload (quote cwarn-mode) "cwarn" "\ |
| @@ -4421,10 +4433,21 @@ Turn on CWarn mode. | |||
| 4421 | This function is designed to be added to hooks, for example: | 4433 | This function is designed to be added to hooks, for example: |
| 4422 | (add-hook 'c-mode-hook 'turn-on-cwarn-mode)" nil nil) | 4434 | (add-hook 'c-mode-hook 'turn-on-cwarn-mode)" nil nil) |
| 4423 | 4435 | ||
| 4424 | (autoload (quote global-cwarn-mode) "cwarn" "\ | 4436 | (defvar global-cwarn-mode nil "\ |
| 4425 | Hightlight suspicious C and C++ constructions in all buffers. | 4437 | Non-nil if Global-Cwarn mode is enabled. |
| 4438 | See the command `global-cwarn-mode' for a description of this minor-mode. | ||
| 4439 | Setting this variable directly does not take effect; | ||
| 4440 | use either \\[customize] or the function `global-cwarn-mode'.") | ||
| 4426 | 4441 | ||
| 4427 | With ARG, turn CWarn mode on globally if and only if arg is positive." t nil) | 4442 | (custom-add-to-group (quote cwarn) (quote global-cwarn-mode) (quote custom-variable)) |
| 4443 | |||
| 4444 | (custom-add-load (quote global-cwarn-mode) (quote cwarn)) | ||
| 4445 | |||
| 4446 | (autoload (quote global-cwarn-mode) "cwarn" "\ | ||
| 4447 | Toggle Cwarn mode in every buffer. | ||
| 4448 | With prefix ARG, turn Global-Cwarn mode on if and only if ARG is positive. | ||
| 4449 | Cwarn mode is actually not turned on in every buffer but only in those | ||
| 4450 | in which `turn-on-cwarn-mode-if-enabled' turns it on." t nil) | ||
| 4428 | 4451 | ||
| 4429 | ;;;*** | 4452 | ;;;*** |
| 4430 | 4453 | ||
| @@ -4453,7 +4476,7 @@ If the argument is nil, we return the display table to its standard state." t ni | |||
| 4453 | ;;;*** | 4476 | ;;;*** |
| 4454 | 4477 | ||
| 4455 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" | 4478 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" |
| 4456 | ;;;;;; (15509 27673)) | 4479 | ;;;;;; (15517 64421)) |
| 4457 | ;;; Generated autoloads from dabbrev.el | 4480 | ;;; Generated autoloads from dabbrev.el |
| 4458 | 4481 | ||
| 4459 | (define-key esc-map "/" (quote dabbrev-expand)) | 4482 | (define-key esc-map "/" (quote dabbrev-expand)) |
| @@ -4621,7 +4644,7 @@ $ | |||
| 4621 | ;;;*** | 4644 | ;;;*** |
| 4622 | 4645 | ||
| 4623 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" | 4646 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" |
| 4624 | ;;;;;; "emacs-lisp/debug.el" (15505 59087)) | 4647 | ;;;;;; "emacs-lisp/debug.el" (15542 65293)) |
| 4625 | ;;; Generated autoloads from emacs-lisp/debug.el | 4648 | ;;; Generated autoloads from emacs-lisp/debug.el |
| 4626 | 4649 | ||
| 4627 | (setq debugger (quote debug)) | 4650 | (setq debugger (quote debug)) |
| @@ -4917,7 +4940,7 @@ Minor mode for viewing/editing context diffs. | |||
| 4917 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink | 4940 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink |
| 4918 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename | 4941 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename |
| 4919 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) | 4942 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) |
| 4920 | ;;;;;; "dired" "dired.el" (15513 43367)) | 4943 | ;;;;;; "dired" "dired.el" (15542 65290)) |
| 4921 | ;;; Generated autoloads from dired.el | 4944 | ;;; Generated autoloads from dired.el |
| 4922 | 4945 | ||
| 4923 | (defvar dired-listing-switches "-al" "\ | 4946 | (defvar dired-listing-switches "-al" "\ |
| @@ -5024,7 +5047,7 @@ Like `dired' but returns the dired buffer as value, does not select it." nil nil | |||
| 5024 | ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines | 5047 | ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines |
| 5025 | ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp | 5048 | ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp |
| 5026 | ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" | 5049 | ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" |
| 5027 | ;;;;;; "dired-aux.el" (15505 59085)) | 5050 | ;;;;;; "dired-aux.el" (15525 27358)) |
| 5028 | ;;; Generated autoloads from dired-aux.el | 5051 | ;;; Generated autoloads from dired-aux.el |
| 5029 | 5052 | ||
| 5030 | (autoload (quote dired-diff) "dired-aux" "\ | 5053 | (autoload (quote dired-diff) "dired-aux" "\ |
| @@ -5847,7 +5870,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing." t nil) | |||
| 5847 | ;;;*** | 5870 | ;;;*** |
| 5848 | 5871 | ||
| 5849 | ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms | 5872 | ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms |
| 5850 | ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15371 46419)) | 5873 | ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15542 65294)) |
| 5851 | ;;; Generated autoloads from emacs-lisp/edebug.el | 5874 | ;;; Generated autoloads from emacs-lisp/edebug.el |
| 5852 | 5875 | ||
| 5853 | (defvar edebug-all-defs nil "\ | 5876 | (defvar edebug-all-defs nil "\ |
| @@ -5890,7 +5913,7 @@ or if an error occurs, leave point after it with mark at the original point." t | |||
| 5890 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor | 5913 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor |
| 5891 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions | 5914 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions |
| 5892 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3 | 5915 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3 |
| 5893 | ;;;;;; ediff-files) "ediff" "ediff.el" (15512 11746)) | 5916 | ;;;;;; ediff-files) "ediff" "ediff.el" (15517 64421)) |
| 5894 | ;;; Generated autoloads from ediff.el | 5917 | ;;; Generated autoloads from ediff.el |
| 5895 | 5918 | ||
| 5896 | (autoload (quote ediff-files) "ediff" "\ | 5919 | (autoload (quote ediff-files) "ediff" "\ |
| @@ -6073,7 +6096,7 @@ With optional NODE, goes to that node." t nil) | |||
| 6073 | ;;;*** | 6096 | ;;;*** |
| 6074 | 6097 | ||
| 6075 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" | 6098 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" |
| 6076 | ;;;;;; (15512 11746)) | 6099 | ;;;;;; (15517 64421)) |
| 6077 | ;;; Generated autoloads from ediff-mult.el | 6100 | ;;; Generated autoloads from ediff-mult.el |
| 6078 | 6101 | ||
| 6079 | (autoload (quote ediff-show-registry) "ediff-mult" "\ | 6102 | (autoload (quote ediff-show-registry) "ediff-mult" "\ |
| @@ -6084,7 +6107,7 @@ Display Ediff's registry." t nil) | |||
| 6084 | ;;;*** | 6107 | ;;;*** |
| 6085 | 6108 | ||
| 6086 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) | 6109 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) |
| 6087 | ;;;;;; "ediff-util" "ediff-util.el" (15512 11746)) | 6110 | ;;;;;; "ediff-util" "ediff-util.el" (15517 64421)) |
| 6088 | ;;; Generated autoloads from ediff-util.el | 6111 | ;;; Generated autoloads from ediff-util.el |
| 6089 | 6112 | ||
| 6090 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ | 6113 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ |
| @@ -6269,7 +6292,7 @@ displayed." t nil) | |||
| 6269 | ;;;*** | 6292 | ;;;*** |
| 6270 | 6293 | ||
| 6271 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" | 6294 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" |
| 6272 | ;;;;;; (15513 16623)) | 6295 | ;;;;;; (15517 64423)) |
| 6273 | ;;; Generated autoloads from mail/emacsbug.el | 6296 | ;;; Generated autoloads from mail/emacsbug.el |
| 6274 | 6297 | ||
| 6275 | (autoload (quote report-emacs-bug) "emacsbug" "\ | 6298 | (autoload (quote report-emacs-bug) "emacsbug" "\ |
| @@ -6334,7 +6357,7 @@ Emerge two RCS revisions of a file, with another revision as ancestor." t nil) | |||
| 6334 | ;;;*** | 6357 | ;;;*** |
| 6335 | 6358 | ||
| 6336 | ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" | 6359 | ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" |
| 6337 | ;;;;;; (15391 60549)) | 6360 | ;;;;;; (15542 65297)) |
| 6338 | ;;; Generated autoloads from international/encoded-kb.el | 6361 | ;;; Generated autoloads from international/encoded-kb.el |
| 6339 | 6362 | ||
| 6340 | (defvar encoded-kbd-mode nil "\ | 6363 | (defvar encoded-kbd-mode nil "\ |
| @@ -6362,7 +6385,7 @@ as a multilingual text encoded in a coding system set by | |||
| 6362 | ;;;*** | 6385 | ;;;*** |
| 6363 | 6386 | ||
| 6364 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) | 6387 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) |
| 6365 | ;;;;;; "enriched" "enriched.el" (15425 28361)) | 6388 | ;;;;;; "enriched" "enriched.el" (15542 65290)) |
| 6366 | ;;; Generated autoloads from enriched.el | 6389 | ;;; Generated autoloads from enriched.el |
| 6367 | 6390 | ||
| 6368 | (autoload (quote enriched-mode) "enriched" "\ | 6391 | (autoload (quote enriched-mode) "enriched" "\ |
| @@ -6440,7 +6463,7 @@ Please include any configuration details that might be involved." t nil) | |||
| 6440 | ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table | 6463 | ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table |
| 6441 | ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list | 6464 | ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list |
| 6442 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" | 6465 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" |
| 6443 | ;;;;;; (15505 59091)) | 6466 | ;;;;;; (15542 65299)) |
| 6444 | ;;; Generated autoloads from progmodes/etags.el | 6467 | ;;; Generated autoloads from progmodes/etags.el |
| 6445 | 6468 | ||
| 6446 | (defvar tags-file-name nil "\ | 6469 | (defvar tags-file-name nil "\ |
| @@ -6987,7 +7010,7 @@ This is used only in conjunction with `expand-add-abbrevs'." t nil) | |||
| 6987 | 7010 | ||
| 6988 | ;;;*** | 7011 | ;;;*** |
| 6989 | 7012 | ||
| 6990 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15417 7451)) | 7013 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15531 2353)) |
| 6991 | ;;; Generated autoloads from progmodes/f90.el | 7014 | ;;; Generated autoloads from progmodes/f90.el |
| 6992 | 7015 | ||
| 6993 | (autoload (quote f90-mode) "f90" "\ | 7016 | (autoload (quote f90-mode) "f90" "\ |
| @@ -7056,7 +7079,7 @@ with no args, if that value is non-nil." t nil) | |||
| 7056 | ;;;;;; facemenu-remove-face-props facemenu-set-read-only facemenu-set-intangible | 7079 | ;;;;;; facemenu-remove-face-props facemenu-set-read-only facemenu-set-intangible |
| 7057 | ;;;;;; facemenu-set-invisible facemenu-set-face-from-menu facemenu-set-background | 7080 | ;;;;;; facemenu-set-invisible facemenu-set-face-from-menu facemenu-set-background |
| 7058 | ;;;;;; facemenu-set-foreground facemenu-set-face) "facemenu" "facemenu.el" | 7081 | ;;;;;; facemenu-set-foreground facemenu-set-face) "facemenu" "facemenu.el" |
| 7059 | ;;;;;; (15505 59085)) | 7082 | ;;;;;; (15521 59035)) |
| 7060 | ;;; Generated autoloads from facemenu.el | 7083 | ;;; Generated autoloads from facemenu.el |
| 7061 | (define-key global-map "\M-g" 'facemenu-keymap) | 7084 | (define-key global-map "\M-g" 'facemenu-keymap) |
| 7062 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) | 7085 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) |
| @@ -7558,7 +7581,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP." t nil) | |||
| 7558 | ;;;*** | 7581 | ;;;*** |
| 7559 | 7582 | ||
| 7560 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) | 7583 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) |
| 7561 | ;;;;;; "finder" "finder.el" (15515 48463)) | 7584 | ;;;;;; "finder" "finder.el" (15517 64421)) |
| 7562 | ;;; Generated autoloads from finder.el | 7585 | ;;; Generated autoloads from finder.el |
| 7563 | 7586 | ||
| 7564 | (autoload (quote finder-list-keywords) "finder" "\ | 7587 | (autoload (quote finder-list-keywords) "finder" "\ |
| @@ -7721,7 +7744,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key: | |||
| 7721 | 7744 | ||
| 7722 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode | 7745 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode |
| 7723 | ;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock | 7746 | ;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock |
| 7724 | ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15505 59086)) | 7747 | ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15525 29196)) |
| 7725 | ;;; Generated autoloads from font-lock.el | 7748 | ;;; Generated autoloads from font-lock.el |
| 7726 | 7749 | ||
| 7727 | (make-variable-buffer-local (quote font-lock-defaults)) | 7750 | (make-variable-buffer-local (quote font-lock-defaults)) |
| @@ -8189,7 +8212,7 @@ Generate NOV files recursively starting in DIR." t nil) | |||
| 8189 | ;;;*** | 8212 | ;;;*** |
| 8190 | 8213 | ||
| 8191 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) | 8214 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) |
| 8192 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (15391 60529)) | 8215 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (15531 2352)) |
| 8193 | ;;; Generated autoloads from gnus/gnus-group.el | 8216 | ;;; Generated autoloads from gnus/gnus-group.el |
| 8194 | 8217 | ||
| 8195 | (autoload (quote gnus-fetch-group) "gnus-group" "\ | 8218 | (autoload (quote gnus-fetch-group) "gnus-group" "\ |
| @@ -8386,7 +8409,7 @@ Update the format specification near point." t nil) | |||
| 8386 | ;;;*** | 8409 | ;;;*** |
| 8387 | 8410 | ||
| 8388 | ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" | 8411 | ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" |
| 8389 | ;;;;;; "gnus/gnus-start.el" (15514 12379)) | 8412 | ;;;;;; "gnus/gnus-start.el" (15517 64423)) |
| 8390 | ;;; Generated autoloads from gnus/gnus-start.el | 8413 | ;;; Generated autoloads from gnus/gnus-start.el |
| 8391 | 8414 | ||
| 8392 | (autoload (quote gnus-unload) "gnus-start" "\ | 8415 | (autoload (quote gnus-unload) "gnus-start" "\ |
| @@ -8409,7 +8432,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'." nil nil) | |||
| 8409 | 8432 | ||
| 8410 | ;;;*** | 8433 | ;;;*** |
| 8411 | 8434 | ||
| 8412 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (15400 1479)) | 8435 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (15517 64423)) |
| 8413 | ;;; Generated autoloads from play/gomoku.el | 8436 | ;;; Generated autoloads from play/gomoku.el |
| 8414 | 8437 | ||
| 8415 | (autoload (quote gomoku) "gomoku" "\ | 8438 | (autoload (quote gomoku) "gomoku" "\ |
| @@ -8472,7 +8495,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil) | |||
| 8472 | ;;;*** | 8495 | ;;;*** |
| 8473 | 8496 | ||
| 8474 | ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" | 8497 | ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" |
| 8475 | ;;;;;; (15464 26323)) | 8498 | ;;;;;; (15525 27358)) |
| 8476 | ;;; Generated autoloads from gud.el | 8499 | ;;; Generated autoloads from gud.el |
| 8477 | 8500 | ||
| 8478 | (autoload (quote gdb) "gud" "\ | 8501 | (autoload (quote gdb) "gud" "\ |
| @@ -8511,7 +8534,7 @@ and source-file directory for your debugger." t nil) | |||
| 8511 | (autoload (quote jdb) "gud" "\ | 8534 | (autoload (quote jdb) "gud" "\ |
| 8512 | Run jdb with command line COMMAND-LINE in a buffer. | 8535 | Run jdb with command line COMMAND-LINE in a buffer. |
| 8513 | The buffer is named \"*gud*\" if no initial class is given or | 8536 | The buffer is named \"*gud*\" if no initial class is given or |
| 8514 | \"*gud-<initial-class-basename>*\" if there is. If the \"-classpath\" | 8537 | \"*gud-<initial-class-basename>*\" if there is. If the \"-classpath\" |
| 8515 | switch is given, omit all whitespace between it and its value. | 8538 | switch is given, omit all whitespace between it and its value. |
| 8516 | 8539 | ||
| 8517 | See `gud-jdb-use-classpath' and `gud-jdb-classpath' documentation for | 8540 | See `gud-jdb-use-classpath' and `gud-jdb-classpath' documentation for |
| @@ -8565,7 +8588,7 @@ to be updated." t nil) | |||
| 8565 | 8588 | ||
| 8566 | ;;;### (autoloads (describe-categories describe-syntax describe-variable | 8589 | ;;;### (autoloads (describe-categories describe-syntax describe-variable |
| 8567 | ;;;;;; variable-at-point describe-function-1 describe-function locate-library | 8590 | ;;;;;; variable-at-point describe-function-1 describe-function locate-library |
| 8568 | ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15483 47733)) | 8591 | ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15531 2351)) |
| 8569 | ;;; Generated autoloads from help-fns.el | 8592 | ;;; Generated autoloads from help-fns.el |
| 8570 | 8593 | ||
| 8571 | (autoload (quote help-with-tutorial) "help-fns" "\ | 8594 | (autoload (quote help-with-tutorial) "help-fns" "\ |
| @@ -8945,7 +8968,7 @@ how the hiding is done: | |||
| 8945 | ;;;*** | 8968 | ;;;*** |
| 8946 | 8969 | ||
| 8947 | ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) | 8970 | ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) |
| 8948 | ;;;;;; "hideshow" "progmodes/hideshow.el" (15371 46426)) | 8971 | ;;;;;; "hideshow" "progmodes/hideshow.el" (15542 65299)) |
| 8949 | ;;; Generated autoloads from progmodes/hideshow.el | 8972 | ;;; Generated autoloads from progmodes/hideshow.el |
| 8950 | 8973 | ||
| 8951 | (defvar hs-hide-comments-when-hiding-all t "\ | 8974 | (defvar hs-hide-comments-when-hiding-all t "\ |
| @@ -9159,7 +9182,7 @@ argument VERBOSE non-nil makes the function verbose." nil (quote macro)) | |||
| 9159 | ;;;*** | 9182 | ;;;*** |
| 9160 | 9183 | ||
| 9161 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" | 9184 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" |
| 9162 | ;;;;;; (15455 18398)) | 9185 | ;;;;;; (15521 59035)) |
| 9163 | ;;; Generated autoloads from hl-line.el | 9186 | ;;; Generated autoloads from hl-line.el |
| 9164 | 9187 | ||
| 9165 | (autoload (quote hl-line-mode) "hl-line" "\ | 9188 | (autoload (quote hl-line-mode) "hl-line" "\ |
| @@ -9241,7 +9264,7 @@ Also see `automatic-hscrolling'." t nil) | |||
| 9241 | ;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable | 9264 | ;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable |
| 9242 | ;;;;;; ibuffer-included-in-filters-p ibuffer-interactive-filter-by-mode | 9265 | ;;;;;; ibuffer-included-in-filters-p ibuffer-interactive-filter-by-mode |
| 9243 | ;;;;;; ibuffer-mouse-filter-by-mode ibuffer-auto-mode) "ibuf-ext" | 9266 | ;;;;;; ibuffer-mouse-filter-by-mode ibuffer-auto-mode) "ibuf-ext" |
| 9244 | ;;;;;; "ibuf-ext.el" (15510 23131)) | 9267 | ;;;;;; "ibuf-ext.el" (15525 27358)) |
| 9245 | ;;; Generated autoloads from ibuf-ext.el | 9268 | ;;; Generated autoloads from ibuf-ext.el |
| 9246 | 9269 | ||
| 9247 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ | 9270 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ |
| @@ -9476,7 +9499,7 @@ bound to the current value of the filter." nil (quote macro)) | |||
| 9476 | ;;;*** | 9499 | ;;;*** |
| 9477 | 9500 | ||
| 9478 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) | 9501 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) |
| 9479 | ;;;;;; "ibuffer" "ibuffer.el" (15510 23157)) | 9502 | ;;;;;; "ibuffer" "ibuffer.el" (15542 65291)) |
| 9480 | ;;; Generated autoloads from ibuffer.el | 9503 | ;;; Generated autoloads from ibuffer.el |
| 9481 | 9504 | ||
| 9482 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ | 9505 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ |
| @@ -9860,7 +9883,7 @@ Image files are those whose name has an extension in | |||
| 9860 | ;;;*** | 9883 | ;;;*** |
| 9861 | 9884 | ||
| 9862 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar | 9885 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar |
| 9863 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (15509 27826)) | 9886 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (15517 64421)) |
| 9864 | ;;; Generated autoloads from imenu.el | 9887 | ;;; Generated autoloads from imenu.el |
| 9865 | 9888 | ||
| 9866 | (defvar imenu-sort-function nil "\ | 9889 | (defvar imenu-sort-function nil "\ |
| @@ -10088,7 +10111,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 10088 | 10111 | ||
| 10089 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 10112 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 10090 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone | 10113 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone |
| 10091 | ;;;;;; info info-other-window) "info" "info.el" (15505 59086)) | 10114 | ;;;;;; info info-other-window) "info" "info.el" (15531 2351)) |
| 10092 | ;;; Generated autoloads from info.el | 10115 | ;;; Generated autoloads from info.el |
| 10093 | 10116 | ||
| 10094 | (autoload (quote info-other-window) "info" "\ | 10117 | (autoload (quote info-other-window) "info" "\ |
| @@ -10222,7 +10245,7 @@ Toggle input method in interactive search." t nil) | |||
| 10222 | ;;;*** | 10245 | ;;;*** |
| 10223 | 10246 | ||
| 10224 | ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" | 10247 | ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" |
| 10225 | ;;;;;; (15455 18402)) | 10248 | ;;;;;; (15542 65297)) |
| 10226 | ;;; Generated autoloads from international/iso-acc.el | 10249 | ;;; Generated autoloads from international/iso-acc.el |
| 10227 | 10250 | ||
| 10228 | (autoload (quote iso-accents-mode) "iso-acc" "\ | 10251 | (autoload (quote iso-accents-mode) "iso-acc" "\ |
| @@ -10890,7 +10913,7 @@ use either M-x customize of the function `latin1-display'.") | |||
| 10890 | ;;;*** | 10913 | ;;;*** |
| 10891 | 10914 | ||
| 10892 | ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" | 10915 | ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" |
| 10893 | ;;;;;; "lazy-lock.el" (15509 27929)) | 10916 | ;;;;;; "lazy-lock.el" (15517 64421)) |
| 10894 | ;;; Generated autoloads from lazy-lock.el | 10917 | ;;; Generated autoloads from lazy-lock.el |
| 10895 | 10918 | ||
| 10896 | (autoload (quote lazy-lock-mode) "lazy-lock" "\ | 10919 | (autoload (quote lazy-lock-mode) "lazy-lock" "\ |
| @@ -11290,8 +11313,8 @@ This function normally would be called when the message is sent." nil nil) | |||
| 11290 | 11313 | ||
| 11291 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region | 11314 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region |
| 11292 | ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p | 11315 | ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p |
| 11293 | ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (15512 | 11316 | ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (15517 |
| 11294 | ;;;;;; 17296)) | 11317 | ;;;;;; 64423)) |
| 11295 | ;;; Generated autoloads from mail/mail-utils.el | 11318 | ;;; Generated autoloads from mail/mail-utils.el |
| 11296 | 11319 | ||
| 11297 | (defvar mail-use-rfc822 nil "\ | 11320 | (defvar mail-use-rfc822 nil "\ |
| @@ -11326,7 +11349,7 @@ If 4th arg LIST is non-nil, return a list of all such fields." nil nil) | |||
| 11326 | ;;;*** | 11349 | ;;;*** |
| 11327 | 11350 | ||
| 11328 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) | 11351 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) |
| 11329 | ;;;;;; "mailabbrev" "mail/mailabbrev.el" (15468 8218)) | 11352 | ;;;;;; "mailabbrev" "mail/mailabbrev.el" (15533 36827)) |
| 11330 | ;;; Generated autoloads from mail/mailabbrev.el | 11353 | ;;; Generated autoloads from mail/mailabbrev.el |
| 11331 | 11354 | ||
| 11332 | (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ | 11355 | (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ |
| @@ -11523,7 +11546,7 @@ yourself the value of `master-of' by calling `master-show-slave'." t nil) | |||
| 11523 | ;;;;;; message-signature message-indent-citation-function message-cite-function | 11546 | ;;;;;; message-signature message-indent-citation-function message-cite-function |
| 11524 | ;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function | 11547 | ;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function |
| 11525 | ;;;;;; message-user-organization-file message-signature-separator | 11548 | ;;;;;; message-user-organization-file message-signature-separator |
| 11526 | ;;;;;; message-from-style) "message" "gnus/message.el" (15514 12379)) | 11549 | ;;;;;; message-from-style) "message" "gnus/message.el" (15531 2352)) |
| 11527 | ;;; Generated autoloads from gnus/message.el | 11550 | ;;; Generated autoloads from gnus/message.el |
| 11528 | 11551 | ||
| 11529 | (defvar message-from-style (quote default) "\ | 11552 | (defvar message-from-style (quote default) "\ |
| @@ -12032,7 +12055,7 @@ different buffer menu using the function `msb'." t nil) | |||
| 12032 | ;;;;;; describe-current-coding-system describe-current-coding-system-briefly | 12055 | ;;;;;; describe-current-coding-system describe-current-coding-system-briefly |
| 12033 | ;;;;;; describe-coding-system describe-char-after describe-character-set | 12056 | ;;;;;; describe-coding-system describe-char-after describe-character-set |
| 12034 | ;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag" | 12057 | ;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag" |
| 12035 | ;;;;;; "international/mule-diag.el" (15509 4062)) | 12058 | ;;;;;; "international/mule-diag.el" (15517 64423)) |
| 12036 | ;;; Generated autoloads from international/mule-diag.el | 12059 | ;;; Generated autoloads from international/mule-diag.el |
| 12037 | 12060 | ||
| 12038 | (autoload (quote list-character-sets) "mule-diag" "\ | 12061 | (autoload (quote list-character-sets) "mule-diag" "\ |
| @@ -12251,7 +12274,7 @@ language environment LANG-ENV." nil nil) | |||
| 12251 | ;;;*** | 12274 | ;;;*** |
| 12252 | 12275 | ||
| 12253 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" | 12276 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" |
| 12254 | ;;;;;; (15490 49404)) | 12277 | ;;;;;; (15521 59035)) |
| 12255 | ;;; Generated autoloads from mwheel.el | 12278 | ;;; Generated autoloads from mwheel.el |
| 12256 | 12279 | ||
| 12257 | (defvar mouse-wheel-mode nil "\ | 12280 | (defvar mouse-wheel-mode nil "\ |
| @@ -12336,7 +12359,7 @@ Open a network connection to HOST on PORT." t nil) | |||
| 12336 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent | 12359 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent |
| 12337 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line | 12360 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line |
| 12338 | ;;;;;; comment-padding comment-style comment-column) "newcomment" | 12361 | ;;;;;; comment-padding comment-style comment-column) "newcomment" |
| 12339 | ;;;;;; "newcomment.el" (15505 59086)) | 12362 | ;;;;;; "newcomment.el" (15542 65292)) |
| 12340 | ;;; Generated autoloads from newcomment.el | 12363 | ;;; Generated autoloads from newcomment.el |
| 12341 | 12364 | ||
| 12342 | (defalias (quote indent-for-comment) (quote comment-indent)) | 12365 | (defalias (quote indent-for-comment) (quote comment-indent)) |
| @@ -12351,9 +12374,10 @@ Open a network connection to HOST on PORT." t nil) | |||
| 12351 | 12374 | ||
| 12352 | (defvar comment-column 32 "\ | 12375 | (defvar comment-column 32 "\ |
| 12353 | *Column to indent right-margin comments to. | 12376 | *Column to indent right-margin comments to. |
| 12354 | Setting this variable automatically makes it local to the current buffer. | ||
| 12355 | Each mode establishes a different default value for this variable; you | 12377 | Each mode establishes a different default value for this variable; you |
| 12356 | can set the value for a particular mode using that mode's hook.") | 12378 | can set the value for a particular mode using that mode's hook. |
| 12379 | Comments might be indented to a value smaller than this in order | ||
| 12380 | not to go beyond `fill-column'.") | ||
| 12357 | 12381 | ||
| 12358 | (defvar comment-start nil "\ | 12382 | (defvar comment-start nil "\ |
| 12359 | *String to insert to start a new comment, or nil if no comment syntax.") | 12383 | *String to insert to start a new comment, or nil if no comment syntax.") |
| @@ -12470,7 +12494,7 @@ symbol in the alist." nil nil) | |||
| 12470 | ;;;*** | 12494 | ;;;*** |
| 12471 | 12495 | ||
| 12472 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" | 12496 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" |
| 12473 | ;;;;;; (15400 1476)) | 12497 | ;;;;;; (15542 65296)) |
| 12474 | ;;; Generated autoloads from gnus/nnfolder.el | 12498 | ;;; Generated autoloads from gnus/nnfolder.el |
| 12475 | 12499 | ||
| 12476 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ | 12500 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ |
| @@ -12490,7 +12514,7 @@ Finds out what articles are to be part of the nnkiboze groups." t nil) | |||
| 12490 | ;;;*** | 12514 | ;;;*** |
| 12491 | 12515 | ||
| 12492 | ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" | 12516 | ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" |
| 12493 | ;;;;;; (15371 46421)) | 12517 | ;;;;;; (15542 65296)) |
| 12494 | ;;; Generated autoloads from gnus/nnml.el | 12518 | ;;; Generated autoloads from gnus/nnml.el |
| 12495 | 12519 | ||
| 12496 | (autoload (quote nnml-generate-nov-databases) "nnml" "\ | 12520 | (autoload (quote nnml-generate-nov-databases) "nnml" "\ |
| @@ -12514,7 +12538,7 @@ Revert posting and mailing methods to the standard Emacs methods." t nil) | |||
| 12514 | ;;;*** | 12538 | ;;;*** |
| 12515 | 12539 | ||
| 12516 | ;;;### (autoloads (disable-command enable-command disabled-command-hook) | 12540 | ;;;### (autoloads (disable-command enable-command disabled-command-hook) |
| 12517 | ;;;;;; "novice" "novice.el" (15513 5696)) | 12541 | ;;;;;; "novice" "novice.el" (15517 64422)) |
| 12518 | ;;; Generated autoloads from novice.el | 12542 | ;;; Generated autoloads from novice.el |
| 12519 | 12543 | ||
| 12520 | (defvar disabled-command-hook (quote disabled-command-hook) "\ | 12544 | (defvar disabled-command-hook (quote disabled-command-hook) "\ |
| @@ -12838,7 +12862,7 @@ C-Escape does list-buffers." t nil) | |||
| 12838 | ;;;*** | 12862 | ;;;*** |
| 12839 | 12863 | ||
| 12840 | ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" | 12864 | ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" |
| 12841 | ;;;;;; "emulation/pc-select.el" (15509 28072)) | 12865 | ;;;;;; "emulation/pc-select.el" (15517 64422)) |
| 12842 | ;;; Generated autoloads from emulation/pc-select.el | 12866 | ;;; Generated autoloads from emulation/pc-select.el |
| 12843 | 12867 | ||
| 12844 | (defvar pc-selection-mode nil "\ | 12868 | (defvar pc-selection-mode nil "\ |
| @@ -13047,7 +13071,7 @@ Setup shell-mode to use pcomplete." nil nil) | |||
| 13047 | 13071 | ||
| 13048 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status | 13072 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status |
| 13049 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" | 13073 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" |
| 13050 | ;;;;;; "pcvs.el" (15444 42462)) | 13074 | ;;;;;; "pcvs.el" (15533 36788)) |
| 13051 | ;;; Generated autoloads from pcvs.el | 13075 | ;;; Generated autoloads from pcvs.el |
| 13052 | 13076 | ||
| 13053 | (autoload (quote cvs-checkout) "pcvs" "\ | 13077 | (autoload (quote cvs-checkout) "pcvs" "\ |
| @@ -13240,7 +13264,7 @@ they are not defaultly assigned to keys." t nil) | |||
| 13240 | ;;;*** | 13264 | ;;;*** |
| 13241 | 13265 | ||
| 13242 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" | 13266 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" |
| 13243 | ;;;;;; (15507 32977)) | 13267 | ;;;;;; (15517 64423)) |
| 13244 | ;;; Generated autoloads from textmodes/po.el | 13268 | ;;; Generated autoloads from textmodes/po.el |
| 13245 | 13269 | ||
| 13246 | (autoload (quote po-find-file-coding-system) "po" "\ | 13270 | (autoload (quote po-find-file-coding-system) "po" "\ |
| @@ -13904,8 +13928,8 @@ were operated on recently." t nil) | |||
| 13904 | ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle | 13928 | ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle |
| 13905 | ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle | 13929 | ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle |
| 13906 | ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle | 13930 | ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle |
| 13907 | ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15484 | 13931 | ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15525 |
| 13908 | ;;;;;; 11830)) | 13932 | ;;;;;; 27358)) |
| 13909 | ;;; Generated autoloads from rect.el | 13933 | ;;; Generated autoloads from rect.el |
| 13910 | 13934 | ||
| 13911 | (autoload (quote move-to-column-force) "rect" "\ | 13935 | (autoload (quote move-to-column-force) "rect" "\ |
| @@ -13982,6 +14006,8 @@ The length of STRING need not be the same as the rectangle width. | |||
| 13982 | 14006 | ||
| 13983 | Called from a program, takes three args; START, END and STRING." t nil) | 14007 | Called from a program, takes three args; START, END and STRING." t nil) |
| 13984 | 14008 | ||
| 14009 | (defalias (quote replace-rectangle) (quote string-rectangle)) | ||
| 14010 | |||
| 13985 | (autoload (quote string-insert-rectangle) "rect" "\ | 14011 | (autoload (quote string-insert-rectangle) "rect" "\ |
| 13986 | Insert STRING on each line of region-rectangle, shifting text right. | 14012 | Insert STRING on each line of region-rectangle, shifting text right. |
| 13987 | 14013 | ||
| @@ -14348,7 +14374,7 @@ variable." t nil) | |||
| 14348 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output | 14374 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output |
| 14349 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers | 14375 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers |
| 14350 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) | 14376 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) |
| 14351 | ;;;;;; "rmail" "mail/rmail.el" (15511 37635)) | 14377 | ;;;;;; "rmail" "mail/rmail.el" (15521 59035)) |
| 14352 | ;;; Generated autoloads from mail/rmail.el | 14378 | ;;; Generated autoloads from mail/rmail.el |
| 14353 | 14379 | ||
| 14354 | (defvar rmail-dont-reply-to-names nil "\ | 14380 | (defvar rmail-dont-reply-to-names nil "\ |
| @@ -15389,13 +15415,13 @@ Prefix arg means just kill any existing server communications subprocess." t nil | |||
| 15389 | ;;;*** | 15415 | ;;;*** |
| 15390 | 15416 | ||
| 15391 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" | 15417 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" |
| 15392 | ;;;;;; (15509 11491)) | 15418 | ;;;;;; (15542 65299)) |
| 15393 | ;;; Generated autoloads from textmodes/sgml-mode.el | 15419 | ;;; Generated autoloads from textmodes/sgml-mode.el |
| 15394 | 15420 | ||
| 15395 | (autoload (quote sgml-mode) "sgml-mode" "\ | 15421 | (autoload (quote sgml-mode) "sgml-mode" "\ |
| 15396 | Major mode for editing SGML documents. | 15422 | Major mode for editing SGML documents. |
| 15397 | Makes > match <. | 15423 | Makes > match <. |
| 15398 | Keys <, &, SPC within <>, \" and ' can be electric depending on | 15424 | Keys <, &, SPC within <>, \", / and ' can be electric depending on |
| 15399 | `sgml-quick-keys'. | 15425 | `sgml-quick-keys'. |
| 15400 | 15426 | ||
| 15401 | An argument of N to a tag-inserting command means to wrap it around | 15427 | An argument of N to a tag-inserting command means to wrap it around |
| @@ -15515,7 +15541,7 @@ with your script for an edit-interpret-debug cycle." t nil) | |||
| 15515 | ;;;*** | 15541 | ;;;*** |
| 15516 | 15542 | ||
| 15517 | ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" | 15543 | ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" |
| 15518 | ;;;;;; (15371 46419)) | 15544 | ;;;;;; (15525 27359)) |
| 15519 | ;;; Generated autoloads from emacs-lisp/shadow.el | 15545 | ;;; Generated autoloads from emacs-lisp/shadow.el |
| 15520 | 15546 | ||
| 15521 | (autoload (quote list-load-path-shadows) "shadow" "\ | 15547 | (autoload (quote list-load-path-shadows) "shadow" "\ |
| @@ -15560,8 +15586,8 @@ buffer called `*Shadows*'. Shadowings are located by calling the | |||
| 15560 | ;;;*** | 15586 | ;;;*** |
| 15561 | 15587 | ||
| 15562 | ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group | 15588 | ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group |
| 15563 | ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (15508 | 15589 | ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (15517 |
| 15564 | ;;;;;; 64852)) | 15590 | ;;;;;; 64422)) |
| 15565 | ;;; Generated autoloads from shadowfile.el | 15591 | ;;; Generated autoloads from shadowfile.el |
| 15566 | 15592 | ||
| 15567 | (autoload (quote shadow-define-cluster) "shadowfile" "\ | 15593 | (autoload (quote shadow-define-cluster) "shadowfile" "\ |
| @@ -15592,7 +15618,7 @@ Set up file shadowing." t nil) | |||
| 15592 | ;;;*** | 15618 | ;;;*** |
| 15593 | 15619 | ||
| 15594 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" | 15620 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
| 15595 | ;;;;;; (15505 59086)) | 15621 | ;;;;;; (15533 36790)) |
| 15596 | ;;; Generated autoloads from shell.el | 15622 | ;;; Generated autoloads from shell.el |
| 15597 | 15623 | ||
| 15598 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ | 15624 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ |
| @@ -15830,7 +15856,7 @@ which smileys to operate on and which images to use for them." t nil) | |||
| 15830 | 15856 | ||
| 15831 | ;;;*** | 15857 | ;;;*** |
| 15832 | 15858 | ||
| 15833 | ;;;### (autoloads (snake) "snake" "play/snake.el" (15505 59091)) | 15859 | ;;;### (autoloads (snake) "snake" "play/snake.el" (15542 65298)) |
| 15834 | ;;; Generated autoloads from play/snake.el | 15860 | ;;; Generated autoloads from play/snake.el |
| 15835 | 15861 | ||
| 15836 | (autoload (quote snake) "snake" "\ | 15862 | (autoload (quote snake) "snake" "\ |
| @@ -15879,7 +15905,7 @@ then `snmpv2-mode-hook'." t nil) | |||
| 15879 | 15905 | ||
| 15880 | ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name | 15906 | ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name |
| 15881 | ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) | 15907 | ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) |
| 15882 | ;;;;;; "solar" "calendar/solar.el" (15427 61507)) | 15908 | ;;;;;; "solar" "calendar/solar.el" (15533 36800)) |
| 15883 | ;;; Generated autoloads from calendar/solar.el | 15909 | ;;; Generated autoloads from calendar/solar.el |
| 15884 | 15910 | ||
| 15885 | (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ | 15911 | (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ |
| @@ -16014,7 +16040,7 @@ Pick your favourite shortcuts: | |||
| 16014 | 16040 | ||
| 16015 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields | 16041 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields |
| 16016 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs | 16042 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs |
| 16017 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (15417 7410)) | 16043 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (15542 65292)) |
| 16018 | ;;; Generated autoloads from sort.el | 16044 | ;;; Generated autoloads from sort.el |
| 16019 | 16045 | ||
| 16020 | (autoload (quote sort-subr) "sort" "\ | 16046 | (autoload (quote sort-subr) "sort" "\ |
| @@ -16137,7 +16163,7 @@ From a program takes two point or marker arguments, BEG and END." t nil) | |||
| 16137 | ;;;*** | 16163 | ;;;*** |
| 16138 | 16164 | ||
| 16139 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" | 16165 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" |
| 16140 | ;;;;;; "speedbar.el" (15417 7410)) | 16166 | ;;;;;; "speedbar.el" (15525 27358)) |
| 16141 | ;;; Generated autoloads from speedbar.el | 16167 | ;;; Generated autoloads from speedbar.el |
| 16142 | 16168 | ||
| 16143 | (defalias (quote speedbar) (quote speedbar-frame-mode)) | 16169 | (defalias (quote speedbar) (quote speedbar-frame-mode)) |
| @@ -16697,7 +16723,7 @@ Connect to display DISPLAY for the Emacs talk group." t nil) | |||
| 16697 | 16723 | ||
| 16698 | ;;;*** | 16724 | ;;;*** |
| 16699 | 16725 | ||
| 16700 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15505 59086)) | 16726 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15525 27359)) |
| 16701 | ;;; Generated autoloads from tar-mode.el | 16727 | ;;; Generated autoloads from tar-mode.el |
| 16702 | 16728 | ||
| 16703 | (autoload (quote tar-mode) "tar-mode" "\ | 16729 | (autoload (quote tar-mode) "tar-mode" "\ |
| @@ -16719,7 +16745,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | |||
| 16719 | ;;;*** | 16745 | ;;;*** |
| 16720 | 16746 | ||
| 16721 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" | 16747 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" |
| 16722 | ;;;;;; "progmodes/tcl.el" (15478 22406)) | 16748 | ;;;;;; "progmodes/tcl.el" (15531 2353)) |
| 16723 | ;;; Generated autoloads from progmodes/tcl.el | 16749 | ;;; Generated autoloads from progmodes/tcl.el |
| 16724 | 16750 | ||
| 16725 | (autoload (quote tcl-mode) "tcl" "\ | 16751 | (autoload (quote tcl-mode) "tcl" "\ |
| @@ -16742,8 +16768,6 @@ documentation for details): | |||
| 16742 | `tcl-auto-newline' | 16768 | `tcl-auto-newline' |
| 16743 | Non-nil means automatically newline before and after braces, brackets, | 16769 | Non-nil means automatically newline before and after braces, brackets, |
| 16744 | and semicolons inserted in Tcl code. | 16770 | and semicolons inserted in Tcl code. |
| 16745 | `tcl-electric-hash-style' | ||
| 16746 | Controls action of `#' key. | ||
| 16747 | `tcl-use-smart-word-finder' | 16771 | `tcl-use-smart-word-finder' |
| 16748 | If not nil, use a smarter, Tcl-specific way to find the current | 16772 | If not nil, use a smarter, Tcl-specific way to find the current |
| 16749 | word when looking up help on a Tcl command. | 16773 | word when looking up help on a Tcl command. |
| @@ -16841,7 +16865,7 @@ subprocess started." t nil) | |||
| 16841 | 16865 | ||
| 16842 | ;;;*** | 16866 | ;;;*** |
| 16843 | 16867 | ||
| 16844 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15505 59091)) | 16868 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15542 65298)) |
| 16845 | ;;; Generated autoloads from play/tetris.el | 16869 | ;;; Generated autoloads from play/tetris.el |
| 16846 | 16870 | ||
| 16847 | (autoload (quote tetris) "tetris" "\ | 16871 | (autoload (quote tetris) "tetris" "\ |
| @@ -17630,7 +17654,7 @@ be detected." nil (quote macro)) | |||
| 17630 | ;;;*** | 17654 | ;;;*** |
| 17631 | 17655 | ||
| 17632 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" | 17656 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" |
| 17633 | ;;;;;; "international/titdic-cnv.el" (15371 46423)) | 17657 | ;;;;;; "international/titdic-cnv.el" (15542 65297)) |
| 17634 | ;;; Generated autoloads from international/titdic-cnv.el | 17658 | ;;; Generated autoloads from international/titdic-cnv.el |
| 17635 | 17659 | ||
| 17636 | (autoload (quote titdic-convert) "titdic-cnv" "\ | 17660 | (autoload (quote titdic-convert) "titdic-cnv" "\ |
| @@ -17727,8 +17751,9 @@ Show TODO list." t nil) | |||
| 17727 | 17751 | ||
| 17728 | ;;;*** | 17752 | ;;;*** |
| 17729 | 17753 | ||
| 17730 | ;;;### (autoloads (tool-bar-add-item-from-menu tool-bar-add-item | 17754 | ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu |
| 17731 | ;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (15478 22406)) | 17755 | ;;;;;; tool-bar-local-item tool-bar-add-item tool-bar-mode) "tool-bar" |
| 17756 | ;;;;;; "toolbar/tool-bar.el" (15531 2353)) | ||
| 17732 | ;;; Generated autoloads from toolbar/tool-bar.el | 17757 | ;;; Generated autoloads from toolbar/tool-bar.el |
| 17733 | 17758 | ||
| 17734 | (defvar tool-bar-mode nil "\ | 17759 | (defvar tool-bar-mode nil "\ |
| @@ -17761,21 +17786,42 @@ ICON is the base name of a file containing the image to use. The | |||
| 17761 | function will first try to use ICON.xpm, then ICON.pbm, and finally | 17786 | function will first try to use ICON.xpm, then ICON.pbm, and finally |
| 17762 | ICON.xbm, using `find-image'. | 17787 | ICON.xbm, using `find-image'. |
| 17763 | 17788 | ||
| 17764 | Keybindings are made in the map `tool-bar-map'. To define items in | 17789 | Use this function only to make bindings in the global value of `tool-bar-map'. |
| 17765 | some local map, bind `tool-bar-map' with `let' around calls of this | 17790 | To define items in any other map, use `tool-bar-local-item'." nil nil) |
| 17766 | function." nil nil) | 17791 | |
| 17792 | (autoload (quote tool-bar-local-item) "tool-bar" "\ | ||
| 17793 | Add an item to the tool bar in map MAP. | ||
| 17794 | ICON names the image, DEF is the key definition and KEY is a symbol | ||
| 17795 | for the fake function key in the menu keymap. Remaining arguments | ||
| 17796 | PROPS are additional items to add to the menu item specification. See | ||
| 17797 | Info node `(elisp)Tool Bar'. Items are added from left to right. | ||
| 17798 | |||
| 17799 | ICON is the base name of a file containing the image to use. The | ||
| 17800 | function will first try to use ICON.xpm, then ICON.pbm, and finally | ||
| 17801 | ICON.xbm, using `find-image'." nil nil) | ||
| 17767 | 17802 | ||
| 17768 | (autoload (quote tool-bar-add-item-from-menu) "tool-bar" "\ | 17803 | (autoload (quote tool-bar-add-item-from-menu) "tool-bar" "\ |
| 17769 | Define tool bar binding for COMMAND using the given ICON in keymap MAP. | 17804 | Define tool bar binding for COMMAND using the given ICON in keymap MAP. |
| 17770 | The binding of COMMAND is looked up in the menu bar in MAP (default | 17805 | This makes a binding for COMMAND in `tool-bar-map', copying its |
| 17771 | `global-map') and modified to add an image specification for ICON, which | 17806 | binding from the menu bar in MAP (which defaults to `global-map'), but |
| 17772 | is looked for as by `tool-bar-add-item'. | 17807 | modifies the binding by adding an image specification for ICON. It |
| 17773 | MAP must contain an appropriate keymap bound to `[menu-bar]'. | 17808 | finds ICON just like `tool-bar-add-item'. PROPS are additional |
| 17774 | PROPS is a list of additional properties to add to the binding. | 17809 | properties to add to the binding. |
| 17775 | 17810 | ||
| 17776 | Keybindings are made in the map `tool-bar-map'. To define items in | 17811 | MAP must contain appropriate binding for `[menu-bar]' which holds a keymap. |
| 17777 | some local map, bind `tool-bar-map' with `let' around calls of this | 17812 | |
| 17778 | function." nil nil) | 17813 | Use this function only to make bindings in the global value of `tool-bar-map'. |
| 17814 | To define items in any other map, use `tool-bar-local-item'." nil nil) | ||
| 17815 | |||
| 17816 | (autoload (quote tool-bar-local-item-from-menu) "tool-bar" "\ | ||
| 17817 | Define tool bar binding for COMMAND using the given ICON in keymap MAP. | ||
| 17818 | This makes a binding for COMMAND in IN-MAP, copying its binding from | ||
| 17819 | the menu bar in FROM-MAP (which defaults to `global-map'), but | ||
| 17820 | modifies the binding by adding an image specification for ICON. It | ||
| 17821 | finds ICON just like `tool-bar-add-item'. PROPS are additional | ||
| 17822 | properties to add to the binding. | ||
| 17823 | |||
| 17824 | MAP must contain appropriate binding for `[menu-bar]' which holds a keymap." nil nil) | ||
| 17779 | 17825 | ||
| 17780 | ;;;*** | 17826 | ;;;*** |
| 17781 | 17827 | ||
| @@ -18381,7 +18427,7 @@ colors. `vc-annotate-background' specifies the background color." t nil) | |||
| 18381 | 18427 | ||
| 18382 | ;;;*** | 18428 | ;;;*** |
| 18383 | 18429 | ||
| 18384 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15515 47561)) | 18430 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15542 65292)) |
| 18385 | ;;; Generated autoloads from vc-cvs.el | 18431 | ;;; Generated autoloads from vc-cvs.el |
| 18386 | (defun vc-cvs-registered (f) | 18432 | (defun vc-cvs-registered (f) |
| 18387 | (when (file-readable-p (expand-file-name | 18433 | (when (file-readable-p (expand-file-name |
| @@ -18392,7 +18438,7 @@ colors. `vc-annotate-background' specifies the background color." t nil) | |||
| 18392 | ;;;*** | 18438 | ;;;*** |
| 18393 | 18439 | ||
| 18394 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" | 18440 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" |
| 18395 | ;;;;;; (15510 8498)) | 18441 | ;;;;;; (15517 64422)) |
| 18396 | ;;; Generated autoloads from vc-rcs.el | 18442 | ;;; Generated autoloads from vc-rcs.el |
| 18397 | 18443 | ||
| 18398 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ | 18444 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ |
| @@ -18404,7 +18450,7 @@ For a description of possible values, see `vc-check-master-templates'.") | |||
| 18404 | ;;;*** | 18450 | ;;;*** |
| 18405 | 18451 | ||
| 18406 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" | 18452 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" |
| 18407 | ;;;;;; (15510 8683)) | 18453 | ;;;;;; (15517 64422)) |
| 18408 | ;;; Generated autoloads from vc-sccs.el | 18454 | ;;; Generated autoloads from vc-sccs.el |
| 18409 | 18455 | ||
| 18410 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ | 18456 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ |
| @@ -19406,27 +19452,8 @@ The key bindings are: | |||
| 19406 | 19452 | ||
| 19407 | ;;;*** | 19453 | ;;;*** |
| 19408 | 19454 | ||
| 19409 | ;;;### (autoloads (xml-lite-mode) "xml-lite" "textmodes/xml-lite.el" | 19455 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15542 |
| 19410 | ;;;;;; (15490 51474)) | 19456 | ;;;;;; 65293)) |
| 19411 | ;;; Generated autoloads from textmodes/xml-lite.el | ||
| 19412 | |||
| 19413 | (defvar xml-lite-mode nil "\ | ||
| 19414 | Non-nil if `xml-lite-mode' is enabled.") | ||
| 19415 | |||
| 19416 | (autoload (quote xml-lite-mode) "xml-lite" "\ | ||
| 19417 | Toggle `xml-lite-mode'. | ||
| 19418 | With ARG, enable xml-lite-mode if and only if ARG is positive. | ||
| 19419 | |||
| 19420 | xml-lite-mode provides indentation for XML tags. The value of | ||
| 19421 | `xml-lite-indent-offset' determines the amount of indentation. | ||
| 19422 | |||
| 19423 | Key bindings: | ||
| 19424 | \\{xml-lite-mode-map}" t nil) | ||
| 19425 | |||
| 19426 | ;;;*** | ||
| 19427 | |||
| 19428 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15391 | ||
| 19429 | ;;;;;; 60521)) | ||
| 19430 | ;;; Generated autoloads from xt-mouse.el | 19457 | ;;; Generated autoloads from xt-mouse.el |
| 19431 | 19458 | ||
| 19432 | (autoload (quote xterm-mouse-mode) "xt-mouse" "\ | 19459 | (autoload (quote xterm-mouse-mode) "xt-mouse" "\ |
| @@ -19483,127 +19510,127 @@ Zone-mode does two things: | |||
| 19483 | 19510 | ||
| 19484 | ;;;*** | 19511 | ;;;*** |
| 19485 | 19512 | ||
| 19486 | ;;;### (autoloads nil nil ("international/ucs-tables.el" "calc/calc-graph.el" | 19513 | ;;;### (autoloads nil nil ("subdirs.el" "international/mule-conf.el" |
| 19487 | ;;;;;; "term/w32-win.el" "language/japanese.el" "international/mule.el" | 19514 | ;;;;;; "calendar/cal-french.el" "textmodes/texnfo-upd.el" "term/x-win.el" |
| 19488 | ;;;;;; "eshell/esh-var.el" "w32-vars.el" "vc-hooks.el" "paths.el" | 19515 | ;;;;;; "language/slovak.el" "language/european.el" "language/czech.el" |
| 19489 | ;;;;;; "textmodes/text-mode.el" "register.el" "term/xterm.el" "term/tty-colors.el" | 19516 | ;;;;;; "gnus/qp.el" "xml.el" "w32-fns.el" "faces.el" "dos-fns.el" |
| 19490 | ;;;;;; "term/rxvt.el" "term/pc-win.el" "net/ldap.el" "net/eudcb-ph.el" | 19517 | ;;;;;; "calc/calcalg3.el" "calc/calcalg2.el" "calc/calc-maint.el" |
| 19491 | ;;;;;; "net/eudcb-ldap.el" "net/eudcb-bbdb.el" "net/eudc-vars.el" | 19518 | ;;;;;; "calc/calc-macs.el" "textmodes/reftex-sel.el" "textmodes/paragraphs.el" |
| 19492 | ;;;;;; "emacs-lisp/cl-seq.el" "calendar/parse-time.el" "scroll-bar.el" | 19519 | ;;;;;; "eshell/esh-io.el" "eshell/esh-cmd.el" "eshell/em-unix.el" |
| 19493 | ;;;;;; "generic-x.el" "obsolete/mlsupport.el" "obsolete/hilit19.el" | 19520 | ;;;;;; "eshell/em-smart.el" "eshell/em-rebind.el" "eshell/em-prompt.el" |
| 19494 | ;;;;;; "obsolete/cplus-md.el" "mail/mh-pick.el" "language/vietnamese.el" | 19521 | ;;;;;; "eshell/em-pred.el" "eshell/em-hist.el" "eshell/em-glob.el" |
| 19495 | ;;;;;; "language/utf-8-lang.el" "language/tibetan.el" "language/thai.el" | 19522 | ;;;;;; "eshell/em-dirs.el" "eshell/em-cmpl.el" "eshell/em-alias.el" |
| 19496 | ;;;;;; "language/lao.el" "language/korean.el" "language/indian.el" | 19523 | ;;;;;; "emacs-lisp/lisp.el" "mail/uce.el" "gnus/mm-encode.el" "tempo.el" |
| 19497 | ;;;;;; "language/hebrew.el" "language/greek.el" "language/georgian.el" | 19524 | ;;;;;; "emulation/viper-util.el" "gnus/mml.el" "gnus/mm-view.el" |
| 19498 | ;;;;;; "language/cyrillic.el" "language/chinese.el" "international/utf-8.el" | 19525 | ;;;;;; "calendar/cal-menu.el" "indent.el" "ediff-wind.el" "ediff-hook.el" |
| 19499 | ;;;;;; "international/utf-8-subst.el" "international/ogonek.el" | 19526 | ;;;;;; "term/sun-mouse.el" "emacs-lisp/lisp-mode.el" "progmodes/mantemp.el" |
| 19500 | ;;;;;; "international/iso-insert.el" "international/characters.el" | 19527 | ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/ebnf-yac.el" "progmodes/ebnf-otz.el" |
| 19501 | ;;;;;; "calc/calc-mtx.el" "calc/calc-math.el" "calc/calc-forms.el" | 19528 | ;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el" |
| 19502 | ;;;;;; "gnus/nntp.el" "gnus/nnspool.el" "gnus/nnmail.el" "gnus/mailcap.el" | 19529 | ;;;;;; "progmodes/cc-defs.el" "progmodes/cc-compat.el" "progmodes/cc-cmds.el" |
| 19503 | ;;;;;; "gnus/imap.el" "gnus/gnus-cite.el" "eshell/em-ls.el" "emulation/viper-mous.el" | 19530 | ;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-align.el" "play/meese.el" |
| 19504 | ;;;;;; "emulation/viper-macs.el" "emulation/viper-keym.el" "emulation/viper-init.el" | 19531 | ;;;;;; "play/gametree.el" "obsolete/x-menu.el" "obsolete/x-apollo.el" |
| 19505 | ;;;;;; "emulation/viper-ex.el" "emulation/viper-cmd.el" "emulation/tpu-mapper.el" | 19532 | ;;;;;; "obsolete/uncompress.el" "obsolete/sun-fns.el" "obsolete/sun-curs.el" |
| 19506 | ;;;;;; "emulation/edt-mapper.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/find-gc.el" | 19533 | ;;;;;; "obsolete/sc.el" "obsolete/rnews.el" "obsolete/profile.el" |
| 19507 | ;;;;;; "emacs-lisp/ewoc.el" "emacs-lisp/cl-macs.el" "emacs-lisp/byte-opt.el" | 19534 | ;;;;;; "obsolete/ooutline.el" "obsolete/c-mode.el" "mail/vms-pmail.el" |
| 19508 | ;;;;;; "emacs-lisp/authors.el" "textmodes/reftex-global.el" "textmodes/makeinfo.el" | 19535 | ;;;;;; "mail/rfc822.el" "mail/rfc2368.el" "mail/mspools.el" "mail/mh-seq.el" |
| 19509 | ;;;;;; "textmodes/fill.el" "term/internal.el" "xscheme.el" "vt-control.el" | 19536 | ;;;;;; "mail/mh-funcs.el" "mail/mailpost.el" "mail/mailheader.el" |
| 19510 | ;;;;;; "version.el" "select.el" "pcvs-util.el" "pcvs-info.el" "format.el" | 19537 | ;;;;;; "mail/blessmail.el" "language/romanian.el" "language/misc-lang.el" |
| 19511 | ;;;;;; "foldout.el" "float-sup.el" "ediff-vers.el" "ediff-merg.el" | 19538 | ;;;;;; "language/ethiopic.el" "language/english.el" "language/devanagari.el" |
| 19512 | ;;;;;; "custom.el" "case-table.el" "buff-menu.el" "allout.el" "abbrevlist.el" | 19539 | ;;;;;; "international/swedish.el" "international/latin-9.el" "international/latin-8.el" |
| 19513 | ;;;;;; "abbrev.el" "byte-run.el" "cdl.el" "cus-dep.el" "dos-vars.el" | 19540 | ;;;;;; "international/latin-5.el" "international/latin-4.el" "international/latin-3.el" |
| 19514 | ;;;;;; "dos-w32.el" "electric.el" "emacs-lock.el" "env.el" "forms-d2.el" | 19541 | ;;;;;; "international/latin-2.el" "international/latin-1.el" "international/ja-dic-utl.el" |
| 19515 | ;;;;;; "forms-pass.el" "kermit.el" "map-ynp.el" "misc.el" "mouse-copy.el" | 19542 | ;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el" |
| 19516 | ;;;;;; "mouse-drag.el" "patcomp.el" "regi.el" "s-region.el" "saveplace.el" | 19543 | ;;;;;; "international/iso-ascii.el" "calc/calcsel2.el" "calc/calccomp.el" |
| 19517 | ;;;;;; "soundex.el" "tcp.el" "timezone.el" "uniquify.el" "unused.el" | 19544 | ;;;;;; "calc/calc-yank.el" "calc/calc-vec.el" "calc/calc-units.el" |
| 19518 | ;;;;;; "vcursor.el" "vms-patch.el" "vmsproc.el" "vt100-led.el" "widget.el" | 19545 | ;;;;;; "calc/calc-undo.el" "calc/calc-trail.el" "calc/calc-stuff.el" |
| 19519 | ;;;;;; "term/AT386.el" "term/apollo.el" "term/bg-mouse.el" "term/bobcat.el" | 19546 | ;;;;;; "calc/calc-store.el" "calc/calc-stat.el" "calc/calc-sel.el" |
| 19520 | ;;;;;; "term/iris-ansi.el" "term/keyswap.el" "term/linux.el" "term/lk201.el" | 19547 | ;;;;;; "calc/calc-rules.el" "calc/calc-rewr.el" "calc/calc-prog.el" |
| 19521 | ;;;;;; "term/mac-win.el" "term/news.el" "term/sun.el" "term/sup-mouse.el" | 19548 | ;;;;;; "calc/calc-poly.el" "calc/calc-mode.el" "calc/calc-map.el" |
| 19522 | ;;;;;; "term/tvi970.el" "term/vt100.el" "term/vt102.el" "term/vt125.el" | 19549 | ;;;;;; "calc/calc-lang.el" "calc/calc-keypd.el" "calc/calc-incom.el" |
| 19523 | ;;;;;; "term/vt200.el" "term/vt201.el" "term/vt220.el" "term/vt240.el" | 19550 | ;;;;;; "calc/calc-help.el" "calc/calc-funcs.el" "calc/calc-frac.el" |
| 19524 | ;;;;;; "term/vt300.el" "term/vt320.el" "term/vt400.el" "term/vt420.el" | 19551 | ;;;;;; "calc/calc-fin.el" "calc/calc-embed.el" "calc/calc-cplx.el" |
| 19525 | ;;;;;; "term/wyse50.el" "textmodes/bib-mode.el" "textmodes/page-ext.el" | 19552 | ;;;;;; "calc/calc-comb.el" "calc/calc-bin.el" "calc/calc-arith.el" |
| 19526 | ;;;;;; "textmodes/page.el" "textmodes/refbib.el" "textmodes/refer.el" | 19553 | ;;;;;; "calc/calc-alg.el" "calc/calc-aent.el" "gnus/webmail.el" |
| 19527 | ;;;;;; "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" "textmodes/reftex-parse.el" | 19554 | ;;;;;; "gnus/utf7.el" "gnus/starttls.el" "gnus/rfc2231.el" "gnus/rfc2104.el" |
| 19528 | ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-toc.el" "textmodes/reftex-vars.el" | 19555 | ;;;;;; "gnus/rfc2047.el" "gnus/rfc2045.el" "gnus/rfc1843.el" "gnus/nnweb.el" |
| 19529 | ;;;;;; "calendar/cal-china.el" "calendar/cal-coptic.el" "calendar/cal-islam.el" | 19556 | ;;;;;; "gnus/nnvirtual.el" "gnus/nnultimate.el" "gnus/nnslashdot.el" |
| 19530 | ;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-mayan.el" | 19557 | ;;;;;; "gnus/nnoo.el" "gnus/nnmh.el" "gnus/nnlistserv.el" "gnus/nnheader.el" |
| 19531 | ;;;;;; "calendar/cal-move.el" "calendar/cal-persia.el" "calendar/cal-tex.el" | 19558 | ;;;;;; "gnus/nngateway.el" "gnus/nndraft.el" "gnus/nndir.el" "gnus/nnbabyl.el" |
| 19532 | ;;;;;; "calendar/cal-x.el" "emacs-lisp/assoc.el" "emacs-lisp/cl-compat.el" | 19559 | ;;;;;; "gnus/nnagent.el" "gnus/mm-bodies.el" "gnus/messcompat.el" |
| 19533 | ;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" | 19560 | ;;;;;; "gnus/mail-prsvr.el" "gnus/mail-parse.el" "gnus/ietf-drums.el" |
| 19534 | ;;;;;; "emacs-lisp/float.el" "emacs-lisp/gulp.el" "emacs-lisp/levents.el" | 19561 | ;;;;;; "gnus/gnus-vm.el" "gnus/gnus-util.el" "gnus/gnus-undo.el" |
| 19535 | ;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" | 19562 | ;;;;;; "gnus/gnus-topic.el" "gnus/gnus-srvr.el" "gnus/gnus-setup.el" |
| 19536 | ;;;;;; "emacs-lisp/sregex.el" "emulation/edt-lk201.el" "emulation/edt-pc.el" | 19563 | ;;;;;; "gnus/gnus-score.el" "gnus/gnus-salt.el" "gnus/gnus-range.el" |
| 19537 | ;;;;;; "emulation/edt-vt100.el" "eshell/em-banner.el" "eshell/em-basic.el" | 19564 | ;;;;;; "gnus/gnus-nocem.el" "gnus/gnus-mh.el" "gnus/gnus-logic.el" |
| 19538 | ;;;;;; "eshell/em-script.el" "eshell/em-term.el" "eshell/em-xtra.el" | 19565 | ;;;;;; "gnus/gnus-int.el" "gnus/gnus-gl.el" "gnus/gnus-eform.el" |
| 19539 | ;;;;;; "eshell/esh-arg.el" "eshell/esh-maint.el" "eshell/esh-module.el" | 19566 | ;;;;;; "gnus/gnus-dup.el" "gnus/gnus-draft.el" "gnus/gnus-demon.el" |
| 19540 | ;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el" | 19567 | ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-bcklg.el" "gnus/gnus-async.el" |
| 19541 | ;;;;;; "gnus/flow-fill.el" "gnus/format-spec.el" "gnus/gnus-async.el" | 19568 | ;;;;;; "gnus/format-spec.el" "gnus/flow-fill.el" "eshell/esh-util.el" |
| 19542 | ;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el" | 19569 | ;;;;;; "eshell/esh-proc.el" "eshell/esh-opt.el" "eshell/esh-module.el" |
| 19543 | ;;;;;; "gnus/gnus-draft.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" | 19570 | ;;;;;; "eshell/esh-maint.el" "eshell/esh-arg.el" "eshell/em-xtra.el" |
| 19544 | ;;;;;; "gnus/gnus-ems.el" "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" | 19571 | ;;;;;; "eshell/em-term.el" "eshell/em-script.el" "eshell/em-basic.el" |
| 19545 | ;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el" | 19572 | ;;;;;; "eshell/em-banner.el" "emulation/edt-vt100.el" "emulation/edt-pc.el" |
| 19546 | ;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" | 19573 | ;;;;;; "emulation/edt-lk201.el" "emacs-lisp/sregex.el" "emacs-lisp/lselect.el" |
| 19547 | ;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el" | 19574 | ;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/levents.el" "emacs-lisp/gulp.el" |
| 19548 | ;;;;;; "gnus/gnus-util.el" "gnus/gnus-vm.el" "gnus/ietf-drums.el" | 19575 | ;;;;;; "emacs-lisp/float.el" "emacs-lisp/cust-print.el" "emacs-lisp/cl-specs.el" |
| 19549 | ;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/messcompat.el" | 19576 | ;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-compat.el" "emacs-lisp/assoc.el" |
| 19550 | ;;;;;; "gnus/mm-bodies.el" "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" | 19577 | ;;;;;; "calendar/cal-x.el" "calendar/cal-persia.el" "calendar/cal-move.el" |
| 19551 | ;;;;;; "gnus/nndraft.el" "gnus/nngateway.el" "gnus/nnheader.el" | 19578 | ;;;;;; "calendar/cal-mayan.el" "calendar/cal-julian.el" "calendar/cal-iso.el" |
| 19552 | ;;;;;; "gnus/nnimap.el" "gnus/nnlistserv.el" "gnus/nnmbox.el" "gnus/nnmh.el" | 19579 | ;;;;;; "calendar/cal-islam.el" "calendar/cal-coptic.el" "calendar/cal-china.el" |
| 19553 | ;;;;;; "gnus/nnoo.el" "gnus/nnslashdot.el" "gnus/nnultimate.el" | 19580 | ;;;;;; "textmodes/reftex-vars.el" "textmodes/reftex-toc.el" "textmodes/reftex-ref.el" |
| 19554 | ;;;;;; "gnus/nnvirtual.el" "gnus/nnwarchive.el" "gnus/nnweb.el" | 19581 | ;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-dcr.el" "textmodes/reftex-auc.el" |
| 19555 | ;;;;;; "gnus/pop3.el" "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" | 19582 | ;;;;;; "textmodes/refer.el" "textmodes/refbib.el" "textmodes/page.el" |
| 19556 | ;;;;;; "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/starttls.el" "gnus/utf7.el" | 19583 | ;;;;;; "textmodes/page-ext.el" "textmodes/bib-mode.el" "term/wyse50.el" |
| 19557 | ;;;;;; "gnus/webmail.el" "calc/calc-aent.el" "calc/calc-alg.el" | 19584 | ;;;;;; "term/vt420.el" "term/vt400.el" "term/vt320.el" "term/vt300.el" |
| 19558 | ;;;;;; "calc/calc-arith.el" "calc/calc-bin.el" "calc/calc-comb.el" | 19585 | ;;;;;; "term/vt240.el" "term/vt220.el" "term/vt201.el" "term/vt200.el" |
| 19559 | ;;;;;; "calc/calc-cplx.el" "calc/calc-embed.el" "calc/calc-fin.el" | 19586 | ;;;;;; "term/vt125.el" "term/vt102.el" "term/vt100.el" "term/tvi970.el" |
| 19560 | ;;;;;; "calc/calc-frac.el" "calc/calc-funcs.el" "calc/calc-help.el" | 19587 | ;;;;;; "term/sup-mouse.el" "term/sun.el" "term/news.el" "term/mac-win.el" |
| 19561 | ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" | 19588 | ;;;;;; "term/lk201.el" "term/linux.el" "term/keyswap.el" "term/iris-ansi.el" |
| 19562 | ;;;;;; "calc/calc-map.el" "calc/calc-misc.el" "calc/calc-mode.el" | 19589 | ;;;;;; "term/bobcat.el" "term/bg-mouse.el" "term/apollo.el" "term/AT386.el" |
| 19563 | ;;;;;; "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el" | 19590 | ;;;;;; "widget.el" "vt100-led.el" "vmsproc.el" "vms-patch.el" "vcursor.el" |
| 19564 | ;;;;;; "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el" | 19591 | ;;;;;; "unused.el" "uniquify.el" "timezone.el" "tcp.el" "soundex.el" |
| 19565 | ;;;;;; "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el" | 19592 | ;;;;;; "saveplace.el" "s-region.el" "regi.el" "patcomp.el" "mouse-drag.el" |
| 19566 | ;;;;;; "calc/calc-undo.el" "calc/calc-units.el" "calc/calc-vec.el" | 19593 | ;;;;;; "mouse-copy.el" "misc.el" "map-ynp.el" "kermit.el" "forms-pass.el" |
| 19567 | ;;;;;; "calc/calc-yank.el" "calc/calccomp.el" "calc/calcsel2.el" | 19594 | ;;;;;; "forms-d2.el" "env.el" "emacs-lock.el" "electric.el" "dos-w32.el" |
| 19568 | ;;;;;; "international/iso-ascii.el" "international/iso-swed.el" | 19595 | ;;;;;; "dos-vars.el" "cus-dep.el" "cdl.el" "byte-run.el" "abbrev.el" |
| 19569 | ;;;;;; "international/ja-dic-cnv.el" "international/ja-dic-utl.el" | 19596 | ;;;;;; "abbrevlist.el" "buff-menu.el" "case-table.el" "custom.el" |
| 19570 | ;;;;;; "international/latin-1.el" "international/latin-2.el" "international/latin-3.el" | 19597 | ;;;;;; "ediff-merg.el" "ediff-vers.el" "float-sup.el" "foldout.el" |
| 19571 | ;;;;;; "international/latin-4.el" "international/latin-5.el" "international/latin-8.el" | 19598 | ;;;;;; "pcvs-util.el" "select.el" "version.el" "vt-control.el" "xscheme.el" |
| 19572 | ;;;;;; "international/latin-9.el" "international/swedish.el" "language/devanagari.el" | 19599 | ;;;;;; "term/internal.el" "textmodes/makeinfo.el" "textmodes/reftex-global.el" |
| 19573 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/misc-lang.el" | 19600 | ;;;;;; "emacs-lisp/authors.el" "emacs-lisp/cl-macs.el" "emacs-lisp/ewoc.el" |
| 19574 | ;;;;;; "language/romanian.el" "mail/blessmail.el" "mail/mailheader.el" | 19601 | ;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/lisp-mnt.el" "emulation/edt-mapper.el" |
| 19575 | ;;;;;; "mail/mailpost.el" "mail/mh-funcs.el" "mail/mh-seq.el" "mail/mspools.el" | 19602 | ;;;;;; "emulation/tpu-mapper.el" "emulation/viper-cmd.el" "emulation/viper-ex.el" |
| 19576 | ;;;;;; "mail/rfc2368.el" "mail/rfc822.el" "mail/vms-pmail.el" "obsolete/c-mode.el" | 19603 | ;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el" |
| 19577 | ;;;;;; "obsolete/ooutline.el" "obsolete/profile.el" "obsolete/rnews.el" | 19604 | ;;;;;; "emulation/viper-mous.el" "eshell/em-ls.el" "gnus/gnus-cite.el" |
| 19578 | ;;;;;; "obsolete/sc.el" "obsolete/sun-curs.el" "obsolete/sun-fns.el" | 19605 | ;;;;;; "gnus/imap.el" "gnus/mailcap.el" "gnus/nnmail.el" "gnus/nnspool.el" |
| 19579 | ;;;;;; "obsolete/uncompress.el" "obsolete/x-apollo.el" "obsolete/x-menu.el" | 19606 | ;;;;;; "gnus/nntp.el" "calc/calc-forms.el" "calc/calc-math.el" "calc/calc-mtx.el" |
| 19580 | ;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" | 19607 | ;;;;;; "international/characters.el" "international/iso-insert.el" |
| 19581 | ;;;;;; "progmodes/ada-xref.el" "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" | 19608 | ;;;;;; "international/ogonek.el" "international/utf-8-subst.el" |
| 19582 | ;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-compat.el" "progmodes/cc-defs.el" | 19609 | ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/georgian.el" |
| 19583 | ;;;;;; "progmodes/cc-engine.el" "progmodes/cc-menus.el" "progmodes/ebnf-bnf.el" | 19610 | ;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el" |
| 19584 | ;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" | 19611 | ;;;;;; "language/korean.el" "language/lao.el" "language/thai.el" |
| 19585 | ;;;;;; "progmodes/idlw-rinfo.el" "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" | 19612 | ;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el" |
| 19586 | ;;;;;; "emacs-lisp/lisp-mode.el" "term/sun-mouse.el" "ediff-hook.el" | 19613 | ;;;;;; "mail/mh-pick.el" "obsolete/cplus-md.el" "obsolete/hilit19.el" |
| 19587 | ;;;;;; "ediff-wind.el" "indent.el" "isearch.el" "window.el" "calendar/cal-menu.el" | 19614 | ;;;;;; "obsolete/mlsupport.el" "generic-x.el" "scroll-bar.el" "calendar/parse-time.el" |
| 19588 | ;;;;;; "gnus/mm-view.el" "gnus/mml.el" "emulation/viper-util.el" | 19615 | ;;;;;; "emacs-lisp/cl-seq.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" |
| 19589 | ;;;;;; "replace.el" "tempo.el" "gnus/gnus-sum.el" "gnus/mm-encode.el" | 19616 | ;;;;;; "net/eudcb-ldap.el" "net/eudcb-ph.el" "net/ldap.el" "term/pc-win.el" |
| 19590 | ;;;;;; "mail/uce.el" "emacs-lisp/lisp.el" "eshell/em-alias.el" "eshell/em-cmpl.el" | 19617 | ;;;;;; "term/rxvt.el" "term/tty-colors.el" "term/xterm.el" "register.el" |
| 19591 | ;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el" | 19618 | ;;;;;; "textmodes/text-mode.el" "paths.el" "vc-hooks.el" "w32-vars.el" |
| 19592 | ;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" | 19619 | ;;;;;; "eshell/esh-var.el" "international/mule.el" "language/japanese.el" |
| 19593 | ;;;;;; "eshell/em-smart.el" "eshell/em-unix.el" "eshell/esh-cmd.el" | 19620 | ;;;;;; "term/w32-win.el" "calc/calc-graph.el" "ediff-diff.el" "ediff-init.el" |
| 19594 | ;;;;;; "eshell/esh-io.el" "international/mule-cmds.el" "textmodes/paragraphs.el" | 19621 | ;;;;;; "ediff-ptch.el" "frame.el" "pcvs-parse.el" "replace.el" "gnus/mail-source.el" |
| 19595 | ;;;;;; "textmodes/reftex-sel.el" "calc/calc-macs.el" "calc/calc-maint.el" | 19622 | ;;;;;; "gnus/mm-decode.el" "gnus/mm-util.el" "gnus/nneething.el" |
| 19596 | ;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "cus-start.el" "dos-fns.el" | 19623 | ;;;;;; "eshell/esh-ext.el" "international/ucs-tables.el" "allout.el" |
| 19597 | ;;;;;; "faces.el" "help.el" "mouse.el" "subr.el" "w32-fns.el" "xml.el" | 19624 | ;;;;;; "bindings.el" "cus-load.el" "cus-start.el" "files.el" "finder-inf.el" |
| 19598 | ;;;;;; "gnus/qp.el" "language/czech.el" "language/european.el" "language/slovak.el" | 19625 | ;;;;;; "format.el" "help.el" "isearch.el" "loadup.el" "menu-bar.el" |
| 19599 | ;;;;;; "play/gamegrid.el" "term/x-win.el" "textmodes/texnfo-upd.el" | 19626 | ;;;;;; "mouse.el" "pcvs-info.el" "simple.el" "startup.el" "subr.el" |
| 19600 | ;;;;;; "bindings.el" "ediff-diff.el" "ediff-init.el" "ediff-ptch.el" | 19627 | ;;;;;; "window.el" "calc/calc-misc.el" "gnus/gnus-ems.el" "gnus/gnus-sum.el" |
| 19601 | ;;;;;; "files.el" "frame.el" "menu-bar.el" "pcvs-parse.el" "simple.el" | 19628 | ;;;;;; "gnus/gnus-uu.el" "gnus/nnimap.el" "gnus/nnmbox.el" "gnus/nnwarchive.el" |
| 19602 | ;;;;;; "startup.el" "gnus/gnus-uu.el" "gnus/mail-source.el" "gnus/mm-decode.el" | 19629 | ;;;;;; "gnus/pop3.el" "calendar/cal-tex.el" "emacs-lisp/byte-opt.el" |
| 19603 | ;;;;;; "gnus/mm-util.el" "gnus/nneething.el" "calendar/cal-french.el" | 19630 | ;;;;;; "emacs-lisp/lucid.el" "international/mule-cmds.el" "international/utf-8.el" |
| 19604 | ;;;;;; "eshell/esh-ext.el" "international/mule-conf.el" "cus-load.el" | 19631 | ;;;;;; "play/gamegrid.el" "progmodes/ada-prj.el" "progmodes/cc-engine.el" |
| 19605 | ;;;;;; "loadup.el" "subdirs.el" "eshell/esh-groups.el") (15515 48497 | 19632 | ;;;;;; "progmodes/idlw-rinfo.el" "textmodes/fill.el") (15543 176 |
| 19606 | ;;;;;; 448372)) | 19633 | ;;;;;; 188530)) |
| 19607 | 19634 | ||
| 19608 | ;;;*** | 19635 | ;;;*** |
| 19609 | 19636 | ||