aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2001-10-05 14:05:27 +0000
committerMiles Bader2001-10-05 14:05:27 +0000
commit20a82009541ea86b2f554704fd7c46c41ad4f02a (patch)
tree5030cf1b7ba7ed8946a12a4fe3e595ae4ac0947b
parent18a90ec7569f2f613767c77313ab9cdd61f00474 (diff)
downloademacs-20a82009541ea86b2f554704fd7c46c41ad4f02a.tar.gz
emacs-20a82009541ea86b2f554704fd7c46c41ad4f02a.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/loaddefs.el986
2 files changed, 518 insertions, 472 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3fcad66a857..4f4574fd73b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12001-10-05 Miles Bader <miles@gnu.org> 12001-10-05 Miles Bader <miles@gnu.org>
2 2
3 * rfn-eshadow.el: New file.
4
52001-10-05 Miles Bader <miles@gnu.org>
6
3 * cus-face.el (custom-face-attributes): Make sure each attribute 7 * cus-face.el (custom-face-attributes): Make sure each attribute
4 has a valid default value. Remove hacks that mapped `nil' to 8 has a valid default value. Remove hacks that mapped `nil' to
5 `off' and used nil to mean `unspecified'. Remove `unspecified' 9 `off' and used nil to mean `unspecified'. Remove `unspecified'
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index 21d634944c4..1627afcbe64 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -4,7 +4,7 @@
4 4
5;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best 5;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best
6;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" 6;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
7;;;;;; "play/5x5.el" (15187 6159)) 7;;;;;; "play/5x5.el" (15192 12238))
8;;; Generated autoloads from play/5x5.el 8;;; Generated autoloads from play/5x5.el
9 9
10(autoload (quote 5x5) "5x5" "\ 10(autoload (quote 5x5) "5x5" "\
@@ -52,7 +52,7 @@ should return a grid vector array that is the new solution." t nil)
52;;;*** 52;;;***
53 53
54;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 54;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
55;;;;;; (15187 6160)) 55;;;;;; (15192 12240))
56;;; Generated autoloads from progmodes/ada-mode.el 56;;; Generated autoloads from progmodes/ada-mode.el
57 57
58(autoload (quote ada-add-extensions) "ada-mode" "\ 58(autoload (quote ada-add-extensions) "ada-mode" "\
@@ -108,7 +108,7 @@ If you use ada-xref.el:
108;;;*** 108;;;***
109 109
110;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 110;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
111;;;;;; (15186 41424)) 111;;;;;; (15192 12240))
112;;; Generated autoloads from progmodes/ada-stmt.el 112;;; Generated autoloads from progmodes/ada-stmt.el
113 113
114(autoload (quote ada-header) "ada-stmt" "\ 114(autoload (quote ada-header) "ada-stmt" "\
@@ -119,7 +119,7 @@ Insert a descriptive header at the top of the file." t nil)
119;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun 119;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun
120;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry 120;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry
121;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address 121;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address
122;;;;;; add-log-full-name) "add-log" "add-log.el" (15215 36955)) 122;;;;;; add-log-full-name) "add-log" "add-log.el" (15223 37886))
123;;; Generated autoloads from add-log.el 123;;; Generated autoloads from add-log.el
124 124
125(defvar add-log-full-name nil "\ 125(defvar add-log-full-name nil "\
@@ -217,8 +217,8 @@ Fix any old-style date entries in the current log file to default format." t nil
217;;;*** 217;;;***
218 218
219;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action 219;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action
220;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15177 220;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15185
221;;;;;; 43701)) 221;;;;;; 36002))
222;;; Generated autoloads from emacs-lisp/advice.el 222;;; Generated autoloads from emacs-lisp/advice.el
223 223
224(defvar ad-redefinition-action (quote warn) "\ 224(defvar ad-redefinition-action (quote warn) "\
@@ -309,7 +309,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation." nil
309 309
310;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 310;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
311;;;;;; align-highlight-rule align-current align-entire align-regexp 311;;;;;; align-highlight-rule align-current align-entire align-regexp
312;;;;;; align) "align" "align.el" (15187 6158)) 312;;;;;; align) "align" "align.el" (15192 12206))
313;;; Generated autoloads from align.el 313;;; Generated autoloads from align.el
314 314
315(autoload (quote align) "align" "\ 315(autoload (quote align) "align" "\
@@ -385,7 +385,7 @@ A replacement function for `newline-and-indent', aligning as it goes." t nil)
385;;;*** 385;;;***
386 386
387;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 387;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
388;;;;;; "net/ange-ftp.el" (15292 1106)) 388;;;;;; "net/ange-ftp.el" (15292 25972))
389;;; Generated autoloads from net/ange-ftp.el 389;;; Generated autoloads from net/ange-ftp.el
390 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 390 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
391 391
@@ -405,7 +405,7 @@ directory, so that Emacs will know its current contents." t nil)
405;;;*** 405;;;***
406 406
407;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 407;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
408;;;;;; "animate" "play/animate.el" (15220 9034)) 408;;;;;; "animate" "play/animate.el" (15223 37897))
409;;; Generated autoloads from play/animate.el 409;;; Generated autoloads from play/animate.el
410 410
411(autoload (quote animate-string) "animate" "\ 411(autoload (quote animate-string) "animate" "\
@@ -426,7 +426,7 @@ Display Sarah's birthday present in a new buffer." t nil)
426;;;*** 426;;;***
427 427
428;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 428;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
429;;;;;; "ansi-color" "ansi-color.el" (14965 36567)) 429;;;;;; "ansi-color" "ansi-color.el" (14969 37995))
430;;; Generated autoloads from ansi-color.el 430;;; Generated autoloads from ansi-color.el
431 431
432(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ 432(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\
@@ -448,7 +448,7 @@ This is a good function to put in `comint-output-filter-functions'." nil nil)
448;;;*** 448;;;***
449 449
450;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 450;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
451;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (15241 58886)) 451;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (15242 17023))
452;;; Generated autoloads from progmodes/antlr-mode.el 452;;; Generated autoloads from progmodes/antlr-mode.el
453 453
454(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ 454(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\
@@ -481,7 +481,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'." nil nil)
481;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary 481;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary
482;;;;;; appt-display-duration appt-msg-window appt-display-mode-line 482;;;;;; appt-display-duration appt-msg-window appt-display-mode-line
483;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) 483;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message)
484;;;;;; "appt" "calendar/appt.el" (15186 41419)) 484;;;;;; "appt" "calendar/appt.el" (15192 12220))
485;;; Generated autoloads from calendar/appt.el 485;;; Generated autoloads from calendar/appt.el
486 486
487(defvar appt-issue-message t "\ 487(defvar appt-issue-message t "\
@@ -533,8 +533,8 @@ They specify the range of dates that the diary is being processed for." nil nil)
533;;;*** 533;;;***
534 534
535;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command 535;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command
536;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15284 536;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15292
537;;;;;; 8839)) 537;;;;;; 25967))
538;;; Generated autoloads from apropos.el 538;;; Generated autoloads from apropos.el
539 539
540(autoload (quote apropos-mode) "apropos" "\ 540(autoload (quote apropos-mode) "apropos" "\
@@ -597,7 +597,7 @@ archive.
597 597
598;;;*** 598;;;***
599 599
600;;;### (autoloads (array-mode) "array" "array.el" (15186 41418)) 600;;;### (autoloads (array-mode) "array" "array.el" (15192 12207))
601;;; Generated autoloads from array.el 601;;; Generated autoloads from array.el
602 602
603(autoload (quote array-mode) "array" "\ 603(autoload (quote array-mode) "array" "\
@@ -666,8 +666,8 @@ Entering array mode calls the function `array-mode-hook'." t nil)
666 666
667;;;*** 667;;;***
668 668
669;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15187 669;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15192
670;;;;;; 6162)) 670;;;;;; 12246))
671;;; Generated autoloads from textmodes/artist.el 671;;; Generated autoloads from textmodes/artist.el
672 672
673(autoload (quote artist-mode) "artist" "\ 673(autoload (quote artist-mode) "artist" "\
@@ -871,7 +871,7 @@ Keymap summary
871;;;*** 871;;;***
872 872
873;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (14804 873;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (14804
874;;;;;; 20134)) 874;;;;;; 36495))
875;;; Generated autoloads from progmodes/asm-mode.el 875;;; Generated autoloads from progmodes/asm-mode.el
876 876
877(autoload (quote asm-mode) "asm-mode" "\ 877(autoload (quote asm-mode) "asm-mode" "\
@@ -898,7 +898,7 @@ Special commands:
898;;;*** 898;;;***
899 899
900;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el" 900;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el"
901;;;;;; (15186 41423)) 901;;;;;; (15192 12237))
902;;; Generated autoloads from obsolete/auto-show.el 902;;; Generated autoloads from obsolete/auto-show.el
903 903
904(defvar auto-show-mode nil "\ 904(defvar auto-show-mode nil "\
@@ -965,7 +965,7 @@ This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1'
965;;;*** 965;;;***
966 966
967;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 967;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
968;;;;;; (15187 6160)) 968;;;;;; (15192 12240))
969;;; Generated autoloads from progmodes/autoconf.el 969;;; Generated autoloads from progmodes/autoconf.el
970 970
971(autoload (quote autoconf-mode) "autoconf" "\ 971(autoload (quote autoconf-mode) "autoconf" "\
@@ -1008,7 +1008,7 @@ insert a template for the file depending on the mode of the buffer." t nil)
1008 1008
1009;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories 1009;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories
1010;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1010;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1011;;;;;; (15293 33677)) 1011;;;;;; (15293 42341))
1012;;; Generated autoloads from emacs-lisp/autoload.el 1012;;; Generated autoloads from emacs-lisp/autoload.el
1013 1013
1014(autoload (quote update-file-autoloads) "autoload" "\ 1014(autoload (quote update-file-autoloads) "autoload" "\
@@ -1028,7 +1028,7 @@ Calls `update-autoloads-from-directories' on the command line arguments." nil ni
1028 1028
1029;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode 1029;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode
1030;;;;;; auto-revert-mode global-auto-revert-mode) "autorevert" "autorevert.el" 1030;;;;;; auto-revert-mode global-auto-revert-mode) "autorevert" "autorevert.el"
1031;;;;;; (15187 6158)) 1031;;;;;; (15192 12207))
1032;;; Generated autoloads from autorevert.el 1032;;; Generated autoloads from autorevert.el
1033 1033
1034(defvar auto-revert-mode nil "\ 1034(defvar auto-revert-mode nil "\
@@ -1070,7 +1070,7 @@ Use `auto-revert-mode' to revert a particular buffer." t nil)
1070;;;*** 1070;;;***
1071 1071
1072;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1072;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1073;;;;;; "avoid.el" (15198 34460)) 1073;;;;;; "avoid.el" (15198 49176))
1074;;; Generated autoloads from avoid.el 1074;;; Generated autoloads from avoid.el
1075 1075
1076(defvar mouse-avoidance-mode nil "\ 1076(defvar mouse-avoidance-mode nil "\
@@ -1125,7 +1125,7 @@ Turning on AWK mode runs `awk-mode-hook'." t nil)
1125;;;*** 1125;;;***
1126 1126
1127;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" 1127;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el"
1128;;;;;; (15251 14233)) 1128;;;;;; (15251 43414))
1129;;; Generated autoloads from emacs-lisp/backquote.el 1129;;; Generated autoloads from emacs-lisp/backquote.el
1130 1130
1131(autoload (quote backquote) "backquote" "\ 1131(autoload (quote backquote) "backquote" "\
@@ -1148,7 +1148,7 @@ Vectors work just like lists. Nested backquotes are permitted." nil (quote macr
1148;;;*** 1148;;;***
1149 1149
1150;;;### (autoloads (display-battery battery) "battery" "battery.el" 1150;;;### (autoloads (display-battery battery) "battery" "battery.el"
1151;;;;;; (15218 17774)) 1151;;;;;; (15223 37886))
1152;;; Generated autoloads from battery.el 1152;;; Generated autoloads from battery.el
1153 1153
1154(autoload (quote battery) "battery" "\ 1154(autoload (quote battery) "battery" "\
@@ -1165,8 +1165,8 @@ seconds." t nil)
1165 1165
1166;;;*** 1166;;;***
1167 1167
1168;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (14977 1168;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15054
1169;;;;;; 55968)) 1169;;;;;; 33529))
1170;;; Generated autoloads from textmodes/bibtex.el 1170;;; Generated autoloads from textmodes/bibtex.el
1171 1171
1172(autoload (quote bibtex-mode) "bibtex" "\ 1172(autoload (quote bibtex-mode) "bibtex" "\
@@ -1270,7 +1270,7 @@ non-nil.
1270 1270
1271;;;*** 1271;;;***
1272 1272
1273;;;### (autoloads nil "binhex" "gnus/binhex.el" (15186 41420)) 1273;;;### (autoloads nil "binhex" "gnus/binhex.el" (15192 12228))
1274;;; Generated autoloads from gnus/binhex.el 1274;;; Generated autoloads from gnus/binhex.el
1275 1275
1276(defconst binhex-begin-line "^:...............................................................$") 1276(defconst binhex-begin-line "^:...............................................................$")
@@ -1400,7 +1400,7 @@ a reflection." t nil)
1400;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete 1400;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete
1401;;;;;; bookmark-insert bookmark-rename bookmark-insert-location 1401;;;;;; bookmark-insert bookmark-rename bookmark-insert-location
1402;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark" 1402;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark"
1403;;;;;; "bookmark.el" (15252 54318)) 1403;;;;;; "bookmark.el" (15254 8040))
1404;;; Generated autoloads from bookmark.el 1404;;; Generated autoloads from bookmark.el
1405 (define-key ctl-x-map "rb" 'bookmark-jump) 1405 (define-key ctl-x-map "rb" 'bookmark-jump)
1406 (define-key ctl-x-map "rm" 'bookmark-set) 1406 (define-key ctl-x-map "rm" 'bookmark-set)
@@ -1659,7 +1659,7 @@ corresponding bookmark function from Lisp (the one without the
1659;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program 1659;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program
1660;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-flag 1660;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-flag
1661;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" 1661;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el"
1662;;;;;; (15187 6159)) 1662;;;;;; (15192 12237))
1663;;; Generated autoloads from net/browse-url.el 1663;;; Generated autoloads from net/browse-url.el
1664 1664
1665(defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\ 1665(defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\
@@ -1876,7 +1876,7 @@ Return a vector containing the lines from `bruce-phrases-file'." nil nil)
1876;;;*** 1876;;;***
1877 1877
1878;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 1878;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
1879;;;;;; "bs" "bs.el" (15293 33676)) 1879;;;;;; "bs" "bs.el" (15293 42332))
1880;;; Generated autoloads from bs.el 1880;;; Generated autoloads from bs.el
1881 1881
1882(autoload (quote bs-cycle-next) "bs" "\ 1882(autoload (quote bs-cycle-next) "bs" "\
@@ -1911,7 +1911,7 @@ name of buffer configuration." t nil)
1911;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 1911;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
1912;;;;;; display-call-tree byte-compile compile-defun byte-compile-file 1912;;;;;; display-call-tree byte-compile compile-defun byte-compile-file
1913;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" 1913;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp"
1914;;;;;; "emacs-lisp/bytecomp.el" (15293 33957)) 1914;;;;;; "emacs-lisp/bytecomp.el" (15293 42341))
1915;;; Generated autoloads from emacs-lisp/bytecomp.el 1915;;; Generated autoloads from emacs-lisp/bytecomp.el
1916 1916
1917(autoload (quote byte-force-recompile) "bytecomp" "\ 1917(autoload (quote byte-force-recompile) "bytecomp" "\
@@ -1977,7 +1977,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'." nil nil
1977 1977
1978;;;*** 1978;;;***
1979 1979
1980;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (15186 41419)) 1980;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (15192 12220))
1981;;; Generated autoloads from calendar/cal-dst.el 1981;;; Generated autoloads from calendar/cal-dst.el
1982 1982
1983(put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) 1983(put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t)
@@ -1987,7 +1987,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'." nil nil
1987;;;*** 1987;;;***
1988 1988
1989;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" 1989;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el"
1990;;;;;; (15186 41419)) 1990;;;;;; (15192 12220))
1991;;; Generated autoloads from calendar/cal-hebrew.el 1991;;; Generated autoloads from calendar/cal-hebrew.el
1992 1992
1993(autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ 1993(autoload (quote list-yahrzeit-dates) "cal-hebrew" "\
@@ -1997,8 +1997,8 @@ from the cursor position." t nil)
1997 1997
1998;;;*** 1998;;;***
1999 1999
2000;;;### (autoloads (calculator) "calculator" "calculator.el" (15280 2000;;;### (autoloads (calculator) "calculator" "calculator.el" (15281
2001;;;;;; 16958)) 2001;;;;;; 51216))
2002;;; Generated autoloads from calculator.el 2002;;; Generated autoloads from calculator.el
2003 2003
2004(autoload (quote calculator) "calculator" "\ 2004(autoload (quote calculator) "calculator" "\
@@ -2023,7 +2023,7 @@ See the documentation for `calculator-mode' for more information." t nil)
2023;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 2023;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2024;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset 2024;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset
2025;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" 2025;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el"
2026;;;;;; (15288 21990)) 2026;;;;;; (15292 25969))
2027;;; Generated autoloads from calendar/calendar.el 2027;;; Generated autoloads from calendar/calendar.el
2028 2028
2029(defvar calendar-week-start-day 0 "\ 2029(defvar calendar-week-start-day 0 "\
@@ -2471,7 +2471,7 @@ The original function `calendar' has been renamed `calendar-basic-setup'." t nil
2471 2471
2472;;;*** 2472;;;***
2473 2473
2474;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15186 41424)) 2474;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15192 12240))
2475;;; Generated autoloads from progmodes/cc-langs.el 2475;;; Generated autoloads from progmodes/cc-langs.el
2476 2476
2477(defvar c-mode-syntax-table nil "\ 2477(defvar c-mode-syntax-table nil "\
@@ -2496,7 +2496,7 @@ Syntax table used in pike-mode buffers.")
2496 2496
2497;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 2497;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
2498;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 2498;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
2499;;;;;; (15094 21666)) 2499;;;;;; (15122 26750))
2500;;; Generated autoloads from progmodes/cc-mode.el 2500;;; Generated autoloads from progmodes/cc-mode.el
2501 2501
2502(autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil) 2502(autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil)
@@ -2607,7 +2607,7 @@ Key bindings:
2607;;;*** 2607;;;***
2608 2608
2609;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 2609;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
2610;;;;;; "progmodes/cc-styles.el" (15186 41424)) 2610;;;;;; "progmodes/cc-styles.el" (15192 12241))
2611;;; Generated autoloads from progmodes/cc-styles.el 2611;;; Generated autoloads from progmodes/cc-styles.el
2612 2612
2613(autoload (quote c-set-style) "cc-styles" "\ 2613(autoload (quote c-set-style) "cc-styles" "\
@@ -2648,7 +2648,7 @@ and exists only for compatibility reasons." t nil)
2648 2648
2649;;;*** 2649;;;***
2650 2650
2651;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15186 41424)) 2651;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15192 12241))
2652;;; Generated autoloads from progmodes/cc-vars.el 2652;;; Generated autoloads from progmodes/cc-vars.el
2653 2653
2654(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))) "\ 2654(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))) "\
@@ -2667,7 +2667,7 @@ Infodock (based on XEmacs) has an additional symbol on this list:
2667 2667
2668;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 2668;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
2669;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 2669;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
2670;;;;;; (15186 41421)) 2670;;;;;; (15192 12231))
2671;;; Generated autoloads from international/ccl.el 2671;;; Generated autoloads from international/ccl.el
2672 2672
2673(autoload (quote ccl-compile) "ccl" "\ 2673(autoload (quote ccl-compile) "ccl" "\
@@ -2916,7 +2916,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program." ni
2916;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 2916;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
2917;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 2917;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
2918;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 2918;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
2919;;;;;; (15270 7052)) 2919;;;;;; (15271 8858))
2920;;; Generated autoloads from emacs-lisp/checkdoc.el 2920;;; Generated autoloads from emacs-lisp/checkdoc.el
2921 2921
2922(autoload (quote checkdoc) "checkdoc" "\ 2922(autoload (quote checkdoc) "checkdoc" "\
@@ -3055,8 +3055,8 @@ checking of documentation strings.
3055;;;*** 3055;;;***
3056 3056
3057;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer 3057;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer
3058;;;;;; decode-hz-region) "china-util" "language/china-util.el" (15186 3058;;;;;; decode-hz-region) "china-util" "language/china-util.el" (15192
3059;;;;;; 41422)) 3059;;;;;; 12234))
3060;;; Generated autoloads from language/china-util.el 3060;;; Generated autoloads from language/china-util.el
3061 3061
3062(autoload (quote decode-hz-region) "china-util" "\ 3062(autoload (quote decode-hz-region) "china-util" "\
@@ -3076,7 +3076,7 @@ Encode the text in the current buffer to HZ." t nil)
3076;;;*** 3076;;;***
3077 3077
3078;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 3078;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
3079;;;;;; "chistory" "chistory.el" (14883 31905)) 3079;;;;;; "chistory" "chistory.el" (14883 34675))
3080;;; Generated autoloads from chistory.el 3080;;; Generated autoloads from chistory.el
3081 3081
3082(autoload (quote repeat-matching-complex-command) "chistory" "\ 3082(autoload (quote repeat-matching-complex-command) "chistory" "\
@@ -3109,7 +3109,7 @@ and runs the normal hook `command-history-hook'." t nil)
3109 3109
3110;;;*** 3110;;;***
3111 3111
3112;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15012 48294)) 3112;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15054 32554))
3113;;; Generated autoloads from emacs-lisp/cl.el 3113;;; Generated autoloads from emacs-lisp/cl.el
3114 3114
3115(defvar custom-print-functions nil "\ 3115(defvar custom-print-functions nil "\
@@ -3125,7 +3125,7 @@ a future Emacs interpreter will be able to use it.")
3125;;;*** 3125;;;***
3126 3126
3127;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 3127;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3128;;;;;; (15226 25416)) 3128;;;;;; (15226 33281))
3129;;; Generated autoloads from emacs-lisp/cl-indent.el 3129;;; Generated autoloads from emacs-lisp/cl-indent.el
3130 3130
3131(autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) 3131(autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil)
@@ -3133,7 +3133,7 @@ a future Emacs interpreter will be able to use it.")
3133;;;*** 3133;;;***
3134 3134
3135;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 3135;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3136;;;;;; (15251 11795)) 3136;;;;;; (15251 43415))
3137;;; Generated autoloads from progmodes/cmacexp.el 3137;;; Generated autoloads from progmodes/cmacexp.el
3138 3138
3139(autoload (quote c-macro-expand) "cmacexp" "\ 3139(autoload (quote c-macro-expand) "cmacexp" "\
@@ -3150,8 +3150,8 @@ For use inside Lisp programs, see also `c-macro-expansion'." t nil)
3150 3150
3151;;;*** 3151;;;***
3152 3152
3153;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (15186 3153;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (15192
3154;;;;;; 41418)) 3154;;;;;; 12207))
3155;;; Generated autoloads from cmuscheme.el 3155;;; Generated autoloads from cmuscheme.el
3156 3156
3157(autoload (quote run-scheme) "cmuscheme" "\ 3157(autoload (quote run-scheme) "cmuscheme" "\
@@ -3167,7 +3167,7 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook'
3167 3167
3168;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage 3168;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage
3169;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) 3169;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage)
3170;;;;;; "codepage" "international/codepage.el" (15186 41421)) 3170;;;;;; "codepage" "international/codepage.el" (15192 12231))
3171;;; Generated autoloads from international/codepage.el 3171;;; Generated autoloads from international/codepage.el
3172 3172
3173(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ 3173(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\
@@ -3270,8 +3270,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use." nil nil)
3270 3270
3271;;;*** 3271;;;***
3272 3272
3273;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (15186 3273;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (15192
3274;;;;;; 41418)) 3274;;;;;; 12207))
3275;;; Generated autoloads from compare-w.el 3275;;; Generated autoloads from compare-w.el
3276 3276
3277(autoload (quote compare-windows) "compare-w" "\ 3277(autoload (quote compare-windows) "compare-w" "\
@@ -3294,7 +3294,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil)
3294;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode 3294;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
3295;;;;;; compilation-mode grep-find grep compile compilation-search-path 3295;;;;;; compilation-mode grep-find grep compile compilation-search-path
3296;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 3296;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
3297;;;;;; "compile" "progmodes/compile.el" (15273 39392)) 3297;;;;;; "compile" "progmodes/compile.el" (15293 44864))
3298;;; Generated autoloads from progmodes/compile.el 3298;;; Generated autoloads from progmodes/compile.el
3299 3299
3300(defvar compilation-mode-hook nil "\ 3300(defvar compilation-mode-hook nil "\
@@ -3425,7 +3425,7 @@ See variables `compilation-parse-errors-function' and
3425;;;*** 3425;;;***
3426 3426
3427;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 3427;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
3428;;;;;; (15187 6158)) 3428;;;;;; (15192 12207))
3429;;; Generated autoloads from complete.el 3429;;; Generated autoloads from complete.el
3430 3430
3431(defvar partial-completion-mode nil "\ 3431(defvar partial-completion-mode nil "\
@@ -3460,7 +3460,7 @@ See also the variable `PC-include-file-path'." t nil)
3460;;;*** 3460;;;***
3461 3461
3462;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 3462;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
3463;;;;;; (15186 41418)) 3463;;;;;; (15192 12207))
3464;;; Generated autoloads from completion.el 3464;;; Generated autoloads from completion.el
3465 3465
3466(autoload (quote dynamic-completion-mode) "completion" "\ 3466(autoload (quote dynamic-completion-mode) "completion" "\
@@ -3471,7 +3471,7 @@ Enable dynamic word-completion." t nil)
3471;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after 3471;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after
3472;;;;;; find-composition compose-chars decompose-string compose-string 3472;;;;;; find-composition compose-chars decompose-string compose-string
3473;;;;;; decompose-region compose-region) "composite" "composite.el" 3473;;;;;; decompose-region compose-region) "composite" "composite.el"
3474;;;;;; (15186 41418)) 3474;;;;;; (15192 12207))
3475;;; Generated autoloads from composite.el 3475;;; Generated autoloads from composite.el
3476 3476
3477(defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\ 3477(defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\
@@ -3682,7 +3682,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely)" nil n
3682;;;*** 3682;;;***
3683 3683
3684;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el" 3684;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el"
3685;;;;;; (15187 6159)) 3685;;;;;; (15192 12222))
3686;;; Generated autoloads from emacs-lisp/copyright.el 3686;;; Generated autoloads from emacs-lisp/copyright.el
3687 3687
3688(autoload (quote copyright-update) "copyright" "\ 3688(autoload (quote copyright-update) "copyright" "\
@@ -3698,7 +3698,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil)
3698;;;*** 3698;;;***
3699 3699
3700;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 3700;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
3701;;;;;; (15187 6160)) 3701;;;;;; (15192 12241))
3702;;; Generated autoloads from progmodes/cperl-mode.el 3702;;; Generated autoloads from progmodes/cperl-mode.el
3703 3703
3704(autoload (quote cperl-mode) "cperl-mode" "\ 3704(autoload (quote cperl-mode) "cperl-mode" "\
@@ -3869,7 +3869,7 @@ or as help on variables `cperl-tips', `cperl-problems',
3869;;;*** 3869;;;***
3870 3870
3871;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 3871;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
3872;;;;;; (15187 6160)) 3872;;;;;; (15192 12242))
3873;;; Generated autoloads from progmodes/cpp.el 3873;;; Generated autoloads from progmodes/cpp.el
3874 3874
3875(autoload (quote cpp-highlight-buffer) "cpp" "\ 3875(autoload (quote cpp-highlight-buffer) "cpp" "\
@@ -3949,7 +3949,7 @@ INHERIT-INPUT-METHOD." nil nil)
3949;;;;;; customize-option-other-window customize-changed-options customize-option 3949;;;;;; customize-option-other-window customize-changed-options customize-option
3950;;;;;; customize-group-other-window customize-group customize customize-save-variable 3950;;;;;; customize-group-other-window customize-group customize customize-save-variable
3951;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" 3951;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el"
3952;;;;;; (15256 32347)) 3952;;;;;; (15293 43517))
3953;;; Generated autoloads from cus-edit.el 3953;;; Generated autoloads from cus-edit.el
3954 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 3954 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
3955 3955
@@ -4108,7 +4108,7 @@ The format is suitable for use with `easy-menu-define'." nil nil)
4108;;;*** 4108;;;***
4109 4109
4110;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" 4110;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face"
4111;;;;;; "cus-face.el" (15187 6158)) 4111;;;;;; "cus-face.el" (15293 43517))
4112;;; Generated autoloads from cus-face.el 4112;;; Generated autoloads from cus-face.el
4113 4113
4114(autoload (quote custom-declare-face) "cus-face" "\ 4114(autoload (quote custom-declare-face) "cus-face" "\
@@ -4129,7 +4129,7 @@ See `defface' for the format of SPEC." nil nil)
4129;;;*** 4129;;;***
4130 4130
4131;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 4131;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
4132;;;;;; (14909 56659)) 4132;;;;;; (14910 483))
4133;;; Generated autoloads from cvs-status.el 4133;;; Generated autoloads from cvs-status.el
4134 4134
4135(autoload (quote cvs-status-mode) "cvs-status" "\ 4135(autoload (quote cvs-status-mode) "cvs-status" "\
@@ -4138,7 +4138,7 @@ Mode used for cvs status output." t nil)
4138;;;*** 4138;;;***
4139 4139
4140;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 4140;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
4141;;;;;; "cwarn" "progmodes/cwarn.el" (15187 6160)) 4141;;;;;; "cwarn" "progmodes/cwarn.el" (15192 12242))
4142;;; Generated autoloads from progmodes/cwarn.el 4142;;; Generated autoloads from progmodes/cwarn.el
4143 4143
4144(autoload (quote cwarn-mode) "cwarn" "\ 4144(autoload (quote cwarn-mode) "cwarn" "\
@@ -4165,7 +4165,7 @@ With ARG, turn CWarn mode on globally if and only if arg is positive." t nil)
4165 4165
4166;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 4166;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
4167;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 4167;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
4168;;;;;; (15186 41422)) 4168;;;;;; (15192 12234))
4169;;; Generated autoloads from language/cyril-util.el 4169;;; Generated autoloads from language/cyril-util.el
4170 4170
4171(autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ 4171(autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\
@@ -4188,7 +4188,7 @@ If the argument is nil, we return the display table to its standard state." t ni
4188;;;*** 4188;;;***
4189 4189
4190;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 4190;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
4191;;;;;; (15153 45273)) 4191;;;;;; (15155 16524))
4192;;; Generated autoloads from dabbrev.el 4192;;; Generated autoloads from dabbrev.el
4193 4193
4194(define-key esc-map "/" (quote dabbrev-expand)) 4194(define-key esc-map "/" (quote dabbrev-expand))
@@ -4233,8 +4233,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil)
4233 4233
4234;;;*** 4234;;;***
4235 4235
4236;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (14977 4236;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15054
4237;;;;;; 55829)) 4237;;;;;; 32604))
4238;;; Generated autoloads from progmodes/dcl-mode.el 4238;;; Generated autoloads from progmodes/dcl-mode.el
4239 4239
4240(autoload (quote dcl-mode) "dcl-mode" "\ 4240(autoload (quote dcl-mode) "dcl-mode" "\
@@ -4385,7 +4385,7 @@ If argument is nil or an empty string, cancel for all functions." t nil)
4385;;;*** 4385;;;***
4386 4386
4387;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 4387;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
4388;;;;;; (15187 6160)) 4388;;;;;; (15192 12238))
4389;;; Generated autoloads from play/decipher.el 4389;;; Generated autoloads from play/decipher.el
4390 4390
4391(autoload (quote decipher) "decipher" "\ 4391(autoload (quote decipher) "decipher" "\
@@ -4410,8 +4410,8 @@ The most useful commands are:
4410;;;*** 4410;;;***
4411 4411
4412;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 4412;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
4413;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (15187 4413;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (15192
4414;;;;;; 6158)) 4414;;;;;; 12208))
4415;;; Generated autoloads from delim-col.el 4415;;; Generated autoloads from delim-col.el
4416 4416
4417(autoload (quote delimit-columns-customize) "delim-col" "\ 4417(autoload (quote delimit-columns-customize) "delim-col" "\
@@ -4429,8 +4429,8 @@ START and END delimits the corners of text rectangle." t nil)
4429 4429
4430;;;*** 4430;;;***
4431 4431
4432;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (15187 4432;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (15192
4433;;;;;; 6160)) 4433;;;;;; 12242))
4434;;; Generated autoloads from progmodes/delphi.el 4434;;; Generated autoloads from progmodes/delphi.el
4435 4435
4436(autoload (quote delphi-mode) "delphi" "\ 4436(autoload (quote delphi-mode) "delphi" "\
@@ -4478,8 +4478,8 @@ no args, if that value is non-nil." t nil)
4478 4478
4479;;;*** 4479;;;***
4480 4480
4481;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (15206 4481;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (15209
4482;;;;;; 38924)) 4482;;;;;; 13374))
4483;;; Generated autoloads from delsel.el 4483;;; Generated autoloads from delsel.el
4484 4484
4485(defalias (quote pending-delete-mode) (quote delete-selection-mode)) 4485(defalias (quote pending-delete-mode) (quote delete-selection-mode))
@@ -4507,7 +4507,7 @@ any selection." t nil)
4507;;;*** 4507;;;***
4508 4508
4509;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 4509;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
4510;;;;;; "derived" "derived.el" (15293 33676)) 4510;;;;;; "derived" "derived.el" (15293 42332))
4511;;; Generated autoloads from derived.el 4511;;; Generated autoloads from derived.el
4512 4512
4513(autoload (quote define-derived-mode) "derived" "\ 4513(autoload (quote define-derived-mode) "derived" "\
@@ -4551,7 +4551,7 @@ the first time the mode is used." nil nil)
4551;;;*** 4551;;;***
4552 4552
4553;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" 4553;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el"
4554;;;;;; (15224 61468)) 4554;;;;;; (15225 9712))
4555;;; Generated autoloads from desktop.el 4555;;; Generated autoloads from desktop.el
4556 4556
4557(autoload (quote desktop-read) "desktop" "\ 4557(autoload (quote desktop-read) "desktop" "\
@@ -4572,7 +4572,7 @@ to provide correct modes for autoloaded files." nil nil)
4572;;;;;; devanagari-decompose-string char-to-glyph-devanagari indian-to-devanagari-string 4572;;;;;; devanagari-decompose-string char-to-glyph-devanagari indian-to-devanagari-string
4573;;;;;; devanagari-to-indian-region indian-to-devanagari-region devanagari-to-indian 4573;;;;;; devanagari-to-indian-region indian-to-devanagari-region devanagari-to-indian
4574;;;;;; indian-to-devanagari) "devan-util" "language/devan-util.el" 4574;;;;;; indian-to-devanagari) "devan-util" "language/devan-util.el"
4575;;;;;; (15187 6159)) 4575;;;;;; (15192 12234))
4576;;; Generated autoloads from language/devan-util.el 4576;;; Generated autoloads from language/devan-util.el
4577 4577
4578(autoload (quote indian-to-devanagari) "devan-util" "\ 4578(autoload (quote indian-to-devanagari) "devan-util" "\
@@ -4626,7 +4626,7 @@ Decompose Devanagari characters in the region to IS 13194 characters." t nil)
4626;;;*** 4626;;;***
4627 4627
4628;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" 4628;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el"
4629;;;;;; (15186 41419)) 4629;;;;;; (15192 12221))
4630;;; Generated autoloads from calendar/diary-lib.el 4630;;; Generated autoloads from calendar/diary-lib.el
4631 4631
4632(autoload (quote diary) "diary-lib" "\ 4632(autoload (quote diary) "diary-lib" "\
@@ -4661,7 +4661,7 @@ to run it every morning at 1am." t nil)
4661;;;*** 4661;;;***
4662 4662
4663;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 4663;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
4664;;;;;; "diff.el" (15215 36955)) 4664;;;;;; "diff.el" (15223 37888))
4665;;; Generated autoloads from diff.el 4665;;; Generated autoloads from diff.el
4666 4666
4667(defvar diff-switches "-c" "\ 4667(defvar diff-switches "-c" "\
@@ -5041,7 +5041,7 @@ true then the type of the file linked to by FILE is printed instead." t nil)
5041 5041
5042;;;*** 5042;;;***
5043 5043
5044;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (15245 897)) 5044;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (15246 17699))
5045;;; Generated autoloads from dired-x.el 5045;;; Generated autoloads from dired-x.el
5046 5046
5047(autoload (quote dired-jump) "dired-x" "\ 5047(autoload (quote dired-jump) "dired-x" "\
@@ -5053,7 +5053,7 @@ buffer and try again." t nil)
5053 5053
5054;;;*** 5054;;;***
5055 5055
5056;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (14977 56454)) 5056;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (15054 32525))
5057;;; Generated autoloads from dirtrack.el 5057;;; Generated autoloads from dirtrack.el
5058 5058
5059(autoload (quote dirtrack) "dirtrack" "\ 5059(autoload (quote dirtrack) "dirtrack" "\
@@ -5088,7 +5088,7 @@ redefine OBJECT if it is a symbol." t nil)
5088;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii 5088;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii
5089;;;;;; standard-display-default standard-display-8bit describe-current-display-table 5089;;;;;; standard-display-default standard-display-8bit describe-current-display-table
5090;;;;;; describe-display-table set-display-table-slot display-table-slot 5090;;;;;; describe-display-table set-display-table-slot display-table-slot
5091;;;;;; make-display-table) "disp-table" "disp-table.el" (15186 41418)) 5091;;;;;; make-display-table) "disp-table" "disp-table.el" (15192 12208))
5092;;; Generated autoloads from disp-table.el 5092;;; Generated autoloads from disp-table.el
5093 5093
5094(autoload (quote make-display-table) "disp-table" "\ 5094(autoload (quote make-display-table) "disp-table" "\
@@ -5163,7 +5163,7 @@ for users who call this function in `.emacs'." nil nil)
5163;;;*** 5163;;;***
5164 5164
5165;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 5165;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
5166;;;;;; (15186 41423)) 5166;;;;;; (15192 12238))
5167;;; Generated autoloads from play/dissociate.el 5167;;; Generated autoloads from play/dissociate.el
5168 5168
5169(autoload (quote dissociated-press) "dissociate" "\ 5169(autoload (quote dissociated-press) "dissociate" "\
@@ -5177,7 +5177,7 @@ Default is 2." t nil)
5177 5177
5178;;;*** 5178;;;***
5179 5179
5180;;;### (autoloads (doctor) "doctor" "play/doctor.el" (15186 41423)) 5180;;;### (autoloads (doctor) "doctor" "play/doctor.el" (15192 12238))
5181;;; Generated autoloads from play/doctor.el 5181;;; Generated autoloads from play/doctor.el
5182 5182
5183(autoload (quote doctor) "doctor" "\ 5183(autoload (quote doctor) "doctor" "\
@@ -5186,7 +5186,7 @@ Switch to *doctor* buffer and start giving psychotherapy." t nil)
5186;;;*** 5186;;;***
5187 5187
5188;;;### (autoloads (double-mode double-mode) "double" "double.el" 5188;;;### (autoloads (double-mode double-mode) "double" "double.el"
5189;;;;;; (15187 6158)) 5189;;;;;; (15192 12208))
5190;;; Generated autoloads from double.el 5190;;; Generated autoloads from double.el
5191 5191
5192(defvar double-mode nil "\ 5192(defvar double-mode nil "\
@@ -5207,7 +5207,7 @@ when pressed twice. See variable `double-map' for details." t nil)
5207 5207
5208;;;*** 5208;;;***
5209 5209
5210;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (15187 6160)) 5210;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (15192 12238))
5211;;; Generated autoloads from play/dunnet.el 5211;;; Generated autoloads from play/dunnet.el
5212 5212
5213(autoload (quote dunnet) "dunnet" "\ 5213(autoload (quote dunnet) "dunnet" "\
@@ -5216,7 +5216,7 @@ Switch to *dungeon* buffer and start game." t nil)
5216;;;*** 5216;;;***
5217 5217
5218;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 5218;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
5219;;;;;; (15232 59193)) 5219;;;;;; (15232 65306))
5220;;; Generated autoloads from gnus/earcon.el 5220;;; Generated autoloads from gnus/earcon.el
5221 5221
5222(autoload (quote gnus-earcon-display) "earcon" "\ 5222(autoload (quote gnus-earcon-display) "earcon" "\
@@ -5226,7 +5226,7 @@ Play sounds in message buffers." t nil)
5226 5226
5227;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 5227;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
5228;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" 5228;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode"
5229;;;;;; "emacs-lisp/easy-mmode.el" (15218 41915)) 5229;;;;;; "emacs-lisp/easy-mmode.el" (15223 37895))
5230;;; Generated autoloads from emacs-lisp/easy-mmode.el 5230;;; Generated autoloads from emacs-lisp/easy-mmode.el
5231 5231
5232(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) 5232(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
@@ -5280,8 +5280,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)." nil (
5280;;;*** 5280;;;***
5281 5281
5282;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 5282;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
5283;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15187 5283;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15192
5284;;;;;; 6159)) 5284;;;;;; 12223))
5285;;; Generated autoloads from emacs-lisp/easymenu.el 5285;;; Generated autoloads from emacs-lisp/easymenu.el
5286 5286
5287(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) 5287(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
@@ -5412,7 +5412,7 @@ to implement dynamic menus." nil nil)
5412;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup 5412;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup
5413;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer 5413;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer
5414;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer 5414;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer
5415;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (15279 28641)) 5415;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (15281 51220))
5416;;; Generated autoloads from progmodes/ebnf2ps.el 5416;;; Generated autoloads from progmodes/ebnf2ps.el
5417 5417
5418(autoload (quote ebnf-customize) "ebnf2ps" "\ 5418(autoload (quote ebnf-customize) "ebnf2ps" "\
@@ -5527,7 +5527,7 @@ It returns the old style symbol." t nil)
5527;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use 5527;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use
5528;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol 5528;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol
5529;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse" 5529;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse"
5530;;;;;; "progmodes/ebrowse.el" (15186 41424)) 5530;;;;;; "progmodes/ebrowse.el" (15192 12243))
5531;;; Generated autoloads from progmodes/ebrowse.el 5531;;; Generated autoloads from progmodes/ebrowse.el
5532 5532
5533(autoload (quote ebrowse-tree-mode) "ebrowse" "\ 5533(autoload (quote ebrowse-tree-mode) "ebrowse" "\
@@ -5590,7 +5590,7 @@ Display statistics for a class tree." t nil)
5590;;;*** 5590;;;***
5591 5591
5592;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 5592;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
5593;;;;;; (15238 2043)) 5593;;;;;; (15238 19581))
5594;;; Generated autoloads from ebuff-menu.el 5594;;; Generated autoloads from ebuff-menu.el
5595 5595
5596(autoload (quote electric-buffer-list) "ebuff-menu" "\ 5596(autoload (quote electric-buffer-list) "ebuff-menu" "\
@@ -5613,7 +5613,7 @@ Calls value of `electric-buffer-menu-mode-hook' on entry if non-nil.
5613;;;*** 5613;;;***
5614 5614
5615;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 5615;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
5616;;;;;; "echistory.el" (15186 41418)) 5616;;;;;; "echistory.el" (15192 12208))
5617;;; Generated autoloads from echistory.el 5617;;; Generated autoloads from echistory.el
5618 5618
5619(autoload (quote Electric-command-history-redo-expression) "echistory" "\ 5619(autoload (quote Electric-command-history-redo-expression) "echistory" "\
@@ -5623,7 +5623,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing." t nil)
5623;;;*** 5623;;;***
5624 5624
5625;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms 5625;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
5626;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15288 6986)) 5626;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15292 25969))
5627;;; Generated autoloads from emacs-lisp/edebug.el 5627;;; Generated autoloads from emacs-lisp/edebug.el
5628 5628
5629(defvar edebug-all-defs nil "\ 5629(defvar edebug-all-defs nil "\
@@ -5835,14 +5835,14 @@ With optional NODE, goes to that node." t nil)
5835;;;*** 5835;;;***
5836 5836
5837;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" 5837;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
5838;;;;;; (15186 41418)) 5838;;;;;; (15192 12209))
5839;;; Generated autoloads from ediff-help.el 5839;;; Generated autoloads from ediff-help.el
5840 5840
5841(autoload (quote ediff-customize) "ediff-help" nil t nil) 5841(autoload (quote ediff-customize) "ediff-help" nil t nil)
5842 5842
5843;;;*** 5843;;;***
5844 5844
5845;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (15186 41418)) 5845;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (15192 12209))
5846;;; Generated autoloads from ediff-hook.el 5846;;; Generated autoloads from ediff-hook.el
5847 5847
5848(defvar ediff-window-setup-function) 5848(defvar ediff-window-setup-function)
@@ -5854,7 +5854,7 @@ With optional NODE, goes to that node." t nil)
5854;;;*** 5854;;;***
5855 5855
5856;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 5856;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
5857;;;;;; (15284 8839)) 5857;;;;;; (15292 25968))
5858;;; Generated autoloads from ediff-mult.el 5858;;; Generated autoloads from ediff-mult.el
5859 5859
5860(autoload (quote ediff-show-registry) "ediff-mult" "\ 5860(autoload (quote ediff-show-registry) "ediff-mult" "\
@@ -5882,7 +5882,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see." t nil
5882 5882
5883;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 5883;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
5884;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 5884;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
5885;;;;;; (15187 6158)) 5885;;;;;; (15192 12209))
5886;;; Generated autoloads from edmacro.el 5886;;; Generated autoloads from edmacro.el
5887 (define-key ctl-x-map "\C-k" 'edit-kbd-macro) 5887 (define-key ctl-x-map "\C-k" 'edit-kbd-macro)
5888 5888
@@ -5926,7 +5926,7 @@ or nil, use a compact 80-column format." nil nil)
5926;;;*** 5926;;;***
5927 5927
5928;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 5928;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
5929;;;;;; "emulation/edt.el" (15187 6159)) 5929;;;;;; "emulation/edt.el" (15192 12224))
5930;;; Generated autoloads from emulation/edt.el 5930;;; Generated autoloads from emulation/edt.el
5931 5931
5932(autoload (quote edt-set-scroll-margins) "edt" "\ 5932(autoload (quote edt-set-scroll-margins) "edt" "\
@@ -5940,7 +5940,7 @@ Turn on EDT Emulation." t nil)
5940;;;*** 5940;;;***
5941 5941
5942;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 5942;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
5943;;;;;; (15031 23653)) 5943;;;;;; (15054 32526))
5944;;; Generated autoloads from ehelp.el 5944;;; Generated autoloads from ehelp.el
5945 5945
5946(autoload (quote with-electric-help) "ehelp" "\ 5946(autoload (quote with-electric-help) "ehelp" "\
@@ -6009,8 +6009,8 @@ Unequivocally turn on eldoc-mode (see variable documentation)." t nil)
6009 6009
6010;;;*** 6010;;;***
6011 6011
6012;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (15187 6012;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (15192
6013;;;;;; 6158)) 6013;;;;;; 12209))
6014;;; Generated autoloads from elide-head.el 6014;;; Generated autoloads from elide-head.el
6015 6015
6016(autoload (quote elide-head) "elide-head" "\ 6016(autoload (quote elide-head) "elide-head" "\
@@ -6024,7 +6024,7 @@ This is suitable as an entry on `find-file-hooks' or appropriate mode hooks." t
6024;;;*** 6024;;;***
6025 6025
6026;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" 6026;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"
6027;;;;;; (15187 6159)) 6027;;;;;; (15192 12223))
6028;;; Generated autoloads from emacs-lisp/elint.el 6028;;; Generated autoloads from emacs-lisp/elint.el
6029 6029
6030(autoload (quote elint-initialize) "elint" "\ 6030(autoload (quote elint-initialize) "elint" "\
@@ -6033,8 +6033,8 @@ Initialize elint." t nil)
6033;;;*** 6033;;;***
6034 6034
6035;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 6035;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
6036;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (15186 6036;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (15192
6037;;;;;; 41419)) 6037;;;;;; 12223))
6038;;; Generated autoloads from emacs-lisp/elp.el 6038;;; Generated autoloads from emacs-lisp/elp.el
6039 6039
6040(autoload (quote elp-instrument-function) "elp" "\ 6040(autoload (quote elp-instrument-function) "elp" "\
@@ -6073,7 +6073,7 @@ Prompts for bug subject. Leaves you in a mail buffer." t nil)
6073;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 6073;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
6074;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 6074;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
6075;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 6075;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
6076;;;;;; "emerge.el" (15187 6158)) 6076;;;;;; "emerge.el" (15192 12209))
6077;;; Generated autoloads from emerge.el 6077;;; Generated autoloads from emerge.el
6078 6078
6079(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) 6079(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
@@ -6125,7 +6125,7 @@ Emerge two RCS revisions of a file, with another revision as ancestor." t nil)
6125;;;*** 6125;;;***
6126 6126
6127;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" 6127;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el"
6128;;;;;; (15186 41421)) 6128;;;;;; (15192 12231))
6129;;; Generated autoloads from international/encoded-kb.el 6129;;; Generated autoloads from international/encoded-kb.el
6130 6130
6131(autoload (quote encoded-kbd-mode) "encoded-kb" "\ 6131(autoload (quote encoded-kbd-mode) "encoded-kb" "\
@@ -6143,7 +6143,7 @@ as a multilingual text encoded in a coding system set by
6143;;;*** 6143;;;***
6144 6144
6145;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 6145;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
6146;;;;;; "enriched" "enriched.el" (14885 22378)) 6146;;;;;; "enriched" "enriched.el" (14886 12681))
6147;;; Generated autoloads from enriched.el 6147;;; Generated autoloads from enriched.el
6148 6148
6149(autoload (quote enriched-mode) "enriched" "\ 6149(autoload (quote enriched-mode) "enriched" "\
@@ -6165,8 +6165,8 @@ Commands:
6165 6165
6166;;;*** 6166;;;***
6167 6167
6168;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15186 6168;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15192
6169;;;;;; 58625)) 6169;;;;;; 12227))
6170;;; Generated autoloads from eshell/esh-mode.el 6170;;; Generated autoloads from eshell/esh-mode.el
6171 6171
6172(autoload (quote eshell-mode) "esh-mode" "\ 6172(autoload (quote eshell-mode) "esh-mode" "\
@@ -6176,8 +6176,8 @@ Emacs shell interactive mode.
6176 6176
6177;;;*** 6177;;;***
6178 6178
6179;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15186 6179;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15192
6180;;;;;; 41420)) 6180;;;;;; 12228))
6181;;; Generated autoloads from eshell/esh-test.el 6181;;; Generated autoloads from eshell/esh-test.el
6182 6182
6183(autoload (quote eshell-test) "esh-test" "\ 6183(autoload (quote eshell-test) "esh-test" "\
@@ -6186,7 +6186,7 @@ Test Eshell to verify that it works as expected." t nil)
6186;;;*** 6186;;;***
6187 6187
6188;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command 6188;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command
6189;;;;;; eshell) "eshell" "eshell/eshell.el" (15186 41420)) 6189;;;;;; eshell) "eshell" "eshell/eshell.el" (15192 12228))
6190;;; Generated autoloads from eshell/eshell.el 6190;;; Generated autoloads from eshell/eshell.el
6191 6191
6192(autoload (quote eshell) "eshell" "\ 6192(autoload (quote eshell) "eshell" "\
@@ -6221,7 +6221,7 @@ Please include any configuration details that might be involved." t nil)
6221;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table 6221;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table
6222;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list 6222;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list
6223;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 6223;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
6224;;;;;; (15127 20500)) 6224;;;;;; (15128 5314))
6225;;; Generated autoloads from progmodes/etags.el 6225;;; Generated autoloads from progmodes/etags.el
6226 6226
6227(defvar tags-file-name nil "\ 6227(defvar tags-file-name nil "\
@@ -6462,7 +6462,7 @@ for \\[find-tag] (which see)." t nil)
6462;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker 6462;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker
6463;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker 6463;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker
6464;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) 6464;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal)
6465;;;;;; "ethio-util" "language/ethio-util.el" (15187 6159)) 6465;;;;;; "ethio-util" "language/ethio-util.el" (15192 12234))
6466;;; Generated autoloads from language/ethio-util.el 6466;;; Generated autoloads from language/ethio-util.el
6467 6467
6468(autoload (quote setup-ethiopic-environment-internal) "ethio-util" nil nil nil) 6468(autoload (quote setup-ethiopic-environment-internal) "ethio-util" nil nil nil)
@@ -6658,7 +6658,7 @@ This does nothing except loading eudc by autoload side-effect." t nil)
6658 6658
6659;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 6659;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
6660;;;;;; eudc-display-sound eudc-display-url eudc-display-generic-binary) 6660;;;;;; eudc-display-sound eudc-display-url eudc-display-generic-binary)
6661;;;;;; "eudc-bob" "net/eudc-bob.el" (15186 41423)) 6661;;;;;; "eudc-bob" "net/eudc-bob.el" (15192 12237))
6662;;; Generated autoloads from net/eudc-bob.el 6662;;; Generated autoloads from net/eudc-bob.el
6663 6663
6664(autoload (quote eudc-display-generic-binary) "eudc-bob" "\ 6664(autoload (quote eudc-display-generic-binary) "eudc-bob" "\
@@ -6679,7 +6679,7 @@ Display a button for the JPEG DATA." nil nil)
6679;;;*** 6679;;;***
6680 6680
6681;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 6681;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
6682;;;;;; "eudc-export" "net/eudc-export.el" (15186 41423)) 6682;;;;;; "eudc-export" "net/eudc-export.el" (15192 12237))
6683;;; Generated autoloads from net/eudc-export.el 6683;;; Generated autoloads from net/eudc-export.el
6684 6684
6685(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ 6685(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
@@ -6692,7 +6692,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record." t nil)
6692;;;*** 6692;;;***
6693 6693
6694;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 6694;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
6695;;;;;; (15186 41423)) 6695;;;;;; (15192 12237))
6696;;; Generated autoloads from net/eudc-hotlist.el 6696;;; Generated autoloads from net/eudc-hotlist.el
6697 6697
6698(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ 6698(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\
@@ -6702,7 +6702,7 @@ Edit the hotlist of directory servers in a specialized buffer." t nil)
6702 6702
6703;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 6703;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
6704;;;;;; executable-self-display executable-set-magic executable-find) 6704;;;;;; executable-self-display executable-set-magic executable-find)
6705;;;;;; "executable" "progmodes/executable.el" (15215 47312)) 6705;;;;;; "executable" "progmodes/executable.el" (15223 37897))
6706;;; Generated autoloads from progmodes/executable.el 6706;;; Generated autoloads from progmodes/executable.el
6707 6707
6708(autoload (quote executable-find) "executable" "\ 6708(autoload (quote executable-find) "executable" "\
@@ -6728,7 +6728,7 @@ file modes." nil nil)
6728;;;*** 6728;;;***
6729 6729
6730;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 6730;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
6731;;;;;; expand-add-abbrevs) "expand" "expand.el" (15187 6158)) 6731;;;;;; expand-add-abbrevs) "expand" "expand.el" (15192 12210))
6732;;; Generated autoloads from expand.el 6732;;; Generated autoloads from expand.el
6733 6733
6734(autoload (quote expand-add-abbrevs) "expand" "\ 6734(autoload (quote expand-add-abbrevs) "expand" "\
@@ -6765,7 +6765,7 @@ This is used only in conjunction with `expand-add-abbrevs'." t nil)
6765 6765
6766;;;*** 6766;;;***
6767 6767
6768;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14969 34760)) 6768;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14969 38001))
6769;;; Generated autoloads from progmodes/f90.el 6769;;; Generated autoloads from progmodes/f90.el
6770 6770
6771(autoload (quote f90-mode) "f90" "\ 6771(autoload (quote f90-mode) "f90" "\
@@ -6963,7 +6963,7 @@ of colors that the current display can handle." t nil)
6963;;;*** 6963;;;***
6964 6964
6965;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" 6965;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock"
6966;;;;;; "fast-lock.el" (15186 41418)) 6966;;;;;; "fast-lock.el" (15192 12210))
6967;;; Generated autoloads from fast-lock.el 6967;;; Generated autoloads from fast-lock.el
6968 6968
6969(autoload (quote fast-lock-mode) "fast-lock" "\ 6969(autoload (quote fast-lock-mode) "fast-lock" "\
@@ -7000,7 +7000,7 @@ Unconditionally turn on Fast Lock mode." nil nil)
7000 7000
7001;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 7001;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
7002;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 7002;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
7003;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15283 1359)) 7003;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15292 25972))
7004;;; Generated autoloads from mail/feedmail.el 7004;;; Generated autoloads from mail/feedmail.el
7005 7005
7006(autoload (quote feedmail-send-it) "feedmail" "\ 7006(autoload (quote feedmail-send-it) "feedmail" "\
@@ -7044,7 +7044,7 @@ you can set feedmail-queue-reminder-alist to nil." t nil)
7044;;;*** 7044;;;***
7045 7045
7046;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 7046;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
7047;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (15149 49403)) 7047;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (15155 16525))
7048;;; Generated autoloads from ffap.el 7048;;; Generated autoloads from ffap.el
7049 7049
7050(autoload (quote ffap-next) "ffap" "\ 7050(autoload (quote ffap-next) "ffap" "\
@@ -7090,7 +7090,7 @@ Evaluate the forms in variable `ffap-bindings'." t nil)
7090;;;*** 7090;;;***
7091 7091
7092;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" 7092;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el"
7093;;;;;; (14887 28113)) 7093;;;;;; (14887 35754))
7094;;; Generated autoloads from filecache.el 7094;;; Generated autoloads from filecache.el
7095 7095
7096(autoload (quote file-cache-minibuffer-complete) "filecache" "\ 7096(autoload (quote file-cache-minibuffer-complete) "filecache" "\
@@ -7107,7 +7107,7 @@ the name is considered already unique; only the second substitution
7107;;;*** 7107;;;***
7108 7108
7109;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 7109;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
7110;;;;;; find-ls-option) "find-dired" "find-dired.el" (15186 41418)) 7110;;;;;; find-ls-option) "find-dired" "find-dired.el" (15192 12210))
7111;;; Generated autoloads from find-dired.el 7111;;; Generated autoloads from find-dired.el
7112 7112
7113(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ 7113(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -7150,7 +7150,7 @@ Thus ARG can also contain additional grep options." t nil)
7150 7150
7151;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 7151;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
7152;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 7152;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
7153;;;;;; (15170 38277)) 7153;;;;;; (15173 51739))
7154;;; Generated autoloads from find-file.el 7154;;; Generated autoloads from find-file.el
7155 7155
7156(autoload (quote ff-get-other-file) "find-file" "\ 7156(autoload (quote ff-get-other-file) "find-file" "\
@@ -7225,7 +7225,7 @@ Visit the file you click on in another window." t nil)
7225;;;;;; find-variable-other-window find-variable find-variable-noselect 7225;;;;;; find-variable-other-window find-variable find-variable-noselect
7226;;;;;; find-function-other-frame find-function-other-window find-function 7226;;;;;; find-function-other-frame find-function-other-window find-function
7227;;;;;; find-function-noselect) "find-func" "emacs-lisp/find-func.el" 7227;;;;;; find-function-noselect) "find-func" "emacs-lisp/find-func.el"
7228;;;;;; (15198 57258)) 7228;;;;;; (15199 61891))
7229;;; Generated autoloads from emacs-lisp/find-func.el 7229;;; Generated autoloads from emacs-lisp/find-func.el
7230 7230
7231(autoload (quote find-function-noselect) "find-func" "\ 7231(autoload (quote find-function-noselect) "find-func" "\
@@ -7309,7 +7309,7 @@ Define some key bindings for the find-function family of functions." nil nil)
7309;;;*** 7309;;;***
7310 7310
7311;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 7311;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
7312;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (15187 6158)) 7312;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (15192 12210))
7313;;; Generated autoloads from find-lisp.el 7313;;; Generated autoloads from find-lisp.el
7314 7314
7315(autoload (quote find-lisp-find-dired) "find-lisp" "\ 7315(autoload (quote find-lisp-find-dired) "find-lisp" "\
@@ -7324,7 +7324,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP." t nil)
7324;;;*** 7324;;;***
7325 7325
7326;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 7326;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
7327;;;;;; "finder" "finder.el" (15187 6158)) 7327;;;;;; "finder" "finder.el" (15192 12210))
7328;;; Generated autoloads from finder.el 7328;;; Generated autoloads from finder.el
7329 7329
7330(autoload (quote finder-list-keywords) "finder" "\ 7330(autoload (quote finder-list-keywords) "finder" "\
@@ -7415,7 +7415,7 @@ Flyspell whole buffer." t nil)
7415 7415
7416;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 7416;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
7417;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 7417;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
7418;;;;;; (15187 6158)) 7418;;;;;; (15192 12210))
7419;;; Generated autoloads from follow.el 7419;;; Generated autoloads from follow.el
7420 7420
7421(autoload (quote turn-on-follow-mode) "follow" "\ 7421(autoload (quote turn-on-follow-mode) "follow" "\
@@ -7606,7 +7606,7 @@ Fontify the current buffer the way the function `font-lock-mode' would." t nil)
7606;;;*** 7606;;;***
7607 7607
7608;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el" 7608;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el"
7609;;;;;; (15186 41421)) 7609;;;;;; (15192 12231))
7610;;; Generated autoloads from international/fontset.el 7610;;; Generated autoloads from international/fontset.el
7611 7611
7612(autoload (quote create-fontset-from-fontset-spec) "fontset" "\ 7612(autoload (quote create-fontset-from-fontset-spec) "fontset" "\
@@ -7625,8 +7625,8 @@ It returns a name of the created fontset." nil nil)
7625 7625
7626;;;*** 7626;;;***
7627 7627
7628;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (15187 7628;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (15192
7629;;;;;; 6159)) 7629;;;;;; 12235))
7630;;; Generated autoloads from mail/footnote.el 7630;;; Generated autoloads from mail/footnote.el
7631 7631
7632(autoload (quote footnote-mode) "footnote" "\ 7632(autoload (quote footnote-mode) "footnote" "\
@@ -7646,7 +7646,7 @@ key binding
7646;;;*** 7646;;;***
7647 7647
7648;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 7648;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
7649;;;;;; "forms" "forms.el" (15187 6158)) 7649;;;;;; "forms" "forms.el" (15192 12211))
7650;;; Generated autoloads from forms.el 7650;;; Generated autoloads from forms.el
7651 7651
7652(autoload (quote forms-mode) "forms" "\ 7652(autoload (quote forms-mode) "forms" "\
@@ -7678,7 +7678,7 @@ Visit a file in Forms mode in other window." t nil)
7678;;;*** 7678;;;***
7679 7679
7680;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 7680;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
7681;;;;;; "progmodes/fortran.el" (15187 6160)) 7681;;;;;; "progmodes/fortran.el" (15192 12243))
7682;;; Generated autoloads from progmodes/fortran.el 7682;;; Generated autoloads from progmodes/fortran.el
7683 7683
7684(defvar fortran-tab-mode-default nil "\ 7684(defvar fortran-tab-mode-default nil "\
@@ -7760,7 +7760,7 @@ with no args, if that value is non-nil." t nil)
7760;;;*** 7760;;;***
7761 7761
7762;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 7762;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
7763;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (15195 62729)) 7763;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (15197 18454))
7764;;; Generated autoloads from play/fortune.el 7764;;; Generated autoloads from play/fortune.el
7765 7765
7766(autoload (quote fortune-add-fortune) "fortune" "\ 7766(autoload (quote fortune-add-fortune) "fortune" "\
@@ -7800,7 +7800,7 @@ and choose the directory as the fortune-file." t nil)
7800;;;*** 7800;;;***
7801 7801
7802;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el" 7802;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el"
7803;;;;;; (15187 6158)) 7803;;;;;; (15192 12211))
7804;;; Generated autoloads from generic.el 7804;;; Generated autoloads from generic.el
7805 7805
7806(autoload (quote define-generic-mode) "generic" "\ 7806(autoload (quote define-generic-mode) "generic" "\
@@ -7845,7 +7845,7 @@ Some generic modes are defined in `generic-x.el'." t nil)
7845;;;*** 7845;;;***
7846 7846
7847;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 7847;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
7848;;;;;; (15251 15681)) 7848;;;;;; (15251 43415))
7849;;; Generated autoloads from progmodes/glasses.el 7849;;; Generated autoloads from progmodes/glasses.el
7850 7850
7851(autoload (quote glasses-mode) "glasses" "\ 7851(autoload (quote glasses-mode) "glasses" "\
@@ -7856,7 +7856,7 @@ at places they belong to." t nil)
7856;;;*** 7856;;;***
7857 7857
7858;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 7858;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
7859;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15251 23519)) 7859;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15251 43415))
7860;;; Generated autoloads from gnus/gnus.el 7860;;; Generated autoloads from gnus/gnus.el
7861 7861
7862(autoload (quote gnus-slave-no-server) "gnus" "\ 7862(autoload (quote gnus-slave-no-server) "gnus" "\
@@ -7886,7 +7886,7 @@ prompt the user for the name of an NNTP server to use." t nil)
7886 7886
7887;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize 7887;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize
7888;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el" 7888;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el"
7889;;;;;; (15186 41421)) 7889;;;;;; (15192 12228))
7890;;; Generated autoloads from gnus/gnus-agent.el 7890;;; Generated autoloads from gnus/gnus-agent.el
7891 7891
7892(autoload (quote gnus-unplugged) "gnus-agent" "\ 7892(autoload (quote gnus-unplugged) "gnus-agent" "\
@@ -7914,7 +7914,7 @@ Start Gnus and fetch session." t nil)
7914;;;*** 7914;;;***
7915 7915
7916;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 7916;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
7917;;;;;; (15271 15682)) 7917;;;;;; (15271 23340))
7918;;; Generated autoloads from gnus/gnus-art.el 7918;;; Generated autoloads from gnus/gnus-art.el
7919 7919
7920(autoload (quote gnus-article-prepare-display) "gnus-art" "\ 7920(autoload (quote gnus-article-prepare-display) "gnus-art" "\
@@ -7923,7 +7923,7 @@ Make the current buffer look like a nice article." nil nil)
7923;;;*** 7923;;;***
7924 7924
7925;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 7925;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
7926;;;;;; (15186 41421)) 7926;;;;;; (15192 12228))
7927;;; Generated autoloads from gnus/gnus-audio.el 7927;;; Generated autoloads from gnus/gnus-audio.el
7928 7928
7929(autoload (quote gnus-audio-play) "gnus-audio" "\ 7929(autoload (quote gnus-audio-play) "gnus-audio" "\
@@ -7951,7 +7951,7 @@ Generate NOV files recursively starting in DIR." t nil)
7951;;;*** 7951;;;***
7952 7952
7953;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 7953;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
7954;;;;;; "gnus-group" "gnus/gnus-group.el" (14875 56834)) 7954;;;;;; "gnus-group" "gnus/gnus-group.el" (14875 60440))
7955;;; Generated autoloads from gnus/gnus-group.el 7955;;; Generated autoloads from gnus/gnus-group.el
7956 7956
7957(autoload (quote gnus-fetch-group) "gnus-group" "\ 7957(autoload (quote gnus-fetch-group) "gnus-group" "\
@@ -7976,7 +7976,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score" t nil)
7976;;;*** 7976;;;***
7977 7977
7978;;;### (autoloads (gnus-mailing-list-mode turn-on-gnus-mailing-list-mode) 7978;;;### (autoloads (gnus-mailing-list-mode turn-on-gnus-mailing-list-mode)
7979;;;;;; "gnus-ml" "gnus/gnus-ml.el" (15186 41421)) 7979;;;;;; "gnus-ml" "gnus/gnus-ml.el" (15192 12228))
7980;;; Generated autoloads from gnus/gnus-ml.el 7980;;; Generated autoloads from gnus/gnus-ml.el
7981 7981
7982(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" nil nil nil) 7982(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" nil nil nil)
@@ -7990,7 +7990,7 @@ Minor mode for providing mailing-list commands.
7990 7990
7991;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 7991;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
7992;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 7992;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
7993;;;;;; (15186 41421)) 7993;;;;;; (15192 12228))
7994;;; Generated autoloads from gnus/gnus-mlspl.el 7994;;; Generated autoloads from gnus/gnus-mlspl.el
7995 7995
7996(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ 7996(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\
@@ -8082,7 +8082,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.misc\") returns:
8082;;;*** 8082;;;***
8083 8083
8084;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" 8084;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
8085;;;;;; (14791 27652)) 8085;;;;;; (14791 59015))
8086;;; Generated autoloads from gnus/gnus-move.el 8086;;; Generated autoloads from gnus/gnus-move.el
8087 8087
8088(autoload (quote gnus-change-server) "gnus-move" "\ 8088(autoload (quote gnus-change-server) "gnus-move" "\
@@ -8092,7 +8092,7 @@ Update the .newsrc.eld file to reflect the change of nntp server." t nil)
8092;;;*** 8092;;;***
8093 8093
8094;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (14915 8094;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (14915
8095;;;;;; 6802)) 8095;;;;;; 11613))
8096;;; Generated autoloads from gnus/gnus-msg.el 8096;;; Generated autoloads from gnus/gnus-msg.el
8097 8097
8098(autoload (quote gnus-msg-mail) "gnus-msg" "\ 8098(autoload (quote gnus-msg-mail) "gnus-msg" "\
@@ -8105,7 +8105,7 @@ Gcc: header for archiving purposes." t nil)
8105;;;*** 8105;;;***
8106 8106
8107;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el" 8107;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el"
8108;;;;;; (15186 41421)) 8108;;;;;; (15192 12228))
8109;;; Generated autoloads from gnus/gnus-mule.el 8109;;; Generated autoloads from gnus/gnus-mule.el
8110 8110
8111(autoload (quote gnus-mule-add-group) "gnus-mule" "\ 8111(autoload (quote gnus-mule-add-group) "gnus-mule" "\
@@ -8121,7 +8121,7 @@ rather than using this function." nil nil)
8121;;;*** 8121;;;***
8122 8122
8123;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" 8123;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
8124;;;;;; (14791 27652)) 8124;;;;;; (14791 59020))
8125;;; Generated autoloads from gnus/gnus-soup.el 8125;;; Generated autoloads from gnus/gnus-soup.el
8126 8126
8127(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ 8127(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\
@@ -8148,7 +8148,7 @@ Update the format specification near point." t nil)
8148;;;*** 8148;;;***
8149 8149
8150;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" 8150;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start"
8151;;;;;; "gnus/gnus-start.el" (15207 56494)) 8151;;;;;; "gnus/gnus-start.el" (15209 13375))
8152;;; Generated autoloads from gnus/gnus-start.el 8152;;; Generated autoloads from gnus/gnus-start.el
8153 8153
8154(autoload (quote gnus-unload) "gnus-start" "\ 8154(autoload (quote gnus-unload) "gnus-start" "\
@@ -8163,7 +8163,7 @@ Declare backend NAME with ABILITIES as a Gnus backend." nil nil)
8163;;;*** 8163;;;***
8164 8164
8165;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 8165;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
8166;;;;;; (15273 39392)) 8166;;;;;; (15275 13005))
8167;;; Generated autoloads from gnus/gnus-win.el 8167;;; Generated autoloads from gnus/gnus-win.el
8168 8168
8169(autoload (quote gnus-add-configuration) "gnus-win" "\ 8169(autoload (quote gnus-add-configuration) "gnus-win" "\
@@ -8171,7 +8171,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'." nil nil)
8171 8171
8172;;;*** 8172;;;***
8173 8173
8174;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (15149 49403)) 8174;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (15155 16528))
8175;;; Generated autoloads from play/gomoku.el 8175;;; Generated autoloads from play/gomoku.el
8176 8176
8177(autoload (quote gomoku) "gomoku" "\ 8177(autoload (quote gomoku) "gomoku" "\
@@ -8191,7 +8191,7 @@ Use \\[describe-mode] for more info." t nil)
8191;;;*** 8191;;;***
8192 8192
8193;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) 8193;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse)
8194;;;;;; "goto-addr" "net/goto-addr.el" (15293 33678)) 8194;;;;;; "goto-addr" "net/goto-addr.el" (15293 42343))
8195;;; Generated autoloads from net/goto-addr.el 8195;;; Generated autoloads from net/goto-addr.el
8196 8196
8197(autoload (quote goto-address-at-mouse) "goto-addr" "\ 8197(autoload (quote goto-address-at-mouse) "goto-addr" "\
@@ -8217,7 +8217,7 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
8217 8217
8218;;;*** 8218;;;***
8219 8219
8220;;;### (autoloads (gs-load-image) "gs" "gs.el" (15288 14302)) 8220;;;### (autoloads (gs-load-image) "gs" "gs.el" (15292 25968))
8221;;; Generated autoloads from gs.el 8221;;; Generated autoloads from gs.el
8222 8222
8223(autoload (quote gs-load-image) "gs" "\ 8223(autoload (quote gs-load-image) "gs" "\
@@ -8274,8 +8274,8 @@ between it and it's value." t nil)
8274 8274
8275;;;*** 8275;;;***
8276 8276
8277;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (15187 8277;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (15192
8278;;;;;; 65192)) 8278;;;;;; 12238))
8279;;; Generated autoloads from play/handwrite.el 8279;;; Generated autoloads from play/handwrite.el
8280 8280
8281(autoload (quote handwrite) "handwrite" "\ 8281(autoload (quote handwrite) "handwrite" "\
@@ -8291,7 +8291,7 @@ Variables: handwrite-linespace (default 12)
8291;;;*** 8291;;;***
8292 8292
8293;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 8293;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
8294;;;;;; (15186 41424)) 8294;;;;;; (15192 12239))
8295;;; Generated autoloads from play/hanoi.el 8295;;; Generated autoloads from play/hanoi.el
8296 8296
8297(autoload (quote hanoi) "hanoi" "\ 8297(autoload (quote hanoi) "hanoi" "\
@@ -8313,7 +8313,7 @@ to be updated." t nil)
8313;;;*** 8313;;;***
8314 8314
8315;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 8315;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
8316;;;;;; (15186 41418)) 8316;;;;;; (15192 12211))
8317;;; Generated autoloads from help-macro.el 8317;;; Generated autoloads from help-macro.el
8318 8318
8319(defvar three-step-help nil "\ 8319(defvar three-step-help nil "\
@@ -8326,7 +8326,7 @@ A value of nil means skip the middle step, so that
8326;;;*** 8326;;;***
8327 8327
8328;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 8328;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
8329;;;;;; "emacs-lisp/helper.el" (15186 41419)) 8329;;;;;; "emacs-lisp/helper.el" (15192 12223))
8330;;; Generated autoloads from emacs-lisp/helper.el 8330;;; Generated autoloads from emacs-lisp/helper.el
8331 8331
8332(autoload (quote Helper-describe-bindings) "helper" "\ 8332(autoload (quote Helper-describe-bindings) "helper" "\
@@ -8531,7 +8531,7 @@ be found in variable `hi-lock-interactive-patterns'." t nil)
8531;;;*** 8531;;;***
8532 8532
8533;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially 8533;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially
8534;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (15186 41424)) 8534;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (15192 12243))
8535;;; Generated autoloads from progmodes/hideif.el 8535;;; Generated autoloads from progmodes/hideif.el
8536 8536
8537(defvar hide-ifdef-mode nil "\ 8537(defvar hide-ifdef-mode nil "\
@@ -8581,7 +8581,7 @@ hide-ifdef-read-only
8581;;;*** 8581;;;***
8582 8582
8583;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) 8583;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)
8584;;;;;; "hideshow" "progmodes/hideshow.el" (15243 17691)) 8584;;;;;; "hideshow" "progmodes/hideshow.el" (15243 30330))
8585;;; Generated autoloads from progmodes/hideshow.el 8585;;; Generated autoloads from progmodes/hideshow.el
8586 8586
8587(defvar hs-hide-comments-when-hiding-all t "\ 8587(defvar hs-hide-comments-when-hiding-all t "\
@@ -8638,7 +8638,7 @@ Key bindings:
8638;;;### (autoloads (global-highlight-changes highlight-compare-with-file 8638;;;### (autoloads (global-highlight-changes highlight-compare-with-file
8639;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change 8639;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change
8640;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight) 8640;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight)
8641;;;;;; "hilit-chg" "hilit-chg.el" (15187 6158)) 8641;;;;;; "hilit-chg" "hilit-chg.el" (15192 12212))
8642;;; Generated autoloads from hilit-chg.el 8642;;; Generated autoloads from hilit-chg.el
8643 8643
8644(defvar highlight-changes-mode nil) 8644(defvar highlight-changes-mode nil)
@@ -8742,7 +8742,7 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil).
8742;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 8742;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
8743;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 8743;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
8744;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 8744;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
8745;;;;;; "hippie-exp.el" (15187 6158)) 8745;;;;;; "hippie-exp.el" (15192 12212))
8746;;; Generated autoloads from hippie-exp.el 8746;;; Generated autoloads from hippie-exp.el
8747 8747
8748(defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\ 8748(defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\
@@ -8795,7 +8795,7 @@ argument VERBOSE non-nil makes the function verbose." nil (quote macro))
8795;;;*** 8795;;;***
8796 8796
8797;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 8797;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
8798;;;;;; (15240 58746)) 8798;;;;;; (15240 62497))
8799;;; Generated autoloads from hl-line.el 8799;;; Generated autoloads from hl-line.el
8800 8800
8801(autoload (quote hl-line-mode) "hl-line" "\ 8801(autoload (quote hl-line-mode) "hl-line" "\
@@ -8823,7 +8823,7 @@ in which `hl-line-mode' turns it on." t nil)
8823;;;*** 8823;;;***
8824 8824
8825;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" 8825;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el"
8826;;;;;; (15098 25848)) 8826;;;;;; (15122 26745))
8827;;; Generated autoloads from calendar/holidays.el 8827;;; Generated autoloads from calendar/holidays.el
8828 8828
8829(autoload (quote holidays) "holidays" "\ 8829(autoload (quote holidays) "holidays" "\
@@ -8864,7 +8864,7 @@ Also see `automatic-hscrolling'." t nil)
8864;;;*** 8864;;;***
8865 8865
8866;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" 8866;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete"
8867;;;;;; "icomplete.el" (15049 57897)) 8867;;;;;; "icomplete.el" (15054 32535))
8868;;; Generated autoloads from icomplete.el 8868;;; Generated autoloads from icomplete.el
8869 8869
8870(autoload (quote icomplete-mode) "icomplete" "\ 8870(autoload (quote icomplete-mode) "icomplete" "\
@@ -8916,7 +8916,7 @@ with no args, if that value is non-nil." t nil)
8916;;;*** 8916;;;***
8917 8917
8918;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 8918;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
8919;;;;;; (15187 6160)) 8919;;;;;; (15192 12243))
8920;;; Generated autoloads from progmodes/idlw-shell.el 8920;;; Generated autoloads from progmodes/idlw-shell.el
8921 8921
8922(autoload (quote idlwave-shell) "idlw-shell" "\ 8922(autoload (quote idlwave-shell) "idlw-shell" "\
@@ -8939,7 +8939,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
8939;;;*** 8939;;;***
8940 8940
8941;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 8941;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
8942;;;;;; (15187 6160)) 8942;;;;;; (15192 12244))
8943;;; Generated autoloads from progmodes/idlwave.el 8943;;; Generated autoloads from progmodes/idlwave.el
8944 8944
8945(autoload (quote idlwave-mode) "idlwave" "\ 8945(autoload (quote idlwave-mode) "idlwave" "\
@@ -9069,7 +9069,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist." t nil)
9069 9069
9070;;;### (autoloads (defimage find-image remove-images insert-image 9070;;;### (autoloads (defimage find-image remove-images insert-image
9071;;;;;; put-image create-image image-type-available-p image-type-from-file-header 9071;;;;;; put-image create-image image-type-available-p image-type-from-file-header
9072;;;;;; image-type-from-data) "image" "image.el" (15234 6028)) 9072;;;;;; image-type-from-data) "image" "image.el" (15234 20126))
9073;;; Generated autoloads from image.el 9073;;; Generated autoloads from image.el
9074 9074
9075(autoload (quote image-type-from-data) "image" "\ 9075(autoload (quote image-type-from-data) "image" "\
@@ -9219,7 +9219,7 @@ Image files are those whose name has an extension in
9219;;;*** 9219;;;***
9220 9220
9221;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 9221;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
9222;;;;;; imenu-sort-function) "imenu" "imenu.el" (15186 41418)) 9222;;;;;; imenu-sort-function) "imenu" "imenu.el" (15192 12212))
9223;;; Generated autoloads from imenu.el 9223;;; Generated autoloads from imenu.el
9224 9224
9225(defvar imenu-sort-function nil "\ 9225(defvar imenu-sort-function nil "\
@@ -9419,7 +9419,7 @@ of `inferior-lisp-program'). Runs the hooks from
9419 9419
9420;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 9420;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
9421;;;;;; Info-goto-emacs-command-node Info-directory info-standalone 9421;;;;;; Info-goto-emacs-command-node Info-directory info-standalone
9422;;;;;; info info-other-window) "info" "info.el" (15282 54609)) 9422;;;;;; info info-other-window) "info" "info.el" (15292 25968))
9423;;; Generated autoloads from info.el 9423;;; Generated autoloads from info.el
9424 9424
9425(autoload (quote info-other-window) "info" "\ 9425(autoload (quote info-other-window) "info" "\
@@ -9470,7 +9470,7 @@ This will add a speedbar major display mode." t nil)
9470 9470
9471;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 9471;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
9472;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 9472;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
9473;;;;;; (15187 6158)) 9473;;;;;; (15192 12212))
9474;;; Generated autoloads from info-look.el 9474;;; Generated autoloads from info-look.el
9475 9475
9476(autoload (quote info-lookup-reset) "info-look" "\ 9476(autoload (quote info-lookup-reset) "info-look" "\
@@ -9506,7 +9506,7 @@ Perform completion on file preceding point." t nil)
9506;;;*** 9506;;;***
9507 9507
9508;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) 9508;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)
9509;;;;;; "informat" "informat.el" (15186 41418)) 9509;;;;;; "informat" "informat.el" (15192 12212))
9510;;; Generated autoloads from informat.el 9510;;; Generated autoloads from informat.el
9511 9511
9512(autoload (quote Info-tagify) "informat" "\ 9512(autoload (quote Info-tagify) "informat" "\
@@ -9539,7 +9539,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"" nil
9539 9539
9540;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 9540;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
9541;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 9541;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
9542;;;;;; (15251 19558)) 9542;;;;;; (15251 43415))
9543;;; Generated autoloads from international/isearch-x.el 9543;;; Generated autoloads from international/isearch-x.el
9544 9544
9545(autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ 9545(autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\
@@ -9584,7 +9584,7 @@ and a negative argument disables it." t nil)
9584;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 9584;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
9585;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 9585;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
9586;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 9586;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
9587;;;;;; "international/iso-cvt.el" (15187 6159)) 9587;;;;;; "international/iso-cvt.el" (15192 12231))
9588;;; Generated autoloads from international/iso-cvt.el 9588;;; Generated autoloads from international/iso-cvt.el
9589 9589
9590(autoload (quote iso-spanish) "iso-cvt" "\ 9590(autoload (quote iso-spanish) "iso-cvt" "\
@@ -9644,7 +9644,7 @@ Add submenus to the Files menu, to convert to and from various formats." t nil)
9644;;;*** 9644;;;***
9645 9645
9646;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 9646;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
9647;;;;;; (15189 40530)) 9647;;;;;; (15192 12231))
9648;;; Generated autoloads from international/iso-transl.el 9648;;; Generated autoloads from international/iso-transl.el
9649 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 9649 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
9650 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 9650 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -9971,7 +9971,7 @@ This mode enables switching between buffers using substrings. See
9971;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 9971;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
9972;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 9972;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
9973;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 9973;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
9974;;;;;; "japan-util" "language/japan-util.el" (15186 41422)) 9974;;;;;; "japan-util" "language/japan-util.el" (15192 12234))
9975;;; Generated autoloads from language/japan-util.el 9975;;; Generated autoloads from language/japan-util.el
9976 9976
9977(autoload (quote setup-japanese-environment-internal) "japan-util" nil nil nil) 9977(autoload (quote setup-japanese-environment-internal) "japan-util" nil nil nil)
@@ -10027,8 +10027,8 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil
10027 10027
10028;;;*** 10028;;;***
10029 10029
10030;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (15187 10030;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (15192
10031;;;;;; 6158)) 10031;;;;;; 12212))
10032;;; Generated autoloads from jit-lock.el 10032;;; Generated autoloads from jit-lock.el
10033 10033
10034(autoload (quote jit-lock-register) "jit-lock" "\ 10034(autoload (quote jit-lock-register) "jit-lock" "\
@@ -10040,7 +10040,7 @@ If non-nil, CONTEXTUAL means that a contextual fontification would be useful." n
10040;;;*** 10040;;;***
10041 10041
10042;;;### (autoloads (with-auto-compression-mode auto-compression-mode) 10042;;;### (autoloads (with-auto-compression-mode auto-compression-mode)
10043;;;;;; "jka-compr" "jka-compr.el" (15186 41418)) 10043;;;;;; "jka-compr" "jka-compr.el" (15192 12212))
10044;;; Generated autoloads from jka-compr.el 10044;;; Generated autoloads from jka-compr.el
10045 10045
10046(defvar auto-compression-mode nil "\ 10046(defvar auto-compression-mode nil "\
@@ -10064,7 +10064,7 @@ Evalute BODY with automatic file compression and uncompression enabled." nil (qu
10064;;;*** 10064;;;***
10065 10065
10066;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 10066;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
10067;;;;;; (15186 41421)) 10067;;;;;; (15192 12231))
10068;;; Generated autoloads from international/kinsoku.el 10068;;; Generated autoloads from international/kinsoku.el
10069 10069
10070(autoload (quote kinsoku) "kinsoku" "\ 10070(autoload (quote kinsoku) "kinsoku" "\
@@ -10083,8 +10083,8 @@ the context of text formatting." nil nil)
10083 10083
10084;;;*** 10084;;;***
10085 10085
10086;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (15186 10086;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (15192
10087;;;;;; 41421)) 10087;;;;;; 12231))
10088;;; Generated autoloads from international/kkc.el 10088;;; Generated autoloads from international/kkc.el
10089 10089
10090(defvar kkc-after-update-conversion-functions nil "\ 10090(defvar kkc-after-update-conversion-functions nil "\
@@ -10105,7 +10105,7 @@ and the return value is the length of the conversion." t nil)
10105;;;*** 10105;;;***
10106 10106
10107;;;### (autoloads (setup-korean-environment-internal) "korea-util" 10107;;;### (autoloads (setup-korean-environment-internal) "korea-util"
10108;;;;;; "language/korea-util.el" (15186 41422)) 10108;;;;;; "language/korea-util.el" (15192 12234))
10109;;; Generated autoloads from language/korea-util.el 10109;;; Generated autoloads from language/korea-util.el
10110 10110
10111(defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ 10111(defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\
@@ -10117,7 +10117,7 @@ and the return value is the length of the conversion." t nil)
10117;;;*** 10117;;;***
10118 10118
10119;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 10119;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
10120;;;;;; (15187 65192)) 10120;;;;;; (15192 12239))
10121;;; Generated autoloads from play/landmark.el 10121;;; Generated autoloads from play/landmark.el
10122 10122
10123(defalias (quote landmark-repeat) (quote lm-test-run)) 10123(defalias (quote landmark-repeat) (quote lm-test-run))
@@ -10147,7 +10147,7 @@ Use \\[describe-mode] for more info." t nil)
10147 10147
10148;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string 10148;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
10149;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) 10149;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
10150;;;;;; "lao-util" "language/lao-util.el" (15186 41422)) 10150;;;;;; "lao-util" "language/lao-util.el" (15192 12234))
10151;;; Generated autoloads from language/lao-util.el 10151;;; Generated autoloads from language/lao-util.el
10152 10152
10153(autoload (quote lao-compose-string) "lao-util" nil nil nil) 10153(autoload (quote lao-compose-string) "lao-util" nil nil nil)
@@ -10178,7 +10178,7 @@ The return value is number of composed characters." nil nil)
10178;;;*** 10178;;;***
10179 10179
10180;;;### (autoloads (latin1-display latin1-display) "latin1-disp" "international/latin1-disp.el" 10180;;;### (autoloads (latin1-display latin1-display) "latin1-disp" "international/latin1-disp.el"
10181;;;;;; (15038 62392)) 10181;;;;;; (15054 32560))
10182;;; Generated autoloads from international/latin1-disp.el 10182;;; Generated autoloads from international/latin1-disp.el
10183 10183
10184(defvar latin1-display nil "\ 10184(defvar latin1-display nil "\
@@ -10206,7 +10206,7 @@ display for all of `latin1-display-sets'. See also `latin1-display-setup'." nil
10206;;;*** 10206;;;***
10207 10207
10208;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" 10208;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock"
10209;;;;;; "lazy-lock.el" (15227 55067)) 10209;;;;;; "lazy-lock.el" (15229 7095))
10210;;; Generated autoloads from lazy-lock.el 10210;;; Generated autoloads from lazy-lock.el
10211 10211
10212(autoload (quote lazy-lock-mode) "lazy-lock" "\ 10212(autoload (quote lazy-lock-mode) "lazy-lock" "\
@@ -10266,7 +10266,7 @@ Unconditionally turn on Lazy Lock mode." nil nil)
10266;;;*** 10266;;;***
10267 10267
10268;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 10268;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
10269;;;;;; (15186 41418)) 10269;;;;;; (15192 12213))
10270;;; Generated autoloads from ledit.el 10270;;; Generated autoloads from ledit.el
10271 10271
10272(defconst ledit-save-files t "\ 10272(defconst ledit-save-files t "\
@@ -10295,7 +10295,7 @@ do (setq lisp-mode-hook 'ledit-from-lisp-mode)" t nil)
10295 10295
10296;;;*** 10296;;;***
10297 10297
10298;;;### (autoloads (life) "life" "play/life.el" (15020 64668)) 10298;;;### (autoloads (life) "life" "play/life.el" (15054 32569))
10299;;; Generated autoloads from play/life.el 10299;;; Generated autoloads from play/life.el
10300 10300
10301(autoload (quote life) "life" "\ 10301(autoload (quote life) "life" "\
@@ -10318,7 +10318,7 @@ is nil, raise an error." t nil)
10318;;;*** 10318;;;***
10319 10319
10320;;;### (autoloads (locate-with-filter locate) "locate" "locate.el" 10320;;;### (autoloads (locate-with-filter locate) "locate" "locate.el"
10321;;;;;; (15256 52339)) 10321;;;;;; (15258 1046))
10322;;; Generated autoloads from locate.el 10322;;; Generated autoloads from locate.el
10323 10323
10324(autoload (quote locate) "locate" "\ 10324(autoload (quote locate) "locate" "\
@@ -10333,7 +10333,7 @@ shown; this is often useful to constrain a big search." t nil)
10333 10333
10334;;;*** 10334;;;***
10335 10335
10336;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (15103 34047)) 10336;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (15122 26743))
10337;;; Generated autoloads from log-edit.el 10337;;; Generated autoloads from log-edit.el
10338 10338
10339(autoload (quote log-edit) "log-edit" "\ 10339(autoload (quote log-edit) "log-edit" "\
@@ -10352,8 +10352,8 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
10352 10352
10353;;;*** 10353;;;***
10354 10354
10355;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (14909 10355;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (14910
10356;;;;;; 56659)) 10356;;;;;; 483))
10357;;; Generated autoloads from log-view.el 10357;;; Generated autoloads from log-view.el
10358 10358
10359(autoload (quote log-view-mode) "log-view" "\ 10359(autoload (quote log-view-mode) "log-view" "\
@@ -10362,8 +10362,8 @@ Major mode for browsing CVS log output." t nil)
10362;;;*** 10362;;;***
10363 10363
10364;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 10364;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
10365;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (15186 10365;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (15192
10366;;;;;; 41418)) 10366;;;;;; 12214))
10367;;; Generated autoloads from lpr.el 10367;;; Generated autoloads from lpr.el
10368 10368
10369(defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) 10369(defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt))))
@@ -10442,15 +10442,15 @@ for further customization of the printer command." t nil)
10442 10442
10443;;;*** 10443;;;***
10444 10444
10445;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (15186 41418)) 10445;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (15192 12214))
10446;;; Generated autoloads from ls-lisp.el 10446;;; Generated autoloads from ls-lisp.el
10447 10447
10448(defgroup ls-lisp nil "Emulate the ls program completely in Emacs Lisp." :version "21.1" :group (quote dired)) 10448(defgroup ls-lisp nil "Emulate the ls program completely in Emacs Lisp." :version "21.1" :group (quote dired))
10449 10449
10450;;;*** 10450;;;***
10451 10451
10452;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (15186 10452;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (15192
10453;;;;;; 41419)) 10453;;;;;; 12221))
10454;;; Generated autoloads from calendar/lunar.el 10454;;; Generated autoloads from calendar/lunar.el
10455 10455
10456(autoload (quote phases-of-moon) "lunar" "\ 10456(autoload (quote phases-of-moon) "lunar" "\
@@ -10461,8 +10461,8 @@ This function is suitable for execution in a .emacs file." t nil)
10461 10461
10462;;;*** 10462;;;***
10463 10463
10464;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (15187 10464;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (15192
10465;;;;;; 6160)) 10465;;;;;; 12244))
10466;;; Generated autoloads from progmodes/m4-mode.el 10466;;; Generated autoloads from progmodes/m4-mode.el
10467 10467
10468(autoload (quote m4-mode) "m4-mode" "\ 10468(autoload (quote m4-mode) "m4-mode" "\
@@ -10473,7 +10473,7 @@ A major mode to edit m4 macro files.
10473;;;*** 10473;;;***
10474 10474
10475;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 10475;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
10476;;;;;; name-last-kbd-macro) "macros" "macros.el" (15186 41418)) 10476;;;;;; name-last-kbd-macro) "macros" "macros.el" (15192 12214))
10477;;; Generated autoloads from macros.el 10477;;; Generated autoloads from macros.el
10478 10478
10479(autoload (quote name-last-kbd-macro) "macros" "\ 10479(autoload (quote name-last-kbd-macro) "macros" "\
@@ -10554,7 +10554,7 @@ and then select the region of un-tablified names and use
10554;;;*** 10554;;;***
10555 10555
10556;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 10556;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
10557;;;;;; "mail/mail-extr.el" (15186 41422)) 10557;;;;;; "mail/mail-extr.el" (15192 12235))
10558;;; Generated autoloads from mail/mail-extr.el 10558;;; Generated autoloads from mail/mail-extr.el
10559 10559
10560(autoload (quote mail-extract-address-components) "mail-extr" "\ 10560(autoload (quote mail-extract-address-components) "mail-extr" "\
@@ -10580,7 +10580,7 @@ Convert mail domain DOMAIN to the country it corresponds to." t nil)
10580 10580
10581;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 10581;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
10582;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 10582;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
10583;;;;;; (15187 6159)) 10583;;;;;; (15192 12235))
10584;;; Generated autoloads from mail/mail-hist.el 10584;;; Generated autoloads from mail/mail-hist.el
10585 10585
10586(autoload (quote mail-hist-define-keys) "mail-hist" "\ 10586(autoload (quote mail-hist-define-keys) "mail-hist" "\
@@ -10603,7 +10603,7 @@ This function normally would be called when the message is sent." nil nil)
10603;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 10603;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
10604;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p 10604;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p
10605;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (15205 10605;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (15205
10606;;;;;; 15934)) 10606;;;;;; 21903))
10607;;; Generated autoloads from mail/mail-utils.el 10607;;; Generated autoloads from mail/mail-utils.el
10608 10608
10609(defvar mail-use-rfc822 nil "\ 10609(defvar mail-use-rfc822 nil "\
@@ -10638,7 +10638,7 @@ If 4th arg LIST is non-nil, return a list of all such fields." nil nil)
10638;;;*** 10638;;;***
10639 10639
10640;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) 10640;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
10641;;;;;; "mailabbrev" "mail/mailabbrev.el" (15293 33678)) 10641;;;;;; "mailabbrev" "mail/mailabbrev.el" (15293 42342))
10642;;; Generated autoloads from mail/mailabbrev.el 10642;;; Generated autoloads from mail/mailabbrev.el
10643 10643
10644(autoload (quote mail-abbrevs-setup) "mailabbrev" "\ 10644(autoload (quote mail-abbrevs-setup) "mailabbrev" "\
@@ -10814,7 +10814,7 @@ Get a Un*x manual page of the item under point and put it in a buffer." t nil)
10814;;;;;; message-signature message-indent-citation-function message-cite-function 10814;;;;;; message-signature message-indent-citation-function message-cite-function
10815;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function 10815;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function
10816;;;;;; message-user-organization-file message-signature-separator 10816;;;;;; message-user-organization-file message-signature-separator
10817;;;;;; message-from-style) "message" "gnus/message.el" (15029 54050)) 10817;;;;;; message-from-style) "message" "gnus/message.el" (15054 32558))
10818;;; Generated autoloads from gnus/message.el 10818;;; Generated autoloads from gnus/message.el
10819 10819
10820(defvar message-from-style (quote default) "\ 10820(defvar message-from-style (quote default) "\
@@ -10973,7 +10973,7 @@ which specify the range to operate on." t nil)
10973;;;*** 10973;;;***
10974 10974
10975;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 10975;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
10976;;;;;; (15187 6160)) 10976;;;;;; (15192 12244))
10977;;; Generated autoloads from progmodes/meta-mode.el 10977;;; Generated autoloads from progmodes/meta-mode.el
10978 10978
10979(autoload (quote metafont-mode) "meta-mode" "\ 10979(autoload (quote metafont-mode) "meta-mode" "\
@@ -11032,7 +11032,7 @@ redisplayed as output is inserted." t nil)
11032;;;*** 11032;;;***
11033 11033
11034;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch 11034;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch
11035;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (15186 41422)) 11035;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (15192 12235))
11036;;; Generated autoloads from mail/mh-comp.el 11036;;; Generated autoloads from mail/mh-comp.el
11037 11037
11038(autoload (quote mh-smail) "mh-comp" "\ 11038(autoload (quote mh-smail) "mh-comp" "\
@@ -11089,8 +11089,8 @@ This command runs the normal hooks `text-mode-hook' and `mh-letter-mode-hook'."
11089 11089
11090;;;*** 11090;;;***
11091 11091
11092;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (15279 11092;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (15281
11093;;;;;; 8859)) 11093;;;;;; 51219))
11094;;; Generated autoloads from mail/mh-e.el 11094;;; Generated autoloads from mail/mh-e.el
11095 11095
11096(autoload (quote mh-rmail) "mh-e" "\ 11096(autoload (quote mh-rmail) "mh-e" "\
@@ -11103,7 +11103,7 @@ Display version information about mh-e and the MH mail handling system." t nil)
11103 11103
11104;;;*** 11104;;;***
11105 11105
11106;;;### (autoloads nil "mh-mime" "mail/mh-mime.el" (15186 41422)) 11106;;;### (autoloads nil "mh-mime" "mail/mh-mime.el" (15192 12235))
11107;;; Generated autoloads from mail/mh-mime.el 11107;;; Generated autoloads from mail/mh-mime.el
11108 11108
11109(defvar mh-mime-content-types (quote (("text/plain") ("text/richtext") ("multipart/mixed") ("multipart/alternative") ("multipart/digest") ("multipart/parallel") ("message/rfc822") ("message/partial") ("message/external-body") ("application/octet-stream") ("application/postscript") ("image/jpeg") ("image/gif") ("audio/basic") ("video/mpeg"))) "\ 11109(defvar mh-mime-content-types (quote (("text/plain") ("text/richtext") ("multipart/mixed") ("multipart/alternative") ("multipart/digest") ("multipart/parallel") ("message/rfc822") ("message/partial") ("message/external-body") ("application/octet-stream") ("application/postscript") ("image/jpeg") ("image/gif") ("audio/basic") ("video/mpeg"))) "\
@@ -11111,7 +11111,7 @@ Legal MIME content types. See documentation for \\[mh-edit-mhn].")
11111 11111
11112;;;*** 11112;;;***
11113 11113
11114;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (15190 55959)) 11114;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (15192 12235))
11115;;; Generated autoloads from mail/mh-utils.el 11115;;; Generated autoloads from mail/mh-utils.el
11116 11116
11117(put (quote mh-progs) (quote risky-local-variable) t) 11117(put (quote mh-progs) (quote risky-local-variable) t)
@@ -11125,7 +11125,7 @@ Legal MIME content types. See documentation for \\[mh-edit-mhn].")
11125;;;*** 11125;;;***
11126 11126
11127;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 11127;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
11128;;;;;; "midnight.el" (15186 41418)) 11128;;;;;; "midnight.el" (15192 12215))
11129;;; Generated autoloads from midnight.el 11129;;; Generated autoloads from midnight.el
11130 11130
11131(autoload (quote clean-buffer-list) "midnight" "\ 11131(autoload (quote clean-buffer-list) "midnight" "\
@@ -11148,11 +11148,11 @@ to its second argument TM." nil nil)
11148;;;*** 11148;;;***
11149 11149
11150;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 11150;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
11151;;;;;; "minibuf-eldef.el" (14897 44787)) 11151;;;;;; "minibuf-eldef.el" (15281 52713))
11152;;; Generated autoloads from minibuf-eldef.el 11152;;; Generated autoloads from minibuf-eldef.el
11153 11153
11154(defvar minibuffer-electric-default-mode nil "\ 11154(defvar minibuffer-electric-default-mode nil "\
11155Toggle Minibuffer-Electric-Default mode on or off. 11155Non-nil if Minibuffer-Electric-Default mode is enabled.
11156See the command `minibuffer-electric-default-mode' for a description of this minor-mode. 11156See the command `minibuffer-electric-default-mode' for a description of this minor-mode.
11157Setting this variable directly does not take effect; 11157Setting this variable directly does not take effect;
11158use either \\[customize] or the function `minibuffer-electric-default-mode'.") 11158use either \\[customize] or the function `minibuffer-electric-default-mode'.")
@@ -11175,7 +11175,7 @@ Returns non-nil if the new state is enabled." t nil)
11175;;;*** 11175;;;***
11176 11176
11177;;;### (autoloads (convert-mocklisp-buffer) "mlconvert" "emulation/mlconvert.el" 11177;;;### (autoloads (convert-mocklisp-buffer) "mlconvert" "emulation/mlconvert.el"
11178;;;;;; (15186 41419)) 11178;;;;;; (15192 12224))
11179;;; Generated autoloads from emulation/mlconvert.el 11179;;; Generated autoloads from emulation/mlconvert.el
11180 11180
11181(autoload (quote convert-mocklisp-buffer) "mlconvert" "\ 11181(autoload (quote convert-mocklisp-buffer) "mlconvert" "\
@@ -11184,7 +11184,7 @@ Convert buffer of Mocklisp code to real Lisp that GNU Emacs can run." t nil)
11184;;;*** 11184;;;***
11185 11185
11186;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 11186;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
11187;;;;;; (15186 41421)) 11187;;;;;; (15192 12230))
11188;;; Generated autoloads from gnus/mm-partial.el 11188;;; Generated autoloads from gnus/mm-partial.el
11189 11189
11190(autoload (quote mm-inline-partial) "mm-partial" "\ 11190(autoload (quote mm-inline-partial) "mm-partial" "\
@@ -11196,7 +11196,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing." nil ni
11196;;;*** 11196;;;***
11197 11197
11198;;;### (autoloads (mm-uu-test mm-uu-dissect) "mm-uu" "gnus/mm-uu.el" 11198;;;### (autoloads (mm-uu-test mm-uu-dissect) "mm-uu" "gnus/mm-uu.el"
11199;;;;;; (15216 131)) 11199;;;;;; (15223 37896))
11200;;; Generated autoloads from gnus/mm-uu.el 11200;;; Generated autoloads from gnus/mm-uu.el
11201 11201
11202(autoload (quote mm-uu-dissect) "mm-uu" "\ 11202(autoload (quote mm-uu-dissect) "mm-uu" "\
@@ -11208,7 +11208,7 @@ Check whether the current buffer contains uu stuff." nil nil)
11208;;;*** 11208;;;***
11209 11209
11210;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" 11210;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
11211;;;;;; (15186 41424)) 11211;;;;;; (15192 12244))
11212;;; Generated autoloads from progmodes/modula2.el 11212;;; Generated autoloads from progmodes/modula2.el
11213 11213
11214(autoload (quote modula-2-mode) "modula2" "\ 11214(autoload (quote modula-2-mode) "modula2" "\
@@ -11238,7 +11238,7 @@ followed by the first character of the construct.
11238;;;*** 11238;;;***
11239 11239
11240;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 11240;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
11241;;;;;; (15187 6160)) 11241;;;;;; (15192 12239))
11242;;; Generated autoloads from play/morse.el 11242;;; Generated autoloads from play/morse.el
11243 11243
11244(autoload (quote morse-region) "morse" "\ 11244(autoload (quote morse-region) "morse" "\
@@ -11299,7 +11299,7 @@ Multiplication puzzle with GNU Emacs." t nil)
11299 11299
11300;;;*** 11300;;;***
11301 11301
11302;;;### (autoloads (msb-mode) "msb" "msb.el" (15186 41418)) 11302;;;### (autoloads (msb-mode) "msb" "msb.el" (15192 12215))
11303;;; Generated autoloads from msb.el 11303;;; Generated autoloads from msb.el
11304 11304
11305(defvar msb-mode nil "\ 11305(defvar msb-mode nil "\
@@ -11325,7 +11325,7 @@ different buffer menu using the function `msb'." t nil)
11325;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly 11325;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly
11326;;;;;; describe-coding-system describe-char-after describe-character-set 11326;;;;;; describe-coding-system describe-char-after describe-character-set
11327;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag" 11327;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag"
11328;;;;;; "international/mule-diag.el" (15282 61336)) 11328;;;;;; "international/mule-diag.el" (15292 25972))
11329;;; Generated autoloads from international/mule-diag.el 11329;;; Generated autoloads from international/mule-diag.el
11330 11330
11331(autoload (quote list-character-sets) "mule-diag" "\ 11331(autoload (quote list-character-sets) "mule-diag" "\
@@ -11452,7 +11452,7 @@ The file is saved in the directory `data-directory'." nil nil)
11452;;;;;; coding-system-post-read-conversion coding-system-eol-type-mnemonic 11452;;;;;; coding-system-post-read-conversion coding-system-eol-type-mnemonic
11453;;;;;; lookup-nested-alist set-nested-alist truncate-string-to-width 11453;;;;;; lookup-nested-alist set-nested-alist truncate-string-to-width
11454;;;;;; store-substring string-to-sequence) "mule-util" "international/mule-util.el" 11454;;;;;; store-substring string-to-sequence) "mule-util" "international/mule-util.el"
11455;;;;;; (15186 41421)) 11455;;;;;; (15192 12232))
11456;;; Generated autoloads from international/mule-util.el 11456;;; Generated autoloads from international/mule-util.el
11457 11457
11458(autoload (quote string-to-sequence) "mule-util" "\ 11458(autoload (quote string-to-sequence) "mule-util" "\
@@ -11549,7 +11549,7 @@ language environment LANG-ENV." nil nil)
11549;;;*** 11549;;;***
11550 11550
11551;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" 11551;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
11552;;;;;; (15201 10362)) 11552;;;;;; (15205 21902))
11553;;; Generated autoloads from mwheel.el 11553;;; Generated autoloads from mwheel.el
11554 11554
11555(defvar mouse-wheel-mode nil "\ 11555(defvar mouse-wheel-mode nil "\
@@ -11575,7 +11575,7 @@ Enable mouse wheel support." nil nil)
11575;;;### (autoloads (network-connection network-connection-to-service 11575;;;### (autoloads (network-connection network-connection-to-service
11576;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host 11576;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host
11577;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el" 11577;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el"
11578;;;;;; (15187 6159)) 11578;;;;;; (15192 12237))
11579;;; Generated autoloads from net/net-utils.el 11579;;; Generated autoloads from net/net-utils.el
11580 11580
11581(autoload (quote traceroute) "net-utils" "\ 11581(autoload (quote traceroute) "net-utils" "\
@@ -11634,7 +11634,7 @@ Open a network connection to HOST on PORT." t nil)
11634;;;;;; uncomment-region comment-kill comment-set-column comment-indent 11634;;;;;; uncomment-region comment-kill comment-set-column comment-indent
11635;;;;;; comment-indent-default comment-multi-line comment-padding 11635;;;;;; comment-indent-default comment-multi-line comment-padding
11636;;;;;; comment-style comment-column) "newcomment" "newcomment.el" 11636;;;;;; comment-style comment-column) "newcomment" "newcomment.el"
11637;;;;;; (15284 8839)) 11637;;;;;; (15292 25968))
11638;;; Generated autoloads from newcomment.el 11638;;; Generated autoloads from newcomment.el
11639 11639
11640(defalias (quote indent-for-comment) (quote comment-indent)) 11640(defalias (quote indent-for-comment) (quote comment-indent))
@@ -11766,7 +11766,7 @@ symbol in the alist." nil nil)
11766;;;*** 11766;;;***
11767 11767
11768;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 11768;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
11769;;;;;; (15181 30826)) 11769;;;;;; (15185 36003))
11770;;; Generated autoloads from gnus/nnfolder.el 11770;;; Generated autoloads from gnus/nnfolder.el
11771 11771
11772(autoload (quote nnfolder-generate-active-file) "nnfolder" "\ 11772(autoload (quote nnfolder-generate-active-file) "nnfolder" "\
@@ -11776,7 +11776,7 @@ This command does not work if you use short group names." t nil)
11776;;;*** 11776;;;***
11777 11777
11778;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 11778;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
11779;;;;;; (14859 52340)) 11779;;;;;; (14860 4779))
11780;;; Generated autoloads from gnus/nnkiboze.el 11780;;; Generated autoloads from gnus/nnkiboze.el
11781 11781
11782(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ 11782(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\
@@ -11795,7 +11795,7 @@ Generate NOV databases in all nnml directories." t nil)
11795;;;*** 11795;;;***
11796 11796
11797;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 11797;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
11798;;;;;; "nnsoup" "gnus/nnsoup.el" (14791 27653)) 11798;;;;;; "nnsoup" "gnus/nnsoup.el" (14791 59086))
11799;;; Generated autoloads from gnus/nnsoup.el 11799;;; Generated autoloads from gnus/nnsoup.el
11800 11800
11801(autoload (quote nnsoup-pack-replies) "nnsoup" "\ 11801(autoload (quote nnsoup-pack-replies) "nnsoup" "\
@@ -11810,7 +11810,7 @@ Revert posting and mailing methods to the standard Emacs methods." t nil)
11810;;;*** 11810;;;***
11811 11811
11812;;;### (autoloads (disable-command enable-command disabled-command-hook) 11812;;;### (autoloads (disable-command enable-command disabled-command-hook)
11813;;;;;; "novice" "novice.el" (15186 41418)) 11813;;;;;; "novice" "novice.el" (15192 12215))
11814;;; Generated autoloads from novice.el 11814;;; Generated autoloads from novice.el
11815 11815
11816(defvar disabled-command-hook (quote disabled-command-hook) "\ 11816(defvar disabled-command-hook (quote disabled-command-hook) "\
@@ -11832,7 +11832,7 @@ to future sessions." t nil)
11832;;;*** 11832;;;***
11833 11833
11834;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 11834;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
11835;;;;;; (15293 33678)) 11835;;;;;; (15293 42343))
11836;;; Generated autoloads from textmodes/nroff-mode.el 11836;;; Generated autoloads from textmodes/nroff-mode.el
11837 11837
11838(autoload (quote nroff-mode) "nroff-mode" "\ 11838(autoload (quote nroff-mode) "nroff-mode" "\
@@ -11857,7 +11857,7 @@ If KEY is not a string, prompt for it with completion." t nil)
11857;;;*** 11857;;;***
11858 11858
11859;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 11859;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
11860;;;;;; (15187 6160)) 11860;;;;;; (15192 12244))
11861;;; Generated autoloads from progmodes/octave-inf.el 11861;;; Generated autoloads from progmodes/octave-inf.el
11862 11862
11863(autoload (quote inferior-octave) "octave-inf" "\ 11863(autoload (quote inferior-octave) "octave-inf" "\
@@ -11975,7 +11975,7 @@ including a reproducible test case and send the message." t nil)
11975;;;*** 11975;;;***
11976 11976
11977;;;### (autoloads (edit-options list-options) "options" "options.el" 11977;;;### (autoloads (edit-options list-options) "options" "options.el"
11978;;;;;; (15186 41418)) 11978;;;;;; (15192 12215))
11979;;; Generated autoloads from options.el 11979;;; Generated autoloads from options.el
11980 11980
11981(autoload (quote list-options) "options" "\ 11981(autoload (quote list-options) "options" "\
@@ -12043,7 +12043,7 @@ See the command `outline-mode' for more information on this mode." t nil)
12043 12043
12044;;;*** 12044;;;***
12045 12045
12046;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15186 41418)) 12046;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15192 12215))
12047;;; Generated autoloads from paren.el 12047;;; Generated autoloads from paren.el
12048 12048
12049(defvar show-paren-mode nil "\ 12049(defvar show-paren-mode nil "\
@@ -12118,7 +12118,7 @@ no args, if that value is non-nil." t nil)
12118;;;*** 12118;;;***
12119 12119
12120;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 12120;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
12121;;;;;; (15215 36955)) 12121;;;;;; (15223 37895))
12122;;; Generated autoloads from emulation/pc-mode.el 12122;;; Generated autoloads from emulation/pc-mode.el
12123 12123
12124(autoload (quote pc-bindings-mode) "pc-mode" "\ 12124(autoload (quote pc-bindings-mode) "pc-mode" "\
@@ -12134,7 +12134,7 @@ C-Escape does list-buffers." t nil)
12134;;;*** 12134;;;***
12135 12135
12136;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" 12136;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select"
12137;;;;;; "emulation/pc-select.el" (15187 6159)) 12137;;;;;; "emulation/pc-select.el" (15192 12224))
12138;;; Generated autoloads from emulation/pc-select.el 12138;;; Generated autoloads from emulation/pc-select.el
12139 12139
12140(autoload (quote pc-selection-mode) "pc-select" "\ 12140(autoload (quote pc-selection-mode) "pc-select" "\
@@ -12200,8 +12200,8 @@ You must modify via \\[customize] for this variable to have an effect.")
12200 12200
12201;;;*** 12201;;;***
12202 12202
12203;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (15186 12203;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (15192
12204;;;;;; 41418)) 12204;;;;;; 12215))
12205;;; Generated autoloads from pcmpl-cvs.el 12205;;; Generated autoloads from pcmpl-cvs.el
12206 12206
12207(autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ 12207(autoload (quote pcomplete/cvs) "pcmpl-cvs" "\
@@ -12210,7 +12210,7 @@ Completion rules for the `cvs' command." nil nil)
12210;;;*** 12210;;;***
12211 12211
12212;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 12212;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
12213;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (15186 41418)) 12213;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (15192 12215))
12214;;; Generated autoloads from pcmpl-gnu.el 12214;;; Generated autoloads from pcmpl-gnu.el
12215 12215
12216(autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ 12216(autoload (quote pcomplete/gzip) "pcmpl-gnu" "\
@@ -12230,7 +12230,7 @@ Completion for the GNU tar utility." nil nil)
12230;;;*** 12230;;;***
12231 12231
12232;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 12232;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
12233;;;;;; "pcmpl-linux" "pcmpl-linux.el" (15186 41418)) 12233;;;;;; "pcmpl-linux" "pcmpl-linux.el" (15192 12215))
12234;;; Generated autoloads from pcmpl-linux.el 12234;;; Generated autoloads from pcmpl-linux.el
12235 12235
12236(autoload (quote pcomplete/kill) "pcmpl-linux" "\ 12236(autoload (quote pcomplete/kill) "pcmpl-linux" "\
@@ -12244,8 +12244,8 @@ Completion for GNU/Linux `mount'." nil nil)
12244 12244
12245;;;*** 12245;;;***
12246 12246
12247;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (15186 12247;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (15192
12248;;;;;; 41418)) 12248;;;;;; 12215))
12249;;; Generated autoloads from pcmpl-rpm.el 12249;;; Generated autoloads from pcmpl-rpm.el
12250 12250
12251(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ 12251(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\
@@ -12259,7 +12259,7 @@ You can use \\[eshell-report-bug] to do so." nil nil)
12259 12259
12260;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which 12260;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which
12261;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) 12261;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)
12262;;;;;; "pcmpl-unix" "pcmpl-unix.el" (15186 41418)) 12262;;;;;; "pcmpl-unix" "pcmpl-unix.el" (15192 12215))
12263;;; Generated autoloads from pcmpl-unix.el 12263;;; Generated autoloads from pcmpl-unix.el
12264 12264
12265(autoload (quote pcomplete/cd) "pcmpl-unix" "\ 12265(autoload (quote pcomplete/cd) "pcmpl-unix" "\
@@ -12291,8 +12291,8 @@ Completion for the `chgrp' command." nil nil)
12291 12291
12292;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 12292;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
12293;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 12293;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
12294;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15187 12294;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15192
12295;;;;;; 6158)) 12295;;;;;; 12215))
12296;;; Generated autoloads from pcomplete.el 12296;;; Generated autoloads from pcomplete.el
12297 12297
12298(autoload (quote pcomplete) "pcomplete" "\ 12298(autoload (quote pcomplete) "pcomplete" "\
@@ -12394,7 +12394,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
12394 12394
12395;;;*** 12395;;;***
12396 12396
12397;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15186 41418)) 12397;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15192 12216))
12398;;; Generated autoloads from pcvs-defs.el 12398;;; Generated autoloads from pcvs-defs.el
12399 12399
12400(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m)) 12400(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m))
@@ -12402,7 +12402,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
12402;;;*** 12402;;;***
12403 12403
12404;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 12404;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
12405;;;;;; (15293 33678)) 12405;;;;;; (15293 42343))
12406;;; Generated autoloads from progmodes/perl-mode.el 12406;;; Generated autoloads from progmodes/perl-mode.el
12407 12407
12408(autoload (quote perl-mode) "perl-mode" "\ 12408(autoload (quote perl-mode) "perl-mode" "\
@@ -12456,7 +12456,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'." t nil)
12456;;;*** 12456;;;***
12457 12457
12458;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 12458;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
12459;;;;;; (15189 40530)) 12459;;;;;; (15192 12247))
12460;;; Generated autoloads from textmodes/picture.el 12460;;; Generated autoloads from textmodes/picture.el
12461 12461
12462(autoload (quote picture-mode) "picture" "\ 12462(autoload (quote picture-mode) "picture" "\
@@ -12525,7 +12525,7 @@ they are not defaultly assigned to keys." t nil)
12525 12525
12526;;;*** 12526;;;***
12527 12527
12528;;;### (autoloads (pong) "pong" "play/pong.el" (15187 65192)) 12528;;;### (autoloads (pong) "pong" "play/pong.el" (15192 12239))
12529;;; Generated autoloads from play/pong.el 12529;;; Generated autoloads from play/pong.el
12530 12530
12531(autoload (quote pong) "pong" "\ 12531(autoload (quote pong) "pong" "\
@@ -12540,7 +12540,7 @@ pong-mode keybindings:\\<pong-mode-map>
12540;;;*** 12540;;;***
12541 12541
12542;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp) "pp" 12542;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp) "pp"
12543;;;;;; "emacs-lisp/pp.el" (15252 52692)) 12543;;;;;; "emacs-lisp/pp.el" (15254 8041))
12544;;; Generated autoloads from emacs-lisp/pp.el 12544;;; Generated autoloads from emacs-lisp/pp.el
12545 12545
12546(autoload (quote pp) "pp" "\ 12546(autoload (quote pp) "pp" "\
@@ -12563,7 +12563,7 @@ Ignores leading comment characters." t nil)
12563;;;*** 12563;;;***
12564 12564
12565;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el" 12565;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el"
12566;;;;;; (13446 12665)) 12566;;;;;; (14729 20675))
12567;;; Generated autoloads from progmodes/prolog.el 12567;;; Generated autoloads from progmodes/prolog.el
12568 12568
12569(autoload (quote prolog-mode) "prolog" "\ 12569(autoload (quote prolog-mode) "prolog" "\
@@ -12579,7 +12579,7 @@ Run an inferior Prolog process, input and output via buffer *prolog*." t nil)
12579 12579
12580;;;*** 12580;;;***
12581 12581
12582;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (15272 24803)) 12582;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (15272 39402))
12583;;; Generated autoloads from ps-bdf.el 12583;;; Generated autoloads from ps-bdf.el
12584 12584
12585(defvar bdf-directory-list (if (and (memq system-type (quote (ms-dos windows-nt))) (boundp (quote installation-directory))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ 12585(defvar bdf-directory-list (if (and (memq system-type (quote (ms-dos windows-nt))) (boundp (quote installation-directory))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\
@@ -12588,8 +12588,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
12588 12588
12589;;;*** 12589;;;***
12590 12590
12591;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (15187 12591;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (15192
12592;;;;;; 6160)) 12592;;;;;; 12245))
12593;;; Generated autoloads from progmodes/ps-mode.el 12593;;; Generated autoloads from progmodes/ps-mode.el
12594 12594
12595(autoload (quote ps-mode) "ps-mode" "\ 12595(autoload (quote ps-mode) "ps-mode" "\
@@ -12637,7 +12637,7 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
12637;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets 12637;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets
12638;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition 12638;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition
12639;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font 12639;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font
12640;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15272 45403)) 12640;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15275 13004))
12641;;; Generated autoloads from ps-mule.el 12641;;; Generated autoloads from ps-mule.el
12642 12642
12643(defvar ps-multibyte-buffer nil "\ 12643(defvar ps-multibyte-buffer nil "\
@@ -12741,7 +12741,7 @@ This checks if all multi-byte characters in the region are printable or not." ni
12741;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 12741;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
12742;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 12742;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
12743;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" 12743;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print"
12744;;;;;; "ps-print.el" (15272 45453)) 12744;;;;;; "ps-print.el" (15275 13004))
12745;;; Generated autoloads from ps-print.el 12745;;; Generated autoloads from ps-print.el
12746 12746
12747(defvar ps-paper-type (quote letter) "\ 12747(defvar ps-paper-type (quote letter) "\
@@ -13094,8 +13094,8 @@ of each directory." t nil)
13094 13094
13095;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 13095;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
13096;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 13096;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
13097;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (15187 13097;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (15192
13098;;;;;; 6159)) 13098;;;;;; 12237))
13099;;; Generated autoloads from net/quickurl.el 13099;;; Generated autoloads from net/quickurl.el
13100 13100
13101(defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ 13101(defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\
@@ -13150,8 +13150,8 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'." t nil)
13150 13150
13151;;;*** 13151;;;***
13152 13152
13153;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (15186 13153;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (15192
13154;;;;;; 41423)) 13154;;;;;; 12237))
13155;;; Generated autoloads from net/rcompile.el 13155;;; Generated autoloads from net/rcompile.el
13156 13156
13157(autoload (quote remote-compile) "rcompile" "\ 13157(autoload (quote remote-compile) "rcompile" "\
@@ -13161,7 +13161,7 @@ See \\[compile]." t nil)
13161;;;*** 13161;;;***
13162 13162
13163;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 13163;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
13164;;;;;; (15187 6159)) 13164;;;;;; (15192 12223))
13165;;; Generated autoloads from emacs-lisp/re-builder.el 13165;;; Generated autoloads from emacs-lisp/re-builder.el
13166 13166
13167(autoload (quote re-builder) "re-builder" "\ 13167(autoload (quote re-builder) "re-builder" "\
@@ -13216,7 +13216,7 @@ were operated on recently." t nil)
13216;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 13216;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
13217;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 13217;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
13218;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15292 13218;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15292
13219;;;;;; 846)) 13219;;;;;; 25968))
13220;;; Generated autoloads from rect.el 13220;;; Generated autoloads from rect.el
13221 13221
13222(autoload (quote move-to-column-force) "rect" "\ 13222(autoload (quote move-to-column-force) "rect" "\
@@ -13312,8 +13312,8 @@ rectangle which were empty." t nil)
13312 13312
13313;;;*** 13313;;;***
13314 13314
13315;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15182 13315;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15185
13316;;;;;; 61175)) 13316;;;;;; 36006))
13317;;; Generated autoloads from textmodes/refill.el 13317;;; Generated autoloads from textmodes/refill.el
13318 13318
13319(autoload (quote refill-mode) "refill" "\ 13319(autoload (quote refill-mode) "refill" "\
@@ -13327,7 +13327,7 @@ refilling if they would cause auto-filling." t nil)
13327;;;*** 13327;;;***
13328 13328
13329;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el" 13329;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el"
13330;;;;;; (15186 41426)) 13330;;;;;; (15192 12248))
13331;;; Generated autoloads from textmodes/reftex.el 13331;;; Generated autoloads from textmodes/reftex.el
13332 13332
13333(autoload (quote turn-on-reftex) "reftex" "\ 13333(autoload (quote turn-on-reftex) "reftex" "\
@@ -13367,7 +13367,7 @@ on the menu bar.
13367;;;*** 13367;;;***
13368 13368
13369;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 13369;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
13370;;;;;; (15186 41426)) 13370;;;;;; (15192 12247))
13371;;; Generated autoloads from textmodes/reftex-cite.el 13371;;; Generated autoloads from textmodes/reftex-cite.el
13372 13372
13373(autoload (quote reftex-citation) "reftex-cite" "\ 13373(autoload (quote reftex-citation) "reftex-cite" "\
@@ -13394,7 +13394,7 @@ While entering the regexp, completion on knows citation keys is possible.
13394;;;*** 13394;;;***
13395 13395
13396;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 13396;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
13397;;;;;; (15186 41426)) 13397;;;;;; (15192 12248))
13398;;; Generated autoloads from textmodes/reftex-index.el 13398;;; Generated autoloads from textmodes/reftex-index.el
13399 13399
13400(autoload (quote reftex-index-phrases-mode) "reftex-index" "\ 13400(autoload (quote reftex-index-phrases-mode) "reftex-index" "\
@@ -13425,7 +13425,7 @@ Here are all local bindings.
13425;;;*** 13425;;;***
13426 13426
13427;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 13427;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
13428;;;;;; (15186 41419)) 13428;;;;;; (15192 12223))
13429;;; Generated autoloads from emacs-lisp/regexp-opt.el 13429;;; Generated autoloads from emacs-lisp/regexp-opt.el
13430 13430
13431(autoload (quote regexp-opt) "regexp-opt" "\ 13431(autoload (quote regexp-opt) "regexp-opt" "\
@@ -13448,7 +13448,7 @@ in REGEXP." nil nil)
13448 13448
13449;;;*** 13449;;;***
13450 13450
13451;;;### (autoloads (repeat) "repeat" "repeat.el" (15182 61026)) 13451;;;### (autoloads (repeat) "repeat" "repeat.el" (15185 35996))
13452;;; Generated autoloads from repeat.el 13452;;; Generated autoloads from repeat.el
13453 13453
13454(autoload (quote repeat) "repeat" "\ 13454(autoload (quote repeat) "repeat" "\
@@ -13464,7 +13464,7 @@ can be modified by the global variable `repeat-on-final-keystroke'." t nil)
13464;;;*** 13464;;;***
13465 13465
13466;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 13466;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
13467;;;;;; (15186 41423)) 13467;;;;;; (15192 12235))
13468;;; Generated autoloads from mail/reporter.el 13468;;; Generated autoloads from mail/reporter.el
13469 13469
13470(autoload (quote reporter-submit-bug-report) "reporter" "\ 13470(autoload (quote reporter-submit-bug-report) "reporter" "\
@@ -13528,6 +13528,48 @@ Clear out the file used for transmitting args when Emacs resumes." nil nil)
13528 13528
13529;;;*** 13529;;;***
13530 13530
13531;;;### (autoloads (read-file-name-electric-shadow-mode read-file-name-electric-shadow-tty-properties
13532;;;;;; read-file-name-electric-shadow-properties) "rfn-eshadow"
13533;;;;;; "rfn-eshadow.el" (15293 48131))
13534;;; Generated autoloads from rfn-eshadow.el
13535
13536(defvar read-file-name-electric-shadow-properties (quote (face read-file-name-electric-shadow field shadow)) "\
13537Properties given to the `shadowed' part of a filename in the minibuffer.
13538Only used when `read-file-name-electric-shadow-mode' is active.
13539If emacs is not running under a window system,
13540`read-file-name-electric-shadow-tty-properties' is used instead.")
13541
13542(defvar read-file-name-electric-shadow-tty-properties (quote (before-string "{" after-string "} " field shadow)) "\
13543Properties given to the `shadowed' part of a filename in the minibuffer.
13544Only used when `read-file-name-electric-shadow-mode' is active and emacs
13545is not running under a window-system; if emacs is running under a window
13546system, `read-file-name-electric-shadow-properties' is used instead.")
13547
13548(defface read-file-name-electric-shadow (quote ((((background dark)) :foreground "grey50") (t :foreground "grey70"))) "Face used by `read-file-name-electric-shadow-mode' for the shadow." :group (quote minibuffer))
13549
13550(defvar read-file-name-electric-shadow-mode nil "\
13551Non-nil if Read-File-Name-Electric-Shadow mode is enabled.
13552See the command `read-file-name-electric-shadow-mode' for a description of this minor-mode.
13553Setting this variable directly does not take effect;
13554use either \\[customize] or the function `read-file-name-electric-shadow-mode'.")
13555
13556(custom-add-to-group (quote minibuffer) (quote read-file-name-electric-shadow-mode) (quote custom-variable))
13557
13558(custom-add-load (quote read-file-name-electric-shadow-mode) (quote rfn-eshadow))
13559
13560(autoload (quote read-file-name-electric-shadow-mode) "rfn-eshadow" "\
13561Toggle Read-File-Name Electric Shadow mode
13562When active, any part of the a filename being read in the minibuffer
13563that would be ignored because the result is passed through
13564`substitute-in-file-name' is given the properties in
13565`read-file-name-electric-shadow-properties', which can be used to make
13566that portion dim, invisible, or otherwise less visually noticable.
13567
13568With prefix argument ARG, turn on if positive, otherwise off.
13569Returns non-nil if the new state is enabled." t nil)
13570
13571;;;***
13572
13531;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 13573;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
13532;;;;;; (14634 20460)) 13574;;;;;; (14634 20460))
13533;;; Generated autoloads from emacs-lisp/ring.el 13575;;; Generated autoloads from emacs-lisp/ring.el
@@ -13800,7 +13842,7 @@ Set PASSWORD to be used for retrieving mail from a POP server." t nil)
13800;;;*** 13842;;;***
13801 13843
13802;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" 13844;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
13803;;;;;; (15186 41423)) 13845;;;;;; (15192 12236))
13804;;; Generated autoloads from mail/rmailedit.el 13846;;; Generated autoloads from mail/rmailedit.el
13805 13847
13806(autoload (quote rmail-edit-current-message) "rmailedit" "\ 13848(autoload (quote rmail-edit-current-message) "rmailedit" "\
@@ -13810,7 +13852,7 @@ Edit the contents of this message." t nil)
13810 13852
13811;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message 13853;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
13812;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" 13854;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
13813;;;;;; "mail/rmailkwd.el" (15186 41423)) 13855;;;;;; "mail/rmailkwd.el" (15192 12236))
13814;;; Generated autoloads from mail/rmailkwd.el 13856;;; Generated autoloads from mail/rmailkwd.el
13815 13857
13816(autoload (quote rmail-add-label) "rmailkwd" "\ 13858(autoload (quote rmail-add-label) "rmailkwd" "\
@@ -13838,7 +13880,7 @@ With prefix argument N moves forward N messages with these labels." t nil)
13838;;;*** 13880;;;***
13839 13881
13840;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" 13882;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
13841;;;;;; (15186 41423)) 13883;;;;;; (15192 12236))
13842;;; Generated autoloads from mail/rmailmsc.el 13884;;; Generated autoloads from mail/rmailmsc.el
13843 13885
13844(autoload (quote set-rmail-inbox-list) "rmailmsc" "\ 13886(autoload (quote set-rmail-inbox-list) "rmailmsc" "\
@@ -13850,7 +13892,7 @@ If FILE-NAME is empty, remove any existing inbox list." t nil)
13850 13892
13851;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output 13893;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output
13852;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" 13894;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout"
13853;;;;;; "mail/rmailout.el" (15186 41423)) 13895;;;;;; "mail/rmailout.el" (15192 12236))
13854;;; Generated autoloads from mail/rmailout.el 13896;;; Generated autoloads from mail/rmailout.el
13855 13897
13856(defvar rmail-output-file-alist nil "\ 13898(defvar rmail-output-file-alist nil "\
@@ -13907,8 +13949,8 @@ FILE-NAME defaults, interactively, from the Subject field of the message." t nil
13907 13949
13908;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent 13950;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent
13909;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject 13951;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject
13910;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (15186 13952;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (15192
13911;;;;;; 41423)) 13953;;;;;; 12236))
13912;;; Generated autoloads from mail/rmailsort.el 13954;;; Generated autoloads from mail/rmailsort.el
13913 13955
13914(autoload (quote rmail-sort-by-date) "rmailsort" "\ 13956(autoload (quote rmail-sort-by-date) "rmailsort" "\
@@ -13946,7 +13988,7 @@ KEYWORDS is a comma-separated list of labels." t nil)
13946;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp 13988;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
13947;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary 13989;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
13948;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) 13990;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
13949;;;;;; "rmailsum" "mail/rmailsum.el" (15293 33678)) 13991;;;;;; "rmailsum" "mail/rmailsum.el" (15293 42343))
13950;;; Generated autoloads from mail/rmailsum.el 13992;;; Generated autoloads from mail/rmailsum.el
13951 13993
13952(defvar rmail-summary-scroll-between-messages t "\ 13994(defvar rmail-summary-scroll-between-messages t "\
@@ -14008,7 +14050,7 @@ Setting this variable has an effect only before reading a mail.")
14008;;;*** 14050;;;***
14009 14051
14010;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el" 14052;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el"
14011;;;;;; (15186 41423)) 14053;;;;;; (15192 12238))
14012;;; Generated autoloads from obsolete/rnewspost.el 14054;;; Generated autoloads from obsolete/rnewspost.el
14013 14055
14014(autoload (quote news-post-news) "rnewspost" "\ 14056(autoload (quote news-post-news) "rnewspost" "\
@@ -14019,7 +14061,7 @@ If NOQUERY is non-nil, we do not query before doing the work." t nil)
14019;;;*** 14061;;;***
14020 14062
14021;;;### (autoloads (toggle-rot13-mode rot13-other-window) "rot13" 14063;;;### (autoloads (toggle-rot13-mode rot13-other-window) "rot13"
14022;;;;;; "rot13.el" (15186 41418)) 14064;;;;;; "rot13.el" (15192 12217))
14023;;; Generated autoloads from rot13.el 14065;;; Generated autoloads from rot13.el
14024 14066
14025(autoload (quote rot13-other-window) "rot13" "\ 14067(autoload (quote rot13-other-window) "rot13" "\
@@ -14071,8 +14113,8 @@ This function is obsolete." t nil)
14071 14113
14072;;;*** 14114;;;***
14073 14115
14074;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (15286 14116;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (15288
14075;;;;;; 9098)) 14117;;;;;; 6955))
14076;;; Generated autoloads from emacs-lisp/rx.el 14118;;; Generated autoloads from emacs-lisp/rx.el
14077 14119
14078(autoload (quote rx-to-string) "rx" "\ 14120(autoload (quote rx-to-string) "rx" "\
@@ -14343,7 +14385,7 @@ CHAR
14343;;;*** 14385;;;***
14344 14386
14345;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 14387;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
14346;;;;;; (15187 6160)) 14388;;;;;; (15192 12245))
14347;;; Generated autoloads from progmodes/scheme.el 14389;;; Generated autoloads from progmodes/scheme.el
14348 14390
14349(autoload (quote scheme-mode) "scheme" "\ 14391(autoload (quote scheme-mode) "scheme" "\
@@ -14381,7 +14423,7 @@ that variable's value is a string." t nil)
14381;;;*** 14423;;;***
14382 14424
14383;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 14425;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
14384;;;;;; (14791 27653)) 14426;;;;;; (14791 59103))
14385;;; Generated autoloads from gnus/score-mode.el 14427;;; Generated autoloads from gnus/score-mode.el
14386 14428
14387(autoload (quote gnus-score-mode) "score-mode" "\ 14429(autoload (quote gnus-score-mode) "score-mode" "\
@@ -14392,8 +14434,8 @@ This mode is an extended emacs-lisp mode.
14392 14434
14393;;;*** 14435;;;***
14394 14436
14395;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (15186 14437;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (15192
14396;;;;;; 41426)) 14438;;;;;; 12248))
14397;;; Generated autoloads from textmodes/scribe.el 14439;;; Generated autoloads from textmodes/scribe.el
14398 14440
14399(autoload (quote scribe-mode) "scribe" "\ 14441(autoload (quote scribe-mode) "scribe" "\
@@ -14416,7 +14458,7 @@ scribe-electric-parenthesis
14416;;;*** 14458;;;***
14417 14459
14418;;;### (autoloads (scroll-all-mode scroll-all-mode) "scroll-all" 14460;;;### (autoloads (scroll-all-mode scroll-all-mode) "scroll-all"
14419;;;;;; "scroll-all.el" (15187 6158)) 14461;;;;;; "scroll-all.el" (15192 12217))
14420;;; Generated autoloads from scroll-all.el 14462;;; Generated autoloads from scroll-all.el
14421 14463
14422(defvar scroll-all-mode nil "\ 14464(defvar scroll-all-mode nil "\
@@ -14439,7 +14481,7 @@ Toggle Scroll-All minor mode." t nil)
14439;;;;;; mail-archive-file-name mail-header-separator send-mail-function 14481;;;;;; mail-archive-file-name mail-header-separator send-mail-function
14440;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind 14482;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind
14441;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" 14483;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el"
14442;;;;;; (15283 1778)) 14484;;;;;; (15292 25972))
14443;;; Generated autoloads from mail/sendmail.el 14485;;; Generated autoloads from mail/sendmail.el
14444 14486
14445(defvar mail-from-style (quote angles) "\ 14487(defvar mail-from-style (quote angles) "\
@@ -14605,7 +14647,7 @@ Like `mail' command, but display mail buffer in another frame." t nil)
14605 14647
14606;;;*** 14648;;;***
14607 14649
14608;;;### (autoloads (server-start) "server" "server.el" (15256 45312)) 14650;;;### (autoloads (server-start) "server" "server.el" (15256 50712))
14609;;; Generated autoloads from server.el 14651;;; Generated autoloads from server.el
14610 14652
14611(autoload (quote server-start) "server" "\ 14653(autoload (quote server-start) "server" "\
@@ -14620,7 +14662,7 @@ Prefix arg means just kill any existing server communications subprocess." t nil
14620;;;*** 14662;;;***
14621 14663
14622;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 14664;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
14623;;;;;; (15187 6162)) 14665;;;;;; (15192 12248))
14624;;; Generated autoloads from textmodes/sgml-mode.el 14666;;; Generated autoloads from textmodes/sgml-mode.el
14625 14667
14626(autoload (quote sgml-mode) "sgml-mode" "\ 14668(autoload (quote sgml-mode) "sgml-mode" "\
@@ -14682,7 +14724,7 @@ To work around that, do:
14682;;;*** 14724;;;***
14683 14725
14684;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 14726;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
14685;;;;;; (15149 49404)) 14727;;;;;; (15155 16529))
14686;;; Generated autoloads from progmodes/sh-script.el 14728;;; Generated autoloads from progmodes/sh-script.el
14687 14729
14688(put (quote sh-mode) (quote mode-class) (quote special)) 14730(put (quote sh-mode) (quote mode-class) (quote special))
@@ -14746,7 +14788,7 @@ with your script for an edit-interpret-debug cycle." t nil)
14746;;;*** 14788;;;***
14747 14789
14748;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 14790;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
14749;;;;;; (15187 6159)) 14791;;;;;; (15192 12223))
14750;;; Generated autoloads from emacs-lisp/shadow.el 14792;;; Generated autoloads from emacs-lisp/shadow.el
14751 14793
14752(autoload (quote list-load-path-shadows) "shadow" "\ 14794(autoload (quote list-load-path-shadows) "shadow" "\
@@ -14791,8 +14833,8 @@ buffer called `*Shadows*'. Shadowings are located by calling the
14791;;;*** 14833;;;***
14792 14834
14793;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 14835;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
14794;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (15187 14836;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (15192
14795;;;;;; 6158)) 14837;;;;;; 12217))
14796;;; Generated autoloads from shadowfile.el 14838;;; Generated autoloads from shadowfile.el
14797 14839
14798(autoload (quote shadow-define-cluster) "shadowfile" "\ 14840(autoload (quote shadow-define-cluster) "shadowfile" "\
@@ -14865,8 +14907,8 @@ Otherwise, one argument `-i' is passed to the shell.
14865 14907
14866;;;*** 14908;;;***
14867 14909
14868;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (15187 14910;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (15192
14869;;;;;; 6160)) 14911;;;;;; 12245))
14870;;; Generated autoloads from progmodes/simula.el 14912;;; Generated autoloads from progmodes/simula.el
14871 14913
14872(autoload (quote simula-mode) "simula" "\ 14914(autoload (quote simula-mode) "simula" "\
@@ -15031,8 +15073,8 @@ symmetrical ones, and the same character twice for the others." t nil)
15031 15073
15032;;;*** 15074;;;***
15033 15075
15034;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (15206 15076;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (15209
15035;;;;;; 27707)) 15077;;;;;; 13374))
15036;;; Generated autoloads from smerge-mode.el 15078;;; Generated autoloads from smerge-mode.el
15037 15079
15038(autoload (quote smerge-mode) "smerge-mode" "\ 15080(autoload (quote smerge-mode) "smerge-mode" "\
@@ -15042,7 +15084,7 @@ Minor mode to simplify editing output from the diff3 program.
15042;;;*** 15084;;;***
15043 15085
15044;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el" 15086;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el"
15045;;;;;; (14903 16513)) 15087;;;;;; (14906 580))
15046;;; Generated autoloads from gnus/smiley-ems.el 15088;;; Generated autoloads from gnus/smiley-ems.el
15047 15089
15048(autoload (quote smiley-region) "smiley-ems" "\ 15090(autoload (quote smiley-region) "smiley-ems" "\
@@ -15054,14 +15096,14 @@ which smileys to operate on and which images to use for them." t nil)
15054;;;*** 15096;;;***
15055 15097
15056;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" 15098;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el"
15057;;;;;; (15215 65170)) 15099;;;;;; (15223 37897))
15058;;; Generated autoloads from mail/smtpmail.el 15100;;; Generated autoloads from mail/smtpmail.el
15059 15101
15060(autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) 15102(autoload (quote smtpmail-send-it) "smtpmail" nil nil nil)
15061 15103
15062;;;*** 15104;;;***
15063 15105
15064;;;### (autoloads (snake) "snake" "play/snake.el" (15288 5158)) 15106;;;### (autoloads (snake) "snake" "play/snake.el" (15292 25972))
15065;;; Generated autoloads from play/snake.el 15107;;; Generated autoloads from play/snake.el
15066 15108
15067(autoload (quote snake) "snake" "\ 15109(autoload (quote snake) "snake" "\
@@ -15085,7 +15127,7 @@ snake-mode keybindings:
15085;;;*** 15127;;;***
15086 15128
15087;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 15129;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
15088;;;;;; (15187 6159)) 15130;;;;;; (15192 12237))
15089;;; Generated autoloads from net/snmp-mode.el 15131;;; Generated autoloads from net/snmp-mode.el
15090 15132
15091(autoload (quote snmp-mode) "snmp-mode" "\ 15133(autoload (quote snmp-mode) "snmp-mode" "\
@@ -15112,7 +15154,7 @@ then `snmpv2-mode-hook'." t nil)
15112 15154
15113;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name 15155;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name
15114;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) 15156;;;;;; calendar-longitude calendar-latitude calendar-time-display-form)
15115;;;;;; "solar" "calendar/solar.el" (15186 41419)) 15157;;;;;; "solar" "calendar/solar.el" (15192 12221))
15116;;; Generated autoloads from calendar/solar.el 15158;;; Generated autoloads from calendar/solar.el
15117 15159
15118(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ 15160(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\
@@ -15247,7 +15289,7 @@ Pick your favourite shortcuts:
15247 15289
15248;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 15290;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
15249;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 15291;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
15250;;;;;; sort-lines sort-subr) "sort" "sort.el" (15186 41418)) 15292;;;;;; sort-lines sort-subr) "sort" "sort.el" (15192 12217))
15251;;; Generated autoloads from sort.el 15293;;; Generated autoloads from sort.el
15252 15294
15253(autoload (quote sort-subr) "sort" "\ 15295(autoload (quote sort-subr) "sort" "\
@@ -15370,7 +15412,7 @@ From a program takes two point or marker arguments, BEG and END." t nil)
15370;;;*** 15412;;;***
15371 15413
15372;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 15414;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
15373;;;;;; "speedbar.el" (15187 6159)) 15415;;;;;; "speedbar.el" (15192 12218))
15374;;; Generated autoloads from speedbar.el 15416;;; Generated autoloads from speedbar.el
15375 15417
15376(defalias (quote speedbar) (quote speedbar-frame-mode)) 15418(defalias (quote speedbar) (quote speedbar-frame-mode))
@@ -15391,7 +15433,7 @@ selected. If the speedbar frame is active, then select the attached frame." t n
15391;;;*** 15433;;;***
15392 15434
15393;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 15435;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
15394;;;;;; "spell" "textmodes/spell.el" (15186 41426)) 15436;;;;;; "spell" "textmodes/spell.el" (15192 12248))
15395;;; Generated autoloads from textmodes/spell.el 15437;;; Generated autoloads from textmodes/spell.el
15396 15438
15397(put (quote spell-filter) (quote risky-local-variable) t) 15439(put (quote spell-filter) (quote risky-local-variable) t)
@@ -15433,7 +15475,7 @@ Return a vector containing the lines from `spook-phrases-file'." nil nil)
15433 15475
15434;;;### (autoloads (sql-db2 sql-interbase sql-postgres sql-ms sql-ingres 15476;;;### (autoloads (sql-db2 sql-interbase sql-postgres sql-ms sql-ingres
15435;;;;;; sql-solid sql-mysql sql-informix sql-sybase sql-oracle sql-mode 15477;;;;;; sql-solid sql-mysql sql-informix sql-sybase sql-oracle sql-mode
15436;;;;;; sql-help) "sql" "progmodes/sql.el" (15232 57264)) 15478;;;;;; sql-help) "sql" "progmodes/sql.el" (15232 65306))
15437;;; Generated autoloads from progmodes/sql.el 15479;;; Generated autoloads from progmodes/sql.el
15438 15480
15439(autoload (quote sql-help) "sql" "\ 15481(autoload (quote sql-help) "sql" "\
@@ -15744,7 +15786,7 @@ The default comes from `process-coding-system-alist' and
15744;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 15786;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
15745;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 15787;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
15746;;;;;; strokes-global-set-stroke strokes-mode) "strokes" "strokes.el" 15788;;;;;; strokes-global-set-stroke strokes-mode) "strokes" "strokes.el"
15747;;;;;; (14787 15136)) 15789;;;;;; (14788 10033))
15748;;; Generated autoloads from strokes.el 15790;;; Generated autoloads from strokes.el
15749 15791
15750(defvar strokes-mode nil "\ 15792(defvar strokes-mode nil "\
@@ -15836,7 +15878,7 @@ Read a complex stroke and insert its glyph into the current buffer." t nil)
15836;;;*** 15878;;;***
15837 15879
15838;;;### (autoloads (studlify-word studlify-region) "studly" "play/studly.el" 15880;;;### (autoloads (studlify-word studlify-region) "studly" "play/studly.el"
15839;;;;;; (15215 36988)) 15881;;;;;; (15223 37897))
15840;;; Generated autoloads from play/studly.el 15882;;; Generated autoloads from play/studly.el
15841 15883
15842(autoload (quote studlify-region) "studly" "\ 15884(autoload (quote studlify-region) "studly" "\
@@ -15848,7 +15890,7 @@ Studlify-case the current word, or COUNT words if given an argument" t nil)
15848;;;*** 15890;;;***
15849 15891
15850;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 15892;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
15851;;;;;; (15187 6159)) 15893;;;;;; (15192 12236))
15852;;; Generated autoloads from mail/supercite.el 15894;;; Generated autoloads from mail/supercite.el
15853 15895
15854(autoload (quote sc-cite-original) "supercite" "\ 15896(autoload (quote sc-cite-original) "supercite" "\
@@ -15896,7 +15938,7 @@ The variable `tab-width' controls the spacing of tab stops." t nil)
15896 15938
15897;;;*** 15939;;;***
15898 15940
15899;;;### (autoloads (talk-connect) "talk" "talk.el" (15186 41418)) 15941;;;### (autoloads (talk-connect) "talk" "talk.el" (15192 12218))
15900;;; Generated autoloads from talk.el 15942;;; Generated autoloads from talk.el
15901 15943
15902(autoload (quote talk-connect) "talk" "\ 15944(autoload (quote talk-connect) "talk" "\
@@ -15904,7 +15946,7 @@ Connect to display DISPLAY for the Emacs talk group." t nil)
15904 15946
15905;;;*** 15947;;;***
15906 15948
15907;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15282 56996)) 15949;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15292 25969))
15908;;; Generated autoloads from tar-mode.el 15950;;; Generated autoloads from tar-mode.el
15909 15951
15910(autoload (quote tar-mode) "tar-mode" "\ 15952(autoload (quote tar-mode) "tar-mode" "\
@@ -15926,7 +15968,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
15926;;;*** 15968;;;***
15927 15969
15928;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 15970;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
15929;;;;;; "progmodes/tcl.el" (15189 19270)) 15971;;;;;; "progmodes/tcl.el" (15192 12245))
15930;;; Generated autoloads from progmodes/tcl.el 15972;;; Generated autoloads from progmodes/tcl.el
15931 15973
15932(autoload (quote tcl-mode) "tcl" "\ 15974(autoload (quote tcl-mode) "tcl" "\
@@ -15977,7 +16019,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'." t nil)
15977 16019
15978;;;*** 16020;;;***
15979 16021
15980;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (15241 58886)) 16022;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (15242 17023))
15981;;; Generated autoloads from net/telnet.el 16023;;; Generated autoloads from net/telnet.el
15982 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") 16024 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
15983 16025
@@ -15997,8 +16039,8 @@ Normally input is edited in Emacs and sent a line at a time." t nil)
15997 16039
15998;;;*** 16040;;;***
15999 16041
16000;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15186 16042;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15192
16001;;;;;; 41419)) 16043;;;;;; 12218))
16002;;; Generated autoloads from term.el 16044;;; Generated autoloads from term.el
16003 16045
16004(autoload (quote make-term) "term" "\ 16046(autoload (quote make-term) "term" "\
@@ -16016,8 +16058,8 @@ Start a terminal-emulator in a new buffer." t nil)
16016 16058
16017;;;*** 16059;;;***
16018 16060
16019;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15186 16061;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15192
16020;;;;;; 41419)) 16062;;;;;; 12218))
16021;;; Generated autoloads from terminal.el 16063;;; Generated autoloads from terminal.el
16022 16064
16023(autoload (quote terminal-emulator) "terminal" "\ 16065(autoload (quote terminal-emulator) "terminal" "\
@@ -16051,7 +16093,7 @@ subprocess started." t nil)
16051 16093
16052;;;*** 16094;;;***
16053 16095
16054;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15288 5158)) 16096;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15292 25972))
16055;;; Generated autoloads from play/tetris.el 16097;;; Generated autoloads from play/tetris.el
16056 16098
16057(autoload (quote tetris) "tetris" "\ 16099(autoload (quote tetris) "tetris" "\
@@ -16082,7 +16124,7 @@ tetris-mode keybindings:
16082;;;;;; tex-start-options-string slitex-run-command latex-run-command 16124;;;;;; tex-start-options-string slitex-run-command latex-run-command
16083;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 16125;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
16084;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 16126;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
16085;;;;;; (15186 41426)) 16127;;;;;; (15192 12248))
16086;;; Generated autoloads from textmodes/tex-mode.el 16128;;; Generated autoloads from textmodes/tex-mode.el
16087 16129
16088(defvar tex-shell-file-name nil "\ 16130(defvar tex-shell-file-name nil "\
@@ -16330,7 +16372,7 @@ Entering SliTeX mode runs the hook `text-mode-hook', then the hook
16330;;;*** 16372;;;***
16331 16373
16332;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 16374;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
16333;;;;;; "texinfmt" "textmodes/texinfmt.el" (15187 6162)) 16375;;;;;; "texinfmt" "textmodes/texinfmt.el" (15192 12249))
16334;;; Generated autoloads from textmodes/texinfmt.el 16376;;; Generated autoloads from textmodes/texinfmt.el
16335 16377
16336(autoload (quote texinfo-format-buffer) "texinfmt" "\ 16378(autoload (quote texinfo-format-buffer) "texinfmt" "\
@@ -16364,7 +16406,7 @@ if large. You can use Info-split to do this manually." t nil)
16364;;;*** 16406;;;***
16365 16407
16366;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 16408;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
16367;;;;;; "texinfo" "textmodes/texinfo.el" (15187 6162)) 16409;;;;;; "texinfo" "textmodes/texinfo.el" (15192 12249))
16368;;; Generated autoloads from textmodes/texinfo.el 16410;;; Generated autoloads from textmodes/texinfo.el
16369 16411
16370(defvar texinfo-open-quote "``" "\ 16412(defvar texinfo-open-quote "``" "\
@@ -16445,7 +16487,7 @@ value of `texinfo-mode-hook'." t nil)
16445 16487
16446;;;### (autoloads (thai-composition-function thai-post-read-conversion 16488;;;### (autoloads (thai-composition-function thai-post-read-conversion
16447;;;;;; thai-compose-buffer thai-compose-string thai-compose-region) 16489;;;;;; thai-compose-buffer thai-compose-string thai-compose-region)
16448;;;;;; "thai-util" "language/thai-util.el" (15186 41422)) 16490;;;;;; "thai-util" "language/thai-util.el" (15192 12234))
16449;;; Generated autoloads from language/thai-util.el 16491;;; Generated autoloads from language/thai-util.el
16450 16492
16451(autoload (quote thai-compose-region) "thai-util" "\ 16493(autoload (quote thai-compose-region) "thai-util" "\
@@ -16473,7 +16515,7 @@ The return value is number of composed characters." nil nil)
16473 16515
16474;;;### (autoloads (list-at-point number-at-point symbol-at-point 16516;;;### (autoloads (list-at-point number-at-point symbol-at-point
16475;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 16517;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
16476;;;;;; "thingatpt" "thingatpt.el" (15186 41419)) 16518;;;;;; "thingatpt" "thingatpt.el" (15192 12218))
16477;;; Generated autoloads from thingatpt.el 16519;;; Generated autoloads from thingatpt.el
16478 16520
16479(autoload (quote forward-thing) "thingatpt" "\ 16521(autoload (quote forward-thing) "thingatpt" "\
@@ -16514,8 +16556,8 @@ a symbol as a valid THING." nil nil)
16514;;;;;; tibetan-compose-buffer tibetan-decompose-buffer tibetan-composition-function 16556;;;;;; tibetan-compose-buffer tibetan-decompose-buffer tibetan-composition-function
16515;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region 16557;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
16516;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription 16558;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
16517;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (15187 16559;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (15192
16518;;;;;; 6159)) 16560;;;;;; 12234))
16519;;; Generated autoloads from language/tibet-util.el 16561;;; Generated autoloads from language/tibet-util.el
16520 16562
16521(autoload (quote tibetan-char-p) "tibet-util" "\ 16563(autoload (quote tibetan-char-p) "tibet-util" "\
@@ -16562,7 +16604,7 @@ See also docstring of the function tibetan-compose-region." t nil)
16562;;;*** 16604;;;***
16563 16605
16564;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 16606;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
16565;;;;;; (15214 19672)) 16607;;;;;; (15223 37897))
16566;;; Generated autoloads from textmodes/tildify.el 16608;;; Generated autoloads from textmodes/tildify.el
16567 16609
16568(autoload (quote tildify-region) "tildify" "\ 16610(autoload (quote tildify-region) "tildify" "\
@@ -16582,7 +16624,7 @@ This function performs no refilling of the changed text." t nil)
16582;;;*** 16624;;;***
16583 16625
16584;;;### (autoloads (display-time-mode display-time display-time-day-and-date) 16626;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
16585;;;;;; "time" "time.el" (15218 40540)) 16627;;;;;; "time" "time.el" (15223 37890))
16586;;; Generated autoloads from time.el 16628;;; Generated autoloads from time.el
16587 16629
16588(defvar display-time-day-and-date nil "\ 16630(defvar display-time-day-and-date nil "\
@@ -16617,7 +16659,7 @@ This runs the normal hook `display-time-hook' after each update." t nil)
16617;;;*** 16659;;;***
16618 16660
16619;;;### (autoloads (safe-date-to-time date-to-time) "time-date" "gnus/time-date.el" 16661;;;### (autoloads (safe-date-to-time date-to-time) "time-date" "gnus/time-date.el"
16620;;;;;; (15186 41421)) 16662;;;;;; (15192 12231))
16621;;; Generated autoloads from gnus/time-date.el 16663;;; Generated autoloads from gnus/time-date.el
16622 16664
16623(autoload (quote date-to-time) "time-date" "\ 16665(autoload (quote date-to-time) "time-date" "\
@@ -16630,7 +16672,7 @@ If DATE is malformed, a zero time will be returned." nil nil)
16630;;;*** 16672;;;***
16631 16673
16632;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 16674;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
16633;;;;;; "time-stamp.el" (15275 885)) 16675;;;;;; "time-stamp.el" (15275 13004))
16634;;; Generated autoloads from time-stamp.el 16676;;; Generated autoloads from time-stamp.el
16635 16677
16636(autoload (quote time-stamp) "time-stamp" "\ 16678(autoload (quote time-stamp) "time-stamp" "\
@@ -16660,7 +16702,7 @@ With arg, turn time stamping on if and only if arg is positive." t nil)
16660;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 16702;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
16661;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 16703;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
16662;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 16704;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
16663;;;;;; (15098 25848)) 16705;;;;;; (15122 26745))
16664;;; Generated autoloads from calendar/timeclock.el 16706;;; Generated autoloads from calendar/timeclock.el
16665 16707
16666(autoload (quote timeclock-modeline-display) "timeclock" "\ 16708(autoload (quote timeclock-modeline-display) "timeclock" "\
@@ -16739,7 +16781,7 @@ non-nil." t nil)
16739 16781
16740;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer 16782;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer
16741;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" 16783;;;;;; run-at-time cancel-function-timers cancel-timer) "timer"
16742;;;;;; "timer.el" (15293 33677)) 16784;;;;;; "timer.el" (15293 42340))
16743;;; Generated autoloads from timer.el 16785;;; Generated autoloads from timer.el
16744 16786
16745(defalias (quote disable-timeout) (quote cancel-timer)) 16787(defalias (quote disable-timeout) (quote cancel-timer))
@@ -16798,7 +16840,7 @@ be detected." nil (quote macro))
16798;;;*** 16840;;;***
16799 16841
16800;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 16842;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
16801;;;;;; "international/titdic-cnv.el" (15186 41421)) 16843;;;;;; "international/titdic-cnv.el" (15192 12233))
16802;;; Generated autoloads from international/titdic-cnv.el 16844;;; Generated autoloads from international/titdic-cnv.el
16803 16845
16804(autoload (quote titdic-convert) "titdic-cnv" "\ 16846(autoload (quote titdic-convert) "titdic-cnv" "\
@@ -16817,7 +16859,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." nil
16817;;;*** 16859;;;***
16818 16860
16819;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 16861;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
16820;;;;;; "tmm.el" (15109 7851)) 16862;;;;;; "tmm.el" (15122 26744))
16821;;; Generated autoloads from tmm.el 16863;;; Generated autoloads from tmm.el
16822 (define-key global-map "\M-`" 'tmm-menubar) 16864 (define-key global-map "\M-`" 'tmm-menubar)
16823 (define-key global-map [f10] 'tmm-menubar) 16865 (define-key global-map [f10] 'tmm-menubar)
@@ -16852,7 +16894,7 @@ Its value should be an event that has a binding in MENU." nil nil)
16852 16894
16853;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 16895;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
16854;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 16896;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
16855;;;;;; "todo-mode" "calendar/todo-mode.el" (15187 6159)) 16897;;;;;; "todo-mode" "calendar/todo-mode.el" (15192 12221))
16856;;; Generated autoloads from calendar/todo-mode.el 16898;;; Generated autoloads from calendar/todo-mode.el
16857 16899
16858(autoload (quote todo-add-category) "todo-mode" "\ 16900(autoload (quote todo-add-category) "todo-mode" "\
@@ -16946,7 +16988,7 @@ function." nil nil)
16946;;;*** 16988;;;***
16947 16989
16948;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" 16990;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"
16949;;;;;; (15106 37826)) 16991;;;;;; (15122 26744))
16950;;; Generated autoloads from tooltip.el 16992;;; Generated autoloads from tooltip.el
16951 16993
16952(autoload (quote tooltip-mode) "tooltip" "\ 16994(autoload (quote tooltip-mode) "tooltip" "\
@@ -16965,7 +17007,7 @@ use either \\[customize] or the function `tooltip-mode'.")
16965;;;*** 17007;;;***
16966 17008
16967;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (15292 17009;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (15292
16968;;;;;; 1106)) 17010;;;;;; 25971))
16969;;; Generated autoloads from emulation/tpu-edt.el 17011;;; Generated autoloads from emulation/tpu-edt.el
16970 17012
16971(fset (quote tpu-edt-mode) (quote tpu-edt-on)) 17013(fset (quote tpu-edt-mode) (quote tpu-edt-on))
@@ -16978,7 +17020,7 @@ Turn on TPU/edt emulation." t nil)
16978;;;*** 17020;;;***
16979 17021
16980;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) 17022;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins)
16981;;;;;; "tpu-extras" "emulation/tpu-extras.el" (15187 6159)) 17023;;;;;; "tpu-extras" "emulation/tpu-extras.el" (15192 12224))
16982;;; Generated autoloads from emulation/tpu-extras.el 17024;;; Generated autoloads from emulation/tpu-extras.el
16983 17025
16984(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ 17026(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\
@@ -16992,7 +17034,7 @@ Constrain the cursor to the flow of the text." t nil)
16992 17034
16993;;;*** 17035;;;***
16994 17036
16995;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (15293 33678)) 17037;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (15293 42342))
16996;;; Generated autoloads from emacs-lisp/tq.el 17038;;; Generated autoloads from emacs-lisp/tq.el
16997 17039
16998(autoload (quote tq-create) "tq" "\ 17040(autoload (quote tq-create) "tq" "\
@@ -17030,7 +17072,7 @@ the window or buffer configuration at all." t nil)
17030;;;*** 17072;;;***
17031 17073
17032;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 17074;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
17033;;;;;; "textmodes/two-column.el" (15215 36988)) 17075;;;;;; "textmodes/two-column.el" (15223 37897))
17034;;; Generated autoloads from textmodes/two-column.el 17076;;; Generated autoloads from textmodes/two-column.el
17035 (autoload '2C-command "two-column" () t 'keymap) 17077 (autoload '2C-command "two-column" () t 'keymap)
17036 (global-set-key "\C-x6" '2C-command) 17078 (global-set-key "\C-x6" '2C-command)
@@ -17221,7 +17263,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
17221;;;*** 17263;;;***
17222 17264
17223;;;### (autoloads (ununderline-region underline-region) "underline" 17265;;;### (autoloads (ununderline-region underline-region) "underline"
17224;;;;;; "textmodes/underline.el" (15186 41426)) 17266;;;;;; "textmodes/underline.el" (15192 12249))
17225;;; Generated autoloads from textmodes/underline.el 17267;;; Generated autoloads from textmodes/underline.el
17226 17268
17227(autoload (quote underline-region) "underline" "\ 17269(autoload (quote underline-region) "underline" "\
@@ -17253,7 +17295,7 @@ following the containing message." t nil)
17253;;;*** 17295;;;***
17254 17296
17255;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 17297;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
17256;;;;;; (15215 36988)) 17298;;;;;; (15223 37897))
17257;;; Generated autoloads from mail/unrmail.el 17299;;; Generated autoloads from mail/unrmail.el
17258 17300
17259(autoload (quote batch-unrmail) "unrmail" "\ 17301(autoload (quote batch-unrmail) "unrmail" "\
@@ -17294,7 +17336,7 @@ The buffer in question is current when this function is called." nil nil)
17294;;;*** 17336;;;***
17295 17337
17296;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external) 17338;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external)
17297;;;;;; "uudecode" "gnus/uudecode.el" (15186 41421)) 17339;;;;;; "uudecode" "gnus/uudecode.el" (15192 12231))
17298;;; Generated autoloads from gnus/uudecode.el 17340;;; Generated autoloads from gnus/uudecode.el
17299 17341
17300(autoload (quote uudecode-decode-region-external) "uudecode" "\ 17342(autoload (quote uudecode-decode-region-external) "uudecode" "\
@@ -17314,7 +17356,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil)
17314;;;;;; vc-resolve-conflicts vc-merge vc-insert-headers vc-version-other-window 17356;;;;;; vc-resolve-conflicts vc-merge vc-insert-headers vc-version-other-window
17315;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file 17357;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
17316;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) 17358;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook)
17317;;;;;; "vc" "vc.el" (15280 15313)) 17359;;;;;; "vc" "vc.el" (15281 51219))
17318;;; Generated autoloads from vc.el 17360;;; Generated autoloads from vc.el
17319 17361
17320(defvar vc-checkout-hook nil "\ 17362(defvar vc-checkout-hook nil "\
@@ -17536,7 +17578,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
17536 17578
17537;;;*** 17579;;;***
17538 17580
17539;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15244 40663)) 17581;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15244 62593))
17540;;; Generated autoloads from vc-cvs.el 17582;;; Generated autoloads from vc-cvs.el
17541 (defun vc-cvs-registered (f) 17583 (defun vc-cvs-registered (f)
17542 (when (file-readable-p (expand-file-name 17584 (when (file-readable-p (expand-file-name
@@ -17547,7 +17589,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
17547;;;*** 17589;;;***
17548 17590
17549;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 17591;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
17550;;;;;; (15244 40663)) 17592;;;;;; (15244 62593))
17551;;; Generated autoloads from vc-rcs.el 17593;;; Generated autoloads from vc-rcs.el
17552 17594
17553(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 17595(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -17559,7 +17601,7 @@ For a description of possible values, see `vc-check-master-templates'.")
17559;;;*** 17601;;;***
17560 17602
17561;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 17603;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
17562;;;;;; (15244 40663)) 17604;;;;;; (15244 62593))
17563;;; Generated autoloads from vc-sccs.el 17605;;; Generated autoloads from vc-sccs.el
17564 17606
17565(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 17607(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -17851,7 +17893,7 @@ Key bindings:
17851 17893
17852;;;*** 17894;;;***
17853 17895
17854;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (15187 6159)) 17896;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (15192 12224))
17855;;; Generated autoloads from emulation/vi.el 17897;;; Generated autoloads from emulation/vi.el
17856 17898
17857(autoload (quote vi-mode) "vi" "\ 17899(autoload (quote vi-mode) "vi" "\
@@ -17904,7 +17946,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs." t nil)
17904;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 17946;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
17905;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 17947;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
17906;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 17948;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
17907;;;;;; "language/viet-util.el" (15186 41422)) 17949;;;;;; "language/viet-util.el" (15192 12234))
17908;;; Generated autoloads from language/viet-util.el 17950;;; Generated autoloads from language/viet-util.el
17909 17951
17910(autoload (quote viet-encode-viscii-char) "viet-util" "\ 17952(autoload (quote viet-encode-viscii-char) "viet-util" "\
@@ -17934,8 +17976,8 @@ Convert Vietnamese characaters of the current buffer to `VIQR' mnemonics." t nil
17934 17976
17935;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame 17977;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
17936;;;;;; view-buffer-other-window view-buffer view-file-other-frame 17978;;;;;; view-buffer-other-window view-buffer view-file-other-frame
17937;;;;;; view-file-other-window view-file) "view" "view.el" (15252 17979;;;;;; view-file-other-window view-file) "view" "view.el" (15254
17938;;;;;; 52591)) 17980;;;;;; 8041))
17939;;; Generated autoloads from view.el 17981;;; Generated autoloads from view.el
17940 17982
17941(defvar view-mode nil "\ 17983(defvar view-mode nil "\
@@ -18122,7 +18164,7 @@ Exit View mode and make the current buffer editable." t nil)
18122 18164
18123;;;*** 18165;;;***
18124 18166
18125;;;### (autoloads (vip-mode) "vip" "emulation/vip.el" (15187 6159)) 18167;;;### (autoloads (vip-mode) "vip" "emulation/vip.el" (15192 12224))
18126;;; Generated autoloads from emulation/vip.el 18168;;; Generated autoloads from emulation/vip.el
18127 18169
18128(autoload (quote vip-mode) "vip" "\ 18170(autoload (quote vip-mode) "vip" "\
@@ -18131,7 +18173,7 @@ Turn on VIP emulation of VI." t nil)
18131;;;*** 18173;;;***
18132 18174
18133;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 18175;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
18134;;;;;; (15260 30414)) 18176;;;;;; (15260 46307))
18135;;; Generated autoloads from emulation/viper.el 18177;;; Generated autoloads from emulation/viper.el
18136 18178
18137(autoload (quote toggle-viper-mode) "viper" "\ 18179(autoload (quote toggle-viper-mode) "viper" "\
@@ -18143,7 +18185,7 @@ Turn on Viper emulation of Vi." t nil)
18143 18185
18144;;;*** 18186;;;***
18145 18187
18146;;;### (autoloads (webjump) "webjump" "net/webjump.el" (15187 6159)) 18188;;;### (autoloads (webjump) "webjump" "net/webjump.el" (15192 12237))
18147;;; Generated autoloads from net/webjump.el 18189;;; Generated autoloads from net/webjump.el
18148 18190
18149(autoload (quote webjump) "webjump" "\ 18191(autoload (quote webjump) "webjump" "\
@@ -18158,7 +18200,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
18158;;;*** 18200;;;***
18159 18201
18160;;;### (autoloads (which-function-mode) "which-func" "which-func.el" 18202;;;### (autoloads (which-function-mode) "which-func" "which-func.el"
18161;;;;;; (15187 6159)) 18203;;;;;; (15192 12219))
18162;;; Generated autoloads from which-func.el 18204;;; Generated autoloads from which-func.el
18163 18205
18164(defalias (quote which-func-mode) (quote which-function-mode)) 18206(defalias (quote which-func-mode) (quote which-function-mode))
@@ -18188,7 +18230,7 @@ and off otherwise." t nil)
18188;;;;;; whitespace-cleanup whitespace-region whitespace-buffer whitespace-toggle-ateol-check 18230;;;;;; whitespace-cleanup whitespace-region whitespace-buffer whitespace-toggle-ateol-check
18189;;;;;; whitespace-toggle-spacetab-check whitespace-toggle-indent-check 18231;;;;;; whitespace-toggle-spacetab-check whitespace-toggle-indent-check
18190;;;;;; whitespace-toggle-trailing-check whitespace-toggle-leading-check) 18232;;;;;; whitespace-toggle-trailing-check whitespace-toggle-leading-check)
18191;;;;;; "whitespace" "whitespace.el" (15234 1650)) 18233;;;;;; "whitespace" "whitespace.el" (15234 20126))
18192;;; Generated autoloads from whitespace.el 18234;;; Generated autoloads from whitespace.el
18193 18235
18194(autoload (quote whitespace-toggle-leading-check) "whitespace" "\ 18236(autoload (quote whitespace-toggle-leading-check) "whitespace" "\
@@ -18309,7 +18351,7 @@ whitespaces during the process of your editing)." t nil)
18309;;;*** 18351;;;***
18310 18352
18311;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 18353;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
18312;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (15187 6159)) 18354;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (15192 12219))
18313;;; Generated autoloads from wid-browse.el 18355;;; Generated autoloads from wid-browse.el
18314 18356
18315(autoload (quote widget-browse-at) "wid-browse" "\ 18357(autoload (quote widget-browse-at) "wid-browse" "\
@@ -18346,7 +18388,7 @@ Delete WIDGET." nil nil)
18346 18388
18347;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 18389;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
18348;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (15293 18390;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (15293
18349;;;;;; 33677)) 18391;;;;;; 42340))
18350;;; Generated autoloads from windmove.el 18392;;; Generated autoloads from windmove.el
18351 18393
18352(autoload (quote windmove-left) "windmove" "\ 18394(autoload (quote windmove-left) "windmove" "\
@@ -18387,7 +18429,7 @@ Set up default keybindings for `windmove'." t nil)
18387;;;*** 18429;;;***
18388 18430
18389;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 18431;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
18390;;;;;; (15177 40761)) 18432;;;;;; (15185 36001))
18391;;; Generated autoloads from winner.el 18433;;; Generated autoloads from winner.el
18392 18434
18393(defvar winner-mode nil "\ 18435(defvar winner-mode nil "\
@@ -18406,7 +18448,7 @@ With arg, turn Winner mode on if and only if arg is positive." t nil)
18406;;;*** 18448;;;***
18407 18449
18408;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" 18450;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
18409;;;;;; "woman.el" (15187 6159)) 18451;;;;;; "woman.el" (15192 12220))
18410;;; Generated autoloads from woman.el 18452;;; Generated autoloads from woman.el
18411 18453
18412(autoload (quote woman) "woman" "\ 18454(autoload (quote woman) "woman" "\
@@ -18548,7 +18590,7 @@ The key bindings are:
18548;;;*** 18590;;;***
18549 18591
18550;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15199 18592;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15199
18551;;;;;; 1015)) 18593;;;;;; 61891))
18552;;; Generated autoloads from xt-mouse.el 18594;;; Generated autoloads from xt-mouse.el
18553 18595
18554(autoload (quote xterm-mouse-mode) "xt-mouse" "\ 18596(autoload (quote xterm-mouse-mode) "xt-mouse" "\
@@ -18578,7 +18620,7 @@ Zippy goes to the analyst." t nil)
18578 18620
18579;;;*** 18621;;;***
18580 18622
18581;;;### (autoloads (zone) "zone" "play/zone.el" (15210 39100)) 18623;;;### (autoloads (zone) "zone" "play/zone.el" (15210 44097))
18582;;; Generated autoloads from play/zone.el 18624;;; Generated autoloads from play/zone.el
18583 18625
18584(autoload (quote zone) "zone" "\ 18626(autoload (quote zone) "zone" "\
@@ -18587,7 +18629,7 @@ Zone out, completely." t nil)
18587;;;*** 18629;;;***
18588 18630
18589;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" 18631;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode"
18590;;;;;; "net/zone-mode.el" (15187 6159)) 18632;;;;;; "net/zone-mode.el" (15192 12237))
18591;;; Generated autoloads from net/zone-mode.el 18633;;; Generated autoloads from net/zone-mode.el
18592 18634
18593(autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ 18635(autoload (quote zone-mode-update-serial-hook) "zone-mode" "\
@@ -18605,111 +18647,111 @@ Zone-mode does two things:
18605 18647
18606;;;*** 18648;;;***
18607 18649
18608;;;### (autoloads nil nil ("textmodes/text-mode.el" "textmodes/texnfo-upd.el" 18650;;;### (autoloads nil nil ("abbrev.el" "abbrevlist.el" "allout.el"
18609;;;;;; "textmodes/reftex-vars.el" "textmodes/reftex-toc.el" "textmodes/reftex-sel.el" 18651;;;;;; "buff-menu.el" "byte-run.el" "case-table.el" "cdl.el" "cus-dep.el"
18610;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-parse.el" "textmodes/reftex-global.el" 18652;;;;;; "cus-load.el" "cus-start.el" "custom.el" "dos-fns.el" "dos-vars.el"
18611;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-auc.el" "textmodes/refer.el" 18653;;;;;; "dos-w32.el" "ediff-diff.el" "ediff-init.el" "ediff-merg.el"
18612;;;;;; "textmodes/refbib.el" "textmodes/paragraphs.el" "textmodes/page.el" 18654;;;;;; "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" "electric.el"
18613;;;;;; "textmodes/page-ext.el" "textmodes/makeinfo.el" "textmodes/fill.el" 18655;;;;;; "emacs-lock.el" "finder-inf.el" "float-sup.el" "foldout.el"
18614;;;;;; "textmodes/bib-mode.el" "term/xterm.el" "term/x-win.el" "term/wyse50.el" 18656;;;;;; "format.el" "forms-d2.el" "forms-pass.el" "frame.el" "generic-x.el"
18615;;;;;; "term/w32-win.el" "term/vt420.el" "term/vt400.el" "term/vt320.el" 18657;;;;;; "help.el" "indent.el" "kermit.el" "loadup.el" "map-ynp.el"
18616;;;;;; "term/vt300.el" "term/vt240.el" "term/vt220.el" "term/vt201.el" 18658;;;;;; "menu-bar.el" "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el"
18617;;;;;; "term/vt200.el" "term/vt125.el" "term/vt102.el" "term/vt100.el" 18659;;;;;; "patcomp.el" "paths.el" "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el"
18618;;;;;; "term/tvi970.el" "term/tty-colors.el" "term/sup-mouse.el" 18660;;;;;; "regi.el" "register.el" "replace.el" "s-region.el" "saveplace.el"
18619;;;;;; "term/sun.el" "term/sun-mouse.el" "term/pc-win.el" "term/news.el" 18661;;;;;; "scroll-bar.el" "select.el" "simple.el" "soundex.el" "subdirs.el"
18620;;;;;; "term/mac-win.el" "term/lk201.el" "term/linux.el" "term/keyswap.el" 18662;;;;;; "tcp.el" "tempo.el" "timezone.el" "unused.el" "vc-hooks.el"
18621;;;;;; "term/iris-ansi.el" "term/internal.el" "term/bobcat.el" "term/bg-mouse.el" 18663;;;;;; "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el"
18622;;;;;; "term/apollo.el" "term/AT386.el" "progmodes/mantemp.el" "progmodes/idlw-toolbar.el" 18664;;;;;; "vt100-led.el" "w32-fns.el" "widget.el" "window.el" "xml.el"
18623;;;;;; "progmodes/idlw-rinfo.el" "progmodes/ebnf-yac.el" "progmodes/ebnf-otz.el" 18665;;;;;; "xscheme.el" "international/characters.el" "international/iso-ascii.el"
18624;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el" 18666;;;;;; "international/iso-insert.el" "international/iso-swed.el"
18625;;;;;; "progmodes/cc-engine.el" "progmodes/cc-defs.el" "progmodes/cc-compat.el" 18667;;;;;; "international/ja-dic-cnv.el" "international/ja-dic-utl.el"
18626;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-bytecomp.el" "progmodes/cc-align.el" 18668;;;;;; "international/latin-1.el" "international/latin-2.el" "international/latin-3.el"
18627;;;;;; "progmodes/ada-xref.el" "progmodes/ada-prj.el" "play/meese.el" 18669;;;;;; "international/latin-4.el" "international/latin-5.el" "international/latin-8.el"
18628;;;;;; "play/gametree.el" "play/gamegrid.el" "obsolete/x-menu.el" 18670;;;;;; "international/latin-9.el" "international/mule-cmds.el" "international/mule-conf.el"
18629;;;;;; "obsolete/x-apollo.el" "obsolete/uncompress.el" "obsolete/sun-fns.el" 18671;;;;;; "international/mule.el" "international/ogonek.el" "international/swedish.el"
18630;;;;;; "obsolete/sun-curs.el" "obsolete/sc.el" "obsolete/rnews.el" 18672;;;;;; "international/utf-8.el" "net/eudc-vars.el" "net/eudcb-bbdb.el"
18631;;;;;; "obsolete/profile.el" "obsolete/ooutline.el" "obsolete/hilit19.el" 18673;;;;;; "net/eudcb-ldap.el" "net/eudcb-ph.el" "net/ldap.el" "calendar/cal-china.el"
18632;;;;;; "obsolete/cplus-md.el" "obsolete/c-mode.el" "mail/vms-pmail.el" 18674;;;;;; "calendar/cal-coptic.el" "calendar/cal-french.el" "calendar/cal-islam.el"
18633;;;;;; "mail/uce.el" "mail/rfc822.el" "mail/rfc2368.el" "mail/mspools.el" 18675;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-mayan.el"
18634;;;;;; "mail/mh-seq.el" "mail/mh-pick.el" "mail/mh-funcs.el" "mail/mailpost.el" 18676;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el"
18635;;;;;; "mail/mailheader.el" "mail/blessmail.el" "language/vietnamese.el" 18677;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "emacs-lisp/assoc.el"
18636;;;;;; "language/tibetan.el" "language/thai.el" "language/slovak.el" 18678;;;;;; "emacs-lisp/authors.el" "emacs-lisp/byte-opt.el" "emacs-lisp/cl-compat.el"
18637;;;;;; "language/romanian.el" "language/misc-lang.el" "language/lao.el" 18679;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el"
18638;;;;;; "language/korean.el" "language/japanese.el" "language/indian.el" 18680;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/ewoc.el" "emacs-lisp/find-gc.el"
18639;;;;;; "language/hebrew.el" "language/greek.el" "language/european.el" 18681;;;;;; "emacs-lisp/float.el" "emacs-lisp/gulp.el" "emacs-lisp/levents.el"
18640;;;;;; "language/ethiopic.el" "language/english.el" "language/devanagari.el" 18682;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" "emacs-lisp/lucid.el"
18641;;;;;; "language/czech.el" "language/cyrillic.el" "language/chinese.el" 18683;;;;;; "emacs-lisp/sregex.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el"
18642;;;;;; "gnus/webmail.el" "gnus/utf7.el" "gnus/starttls.el" "gnus/rfc2231.el" 18684;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/mlsupport.el"
18643;;;;;; "gnus/rfc2104.el" "gnus/rfc2047.el" "gnus/rfc2045.el" "gnus/rfc1843.el" 18685;;;;;; "emulation/tpu-mapper.el" "emulation/viper-cmd.el" "emulation/viper-ex.el"
18644;;;;;; "gnus/qp.el" "gnus/pop3.el" "gnus/parse-time.el" "gnus/nnweb.el" 18686;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el"
18645;;;;;; "gnus/nnwarchive.el" "gnus/nnvirtual.el" "gnus/nnultimate.el" 18687;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "eshell/em-alias.el"
18646;;;;;; "gnus/nntp.el" "gnus/nnspool.el" "gnus/nnslashdot.el" "gnus/nnoo.el" 18688;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el"
18647;;;;;; "gnus/nnmh.el" "gnus/nnmbox.el" "gnus/nnmail.el" "gnus/nnlistserv.el" 18689;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el"
18648;;;;;; "gnus/nnimap.el" "gnus/nnheader.el" "gnus/nngateway.el" "gnus/nneething.el" 18690;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el"
18649;;;;;; "gnus/nndraft.el" "gnus/nndir.el" "gnus/nnbabyl.el" "gnus/nnagent.el" 18691;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el"
18650;;;;;; "gnus/mml.el" "gnus/mm-view.el" "gnus/mm-util.el" "gnus/mm-encode.el" 18692;;;;;; "eshell/em-term.el" "eshell/em-unix.el" "eshell/em-xtra.el"
18651;;;;;; "gnus/mm-decode.el" "gnus/mm-bodies.el" "gnus/messcompat.el" 18693;;;;;; "eshell/esh-arg.el" "eshell/esh-cmd.el" "eshell/esh-ext.el"
18652;;;;;; "gnus/mailcap.el" "gnus/mail-source.el" "gnus/mail-prsvr.el" 18694;;;;;; "eshell/esh-groups.el" "eshell/esh-io.el" "eshell/esh-maint.el"
18653;;;;;; "gnus/mail-parse.el" "gnus/imap.el" "gnus/ietf-drums.el" 18695;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el"
18654;;;;;; "gnus/gnus-vm.el" "gnus/gnus-uu.el" "gnus/gnus-util.el" "gnus/gnus-undo.el" 18696;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "gnus/flow-fill.el"
18655;;;;;; "gnus/gnus-topic.el" "gnus/gnus-sum.el" "gnus/gnus-srvr.el" 18697;;;;;; "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el"
18656;;;;;; "gnus/gnus-setup.el" "gnus/gnus-score.el" "gnus/gnus-salt.el" 18698;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el"
18657;;;;;; "gnus/gnus-range.el" "gnus/gnus-nocem.el" "gnus/gnus-mh.el" 18699;;;;;; "gnus/gnus-draft.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el"
18658;;;;;; "gnus/gnus-logic.el" "gnus/gnus-int.el" "gnus/gnus-gl.el" 18700;;;;;; "gnus/gnus-ems.el" "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el"
18659;;;;;; "gnus/gnus-ems.el" "gnus/gnus-eform.el" "gnus/gnus-dup.el" 18701;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el"
18660;;;;;; "gnus/gnus-draft.el" "gnus/gnus-demon.el" "gnus/gnus-cus.el" 18702;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el"
18661;;;;;; "gnus/gnus-cite.el" "gnus/gnus-bcklg.el" "gnus/gnus-async.el" 18703;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el"
18662;;;;;; "gnus/format-spec.el" "gnus/flow-fill.el" "eshell/esh-var.el" 18704;;;;;; "gnus/gnus-undo.el" "gnus/gnus-util.el" "gnus/gnus-uu.el"
18663;;;;;; "eshell/esh-util.el" "eshell/esh-proc.el" "eshell/esh-opt.el" 18705;;;;;; "gnus/gnus-vm.el" "gnus/ietf-drums.el" "gnus/imap.el" "gnus/mail-parse.el"
18664;;;;;; "eshell/esh-module.el" "eshell/esh-maint.el" "eshell/esh-io.el" 18706;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el"
18665;;;;;; "eshell/esh-groups.el" "eshell/esh-ext.el" "eshell/esh-cmd.el" 18707;;;;;; "gnus/messcompat.el" "gnus/mm-bodies.el" "gnus/mm-decode.el"
18666;;;;;; "eshell/esh-arg.el" "eshell/em-xtra.el" "eshell/em-unix.el" 18708;;;;;; "gnus/mm-encode.el" "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml.el"
18667;;;;;; "eshell/em-term.el" "eshell/em-smart.el" "eshell/em-script.el" 18709;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el"
18668;;;;;; "eshell/em-rebind.el" "eshell/em-prompt.el" "eshell/em-pred.el" 18710;;;;;; "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el"
18669;;;;;; "eshell/em-ls.el" "eshell/em-hist.el" "eshell/em-glob.el" 18711;;;;;; "gnus/nnimap.el" "gnus/nnlistserv.el" "gnus/nnmail.el" "gnus/nnmbox.el"
18670;;;;;; "eshell/em-dirs.el" "eshell/em-cmpl.el" "eshell/em-basic.el" 18712;;;;;; "gnus/nnmh.el" "gnus/nnoo.el" "gnus/nnslashdot.el" "gnus/nnspool.el"
18671;;;;;; "eshell/em-banner.el" "eshell/em-alias.el" "emulation/viper-util.el" 18713;;;;;; "gnus/nntp.el" "gnus/nnultimate.el" "gnus/nnvirtual.el" "gnus/nnwarchive.el"
18672;;;;;; "emulation/viper-mous.el" "emulation/viper-macs.el" "emulation/viper-keym.el" 18714;;;;;; "gnus/nnweb.el" "gnus/parse-time.el" "gnus/pop3.el" "gnus/qp.el"
18673;;;;;; "emulation/viper-init.el" "emulation/viper-ex.el" "emulation/viper-cmd.el" 18715;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el"
18674;;;;;; "emulation/tpu-mapper.el" "emulation/mlsupport.el" "emulation/edt-vt100.el" 18716;;;;;; "gnus/rfc2231.el" "gnus/starttls.el" "gnus/utf7.el" "gnus/webmail.el"
18675;;;;;; "emulation/edt-pc.el" "emulation/edt-mapper.el" "emulation/edt-lk201.el" 18717;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el"
18676;;;;;; "emacs-lisp/sregex.el" "emacs-lisp/lucid.el" "emacs-lisp/lselect.el" 18718;;;;;; "language/devanagari.el" "language/english.el" "language/ethiopic.el"
18677;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/lisp.el" "emacs-lisp/lisp-mode.el" 18719;;;;;; "language/european.el" "language/greek.el" "language/hebrew.el"
18678;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/levents.el" "emacs-lisp/gulp.el" 18720;;;;;; "language/indian.el" "language/japanese.el" "language/korean.el"
18679;;;;;; "emacs-lisp/float.el" "emacs-lisp/find-gc.el" "emacs-lisp/ewoc.el" 18721;;;;;; "language/lao.el" "language/misc-lang.el" "language/romanian.el"
18680;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cl-seq.el" 18722;;;;;; "language/slovak.el" "language/thai.el" "language/tibetan.el"
18681;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-compat.el" 18723;;;;;; "language/vietnamese.el" "mail/blessmail.el" "mail/mailheader.el"
18682;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/authors.el" "emacs-lisp/assoc.el" 18724;;;;;; "mail/mailpost.el" "mail/mh-funcs.el" "mail/mh-pick.el" "mail/mh-seq.el"
18683;;;;;; "calendar/cal-x.el" "calendar/cal-tex.el" "calendar/cal-persia.el" 18725;;;;;; "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" "mail/uce.el"
18684;;;;;; "calendar/cal-move.el" "calendar/cal-menu.el" "calendar/cal-mayan.el" 18726;;;;;; "mail/vms-pmail.el" "obsolete/c-mode.el" "obsolete/cplus-md.el"
18685;;;;;; "calendar/cal-julian.el" "calendar/cal-iso.el" "calendar/cal-islam.el" 18727;;;;;; "obsolete/hilit19.el" "obsolete/ooutline.el" "obsolete/profile.el"
18686;;;;;; "calendar/cal-french.el" "calendar/cal-coptic.el" "calendar/cal-china.el" 18728;;;;;; "obsolete/rnews.el" "obsolete/sc.el" "obsolete/sun-curs.el"
18687;;;;;; "net/ldap.el" "net/eudcb-ph.el" "net/eudcb-ldap.el" "net/eudcb-bbdb.el" 18729;;;;;; "obsolete/sun-fns.el" "obsolete/uncompress.el" "obsolete/x-apollo.el"
18688;;;;;; "net/eudc-vars.el" "international/utf-8.el" "international/swedish.el" 18730;;;;;; "obsolete/x-menu.el" "play/gamegrid.el" "play/gametree.el"
18689;;;;;; "international/ogonek.el" "international/mule.el" "international/mule-conf.el" 18731;;;;;; "play/meese.el" "progmodes/ada-prj.el" "progmodes/ada-xref.el"
18690;;;;;; "international/mule-cmds.el" "international/latin-9.el" "international/latin-8.el" 18732;;;;;; "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el"
18691;;;;;; "international/latin-5.el" "international/latin-4.el" "international/latin-3.el" 18733;;;;;; "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-engine.el"
18692;;;;;; "international/latin-2.el" "international/latin-1.el" "international/ja-dic-utl.el" 18734;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el"
18693;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el" 18735;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el"
18694;;;;;; "international/iso-insert.el" "international/iso-ascii.el" 18736;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "term/AT386.el"
18695;;;;;; "international/characters.el" "xscheme.el" "xml.el" "window.el" 18737;;;;;; "term/apollo.el" "term/bg-mouse.el" "term/bobcat.el" "term/internal.el"
18696;;;;;; "widget.el" "w32-fns.el" "vt100-led.el" "vt-control.el" "vmsproc.el" 18738;;;;;; "term/iris-ansi.el" "term/keyswap.el" "term/linux.el" "term/lk201.el"
18697;;;;;; "vms-patch.el" "version.el" "vcursor.el" "vc-hooks.el" "unused.el" 18739;;;;;; "term/mac-win.el" "term/news.el" "term/pc-win.el" "term/sun-mouse.el"
18698;;;;;; "uniquify.el" "timezone.el" "tempo.el" "tcp.el" "subr.el" 18740;;;;;; "term/sun.el" "term/sup-mouse.el" "term/tty-colors.el" "term/tvi970.el"
18699;;;;;; "subdirs.el" "startup.el" "soundex.el" "simple.el" "select.el" 18741;;;;;; "term/vt100.el" "term/vt102.el" "term/vt125.el" "term/vt200.el"
18700;;;;;; "scroll-bar.el" "saveplace.el" "s-region.el" "replace.el" 18742;;;;;; "term/vt201.el" "term/vt220.el" "term/vt240.el" "term/vt300.el"
18701;;;;;; "register.el" "regi.el" "pcvs-util.el" "pcvs-parse.el" "pcvs-info.el" 18743;;;;;; "term/vt320.el" "term/vt400.el" "term/vt420.el" "term/w32-win.el"
18702;;;;;; "paths.el" "patcomp.el" "mouse.el" "mouse-drag.el" "mouse-copy.el" 18744;;;;;; "term/wyse50.el" "term/x-win.el" "term/xterm.el" "textmodes/bib-mode.el"
18703;;;;;; "misc.el" "menu-bar.el" "map-ynp.el" "loadup.el" "kermit.el" 18745;;;;;; "textmodes/fill.el" "textmodes/makeinfo.el" "textmodes/page-ext.el"
18704;;;;;; "isearch.el" "indent.el" "help.el" "generic-x.el" "frame.el" 18746;;;;;; "textmodes/page.el" "textmodes/paragraphs.el" "textmodes/refbib.el"
18705;;;;;; "forms-pass.el" "forms-d2.el" "format.el" "foldout.el" "float-sup.el" 18747;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el"
18706;;;;;; "finder-inf.el" "files.el" "faces.el" "env.el" "emacs-lock.el" 18748;;;;;; "textmodes/reftex-global.el" "textmodes/reftex-parse.el"
18707;;;;;; "electric.el" "ediff-wind.el" "ediff-vers.el" "ediff-ptch.el" 18749;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el"
18708;;;;;; "ediff-merg.el" "ediff-init.el" "ediff-diff.el" "dos-w32.el" 18750;;;;;; "textmodes/reftex-vars.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el"
18709;;;;;; "dos-vars.el" "dos-fns.el" "custom.el" "cus-start.el" "cus-load.el" 18751;;;;;; "bindings.el" "env.el" "faces.el" "files.el" "isearch.el"
18710;;;;;; "cus-dep.el" "cdl.el" "case-table.el" "byte-run.el" "buff-menu.el" 18752;;;;;; "startup.el" "subr.el" "uniquify.el" "emacs-lisp/cl-macs.el"
18711;;;;;; "allout.el" "abbrevlist.el" "abbrev.el" "bindings.el") (15293 18753;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" "emacs-lisp/lselect.el")
18712;;;;;; 34415 828265)) 18754;;;;;; (15293 48433 582017))
18713 18755
18714;;;*** 18756;;;***
18715 18757