comparison lisp/loaddefs.el @ 44546:26bb1129889d

Regenerated.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 12 Apr 2002 15:45:04 +0000
parents c10785cb0f83
children 4cd9b1a46f5e
comparison
equal deleted inserted replaced
44545:d6d68f54c21a 44546:26bb1129889d
51 should return a grid vector array that is the new solution." t nil) 51 should return a grid vector array that is the new solution." t nil)
52 52
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" "\
60 Define SPEC and BODY as being valid extensions for Ada files. 60 Define SPEC and BODY as being valid extensions for Ada files.
61 Going from body to spec with `ff-find-other-file' used these 61 Going from body to spec with `ff-find-other-file' used these
63 SPEC and BODY are two regular expressions that must match against the file 63 SPEC and BODY are two regular expressions that must match against the file
64 name" nil nil) 64 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]'
73 75
74 Re-format the parameter-list point is in '\\[ada-format-paramlist]' 76 Re-format the parameter-list point is in '\\[ada-format-paramlist]'
107 Complete identifier: '\\[ada-complete-identifier]'." t nil) 109 Complete identifier: '\\[ada-complete-identifier]'." t nil)
108 110
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" "\
116 Insert a descriptive header at the top of the file." t nil) 118 Insert a descriptive header at the top of the file." t nil)
119
120 ;;;***
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)
117 129
118 ;;;*** 130 ;;;***
119 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
1033 Calls `update-autoloads-from-directories' on the command line arguments." nil nil) 1045 Calls `update-autoloads-from-directories' on the command line arguments." nil nil)
1034 1046
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.
1060 1059
1061 With arg, turn Auto Revert mode on if and only if arg is positive. 1060 With arg, turn Auto Revert mode on if and only if arg is positive.
1065 (autoload (quote turn-on-auto-revert-mode) "autorevert" "\ 1064 (autoload (quote turn-on-auto-revert-mode) "autorevert" "\
1066 Turn on Auto-Revert Mode. 1065 Turn on Auto-Revert Mode.
1067 1066
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)
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))
1070 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
1074 With arg, turn Auto Revert mode on globally if and only if arg is positive. 1083 With arg, turn Auto Revert mode on globally if and only if arg is positive.
1172 seconds." t nil) 1181 seconds." t nil)
1173 1182
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" "\
1181 Major mode for editing BibTeX files. 1190 Major mode for editing BibTeX files.
1182 1191
1666 ;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point 1675 ;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point
1667 ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file 1676 ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
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)) "\
1675 *Function to display the current buffer in a WWW browser. 1684 *Function to display the current buffer in a WWW browser.
1676 This is used by the `browse-url-at-point', `browse-url-at-mouse', and 1685 This is used by the `browse-url-at-point', `browse-url-at-mouse', and
2043 2052
2044 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 2053 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
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" "\
2052 Recompile every `.el' file in DIRECTORY that already has a `.elc' file. 2061 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
2053 Files in subdirectories of DIRECTORY are processed also." t nil) 2062 Files in subdirectories of DIRECTORY are processed also." t nil)
2126 (put (quote calendar-daylight-savings-ends) (quote risky-local-variable) t) 2135 (put (quote calendar-daylight-savings-ends) (quote risky-local-variable) t)
2127 2136
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" "\
2135 List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR. 2144 List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR.
2136 When called interactively from the calendar window, the date of death is taken 2145 When called interactively from the calendar window, the date of death is taken
2138 2147
2139 ;;;*** 2148 ;;;***
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" "\
2148 *File name in which to look for the Calculator's Info documentation.") 2157 *File name in which to look for the Calculator's Info documentation.")
2149 2158
2243 ;;;;;; calendar-load-hook all-islamic-calendar-holidays all-christian-calendar-holidays 2252 ;;;;;; calendar-load-hook all-islamic-calendar-holidays all-christian-calendar-holidays
2244 ;;;;;; all-hebrew-calendar-holidays mark-holidays-in-calendar view-calendar-holidays-initially 2253 ;;;;;; all-hebrew-calendar-holidays mark-holidays-in-calendar view-calendar-holidays-initially
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 "\
2252 *The day of the week on which a week in the calendar begins. 2261 *The day of the week on which a week in the calendar begins.
2253 0 means Sunday (default), 1 means Monday, and so on.") 2262 0 means Sunday (default), 1 means Monday, and so on.")
2687 frames), `calendar-only' (calendar in a separate, dedicated frame); with 2696 frames), `calendar-only' (calendar in a separate, dedicated frame); with
2688 any other value the current frame is used.") 2697 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
2696 ;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15371 46426)) 2708 ;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15371 46426))
2697 ;;; Generated autoloads from progmodes/cc-langs.el 2709 ;;; Generated autoloads from progmodes/cc-langs.el
2868 offset for that syntactic element. The optional argument is not used 2880 offset for that syntactic element. The optional argument is not used
2869 and exists only for compatibility reasons." t nil) 2881 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))) "\
2877 A list of features extant in the Emacs you are using. 2889 A list of features extant in the Emacs you are using.
2878 There are many flavors of Emacs out there, each with different 2890 There are many flavors of Emacs out there, each with different
3400 3412
3401 ;;;*** 3413 ;;;***
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" "\
3409 Create a coding system to convert IBM CODEPAGE into charset ISO-NAME 3421 Create a coding system to convert IBM CODEPAGE into charset ISO-NAME
3410 whose first character is at offset OFFSET from the beginning of 8-bit 3422 whose first character is at offset OFFSET from the beginning of 8-bit
3447 ;;;*** 3459 ;;;***
3448 3460
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" "\
3456 Make a comint process NAME in BUFFER, running PROGRAM. 3468 Make a comint process NAME in BUFFER, running PROGRAM.
3457 If BUFFER is nil, it defaults to NAME surrounded by `*'s. 3469 If BUFFER is nil, it defaults to NAME surrounded by `*'s.
3503 Return a list of expressions in the output which match REGEXP. 3515 Return a list of expressions in the output which match REGEXP.
3504 REGEXP-GROUP is the regular expression group in REGEXP to use." nil nil) 3516 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" "\
3513 Compare text in current window with text in next window. 3525 Compare text in current window with text in next window.
3514 Compares the text starting at point in each window, 3526 Compares the text starting at point in each window,
3527 ;;;*** 3539 ;;;***
3528 3540
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 "\
3536 *List of hook functions run by `compilation-mode' (see `run-hooks').") 3548 *List of hook functions run by `compilation-mode' (see `run-hooks').")
3537 3549
3933 Insert a copyright by $ORGANIZATION notice at cursor." t nil) 3945 Insert a copyright by $ORGANIZATION notice at cursor." t nil)
3934 3946
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" "\
3942 Major mode for editing Perl code. 3954 Major mode for editing Perl code.
3943 Expression and list commands understand all C brackets. 3955 Expression and list commands understand all C brackets.
4371 The format is suitable for use with `easy-menu-define'." nil nil) 4383 The format is suitable for use with `easy-menu-define'." nil nil)
4372 4384
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" "\
4380 Like `defface', but FACE is evaluated as a normal argument." nil nil) 4392 Like `defface', but FACE is evaluated as a normal argument." nil nil)
4381 4393
4401 Mode used for cvs status output." t nil) 4413 Mode used for cvs status output." t nil)
4402 4414
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" "\
4410 Minor mode that highlights suspicious C and C++ constructions. 4422 Minor mode that highlights suspicious C and C++ constructions.
4411 4423
4419 Turn on CWarn mode. 4431 Turn on CWarn mode.
4420 4432
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
4436 (defvar global-cwarn-mode nil "\
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'.")
4441
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
4424 (autoload (quote global-cwarn-mode) "cwarn" "\ 4446 (autoload (quote global-cwarn-mode) "cwarn" "\
4425 Hightlight suspicious C and C++ constructions in all buffers. 4447 Toggle Cwarn mode in every buffer.
4426 4448 With prefix ARG, turn Global-Cwarn mode on if and only if ARG is positive.
4427 With ARG, turn CWarn mode on globally if and only if arg is positive." t nil) 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
4431 ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 4454 ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
4432 ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 4455 ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
4451 If the argument is nil, we return the display table to its standard state." t nil) 4474 If the argument is nil, we return the display table to its standard state." t nil)
4452 4475
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))
4460 4483
4461 (define-key esc-map [67108911] (quote dabbrev-completion)) 4484 (define-key esc-map [67108911] (quote dabbrev-completion))
4619 " t nil) 4642 " t nil)
4620 4643
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))
4628 4651
4629 (autoload (quote debug) "debug" "\ 4652 (autoload (quote debug) "debug" "\
4915 4938
4916 ;;;### (autoloads (dired-noselect dired-other-frame dired-other-window 4939 ;;;### (autoloads (dired-noselect dired-other-frame dired-other-window
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" "\
4924 *Switches passed to `ls' for dired. MUST contain the `l' option. 4947 *Switches passed to `ls' for dired. MUST contain the `l' option.
4925 May contain all other options that don't contradict `-l'; 4948 May contain all other options that don't contradict `-l';
5022 ;;;;;; dired-rename-file dired-copy-file dired-relist-file dired-remove-file 5045 ;;;;;; dired-rename-file dired-copy-file dired-relist-file dired-remove-file
5023 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile 5046 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile
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" "\
5031 Compare file at point with file FILE using `diff'. 5054 Compare file at point with file FILE using `diff'.
5032 FILE defaults to the file at the mark. (That's the mark set by 5055 FILE defaults to the file at the mark. (That's the mark set by
5845 With prefix arg NOCONFIRM, execute current line as-is without editing." t nil) 5868 With prefix arg NOCONFIRM, execute current line as-is without editing." t nil)
5846 5869
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 "\
5854 *If non-nil, evaluation of any defining forms will instrument for Edebug. 5877 *If non-nil, evaluation of any defining forms will instrument for Edebug.
5855 This applies to `eval-defun', `eval-region', `eval-buffer', and 5878 This applies to `eval-defun', `eval-region', `eval-buffer', and
5888 ;;;;;; ediff-merge-files ediff-regions-linewise ediff-regions-wordwise 5911 ;;;;;; ediff-merge-files ediff-regions-linewise ediff-regions-wordwise
5889 ;;;;;; ediff-windows-linewise ediff-windows-wordwise ediff-merge-directory-revisions-with-ancestor 5912 ;;;;;; ediff-windows-linewise ediff-windows-wordwise ediff-merge-directory-revisions-with-ancestor
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" "\
5897 Run Ediff on a pair of files, FILE-A and FILE-B." t nil) 5920 Run Ediff on a pair of files, FILE-A and FILE-B." t nil)
5898 5921
6071 (autoload (quote ediff-customize) "ediff-help" nil t nil) 6094 (autoload (quote ediff-customize) "ediff-help" nil t nil)
6072 6095
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" "\
6080 Display Ediff's registry." t nil) 6103 Display Ediff's registry." t nil)
6081 6104
6082 (defalias (quote eregistry) (quote ediff-show-registry)) 6105 (defalias (quote eregistry) (quote ediff-show-registry))
6083 6106
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" "\
6091 Switch from multiframe display to single-frame display and back. 6114 Switch from multiframe display to single-frame display and back.
6092 To change the default, set the variable `ediff-window-setup-function', 6115 To change the default, set the variable `ediff-window-setup-function',
6267 displayed." t nil) 6290 displayed." t nil)
6268 6291
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" "\
6276 Report a bug in GNU Emacs. 6299 Report a bug in GNU Emacs.
6277 Prompts for bug subject. Leaves you in a mail buffer." t nil) 6300 Prompts for bug subject. Leaves you in a mail buffer." t nil)
6332 (autoload (quote emerge-merge-directories) "emerge" nil t nil) 6355 (autoload (quote emerge-merge-directories) "emerge" nil t nil)
6333 6356
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 "\
6341 Non-nil if Encoded-Kbd mode is enabled. 6364 Non-nil if Encoded-Kbd mode is enabled.
6342 See the command `encoded-kbd-mode' for a description of this minor-mode. 6365 See the command `encoded-kbd-mode' for a description of this minor-mode.
6360 \\[set-keyboard-coding-system]." t nil) 6383 \\[set-keyboard-coding-system]." t nil)
6361 6384
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" "\
6369 Minor mode for editing text/enriched files. 6392 Minor mode for editing text/enriched files.
6370 These are files with embedded formatting information in the MIME standard 6393 These are files with embedded formatting information in the MIME standard
6438 ;;;;;; tags-query-replace tags-search tags-loop-continue next-file 6461 ;;;;;; tags-query-replace tags-search tags-loop-continue next-file
6439 ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window 6462 ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window
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 "\
6447 *File name of tags table. 6470 *File name of tags table.
6448 To switch to a new tags table, setting this variable is sufficient. 6471 To switch to a new tags table, setting this variable is sufficient.
6985 (define-key ctl-x-map "ap" 'expand-jump-to-previous-slot) 7008 (define-key ctl-x-map "ap" 'expand-jump-to-previous-slot)
6986 (define-key ctl-x-map "an" 'expand-jump-to-next-slot) 7009 (define-key ctl-x-map "an" 'expand-jump-to-next-slot)
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" "\
6994 Major mode for editing Fortran 90 code in free format. 7017 Major mode for editing Fortran 90 code in free format.
6995 7018
7054 ;;;### (autoloads (list-colors-display facemenu-read-color list-text-properties-at 7077 ;;;### (autoloads (list-colors-display facemenu-read-color list-text-properties-at
7055 ;;;;;; describe-text-at facemenu-remove-special facemenu-remove-all 7078 ;;;;;; describe-text-at facemenu-remove-special facemenu-remove-all
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)
7063 7086
7064 (defvar facemenu-face-menu (let ((map (make-sparse-keymap "Face"))) (define-key map "o" (cons "Other..." (quote facemenu-set-face))) map) "\ 7087 (defvar facemenu-face-menu (let ((map (make-sparse-keymap "Face"))) (define-key map "o" (cons "Other..." (quote facemenu-set-face))) map) "\
7556 Change the filter on a find-lisp-find-dired buffer to REGEXP." t nil) 7579 Change the filter on a find-lisp-find-dired buffer to REGEXP." t nil)
7557 7580
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" "\
7565 Display descriptions of the keywords in the Finder buffer." t nil) 7588 Display descriptions of the keywords in the Finder buffer." t nil)
7566 7589
7719 7742
7720 ;;;*** 7743 ;;;***
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))
7728 7751
7729 (autoload (quote font-lock-mode) "font-lock" "\ 7752 (autoload (quote font-lock-mode) "font-lock" "\
8187 Generate NOV files recursively starting in DIR." t nil) 8210 Generate NOV files recursively starting in DIR." t nil)
8188 8211
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" "\
8196 Start Gnus if necessary and enter GROUP. 8219 Start Gnus if necessary and enter GROUP.
8197 Returns whether the fetching was successful or not." t nil) 8220 Returns whether the fetching was successful or not." t nil)
8384 Update the format specification near point." t nil) 8407 Update the format specification near point." t nil)
8385 8408
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" "\
8393 Unload all Gnus features. 8416 Unload all Gnus features.
8394 \(For some value of `all' or `Gnus'.) Currently, features whose names 8417 \(For some value of `all' or `Gnus'.) Currently, features whose names
8407 (autoload (quote gnus-add-configuration) "gnus-win" "\ 8430 (autoload (quote gnus-add-configuration) "gnus-win" "\
8408 Add the window configuration CONF to `gnus-buffer-configuration'." nil nil) 8431 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" "\
8416 Start a Gomoku game between you and Emacs. 8439 Start a Gomoku game between you and Emacs.
8417 8440
8470 the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil) 8493 the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil)
8471 8494
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" "\
8479 Run gdb on program FILE in buffer *gud-FILE*. 8502 Run gdb on program FILE in buffer *gud-FILE*.
8480 The directory containing FILE becomes the initial working directory 8503 The directory containing FILE becomes the initial working directory
8509 and source-file directory for your debugger." t nil) 8532 and source-file directory for your debugger." t nil)
8510 8533
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
8518 information on how jdb accesses source files. Alternatively (if 8541 information on how jdb accesses source files. Alternatively (if
8519 `gud-jdb-use-classpath' is nil), see `gud-jdb-directories' for the 8542 `gud-jdb-use-classpath' is nil), see `gud-jdb-directories' for the
8563 8586
8564 ;;;*** 8587 ;;;***
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" "\
8572 Select the Emacs learn-by-doing tutorial. 8595 Select the Emacs learn-by-doing tutorial.
8573 If there is a tutorial version written in the language 8596 If there is a tutorial version written in the language
8943 *Non-nil means hide the #ifX, #else, and #endif lines.") 8966 *Non-nil means hide the #ifX, #else, and #endif lines.")
8944 8967
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 "\
8952 *Hide the comments too when you do an `hs-hide-all'.") 8975 *Hide the comments too when you do an `hs-hide-all'.")
8953 8976
9157 argument VERBOSE non-nil makes the function verbose." nil (quote macro)) 9180 argument VERBOSE non-nil makes the function verbose." nil (quote macro))
9158 9181
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" "\
9166 Minor mode to highlight the line about point in the current window. 9189 Minor mode to highlight the line about point in the current window.
9167 With ARG, turn Hl-Line mode on if ARG is positive, off otherwise. 9190 With ARG, turn Hl-Line mode on if ARG is positive, off otherwise.
9239 ;;;;;; ibuffer-add-saved-filters ibuffer-delete-saved-filters ibuffer-save-filters 9262 ;;;;;; ibuffer-add-saved-filters ibuffer-delete-saved-filters ibuffer-save-filters
9240 ;;;;;; ibuffer-or-filter ibuffer-negate-filter ibuffer-exchange-filters 9263 ;;;;;; ibuffer-or-filter ibuffer-negate-filter ibuffer-exchange-filters
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" "\
9248 Toggle use of Ibuffer's auto-update facility. 9271 Toggle use of Ibuffer's auto-update facility.
9249 With numeric ARG, enable auto-update if and only if ARG is positive." t nil) 9272 With numeric ARG, enable auto-update if and only if ARG is positive." t nil)
9474 bound to the current value of the filter." nil (quote macro)) 9497 bound to the current value of the filter." nil (quote macro))
9475 9498
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" "\
9483 Display a list of buffers, in another window. 9506 Display a list of buffers, in another window.
9484 If optional argument FILES-ONLY is non-nil, then add a filter for 9507 If optional argument FILES-ONLY is non-nil, then add a filter for
9858 `image-file-name-regexps'." t nil) 9881 `image-file-name-regexps'." t nil)
9859 9882
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 "\
9867 *The function to use for sorting the index mouse-menu. 9890 *The function to use for sorting the index mouse-menu.
9868 9891
10086 10109
10087 ;;;*** 10110 ;;;***
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" "\
10095 Like `info' but show the Info buffer in another window." t nil) 10118 Like `info' but show the Info buffer in another window." t nil)
10096 (add-hook 'same-window-buffer-names "*info*") 10119 (add-hook 'same-window-buffer-names "*info*")
10220 (autoload (quote isearch-process-search-multibyte-characters) "isearch-x" nil nil nil) 10243 (autoload (quote isearch-process-search-multibyte-characters) "isearch-x" nil nil nil)
10221 10244
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" "\
10229 Toggle ISO Accents mode, in which accents modify the following letter. 10252 Toggle ISO Accents mode, in which accents modify the following letter.
10230 This permits easy insertion of accented characters according to ISO-8859-1. 10253 This permits easy insertion of accented characters according to ISO-8859-1.
10888 (custom-add-load (quote latin1-display-ucs-per-lynx) (quote latin1-disp)) 10911 (custom-add-load (quote latin1-display-ucs-per-lynx) (quote latin1-disp))
10889 10912
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" "\
10897 Toggle Lazy Lock mode. 10920 Toggle Lazy Lock mode.
10898 With arg, turn Lazy Lock mode on if and only if arg is positive. Enable it 10921 With arg, turn Lazy Lock mode on if and only if arg is positive. Enable it
11288 11311
11289 ;;;*** 11312 ;;;***
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 "\
11298 *If non-nil, use a full, hairy RFC822 parser on mail addresses. 11321 *If non-nil, use a full, hairy RFC822 parser on mail addresses.
11299 Otherwise, (the default) use a smaller, somewhat faster, and 11322 Otherwise, (the default) use a smaller, somewhat faster, and
11324 If 4th arg LIST is non-nil, return a list of all such fields." nil nil) 11347 If 4th arg LIST is non-nil, return a list of all such fields." nil nil)
11325 11348
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" "\
11333 Initialize use of the `mailabbrev' package." nil nil) 11356 Initialize use of the `mailabbrev' package." nil nil)
11334 11357
11521 ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 11544 ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
11522 ;;;;;; message-reply message-news message-mail message-mode message-signature-file 11545 ;;;;;; message-reply message-news message-mail message-mode message-signature-file
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) "\
11530 *Specifies how \"From\" headers look. 11553 *Specifies how \"From\" headers look.
11531 11554
12030 ;;;### (autoloads (mule-diag list-input-methods list-fontsets describe-fontset 12053 ;;;### (autoloads (mule-diag list-input-methods list-fontsets describe-fontset
12031 ;;;;;; describe-font list-coding-categories list-coding-systems 12054 ;;;;;; describe-font list-coding-categories list-coding-systems
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" "\
12039 Display a list of all character sets. 12062 Display a list of all character sets.
12040 12063
12249 language environment LANG-ENV." nil nil) 12272 language environment LANG-ENV." nil nil)
12250 12273
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 "\
12258 Non-nil if Mouse-Wheel mode is enabled. 12281 Non-nil if Mouse-Wheel mode is enabled.
12259 See the command `mouse-wheel-mode' for a description of this minor-mode. 12282 See the command `mouse-wheel-mode' for a description of this minor-mode.
12334 12357
12335 ;;;### (autoloads (comment-indent-new-line comment-dwim comment-region 12358 ;;;### (autoloads (comment-indent-new-line comment-dwim comment-region
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))
12343 12366
12344 (defalias (quote set-comment-column) (quote comment-set-column)) 12367 (defalias (quote set-comment-column) (quote comment-set-column))
12349 12372
12350 (defgroup comment nil "Indenting and filling of comments." :prefix "comment-" :version "21.1" :group (quote fill)) 12373 (defgroup comment nil "Indenting and filling of comments." :prefix "comment-" :version "21.1" :group (quote fill))
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.")
12360 12384
12361 (defvar comment-start-skip nil "\ 12385 (defvar comment-start-skip nil "\
12468 symbol in the alist." nil nil) 12492 symbol in the alist." nil nil)
12469 12493
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" "\
12477 Look for mbox folders in the nnfolder directory and make them into groups. 12501 Look for mbox folders in the nnfolder directory and make them into groups.
12478 This command does not work if you use short group names." t nil) 12502 This command does not work if you use short group names." t nil)
12488 Finds out what articles are to be part of the nnkiboze groups." t nil) 12512 Finds out what articles are to be part of the nnkiboze groups." t nil)
12489 12513
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" "\
12497 Generate NOV databases in all nnml directories." t nil) 12521 Generate NOV databases in all nnml directories." t nil)
12498 12522
12512 Revert posting and mailing methods to the standard Emacs methods." t nil) 12536 Revert posting and mailing methods to the standard Emacs methods." t nil)
12513 12537
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) "\
12521 Function to call to handle disabled commands. 12545 Function to call to handle disabled commands.
12522 If nil, the feature is disabled, i.e., all commands work normally.") 12546 If nil, the feature is disabled, i.e., all commands work normally.")
12836 C-Escape does list-buffers." t nil) 12860 C-Escape does list-buffers." t nil)
12837 12861
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 "\
12845 Non-nil if Pc-Selection mode is enabled. 12869 Non-nil if Pc-Selection mode is enabled.
12846 See the command `pc-selection-mode' for a description of this minor-mode. 12870 See the command `pc-selection-mode' for a description of this minor-mode.
13045 13069
13046 ;;;*** 13070 ;;;***
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" "\
13054 Run a 'cvs checkout MODULES' in DIR. 13078 Run a 'cvs checkout MODULES' in DIR.
13055 Feed the output to a *cvs* buffer, display it in the current window, 13079 Feed the output to a *cvs* buffer, display it in the current window,
13238 (defalias (quote edit-picture) (quote picture-mode)) 13262 (defalias (quote edit-picture) (quote picture-mode))
13239 13263
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" "\
13247 Return a Mule (DECODING . ENCODING) pair, according to PO file charset. 13271 Return a Mule (DECODING . ENCODING) pair, according to PO file charset.
13248 Called through file-coding-system-alist, before the file is visited for real." nil nil) 13272 Called through file-coding-system-alist, before the file is visited for real." nil nil)
13902 ;;;*** 13926 ;;;***
13903 13927
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" "\
13912 Obsolete. Use `move-to-column'. 13936 Obsolete. Use `move-to-column'.
13913 If COLUMN is within a multi-column character, replace it by spaces and tab. 13937 If COLUMN is within a multi-column character, replace it by spaces and tab.
13979 (autoload (quote string-rectangle) "rect" "\ 14003 (autoload (quote string-rectangle) "rect" "\
13980 Replace rectangle contents with STRING on each line. 14004 Replace rectangle contents with STRING on each line.
13981 The length of STRING need not be the same as the rectangle width. 14005 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)
14008
14009 (defalias (quote replace-rectangle) (quote string-rectangle))
13984 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
13988 When called from a program, the rectangle's corners are START and END. 14014 When called from a program, the rectangle's corners are START and END.
14346 ;;;;;; rmail rmail-enable-mime rmail-show-message-hook rmail-confirm-expunge 14372 ;;;;;; rmail rmail-enable-mime rmail-show-message-hook rmail-confirm-expunge
14347 ;;;;;; rmail-secondary-file-regexp rmail-secondary-file-directory 14373 ;;;;;; rmail-secondary-file-regexp rmail-secondary-file-directory
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 "\
14355 *A regexp specifying addresses to prune from a reply message. 14381 *A regexp specifying addresses to prune from a reply message.
14356 A value of nil means exclude your own email address as an address 14382 A value of nil means exclude your own email address as an address
15387 Prefix arg means just kill any existing server communications subprocess." t nil) 15413 Prefix arg means just kill any existing server communications subprocess." t nil)
15388 15414
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
15402 the next N words. In Transient Mark mode, when the mark is active, 15428 the next N words. In Transient Mark mode, when the mark is active,
15403 N defaults to -1, which means to wrap it around the current region. 15429 N defaults to -1, which means to wrap it around the current region.
15513 (defalias (quote shell-script-mode) (quote sh-mode)) 15539 (defalias (quote shell-script-mode) (quote sh-mode))
15514 15540
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" "\
15522 Display a list of Emacs Lisp files that shadow other files. 15548 Display a list of Emacs Lisp files that shadow other files.
15523 15549
15558 \(non-interactive) companion function, `find-emacs-lisp-shadows'." t nil) 15584 \(non-interactive) companion function, `find-emacs-lisp-shadows'." t nil)
15559 15585
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" "\
15568 Edit (or create) the definition of a cluster NAME. 15594 Edit (or create) the definition of a cluster NAME.
15569 This is a group of hosts that share directories, so that copying to or from 15595 This is a group of hosts that share directories, so that copying to or from
15590 Set up file shadowing." t nil) 15616 Set up file shadowing." t nil)
15591 15617
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" "\
15599 Regexp to match shells that don't save their command history, and 15625 Regexp to match shells that don't save their command history, and
15600 don't handle the backslash as a quote character. For shells that 15626 don't handle the backslash as a quote character. For shells that
15828 15854
15829 (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) 15855 (autoload (quote smtpmail-send-it) "smtpmail" nil nil 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" "\
15837 Play the Snake game. 15863 Play the Snake game.
15838 Move the snake around without colliding with its tail or with the border. 15864 Move the snake around without colliding with its tail or with the border.
15877 15903
15878 ;;;*** 15904 ;;;***
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 ")"))) "\
15886 *The pseudo-pattern that governs the way a time of day is formatted. 15912 *The pseudo-pattern that governs the way a time of day is formatted.
15887 15913
16012 16038
16013 ;;;*** 16039 ;;;***
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" "\
16021 General text sorting routine to divide buffer into records and sort them. 16047 General text sorting routine to divide buffer into records and sort them.
16022 Arguments are REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN. 16048 Arguments are REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN.
16135 From a program takes two point or marker arguments, BEG and END." t nil) 16161 From a program takes two point or marker arguments, BEG and END." t nil)
16136 16162
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))
16144 16170
16145 (autoload (quote speedbar-frame-mode) "speedbar" "\ 16171 (autoload (quote speedbar-frame-mode) "speedbar" "\
16695 (autoload (quote talk-connect) "talk" "\ 16721 (autoload (quote talk-connect) "talk" "\
16696 Connect to display DISPLAY for the Emacs talk group." t nil) 16722 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" "\
16704 Major mode for viewing a tar file as a dired-like listing of its contents. 16730 Major mode for viewing a tar file as a dired-like listing of its contents.
16705 You can move around using the usual cursor motion commands. 16731 You can move around using the usual cursor motion commands.
16717 \\{tar-mode-map}" t nil) 16743 \\{tar-mode-map}" t nil)
16718 16744
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" "\
16726 Major mode for editing Tcl code. 16752 Major mode for editing Tcl code.
16727 Expression and list commands understand all Tcl brackets. 16753 Expression and list commands understand all Tcl brackets.
16740 `tcl-tab-always-indent' 16766 `tcl-tab-always-indent'
16741 Controls action of TAB key. 16767 Controls action of TAB key.
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.
16750 16774
16751 Turning on Tcl mode calls the value of the variable `tcl-mode-hook' 16775 Turning on Tcl mode calls the value of the variable `tcl-mode-hook'
16839 and is non-nil after the terminal buffer has been set up and the 16863 and is non-nil after the terminal buffer has been set up and the
16840 subprocess started." t nil) 16864 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" "\
16848 Play the Tetris game. 16872 Play the Tetris game.
16849 Shapes drop from the top of the screen, and the user has to move and 16873 Shapes drop from the top of the screen, and the user has to move and
17628 be detected." nil (quote macro)) 17652 be detected." nil (quote macro))
17629 17653
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" "\
17637 Convert a TIT dictionary of FILENAME into a Quail package. 17661 Convert a TIT dictionary of FILENAME into a Quail package.
17638 Optional argument DIRNAME if specified is the directory name under which 17662 Optional argument DIRNAME if specified is the directory name under which
17725 (autoload (quote todo-show) "todo-mode" "\ 17749 (autoload (quote todo-show) "todo-mode" "\
17726 Show TODO list." t nil) 17750 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 "\
17735 Non-nil if Tool-Bar mode is enabled. 17760 Non-nil if Tool-Bar mode is enabled.
17736 See the command `tool-bar-mode' for a description of this minor-mode. 17761 See the command `tool-bar-mode' for a description of this minor-mode.
17759 17784
17760 ICON is the base name of a file containing the image to use. The 17785 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
17782 ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" 17828 ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"
17783 ;;;;;; (15427 61506)) 17829 ;;;;;; (15427 61506))
18379 `vc-annotate-very-old-color' defines the mapping of time to 18425 `vc-annotate-very-old-color' defines the mapping of time to
18380 colors. `vc-annotate-background' specifies the background color." t nil) 18426 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
18388 "CVS/Entries" (file-name-directory f))) 18434 "CVS/Entries" (file-name-directory f)))
18389 (require 'vc-cvs) 18435 (require 'vc-cvs)
18390 (vc-cvs-registered f))) 18436 (vc-cvs-registered f)))
18391 18437
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")) "\
18399 *Where to look for RCS master files. 18445 *Where to look for RCS master files.
18400 For a description of possible values, see `vc-check-master-templates'.") 18446 For a description of possible values, see `vc-check-master-templates'.")
18402 (defun vc-rcs-registered (f) (vc-default-registered (quote RCS) f)) 18448 (defun vc-rcs-registered (f) (vc-default-registered (quote RCS) f))
18403 18449
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)) "\
18411 *Where to look for SCCS master files. 18457 *Where to look for SCCS master files.
18412 For a description of possible values, see `vc-check-master-templates'.") 18458 For a description of possible values, see `vc-check-master-templates'.")
19405 C-q DEL ws-kill-bol 19451 C-q DEL ws-kill-bol
19406 " t nil) 19452 " t nil)
19407 19453
19408 ;;;*** 19454 ;;;***
19409 19455
19410 ;;;### (autoloads (xml-lite-mode) "xml-lite" "textmodes/xml-lite.el" 19456 ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15542
19411 ;;;;;; (15490 51474)) 19457 ;;;;;; 65293))
19412 ;;; Generated autoloads from textmodes/xml-lite.el
19413
19414 (defvar xml-lite-mode nil "\
19415 Non-nil if `xml-lite-mode' is enabled.")
19416
19417 (autoload (quote xml-lite-mode) "xml-lite" "\
19418 Toggle `xml-lite-mode'.
19419 With ARG, enable xml-lite-mode if and only if ARG is positive.
19420
19421 xml-lite-mode provides indentation for XML tags. The value of
19422 `xml-lite-indent-offset' determines the amount of indentation.
19423
19424 Key bindings:
19425 \\{xml-lite-mode-map}" t nil)
19426
19427 ;;;***
19428
19429 ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15391
19430 ;;;;;; 60521))
19431 ;;; Generated autoloads from xt-mouse.el 19458 ;;; Generated autoloads from xt-mouse.el
19432 19459
19433 (autoload (quote xterm-mouse-mode) "xt-mouse" "\ 19460 (autoload (quote xterm-mouse-mode) "xt-mouse" "\
19434 Toggle XTerm mouse mode. 19461 Toggle XTerm mouse mode.
19435 With prefix arg, turn XTerm mouse mode on iff arg is positive. 19462 With prefix arg, turn XTerm mouse mode on iff arg is positive.
19482 19509
19483 - fontification" t nil) 19510 - fontification" t nil)
19484 19511
19485 ;;;*** 19512 ;;;***
19486 19513
19487 ;;;### (autoloads nil nil ("international/ucs-tables.el" "calc/calc-graph.el" 19514 ;;;### (autoloads nil nil ("subdirs.el" "international/mule-conf.el"
19488 ;;;;;; "term/w32-win.el" "language/japanese.el" "international/mule.el" 19515 ;;;;;; "calendar/cal-french.el" "textmodes/texnfo-upd.el" "term/x-win.el"
19489 ;;;;;; "eshell/esh-var.el" "w32-vars.el" "vc-hooks.el" "paths.el" 19516 ;;;;;; "language/slovak.el" "language/european.el" "language/czech.el"
19490 ;;;;;; "textmodes/text-mode.el" "register.el" "term/xterm.el" "term/tty-colors.el" 19517 ;;;;;; "gnus/qp.el" "xml.el" "w32-fns.el" "faces.el" "dos-fns.el"
19491 ;;;;;; "term/rxvt.el" "term/pc-win.el" "net/ldap.el" "net/eudcb-ph.el" 19518 ;;;;;; "calc/calcalg3.el" "calc/calcalg2.el" "calc/calc-maint.el"
19492 ;;;;;; "net/eudcb-ldap.el" "net/eudcb-bbdb.el" "net/eudc-vars.el" 19519 ;;;;;; "calc/calc-macs.el" "textmodes/reftex-sel.el" "textmodes/paragraphs.el"
19493 ;;;;;; "emacs-lisp/cl-seq.el" "calendar/parse-time.el" "scroll-bar.el" 19520 ;;;;;; "eshell/esh-io.el" "eshell/esh-cmd.el" "eshell/em-unix.el"
19494 ;;;;;; "generic-x.el" "obsolete/mlsupport.el" "obsolete/hilit19.el" 19521 ;;;;;; "eshell/em-smart.el" "eshell/em-rebind.el" "eshell/em-prompt.el"
19495 ;;;;;; "obsolete/cplus-md.el" "mail/mh-pick.el" "language/vietnamese.el" 19522 ;;;;;; "eshell/em-pred.el" "eshell/em-hist.el" "eshell/em-glob.el"
19496 ;;;;;; "language/utf-8-lang.el" "language/tibetan.el" "language/thai.el" 19523 ;;;;;; "eshell/em-dirs.el" "eshell/em-cmpl.el" "eshell/em-alias.el"
19497 ;;;;;; "language/lao.el" "language/korean.el" "language/indian.el" 19524 ;;;;;; "emacs-lisp/lisp.el" "mail/uce.el" "gnus/mm-encode.el" "tempo.el"
19498 ;;;;;; "language/hebrew.el" "language/greek.el" "language/georgian.el" 19525 ;;;;;; "emulation/viper-util.el" "gnus/mml.el" "gnus/mm-view.el"
19499 ;;;;;; "language/cyrillic.el" "language/chinese.el" "international/utf-8.el" 19526 ;;;;;; "calendar/cal-menu.el" "indent.el" "ediff-wind.el" "ediff-hook.el"
19500 ;;;;;; "international/utf-8-subst.el" "international/ogonek.el" 19527 ;;;;;; "term/sun-mouse.el" "emacs-lisp/lisp-mode.el" "progmodes/mantemp.el"
19501 ;;;;;; "international/iso-insert.el" "international/characters.el" 19528 ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/ebnf-yac.el" "progmodes/ebnf-otz.el"
19502 ;;;;;; "calc/calc-mtx.el" "calc/calc-math.el" "calc/calc-forms.el" 19529 ;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el"
19503 ;;;;;; "gnus/nntp.el" "gnus/nnspool.el" "gnus/nnmail.el" "gnus/mailcap.el" 19530 ;;;;;; "progmodes/cc-defs.el" "progmodes/cc-compat.el" "progmodes/cc-cmds.el"
19504 ;;;;;; "gnus/imap.el" "gnus/gnus-cite.el" "eshell/em-ls.el" "emulation/viper-mous.el" 19531 ;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-align.el" "play/meese.el"
19505 ;;;;;; "emulation/viper-macs.el" "emulation/viper-keym.el" "emulation/viper-init.el" 19532 ;;;;;; "play/gametree.el" "obsolete/x-menu.el" "obsolete/x-apollo.el"
19506 ;;;;;; "emulation/viper-ex.el" "emulation/viper-cmd.el" "emulation/tpu-mapper.el" 19533 ;;;;;; "obsolete/uncompress.el" "obsolete/sun-fns.el" "obsolete/sun-curs.el"
19507 ;;;;;; "emulation/edt-mapper.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/find-gc.el" 19534 ;;;;;; "obsolete/sc.el" "obsolete/rnews.el" "obsolete/profile.el"
19508 ;;;;;; "emacs-lisp/ewoc.el" "emacs-lisp/cl-macs.el" "emacs-lisp/byte-opt.el" 19535 ;;;;;; "obsolete/ooutline.el" "obsolete/c-mode.el" "mail/vms-pmail.el"
19509 ;;;;;; "emacs-lisp/authors.el" "textmodes/reftex-global.el" "textmodes/makeinfo.el" 19536 ;;;;;; "mail/rfc822.el" "mail/rfc2368.el" "mail/mspools.el" "mail/mh-seq.el"
19510 ;;;;;; "textmodes/fill.el" "term/internal.el" "xscheme.el" "vt-control.el" 19537 ;;;;;; "mail/mh-funcs.el" "mail/mailpost.el" "mail/mailheader.el"
19511 ;;;;;; "version.el" "select.el" "pcvs-util.el" "pcvs-info.el" "format.el" 19538 ;;;;;; "mail/blessmail.el" "language/romanian.el" "language/misc-lang.el"
19512 ;;;;;; "foldout.el" "float-sup.el" "ediff-vers.el" "ediff-merg.el" 19539 ;;;;;; "language/ethiopic.el" "language/english.el" "language/devanagari.el"
19513 ;;;;;; "custom.el" "case-table.el" "buff-menu.el" "allout.el" "abbrevlist.el" 19540 ;;;;;; "international/swedish.el" "international/latin-9.el" "international/latin-8.el"
19514 ;;;;;; "abbrev.el" "byte-run.el" "cdl.el" "cus-dep.el" "dos-vars.el" 19541 ;;;;;; "international/latin-5.el" "international/latin-4.el" "international/latin-3.el"
19515 ;;;;;; "dos-w32.el" "electric.el" "emacs-lock.el" "env.el" "forms-d2.el" 19542 ;;;;;; "international/latin-2.el" "international/latin-1.el" "international/ja-dic-utl.el"
19516 ;;;;;; "forms-pass.el" "kermit.el" "map-ynp.el" "misc.el" "mouse-copy.el" 19543 ;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el"
19517 ;;;;;; "mouse-drag.el" "patcomp.el" "regi.el" "s-region.el" "saveplace.el" 19544 ;;;;;; "international/iso-ascii.el" "calc/calcsel2.el" "calc/calccomp.el"
19518 ;;;;;; "soundex.el" "tcp.el" "timezone.el" "uniquify.el" "unused.el" 19545 ;;;;;; "calc/calc-yank.el" "calc/calc-vec.el" "calc/calc-units.el"
19519 ;;;;;; "vcursor.el" "vms-patch.el" "vmsproc.el" "vt100-led.el" "widget.el" 19546 ;;;;;; "calc/calc-undo.el" "calc/calc-trail.el" "calc/calc-stuff.el"
19520 ;;;;;; "term/AT386.el" "term/apollo.el" "term/bg-mouse.el" "term/bobcat.el" 19547 ;;;;;; "calc/calc-store.el" "calc/calc-stat.el" "calc/calc-sel.el"
19521 ;;;;;; "term/iris-ansi.el" "term/keyswap.el" "term/linux.el" "term/lk201.el" 19548 ;;;;;; "calc/calc-rules.el" "calc/calc-rewr.el" "calc/calc-prog.el"
19522 ;;;;;; "term/mac-win.el" "term/news.el" "term/sun.el" "term/sup-mouse.el" 19549 ;;;;;; "calc/calc-poly.el" "calc/calc-mode.el" "calc/calc-map.el"
19523 ;;;;;; "term/tvi970.el" "term/vt100.el" "term/vt102.el" "term/vt125.el" 19550 ;;;;;; "calc/calc-lang.el" "calc/calc-keypd.el" "calc/calc-incom.el"
19524 ;;;;;; "term/vt200.el" "term/vt201.el" "term/vt220.el" "term/vt240.el" 19551 ;;;;;; "calc/calc-help.el" "calc/calc-funcs.el" "calc/calc-frac.el"
19525 ;;;;;; "term/vt300.el" "term/vt320.el" "term/vt400.el" "term/vt420.el" 19552 ;;;;;; "calc/calc-fin.el" "calc/calc-embed.el" "calc/calc-cplx.el"
19526 ;;;;;; "term/wyse50.el" "textmodes/bib-mode.el" "textmodes/page-ext.el" 19553 ;;;;;; "calc/calc-comb.el" "calc/calc-bin.el" "calc/calc-arith.el"
19527 ;;;;;; "textmodes/page.el" "textmodes/refbib.el" "textmodes/refer.el" 19554 ;;;;;; "calc/calc-alg.el" "calc/calc-aent.el" "gnus/webmail.el"
19528 ;;;;;; "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" "textmodes/reftex-parse.el" 19555 ;;;;;; "gnus/utf7.el" "gnus/starttls.el" "gnus/rfc2231.el" "gnus/rfc2104.el"
19529 ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-toc.el" "textmodes/reftex-vars.el" 19556 ;;;;;; "gnus/rfc2047.el" "gnus/rfc2045.el" "gnus/rfc1843.el" "gnus/nnweb.el"
19530 ;;;;;; "calendar/cal-china.el" "calendar/cal-coptic.el" "calendar/cal-islam.el" 19557 ;;;;;; "gnus/nnvirtual.el" "gnus/nnultimate.el" "gnus/nnslashdot.el"
19531 ;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-mayan.el" 19558 ;;;;;; "gnus/nnoo.el" "gnus/nnmh.el" "gnus/nnlistserv.el" "gnus/nnheader.el"
19532 ;;;;;; "calendar/cal-move.el" "calendar/cal-persia.el" "calendar/cal-tex.el" 19559 ;;;;;; "gnus/nngateway.el" "gnus/nndraft.el" "gnus/nndir.el" "gnus/nnbabyl.el"
19533 ;;;;;; "calendar/cal-x.el" "emacs-lisp/assoc.el" "emacs-lisp/cl-compat.el" 19560 ;;;;;; "gnus/nnagent.el" "gnus/mm-bodies.el" "gnus/messcompat.el"
19534 ;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" 19561 ;;;;;; "gnus/mail-prsvr.el" "gnus/mail-parse.el" "gnus/ietf-drums.el"
19535 ;;;;;; "emacs-lisp/float.el" "emacs-lisp/gulp.el" "emacs-lisp/levents.el" 19562 ;;;;;; "gnus/gnus-vm.el" "gnus/gnus-util.el" "gnus/gnus-undo.el"
19536 ;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" 19563 ;;;;;; "gnus/gnus-topic.el" "gnus/gnus-srvr.el" "gnus/gnus-setup.el"
19537 ;;;;;; "emacs-lisp/sregex.el" "emulation/edt-lk201.el" "emulation/edt-pc.el" 19564 ;;;;;; "gnus/gnus-score.el" "gnus/gnus-salt.el" "gnus/gnus-range.el"
19538 ;;;;;; "emulation/edt-vt100.el" "eshell/em-banner.el" "eshell/em-basic.el" 19565 ;;;;;; "gnus/gnus-nocem.el" "gnus/gnus-mh.el" "gnus/gnus-logic.el"
19539 ;;;;;; "eshell/em-script.el" "eshell/em-term.el" "eshell/em-xtra.el" 19566 ;;;;;; "gnus/gnus-int.el" "gnus/gnus-gl.el" "gnus/gnus-eform.el"
19540 ;;;;;; "eshell/esh-arg.el" "eshell/esh-maint.el" "eshell/esh-module.el" 19567 ;;;;;; "gnus/gnus-dup.el" "gnus/gnus-draft.el" "gnus/gnus-demon.el"
19541 ;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el" 19568 ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-bcklg.el" "gnus/gnus-async.el"
19542 ;;;;;; "gnus/flow-fill.el" "gnus/format-spec.el" "gnus/gnus-async.el" 19569 ;;;;;; "gnus/format-spec.el" "gnus/flow-fill.el" "eshell/esh-util.el"
19543 ;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el" 19570 ;;;;;; "eshell/esh-proc.el" "eshell/esh-opt.el" "eshell/esh-module.el"
19544 ;;;;;; "gnus/gnus-draft.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" 19571 ;;;;;; "eshell/esh-maint.el" "eshell/esh-arg.el" "eshell/em-xtra.el"
19545 ;;;;;; "gnus/gnus-ems.el" "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" 19572 ;;;;;; "eshell/em-term.el" "eshell/em-script.el" "eshell/em-basic.el"
19546 ;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el" 19573 ;;;;;; "eshell/em-banner.el" "emulation/edt-vt100.el" "emulation/edt-pc.el"
19547 ;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" 19574 ;;;;;; "emulation/edt-lk201.el" "emacs-lisp/sregex.el" "emacs-lisp/lselect.el"
19548 ;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el" 19575 ;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/levents.el" "emacs-lisp/gulp.el"
19549 ;;;;;; "gnus/gnus-util.el" "gnus/gnus-vm.el" "gnus/ietf-drums.el" 19576 ;;;;;; "emacs-lisp/float.el" "emacs-lisp/cust-print.el" "emacs-lisp/cl-specs.el"
19550 ;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/messcompat.el" 19577 ;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-compat.el" "emacs-lisp/assoc.el"
19551 ;;;;;; "gnus/mm-bodies.el" "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" 19578 ;;;;;; "calendar/cal-x.el" "calendar/cal-persia.el" "calendar/cal-move.el"
19552 ;;;;;; "gnus/nndraft.el" "gnus/nngateway.el" "gnus/nnheader.el" 19579 ;;;;;; "calendar/cal-mayan.el" "calendar/cal-julian.el" "calendar/cal-iso.el"
19553 ;;;;;; "gnus/nnimap.el" "gnus/nnlistserv.el" "gnus/nnmbox.el" "gnus/nnmh.el" 19580 ;;;;;; "calendar/cal-islam.el" "calendar/cal-coptic.el" "calendar/cal-china.el"
19554 ;;;;;; "gnus/nnoo.el" "gnus/nnslashdot.el" "gnus/nnultimate.el" 19581 ;;;;;; "textmodes/reftex-vars.el" "textmodes/reftex-toc.el" "textmodes/reftex-ref.el"
19555 ;;;;;; "gnus/nnvirtual.el" "gnus/nnwarchive.el" "gnus/nnweb.el" 19582 ;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-dcr.el" "textmodes/reftex-auc.el"
19556 ;;;;;; "gnus/pop3.el" "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" 19583 ;;;;;; "textmodes/refer.el" "textmodes/refbib.el" "textmodes/page.el"
19557 ;;;;;; "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/starttls.el" "gnus/utf7.el" 19584 ;;;;;; "textmodes/page-ext.el" "textmodes/bib-mode.el" "term/wyse50.el"
19558 ;;;;;; "gnus/webmail.el" "calc/calc-aent.el" "calc/calc-alg.el" 19585 ;;;;;; "term/vt420.el" "term/vt400.el" "term/vt320.el" "term/vt300.el"
19559 ;;;;;; "calc/calc-arith.el" "calc/calc-bin.el" "calc/calc-comb.el" 19586 ;;;;;; "term/vt240.el" "term/vt220.el" "term/vt201.el" "term/vt200.el"
19560 ;;;;;; "calc/calc-cplx.el" "calc/calc-embed.el" "calc/calc-fin.el" 19587 ;;;;;; "term/vt125.el" "term/vt102.el" "term/vt100.el" "term/tvi970.el"
19561 ;;;;;; "calc/calc-frac.el" "calc/calc-funcs.el" "calc/calc-help.el" 19588 ;;;;;; "term/sup-mouse.el" "term/sun.el" "term/news.el" "term/mac-win.el"
19562 ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" 19589 ;;;;;; "term/lk201.el" "term/linux.el" "term/keyswap.el" "term/iris-ansi.el"
19563 ;;;;;; "calc/calc-map.el" "calc/calc-misc.el" "calc/calc-mode.el" 19590 ;;;;;; "term/bobcat.el" "term/bg-mouse.el" "term/apollo.el" "term/AT386.el"
19564 ;;;;;; "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el" 19591 ;;;;;; "widget.el" "vt100-led.el" "vmsproc.el" "vms-patch.el" "vcursor.el"
19565 ;;;;;; "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el" 19592 ;;;;;; "unused.el" "uniquify.el" "timezone.el" "tcp.el" "soundex.el"
19566 ;;;;;; "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el" 19593 ;;;;;; "saveplace.el" "s-region.el" "regi.el" "patcomp.el" "mouse-drag.el"
19567 ;;;;;; "calc/calc-undo.el" "calc/calc-units.el" "calc/calc-vec.el" 19594 ;;;;;; "mouse-copy.el" "misc.el" "map-ynp.el" "kermit.el" "forms-pass.el"
19568 ;;;;;; "calc/calc-yank.el" "calc/calccomp.el" "calc/calcsel2.el" 19595 ;;;;;; "forms-d2.el" "env.el" "emacs-lock.el" "electric.el" "dos-w32.el"
19569 ;;;;;; "international/iso-ascii.el" "international/iso-swed.el" 19596 ;;;;;; "dos-vars.el" "cus-dep.el" "cdl.el" "byte-run.el" "abbrev.el"
19570 ;;;;;; "international/ja-dic-cnv.el" "international/ja-dic-utl.el" 19597 ;;;;;; "abbrevlist.el" "buff-menu.el" "case-table.el" "custom.el"
19571 ;;;;;; "international/latin-1.el" "international/latin-2.el" "international/latin-3.el" 19598 ;;;;;; "ediff-merg.el" "ediff-vers.el" "float-sup.el" "foldout.el"
19572 ;;;;;; "international/latin-4.el" "international/latin-5.el" "international/latin-8.el" 19599 ;;;;;; "pcvs-util.el" "select.el" "version.el" "vt-control.el" "xscheme.el"
19573 ;;;;;; "international/latin-9.el" "international/swedish.el" "language/devanagari.el" 19600 ;;;;;; "term/internal.el" "textmodes/makeinfo.el" "textmodes/reftex-global.el"
19574 ;;;;;; "language/english.el" "language/ethiopic.el" "language/misc-lang.el" 19601 ;;;;;; "emacs-lisp/authors.el" "emacs-lisp/cl-macs.el" "emacs-lisp/ewoc.el"
19575 ;;;;;; "language/romanian.el" "mail/blessmail.el" "mail/mailheader.el" 19602 ;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/lisp-mnt.el" "emulation/edt-mapper.el"
19576 ;;;;;; "mail/mailpost.el" "mail/mh-funcs.el" "mail/mh-seq.el" "mail/mspools.el" 19603 ;;;;;; "emulation/tpu-mapper.el" "emulation/viper-cmd.el" "emulation/viper-ex.el"
19577 ;;;;;; "mail/rfc2368.el" "mail/rfc822.el" "mail/vms-pmail.el" "obsolete/c-mode.el" 19604 ;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el"
19578 ;;;;;; "obsolete/ooutline.el" "obsolete/profile.el" "obsolete/rnews.el" 19605 ;;;;;; "emulation/viper-mous.el" "eshell/em-ls.el" "gnus/gnus-cite.el"
19579 ;;;;;; "obsolete/sc.el" "obsolete/sun-curs.el" "obsolete/sun-fns.el" 19606 ;;;;;; "gnus/imap.el" "gnus/mailcap.el" "gnus/nnmail.el" "gnus/nnspool.el"
19580 ;;;;;; "obsolete/uncompress.el" "obsolete/x-apollo.el" "obsolete/x-menu.el" 19607 ;;;;;; "gnus/nntp.el" "calc/calc-forms.el" "calc/calc-math.el" "calc/calc-mtx.el"
19581 ;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" 19608 ;;;;;; "international/characters.el" "international/iso-insert.el"
19582 ;;;;;; "progmodes/ada-xref.el" "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" 19609 ;;;;;; "international/ogonek.el" "international/utf-8-subst.el"
19583 ;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-compat.el" "progmodes/cc-defs.el" 19610 ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/georgian.el"
19584 ;;;;;; "progmodes/cc-engine.el" "progmodes/cc-menus.el" "progmodes/ebnf-bnf.el" 19611 ;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el"
19585 ;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" 19612 ;;;;;; "language/korean.el" "language/lao.el" "language/thai.el"
19586 ;;;;;; "progmodes/idlw-rinfo.el" "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" 19613 ;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el"
19587 ;;;;;; "emacs-lisp/lisp-mode.el" "term/sun-mouse.el" "ediff-hook.el" 19614 ;;;;;; "mail/mh-pick.el" "obsolete/cplus-md.el" "obsolete/hilit19.el"
19588 ;;;;;; "ediff-wind.el" "indent.el" "isearch.el" "window.el" "calendar/cal-menu.el" 19615 ;;;;;; "obsolete/mlsupport.el" "generic-x.el" "scroll-bar.el" "calendar/parse-time.el"
19589 ;;;;;; "gnus/mm-view.el" "gnus/mml.el" "emulation/viper-util.el" 19616 ;;;;;; "emacs-lisp/cl-seq.el" "net/eudc-vars.el" "net/eudcb-bbdb.el"
19590 ;;;;;; "replace.el" "tempo.el" "gnus/gnus-sum.el" "gnus/mm-encode.el" 19617 ;;;;;; "net/eudcb-ldap.el" "net/eudcb-ph.el" "net/ldap.el" "term/pc-win.el"
19591 ;;;;;; "mail/uce.el" "emacs-lisp/lisp.el" "eshell/em-alias.el" "eshell/em-cmpl.el" 19618 ;;;;;; "term/rxvt.el" "term/tty-colors.el" "term/xterm.el" "register.el"
19592 ;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el" 19619 ;;;;;; "textmodes/text-mode.el" "paths.el" "vc-hooks.el" "w32-vars.el"
19593 ;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" 19620 ;;;;;; "eshell/esh-var.el" "international/mule.el" "language/japanese.el"
19594 ;;;;;; "eshell/em-smart.el" "eshell/em-unix.el" "eshell/esh-cmd.el" 19621 ;;;;;; "term/w32-win.el" "calc/calc-graph.el" "ediff-diff.el" "ediff-init.el"
19595 ;;;;;; "eshell/esh-io.el" "international/mule-cmds.el" "textmodes/paragraphs.el" 19622 ;;;;;; "ediff-ptch.el" "frame.el" "pcvs-parse.el" "replace.el" "gnus/mail-source.el"
19596 ;;;;;; "textmodes/reftex-sel.el" "calc/calc-macs.el" "calc/calc-maint.el" 19623 ;;;;;; "gnus/mm-decode.el" "gnus/mm-util.el" "gnus/nneething.el"
19597 ;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "cus-start.el" "dos-fns.el" 19624 ;;;;;; "eshell/esh-ext.el" "international/ucs-tables.el" "allout.el"
19598 ;;;;;; "faces.el" "help.el" "mouse.el" "subr.el" "w32-fns.el" "xml.el" 19625 ;;;;;; "bindings.el" "cus-load.el" "cus-start.el" "files.el" "finder-inf.el"
19599 ;;;;;; "gnus/qp.el" "language/czech.el" "language/european.el" "language/slovak.el" 19626 ;;;;;; "format.el" "help.el" "isearch.el" "loadup.el" "menu-bar.el"
19600 ;;;;;; "play/gamegrid.el" "term/x-win.el" "textmodes/texnfo-upd.el" 19627 ;;;;;; "mouse.el" "pcvs-info.el" "simple.el" "startup.el" "subr.el"
19601 ;;;;;; "bindings.el" "ediff-diff.el" "ediff-init.el" "ediff-ptch.el" 19628 ;;;;;; "window.el" "calc/calc-misc.el" "gnus/gnus-ems.el" "gnus/gnus-sum.el"
19602 ;;;;;; "files.el" "frame.el" "menu-bar.el" "pcvs-parse.el" "simple.el" 19629 ;;;;;; "gnus/gnus-uu.el" "gnus/nnimap.el" "gnus/nnmbox.el" "gnus/nnwarchive.el"
19603 ;;;;;; "startup.el" "gnus/gnus-uu.el" "gnus/mail-source.el" "gnus/mm-decode.el" 19630 ;;;;;; "gnus/pop3.el" "calendar/cal-tex.el" "emacs-lisp/byte-opt.el"
19604 ;;;;;; "gnus/mm-util.el" "gnus/nneething.el" "calendar/cal-french.el" 19631 ;;;;;; "emacs-lisp/lucid.el" "international/mule-cmds.el" "international/utf-8.el"
19605 ;;;;;; "eshell/esh-ext.el" "international/mule-conf.el" "cus-load.el" 19632 ;;;;;; "play/gamegrid.el" "progmodes/ada-prj.el" "progmodes/cc-engine.el"
19606 ;;;;;; "loadup.el" "subdirs.el" "eshell/esh-groups.el") (15515 48497 19633 ;;;;;; "progmodes/idlw-rinfo.el" "textmodes/fill.el") (15543 176
19607 ;;;;;; 448372)) 19634 ;;;;;; 188530))
19608 19635
19609 ;;;*** 19636 ;;;***
19610 19637
19611 ;; Local Variables: 19638 ;; Local Variables:
19612 ;; version-control: never 19639 ;; version-control: never