aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2007-08-07 13:21:03 +0000
committerAndreas Schwab2007-08-07 13:21:03 +0000
commit61d032dfd91b811d59acd7605ac02758be97e912 (patch)
tree694742518518fc1f30ad28286fc42f344f9e9042
parent2ca773ca40d2c1896757e6382aefff6d9de1c5cc (diff)
downloademacs-61d032dfd91b811d59acd7605ac02758be97e912.tar.gz
emacs-61d032dfd91b811d59acd7605ac02758be97e912.zip
Regenerate.
-rw-r--r--lisp/ldefs-boot.el2061
1 files changed, 1101 insertions, 960 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 98a856a2987..20fec312539 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.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" (17994 6715)) 7;;;;;; "play/5x5.el" (18104 24760))
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" "\
@@ -63,14 +63,14 @@ should return a grid vector array that is the new solution.
63 63
64;;;*** 64;;;***
65 65
66;;;### (autoloads nil "abbrev" "abbrev.el" (17994 6715)) 66;;;### (autoloads nil "abbrev" "abbrev.el" (18104 24730))
67;;; Generated autoloads from abbrev.el 67;;; Generated autoloads from abbrev.el
68(put 'abbrev-mode 'safe-local-variable 'booleanp) 68(put 'abbrev-mode 'safe-local-variable 'booleanp)
69 69
70;;;*** 70;;;***
71 71
72;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el" 72;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el"
73;;;;;; (17994 6715)) 73;;;;;; (18104 24730))
74;;; Generated autoloads from abbrevlist.el 74;;; Generated autoloads from abbrevlist.el
75 75
76(autoload (quote list-one-abbrev-table) "abbrevlist" "\ 76(autoload (quote list-one-abbrev-table) "abbrevlist" "\
@@ -81,7 +81,7 @@ Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER.
81;;;*** 81;;;***
82 82
83;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 83;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
84;;;;;; (17994 6715)) 84;;;;;; (18104 24762))
85;;; Generated autoloads from progmodes/ada-mode.el 85;;; Generated autoloads from progmodes/ada-mode.el
86 86
87(autoload (quote ada-add-extensions) "ada-mode" "\ 87(autoload (quote ada-add-extensions) "ada-mode" "\
@@ -142,7 +142,7 @@ If you use ada-xref.el:
142;;;*** 142;;;***
143 143
144;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 144;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
145;;;;;; (17994 6715)) 145;;;;;; (18104 24762))
146;;; Generated autoloads from progmodes/ada-stmt.el 146;;; Generated autoloads from progmodes/ada-stmt.el
147 147
148(autoload (quote ada-header) "ada-stmt" "\ 148(autoload (quote ada-header) "ada-stmt" "\
@@ -153,7 +153,7 @@ Insert a descriptive header at the top of the file.
153;;;*** 153;;;***
154 154
155;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 155;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
156;;;;;; (17994 6715)) 156;;;;;; (18104 24762))
157;;; Generated autoloads from progmodes/ada-xref.el 157;;; Generated autoloads from progmodes/ada-xref.el
158 158
159(autoload (quote ada-find-file) "ada-xref" "\ 159(autoload (quote ada-find-file) "ada-xref" "\
@@ -164,22 +164,22 @@ Completion is available.
164 164
165;;;*** 165;;;***
166 166
167;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun 167;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode
168;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry 168;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
169;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address 169;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name
170;;;;;; add-log-full-name add-log-current-defun-function) "add-log" 170;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (18104
171;;;;;; "add-log.el" (17994 6715)) 171;;;;;; 24730))
172;;; Generated autoloads from add-log.el 172;;; Generated autoloads from add-log.el
173 173
174(defvar add-log-current-defun-function nil "\ 174(defvar add-log-current-defun-function nil "\
175*If non-nil, function to guess name of surrounding function. 175If non-nil, function to guess name of surrounding function.
176It is used by `add-log-current-defun' in preference to built-in rules. 176It is used by `add-log-current-defun' in preference to built-in rules.
177Returns function's name as a string, or nil if outside a function.") 177Returns function's name as a string, or nil if outside a function.")
178 178
179(custom-autoload (quote add-log-current-defun-function) "add-log" t) 179(custom-autoload (quote add-log-current-defun-function) "add-log" t)
180 180
181(defvar add-log-full-name nil "\ 181(defvar add-log-full-name nil "\
182*Full name of user, for inclusion in ChangeLog daily headers. 182Full name of user, for inclusion in ChangeLog daily headers.
183This defaults to the value returned by the function `user-full-name'.") 183This defaults to the value returned by the function `user-full-name'.")
184 184
185(custom-autoload (quote add-log-full-name) "add-log" t) 185(custom-autoload (quote add-log-full-name) "add-log" t)
@@ -267,7 +267,7 @@ Runs `change-log-mode-hook'.
267(defvar add-log-c-like-modes (quote (c-mode c++-mode c++-c-mode objc-mode)) "\ 267(defvar add-log-c-like-modes (quote (c-mode c++-mode c++-c-mode objc-mode)) "\
268*Modes that look like C to `add-log-current-defun'.") 268*Modes that look like C to `add-log-current-defun'.")
269 269
270(defvar add-log-tex-like-modes (quote (TeX-mode plain-TeX-mode LaTeX-mode plain-tex-mode latex-mode)) "\ 270(defvar add-log-tex-like-modes (quote (TeX-mode plain-TeX-mode LaTeX-mode tex-mode)) "\
271*Modes that look like TeX to `add-log-current-defun'.") 271*Modes that look like TeX to `add-log-current-defun'.")
272 272
273(autoload (quote add-log-current-defun) "add-log" "\ 273(autoload (quote add-log-current-defun) "add-log" "\
@@ -297,16 +297,11 @@ old-style time formats for entries are supported.
297 297
298\(fn OTHER-LOG)" t nil) 298\(fn OTHER-LOG)" t nil)
299 299
300(autoload (quote change-log-redate) "add-log" "\
301Fix any old-style date entries in the current log file to default format.
302
303\(fn)" t nil)
304
305;;;*** 300;;;***
306 301
307;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice 302;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
308;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) 303;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
309;;;;;; "advice" "emacs-lisp/advice.el" (17994 6740)) 304;;;;;; "advice" "emacs-lisp/advice.el" (18104 24745))
310;;; Generated autoloads from emacs-lisp/advice.el 305;;; Generated autoloads from emacs-lisp/advice.el
311 306
312(defvar ad-redefinition-action (quote warn) "\ 307(defvar ad-redefinition-action (quote warn) "\
@@ -383,7 +378,7 @@ The syntax of `defadvice' is as follows:
383 378
384 (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...) 379 (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
385 [DOCSTRING] [INTERACTIVE-FORM] 380 [DOCSTRING] [INTERACTIVE-FORM]
386 BODY... ) 381 BODY...)
387 382
388FUNCTION ::= Name of the function to be advised. 383FUNCTION ::= Name of the function to be advised.
389CLASS ::= `before' | `around' | `after' | `activation' | `deactivation'. 384CLASS ::= `before' | `around' | `after' | `activation' | `deactivation'.
@@ -434,7 +429,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation.
434 429
435;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 430;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
436;;;;;; align-highlight-rule align-current align-entire align-regexp 431;;;;;; align-highlight-rule align-current align-entire align-regexp
437;;;;;; align) "align" "align.el" (17994 6715)) 432;;;;;; align) "align" "align.el" (18104 24730))
438;;; Generated autoloads from align.el 433;;; Generated autoloads from align.el
439 434
440(autoload (quote align) "align" "\ 435(autoload (quote align) "align" "\
@@ -524,7 +519,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
524;;;*** 519;;;***
525 520
526;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" 521;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el"
527;;;;;; (17994 6715)) 522;;;;;; (18104 24730))
528;;; Generated autoloads from allout.el 523;;; Generated autoloads from allout.el
529 524
530(put (quote allout-show-bodies) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil))))))) 525(put (quote allout-show-bodies) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil)))))))
@@ -830,7 +825,7 @@ setup for auto-startup.
830;;;*** 825;;;***
831 826
832;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 827;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
833;;;;;; "net/ange-ftp.el" (17994 6715)) 828;;;;;; "net/ange-ftp.el" (18104 24759))
834;;; Generated autoloads from net/ange-ftp.el 829;;; Generated autoloads from net/ange-ftp.el
835 830
836(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) 831(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))
@@ -852,7 +847,7 @@ Not documented
852;;;*** 847;;;***
853 848
854;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 849;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
855;;;;;; "animate" "play/animate.el" (17994 6715)) 850;;;;;; "animate" "play/animate.el" (18104 24760))
856;;; Generated autoloads from play/animate.el 851;;; Generated autoloads from play/animate.el
857 852
858(autoload (quote animate-string) "animate" "\ 853(autoload (quote animate-string) "animate" "\
@@ -880,7 +875,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\".
880;;;*** 875;;;***
881 876
882;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 877;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
883;;;;;; "ansi-color" "ansi-color.el" (17994 6715)) 878;;;;;; "ansi-color" "ansi-color.el" (18104 24730))
884;;; Generated autoloads from ansi-color.el 879;;; Generated autoloads from ansi-color.el
885 880
886(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ 881(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\
@@ -906,7 +901,7 @@ This is a good function to put in `comint-output-filter-functions'.
906;;;*** 901;;;***
907 902
908;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 903;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
909;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (17833 42928)) 904;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (18104 24763))
910;;; Generated autoloads from progmodes/antlr-mode.el 905;;; Generated autoloads from progmodes/antlr-mode.el
911 906
912(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ 907(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\
@@ -945,7 +940,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
945;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add 940;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add
946;;;;;; appt-display-diary appt-display-duration appt-display-mode-line 941;;;;;; appt-display-diary appt-display-duration appt-display-mode-line
947;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time 942;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time
948;;;;;; appt-issue-message) "appt" "calendar/appt.el" (17952 17513)) 943;;;;;; appt-issue-message) "appt" "calendar/appt.el" (18104 24745))
949;;; Generated autoloads from calendar/appt.el 944;;; Generated autoloads from calendar/appt.el
950 945
951(defvar appt-issue-message t "\ 946(defvar appt-issue-message t "\
@@ -1033,7 +1028,7 @@ ARG is positive, otherwise off.
1033 1028
1034;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property 1029;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property
1035;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos" 1030;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos"
1036;;;;;; "apropos.el" (17842 58280)) 1031;;;;;; "apropos.el" (18104 24730))
1037;;; Generated autoloads from apropos.el 1032;;; Generated autoloads from apropos.el
1038 1033
1039(autoload (quote apropos-read-pattern) "apropos" "\ 1034(autoload (quote apropos-read-pattern) "apropos" "\
@@ -1129,8 +1124,8 @@ Returns list of symbols and documentation found.
1129 1124
1130;;;*** 1125;;;***
1131 1126
1132;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17960 1127;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (18104
1133;;;;;; 49045)) 1128;;;;;; 24730))
1134;;; Generated autoloads from arc-mode.el 1129;;; Generated autoloads from arc-mode.el
1135 1130
1136(autoload (quote archive-mode) "arc-mode" "\ 1131(autoload (quote archive-mode) "arc-mode" "\
@@ -1150,7 +1145,7 @@ archive.
1150 1145
1151;;;*** 1146;;;***
1152 1147
1153;;;### (autoloads (array-mode) "array" "array.el" (17842 58280)) 1148;;;### (autoloads (array-mode) "array" "array.el" (18104 24730))
1154;;; Generated autoloads from array.el 1149;;; Generated autoloads from array.el
1155 1150
1156(autoload (quote array-mode) "array" "\ 1151(autoload (quote array-mode) "array" "\
@@ -1221,8 +1216,8 @@ Entering array mode calls the function `array-mode-hook'.
1221 1216
1222;;;*** 1217;;;***
1223 1218
1224;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (17842 1219;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (18104
1225;;;;;; 58277)) 1220;;;;;; 24770))
1226;;; Generated autoloads from textmodes/artist.el 1221;;; Generated autoloads from textmodes/artist.el
1227 1222
1228(autoload (quote artist-mode) "artist" "\ 1223(autoload (quote artist-mode) "artist" "\
@@ -1427,8 +1422,8 @@ Keymap summary
1427 1422
1428;;;*** 1423;;;***
1429 1424
1430;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (17842 1425;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (18104
1431;;;;;; 56333)) 1426;;;;;; 24763))
1432;;; Generated autoloads from progmodes/asm-mode.el 1427;;; Generated autoloads from progmodes/asm-mode.el
1433 1428
1434(autoload (quote asm-mode) "asm-mode" "\ 1429(autoload (quote asm-mode) "asm-mode" "\
@@ -1472,7 +1467,7 @@ This command is obsolete.
1472;;;*** 1467;;;***
1473 1468
1474;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1469;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1475;;;;;; (17842 58280)) 1470;;;;;; (18104 24730))
1476;;; Generated autoloads from autoarg.el 1471;;; Generated autoloads from autoarg.el
1477 1472
1478(defvar autoarg-mode nil "\ 1473(defvar autoarg-mode nil "\
@@ -1526,7 +1521,7 @@ etc. to supply digit arguments.
1526;;;*** 1521;;;***
1527 1522
1528;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1523;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1529;;;;;; (17842 56333)) 1524;;;;;; (18104 24763))
1530;;; Generated autoloads from progmodes/autoconf.el 1525;;; Generated autoloads from progmodes/autoconf.el
1531 1526
1532(autoload (quote autoconf-mode) "autoconf" "\ 1527(autoload (quote autoconf-mode) "autoconf" "\
@@ -1537,7 +1532,7 @@ Major mode for editing Autoconf configure.in files.
1537;;;*** 1532;;;***
1538 1533
1539;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1534;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1540;;;;;; "autoinsert" "autoinsert.el" (17842 58280)) 1535;;;;;; "autoinsert" "autoinsert.el" (18104 24730))
1541;;; Generated autoloads from autoinsert.el 1536;;; Generated autoloads from autoinsert.el
1542 1537
1543(autoload (quote auto-insert) "autoinsert" "\ 1538(autoload (quote auto-insert) "autoinsert" "\
@@ -1576,9 +1571,11 @@ insert a template for the file depending on the mode of the buffer.
1576 1571
1577;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1572;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1578;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1573;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1579;;;;;; (17860 50557)) 1574;;;;;; (18104 24745))
1580;;; Generated autoloads from emacs-lisp/autoload.el 1575;;; Generated autoloads from emacs-lisp/autoload.el
1581 1576
1577(put (quote generated-autoload-file) (quote safe-local-variable) (quote stringp))
1578
1582(autoload (quote update-file-autoloads) "autoload" "\ 1579(autoload (quote update-file-autoloads) "autoload" "\
1583Update the autoloads for FILE in `generated-autoload-file' 1580Update the autoloads for FILE in `generated-autoload-file'
1584\(which FILE might bind in its local variables). 1581\(which FILE might bind in its local variables).
@@ -1611,7 +1608,7 @@ Calls `update-directory-autoloads' on the command line arguments.
1611 1608
1612;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1609;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1613;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1610;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1614;;;;;; "autorevert" "autorevert.el" (17925 15265)) 1611;;;;;; "autorevert" "autorevert.el" (18104 24730))
1615;;; Generated autoloads from autorevert.el 1612;;; Generated autoloads from autorevert.el
1616 1613
1617(autoload (quote auto-revert-mode) "autorevert" "\ 1614(autoload (quote auto-revert-mode) "autorevert" "\
@@ -1680,7 +1677,7 @@ Use `auto-revert-mode' to revert a particular buffer.
1680;;;*** 1677;;;***
1681 1678
1682;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1679;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1683;;;;;; "avoid.el" (17842 58280)) 1680;;;;;; "avoid.el" (18104 24730))
1684;;; Generated autoloads from avoid.el 1681;;; Generated autoloads from avoid.el
1685 1682
1686(defvar mouse-avoidance-mode nil "\ 1683(defvar mouse-avoidance-mode nil "\
@@ -1721,7 +1718,7 @@ definition of \"random distance\".)
1721;;;*** 1718;;;***
1722 1719
1723;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" 1720;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el"
1724;;;;;; (17842 54152)) 1721;;;;;; (18104 24745))
1725;;; Generated autoloads from emacs-lisp/backquote.el 1722;;; Generated autoloads from emacs-lisp/backquote.el
1726 1723
1727(autoload (quote backquote) "backquote" "\ 1724(autoload (quote backquote) "backquote" "\
@@ -1746,7 +1743,7 @@ Vectors work just like lists. Nested backquotes are permitted.
1746;;;*** 1743;;;***
1747 1744
1748;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1745;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1749;;;;;; (17842 58280)) 1746;;;;;; (18104 24730))
1750;;; Generated autoloads from battery.el 1747;;; Generated autoloads from battery.el
1751 (put 'battery-mode-line-string 'risky-local-variable t) 1748 (put 'battery-mode-line-string 'risky-local-variable t)
1752 1749
@@ -1778,7 +1775,7 @@ seconds.
1778;;;*** 1775;;;***
1779 1776
1780;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1777;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1781;;;;;; "benchmark" "emacs-lisp/benchmark.el" (17842 54152)) 1778;;;;;; "benchmark" "emacs-lisp/benchmark.el" (18104 24745))
1782;;; Generated autoloads from emacs-lisp/benchmark.el 1779;;; Generated autoloads from emacs-lisp/benchmark.el
1783 1780
1784(autoload (quote benchmark-run) "benchmark" "\ 1781(autoload (quote benchmark-run) "benchmark" "\
@@ -1810,8 +1807,8 @@ non-interactive use see also `benchmark-run' and
1810 1807
1811;;;*** 1808;;;***
1812 1809
1813;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (17956 1810;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (18104
1814;;;;;; 21270)) 1811;;;;;; 24770))
1815;;; Generated autoloads from textmodes/bibtex.el 1812;;; Generated autoloads from textmodes/bibtex.el
1816 1813
1817(autoload (quote bibtex-mode) "bibtex" "\ 1814(autoload (quote bibtex-mode) "bibtex" "\
@@ -1871,9 +1868,21 @@ if that value is non-nil.
1871 1868
1872;;;*** 1869;;;***
1873 1870
1871;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1872;;;;;; (18104 24770))
1873;;; Generated autoloads from textmodes/bibtex-style.el
1874 (add-to-list 'auto-mode-alist '("\\.bst\\'" . bibtex-style-mode))
1875
1876(autoload (quote bibtex-style-mode) "bibtex-style" "\
1877Major mode for editing BibTeX style files.
1878
1879\(fn)" t nil)
1880
1881;;;***
1882
1874;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1883;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1875;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el" 1884;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el"
1876;;;;;; (17842 54741)) 1885;;;;;; (18104 24750))
1877;;; Generated autoloads from gnus/binhex.el 1886;;; Generated autoloads from gnus/binhex.el
1878 1887
1879(defconst binhex-begin-line "^:...............................................................$") 1888(defconst binhex-begin-line "^:...............................................................$")
@@ -1896,8 +1905,8 @@ Binhex decode region between START and END.
1896 1905
1897;;;*** 1906;;;***
1898 1907
1899;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (17842 1908;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (18104
1900;;;;;; 55395)) 1909;;;;;; 24760))
1901;;; Generated autoloads from play/blackbox.el 1910;;; Generated autoloads from play/blackbox.el
1902 1911
1903(autoload (quote blackbox) "blackbox" "\ 1912(autoload (quote blackbox) "blackbox" "\
@@ -2018,8 +2027,9 @@ a reflection.
2018 2027
2019;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save 2028;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save
2020;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename 2029;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename
2021;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump 2030;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump-other-window
2022;;;;;; bookmark-set) "bookmark" "bookmark.el" (17842 58280)) 2031;;;;;; bookmark-jump bookmark-set) "bookmark" "bookmark.el" (18104
2032;;;;;; 24730))
2023;;; Generated autoloads from bookmark.el 2033;;; Generated autoloads from bookmark.el
2024 (define-key ctl-x-map "rb" 'bookmark-jump) 2034 (define-key ctl-x-map "rb" 'bookmark-jump)
2025 (define-key ctl-x-map "rm" 'bookmark-set) 2035 (define-key ctl-x-map "rm" 'bookmark-set)
@@ -2033,12 +2043,13 @@ key of your choice to `bookmark-map'. All interactive bookmark
2033functions have a binding in this keymap.") 2043functions have a binding in this keymap.")
2034 (define-prefix-command 'bookmark-map) 2044 (define-prefix-command 'bookmark-map)
2035 (define-key bookmark-map "x" 'bookmark-set) 2045 (define-key bookmark-map "x" 'bookmark-set)
2036 (define-key bookmark-map "m" 'bookmark-set) ; "m" for "mark" 2046 (define-key bookmark-map "m" 'bookmark-set) ;"m"ark
2037 (define-key bookmark-map "j" 'bookmark-jump) 2047 (define-key bookmark-map "j" 'bookmark-jump)
2038 (define-key bookmark-map "g" 'bookmark-jump) ; "g" for "go" 2048 (define-key bookmark-map "g" 'bookmark-jump) ;"g"o
2049 (define-key bookmark-map "o" 'bookmark-jump-other-window)
2039 (define-key bookmark-map "i" 'bookmark-insert) 2050 (define-key bookmark-map "i" 'bookmark-insert)
2040 (define-key bookmark-map "e" 'edit-bookmarks) 2051 (define-key bookmark-map "e" 'edit-bookmarks)
2041 (define-key bookmark-map "f" 'bookmark-insert-location) ; "f" for "find" 2052 (define-key bookmark-map "f" 'bookmark-insert-location) ;"f"ind
2042 (define-key bookmark-map "r" 'bookmark-rename) 2053 (define-key bookmark-map "r" 'bookmark-rename)
2043 (define-key bookmark-map "d" 'bookmark-delete) 2054 (define-key bookmark-map "d" 'bookmark-delete)
2044 (define-key bookmark-map "l" 'bookmark-load) 2055 (define-key bookmark-map "l" 'bookmark-load)
@@ -2084,6 +2095,12 @@ of the old one in the permanent bookmark record.
2084 2095
2085\(fn BOOKMARK)" t nil) 2096\(fn BOOKMARK)" t nil)
2086 2097
2098(autoload (quote bookmark-jump-other-window) "bookmark" "\
2099Jump to BOOKMARK (a point in some file) in another window.
2100See `bookmark-jump'.
2101
2102\(fn BOOKMARK)" t nil)
2103
2087(autoload (quote bookmark-relocate) "bookmark" "\ 2104(autoload (quote bookmark-relocate) "bookmark" "\
2088Relocate BOOKMARK to another file (reading file name with minibuffer). 2105Relocate BOOKMARK to another file (reading file name with minibuffer).
2089This makes an already existing bookmark point to that file, instead of 2106This makes an already existing bookmark point to that file, instead of
@@ -2209,7 +2226,7 @@ deletion, or > if it is flagged for displaying.
2209;;;;;; browse-url browse-url-of-region browse-url-of-dired-file 2226;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2210;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point 2227;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point
2211;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function) 2228;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function)
2212;;;;;; "browse-url" "net/browse-url.el" (17842 55218)) 2229;;;;;; "browse-url" "net/browse-url.el" (18104 24759))
2213;;; Generated autoloads from net/browse-url.el 2230;;; Generated autoloads from net/browse-url.el
2214 2231
2215(defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\ 2232(defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\
@@ -2540,8 +2557,8 @@ Default to the URL around or before point.
2540 2557
2541;;;*** 2558;;;***
2542 2559
2543;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (17842 2560;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (18104
2544;;;;;; 55395)) 2561;;;;;; 24760))
2545;;; Generated autoloads from play/bruce.el 2562;;; Generated autoloads from play/bruce.el
2546 2563
2547(autoload (quote bruce) "bruce" "\ 2564(autoload (quote bruce) "bruce" "\
@@ -2557,7 +2574,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2557;;;*** 2574;;;***
2558 2575
2559;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2576;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2560;;;;;; "bs" "bs.el" (17842 58280)) 2577;;;;;; "bs" "bs.el" (18104 24730))
2561;;; Generated autoloads from bs.el 2578;;; Generated autoloads from bs.el
2562 2579
2563(autoload (quote bs-cycle-next) "bs" "\ 2580(autoload (quote bs-cycle-next) "bs" "\
@@ -2598,8 +2615,8 @@ name of buffer configuration.
2598;;;*** 2615;;;***
2599 2616
2600;;;### (autoloads (insert-text-button make-text-button insert-button 2617;;;### (autoloads (insert-text-button make-text-button insert-button
2601;;;;;; make-button define-button-type) "button" "button.el" (17992 2618;;;;;; make-button define-button-type) "button" "button.el" (18104
2602;;;;;; 30877)) 2619;;;;;; 24730))
2603;;; Generated autoloads from button.el 2620;;; Generated autoloads from button.el
2604 2621
2605(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ 2622(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
@@ -2687,7 +2704,7 @@ Also see `make-text-button'.
2687;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2704;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2688;;;;;; compile-defun byte-compile-file byte-recompile-directory 2705;;;;;; compile-defun byte-compile-file byte-recompile-directory
2689;;;;;; byte-force-recompile byte-compile-warnings-safe-p) "bytecomp" 2706;;;;;; byte-force-recompile byte-compile-warnings-safe-p) "bytecomp"
2690;;;;;; "emacs-lisp/bytecomp.el" (17949 41467)) 2707;;;;;; "emacs-lisp/bytecomp.el" (18104 24746))
2691;;; Generated autoloads from emacs-lisp/bytecomp.el 2708;;; Generated autoloads from emacs-lisp/bytecomp.el
2692(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2709(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2693(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2710(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2793,7 +2810,7 @@ and corresponding effects.
2793 2810
2794;;;*** 2811;;;***
2795 2812
2796;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (17956 13479)) 2813;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (18104 24745))
2797;;; Generated autoloads from calendar/cal-dst.el 2814;;; Generated autoloads from calendar/cal-dst.el
2798 2815
2799(put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) 2816(put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t)
@@ -2803,7 +2820,7 @@ and corresponding effects.
2803;;;*** 2820;;;***
2804 2821
2805;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" 2822;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el"
2806;;;;;; (17956 13479)) 2823;;;;;; (18104 24745))
2807;;; Generated autoloads from calendar/cal-hebrew.el 2824;;; Generated autoloads from calendar/cal-hebrew.el
2808 2825
2809(autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ 2826(autoload (quote list-yahrzeit-dates) "cal-hebrew" "\
@@ -2818,7 +2835,7 @@ from the cursor position.
2818;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2835;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2819;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2836;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2820;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" 2837;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el"
2821;;;;;; (17965 11665)) 2838;;;;;; (18104 24745))
2822;;; Generated autoloads from calc/calc.el 2839;;; Generated autoloads from calc/calc.el
2823 2840
2824(defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ 2841(defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\
@@ -2896,8 +2913,8 @@ Not documented
2896 2913
2897;;;*** 2914;;;***
2898 2915
2899;;;### (autoloads (calculator) "calculator" "calculator.el" (17870 2916;;;### (autoloads (calculator) "calculator" "calculator.el" (18104
2900;;;;;; 28179)) 2917;;;;;; 24730))
2901;;; Generated autoloads from calculator.el 2918;;; Generated autoloads from calculator.el
2902 2919
2903(autoload (quote calculator) "calculator" "\ 2920(autoload (quote calculator) "calculator" "\
@@ -2925,7 +2942,7 @@ See the documentation for `calculator-mode' for more information.
2925;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially 2942;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially
2926;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 2943;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2927;;;;;; view-diary-entries-initially calendar-offset) "calendar" 2944;;;;;; view-diary-entries-initially calendar-offset) "calendar"
2928;;;;;; "calendar/calendar.el" (17956 13479)) 2945;;;;;; "calendar/calendar.el" (18104 24745))
2929;;; Generated autoloads from calendar/calendar.el 2946;;; Generated autoloads from calendar/calendar.el
2930 2947
2931(defvar calendar-offset 0 "\ 2948(defvar calendar-offset 0 "\
@@ -3498,7 +3515,7 @@ movement commands will not work correctly.")
3498;;;*** 3515;;;***
3499 3516
3500;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 3517;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
3501;;;;;; "gnus/canlock.el" (17842 54741)) 3518;;;;;; "gnus/canlock.el" (18104 24750))
3502;;; Generated autoloads from gnus/canlock.el 3519;;; Generated autoloads from gnus/canlock.el
3503 3520
3504(autoload (quote canlock-insert-header) "canlock" "\ 3521(autoload (quote canlock-insert-header) "canlock" "\
@@ -3515,15 +3532,15 @@ it fails.
3515 3532
3516;;;*** 3533;;;***
3517 3534
3518;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (17842 3535;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (18104
3519;;;;;; 56333)) 3536;;;;;; 24763))
3520;;; Generated autoloads from progmodes/cc-compat.el 3537;;; Generated autoloads from progmodes/cc-compat.el
3521(put 'c-indent-level 'safe-local-variable 'integerp) 3538(put 'c-indent-level 'safe-local-variable 'integerp)
3522 3539
3523;;;*** 3540;;;***
3524 3541
3525;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 3542;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
3526;;;;;; (17942 63381)) 3543;;;;;; (18104 24763))
3527;;; Generated autoloads from progmodes/cc-engine.el 3544;;; Generated autoloads from progmodes/cc-engine.el
3528 3545
3529(autoload (quote c-guess-basic-syntax) "cc-engine" "\ 3546(autoload (quote c-guess-basic-syntax) "cc-engine" "\
@@ -3535,7 +3552,7 @@ Return the syntactic context of the current line.
3535 3552
3536;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 3553;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
3537;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3554;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3538;;;;;; (17992 30878)) 3555;;;;;; (18104 24763))
3539;;; Generated autoloads from progmodes/cc-mode.el 3556;;; Generated autoloads from progmodes/cc-mode.el
3540 3557
3541(autoload (quote c-initialize-cc-mode) "cc-mode" "\ 3558(autoload (quote c-initialize-cc-mode) "cc-mode" "\
@@ -3693,7 +3710,7 @@ Key bindings:
3693;;;*** 3710;;;***
3694 3711
3695;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3712;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3696;;;;;; "progmodes/cc-styles.el" (17842 56333)) 3713;;;;;; "progmodes/cc-styles.el" (18104 24764))
3697;;; Generated autoloads from progmodes/cc-styles.el 3714;;; Generated autoloads from progmodes/cc-styles.el
3698 3715
3699(autoload (quote c-set-style) "cc-styles" "\ 3716(autoload (quote c-set-style) "cc-styles" "\
@@ -3744,14 +3761,14 @@ and exists only for compatibility reasons.
3744 3761
3745;;;*** 3762;;;***
3746 3763
3747;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (17949 3764;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (18104
3748;;;;;; 41467)) 3765;;;;;; 24764))
3749;;; Generated autoloads from progmodes/cc-subword.el 3766;;; Generated autoloads from progmodes/cc-subword.el
3750 (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t) 3767 (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t)
3751 3768
3752;;;*** 3769;;;***
3753 3770
3754;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (17941 38806)) 3771;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (18104 24764))
3755;;; Generated autoloads from progmodes/cc-vars.el 3772;;; Generated autoloads from progmodes/cc-vars.el
3756(put 'c-basic-offset 'safe-local-variable 'integerp) 3773(put 'c-basic-offset 'safe-local-variable 'integerp)
3757(put 'c-backslash-column 'safe-local-variable 'integerp) 3774(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3761,7 +3778,7 @@ and exists only for compatibility reasons.
3761 3778
3762;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3779;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3763;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3780;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3764;;;;;; (17842 54888)) 3781;;;;;; (18104 24756))
3765;;; Generated autoloads from international/ccl.el 3782;;; Generated autoloads from international/ccl.el
3766 3783
3767(autoload (quote ccl-compile) "ccl" "\ 3784(autoload (quote ccl-compile) "ccl" "\
@@ -4020,7 +4037,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
4020;;;*** 4037;;;***
4021 4038
4022;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" 4039;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el"
4023;;;;;; (17842 56333)) 4040;;;;;; (18104 24764))
4024;;; Generated autoloads from progmodes/cfengine.el 4041;;; Generated autoloads from progmodes/cfengine.el
4025 4042
4026(autoload (quote cfengine-mode) "cfengine" "\ 4043(autoload (quote cfengine-mode) "cfengine" "\
@@ -4042,7 +4059,7 @@ to the action header.
4042;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 4059;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
4043;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 4060;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
4044;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 4061;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
4045;;;;;; (17842 54152)) 4062;;;;;; (18104 24746))
4046;;; Generated autoloads from emacs-lisp/checkdoc.el 4063;;; Generated autoloads from emacs-lisp/checkdoc.el
4047 4064
4048(autoload (quote checkdoc) "checkdoc" "\ 4065(autoload (quote checkdoc) "checkdoc" "\
@@ -4225,8 +4242,8 @@ checking of documentation strings.
4225;;;*** 4242;;;***
4226 4243
4227;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer 4244;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer
4228;;;;;; decode-hz-region) "china-util" "language/china-util.el" (17842 4245;;;;;; decode-hz-region) "china-util" "language/china-util.el" (18104
4229;;;;;; 58278)) 4246;;;;;; 24757))
4230;;; Generated autoloads from language/china-util.el 4247;;; Generated autoloads from language/china-util.el
4231 4248
4232(autoload (quote decode-hz-region) "china-util" "\ 4249(autoload (quote decode-hz-region) "china-util" "\
@@ -4254,7 +4271,7 @@ Encode the text in the current buffer to HZ.
4254;;;*** 4271;;;***
4255 4272
4256;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 4273;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
4257;;;;;; "chistory" "chistory.el" (17842 58280)) 4274;;;;;; "chistory" "chistory.el" (18104 24730))
4258;;; Generated autoloads from chistory.el 4275;;; Generated autoloads from chistory.el
4259 4276
4260(autoload (quote repeat-matching-complex-command) "chistory" "\ 4277(autoload (quote repeat-matching-complex-command) "chistory" "\
@@ -4293,7 +4310,7 @@ and runs the normal hook `command-history-hook'.
4293 4310
4294;;;*** 4311;;;***
4295 4312
4296;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (17842 54152)) 4313;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (18104 24747))
4297;;; Generated autoloads from emacs-lisp/cl.el 4314;;; Generated autoloads from emacs-lisp/cl.el
4298 4315
4299(defvar custom-print-functions nil "\ 4316(defvar custom-print-functions nil "\
@@ -4309,7 +4326,7 @@ a future Emacs interpreter will be able to use it.")
4309;;;*** 4326;;;***
4310 4327
4311;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 4328;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
4312;;;;;; (17842 54152)) 4329;;;;;; (18104 24746))
4313;;; Generated autoloads from emacs-lisp/cl-indent.el 4330;;; Generated autoloads from emacs-lisp/cl-indent.el
4314 4331
4315(autoload (quote common-lisp-indent-function) "cl-indent" "\ 4332(autoload (quote common-lisp-indent-function) "cl-indent" "\
@@ -4320,7 +4337,7 @@ Not documented
4320;;;*** 4337;;;***
4321 4338
4322;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 4339;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
4323;;;;;; (17842 56333)) 4340;;;;;; (18104 24764))
4324;;; Generated autoloads from progmodes/cmacexp.el 4341;;; Generated autoloads from progmodes/cmacexp.el
4325 4342
4326(autoload (quote c-macro-expand) "cmacexp" "\ 4343(autoload (quote c-macro-expand) "cmacexp" "\
@@ -4340,8 +4357,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
4340 4357
4341;;;*** 4358;;;***
4342 4359
4343;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (17842 4360;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (18104
4344;;;;;; 58280)) 4361;;;;;; 24730))
4345;;; Generated autoloads from cmuscheme.el 4362;;; Generated autoloads from cmuscheme.el
4346 4363
4347(autoload (quote run-scheme) "cmuscheme" "\ 4364(autoload (quote run-scheme) "cmuscheme" "\
@@ -4363,7 +4380,7 @@ is run).
4363;;;*** 4380;;;***
4364 4381
4365;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" 4382;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el"
4366;;;;;; (17842 54888)) 4383;;;;;; (18104 24756))
4367;;; Generated autoloads from international/code-pages.el 4384;;; Generated autoloads from international/code-pages.el
4368 4385
4369(autoload (quote cp-make-coding-system) "code-pages" "\ 4386(autoload (quote cp-make-coding-system) "code-pages" "\
@@ -4424,7 +4441,7 @@ Return an updated `non-iso-charset-alist'.
4424 4441
4425;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage 4442;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage
4426;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) 4443;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage)
4427;;;;;; "codepage" "international/codepage.el" (17842 54888)) 4444;;;;;; "codepage" "international/codepage.el" (18104 24756))
4428;;; Generated autoloads from international/codepage.el 4445;;; Generated autoloads from international/codepage.el
4429 4446
4430(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ 4447(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\
@@ -4483,7 +4500,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal.
4483;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 4500;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4484;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 4501;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4485;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 4502;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4486;;;;;; (17937 3189)) 4503;;;;;; (18104 24730))
4487;;; Generated autoloads from comint.el 4504;;; Generated autoloads from comint.el
4488 4505
4489(defvar comint-output-filter-functions (quote (comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)) "\ 4506(defvar comint-output-filter-functions (quote (comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)) "\
@@ -4505,9 +4522,9 @@ either globally or locally.")
4505Make a Comint process NAME in BUFFER, running PROGRAM. 4522Make a Comint process NAME in BUFFER, running PROGRAM.
4506If BUFFER is nil, it defaults to NAME surrounded by `*'s. 4523If BUFFER is nil, it defaults to NAME surrounded by `*'s.
4507PROGRAM should be either a string denoting an executable program to create 4524PROGRAM should be either a string denoting an executable program to create
4508via `start-process', or a cons pair of the form (HOST . SERVICE) denoting a TCP 4525via `start-file-process', or a cons pair of the form (HOST . SERVICE) denoting
4509connection to be opened via `open-network-stream'. If there is already a 4526a TCP connection to be opened via `open-network-stream'. If there is already
4510running process in that buffer, it is not restarted. Optional fourth arg 4527a running process in that buffer, it is not restarted. Optional fourth arg
4511STARTFILE is the name of a file to send the contents of to the process. 4528STARTFILE is the name of a file to send the contents of to the process.
4512 4529
4513If PROGRAM is a string, any more args are arguments to PROGRAM. 4530If PROGRAM is a string, any more args are arguments to PROGRAM.
@@ -4518,9 +4535,9 @@ If PROGRAM is a string, any more args are arguments to PROGRAM.
4518Make a Comint process NAME in a buffer, running PROGRAM. 4535Make a Comint process NAME in a buffer, running PROGRAM.
4519The name of the buffer is made by surrounding NAME with `*'s. 4536The name of the buffer is made by surrounding NAME with `*'s.
4520PROGRAM should be either a string denoting an executable program to create 4537PROGRAM should be either a string denoting an executable program to create
4521via `start-process', or a cons pair of the form (HOST . SERVICE) denoting a TCP 4538via `start-file-process', or a cons pair of the form (HOST . SERVICE) denoting
4522connection to be opened via `open-network-stream'. If there is already a 4539a TCP connection to be opened via `open-network-stream'. If there is already
4523running process in that buffer, it is not restarted. Optional third arg 4540a running process in that buffer, it is not restarted. Optional third arg
4524STARTFILE is the name of a file to send the contents of the process to. 4541STARTFILE is the name of a file to send the contents of the process to.
4525 4542
4526If PROGRAM is a string, any more args are arguments to PROGRAM. 4543If PROGRAM is a string, any more args are arguments to PROGRAM.
@@ -4573,8 +4590,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4573 4590
4574;;;*** 4591;;;***
4575 4592
4576;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (17926 4593;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (18104
4577;;;;;; 45410)) 4594;;;;;; 24730))
4578;;; Generated autoloads from compare-w.el 4595;;; Generated autoloads from compare-w.el
4579 4596
4580(autoload (quote compare-windows) "compare-w" "\ 4597(autoload (quote compare-windows) "compare-w" "\
@@ -4611,16 +4628,16 @@ on third call it again advances points to the next difference and so on.
4611;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4628;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4612;;;;;; compile compilation-disable-input compile-command compilation-search-path 4629;;;;;; compile compilation-disable-input compile-command compilation-search-path
4613;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 4630;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
4614;;;;;; "compile" "progmodes/compile.el" (18006 55797)) 4631;;;;;; "compile" "progmodes/compile.el" (18104 24764))
4615;;; Generated autoloads from progmodes/compile.el 4632;;; Generated autoloads from progmodes/compile.el
4616 4633
4617(defvar compilation-mode-hook nil "\ 4634(defvar compilation-mode-hook nil "\
4618*List of hook functions run by `compilation-mode' (see `run-mode-hooks').") 4635List of hook functions run by `compilation-mode' (see `run-mode-hooks').")
4619 4636
4620(custom-autoload (quote compilation-mode-hook) "compile" t) 4637(custom-autoload (quote compilation-mode-hook) "compile" t)
4621 4638
4622(defvar compilation-window-height nil "\ 4639(defvar compilation-window-height nil "\
4623*Number of lines in a compilation window. If nil, use Emacs default.") 4640Number of lines in a compilation window. If nil, use Emacs default.")
4624 4641
4625(custom-autoload (quote compilation-window-height) "compile" t) 4642(custom-autoload (quote compilation-window-height) "compile" t)
4626 4643
@@ -4636,7 +4653,7 @@ bound to the compilation buffer and window, respectively.")
4636Function to compute the name of a compilation buffer. 4653Function to compute the name of a compilation buffer.
4637The function receives one argument, the name of the major mode of the 4654The function receives one argument, the name of the major mode of the
4638compilation buffer. It should return a string. 4655compilation buffer. It should return a string.
4639nil means compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.") 4656If nil, compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.")
4640 4657
4641(defvar compilation-finish-function nil "\ 4658(defvar compilation-finish-function nil "\
4642Function to call when a compilation process finishes. 4659Function to call when a compilation process finishes.
@@ -4650,20 +4667,20 @@ and a string describing how the process finished.")
4650(put 'compilation-directory 'safe-local-variable 'stringp) 4667(put 'compilation-directory 'safe-local-variable 'stringp)
4651 4668
4652(defvar compilation-ask-about-save t "\ 4669(defvar compilation-ask-about-save t "\
4653*Non-nil means \\[compile] asks which buffers to save before compiling. 4670Non-nil means \\[compile] asks which buffers to save before compiling.
4654Otherwise, it saves all modified buffers without asking.") 4671Otherwise, it saves all modified buffers without asking.")
4655 4672
4656(custom-autoload (quote compilation-ask-about-save) "compile" t) 4673(custom-autoload (quote compilation-ask-about-save) "compile" t)
4657 4674
4658(defvar compilation-search-path (quote (nil)) "\ 4675(defvar compilation-search-path (quote (nil)) "\
4659*List of directories to search for source files named in error messages. 4676List of directories to search for source files named in error messages.
4660Elements should be directory names, not file names of directories. 4677Elements should be directory names, not file names of directories.
4661nil as an element means to try the default directory.") 4678The value nil as an element means to try the default directory.")
4662 4679
4663(custom-autoload (quote compilation-search-path) "compile" t) 4680(custom-autoload (quote compilation-search-path) "compile" t)
4664 4681
4665(defvar compile-command "make -k " "\ 4682(defvar compile-command "make -k " "\
4666*Last shell command used to do a compilation; default for next compilation. 4683Last shell command used to do a compilation; default for next compilation.
4667 4684
4668Sometimes it is useful for files to supply local values for this variable. 4685Sometimes it is useful for files to supply local values for this variable.
4669You might also use mode hooks to specify it in certain modes, like this: 4686You might also use mode hooks to specify it in certain modes, like this:
@@ -4680,7 +4697,7 @@ You might also use mode hooks to specify it in certain modes, like this:
4680(put 'compile-command 'safe-local-variable 'stringp) 4697(put 'compile-command 'safe-local-variable 'stringp)
4681 4698
4682(defvar compilation-disable-input nil "\ 4699(defvar compilation-disable-input nil "\
4683*If non-nil, send end-of-file as compilation process input. 4700If non-nil, send end-of-file as compilation process input.
4684This only affects platforms that support asynchronous processes (see 4701This only affects platforms that support asynchronous processes (see
4685`start-process'); synchronous compilation processes never accept input.") 4702`start-process'); synchronous compilation processes never accept input.")
4686 4703
@@ -4702,11 +4719,13 @@ non-nil; otherwise uses `compile-command'. With prefix arg, always prompts.
4702Additionally, with universal prefix arg, compilation buffer will be in 4719Additionally, with universal prefix arg, compilation buffer will be in
4703comint mode, i.e. interactive. 4720comint mode, i.e. interactive.
4704 4721
4705To run more than one compilation at once, start one and rename 4722To run more than one compilation at once, start one then rename
4706the `*compilation*' buffer to some other name with 4723the `*compilation*' buffer to some other name with
4707\\[rename-buffer]. Then start the next one. On most systems, 4724\\[rename-buffer]. Then _switch buffers_ and start the new compilation.
4708termination of the main compilation process kills its 4725It will create a new `*compilation*' buffer.
4709subprocesses. 4726
4727On most systems, termination of the main compilation process
4728kills its subprocesses.
4710 4729
4711The name used for the buffer is actually whatever is returned by 4730The name used for the buffer is actually whatever is returned by
4712the function in `compilation-buffer-name-function', so you can set that 4731the function in `compilation-buffer-name-function', so you can set that
@@ -4721,8 +4740,11 @@ The rest of the arguments are optional; for them, nil means use the default.
4721 4740
4722MODE is the major mode to set in the compilation buffer. Mode 4741MODE is the major mode to set in the compilation buffer. Mode
4723may also be t meaning use `compilation-shell-minor-mode' under `comint-mode'. 4742may also be t meaning use `compilation-shell-minor-mode' under `comint-mode'.
4743
4724If NAME-FUNCTION is non-nil, call it with one argument (the mode name) 4744If NAME-FUNCTION is non-nil, call it with one argument (the mode name)
4725to determine the buffer name. 4745to determine the buffer name. Otherwise, the default is to
4746reuses the current buffer if it has the proper major mode,
4747else use or create a buffer with name based on the major mode.
4726 4748
4727If HIGHLIGHT-REGEXP is non-nil, `next-error' will temporarily highlight 4749If HIGHLIGHT-REGEXP is non-nil, `next-error' will temporarily highlight
4728the matching section of the visited source line; the default is to use the 4750the matching section of the visited source line; the default is to use the
@@ -4774,7 +4796,7 @@ This is the value of `next-error-function' in Compilation buffers.
4774;;;*** 4796;;;***
4775 4797
4776;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 4798;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4777;;;;;; (17954 15344)) 4799;;;;;; (18104 24730))
4778;;; Generated autoloads from complete.el 4800;;; Generated autoloads from complete.el
4779 4801
4780(defvar partial-completion-mode nil "\ 4802(defvar partial-completion-mode nil "\
@@ -4816,7 +4838,7 @@ second TAB brings up the `*Completions*' buffer.
4816;;;*** 4838;;;***
4817 4839
4818;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4840;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4819;;;;;; (17842 58280)) 4841;;;;;; (18104 24731))
4820;;; Generated autoloads from completion.el 4842;;; Generated autoloads from completion.el
4821 4843
4822(defvar dynamic-completion-mode nil "\ 4844(defvar dynamic-completion-mode nil "\
@@ -4838,7 +4860,7 @@ Enable dynamic word-completion.
4838;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after 4860;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after
4839;;;;;; find-composition compose-chars decompose-string compose-string 4861;;;;;; find-composition compose-chars decompose-string compose-string
4840;;;;;; decompose-region compose-region encode-composition-rule) 4862;;;;;; decompose-region compose-region encode-composition-rule)
4841;;;;;; "composite" "composite.el" (17842 58280)) 4863;;;;;; "composite" "composite.el" (18104 24731))
4842;;; Generated autoloads from composite.el 4864;;; Generated autoloads from composite.el
4843 4865
4844(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))) "\ 4866(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))) "\
@@ -5060,7 +5082,7 @@ Optional 3rd arg WITH-COMPOSITION-RULE is ignored.
5060;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 5082;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
5061;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 5083;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
5062;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 5084;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
5063;;;;;; (17842 58277)) 5085;;;;;; (18104 24770))
5064;;; Generated autoloads from textmodes/conf-mode.el 5086;;; Generated autoloads from textmodes/conf-mode.el
5065 5087
5066(autoload (quote conf-mode) "conf-mode" "\ 5088(autoload (quote conf-mode) "conf-mode" "\
@@ -5216,7 +5238,7 @@ For details see `conf-mode'. Example:
5216;;;*** 5238;;;***
5217 5239
5218;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 5240;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
5219;;;;;; "cookie1" "play/cookie1.el" (17842 55395)) 5241;;;;;; "cookie1" "play/cookie1.el" (18104 24760))
5220;;; Generated autoloads from play/cookie1.el 5242;;; Generated autoloads from play/cookie1.el
5221 5243
5222(autoload (quote cookie) "cookie1" "\ 5244(autoload (quote cookie) "cookie1" "\
@@ -5248,7 +5270,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
5248;;;*** 5270;;;***
5249 5271
5250;;;### (autoloads (copyright copyright-fix-years copyright-update) 5272;;;### (autoloads (copyright copyright-fix-years copyright-update)
5251;;;;;; "copyright" "emacs-lisp/copyright.el" (17842 54152)) 5273;;;;;; "copyright" "emacs-lisp/copyright.el" (18104 24747))
5252;;; Generated autoloads from emacs-lisp/copyright.el 5274;;; Generated autoloads from emacs-lisp/copyright.el
5253 5275
5254(autoload (quote copyright-update) "copyright" "\ 5276(autoload (quote copyright-update) "copyright" "\
@@ -5276,7 +5298,7 @@ Insert a copyright by $ORGANIZATION notice at cursor.
5276;;;*** 5298;;;***
5277 5299
5278;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 5300;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
5279;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (17955 36604)) 5301;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (18104 24764))
5280;;; Generated autoloads from progmodes/cperl-mode.el 5302;;; Generated autoloads from progmodes/cperl-mode.el
5281 5303
5282(autoload (quote cperl-mode) "cperl-mode" "\ 5304(autoload (quote cperl-mode) "cperl-mode" "\
@@ -5467,7 +5489,7 @@ Run a `perldoc' on the word around point.
5467;;;*** 5489;;;***
5468 5490
5469;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 5491;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
5470;;;;;; (17842 56333)) 5492;;;;;; (18104 24764))
5471;;; Generated autoloads from progmodes/cpp.el 5493;;; Generated autoloads from progmodes/cpp.el
5472 5494
5473(autoload (quote cpp-highlight-buffer) "cpp" "\ 5495(autoload (quote cpp-highlight-buffer) "cpp" "\
@@ -5486,7 +5508,7 @@ Edit display information for cpp conditionals.
5486;;;*** 5508;;;***
5487 5509
5488;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 5510;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
5489;;;;;; (17842 54264)) 5511;;;;;; (18104 24748))
5490;;; Generated autoloads from emulation/crisp.el 5512;;; Generated autoloads from emulation/crisp.el
5491 5513
5492(defvar crisp-mode nil "\ 5514(defvar crisp-mode nil "\
@@ -5510,7 +5532,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
5510;;;*** 5532;;;***
5511 5533
5512;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 5534;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
5513;;;;;; (17842 54152)) 5535;;;;;; (18104 24747))
5514;;; Generated autoloads from emacs-lisp/crm.el 5536;;; Generated autoloads from emacs-lisp/crm.el
5515 5537
5516(autoload (quote completing-read-multiple) "crm" "\ 5538(autoload (quote completing-read-multiple) "crm" "\
@@ -5545,8 +5567,20 @@ INHERIT-INPUT-METHOD.
5545 5567
5546;;;*** 5568;;;***
5547 5569
5570;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (18104
5571;;;;;; 24771))
5572;;; Generated autoloads from textmodes/css-mode.el
5573 (add-to-list 'auto-mode-alist '("\\.css\\'" . css-mode))
5574
5575(autoload (quote css-mode) "css-mode" "\
5576Major mode to edit Cascading Style Sheets.
5577
5578\(fn)" t nil)
5579
5580;;;***
5581
5548;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 5582;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
5549;;;;;; (17888 45995)) 5583;;;;;; (18104 24748))
5550;;; Generated autoloads from emulation/cua-base.el 5584;;; Generated autoloads from emulation/cua-base.el
5551 5585
5552(defvar cua-mode nil "\ 5586(defvar cua-mode nil "\
@@ -5614,7 +5648,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5614;;;;;; customize-mode customize customize-save-variable customize-set-variable 5648;;;;;; customize-mode customize customize-save-variable customize-set-variable
5615;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically 5649;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically
5616;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" 5650;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el"
5617;;;;;; (17952 11093)) 5651;;;;;; (18104 24731))
5618;;; Generated autoloads from cus-edit.el 5652;;; Generated autoloads from cus-edit.el
5619 5653
5620(defvar custom-browse-sort-alphabetically nil "\ 5654(defvar custom-browse-sort-alphabetically nil "\
@@ -5698,12 +5732,12 @@ then prompt for the MODE to customize.
5698(autoload (quote customize-group) "cus-edit" "\ 5732(autoload (quote customize-group) "cus-edit" "\
5699Customize GROUP, which must be a customization group. 5733Customize GROUP, which must be a customization group.
5700 5734
5701\(fn GROUP)" t nil) 5735\(fn &optional GROUP)" t nil)
5702 5736
5703(autoload (quote customize-group-other-window) "cus-edit" "\ 5737(autoload (quote customize-group-other-window) "cus-edit" "\
5704Customize GROUP, which must be a customization group. 5738Customize GROUP, which must be a customization group, in another window.
5705 5739
5706\(fn GROUP)" t nil) 5740\(fn &optional GROUP)" t nil)
5707 5741
5708(defalias (quote customize-variable) (quote customize-option)) 5742(defalias (quote customize-variable) (quote customize-option))
5709 5743
@@ -5912,7 +5946,7 @@ The format is suitable for use with `easy-menu-define'.
5912;;;*** 5946;;;***
5913 5947
5914;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces 5948;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces
5915;;;;;; custom-declare-face) "cus-face" "cus-face.el" (17842 58280)) 5949;;;;;; custom-declare-face) "cus-face" "cus-face.el" (18104 24732))
5916;;; Generated autoloads from cus-face.el 5950;;; Generated autoloads from cus-face.el
5917 5951
5918(autoload (quote custom-declare-face) "cus-face" "\ 5952(autoload (quote custom-declare-face) "cus-face" "\
@@ -5982,7 +6016,7 @@ This means reset FACE to its value in FROM-THEME.
5982;;;*** 6016;;;***
5983 6017
5984;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" 6018;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
5985;;;;;; (17842 58280)) 6019;;;;;; (18104 24732))
5986;;; Generated autoloads from cus-theme.el 6020;;; Generated autoloads from cus-theme.el
5987 6021
5988(autoload (quote customize-create-theme) "cus-theme" "\ 6022(autoload (quote customize-create-theme) "cus-theme" "\
@@ -5993,7 +6027,7 @@ Create a custom theme.
5993;;;*** 6027;;;***
5994 6028
5995;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 6029;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
5996;;;;;; (17842 58280)) 6030;;;;;; (18104 24732))
5997;;; Generated autoloads from cvs-status.el 6031;;; Generated autoloads from cvs-status.el
5998 6032
5999(autoload (quote cvs-status-mode) "cvs-status" "\ 6033(autoload (quote cvs-status-mode) "cvs-status" "\
@@ -6004,7 +6038,7 @@ Mode used for cvs status output.
6004;;;*** 6038;;;***
6005 6039
6006;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 6040;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
6007;;;;;; "cwarn" "progmodes/cwarn.el" (17860 50532)) 6041;;;;;; "cwarn" "progmodes/cwarn.el" (18104 24764))
6008;;; Generated autoloads from progmodes/cwarn.el 6042;;; Generated autoloads from progmodes/cwarn.el
6009 6043
6010(autoload (quote cwarn-mode) "cwarn" "\ 6044(autoload (quote cwarn-mode) "cwarn" "\
@@ -6047,7 +6081,7 @@ See `cwarn-mode' for more information on Cwarn mode.
6047 6081
6048;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 6082;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
6049;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 6083;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
6050;;;;;; (17842 58278)) 6084;;;;;; (18104 24757))
6051;;; Generated autoloads from language/cyril-util.el 6085;;; Generated autoloads from language/cyril-util.el
6052 6086
6053(autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ 6087(autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\
@@ -6076,7 +6110,7 @@ If the argument is nil, we return the display table to its standard state.
6076;;;*** 6110;;;***
6077 6111
6078;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 6112;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
6079;;;;;; (18006 55794)) 6113;;;;;; (18104 24732))
6080;;; Generated autoloads from dabbrev.el 6114;;; Generated autoloads from dabbrev.el
6081 (define-key esc-map "/" 'dabbrev-expand) 6115 (define-key esc-map "/" 'dabbrev-expand)
6082 (define-key esc-map [?\C-/] 'dabbrev-completion) 6116 (define-key esc-map [?\C-/] 'dabbrev-completion)
@@ -6120,8 +6154,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
6120 6154
6121;;;*** 6155;;;***
6122 6156
6123;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (17949 6157;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (18104
6124;;;;;; 41468)) 6158;;;;;; 24764))
6125;;; Generated autoloads from progmodes/dcl-mode.el 6159;;; Generated autoloads from progmodes/dcl-mode.el
6126 6160
6127(autoload (quote dcl-mode) "dcl-mode" "\ 6161(autoload (quote dcl-mode) "dcl-mode" "\
@@ -6248,7 +6282,7 @@ There is some minimal font-lock support (see vars
6248;;;*** 6282;;;***
6249 6283
6250;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 6284;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
6251;;;;;; "emacs-lisp/debug.el" (17842 54152)) 6285;;;;;; "emacs-lisp/debug.el" (18104 24747))
6252;;; Generated autoloads from emacs-lisp/debug.el 6286;;; Generated autoloads from emacs-lisp/debug.el
6253 6287
6254(setq debugger (quote debug)) 6288(setq debugger (quote debug))
@@ -6292,7 +6326,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
6292;;;*** 6326;;;***
6293 6327
6294;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 6328;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
6295;;;;;; (17842 55395)) 6329;;;;;; (18104 24760))
6296;;; Generated autoloads from play/decipher.el 6330;;; Generated autoloads from play/decipher.el
6297 6331
6298(autoload (quote decipher) "decipher" "\ 6332(autoload (quote decipher) "decipher" "\
@@ -6321,8 +6355,8 @@ The most useful commands are:
6321;;;*** 6355;;;***
6322 6356
6323;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 6357;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
6324;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (17842 6358;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (18104
6325;;;;;; 58280)) 6359;;;;;; 24732))
6326;;; Generated autoloads from delim-col.el 6360;;; Generated autoloads from delim-col.el
6327 6361
6328(autoload (quote delimit-columns-customize) "delim-col" "\ 6362(autoload (quote delimit-columns-customize) "delim-col" "\
@@ -6346,8 +6380,8 @@ START and END delimits the corners of text rectangle.
6346 6380
6347;;;*** 6381;;;***
6348 6382
6349;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17842 6383;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (18104
6350;;;;;; 56333)) 6384;;;;;; 24765))
6351;;; Generated autoloads from progmodes/delphi.el 6385;;; Generated autoloads from progmodes/delphi.el
6352 6386
6353(autoload (quote delphi-mode) "delphi" "\ 6387(autoload (quote delphi-mode) "delphi" "\
@@ -6397,8 +6431,8 @@ no args, if that value is non-nil.
6397 6431
6398;;;*** 6432;;;***
6399 6433
6400;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (17842 6434;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (18104
6401;;;;;; 58280)) 6435;;;;;; 24732))
6402;;; Generated autoloads from delsel.el 6436;;; Generated autoloads from delsel.el
6403 6437
6404(defalias (quote pending-delete-mode) (quote delete-selection-mode)) 6438(defalias (quote pending-delete-mode) (quote delete-selection-mode))
@@ -6427,7 +6461,7 @@ any selection.
6427;;;*** 6461;;;***
6428 6462
6429;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 6463;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
6430;;;;;; "derived" "emacs-lisp/derived.el" (17842 54152)) 6464;;;;;; "derived" "emacs-lisp/derived.el" (18104 24747))
6431;;; Generated autoloads from emacs-lisp/derived.el 6465;;; Generated autoloads from emacs-lisp/derived.el
6432 6466
6433(autoload (quote define-derived-mode) "derived" "\ 6467(autoload (quote define-derived-mode) "derived" "\
@@ -6492,7 +6526,7 @@ the first time the mode is used.
6492;;;*** 6526;;;***
6493 6527
6494;;;### (autoloads (describe-char describe-text-properties) "descr-text" 6528;;;### (autoloads (describe-char describe-text-properties) "descr-text"
6495;;;;;; "descr-text.el" (17874 62047)) 6529;;;;;; "descr-text.el" (18104 24732))
6496;;; Generated autoloads from descr-text.el 6530;;; Generated autoloads from descr-text.el
6497 6531
6498(autoload (quote describe-text-properties) "descr-text" "\ 6532(autoload (quote describe-text-properties) "descr-text" "\
@@ -6518,7 +6552,7 @@ as well as widgets, buttons, overlays, and text properties.
6518;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 6552;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
6519;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 6553;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
6520;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 6554;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
6521;;;;;; "desktop.el" (17949 41467)) 6555;;;;;; "desktop.el" (18104 24732))
6522;;; Generated autoloads from desktop.el 6556;;; Generated autoloads from desktop.el
6523 6557
6524(defvar desktop-save-mode nil "\ 6558(defvar desktop-save-mode nil "\
@@ -6652,9 +6686,10 @@ Furthermore, it clears the variables listed in `desktop-globals-to-clear'.
6652(autoload (quote desktop-save) "desktop" "\ 6686(autoload (quote desktop-save) "desktop" "\
6653Save the desktop in a desktop file. 6687Save the desktop in a desktop file.
6654Parameter DIRNAME specifies where to save the desktop file. 6688Parameter DIRNAME specifies where to save the desktop file.
6689Optional parameter RELEASE says whether we're done with this desktop.
6655See also `desktop-base-file-name'. 6690See also `desktop-base-file-name'.
6656 6691
6657\(fn DIRNAME)" t nil) 6692\(fn DIRNAME &optional RELEASE)" t nil)
6658 6693
6659(autoload (quote desktop-remove) "desktop" "\ 6694(autoload (quote desktop-remove) "desktop" "\
6660Delete desktop file in `desktop-dirname'. 6695Delete desktop file in `desktop-dirname'.
@@ -6701,7 +6736,7 @@ Revert to the last loaded desktop.
6701 6736
6702;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 6737;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
6703;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 6738;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
6704;;;;;; "deuglify" "gnus/deuglify.el" (17842 54741)) 6739;;;;;; "deuglify" "gnus/deuglify.el" (18104 24750))
6705;;; Generated autoloads from gnus/deuglify.el 6740;;; Generated autoloads from gnus/deuglify.el
6706 6741
6707(autoload (quote gnus-article-outlook-unwrap-lines) "deuglify" "\ 6742(autoload (quote gnus-article-outlook-unwrap-lines) "deuglify" "\
@@ -6734,7 +6769,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
6734;;;*** 6769;;;***
6735 6770
6736;;;### (autoloads (devanagari-post-read-conversion devanagari-compose-region) 6771;;;### (autoloads (devanagari-post-read-conversion devanagari-compose-region)
6737;;;;;; "devan-util" "language/devan-util.el" (17842 58278)) 6772;;;;;; "devan-util" "language/devan-util.el" (18104 24757))
6738;;; Generated autoloads from language/devan-util.el 6773;;; Generated autoloads from language/devan-util.el
6739 6774
6740(defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") 6775(defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]")
@@ -6752,7 +6787,7 @@ Not documented
6752;;;*** 6787;;;***
6753 6788
6754;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 6789;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
6755;;;;;; "calendar/diary-lib.el" (17958 11887)) 6790;;;;;; "calendar/diary-lib.el" (18104 24745))
6756;;; Generated autoloads from calendar/diary-lib.el 6791;;; Generated autoloads from calendar/diary-lib.el
6757 6792
6758(autoload (quote diary) "diary-lib" "\ 6793(autoload (quote diary) "diary-lib" "\
@@ -6798,7 +6833,7 @@ Major mode for editing the diary file.
6798;;;*** 6833;;;***
6799 6834
6800;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 6835;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
6801;;;;;; "diff.el" (17992 30877)) 6836;;;;;; "diff.el" (18104 24733))
6802;;; Generated autoloads from diff.el 6837;;; Generated autoloads from diff.el
6803 6838
6804(defvar diff-switches "-c" "\ 6839(defvar diff-switches "-c" "\
@@ -6832,7 +6867,7 @@ With prefix arg, prompt for diff switches.
6832;;;*** 6867;;;***
6833 6868
6834;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 6869;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
6835;;;;;; (17992 30877)) 6870;;;;;; (18104 24733))
6836;;; Generated autoloads from diff-mode.el 6871;;; Generated autoloads from diff-mode.el
6837 6872
6838(autoload (quote diff-mode) "diff-mode" "\ 6873(autoload (quote diff-mode) "diff-mode" "\
@@ -6864,7 +6899,7 @@ Minor mode for viewing/editing context diffs.
6864;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 6899;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
6865;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 6900;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
6866;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 6901;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
6867;;;;;; "dired" "dired.el" (18015 32019)) 6902;;;;;; "dired" "dired.el" (18104 24733))
6868;;; Generated autoloads from dired.el 6903;;; Generated autoloads from dired.el
6869 6904
6870(defvar dired-listing-switches "-al" "\ 6905(defvar dired-listing-switches "-al" "\
@@ -7069,7 +7104,7 @@ Keybindings:
7069;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory 7104;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory
7070;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp 7105;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp
7071;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff 7106;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff
7072;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17859 20444)) 7107;;;;;; dired-diff) "dired-aux" "dired-aux.el" (18104 24733))
7073;;; Generated autoloads from dired-aux.el 7108;;; Generated autoloads from dired-aux.el
7074 7109
7075(autoload (quote dired-diff) "dired-aux" "\ 7110(autoload (quote dired-diff) "dired-aux" "\
@@ -7484,7 +7519,7 @@ true then the type of the file linked to by FILE is printed instead.
7484;;;*** 7519;;;***
7485 7520
7486;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el" 7521;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el"
7487;;;;;; (17992 30877)) 7522;;;;;; (18104 24733))
7488;;; Generated autoloads from dired-x.el 7523;;; Generated autoloads from dired-x.el
7489 7524
7490(autoload (quote dired-jump) "dired-x" "\ 7525(autoload (quote dired-jump) "dired-x" "\
@@ -7513,7 +7548,7 @@ For absolute symlinks, use \\[dired-do-symlink].
7513 7548
7514;;;*** 7549;;;***
7515 7550
7516;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (17842 58280)) 7551;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (18104 24733))
7517;;; Generated autoloads from dirtrack.el 7552;;; Generated autoloads from dirtrack.el
7518 7553
7519(autoload (quote dirtrack) "dirtrack" "\ 7554(autoload (quote dirtrack) "dirtrack" "\
@@ -7532,8 +7567,8 @@ You can enable directory tracking by adding this function to
7532 7567
7533;;;*** 7568;;;***
7534 7569
7535;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (17842 7570;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (18104
7536;;;;;; 54152)) 7571;;;;;; 24747))
7537;;; Generated autoloads from emacs-lisp/disass.el 7572;;; Generated autoloads from emacs-lisp/disass.el
7538 7573
7539(autoload (quote disassemble) "disass" "\ 7574(autoload (quote disassemble) "disass" "\
@@ -7552,7 +7587,7 @@ redefine OBJECT if it is a symbol.
7552;;;;;; standard-display-g1 standard-display-ascii standard-display-default 7587;;;;;; standard-display-g1 standard-display-ascii standard-display-default
7553;;;;;; standard-display-8bit describe-current-display-table describe-display-table 7588;;;;;; standard-display-8bit describe-current-display-table describe-display-table
7554;;;;;; set-display-table-slot display-table-slot make-display-table) 7589;;;;;; set-display-table-slot display-table-slot make-display-table)
7555;;;;;; "disp-table" "disp-table.el" (17874 62056)) 7590;;;;;; "disp-table" "disp-table.el" (18104 24734))
7556;;; Generated autoloads from disp-table.el 7591;;; Generated autoloads from disp-table.el
7557 7592
7558(autoload (quote make-display-table) "disp-table" "\ 7593(autoload (quote make-display-table) "disp-table" "\
@@ -7649,7 +7684,7 @@ with either the `--unibyte' option or the EMACS_UNIBYTE environment
7649variable, or else customize `enable-multibyte-characters'. 7684variable, or else customize `enable-multibyte-characters'.
7650 7685
7651With prefix argument, this command enables European character display 7686With prefix argument, this command enables European character display
7652if arg is positive, disables it otherwise. Otherwise, it toggles 7687if ARG is positive, disables it otherwise. Otherwise, it toggles
7653European character display. 7688European character display.
7654 7689
7655When this mode is enabled, characters in the range of 160 to 255 7690When this mode is enabled, characters in the range of 160 to 255
@@ -7668,7 +7703,7 @@ for users who call this function in `.emacs'.
7668;;;*** 7703;;;***
7669 7704
7670;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 7705;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
7671;;;;;; (17941 38806)) 7706;;;;;; (18104 24760))
7672;;; Generated autoloads from play/dissociate.el 7707;;; Generated autoloads from play/dissociate.el
7673 7708
7674(autoload (quote dissociated-press) "dissociate" "\ 7709(autoload (quote dissociated-press) "dissociate" "\
@@ -7684,7 +7719,7 @@ Default is 2.
7684 7719
7685;;;*** 7720;;;***
7686 7721
7687;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (17949 41467)) 7722;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (18104 24734))
7688;;; Generated autoloads from dnd.el 7723;;; Generated autoloads from dnd.el
7689 7724
7690(defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file) ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file))) "\ 7725(defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file) ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file))) "\
@@ -7705,7 +7740,7 @@ if some action was made, or nil if the URL is ignored.")
7705;;;*** 7740;;;***
7706 7741
7707;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 7742;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
7708;;;;;; "textmodes/dns-mode.el" (17842 58277)) 7743;;;;;; "textmodes/dns-mode.el" (18104 24771))
7709;;; Generated autoloads from textmodes/dns-mode.el 7744;;; Generated autoloads from textmodes/dns-mode.el
7710 7745
7711(autoload (quote dns-mode) "dns-mode" "\ 7746(autoload (quote dns-mode) "dns-mode" "\
@@ -7729,7 +7764,7 @@ Locate SOA record and increment the serial field.
7729 7764
7730;;;*** 7765;;;***
7731 7766
7732;;;### (autoloads (doctor) "doctor" "play/doctor.el" (17941 38806)) 7767;;;### (autoloads (doctor) "doctor" "play/doctor.el" (18104 24760))
7733;;; Generated autoloads from play/doctor.el 7768;;; Generated autoloads from play/doctor.el
7734 7769
7735(autoload (quote doctor) "doctor" "\ 7770(autoload (quote doctor) "doctor" "\
@@ -7740,7 +7775,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
7740;;;*** 7775;;;***
7741 7776
7742;;;### (autoloads (double-mode double-mode) "double" "double.el" 7777;;;### (autoloads (double-mode double-mode) "double" "double.el"
7743;;;;;; (17842 58280)) 7778;;;;;; (18104 24734))
7744;;; Generated autoloads from double.el 7779;;; Generated autoloads from double.el
7745 7780
7746(defvar double-mode nil "\ 7781(defvar double-mode nil "\
@@ -7761,7 +7796,7 @@ when pressed twice. See variable `double-map' for details.
7761 7796
7762;;;*** 7797;;;***
7763 7798
7764;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (17842 55395)) 7799;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (18104 24761))
7765;;; Generated autoloads from play/dunnet.el 7800;;; Generated autoloads from play/dunnet.el
7766 7801
7767(autoload (quote dunnet) "dunnet" "\ 7802(autoload (quote dunnet) "dunnet" "\
@@ -7772,7 +7807,7 @@ Switch to *dungeon* buffer and start game.
7772;;;*** 7807;;;***
7773 7808
7774;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 7809;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
7775;;;;;; (17842 54741)) 7810;;;;;; (18104 24750))
7776;;; Generated autoloads from gnus/earcon.el 7811;;; Generated autoloads from gnus/earcon.el
7777 7812
7778(autoload (quote gnus-earcon-display) "earcon" "\ 7813(autoload (quote gnus-earcon-display) "earcon" "\
@@ -7784,7 +7819,7 @@ Play sounds in message buffers.
7784 7819
7785;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 7820;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
7786;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 7821;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
7787;;;;;; "emacs-lisp/easy-mmode.el" (17992 30878)) 7822;;;;;; "emacs-lisp/easy-mmode.el" (18104 24747))
7788;;; Generated autoloads from emacs-lisp/easy-mmode.el 7823;;; Generated autoloads from emacs-lisp/easy-mmode.el
7789 7824
7790(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) 7825(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
@@ -7806,7 +7841,7 @@ used (see below).
7806 7841
7807BODY contains code to execute each time the mode is activated or deactivated. 7842BODY contains code to execute each time the mode is activated or deactivated.
7808 It is executed after toggling the mode, 7843 It is executed after toggling the mode,
7809 and before running the hook variable `mode-HOOK'. 7844 and before running the hook variable `MODE-hook'.
7810 Before the actual body code, you can write keyword arguments (alternating 7845 Before the actual body code, you can write keyword arguments (alternating
7811 keywords and values). These following keyword arguments are supported (other 7846 keywords and values). These following keyword arguments are supported (other
7812 keywords will be passed to `defcustom' if the minor mode is global): 7847 keywords will be passed to `defcustom' if the minor mode is global):
@@ -7878,8 +7913,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
7878;;;*** 7913;;;***
7879 7914
7880;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 7915;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
7881;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (17842 7916;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (18104
7882;;;;;; 54152)) 7917;;;;;; 24747))
7883;;; Generated autoloads from emacs-lisp/easymenu.el 7918;;; Generated autoloads from emacs-lisp/easymenu.el
7884 7919
7885(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) 7920(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
@@ -8023,12 +8058,12 @@ To implement dynamic menus, either call this from
8023 8058
8024;;;### (autoloads (ebnf-pop-style ebnf-push-style ebnf-reset-style 8059;;;### (autoloads (ebnf-pop-style ebnf-push-style ebnf-reset-style
8025;;;;;; ebnf-apply-style ebnf-merge-style ebnf-delete-style ebnf-insert-style 8060;;;;;; ebnf-apply-style ebnf-merge-style ebnf-delete-style ebnf-insert-style
8026;;;;;; ebnf-setup ebnf-syntax-region ebnf-syntax-buffer ebnf-syntax-file 8061;;;;;; ebnf-find-style ebnf-setup ebnf-syntax-region ebnf-syntax-buffer
8027;;;;;; ebnf-syntax-directory ebnf-eps-region ebnf-eps-buffer ebnf-eps-file 8062;;;;;; ebnf-syntax-file ebnf-syntax-directory ebnf-eps-region ebnf-eps-buffer
8028;;;;;; ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ebnf-spool-file 8063;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
8029;;;;;; ebnf-spool-directory ebnf-print-region ebnf-print-buffer 8064;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
8030;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 8065;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
8031;;;;;; "progmodes/ebnf2ps.el" (17952 11093)) 8066;;;;;; "progmodes/ebnf2ps.el" (18104 24765))
8032;;; Generated autoloads from progmodes/ebnf2ps.el 8067;;; Generated autoloads from progmodes/ebnf2ps.el
8033 8068
8034(autoload (quote ebnf-customize) "ebnf2ps" "\ 8069(autoload (quote ebnf-customize) "ebnf2ps" "\
@@ -8157,7 +8192,7 @@ The EPS file name has the following form:
8157 file name used in this case will be \"ebnf--A_B_+_C.eps\". 8192 file name used in this case will be \"ebnf--A_B_+_C.eps\".
8158 8193
8159WARNING: This function does *NOT* ask any confirmation to override existing 8194WARNING: This function does *NOT* ask any confirmation to override existing
8160 files. 8195 files.
8161 8196
8162\(fn)" t nil) 8197\(fn)" t nil)
8163 8198
@@ -8179,7 +8214,7 @@ The EPS file name has the following form:
8179 file name used in this case will be \"ebnf--A_B_+_C.eps\". 8214 file name used in this case will be \"ebnf--A_B_+_C.eps\".
8180 8215
8181WARNING: This function does *NOT* ask any confirmation to override existing 8216WARNING: This function does *NOT* ask any confirmation to override existing
8182 files. 8217 files.
8183 8218
8184\(fn FROM TO)" t nil) 8219\(fn FROM TO)" t nil)
8185 8220
@@ -8213,7 +8248,7 @@ Do a syntactic analysis of the current buffer.
8213\(fn)" t nil) 8248\(fn)" t nil)
8214 8249
8215(autoload (quote ebnf-syntax-region) "ebnf2ps" "\ 8250(autoload (quote ebnf-syntax-region) "ebnf2ps" "\
8216Do a syntactic analysis of region. 8251Do a syntactic analysis of a region.
8217 8252
8218\(fn FROM TO)" t nil) 8253\(fn FROM TO)" t nil)
8219 8254
@@ -8222,6 +8257,13 @@ Return the current ebnf2ps setup.
8222 8257
8223\(fn)" nil nil) 8258\(fn)" nil nil)
8224 8259
8260(autoload (quote ebnf-find-style) "ebnf2ps" "\
8261Return style definition if NAME is already defined; otherwise, return nil.
8262
8263See `ebnf-style-database' documentation.
8264
8265\(fn NAME)" t nil)
8266
8225(autoload (quote ebnf-insert-style) "ebnf2ps" "\ 8267(autoload (quote ebnf-insert-style) "ebnf2ps" "\
8226Insert a new style NAME with inheritance INHERITS and values VALUES. 8268Insert a new style NAME with inheritance INHERITS and values VALUES.
8227 8269
@@ -8295,8 +8337,8 @@ See `ebnf-style-database' documentation.
8295;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 8337;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
8296;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 8338;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
8297;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 8339;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
8298;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (17821 8340;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (18104
8299;;;;;; 5918)) 8341;;;;;; 24765))
8300;;; Generated autoloads from progmodes/ebrowse.el 8342;;; Generated autoloads from progmodes/ebrowse.el
8301 8343
8302(autoload (quote ebrowse-tree-mode) "ebrowse" "\ 8344(autoload (quote ebrowse-tree-mode) "ebrowse" "\
@@ -8447,7 +8489,7 @@ Display statistics for a class tree.
8447;;;*** 8489;;;***
8448 8490
8449;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 8491;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
8450;;;;;; (17842 58280)) 8492;;;;;; (18104 24735))
8451;;; Generated autoloads from ebuff-menu.el 8493;;; Generated autoloads from ebuff-menu.el
8452 8494
8453(autoload (quote electric-buffer-list) "ebuff-menu" "\ 8495(autoload (quote electric-buffer-list) "ebuff-menu" "\
@@ -8472,7 +8514,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
8472;;;*** 8514;;;***
8473 8515
8474;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 8516;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
8475;;;;;; "echistory.el" (17842 58280)) 8517;;;;;; "echistory.el" (18104 24735))
8476;;; Generated autoloads from echistory.el 8518;;; Generated autoloads from echistory.el
8477 8519
8478(autoload (quote Electric-command-history-redo-expression) "echistory" "\ 8520(autoload (quote Electric-command-history-redo-expression) "echistory" "\
@@ -8485,7 +8527,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
8485 8527
8486;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 8528;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
8487;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 8529;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
8488;;;;;; "emacs-lisp/edebug.el" (17952 11093)) 8530;;;;;; "emacs-lisp/edebug.el" (18104 24747))
8489;;; Generated autoloads from emacs-lisp/edebug.el 8531;;; Generated autoloads from emacs-lisp/edebug.el
8490 8532
8491(defvar edebug-all-defs nil "\ 8533(defvar edebug-all-defs nil "\
@@ -8558,7 +8600,7 @@ Toggle edebugging of all forms.
8558;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 8600;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
8559;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 8601;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
8560;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup 8602;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup
8561;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (17846 30361)) 8603;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (18104 24735))
8562;;; Generated autoloads from ediff.el 8604;;; Generated autoloads from ediff.el
8563 8605
8564(autoload (quote ediff-files) "ediff" "\ 8606(autoload (quote ediff-files) "ediff" "\
@@ -8790,7 +8832,7 @@ With optional NODE, goes to that node.
8790;;;*** 8832;;;***
8791 8833
8792;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" 8834;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
8793;;;;;; (17842 58280)) 8835;;;;;; (18104 24735))
8794;;; Generated autoloads from ediff-help.el 8836;;; Generated autoloads from ediff-help.el
8795 8837
8796(autoload (quote ediff-customize) "ediff-help" "\ 8838(autoload (quote ediff-customize) "ediff-help" "\
@@ -8800,7 +8842,7 @@ Not documented
8800 8842
8801;;;*** 8843;;;***
8802 8844
8803;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (17842 58280)) 8845;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (18104 24735))
8804;;; Generated autoloads from ediff-hook.el 8846;;; Generated autoloads from ediff-hook.el
8805 8847
8806(defvar ediff-window-setup-function) 8848(defvar ediff-window-setup-function)
@@ -8813,7 +8855,7 @@ Not documented
8813;;;*** 8855;;;***
8814 8856
8815;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 8857;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
8816;;;;;; (17842 58279)) 8858;;;;;; (18104 24735))
8817;;; Generated autoloads from ediff-mult.el 8859;;; Generated autoloads from ediff-mult.el
8818 8860
8819(autoload (quote ediff-show-registry) "ediff-mult" "\ 8861(autoload (quote ediff-show-registry) "ediff-mult" "\
@@ -8826,7 +8868,7 @@ Display Ediff's registry.
8826;;;*** 8868;;;***
8827 8869
8828;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 8870;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
8829;;;;;; "ediff-util" "ediff-util.el" (17846 30361)) 8871;;;;;; "ediff-util" "ediff-util.el" (18104 24735))
8830;;; Generated autoloads from ediff-util.el 8872;;; Generated autoloads from ediff-util.el
8831 8873
8832(autoload (quote ediff-toggle-multiframe) "ediff-util" "\ 8874(autoload (quote ediff-toggle-multiframe) "ediff-util" "\
@@ -8847,7 +8889,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
8847 8889
8848;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 8890;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
8849;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 8891;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
8850;;;;;; (17842 58279)) 8892;;;;;; (18104 24735))
8851;;; Generated autoloads from edmacro.el 8893;;; Generated autoloads from edmacro.el
8852 8894
8853(defvar edmacro-eight-bits nil "\ 8895(defvar edmacro-eight-bits nil "\
@@ -8900,7 +8942,7 @@ or nil, use a compact 80-column format.
8900;;;*** 8942;;;***
8901 8943
8902;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 8944;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
8903;;;;;; "emulation/edt.el" (17842 54264)) 8945;;;;;; "emulation/edt.el" (18104 24748))
8904;;; Generated autoloads from emulation/edt.el 8946;;; Generated autoloads from emulation/edt.el
8905 8947
8906(autoload (quote edt-set-scroll-margins) "edt" "\ 8948(autoload (quote edt-set-scroll-margins) "edt" "\
@@ -8918,7 +8960,7 @@ Turn on EDT Emulation.
8918;;;*** 8960;;;***
8919 8961
8920;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 8962;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
8921;;;;;; (17873 45892)) 8963;;;;;; (18104 24735))
8922;;; Generated autoloads from ehelp.el 8964;;; Generated autoloads from ehelp.el
8923 8965
8924(autoload (quote with-electric-help) "ehelp" "\ 8966(autoload (quote with-electric-help) "ehelp" "\
@@ -8955,7 +8997,7 @@ Not documented
8955;;;*** 8997;;;***
8956 8998
8957;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 8999;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
8958;;;;;; "eldoc" "emacs-lisp/eldoc.el" (17992 30878)) 9000;;;;;; "eldoc" "emacs-lisp/eldoc.el" (18104 24748))
8959;;; Generated autoloads from emacs-lisp/eldoc.el 9001;;; Generated autoloads from emacs-lisp/eldoc.el
8960 9002
8961(defvar eldoc-minor-mode-string " ElDoc" "\ 9003(defvar eldoc-minor-mode-string " ElDoc" "\
@@ -8993,8 +9035,8 @@ Emacs Lisp mode) that support Eldoc.")
8993 9035
8994;;;*** 9036;;;***
8995 9037
8996;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (17842 9038;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (18104
8997;;;;;; 58279)) 9039;;;;;; 24735))
8998;;; Generated autoloads from elide-head.el 9040;;; Generated autoloads from elide-head.el
8999 9041
9000(autoload (quote elide-head) "elide-head" "\ 9042(autoload (quote elide-head) "elide-head" "\
@@ -9010,7 +9052,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
9010;;;*** 9052;;;***
9011 9053
9012;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" 9054;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"
9013;;;;;; (17842 54152)) 9055;;;;;; (18104 24748))
9014;;; Generated autoloads from emacs-lisp/elint.el 9056;;; Generated autoloads from emacs-lisp/elint.el
9015 9057
9016(autoload (quote elint-initialize) "elint" "\ 9058(autoload (quote elint-initialize) "elint" "\
@@ -9021,8 +9063,8 @@ Initialize elint.
9021;;;*** 9063;;;***
9022 9064
9023;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 9065;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
9024;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (17842 9066;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (18104
9025;;;;;; 54152)) 9067;;;;;; 24748))
9026;;; Generated autoloads from emacs-lisp/elp.el 9068;;; Generated autoloads from emacs-lisp/elp.el
9027 9069
9028(autoload (quote elp-instrument-function) "elp" "\ 9070(autoload (quote elp-instrument-function) "elp" "\
@@ -9056,7 +9098,7 @@ displayed.
9056;;;*** 9098;;;***
9057 9099
9058;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 9100;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
9059;;;;;; (17907 23437)) 9101;;;;;; (18104 24758))
9060;;; Generated autoloads from mail/emacsbug.el 9102;;; Generated autoloads from mail/emacsbug.el
9061 9103
9062(autoload (quote report-emacs-bug) "emacsbug" "\ 9104(autoload (quote report-emacs-bug) "emacsbug" "\
@@ -9148,26 +9190,12 @@ Not documented
9148 9190
9149;;;*** 9191;;;***
9150 9192
9151;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" 9193;;;### (autoloads (encoded-kbd-setup-display) "encoded-kb" "international/encoded-kb.el"
9152;;;;;; (17842 54888)) 9194;;;;;; (18104 24756))
9153;;; Generated autoloads from international/encoded-kb.el 9195;;; Generated autoloads from international/encoded-kb.el
9154 9196
9155(defvar encoded-kbd-mode nil "\ 9197(autoload (quote encoded-kbd-setup-display) "encoded-kb" "\
9156Non-nil if Encoded-Kbd mode is enabled. 9198Set up a `key-translation-map' for `keyboard-coding-system' on DISPLAY.
9157See the command `encoded-kbd-mode' for a description of this minor mode.
9158Setting this variable directly does not take effect;
9159either customize it (see the info node `Easy Customization')
9160or call the function `encoded-kbd-mode'.")
9161
9162(custom-autoload (quote encoded-kbd-mode) "encoded-kb" nil)
9163
9164(autoload (quote encoded-kbd-mode) "encoded-kb" "\
9165Toggle Encoded-kbd minor mode.
9166With arg, turn Encoded-kbd mode on if and only if arg is positive.
9167
9168You should not turn this mode on manually, instead use the command
9169\\[set-keyboard-coding-system] which turns on or off this mode
9170automatically.
9171 9199
9172DISPLAY may be a display id, a frame, or nil for the selected frame's display. 9200DISPLAY may be a display id, a frame, or nil for the selected frame's display.
9173 9201
@@ -9176,7 +9204,7 @@ DISPLAY may be a display id, a frame, or nil for the selected frame's display.
9176;;;*** 9204;;;***
9177 9205
9178;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 9206;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
9179;;;;;; "enriched" "textmodes/enriched.el" (17842 58277)) 9207;;;;;; "enriched" "textmodes/enriched.el" (18104 24771))
9180;;; Generated autoloads from textmodes/enriched.el 9208;;; Generated autoloads from textmodes/enriched.el
9181 9209
9182(autoload (quote enriched-mode) "enriched" "\ 9210(autoload (quote enriched-mode) "enriched" "\
@@ -9207,7 +9235,7 @@ Not documented
9207;;;*** 9235;;;***
9208 9236
9209;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" 9237;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
9210;;;;;; "erc/erc.el" (17935 53318)) 9238;;;;;; "erc/erc.el" (18104 24749))
9211;;; Generated autoloads from erc/erc.el 9239;;; Generated autoloads from erc/erc.el
9212 9240
9213(autoload (quote erc-select-read-args) "erc" "\ 9241(autoload (quote erc-select-read-args) "erc" "\
@@ -9249,33 +9277,33 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
9249 9277
9250;;;*** 9278;;;***
9251 9279
9252;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (17935 9280;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (18104
9253;;;;;; 53318)) 9281;;;;;; 24749))
9254;;; Generated autoloads from erc/erc-autoaway.el 9282;;; Generated autoloads from erc/erc-autoaway.el
9255 (autoload 'erc-autoaway-mode "erc-autoaway") 9283 (autoload 'erc-autoaway-mode "erc-autoaway")
9256 9284
9257;;;*** 9285;;;***
9258 9286
9259;;;### (autoloads nil "erc-button" "erc/erc-button.el" (17935 53318)) 9287;;;### (autoloads nil "erc-button" "erc/erc-button.el" (18104 24749))
9260;;; Generated autoloads from erc/erc-button.el 9288;;; Generated autoloads from erc/erc-button.el
9261 (autoload 'erc-button-mode "erc-button" nil t) 9289 (autoload 'erc-button-mode "erc-button" nil t)
9262 9290
9263;;;*** 9291;;;***
9264 9292
9265;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (17935 53318)) 9293;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (18104 24749))
9266;;; Generated autoloads from erc/erc-capab.el 9294;;; Generated autoloads from erc/erc-capab.el
9267 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 9295 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
9268 9296
9269;;;*** 9297;;;***
9270 9298
9271;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (17935 53318)) 9299;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (18104 24749))
9272;;; Generated autoloads from erc/erc-compat.el 9300;;; Generated autoloads from erc/erc-compat.el
9273 (autoload 'erc-define-minor-mode "erc-compat") 9301 (autoload 'erc-define-minor-mode "erc-compat")
9274 9302
9275;;;*** 9303;;;***
9276 9304
9277;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 9305;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
9278;;;;;; "erc-dcc" "erc/erc-dcc.el" (17842 54344)) 9306;;;;;; "erc-dcc" "erc/erc-dcc.el" (18104 24749))
9279;;; Generated autoloads from erc/erc-dcc.el 9307;;; Generated autoloads from erc/erc-dcc.el
9280 9308
9281(autoload (quote erc-cmd-DCC) "erc-dcc" "\ 9309(autoload (quote erc-cmd-DCC) "erc-dcc" "\
@@ -9307,7 +9335,7 @@ that subcommand.
9307;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 9335;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
9308;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 9336;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
9309;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 9337;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
9310;;;;;; (17842 54344)) 9338;;;;;; (18104 24749))
9311;;; Generated autoloads from erc/erc-ezbounce.el 9339;;; Generated autoloads from erc/erc-ezbounce.el
9312 9340
9313(autoload (quote erc-cmd-ezb) "erc-ezbounce" "\ 9341(autoload (quote erc-cmd-ezb) "erc-ezbounce" "\
@@ -9369,8 +9397,8 @@ Add EZBouncer convenience functions to ERC.
9369 9397
9370;;;*** 9398;;;***
9371 9399
9372;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (17935 9400;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (18104
9373;;;;;; 53318)) 9401;;;;;; 24749))
9374;;; Generated autoloads from erc/erc-fill.el 9402;;; Generated autoloads from erc/erc-fill.el
9375 (autoload 'erc-fill-mode "erc-fill" nil t) 9403 (autoload 'erc-fill-mode "erc-fill" nil t)
9376 9404
@@ -9382,15 +9410,15 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
9382 9410
9383;;;*** 9411;;;***
9384 9412
9385;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (17842 9413;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (18104
9386;;;;;; 54344)) 9414;;;;;; 24749))
9387;;; Generated autoloads from erc/erc-hecomplete.el 9415;;; Generated autoloads from erc/erc-hecomplete.el
9388 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t) 9416 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t)
9389 9417
9390;;;*** 9418;;;***
9391 9419
9392;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 9420;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
9393;;;;;; "erc/erc-identd.el" (17935 53318)) 9421;;;;;; "erc/erc-identd.el" (18104 24749))
9394;;; Generated autoloads from erc/erc-identd.el 9422;;; Generated autoloads from erc/erc-identd.el
9395 (autoload 'erc-identd-mode "erc-identd") 9423 (autoload 'erc-identd-mode "erc-identd")
9396 9424
@@ -9412,7 +9440,7 @@ Not documented
9412;;;*** 9440;;;***
9413 9441
9414;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 9442;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
9415;;;;;; (17842 54344)) 9443;;;;;; (18104 24749))
9416;;; Generated autoloads from erc/erc-imenu.el 9444;;; Generated autoloads from erc/erc-imenu.el
9417 9445
9418(autoload (quote erc-create-imenu-index) "erc-imenu" "\ 9446(autoload (quote erc-create-imenu-index) "erc-imenu" "\
@@ -9422,14 +9450,14 @@ Not documented
9422 9450
9423;;;*** 9451;;;***
9424 9452
9425;;;### (autoloads nil "erc-join" "erc/erc-join.el" (17842 54344)) 9453;;;### (autoloads nil "erc-join" "erc/erc-join.el" (18104 24749))
9426;;; Generated autoloads from erc/erc-join.el 9454;;; Generated autoloads from erc/erc-join.el
9427 (autoload 'erc-autojoin-mode "erc-join" nil t) 9455 (autoload 'erc-autojoin-mode "erc-join" nil t)
9428 9456
9429;;;*** 9457;;;***
9430 9458
9431;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 9459;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
9432;;;;;; "erc/erc-log.el" (17935 53318)) 9460;;;;;; "erc/erc-log.el" (18104 24749))
9433;;; Generated autoloads from erc/erc-log.el 9461;;; Generated autoloads from erc/erc-log.el
9434 (autoload 'erc-log-mode "erc-log" nil t) 9462 (autoload 'erc-log-mode "erc-log" nil t)
9435 9463
@@ -9461,7 +9489,7 @@ You can save every individual message by putting this function on
9461;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 9489;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
9462;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 9490;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
9463;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 9491;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
9464;;;;;; (17935 53318)) 9492;;;;;; (18104 24749))
9465;;; Generated autoloads from erc/erc-match.el 9493;;; Generated autoloads from erc/erc-match.el
9466 (autoload 'erc-match-mode "erc-match") 9494 (autoload 'erc-match-mode "erc-match")
9467 9495
@@ -9507,14 +9535,14 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
9507 9535
9508;;;*** 9536;;;***
9509 9537
9510;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (17935 53318)) 9538;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (18104 24749))
9511;;; Generated autoloads from erc/erc-menu.el 9539;;; Generated autoloads from erc/erc-menu.el
9512 (autoload 'erc-menu-mode "erc-menu" nil t) 9540 (autoload 'erc-menu-mode "erc-menu" nil t)
9513 9541
9514;;;*** 9542;;;***
9515 9543
9516;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 9544;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
9517;;;;;; (17935 53318)) 9545;;;;;; (18104 24749))
9518;;; Generated autoloads from erc/erc-netsplit.el 9546;;; Generated autoloads from erc/erc-netsplit.el
9519 (autoload 'erc-netsplit-mode "erc-netsplit") 9547 (autoload 'erc-netsplit-mode "erc-netsplit")
9520 9548
@@ -9526,7 +9554,7 @@ Show who's gone.
9526;;;*** 9554;;;***
9527 9555
9528;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" 9556;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
9529;;;;;; "erc/erc-networks.el" (17935 53318)) 9557;;;;;; "erc/erc-networks.el" (18104 24749))
9530;;; Generated autoloads from erc/erc-networks.el 9558;;; Generated autoloads from erc/erc-networks.el
9531 9559
9532(autoload (quote erc-determine-network) "erc-networks" "\ 9560(autoload (quote erc-determine-network) "erc-networks" "\
@@ -9544,7 +9572,7 @@ Interactively select a server to connect to using `erc-server-alist'.
9544;;;*** 9572;;;***
9545 9573
9546;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 9574;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
9547;;;;;; "erc/erc-notify.el" (17935 53318)) 9575;;;;;; "erc/erc-notify.el" (18104 24749))
9548;;; Generated autoloads from erc/erc-notify.el 9576;;; Generated autoloads from erc/erc-notify.el
9549 (autoload 'erc-notify-mode "erc-notify" nil t) 9577 (autoload 'erc-notify-mode "erc-notify" nil t)
9550 9578
@@ -9562,33 +9590,33 @@ Not documented
9562 9590
9563;;;*** 9591;;;***
9564 9592
9565;;;### (autoloads nil "erc-page" "erc/erc-page.el" (17842 54344)) 9593;;;### (autoloads nil "erc-page" "erc/erc-page.el" (18104 24749))
9566;;; Generated autoloads from erc/erc-page.el 9594;;; Generated autoloads from erc/erc-page.el
9567 (autoload 'erc-page-mode "erc-page") 9595 (autoload 'erc-page-mode "erc-page")
9568 9596
9569;;;*** 9597;;;***
9570 9598
9571;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (17935 9599;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (18104
9572;;;;;; 53318)) 9600;;;;;; 24749))
9573;;; Generated autoloads from erc/erc-pcomplete.el 9601;;; Generated autoloads from erc/erc-pcomplete.el
9574 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 9602 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9575 9603
9576;;;*** 9604;;;***
9577 9605
9578;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (17842 54344)) 9606;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (18104 24749))
9579;;; Generated autoloads from erc/erc-replace.el 9607;;; Generated autoloads from erc/erc-replace.el
9580 (autoload 'erc-replace-mode "erc-replace") 9608 (autoload 'erc-replace-mode "erc-replace")
9581 9609
9582;;;*** 9610;;;***
9583 9611
9584;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (17935 53318)) 9612;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (18104 24749))
9585;;; Generated autoloads from erc/erc-ring.el 9613;;; Generated autoloads from erc/erc-ring.el
9586 (autoload 'erc-ring-mode "erc-ring" nil t) 9614 (autoload 'erc-ring-mode "erc-ring" nil t)
9587 9615
9588;;;*** 9616;;;***
9589 9617
9590;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 9618;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
9591;;;;;; "erc-services" "erc/erc-services.el" (17935 53318)) 9619;;;;;; "erc-services" "erc/erc-services.el" (18104 24749))
9592;;; Generated autoloads from erc/erc-services.el 9620;;; Generated autoloads from erc/erc-services.el
9593 (autoload 'erc-services-mode "erc-services" nil t) 9621 (autoload 'erc-services-mode "erc-services" nil t)
9594 9622
@@ -9605,14 +9633,14 @@ When called interactively, read the password using `read-passwd'.
9605 9633
9606;;;*** 9634;;;***
9607 9635
9608;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (17842 54344)) 9636;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (18104 24749))
9609;;; Generated autoloads from erc/erc-sound.el 9637;;; Generated autoloads from erc/erc-sound.el
9610 (autoload 'erc-sound-mode "erc-sound") 9638 (autoload 'erc-sound-mode "erc-sound")
9611 9639
9612;;;*** 9640;;;***
9613 9641
9614;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 9642;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
9615;;;;;; (17935 53318)) 9643;;;;;; (18104 24749))
9616;;; Generated autoloads from erc/erc-speedbar.el 9644;;; Generated autoloads from erc/erc-speedbar.el
9617 9645
9618(autoload (quote erc-speedbar-browser) "erc-speedbar" "\ 9646(autoload (quote erc-speedbar-browser) "erc-speedbar" "\
@@ -9623,21 +9651,21 @@ This will add a speedbar major display mode.
9623 9651
9624;;;*** 9652;;;***
9625 9653
9626;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (17935 9654;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (18104
9627;;;;;; 53318)) 9655;;;;;; 24749))
9628;;; Generated autoloads from erc/erc-spelling.el 9656;;; Generated autoloads from erc/erc-spelling.el
9629 (autoload 'erc-spelling-mode "erc-spelling" nil t) 9657 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9630 9658
9631;;;*** 9659;;;***
9632 9660
9633;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (17935 53318)) 9661;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (18104 24749))
9634;;; Generated autoloads from erc/erc-stamp.el 9662;;; Generated autoloads from erc/erc-stamp.el
9635 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 9663 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9636 9664
9637;;;*** 9665;;;***
9638 9666
9639;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" 9667;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
9640;;;;;; (17935 53318)) 9668;;;;;; (18104 24749))
9641;;; Generated autoloads from erc/erc-track.el 9669;;; Generated autoloads from erc/erc-track.el
9642 9670
9643(defvar erc-track-minor-mode nil "\ 9671(defvar erc-track-minor-mode nil "\
@@ -9660,7 +9688,7 @@ module, otherwise the keybindings will not do anything useful.
9660;;;*** 9688;;;***
9661 9689
9662;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 9690;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
9663;;;;;; "erc-truncate" "erc/erc-truncate.el" (17842 54344)) 9691;;;;;; "erc-truncate" "erc/erc-truncate.el" (18104 24749))
9664;;; Generated autoloads from erc/erc-truncate.el 9692;;; Generated autoloads from erc/erc-truncate.el
9665 (autoload 'erc-truncate-mode "erc-truncate" nil t) 9693 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9666 9694
@@ -9680,7 +9708,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
9680;;;*** 9708;;;***
9681 9709
9682;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 9710;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
9683;;;;;; (17842 54344)) 9711;;;;;; (18104 24749))
9684;;; Generated autoloads from erc/erc-xdcc.el 9712;;; Generated autoloads from erc/erc-xdcc.el
9685 9713
9686(autoload (quote erc-xdcc-add-file) "erc-xdcc" "\ 9714(autoload (quote erc-xdcc-add-file) "erc-xdcc" "\
@@ -9690,8 +9718,8 @@ Add a file to `erc-xdcc-files'.
9690 9718
9691;;;*** 9719;;;***
9692 9720
9693;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (17914 9721;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (18104
9694;;;;;; 52082)) 9722;;;;;; 24749))
9695;;; Generated autoloads from eshell/esh-mode.el 9723;;; Generated autoloads from eshell/esh-mode.el
9696 9724
9697(autoload (quote eshell-mode) "esh-mode" "\ 9725(autoload (quote eshell-mode) "esh-mode" "\
@@ -9703,8 +9731,8 @@ Emacs shell interactive mode.
9703 9731
9704;;;*** 9732;;;***
9705 9733
9706;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (17842 9734;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (18104
9707;;;;;; 54411)) 9735;;;;;; 24749))
9708;;; Generated autoloads from eshell/esh-test.el 9736;;; Generated autoloads from eshell/esh-test.el
9709 9737
9710(autoload (quote eshell-test) "esh-test" "\ 9738(autoload (quote eshell-test) "esh-test" "\
@@ -9715,7 +9743,7 @@ Test Eshell to verify that it works as expected.
9715;;;*** 9743;;;***
9716 9744
9717;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command 9745;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command
9718;;;;;; eshell) "eshell" "eshell/eshell.el" (17842 54411)) 9746;;;;;; eshell) "eshell" "eshell/eshell.el" (18104 24749))
9719;;; Generated autoloads from eshell/eshell.el 9747;;; Generated autoloads from eshell/eshell.el
9720 9748
9721(autoload (quote eshell) "eshell" "\ 9749(autoload (quote eshell) "eshell" "\
@@ -9761,7 +9789,7 @@ Please include any configuration details that might be involved.
9761;;;;;; visit-tags-table tags-table-mode find-tag-default-function 9789;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9762;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 9790;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9763;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 9791;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9764;;;;;; (17842 56333)) 9792;;;;;; (18104 24765))
9765;;; Generated autoloads from progmodes/etags.el 9793;;; Generated autoloads from progmodes/etags.el
9766 9794
9767(defvar tags-file-name nil "\ 9795(defvar tags-file-name nil "\
@@ -10063,7 +10091,7 @@ for \\[find-tag] (which see).
10063;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker 10091;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker
10064;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker 10092;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker
10065;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) 10093;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal)
10066;;;;;; "ethio-util" "language/ethio-util.el" (17842 58278)) 10094;;;;;; "ethio-util" "language/ethio-util.el" (18104 24757))
10067;;; Generated autoloads from language/ethio-util.el 10095;;; Generated autoloads from language/ethio-util.el
10068 10096
10069(autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\ 10097(autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\
@@ -10258,7 +10286,7 @@ Transcribe Ethiopic characters in ASCII depending on the file extension.
10258 10286
10259;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 10287;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
10260;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 10288;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
10261;;;;;; (17842 55218)) 10289;;;;;; (18104 24759))
10262;;; Generated autoloads from net/eudc.el 10290;;; Generated autoloads from net/eudc.el
10263 10291
10264(autoload (quote eudc-set-server) "eudc" "\ 10292(autoload (quote eudc-set-server) "eudc" "\
@@ -10314,7 +10342,7 @@ This does nothing except loading eudc by autoload side-effect.
10314 10342
10315;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 10343;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
10316;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 10344;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
10317;;;;;; "eudc-bob" "net/eudc-bob.el" (17842 55218)) 10345;;;;;; "eudc-bob" "net/eudc-bob.el" (18104 24759))
10318;;; Generated autoloads from net/eudc-bob.el 10346;;; Generated autoloads from net/eudc-bob.el
10319 10347
10320(autoload (quote eudc-display-generic-binary) "eudc-bob" "\ 10348(autoload (quote eudc-display-generic-binary) "eudc-bob" "\
@@ -10350,7 +10378,7 @@ Display a button for the JPEG DATA.
10350;;;*** 10378;;;***
10351 10379
10352;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 10380;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
10353;;;;;; "eudc-export" "net/eudc-export.el" (17842 55218)) 10381;;;;;; "eudc-export" "net/eudc-export.el" (18104 24759))
10354;;; Generated autoloads from net/eudc-export.el 10382;;; Generated autoloads from net/eudc-export.el
10355 10383
10356(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ 10384(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
@@ -10367,7 +10395,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10367;;;*** 10395;;;***
10368 10396
10369;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 10397;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
10370;;;;;; (17842 55218)) 10398;;;;;; (18104 24759))
10371;;; Generated autoloads from net/eudc-hotlist.el 10399;;; Generated autoloads from net/eudc-hotlist.el
10372 10400
10373(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ 10401(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\
@@ -10377,8 +10405,8 @@ Edit the hotlist of directory servers in a specialized buffer.
10377 10405
10378;;;*** 10406;;;***
10379 10407
10380;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (17933 10408;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (18104
10381;;;;;; 14283)) 10409;;;;;; 24748))
10382;;; Generated autoloads from emacs-lisp/ewoc.el 10410;;; Generated autoloads from emacs-lisp/ewoc.el
10383 10411
10384(autoload (quote ewoc-create) "ewoc" "\ 10412(autoload (quote ewoc-create) "ewoc" "\
@@ -10407,7 +10435,7 @@ fourth arg NOSEP non-nil inhibits this.
10407;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 10435;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
10408;;;;;; executable-self-display executable-set-magic executable-interpret 10436;;;;;; executable-self-display executable-set-magic executable-interpret
10409;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 10437;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
10410;;;;;; (17842 56333)) 10438;;;;;; (18104 24765))
10411;;; Generated autoloads from progmodes/executable.el 10439;;; Generated autoloads from progmodes/executable.el
10412 10440
10413(autoload (quote executable-command-find-posix-p) "executable" "\ 10441(autoload (quote executable-command-find-posix-p) "executable" "\
@@ -10450,7 +10478,7 @@ file modes.
10450 10478
10451;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 10479;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
10452;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" 10480;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
10453;;;;;; (17925 52793)) 10481;;;;;; (18104 24735))
10454;;; Generated autoloads from expand.el 10482;;; Generated autoloads from expand.el
10455 10483
10456(autoload (quote expand-add-abbrevs) "expand" "\ 10484(autoload (quote expand-add-abbrevs) "expand" "\
@@ -10499,7 +10527,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
10499 10527
10500;;;*** 10528;;;***
10501 10529
10502;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (17842 56333)) 10530;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (18104 24765))
10503;;; Generated autoloads from progmodes/f90.el 10531;;; Generated autoloads from progmodes/f90.el
10504 10532
10505(autoload (quote f90-mode) "f90" "\ 10533(autoload (quote f90-mode) "f90" "\
@@ -10566,7 +10594,7 @@ with no args, if that value is non-nil.
10566;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only 10594;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only
10567;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu 10595;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu
10568;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) 10596;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face)
10569;;;;;; "facemenu" "facemenu.el" (17842 58279)) 10597;;;;;; "facemenu" "facemenu.el" (18104 24735))
10570;;; Generated autoloads from facemenu.el 10598;;; Generated autoloads from facemenu.el
10571 (define-key global-map "\M-o" 'facemenu-keymap) 10599 (define-key global-map "\M-o" 'facemenu-keymap)
10572 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) 10600 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
@@ -10734,7 +10762,7 @@ argument BUFFER-NAME is nil, it defaults to *Colors*.
10734;;;*** 10762;;;***
10735 10763
10736;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" 10764;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock"
10737;;;;;; "obsolete/fast-lock.el" (17994 6715)) 10765;;;;;; "obsolete/fast-lock.el" (18104 24760))
10738;;; Generated autoloads from obsolete/fast-lock.el 10766;;; Generated autoloads from obsolete/fast-lock.el
10739 10767
10740(autoload (quote fast-lock-mode) "fast-lock" "\ 10768(autoload (quote fast-lock-mode) "fast-lock" "\
@@ -10775,7 +10803,7 @@ Unconditionally turn on Fast Lock mode.
10775 10803
10776;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 10804;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
10777;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 10805;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
10778;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (17888 29839)) 10806;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (17900 45314))
10779;;; Generated autoloads from mail/feedmail.el 10807;;; Generated autoloads from mail/feedmail.el
10780 10808
10781(autoload (quote feedmail-send-it) "feedmail" "\ 10809(autoload (quote feedmail-send-it) "feedmail" "\
@@ -10829,7 +10857,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10829;;;*** 10857;;;***
10830 10858
10831;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 10859;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
10832;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (17943 4602)) 10860;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (18104 24735))
10833;;; Generated autoloads from ffap.el 10861;;; Generated autoloads from ffap.el
10834 10862
10835(autoload (quote ffap-next) "ffap" "\ 10863(autoload (quote ffap-next) "ffap" "\
@@ -10888,7 +10916,7 @@ Evaluate the forms in variable `ffap-bindings'.
10888;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 10916;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
10889;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 10917;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
10890;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 10918;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
10891;;;;;; "filecache" "filecache.el" (17842 58279)) 10919;;;;;; "filecache" "filecache.el" (18104 24735))
10892;;; Generated autoloads from filecache.el 10920;;; Generated autoloads from filecache.el
10893 10921
10894(autoload (quote file-cache-add-directory) "filecache" "\ 10922(autoload (quote file-cache-add-directory) "filecache" "\
@@ -10947,8 +10975,8 @@ the name is considered already unique; only the second substitution
10947 10975
10948;;;*** 10976;;;***
10949 10977
10950;;;### (autoloads (filesets-init) "filesets" "filesets.el" (17842 10978;;;### (autoloads (filesets-init) "filesets" "filesets.el" (18104
10951;;;;;; 58279)) 10979;;;;;; 24735))
10952;;; Generated autoloads from filesets.el 10980;;; Generated autoloads from filesets.el
10953 10981
10954(autoload (quote filesets-init) "filesets" "\ 10982(autoload (quote filesets-init) "filesets" "\
@@ -10959,7 +10987,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10959 10987
10960;;;*** 10988;;;***
10961 10989
10962;;;### (autoloads nil "fill" "textmodes/fill.el" (18007 39658)) 10990;;;### (autoloads nil "fill" "textmodes/fill.el" (18104 24771))
10963;;; Generated autoloads from textmodes/fill.el 10991;;; Generated autoloads from textmodes/fill.el
10964(put 'colon-double-space 'safe-local-variable 'booleanp) 10992(put 'colon-double-space 'safe-local-variable 'booleanp)
10965 10993
@@ -10967,7 +10995,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10967 10995
10968;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 10996;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
10969;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" 10997;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el"
10970;;;;;; (17992 30877)) 10998;;;;;; (18104 24736))
10971;;; Generated autoloads from find-dired.el 10999;;; Generated autoloads from find-dired.el
10972 11000
10973(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ 11001(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -11028,7 +11056,7 @@ Thus ARG can also contain additional grep options.
11028 11056
11029;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 11057;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
11030;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 11058;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
11031;;;;;; (17842 58279)) 11059;;;;;; (18104 24736))
11032;;; Generated autoloads from find-file.el 11060;;; Generated autoloads from find-file.el
11033 11061
11034(defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2))))) "\ 11062(defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2))))) "\
@@ -11122,7 +11150,7 @@ Visit the file you click on in another window.
11122;;;;;; find-variable find-variable-noselect find-function-other-frame 11150;;;;;; find-variable find-variable-noselect find-function-other-frame
11123;;;;;; find-function-other-window find-function find-function-noselect 11151;;;;;; find-function-other-window find-function find-function-noselect
11124;;;;;; find-function-search-for-symbol find-library) "find-func" 11152;;;;;; find-function-search-for-symbol find-library) "find-func"
11125;;;;;; "emacs-lisp/find-func.el" (17842 54152)) 11153;;;;;; "emacs-lisp/find-func.el" (18104 24748))
11126;;; Generated autoloads from emacs-lisp/find-func.el 11154;;; Generated autoloads from emacs-lisp/find-func.el
11127 11155
11128(autoload (quote find-library) "find-func" "\ 11156(autoload (quote find-library) "find-func" "\
@@ -11276,7 +11304,7 @@ Define some key bindings for the find-function family of functions.
11276;;;*** 11304;;;***
11277 11305
11278;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 11306;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
11279;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (17893 23802)) 11307;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (18104 24736))
11280;;; Generated autoloads from find-lisp.el 11308;;; Generated autoloads from find-lisp.el
11281 11309
11282(autoload (quote find-lisp-find-dired) "find-lisp" "\ 11310(autoload (quote find-lisp-find-dired) "find-lisp" "\
@@ -11297,7 +11325,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
11297;;;*** 11325;;;***
11298 11326
11299;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 11327;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
11300;;;;;; "finder" "finder.el" (17842 58279)) 11328;;;;;; "finder" "finder.el" (18104 24736))
11301;;; Generated autoloads from finder.el 11329;;; Generated autoloads from finder.el
11302 11330
11303(autoload (quote finder-list-keywords) "finder" "\ 11331(autoload (quote finder-list-keywords) "finder" "\
@@ -11319,7 +11347,7 @@ Find packages matching a given keyword.
11319;;;*** 11347;;;***
11320 11348
11321;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 11349;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
11322;;;;;; "flow-ctrl.el" (17842 58279)) 11350;;;;;; "flow-ctrl.el" (18104 24736))
11323;;; Generated autoloads from flow-ctrl.el 11351;;; Generated autoloads from flow-ctrl.el
11324 11352
11325(autoload (quote enable-flow-control) "flow-ctrl" "\ 11353(autoload (quote enable-flow-control) "flow-ctrl" "\
@@ -11341,7 +11369,7 @@ to get the effect of a C-q.
11341;;;*** 11369;;;***
11342 11370
11343;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 11371;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
11344;;;;;; (17842 54741)) 11372;;;;;; (18104 24750))
11345;;; Generated autoloads from gnus/flow-fill.el 11373;;; Generated autoloads from gnus/flow-fill.el
11346 11374
11347(autoload (quote fill-flowed-encode) "flow-fill" "\ 11375(autoload (quote fill-flowed-encode) "flow-fill" "\
@@ -11357,7 +11385,7 @@ Not documented
11357;;;*** 11385;;;***
11358 11386
11359;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) 11387;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode)
11360;;;;;; "flymake" "progmodes/flymake.el" (17934 27588)) 11388;;;;;; "flymake" "progmodes/flymake.el" (18104 24765))
11361;;; Generated autoloads from progmodes/flymake.el 11389;;; Generated autoloads from progmodes/flymake.el
11362 11390
11363(autoload (quote flymake-mode) "flymake" "\ 11391(autoload (quote flymake-mode) "flymake" "\
@@ -11381,7 +11409,7 @@ Turn flymake mode off.
11381 11409
11382;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 11410;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
11383;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 11411;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
11384;;;;;; "flyspell" "textmodes/flyspell.el" (18006 55797)) 11412;;;;;; "flyspell" "textmodes/flyspell.el" (18104 24771))
11385;;; Generated autoloads from textmodes/flyspell.el 11413;;; Generated autoloads from textmodes/flyspell.el
11386 11414
11387(autoload (quote flyspell-prog-mode) "flyspell" "\ 11415(autoload (quote flyspell-prog-mode) "flyspell" "\
@@ -11450,18 +11478,18 @@ Flyspell whole buffer.
11450 11478
11451;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 11479;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11452;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 11480;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
11453;;;;;; (17842 58279)) 11481;;;;;; (18104 24736))
11454;;; Generated autoloads from follow.el 11482;;; Generated autoloads from follow.el
11455 11483
11456(autoload (quote turn-on-follow-mode) "follow" "\ 11484(autoload (quote turn-on-follow-mode) "follow" "\
11457Turn on Follow mode. Please see the function `follow-mode'. 11485Turn on Follow mode. Please see the function `follow-mode'.
11458 11486
11459\(fn)" t nil) 11487\(fn)" nil nil)
11460 11488
11461(autoload (quote turn-off-follow-mode) "follow" "\ 11489(autoload (quote turn-off-follow-mode) "follow" "\
11462Turn off Follow mode. Please see the function `follow-mode'. 11490Turn off Follow mode. Please see the function `follow-mode'.
11463 11491
11464\(fn)" t nil) 11492\(fn)" nil nil)
11465 11493
11466(autoload (quote follow-mode) "follow" "\ 11494(autoload (quote follow-mode) "follow" "\
11467Minor mode that combines windows into one tall virtual window. 11495Minor mode that combines windows into one tall virtual window.
@@ -11479,16 +11507,16 @@ of two major techniques:
11479 movement commands. 11507 movement commands.
11480 11508
11481Follow mode comes to its prime when used on a large screen and two 11509Follow mode comes to its prime when used on a large screen and two
11482side-by-side window are used. The user can, with the help of Follow 11510side-by-side windows are used. The user can, with the help of Follow
11483mode, use two full-height windows as though they would have been 11511mode, use two full-height windows as though they would have been
11484one. Imagine yourself editing a large function, or section of text, 11512one. Imagine yourself editing a large function, or section of text,
11485and being able to use 144 lines instead of the normal 72... (your 11513and being able to use 144 lines instead of the normal 72... (your
11486mileage may vary). 11514mileage may vary).
11487 11515
11488To split one large window into two side-by-side windows, the commands 11516To split one large window into two side-by-side windows, the commands
11489`\\[split-window-horizontally]' or `M-x follow-delete-other-windows-and-split' can be used. 11517`\\[split-window-horizontally]' or `M-x follow-delete-other-windows-and-split' can be used.
11490 11518
11491Only windows displayed in the same frame follow each-other. 11519Only windows displayed in the same frame follow each other.
11492 11520
11493If the variable `follow-intercept-processes' is non-nil, Follow mode 11521If the variable `follow-intercept-processes' is non-nil, Follow mode
11494will listen to the output of processes and redisplay accordingly. 11522will listen to the output of processes and redisplay accordingly.
@@ -11508,11 +11536,11 @@ Create two side by side windows and enter Follow Mode.
11508Execute this command to display as much as possible of the text 11536Execute this command to display as much as possible of the text
11509in the selected window. All other windows, in the current 11537in the selected window. All other windows, in the current
11510frame, are deleted and the selected window is split in two 11538frame, are deleted and the selected window is split in two
11511side-by-side windows. Follow Mode is activated, hence the 11539side-by-side windows. Follow Mode is activated, hence the
11512two windows always will display two successive pages. 11540two windows always will display two successive pages.
11513\(If one window is moved, the other one will follow.) 11541\(If one window is moved, the other one will follow.)
11514 11542
11515If ARG is positive, the leftmost window is selected. If it negative, 11543If ARG is positive, the leftmost window is selected. If negative,
11516the rightmost is selected. If ARG is nil, the leftmost window is 11544the rightmost is selected. If ARG is nil, the leftmost window is
11517selected if the original window is the first one in the frame. 11545selected if the original window is the first one in the frame.
11518 11546
@@ -11524,8 +11552,8 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
11524 11552
11525;;;*** 11553;;;***
11526 11554
11527;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (17954 11555;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (18104
11528;;;;;; 24686)) 11556;;;;;; 24758))
11529;;; Generated autoloads from mail/footnote.el 11557;;; Generated autoloads from mail/footnote.el
11530 11558
11531(autoload (quote footnote-mode) "footnote" "\ 11559(autoload (quote footnote-mode) "footnote" "\
@@ -11546,7 +11574,7 @@ key binding
11546;;;*** 11574;;;***
11547 11575
11548;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 11576;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
11549;;;;;; "forms" "forms.el" (17842 58279)) 11577;;;;;; "forms" "forms.el" (18104 24736))
11550;;; Generated autoloads from forms.el 11578;;; Generated autoloads from forms.el
11551 11579
11552(autoload (quote forms-mode) "forms" "\ 11580(autoload (quote forms-mode) "forms" "\
@@ -11582,18 +11610,10 @@ Visit a file in Forms mode in other window.
11582 11610
11583;;;*** 11611;;;***
11584 11612
11585;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 11613;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
11586;;;;;; "progmodes/fortran.el" (17842 56333)) 11614;;;;;; (18104 24766))
11587;;; Generated autoloads from progmodes/fortran.el 11615;;; Generated autoloads from progmodes/fortran.el
11588 11616
11589(defvar fortran-tab-mode-default nil "\
11590*Default tabbing/carriage control style for empty files in Fortran mode.
11591A non-nil value specifies tab-digit style of continuation control.
11592A value of nil specifies that continuation lines are marked
11593with a character in column 6.")
11594
11595(custom-autoload (quote fortran-tab-mode-default) "fortran" t)
11596
11597(autoload (quote fortran-mode) "fortran" "\ 11617(autoload (quote fortran-mode) "fortran" "\
11598Major mode for editing Fortran code in fixed format. 11618Major mode for editing Fortran code in fixed format.
11599For free format code, use `f90-mode'. 11619For free format code, use `f90-mode'.
@@ -11669,7 +11689,7 @@ with no args, if that value is non-nil.
11669;;;*** 11689;;;***
11670 11690
11671;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 11691;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
11672;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (17842 55395)) 11692;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (18104 24761))
11673;;; Generated autoloads from play/fortune.el 11693;;; Generated autoloads from play/fortune.el
11674 11694
11675(autoload (quote fortune-add-fortune) "fortune" "\ 11695(autoload (quote fortune-add-fortune) "fortune" "\
@@ -11719,7 +11739,7 @@ and choose the directory as the fortune-file.
11719;;;*** 11739;;;***
11720 11740
11721;;;### (autoloads (gdb-enable-debug gdba) "gdb-ui" "progmodes/gdb-ui.el" 11741;;;### (autoloads (gdb-enable-debug gdba) "gdb-ui" "progmodes/gdb-ui.el"
11722;;;;;; (17941 38806)) 11742;;;;;; (18104 24766))
11723;;; Generated autoloads from progmodes/gdb-ui.el 11743;;; Generated autoloads from progmodes/gdb-ui.el
11724 11744
11725(autoload (quote gdba) "gdb-ui" "\ 11745(autoload (quote gdba) "gdb-ui" "\
@@ -11782,8 +11802,8 @@ Non-nil means record the process input and output in `gdb-debug-log'.")
11782;;;*** 11802;;;***
11783 11803
11784;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 11804;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
11785;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (17842 11805;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (18104
11786;;;;;; 54152)) 11806;;;;;; 24748))
11787;;; Generated autoloads from emacs-lisp/generic.el 11807;;; Generated autoloads from emacs-lisp/generic.el
11788 11808
11789(defvar generic-mode-list nil "\ 11809(defvar generic-mode-list nil "\
@@ -11858,7 +11878,7 @@ regular expression that can be used as an element of
11858;;;*** 11878;;;***
11859 11879
11860;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 11880;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
11861;;;;;; (17842 56333)) 11881;;;;;; (18104 24766))
11862;;; Generated autoloads from progmodes/glasses.el 11882;;; Generated autoloads from progmodes/glasses.el
11863 11883
11864(autoload (quote glasses-mode) "glasses" "\ 11884(autoload (quote glasses-mode) "glasses" "\
@@ -11871,7 +11891,7 @@ at places they belong to.
11871;;;*** 11891;;;***
11872 11892
11873;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 11893;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
11874;;;;;; gmm-message) "gmm-utils" "gnus/gmm-utils.el" (17934 27588)) 11894;;;;;; gmm-message) "gmm-utils" "gnus/gmm-utils.el" (18104 24750))
11875;;; Generated autoloads from gnus/gmm-utils.el 11895;;; Generated autoloads from gnus/gmm-utils.el
11876 11896
11877(autoload (quote gmm-message) "gmm-utils" "\ 11897(autoload (quote gmm-message) "gmm-utils" "\
@@ -11918,7 +11938,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11918;;;*** 11938;;;***
11919 11939
11920;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11940;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11921;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (17842 54741)) 11941;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (18104 24751))
11922;;; Generated autoloads from gnus/gnus.el 11942;;; Generated autoloads from gnus/gnus.el
11923(when (fboundp 'custom-autoload) 11943(when (fboundp 'custom-autoload)
11924 (custom-autoload 'gnus-select-method "gnus")) 11944 (custom-autoload 'gnus-select-method "gnus"))
@@ -11971,7 +11991,7 @@ prompt the user for the name of an NNTP server to use.
11971;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11991;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11972;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11992;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11973;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11993;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11974;;;;;; "gnus/gnus-agent.el" (17842 54741)) 11994;;;;;; "gnus/gnus-agent.el" (18104 24750))
11975;;; Generated autoloads from gnus/gnus-agent.el 11995;;; Generated autoloads from gnus/gnus-agent.el
11976 11996
11977(autoload (quote gnus-unplugged) "gnus-agent" "\ 11997(autoload (quote gnus-unplugged) "gnus-agent" "\
@@ -12062,7 +12082,7 @@ If CLEAN, obsolete (ignore).
12062;;;*** 12082;;;***
12063 12083
12064;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 12084;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
12065;;;;;; (17960 49045)) 12085;;;;;; (18104 24750))
12066;;; Generated autoloads from gnus/gnus-art.el 12086;;; Generated autoloads from gnus/gnus-art.el
12067 12087
12068(autoload (quote gnus-article-prepare-display) "gnus-art" "\ 12088(autoload (quote gnus-article-prepare-display) "gnus-art" "\
@@ -12073,7 +12093,7 @@ Make the current buffer look like a nice article.
12073;;;*** 12093;;;***
12074 12094
12075;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 12095;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
12076;;;;;; (17842 54741)) 12096;;;;;; (18104 24750))
12077;;; Generated autoloads from gnus/gnus-audio.el 12097;;; Generated autoloads from gnus/gnus-audio.el
12078 12098
12079(autoload (quote gnus-audio-play) "gnus-audio" "\ 12099(autoload (quote gnus-audio-play) "gnus-audio" "\
@@ -12085,8 +12105,8 @@ Play a sound FILE through the speaker.
12085 12105
12086;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 12106;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
12087;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 12107;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
12088;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (17842 12108;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (18104
12089;;;;;; 54741)) 12109;;;;;; 24750))
12090;;; Generated autoloads from gnus/gnus-cache.el 12110;;; Generated autoloads from gnus/gnus-cache.el
12091 12111
12092(autoload (quote gnus-jog-cache) "gnus-cache" "\ 12112(autoload (quote gnus-jog-cache) "gnus-cache" "\
@@ -12128,7 +12148,7 @@ supported.
12128;;;*** 12148;;;***
12129 12149
12130;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 12150;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
12131;;;;;; "gnus-delay" "gnus/gnus-delay.el" (17842 54741)) 12151;;;;;; "gnus-delay" "gnus/gnus-delay.el" (18104 24750))
12132;;; Generated autoloads from gnus/gnus-delay.el 12152;;; Generated autoloads from gnus/gnus-delay.el
12133 12153
12134(autoload (quote gnus-delay-article) "gnus-delay" "\ 12154(autoload (quote gnus-delay-article) "gnus-delay" "\
@@ -12164,7 +12184,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
12164;;;*** 12184;;;***
12165 12185
12166;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 12186;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
12167;;;;;; "gnus-diary" "gnus/gnus-diary.el" (17992 30878)) 12187;;;;;; "gnus-diary" "gnus/gnus-diary.el" (18104 24750))
12168;;; Generated autoloads from gnus/gnus-diary.el 12188;;; Generated autoloads from gnus/gnus-diary.el
12169 12189
12170(autoload (quote gnus-user-format-function-d) "gnus-diary" "\ 12190(autoload (quote gnus-user-format-function-d) "gnus-diary" "\
@@ -12180,7 +12200,7 @@ Not documented
12180;;;*** 12200;;;***
12181 12201
12182;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 12202;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
12183;;;;;; (17842 54741)) 12203;;;;;; (18104 24750))
12184;;; Generated autoloads from gnus/gnus-dired.el 12204;;; Generated autoloads from gnus/gnus-dired.el
12185 12205
12186(autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\ 12206(autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\
@@ -12191,7 +12211,7 @@ Convenience method to turn on gnus-dired-mode.
12191;;;*** 12211;;;***
12192 12212
12193;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 12213;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
12194;;;;;; (17842 54741)) 12214;;;;;; (18104 24750))
12195;;; Generated autoloads from gnus/gnus-draft.el 12215;;; Generated autoloads from gnus/gnus-draft.el
12196 12216
12197(autoload (quote gnus-draft-reminder) "gnus-draft" "\ 12217(autoload (quote gnus-draft-reminder) "gnus-draft" "\
@@ -12203,8 +12223,8 @@ Reminder user if there are unsent drafts.
12203 12223
12204;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 12224;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
12205;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 12225;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
12206;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (17842 12226;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (18104
12207;;;;;; 54741)) 12227;;;;;; 24750))
12208;;; Generated autoloads from gnus/gnus-fun.el 12228;;; Generated autoloads from gnus/gnus-fun.el
12209 12229
12210(autoload (quote gnus-random-x-face) "gnus-fun" "\ 12230(autoload (quote gnus-random-x-face) "gnus-fun" "\
@@ -12243,7 +12263,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
12243;;;*** 12263;;;***
12244 12264
12245;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 12265;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
12246;;;;;; "gnus-group" "gnus/gnus-group.el" (17842 54741)) 12266;;;;;; "gnus-group" "gnus/gnus-group.el" (18104 24750))
12247;;; Generated autoloads from gnus/gnus-group.el 12267;;; Generated autoloads from gnus/gnus-group.el
12248 12268
12249(autoload (quote gnus-fetch-group) "gnus-group" "\ 12269(autoload (quote gnus-fetch-group) "gnus-group" "\
@@ -12260,7 +12280,7 @@ Pop up a frame and enter GROUP.
12260;;;*** 12280;;;***
12261 12281
12262;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 12282;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
12263;;;;;; (17842 54741)) 12283;;;;;; (18104 24750))
12264;;; Generated autoloads from gnus/gnus-kill.el 12284;;; Generated autoloads from gnus/gnus-kill.el
12265 12285
12266(defalias (quote gnus-batch-kill) (quote gnus-batch-score)) 12286(defalias (quote gnus-batch-kill) (quote gnus-batch-score))
@@ -12275,7 +12295,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12275 12295
12276;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 12296;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
12277;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 12297;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
12278;;;;;; (17842 54741)) 12298;;;;;; (18104 24750))
12279;;; Generated autoloads from gnus/gnus-ml.el 12299;;; Generated autoloads from gnus/gnus-ml.el
12280 12300
12281(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\ 12301(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\
@@ -12300,7 +12320,7 @@ Minor mode for providing mailing-list commands.
12300 12320
12301;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 12321;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
12302;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 12322;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
12303;;;;;; (17842 54741)) 12323;;;;;; (18104 24750))
12304;;; Generated autoloads from gnus/gnus-mlspl.el 12324;;; Generated autoloads from gnus/gnus-mlspl.el
12305 12325
12306(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ 12326(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\
@@ -12401,7 +12421,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12401;;;*** 12421;;;***
12402 12422
12403;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" 12423;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
12404;;;;;; (17842 54741)) 12424;;;;;; (18104 24750))
12405;;; Generated autoloads from gnus/gnus-move.el 12425;;; Generated autoloads from gnus/gnus-move.el
12406 12426
12407(autoload (quote gnus-change-server) "gnus-move" "\ 12427(autoload (quote gnus-change-server) "gnus-move" "\
@@ -12413,7 +12433,7 @@ Update the .newsrc.eld file to reflect the change of nntp server.
12413;;;*** 12433;;;***
12414 12434
12415;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 12435;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
12416;;;;;; "gnus-msg" "gnus/gnus-msg.el" (17949 41467)) 12436;;;;;; "gnus-msg" "gnus/gnus-msg.el" (18104 24750))
12417;;; Generated autoloads from gnus/gnus-msg.el 12437;;; Generated autoloads from gnus/gnus-msg.el
12418 12438
12419(autoload (quote gnus-msg-mail) "gnus-msg" "\ 12439(autoload (quote gnus-msg-mail) "gnus-msg" "\
@@ -12438,7 +12458,7 @@ Like `message-reply'.
12438;;;*** 12458;;;***
12439 12459
12440;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups) 12460;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups)
12441;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (17842 54741)) 12461;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (18104 24750))
12442;;; Generated autoloads from gnus/gnus-nocem.el 12462;;; Generated autoloads from gnus/gnus-nocem.el
12443 12463
12444(autoload (quote gnus-nocem-scan-groups) "gnus-nocem" "\ 12464(autoload (quote gnus-nocem-scan-groups) "gnus-nocem" "\
@@ -12455,7 +12475,7 @@ Load the NoCeM cache.
12455 12475
12456;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 12476;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
12457;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 12477;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
12458;;;;;; (17842 54741)) 12478;;;;;; (18104 24750))
12459;;; Generated autoloads from gnus/gnus-picon.el 12479;;; Generated autoloads from gnus/gnus-picon.el
12460 12480
12461(autoload (quote gnus-treat-from-picon) "gnus-picon" "\ 12481(autoload (quote gnus-treat-from-picon) "gnus-picon" "\
@@ -12482,7 +12502,7 @@ If picons are already displayed, remove them.
12482;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 12502;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
12483;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 12503;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
12484;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 12504;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
12485;;;;;; "gnus/gnus-range.el" (17842 54741)) 12505;;;;;; "gnus/gnus-range.el" (18104 24750))
12486;;; Generated autoloads from gnus/gnus-range.el 12506;;; Generated autoloads from gnus/gnus-range.el
12487 12507
12488(autoload (quote gnus-sorted-difference) "gnus-range" "\ 12508(autoload (quote gnus-sorted-difference) "gnus-range" "\
@@ -12550,7 +12570,7 @@ Add NUM into sorted LIST by side effect.
12550;;;*** 12570;;;***
12551 12571
12552;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 12572;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
12553;;;;;; "gnus-registry" "gnus/gnus-registry.el" (17934 27588)) 12573;;;;;; "gnus-registry" "gnus/gnus-registry.el" (18104 24750))
12554;;; Generated autoloads from gnus/gnus-registry.el 12574;;; Generated autoloads from gnus/gnus-registry.el
12555 12575
12556(autoload (quote gnus-registry-initialize) "gnus-registry" "\ 12576(autoload (quote gnus-registry-initialize) "gnus-registry" "\
@@ -12566,8 +12586,8 @@ Install the registry hooks.
12566;;;*** 12586;;;***
12567 12587
12568;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 12588;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
12569;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (17842 12589;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (18104
12570;;;;;; 54741)) 12590;;;;;; 24750))
12571;;; Generated autoloads from gnus/gnus-sieve.el 12591;;; Generated autoloads from gnus/gnus-sieve.el
12572 12592
12573(autoload (quote gnus-sieve-update) "gnus-sieve" "\ 12593(autoload (quote gnus-sieve-update) "gnus-sieve" "\
@@ -12595,7 +12615,7 @@ Not documented
12595;;;*** 12615;;;***
12596 12616
12597;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" 12617;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
12598;;;;;; (17842 54741)) 12618;;;;;; (18104 24750))
12599;;; Generated autoloads from gnus/gnus-soup.el 12619;;; Generated autoloads from gnus/gnus-soup.el
12600 12620
12601(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ 12621(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\
@@ -12615,7 +12635,7 @@ Note -- this function hasn't been implemented yet.
12615;;;*** 12635;;;***
12616 12636
12617;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 12637;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
12618;;;;;; (17842 54741)) 12638;;;;;; (18104 24750))
12619;;; Generated autoloads from gnus/gnus-spec.el 12639;;; Generated autoloads from gnus/gnus-spec.el
12620 12640
12621(autoload (quote gnus-update-format) "gnus-spec" "\ 12641(autoload (quote gnus-update-format) "gnus-spec" "\
@@ -12626,8 +12646,8 @@ Update the format specification near point.
12626;;;*** 12646;;;***
12627 12647
12628;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news 12648;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news
12629;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (17842 12649;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (18104
12630;;;;;; 54741)) 12650;;;;;; 24750))
12631;;; Generated autoloads from gnus/gnus-start.el 12651;;; Generated autoloads from gnus/gnus-start.el
12632 12652
12633(autoload (quote gnus-declare-backend) "gnus-start" "\ 12653(autoload (quote gnus-declare-backend) "gnus-start" "\
@@ -12643,7 +12663,7 @@ Not documented
12643;;;*** 12663;;;***
12644 12664
12645;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 12665;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
12646;;;;;; (17842 54741)) 12666;;;;;; (18104 24751))
12647;;; Generated autoloads from gnus/gnus-win.el 12667;;; Generated autoloads from gnus/gnus-win.el
12648 12668
12649(autoload (quote gnus-add-configuration) "gnus-win" "\ 12669(autoload (quote gnus-add-configuration) "gnus-win" "\
@@ -12653,7 +12673,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12653 12673
12654;;;*** 12674;;;***
12655 12675
12656;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (17941 38806)) 12676;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (18104 24761))
12657;;; Generated autoloads from play/gomoku.el 12677;;; Generated autoloads from play/gomoku.el
12658 12678
12659(autoload (quote gomoku) "gomoku" "\ 12679(autoload (quote gomoku) "gomoku" "\
@@ -12680,7 +12700,7 @@ Use \\[describe-mode] for more info.
12680;;;*** 12700;;;***
12681 12701
12682;;;### (autoloads (goto-address goto-address-at-point) "goto-addr" 12702;;;### (autoloads (goto-address goto-address-at-point) "goto-addr"
12683;;;;;; "net/goto-addr.el" (17842 55218)) 12703;;;;;; "net/goto-addr.el" (18104 24759))
12684;;; Generated autoloads from net/goto-addr.el 12704;;; Generated autoloads from net/goto-addr.el
12685 12705
12686(define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1") 12706(define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1")
@@ -12710,7 +12730,7 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
12710 12730
12711;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults 12731;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12712;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 12732;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12713;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17944 20144)) 12733;;;;;; grep-window-height) "grep" "progmodes/grep.el" (18104 24766))
12714;;; Generated autoloads from progmodes/grep.el 12734;;; Generated autoloads from progmodes/grep.el
12715 12735
12716(defvar grep-window-height nil "\ 12736(defvar grep-window-height nil "\
@@ -12850,7 +12870,7 @@ This command shares argument histories with \\[lgrep] and \\[grep-find].
12850 12870
12851;;;*** 12871;;;***
12852 12872
12853;;;### (autoloads (gs-load-image) "gs" "gs.el" (17842 58279)) 12873;;;### (autoloads (gs-load-image) "gs" "gs.el" (18104 24737))
12854;;; Generated autoloads from gs.el 12874;;; Generated autoloads from gs.el
12855 12875
12856(autoload (quote gs-load-image) "gs" "\ 12876(autoload (quote gs-load-image) "gs" "\
@@ -12864,7 +12884,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12864;;;*** 12884;;;***
12865 12885
12866;;;### (autoloads (gdb-script-mode jdb pdb perldb xdb dbx sdb gdb) 12886;;;### (autoloads (gdb-script-mode jdb pdb perldb xdb dbx sdb gdb)
12867;;;;;; "gud" "progmodes/gud.el" (17992 30878)) 12887;;;;;; "gud" "progmodes/gud.el" (18104 24766))
12868;;; Generated autoloads from progmodes/gud.el 12888;;; Generated autoloads from progmodes/gud.el
12869 12889
12870(autoload (quote gdb) "gud" "\ 12890(autoload (quote gdb) "gud" "\
@@ -12938,7 +12958,7 @@ gud, see `gud-mode'.
12938\(fn COMMAND-LINE)" t nil) 12958\(fn COMMAND-LINE)" t nil)
12939 (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)") 12959 (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)")
12940 12960
12941(add-to-list (quote auto-mode-alist) (quote ("/\\.gdbinit" . gdb-script-mode))) 12961(add-to-list (quote auto-mode-alist) (quote ("/\\.[a-z0-9-]*gdbinit" . gdb-script-mode)))
12942 12962
12943(autoload (quote gdb-script-mode) "gud" "\ 12963(autoload (quote gdb-script-mode) "gud" "\
12944Major mode for editing GDB scripts 12964Major mode for editing GDB scripts
@@ -12947,8 +12967,8 @@ Major mode for editing GDB scripts
12947 12967
12948;;;*** 12968;;;***
12949 12969
12950;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (17842 12970;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (18104
12951;;;;;; 55395)) 12971;;;;;; 24761))
12952;;; Generated autoloads from play/handwrite.el 12972;;; Generated autoloads from play/handwrite.el
12953 12973
12954(autoload (quote handwrite) "handwrite" "\ 12974(autoload (quote handwrite) "handwrite" "\
@@ -12966,7 +12986,7 @@ Variables: handwrite-linespace (default 12)
12966;;;*** 12986;;;***
12967 12987
12968;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 12988;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12969;;;;;; (17742 40275)) 12989;;;;;; (17754 24255))
12970;;; Generated autoloads from play/hanoi.el 12990;;; Generated autoloads from play/hanoi.el
12971 12991
12972(autoload (quote hanoi) "hanoi" "\ 12992(autoload (quote hanoi) "hanoi" "\
@@ -12996,7 +13016,7 @@ to be updated.
12996;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 13016;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12997;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 13017;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12998;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 13018;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12999;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (17842 58279)) 13019;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (18104 24737))
13000;;; Generated autoloads from help-at-pt.el 13020;;; Generated autoloads from help-at-pt.el
13001 13021
13002(autoload (quote help-at-pt-string) "help-at-pt" "\ 13022(autoload (quote help-at-pt-string) "help-at-pt" "\
@@ -13126,7 +13146,7 @@ different regions. With numeric argument ARG, behaves like
13126;;;### (autoloads (describe-categories describe-syntax describe-variable 13146;;;### (autoloads (describe-categories describe-syntax describe-variable
13127;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name 13147;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name
13128;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el" 13148;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el"
13129;;;;;; (17845 46651)) 13149;;;;;; (18104 24737))
13130;;; Generated autoloads from help-fns.el 13150;;; Generated autoloads from help-fns.el
13131 13151
13132(autoload (quote describe-function) "help-fns" "\ 13152(autoload (quote describe-function) "help-fns" "\
@@ -13184,7 +13204,7 @@ BUFFER should be a buffer or a buffer name.
13184;;;*** 13204;;;***
13185 13205
13186;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 13206;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
13187;;;;;; (17842 58279)) 13207;;;;;; (18104 24737))
13188;;; Generated autoloads from help-macro.el 13208;;; Generated autoloads from help-macro.el
13189 13209
13190(defvar three-step-help nil "\ 13210(defvar three-step-help nil "\
@@ -13200,7 +13220,7 @@ A value of nil means skip the middle step, so that
13200 13220
13201;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 13221;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
13202;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup 13222;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
13203;;;;;; help-mode) "help-mode" "help-mode.el" (17842 58279)) 13223;;;;;; help-mode) "help-mode" "help-mode.el" (18104 24737))
13204;;; Generated autoloads from help-mode.el 13224;;; Generated autoloads from help-mode.el
13205 13225
13206(autoload (quote help-mode) "help-mode" "\ 13226(autoload (quote help-mode) "help-mode" "\
@@ -13283,7 +13303,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
13283;;;*** 13303;;;***
13284 13304
13285;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 13305;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
13286;;;;;; "emacs-lisp/helper.el" (17842 54152)) 13306;;;;;; "emacs-lisp/helper.el" (18104 24748))
13287;;; Generated autoloads from emacs-lisp/helper.el 13307;;; Generated autoloads from emacs-lisp/helper.el
13288 13308
13289(autoload (quote Helper-describe-bindings) "helper" "\ 13309(autoload (quote Helper-describe-bindings) "helper" "\
@@ -13299,7 +13319,7 @@ Provide help for current mode.
13299;;;*** 13319;;;***
13300 13320
13301;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 13321;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
13302;;;;;; "hexl.el" (17844 53657)) 13322;;;;;; "hexl.el" (18104 24737))
13303;;; Generated autoloads from hexl.el 13323;;; Generated autoloads from hexl.el
13304 13324
13305(autoload (quote hexl-mode) "hexl" "\ 13325(autoload (quote hexl-mode) "hexl" "\
@@ -13396,7 +13416,7 @@ This discards the buffer's undo information.
13396;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 13416;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
13397;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 13417;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
13398;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 13418;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
13399;;;;;; (17992 30877)) 13419;;;;;; (18104 24737))
13400;;; Generated autoloads from hi-lock.el 13420;;; Generated autoloads from hi-lock.el
13401 13421
13402(autoload (quote hi-lock-mode) "hi-lock" "\ 13422(autoload (quote hi-lock-mode) "hi-lock" "\
@@ -13526,7 +13546,7 @@ be found in variable `hi-lock-interactive-patterns'.
13526;;;*** 13546;;;***
13527 13547
13528;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially 13548;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially
13529;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (17842 56333)) 13549;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (18104 24766))
13530;;; Generated autoloads from progmodes/hideif.el 13550;;; Generated autoloads from progmodes/hideif.el
13531 13551
13532(autoload (quote hide-ifdef-mode) "hideif" "\ 13552(autoload (quote hide-ifdef-mode) "hideif" "\
@@ -13581,7 +13601,7 @@ how the hiding is done:
13581;;;*** 13601;;;***
13582 13602
13583;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" 13603;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
13584;;;;;; (17934 43341)) 13604;;;;;; (18104 24766))
13585;;; Generated autoloads from progmodes/hideshow.el 13605;;; Generated autoloads from progmodes/hideshow.el
13586 13606
13587(defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\ 13607(defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\
@@ -13644,7 +13664,7 @@ Unconditionally turn off `hs-minor-mode'.
13644;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 13664;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
13645;;;;;; highlight-changes-previous-change highlight-changes-next-change 13665;;;;;; highlight-changes-previous-change highlight-changes-next-change
13646;;;;;; highlight-changes-mode highlight-changes-remove-highlight) 13666;;;;;; highlight-changes-mode highlight-changes-remove-highlight)
13647;;;;;; "hilit-chg" "hilit-chg.el" (17842 58279)) 13667;;;;;; "hilit-chg" "hilit-chg.el" (18104 24737))
13648;;; Generated autoloads from hilit-chg.el 13668;;; Generated autoloads from hilit-chg.el
13649 13669
13650(autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\ 13670(autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\
@@ -13774,7 +13794,7 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil).
13774;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 13794;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
13775;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 13795;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
13776;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 13796;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
13777;;;;;; "hippie-exp.el" (17842 58279)) 13797;;;;;; "hippie-exp.el" (18104 24737))
13778;;; Generated autoloads from hippie-exp.el 13798;;; Generated autoloads from hippie-exp.el
13779 13799
13780(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)) "\ 13800(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)) "\
@@ -13847,7 +13867,7 @@ argument VERBOSE non-nil makes the function verbose.
13847;;;*** 13867;;;***
13848 13868
13849;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13869;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13850;;;;;; (17842 58279)) 13870;;;;;; (18104 24737))
13851;;; Generated autoloads from hl-line.el 13871;;; Generated autoloads from hl-line.el
13852 13872
13853(autoload (quote hl-line-mode) "hl-line" "\ 13873(autoload (quote hl-line-mode) "hl-line" "\
@@ -13888,7 +13908,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13888;;;*** 13908;;;***
13889 13909
13890;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" 13910;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el"
13891;;;;;; (17956 13479)) 13911;;;;;; (18104 24745))
13892;;; Generated autoloads from calendar/holidays.el 13912;;; Generated autoloads from calendar/holidays.el
13893 13913
13894(autoload (quote holidays) "holidays" "\ 13914(autoload (quote holidays) "holidays" "\
@@ -13924,8 +13944,8 @@ The optional LABEL is used to label the buffer created.
13924 13944
13925;;;*** 13945;;;***
13926 13946
13927;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (17842 13947;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (18104
13928;;;;;; 54741)) 13948;;;;;; 24751))
13929;;; Generated autoloads from gnus/html2text.el 13949;;; Generated autoloads from gnus/html2text.el
13930 13950
13931(autoload (quote html2text) "html2text" "\ 13951(autoload (quote html2text) "html2text" "\
@@ -13957,7 +13977,7 @@ Convert HTML to plain text in the current buffer.
13957;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group 13977;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
13958;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group 13978;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
13959;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode 13979;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
13960;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (17842 58279)) 13980;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (18104 24737))
13961;;; Generated autoloads from ibuf-ext.el 13981;;; Generated autoloads from ibuf-ext.el
13962 13982
13963(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ 13983(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
@@ -14294,7 +14314,7 @@ Mark buffers whose associated file is compressed.
14294\(fn)" t nil) 14314\(fn)" t nil)
14295 14315
14296(autoload (quote ibuffer-mark-old-buffers) "ibuf-ext" "\ 14316(autoload (quote ibuffer-mark-old-buffers) "ibuf-ext" "\
14297Mark buffers which have not been viewed in `ibuffer-old-time' days. 14317Mark buffers which have not been viewed in `ibuffer-old-time' hours.
14298 14318
14299\(fn)" t nil) 14319\(fn)" t nil)
14300 14320
@@ -14323,8 +14343,8 @@ defaults to one.
14323;;;*** 14343;;;***
14324 14344
14325;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 14345;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
14326;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (17842 14346;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (18104
14327;;;;;; 58279)) 14347;;;;;; 24737))
14328;;; Generated autoloads from ibuf-macs.el 14348;;; Generated autoloads from ibuf-macs.el
14329 14349
14330(autoload (quote define-ibuffer-column) "ibuf-macs" "\ 14350(autoload (quote define-ibuffer-column) "ibuf-macs" "\
@@ -14413,7 +14433,7 @@ bound to the current value of the filter.
14413;;;*** 14433;;;***
14414 14434
14415;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 14435;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
14416;;;;;; "ibuffer" "ibuffer.el" (17842 58279)) 14436;;;;;; "ibuffer" "ibuffer.el" (18104 24737))
14417;;; Generated autoloads from ibuffer.el 14437;;; Generated autoloads from ibuffer.el
14418 14438
14419(autoload (quote ibuffer-list-buffers) "ibuffer" "\ 14439(autoload (quote ibuffer-list-buffers) "ibuffer" "\
@@ -14454,7 +14474,7 @@ FORMATS is the value to use for `ibuffer-formats'.
14454 14474
14455;;;### (autoloads (icalendar-import-buffer icalendar-import-file 14475;;;### (autoloads (icalendar-import-buffer icalendar-import-file
14456;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 14476;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
14457;;;;;; "calendar/icalendar.el" (17921 16827)) 14477;;;;;; "calendar/icalendar.el" (18104 24745))
14458;;; Generated autoloads from calendar/icalendar.el 14478;;; Generated autoloads from calendar/icalendar.el
14459 14479
14460(autoload (quote icalendar-export-file) "icalendar" "\ 14480(autoload (quote icalendar-export-file) "icalendar" "\
@@ -14506,8 +14526,8 @@ buffer `*icalendar-errors*'.
14506 14526
14507;;;*** 14527;;;***
14508 14528
14509;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (17907 14529;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (18104
14510;;;;;; 1407)) 14530;;;;;; 24737))
14511;;; Generated autoloads from icomplete.el 14531;;; Generated autoloads from icomplete.el
14512 14532
14513(defvar icomplete-mode nil "\ 14533(defvar icomplete-mode nil "\
@@ -14527,7 +14547,7 @@ With a numeric argument, turn Icomplete mode on iff ARG is positive.
14527 14547
14528;;;*** 14548;;;***
14529 14549
14530;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (17842 56333)) 14550;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (18104 24766))
14531;;; Generated autoloads from progmodes/icon.el 14551;;; Generated autoloads from progmodes/icon.el
14532 14552
14533(autoload (quote icon-mode) "icon" "\ 14553(autoload (quote icon-mode) "icon" "\
@@ -14568,7 +14588,7 @@ with no args, if that value is non-nil.
14568;;;*** 14588;;;***
14569 14589
14570;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 14590;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
14571;;;;;; (17965 23638)) 14591;;;;;; (18104 24767))
14572;;; Generated autoloads from progmodes/idlw-shell.el 14592;;; Generated autoloads from progmodes/idlw-shell.el
14573 14593
14574(autoload (quote idlwave-shell) "idlw-shell" "\ 14594(autoload (quote idlwave-shell) "idlw-shell" "\
@@ -14594,7 +14614,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
14594;;;*** 14614;;;***
14595 14615
14596;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 14616;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
14597;;;;;; (17992 30878)) 14617;;;;;; (18104 24767))
14598;;; Generated autoloads from progmodes/idlwave.el 14618;;; Generated autoloads from progmodes/idlwave.el
14599 14619
14600(autoload (quote idlwave-mode) "idlwave" "\ 14620(autoload (quote idlwave-mode) "idlwave" "\
@@ -14729,8 +14749,8 @@ The main features of this mode are
14729;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 14749;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14730;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 14750;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14731;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 14751;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
14732;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (17963 14752;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (18104
14733;;;;;; 25911)) 14753;;;;;; 24737))
14734;;; Generated autoloads from ido.el 14754;;; Generated autoloads from ido.el
14735 14755
14736(defvar ido-mode nil "\ 14756(defvar ido-mode nil "\
@@ -14991,7 +15011,7 @@ DEF, if non-nil, is the default value.
14991 15011
14992;;;*** 15012;;;***
14993 15013
14994;;;### (autoloads (ielm) "ielm" "ielm.el" (17842 58279)) 15014;;;### (autoloads (ielm) "ielm" "ielm.el" (18104 24737))
14995;;; Generated autoloads from ielm.el 15015;;; Generated autoloads from ielm.el
14996 (add-hook 'same-window-buffer-names "*ielm*") 15016 (add-hook 'same-window-buffer-names "*ielm*")
14997 15017
@@ -15004,7 +15024,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
15004;;;*** 15024;;;***
15005 15025
15006;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" 15026;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el"
15007;;;;;; (17842 58279)) 15027;;;;;; (18104 24737))
15008;;; Generated autoloads from iimage.el 15028;;; Generated autoloads from iimage.el
15009 15029
15010(autoload (quote turn-on-iimage-mode) "iimage" "\ 15030(autoload (quote turn-on-iimage-mode) "iimage" "\
@@ -15023,7 +15043,7 @@ Toggle inline image minor mode.
15023;;;;;; insert-image put-image create-image image-type-auto-detected-p 15043;;;;;; insert-image put-image create-image image-type-auto-detected-p
15024;;;;;; image-type-available-p image-type image-type-from-file-name 15044;;;;;; image-type-available-p image-type image-type-from-file-name
15025;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data) 15045;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data)
15026;;;;;; "image" "image.el" (17868 42568)) 15046;;;;;; "image" "image.el" (18104 24737))
15027;;; Generated autoloads from image.el 15047;;; Generated autoloads from image.el
15028 15048
15029(autoload (quote image-type-from-data) "image" "\ 15049(autoload (quote image-type-from-data) "image" "\
@@ -15056,14 +15076,14 @@ be determined.
15056 15076
15057(autoload (quote image-type) "image" "\ 15077(autoload (quote image-type) "image" "\
15058Determine and return image type. 15078Determine and return image type.
15059FILE-OR-DATA is an image file name or image data. 15079SOURCE is an image file name or image data.
15060Optional TYPE is a symbol describing the image type. If TYPE is omitted 15080Optional TYPE is a symbol describing the image type. If TYPE is omitted
15061or nil, try to determine the image type from its first few bytes 15081or nil, try to determine the image type from its first few bytes
15062of image data. If that doesn't work, and FILE-OR-DATA is a file name, 15082of image data. If that doesn't work, and SOURCE is a file name,
15063use its file extension as image type. 15083use its file extension as image type.
15064Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data. 15084Optional DATA-P non-nil means SOURCE is a string containing image data.
15065 15085
15066\(fn FILE-OR-DATA &optional TYPE DATA-P)" nil nil) 15086\(fn SOURCE &optional TYPE DATA-P)" nil nil)
15067 15087
15068(autoload (quote image-type-available-p) "image" "\ 15088(autoload (quote image-type-available-p) "image" "\
15069Return non-nil if image type TYPE is available. 15089Return non-nil if image type TYPE is available.
@@ -15073,15 +15093,11 @@ Image types are symbols like `xbm' or `jpeg'.
15073 15093
15074(autoload (quote image-type-auto-detected-p) "image" "\ 15094(autoload (quote image-type-auto-detected-p) "image" "\
15075Return t iff the current buffer contains an auto-detectable image. 15095Return t iff the current buffer contains an auto-detectable image.
15076This function is intended to be used from `magic-mode-alist' (which see). 15096This function is intended to be used from `magic-fallback-mode-alist'.
15077 15097
15078First, compare the beginning of the buffer with `image-type-header-regexps'. 15098The buffer is considered to contain an auto-detectable image if
15079If an appropriate image type is found, check if that image type can be 15099its beginning matches an image type in `image-type-header-regexps',
15080autodetected using the variable `image-type-auto-detectable'. Finally, 15100and that image type is present in `image-type-auto-detectable'.
15081if `buffer-file-name' is non-nil, check if it matches another major mode
15082in `auto-mode-alist' apart from `image-mode'; if there is another match,
15083the autodetection is considered to have failed. Return t if all the above
15084steps succeed.
15085 15101
15086\(fn)" nil nil) 15102\(fn)" nil nil)
15087 15103
@@ -15204,7 +15220,7 @@ Example:
15204;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 15220;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
15205;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 15221;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
15206;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs) 15222;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs)
15207;;;;;; "image-dired" "image-dired.el" (17992 30877)) 15223;;;;;; "image-dired" "image-dired.el" (18104 24737))
15208;;; Generated autoloads from image-dired.el 15224;;; Generated autoloads from image-dired.el
15209 15225
15210(autoload (quote image-dired-dired-insert-marked-thumbs) "image-dired" "\ 15226(autoload (quote image-dired-dired-insert-marked-thumbs) "image-dired" "\
@@ -15338,7 +15354,7 @@ easy-to-use form.
15338 15354
15339;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 15355;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
15340;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 15356;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
15341;;;;;; "image-file.el" (17842 58279)) 15357;;;;;; "image-file.el" (18104 24737))
15342;;; Generated autoloads from image-file.el 15358;;; Generated autoloads from image-file.el
15343 15359
15344(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ 15360(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\
@@ -15400,7 +15416,7 @@ Image files are those whose name has an extension in
15400;;;*** 15416;;;***
15401 15417
15402;;;### (autoloads (image-mode-maybe image-minor-mode image-mode) 15418;;;### (autoloads (image-mode-maybe image-minor-mode image-mode)
15403;;;;;; "image-mode" "image-mode.el" (17868 42581)) 15419;;;;;; "image-mode" "image-mode.el" (18104 24737))
15404;;; Generated autoloads from image-mode.el 15420;;; Generated autoloads from image-mode.el
15405 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) 15421 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist)
15406 (push '("\\.png\\'" . image-mode) auto-mode-alist) 15422 (push '("\\.png\\'" . image-mode) auto-mode-alist)
@@ -15438,7 +15454,7 @@ information on these modes.
15438;;;*** 15454;;;***
15439 15455
15440;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 15456;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
15441;;;;;; imenu-sort-function) "imenu" "imenu.el" (17842 58279)) 15457;;;;;; imenu-sort-function) "imenu" "imenu.el" (18104 24737))
15442;;; Generated autoloads from imenu.el 15458;;; Generated autoloads from imenu.el
15443 15459
15444(defvar imenu-sort-function nil "\ 15460(defvar imenu-sort-function nil "\
@@ -15553,7 +15569,7 @@ for more information.
15553 15569
15554;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion 15570;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion
15555;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 15571;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
15556;;;;;; "ind-util" "language/ind-util.el" (17842 58278)) 15572;;;;;; "ind-util" "language/ind-util.el" (18104 24757))
15557;;; Generated autoloads from language/ind-util.el 15573;;; Generated autoloads from language/ind-util.el
15558 15574
15559(autoload (quote indian-compose-region) "ind-util" "\ 15575(autoload (quote indian-compose-region) "ind-util" "\
@@ -15596,7 +15612,7 @@ See also the function `indian-glyph-char'.
15596 15612
15597;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command 15613;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
15598;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" 15614;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
15599;;;;;; "progmodes/inf-lisp.el" (17842 56332)) 15615;;;;;; "progmodes/inf-lisp.el" (18104 24767))
15600;;; Generated autoloads from progmodes/inf-lisp.el 15616;;; Generated autoloads from progmodes/inf-lisp.el
15601 15617
15602(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ 15618(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\
@@ -15663,7 +15679,7 @@ of `inferior-lisp-program'). Runs the hooks from
15663;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 15679;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
15664;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index 15680;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index
15665;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual 15681;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual
15666;;;;;; info info-other-window) "info" "info.el" (18006 55795)) 15682;;;;;; info info-other-window) "info" "info.el" (18104 24737))
15667;;; Generated autoloads from info.el 15683;;; Generated autoloads from info.el
15668 15684
15669(autoload (quote info-other-window) "info" "\ 15685(autoload (quote info-other-window) "info" "\
@@ -15829,7 +15845,7 @@ This will add a speedbar major display mode.
15829 15845
15830;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 15846;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
15831;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 15847;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
15832;;;;;; (17878 61008)) 15848;;;;;; (18104 24737))
15833;;; Generated autoloads from info-look.el 15849;;; Generated autoloads from info-look.el
15834 15850
15835(autoload (quote info-lookup-reset) "info-look" "\ 15851(autoload (quote info-lookup-reset) "info-look" "\
@@ -15877,7 +15893,7 @@ Perform completion on file preceding point.
15877;;;*** 15893;;;***
15878 15894
15879;;;### (autoloads (info-xref-check-all-custom info-xref-check-all 15895;;;### (autoloads (info-xref-check-all-custom info-xref-check-all
15880;;;;;; info-xref-check) "info-xref" "info-xref.el" (17842 58279)) 15896;;;;;; info-xref-check) "info-xref" "info-xref.el" (18104 24737))
15881;;; Generated autoloads from info-xref.el 15897;;; Generated autoloads from info-xref.el
15882 15898
15883(autoload (quote info-xref-check) "info-xref" "\ 15899(autoload (quote info-xref-check) "info-xref" "\
@@ -15904,7 +15920,7 @@ quite a while.
15904;;;*** 15920;;;***
15905 15921
15906;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) 15922;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)
15907;;;;;; "informat" "informat.el" (17842 58279)) 15923;;;;;; "informat" "informat.el" (18104 24737))
15908;;; Generated autoloads from informat.el 15924;;; Generated autoloads from informat.el
15909 15925
15910(autoload (quote Info-tagify) "informat" "\ 15926(autoload (quote Info-tagify) "informat" "\
@@ -15945,7 +15961,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
15945 15961
15946;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 15962;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
15947;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 15963;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
15948;;;;;; (17903 2305)) 15964;;;;;; (18104 24756))
15949;;; Generated autoloads from international/isearch-x.el 15965;;; Generated autoloads from international/isearch-x.el
15950 15966
15951(autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ 15967(autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\
@@ -15965,8 +15981,8 @@ Not documented
15965 15981
15966;;;*** 15982;;;***
15967 15983
15968;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (17918 15984;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (18104
15969;;;;;; 44913)) 15985;;;;;; 24737))
15970;;; Generated autoloads from isearchb.el 15986;;; Generated autoloads from isearchb.el
15971 15987
15972(autoload (quote isearchb-activate) "isearchb" "\ 15988(autoload (quote isearchb-activate) "isearchb" "\
@@ -15980,7 +15996,7 @@ accessed via isearchb.
15980;;;*** 15996;;;***
15981 15997
15982;;;### (autoloads (iso-accents-mode) "iso-acc" "obsolete/iso-acc.el" 15998;;;### (autoloads (iso-accents-mode) "iso-acc" "obsolete/iso-acc.el"
15983;;;;;; (17994 6715)) 15999;;;;;; (18104 24760))
15984;;; Generated autoloads from obsolete/iso-acc.el 16000;;; Generated autoloads from obsolete/iso-acc.el
15985 16001
15986(autoload (quote iso-accents-mode) "iso-acc" "\ 16002(autoload (quote iso-accents-mode) "iso-acc" "\
@@ -16013,7 +16029,7 @@ and a negative argument disables it.
16013;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 16029;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
16014;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 16030;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
16015;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 16031;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
16016;;;;;; "international/iso-cvt.el" (17992 30878)) 16032;;;;;; "international/iso-cvt.el" (18104 24756))
16017;;; Generated autoloads from international/iso-cvt.el 16033;;; Generated autoloads from international/iso-cvt.el
16018 16034
16019(autoload (quote iso-spanish) "iso-cvt" "\ 16035(autoload (quote iso-spanish) "iso-cvt" "\
@@ -16097,7 +16113,7 @@ Add submenus to the File menu, to convert to and from various formats.
16097;;;*** 16113;;;***
16098 16114
16099;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 16115;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
16100;;;;;; (17842 54888)) 16116;;;;;; (18104 24756))
16101;;; Generated autoloads from international/iso-transl.el 16117;;; Generated autoloads from international/iso-transl.el
16102 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 16118 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
16103 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 16119 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -16110,7 +16126,7 @@ Add submenus to the File menu, to convert to and from various formats.
16110;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 16126;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
16111;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist 16127;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist
16112;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" 16128;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
16113;;;;;; (18006 55797)) 16129;;;;;; (18104 24771))
16114;;; Generated autoloads from textmodes/ispell.el 16130;;; Generated autoloads from textmodes/ispell.el
16115(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 16131(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
16116 16132
@@ -16397,8 +16413,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
16397 16413
16398;;;*** 16414;;;***
16399 16415
16400;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (17819 16416;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (18104
16401;;;;;; 9451)) 16417;;;;;; 24737))
16402;;; Generated autoloads from iswitchb.el 16418;;; Generated autoloads from iswitchb.el
16403 16419
16404(defvar iswitchb-mode nil "\ 16420(defvar iswitchb-mode nil "\
@@ -16423,7 +16439,7 @@ This mode enables switching between buffers using substrings. See
16423;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 16439;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
16424;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 16440;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
16425;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 16441;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
16426;;;;;; "japan-util" "language/japan-util.el" (17842 58278)) 16442;;;;;; "japan-util" "language/japan-util.el" (18104 24757))
16427;;; Generated autoloads from language/japan-util.el 16443;;; Generated autoloads from language/japan-util.el
16428 16444
16429(autoload (quote setup-japanese-environment-internal) "japan-util" "\ 16445(autoload (quote setup-japanese-environment-internal) "japan-util" "\
@@ -16501,7 +16517,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16501;;;*** 16517;;;***
16502 16518
16503;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 16519;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
16504;;;;;; "jka-compr.el" (17853 24893)) 16520;;;;;; "jka-compr.el" (18104 24737))
16505;;; Generated autoloads from jka-compr.el 16521;;; Generated autoloads from jka-compr.el
16506 16522
16507(defvar jka-compr-inhibit nil "\ 16523(defvar jka-compr-inhibit nil "\
@@ -16526,7 +16542,7 @@ by `jka-compr-installed'.
16526 16542
16527;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 16543;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
16528;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 16544;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
16529;;;;;; (17833 41203)) 16545;;;;;; (18104 24748))
16530;;; Generated autoloads from emulation/keypad.el 16546;;; Generated autoloads from emulation/keypad.el
16531 16547
16532(defvar keypad-setup nil "\ 16548(defvar keypad-setup nil "\
@@ -16582,7 +16598,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
16582;;;*** 16598;;;***
16583 16599
16584;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 16600;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
16585;;;;;; (17842 54888)) 16601;;;;;; (18104 24756))
16586;;; Generated autoloads from international/kinsoku.el 16602;;; Generated autoloads from international/kinsoku.el
16587 16603
16588(autoload (quote kinsoku) "kinsoku" "\ 16604(autoload (quote kinsoku) "kinsoku" "\
@@ -16603,8 +16619,8 @@ the context of text formatting.
16603 16619
16604;;;*** 16620;;;***
16605 16621
16606;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (17842 16622;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (18104
16607;;;;;; 54888)) 16623;;;;;; 24757))
16608;;; Generated autoloads from international/kkc.el 16624;;; Generated autoloads from international/kkc.el
16609 16625
16610(defvar kkc-after-update-conversion-functions nil "\ 16626(defvar kkc-after-update-conversion-functions nil "\
@@ -16629,7 +16645,7 @@ and the return value is the length of the conversion.
16629;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 16645;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
16630;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 16646;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16631;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" 16647;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro"
16632;;;;;; "kmacro.el" (17833 41350)) 16648;;;;;; "kmacro.el" (18104 24737))
16633;;; Generated autoloads from kmacro.el 16649;;; Generated autoloads from kmacro.el
16634 (global-set-key "\C-x(" 'kmacro-start-macro) 16650 (global-set-key "\C-x(" 'kmacro-start-macro)
16635 (global-set-key "\C-x)" 'kmacro-end-macro) 16651 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -16736,7 +16752,7 @@ If kbd macro currently being defined end it before activating it.
16736 16752
16737;;;### (autoloads (kannada-post-read-conversion kannada-compose-string 16753;;;### (autoloads (kannada-post-read-conversion kannada-compose-string
16738;;;;;; kannada-compose-region) "knd-util" "language/knd-util.el" 16754;;;;;; kannada-compose-region) "knd-util" "language/knd-util.el"
16739;;;;;; (17842 58278)) 16755;;;;;; (18104 24757))
16740;;; Generated autoloads from language/knd-util.el 16756;;; Generated autoloads from language/knd-util.el
16741 16757
16742(defconst kannada-consonant "[\x51f75-\x51fb9]") 16758(defconst kannada-consonant "[\x51f75-\x51fb9]")
@@ -16759,7 +16775,7 @@ Not documented
16759;;;*** 16775;;;***
16760 16776
16761;;;### (autoloads (setup-korean-environment-internal) "korea-util" 16777;;;### (autoloads (setup-korean-environment-internal) "korea-util"
16762;;;;;; "language/korea-util.el" (17842 58278)) 16778;;;;;; "language/korea-util.el" (18104 24757))
16763;;; Generated autoloads from language/korea-util.el 16779;;; Generated autoloads from language/korea-util.el
16764 16780
16765(defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ 16781(defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\
@@ -16774,7 +16790,7 @@ Not documented
16774;;;*** 16790;;;***
16775 16791
16776;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 16792;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
16777;;;;;; (17941 38806)) 16793;;;;;; (18104 24762))
16778;;; Generated autoloads from play/landmark.el 16794;;; Generated autoloads from play/landmark.el
16779 16795
16780(defalias (quote landmark-repeat) (quote lm-test-run)) 16796(defalias (quote landmark-repeat) (quote lm-test-run))
@@ -16808,8 +16824,8 @@ Use \\[describe-mode] for more info.
16808 16824
16809;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion 16825;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion
16810;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao 16826;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao
16811;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (17842 16827;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (18104
16812;;;;;; 58278)) 16828;;;;;; 24757))
16813;;; Generated autoloads from language/lao-util.el 16829;;; Generated autoloads from language/lao-util.el
16814 16830
16815(autoload (quote lao-compose-string) "lao-util" "\ 16831(autoload (quote lao-compose-string) "lao-util" "\
@@ -16858,7 +16874,7 @@ Not documented
16858 16874
16859;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 16875;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
16860;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 16876;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
16861;;;;;; "latexenc" "international/latexenc.el" (17842 54888)) 16877;;;;;; "latexenc" "international/latexenc.el" (18104 24757))
16862;;; Generated autoloads from international/latexenc.el 16878;;; Generated autoloads from international/latexenc.el
16863 16879
16864(defvar latex-inputenc-coding-alist (quote (("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\ 16880(defvar latex-inputenc-coding-alist (quote (("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\
@@ -16890,7 +16906,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
16890;;;*** 16906;;;***
16891 16907
16892;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 16908;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
16893;;;;;; "latin1-disp" "international/latin1-disp.el" (17874 62081)) 16909;;;;;; "latin1-disp" "international/latin1-disp.el" (18104 24757))
16894;;; Generated autoloads from international/latin1-disp.el 16910;;; Generated autoloads from international/latin1-disp.el
16895 16911
16896(defvar latin1-display nil "\ 16912(defvar latin1-display nil "\
@@ -16934,7 +16950,7 @@ use either \\[customize] or the function `latin1-display'.")
16934;;;*** 16950;;;***
16935 16951
16936;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" 16952;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock"
16937;;;;;; "obsolete/lazy-lock.el" (17994 6715)) 16953;;;;;; "obsolete/lazy-lock.el" (18104 24760))
16938;;; Generated autoloads from obsolete/lazy-lock.el 16954;;; Generated autoloads from obsolete/lazy-lock.el
16939 16955
16940(autoload (quote lazy-lock-mode) "lazy-lock" "\ 16956(autoload (quote lazy-lock-mode) "lazy-lock" "\
@@ -17002,7 +17018,7 @@ Unconditionally turn on Lazy Lock mode.
17002;;;*** 17018;;;***
17003 17019
17004;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 17020;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
17005;;;;;; (17842 56332)) 17021;;;;;; (18104 24767))
17006;;; Generated autoloads from progmodes/ld-script.el 17022;;; Generated autoloads from progmodes/ld-script.el
17007 17023
17008(add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode))) 17024(add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode)))
@@ -17017,7 +17033,7 @@ A major mode to edit GNU ld script files
17017;;;*** 17033;;;***
17018 17034
17019;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 17035;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
17020;;;;;; (17842 58279)) 17036;;;;;; (18104 24737))
17021;;; Generated autoloads from ledit.el 17037;;; Generated autoloads from ledit.el
17022 17038
17023(defconst ledit-save-files t "\ 17039(defconst ledit-save-files t "\
@@ -17052,7 +17068,7 @@ Not documented
17052 17068
17053;;;*** 17069;;;***
17054 17070
17055;;;### (autoloads (life) "life" "play/life.el" (17842 55395)) 17071;;;### (autoloads (life) "life" "play/life.el" (18104 24762))
17056;;; Generated autoloads from play/life.el 17072;;; Generated autoloads from play/life.el
17057 17073
17058(autoload (quote life) "life" "\ 17074(autoload (quote life) "life" "\
@@ -17065,8 +17081,8 @@ generations (this defaults to 1).
17065 17081
17066;;;*** 17082;;;***
17067 17083
17068;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (17942 17084;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (18104
17069;;;;;; 63381)) 17085;;;;;; 24737))
17070;;; Generated autoloads from loadhist.el 17086;;; Generated autoloads from loadhist.el
17071 17087
17072(autoload (quote unload-feature) "loadhist" "\ 17088(autoload (quote unload-feature) "loadhist" "\
@@ -17089,7 +17105,7 @@ such as redefining an Emacs function.
17089;;;*** 17105;;;***
17090 17106
17091;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 17107;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
17092;;;;;; "locate" "locate.el" (17992 30877)) 17108;;;;;; "locate" "locate.el" (18104 24737))
17093;;; Generated autoloads from locate.el 17109;;; Generated autoloads from locate.el
17094 17110
17095(defvar locate-ls-subdir-switches "-al" "\ 17111(defvar locate-ls-subdir-switches "-al" "\
@@ -17140,7 +17156,7 @@ except that FILTER is not optional.
17140 17156
17141;;;*** 17157;;;***
17142 17158
17143;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (18010 5298)) 17159;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (18104 24738))
17144;;; Generated autoloads from log-edit.el 17160;;; Generated autoloads from log-edit.el
17145 17161
17146(autoload (quote log-edit) "log-edit" "\ 17162(autoload (quote log-edit) "log-edit" "\
@@ -17161,8 +17177,8 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
17161 17177
17162;;;*** 17178;;;***
17163 17179
17164;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (17842 17180;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (18104
17165;;;;;; 58279)) 17181;;;;;; 24738))
17166;;; Generated autoloads from log-view.el 17182;;; Generated autoloads from log-view.el
17167 17183
17168(autoload (quote log-view-mode) "log-view" "\ 17184(autoload (quote log-view-mode) "log-view" "\
@@ -17172,8 +17188,8 @@ Major mode for browsing CVS log output.
17172 17188
17173;;;*** 17189;;;***
17174 17190
17175;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (17992 17191;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (18104
17176;;;;;; 30877)) 17192;;;;;; 24738))
17177;;; Generated autoloads from longlines.el 17193;;; Generated autoloads from longlines.el
17178 17194
17179(autoload (quote longlines-mode) "longlines" "\ 17195(autoload (quote longlines-mode) "longlines" "\
@@ -17194,8 +17210,8 @@ are indicated with a symbol.
17194;;;*** 17210;;;***
17195 17211
17196;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 17212;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
17197;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (17842 17213;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (18104
17198;;;;;; 58279)) 17214;;;;;; 24738))
17199;;; Generated autoloads from lpr.el 17215;;; Generated autoloads from lpr.el
17200 17216
17201(defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) 17217(defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt))))
@@ -17289,7 +17305,7 @@ for further customization of the printer command.
17289;;;*** 17305;;;***
17290 17306
17291;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 17307;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
17292;;;;;; (18006 55796)) 17308;;;;;; (18104 24738))
17293;;; Generated autoloads from ls-lisp.el 17309;;; Generated autoloads from ls-lisp.el
17294 17310
17295(defvar ls-lisp-support-shell-wildcards t "\ 17311(defvar ls-lisp-support-shell-wildcards t "\
@@ -17300,8 +17316,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
17300 17316
17301;;;*** 17317;;;***
17302 17318
17303;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (17956 17319;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (18104
17304;;;;;; 13479)) 17320;;;;;; 24745))
17305;;; Generated autoloads from calendar/lunar.el 17321;;; Generated autoloads from calendar/lunar.el
17306 17322
17307(autoload (quote phases-of-moon) "lunar" "\ 17323(autoload (quote phases-of-moon) "lunar" "\
@@ -17314,8 +17330,8 @@ This function is suitable for execution in a .emacs file.
17314 17330
17315;;;*** 17331;;;***
17316 17332
17317;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (17923 17333;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (18104
17318;;;;;; 63540)) 17334;;;;;; 24767))
17319;;; Generated autoloads from progmodes/m4-mode.el 17335;;; Generated autoloads from progmodes/m4-mode.el
17320 17336
17321(autoload (quote m4-mode) "m4-mode" "\ 17337(autoload (quote m4-mode) "m4-mode" "\
@@ -17327,7 +17343,7 @@ A major mode to edit m4 macro files.
17327;;;*** 17343;;;***
17328 17344
17329;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" 17345;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
17330;;;;;; (17842 54152)) 17346;;;;;; (18104 24748))
17331;;; Generated autoloads from emacs-lisp/macroexp.el 17347;;; Generated autoloads from emacs-lisp/macroexp.el
17332 17348
17333(autoload (quote macroexpand-all) "macroexp" "\ 17349(autoload (quote macroexpand-all) "macroexp" "\
@@ -17341,7 +17357,7 @@ definitions to shadow the loaded ones for use in file byte-compilation.
17341;;;*** 17357;;;***
17342 17358
17343;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 17359;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
17344;;;;;; name-last-kbd-macro) "macros" "macros.el" (17842 58279)) 17360;;;;;; name-last-kbd-macro) "macros" "macros.el" (18104 24738))
17345;;; Generated autoloads from macros.el 17361;;; Generated autoloads from macros.el
17346 17362
17347(autoload (quote name-last-kbd-macro) "macros" "\ 17363(autoload (quote name-last-kbd-macro) "macros" "\
@@ -17430,7 +17446,7 @@ and then select the region of un-tablified names and use
17430;;;*** 17446;;;***
17431 17447
17432;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 17448;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
17433;;;;;; "mail/mail-extr.el" (17842 55035)) 17449;;;;;; "mail/mail-extr.el" (18104 24758))
17434;;; Generated autoloads from mail/mail-extr.el 17450;;; Generated autoloads from mail/mail-extr.el
17435 17451
17436(autoload (quote mail-extract-address-components) "mail-extr" "\ 17452(autoload (quote mail-extract-address-components) "mail-extr" "\
@@ -17462,7 +17478,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
17462 17478
17463;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 17479;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
17464;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 17480;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
17465;;;;;; (17842 55035)) 17481;;;;;; (18104 24758))
17466;;; Generated autoloads from mail/mail-hist.el 17482;;; Generated autoloads from mail/mail-hist.el
17467 17483
17468(autoload (quote mail-hist-define-keys) "mail-hist" "\ 17484(autoload (quote mail-hist-define-keys) "mail-hist" "\
@@ -17493,8 +17509,8 @@ This function normally would be called when the message is sent.
17493 17509
17494;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 17510;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
17495;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p 17511;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p
17496;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (17842 17512;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (18104
17497;;;;;; 55035)) 17513;;;;;; 24758))
17498;;; Generated autoloads from mail/mail-utils.el 17514;;; Generated autoloads from mail/mail-utils.el
17499 17515
17500(defvar mail-use-rfc822 nil "\ 17516(defvar mail-use-rfc822 nil "\
@@ -17546,7 +17562,7 @@ If 4th arg LIST is non-nil, return a list of all such fields.
17546;;;*** 17562;;;***
17547 17563
17548;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) 17564;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
17549;;;;;; "mailabbrev" "mail/mailabbrev.el" (17992 30878)) 17565;;;;;; "mailabbrev" "mail/mailabbrev.el" (18104 24758))
17550;;; Generated autoloads from mail/mailabbrev.el 17566;;; Generated autoloads from mail/mailabbrev.el
17551 17567
17552(autoload (quote mail-abbrevs-setup) "mailabbrev" "\ 17568(autoload (quote mail-abbrevs-setup) "mailabbrev" "\
@@ -17569,8 +17585,8 @@ If DEFINITION contains multiple addresses, separate them with commas.
17569;;;*** 17585;;;***
17570 17586
17571;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases 17587;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
17572;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (17842 17588;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (18104
17573;;;;;; 55035)) 17589;;;;;; 24758))
17574;;; Generated autoloads from mail/mailalias.el 17590;;; Generated autoloads from mail/mailalias.el
17575 17591
17576(defvar mail-complete-style (quote angles) "\ 17592(defvar mail-complete-style (quote angles) "\
@@ -17616,7 +17632,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any.
17616;;;*** 17632;;;***
17617 17633
17618;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 17634;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
17619;;;;;; (17842 55035)) 17635;;;;;; (18104 24758))
17620;;; Generated autoloads from mail/mailclient.el 17636;;; Generated autoloads from mail/mailclient.el
17621 17637
17622(autoload (quote mailclient-send-it) "mailclient" "\ 17638(autoload (quote mailclient-send-it) "mailclient" "\
@@ -17630,7 +17646,7 @@ The mail client is taken to be the handler of mailto URLs.
17630 17646
17631;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 17647;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
17632;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 17648;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
17633;;;;;; "make-mode" "progmodes/make-mode.el" (17842 56332)) 17649;;;;;; "make-mode" "progmodes/make-mode.el" (18104 24767))
17634;;; Generated autoloads from progmodes/make-mode.el 17650;;; Generated autoloads from progmodes/make-mode.el
17635 17651
17636(autoload (quote makefile-mode) "make-mode" "\ 17652(autoload (quote makefile-mode) "make-mode" "\
@@ -17747,8 +17763,8 @@ An adapted `makefile-mode' that knows about imake.
17747 17763
17748;;;*** 17764;;;***
17749 17765
17750;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (17842 17766;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (18104
17751;;;;;; 58279)) 17767;;;;;; 24738))
17752;;; Generated autoloads from makesum.el 17768;;; Generated autoloads from makesum.el
17753 17769
17754(autoload (quote make-command-summary) "makesum" "\ 17770(autoload (quote make-command-summary) "makesum" "\
@@ -17759,7 +17775,7 @@ Previous contents of that buffer are killed first.
17759 17775
17760;;;*** 17776;;;***
17761 17777
17762;;;### (autoloads (man-follow man) "man" "man.el" (17992 30877)) 17778;;;### (autoloads (man-follow man) "man" "man.el" (18104 24738))
17763;;; Generated autoloads from man.el 17779;;; Generated autoloads from man.el
17764 17780
17765(defalias (quote manual-entry) (quote man)) 17781(defalias (quote manual-entry) (quote man))
@@ -17786,7 +17802,7 @@ Get a Un*x manual page of the item under point and put it in a buffer.
17786 17802
17787;;;*** 17803;;;***
17788 17804
17789;;;### (autoloads (master-mode) "master" "master.el" (17842 58279)) 17805;;;### (autoloads (master-mode) "master" "master.el" (18104 24738))
17790;;; Generated autoloads from master.el 17806;;; Generated autoloads from master.el
17791 17807
17792(autoload (quote master-mode) "master" "\ 17808(autoload (quote master-mode) "master" "\
@@ -17808,8 +17824,34 @@ yourself the value of `master-of' by calling `master-show-slave'.
17808 17824
17809;;;*** 17825;;;***
17810 17826
17811;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17942 17827;;;### (autoloads (minibuffer-indicate-depth-mode) "mb-depth" "mb-depth.el"
17812;;;;;; 63381)) 17828;;;;;; (18104 24738))
17829;;; Generated autoloads from mb-depth.el
17830
17831(defvar minibuffer-indicate-depth-mode nil "\
17832Non-nil if Minibuffer-Indicate-Depth mode is enabled.
17833See the command `minibuffer-indicate-depth-mode' for a description of this minor mode.
17834Setting this variable directly does not take effect;
17835either customize it (see the info node `Easy Customization')
17836or call the function `minibuffer-indicate-depth-mode'.")
17837
17838(custom-autoload (quote minibuffer-indicate-depth-mode) "mb-depth" nil)
17839
17840(autoload (quote minibuffer-indicate-depth-mode) "mb-depth" "\
17841Toggle Minibuffer Indicate Depth mode.
17842When active, any recursive use of the minibuffer will show
17843the recursion depth in the minibuffer prompt. This is only
17844useful if `enable-recursive-minibuffers' is non-nil.
17845
17846With prefix argument ARG, turn on if positive, otherwise off.
17847Returns non-nil if the new state is enabled.
17848
17849\(fn &optional ARG)" t nil)
17850
17851;;;***
17852
17853;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (18104
17854;;;;;; 24738))
17813;;; Generated autoloads from menu-bar.el 17855;;; Generated autoloads from menu-bar.el
17814 17856
17815(put (quote menu-bar-mode) (quote standard-value) (quote (t))) 17857(put (quote menu-bar-mode) (quote standard-value) (quote (t)))
@@ -17844,7 +17886,7 @@ turn on menu bars; otherwise, turn off menu bars.
17844;;;;;; message-cite-function message-yank-prefix message-citation-line-function 17886;;;;;; message-cite-function message-yank-prefix message-citation-line-function
17845;;;;;; message-send-mail-function message-user-organization-file 17887;;;;;; message-send-mail-function message-user-organization-file
17846;;;;;; message-signature-separator message-from-style) "message" 17888;;;;;; message-signature-separator message-from-style) "message"
17847;;;;;; "gnus/message.el" (18010 19867)) 17889;;;;;; "gnus/message.el" (18104 24751))
17848;;; Generated autoloads from gnus/message.el 17890;;; Generated autoloads from gnus/message.el
17849 17891
17850(defvar message-from-style (quote default) "\ 17892(defvar message-from-style (quote default) "\
@@ -18100,7 +18142,7 @@ which specify the range to operate on.
18100;;;*** 18142;;;***
18101 18143
18102;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 18144;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
18103;;;;;; (17842 56332)) 18145;;;;;; (18104 24767))
18104;;; Generated autoloads from progmodes/meta-mode.el 18146;;; Generated autoloads from progmodes/meta-mode.el
18105 18147
18106(autoload (quote metafont-mode) "meta-mode" "\ 18148(autoload (quote metafont-mode) "meta-mode" "\
@@ -18127,7 +18169,7 @@ Turning on MetaPost mode calls the value of the variable
18127 18169
18128;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 18170;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
18129;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 18171;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
18130;;;;;; (17842 55035)) 18172;;;;;; (18104 24758))
18131;;; Generated autoloads from mail/metamail.el 18173;;; Generated autoloads from mail/metamail.el
18132 18174
18133(autoload (quote metamail-interpret-header) "metamail" "\ 18175(autoload (quote metamail-interpret-header) "metamail" "\
@@ -18172,7 +18214,7 @@ redisplayed as output is inserted.
18172 18214
18173;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 18215;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
18174;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 18216;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
18175;;;;;; "mh-e/mh-comp.el" (17842 55144)) 18217;;;;;; "mh-e/mh-comp.el" (18104 24759))
18176;;; Generated autoloads from mh-e/mh-comp.el 18218;;; Generated autoloads from mh-e/mh-comp.el
18177 18219
18178(autoload (quote mh-smail) "mh-comp" "\ 18220(autoload (quote mh-smail) "mh-comp" "\
@@ -18259,7 +18301,7 @@ delete the draft message.
18259 18301
18260;;;*** 18302;;;***
18261 18303
18262;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (17842 55144)) 18304;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (18104 24759))
18263;;; Generated autoloads from mh-e/mh-e.el 18305;;; Generated autoloads from mh-e/mh-e.el
18264 18306
18265(put (quote mh-progs) (quote risky-local-variable) t) 18307(put (quote mh-progs) (quote risky-local-variable) t)
@@ -18276,7 +18318,7 @@ Display version information about MH-E and the MH mail handling system.
18276;;;*** 18318;;;***
18277 18319
18278;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 18320;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
18279;;;;;; "mh-e/mh-folder.el" (17842 55144)) 18321;;;;;; "mh-e/mh-folder.el" (18104 24759))
18280;;; Generated autoloads from mh-e/mh-folder.el 18322;;; Generated autoloads from mh-e/mh-folder.el
18281 18323
18282(autoload (quote mh-rmail) "mh-folder" "\ 18324(autoload (quote mh-rmail) "mh-folder" "\
@@ -18358,7 +18400,7 @@ perform the operation on all messages in that region.
18358;;;*** 18400;;;***
18359 18401
18360;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 18402;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
18361;;;;;; "midnight.el" (17842 58279)) 18403;;;;;; "midnight.el" (18104 24738))
18362;;; Generated autoloads from midnight.el 18404;;; Generated autoloads from midnight.el
18363 18405
18364(autoload (quote clean-buffer-list) "midnight" "\ 18406(autoload (quote clean-buffer-list) "midnight" "\
@@ -18385,7 +18427,7 @@ to its second argument TM.
18385;;;*** 18427;;;***
18386 18428
18387;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 18429;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
18388;;;;;; "minibuf-eldef.el" (17842 58279)) 18430;;;;;; "minibuf-eldef.el" (18104 24738))
18389;;; Generated autoloads from minibuf-eldef.el 18431;;; Generated autoloads from minibuf-eldef.el
18390 18432
18391(defvar minibuffer-electric-default-mode nil "\ 18433(defvar minibuffer-electric-default-mode nil "\
@@ -18413,7 +18455,7 @@ Returns non-nil if the new state is enabled.
18413;;;*** 18455;;;***
18414 18456
18415;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 18457;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
18416;;;;;; (17842 56332)) 18458;;;;;; (18104 24768))
18417;;; Generated autoloads from progmodes/mixal-mode.el 18459;;; Generated autoloads from progmodes/mixal-mode.el
18418 18460
18419(autoload (quote mixal-mode) "mixal-mode" "\ 18461(autoload (quote mixal-mode) "mixal-mode" "\
@@ -18428,7 +18470,7 @@ Major mode for the mixal asm language.
18428 18470
18429;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion 18471;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion
18430;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el" 18472;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el"
18431;;;;;; (17842 58278)) 18473;;;;;; (18104 24758))
18432;;; Generated autoloads from language/mlm-util.el 18474;;; Generated autoloads from language/mlm-util.el
18433 18475
18434(autoload (quote malayalam-compose-region) "mlm-util" "\ 18476(autoload (quote malayalam-compose-region) "mlm-util" "\
@@ -18451,7 +18493,7 @@ PATTERN regexp.
18451;;;*** 18493;;;***
18452 18494
18453;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 18495;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
18454;;;;;; "mm-extern" "gnus/mm-extern.el" (17842 54741)) 18496;;;;;; "mm-extern" "gnus/mm-extern.el" (18104 24752))
18455;;; Generated autoloads from gnus/mm-extern.el 18497;;; Generated autoloads from gnus/mm-extern.el
18456 18498
18457(autoload (quote mm-extern-cache-contents) "mm-extern" "\ 18499(autoload (quote mm-extern-cache-contents) "mm-extern" "\
@@ -18470,7 +18512,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18470;;;*** 18512;;;***
18471 18513
18472;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 18514;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
18473;;;;;; (17842 54741)) 18515;;;;;; (18104 24752))
18474;;; Generated autoloads from gnus/mm-partial.el 18516;;; Generated autoloads from gnus/mm-partial.el
18475 18517
18476(autoload (quote mm-inline-partial) "mm-partial" "\ 18518(autoload (quote mm-inline-partial) "mm-partial" "\
@@ -18484,7 +18526,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18484;;;*** 18526;;;***
18485 18527
18486;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 18528;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
18487;;;;;; "mm-url" "gnus/mm-url.el" (17842 54741)) 18529;;;;;; "mm-url" "gnus/mm-url.el" (18104 24752))
18488;;; Generated autoloads from gnus/mm-url.el 18530;;; Generated autoloads from gnus/mm-url.el
18489 18531
18490(autoload (quote mm-url-insert-file-contents) "mm-url" "\ 18532(autoload (quote mm-url-insert-file-contents) "mm-url" "\
@@ -18501,7 +18543,7 @@ Insert file contents of URL using `mm-url-program'.
18501;;;*** 18543;;;***
18502 18544
18503;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 18545;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
18504;;;;;; "gnus/mm-uu.el" (17842 54741)) 18546;;;;;; "gnus/mm-uu.el" (18104 24752))
18505;;; Generated autoloads from gnus/mm-uu.el 18547;;; Generated autoloads from gnus/mm-uu.el
18506 18548
18507(autoload (quote mm-uu-dissect) "mm-uu" "\ 18549(autoload (quote mm-uu-dissect) "mm-uu" "\
@@ -18521,7 +18563,7 @@ Assume text has been decoded if DECODED is non-nil.
18521;;;*** 18563;;;***
18522 18564
18523;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 18565;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
18524;;;;;; (17842 54741)) 18566;;;;;; (18104 24752))
18525;;; Generated autoloads from gnus/mml1991.el 18567;;; Generated autoloads from gnus/mml1991.el
18526 18568
18527(autoload (quote mml1991-encrypt) "mml1991" "\ 18569(autoload (quote mml1991-encrypt) "mml1991" "\
@@ -18538,7 +18580,7 @@ Not documented
18538 18580
18539;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 18581;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
18540;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 18582;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
18541;;;;;; "mml2015" "gnus/mml2015.el" (17842 54741)) 18583;;;;;; "mml2015" "gnus/mml2015.el" (18104 24752))
18542;;; Generated autoloads from gnus/mml2015.el 18584;;; Generated autoloads from gnus/mml2015.el
18543 18585
18544(autoload (quote mml2015-decrypt) "mml2015" "\ 18586(autoload (quote mml2015-decrypt) "mml2015" "\
@@ -18579,7 +18621,7 @@ Not documented
18579;;;*** 18621;;;***
18580 18622
18581;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" 18623;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
18582;;;;;; (17276 13069)) 18624;;;;;; (17279 21317))
18583;;; Generated autoloads from progmodes/modula2.el 18625;;; Generated autoloads from progmodes/modula2.el
18584 18626
18585(autoload (quote modula-2-mode) "modula2" "\ 18627(autoload (quote modula-2-mode) "modula2" "\
@@ -18611,7 +18653,7 @@ followed by the first character of the construct.
18611;;;*** 18653;;;***
18612 18654
18613;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 18655;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
18614;;;;;; (17842 55395)) 18656;;;;;; (18104 24762))
18615;;; Generated autoloads from play/morse.el 18657;;; Generated autoloads from play/morse.el
18616 18658
18617(autoload (quote morse-region) "morse" "\ 18659(autoload (quote morse-region) "morse" "\
@@ -18626,8 +18668,8 @@ Convert morse coded text in region to ordinary ASCII text.
18626 18668
18627;;;*** 18669;;;***
18628 18670
18629;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (17842 18671;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (18104
18630;;;;;; 58279)) 18672;;;;;; 24738))
18631;;; Generated autoloads from mouse-sel.el 18673;;; Generated autoloads from mouse-sel.el
18632 18674
18633(defvar mouse-sel-mode nil "\ 18675(defvar mouse-sel-mode nil "\
@@ -18679,7 +18721,7 @@ primary selection and region.
18679 18721
18680;;;*** 18722;;;***
18681 18723
18682;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (17862 6157)) 18724;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (18104 24762))
18683;;; Generated autoloads from play/mpuz.el 18725;;; Generated autoloads from play/mpuz.el
18684 18726
18685(autoload (quote mpuz) "mpuz" "\ 18727(autoload (quote mpuz) "mpuz" "\
@@ -18689,7 +18731,7 @@ Multiplication puzzle with GNU Emacs.
18689 18731
18690;;;*** 18732;;;***
18691 18733
18692;;;### (autoloads (msb-mode) "msb" "msb.el" (18006 55796)) 18734;;;### (autoloads (msb-mode) "msb" "msb.el" (18104 24738))
18693;;; Generated autoloads from msb.el 18735;;; Generated autoloads from msb.el
18694 18736
18695(defvar msb-mode nil "\ 18737(defvar msb-mode nil "\
@@ -18716,7 +18758,7 @@ different buffer menu using the function `msb'.
18716;;;;;; describe-current-coding-system describe-current-coding-system-briefly 18758;;;;;; describe-current-coding-system describe-current-coding-system-briefly
18717;;;;;; describe-coding-system describe-character-set list-charset-chars 18759;;;;;; describe-coding-system describe-character-set list-charset-chars
18718;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 18760;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
18719;;;;;; (17842 54888)) 18761;;;;;; (18104 24757))
18720;;; Generated autoloads from international/mule-diag.el 18762;;; Generated autoloads from international/mule-diag.el
18721 18763
18722(defvar non-iso-charset-alist (\` ((mac-roman (ascii latin-iso8859-1 mule-unicode-2500-33ff mule-unicode-0100-24ff mule-unicode-e000-ffff) mac-roman-decoder ((0 255))) (viscii (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-viscii-nonascii-translation-table ((0 255))) (vietnamese-tcvn (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-tcvn-nonascii-translation-table ((0 255))) (koi8-r (ascii cyrillic-iso8859-5) cyrillic-koi8-r-nonascii-translation-table ((32 255))) (alternativnyj (ascii cyrillic-iso8859-5) cyrillic-alternativnyj-nonascii-translation-table ((32 255))) (koi8-u (ascii cyrillic-iso8859-5 mule-unicode-0100-24ff) cyrillic-koi8-u-nonascii-translation-table ((32 255))) (big5 (ascii chinese-big5-1 chinese-big5-2) decode-big5-char ((32 127) ((161 254) 64 126 161 254))) (sjis (ascii katakana-jisx0201 japanese-jisx0208) decode-sjis-char ((32 127 161 223) ((129 159 224 239) 64 126 128 252))))) "\ 18764(defvar non-iso-charset-alist (\` ((mac-roman (ascii latin-iso8859-1 mule-unicode-2500-33ff mule-unicode-0100-24ff mule-unicode-e000-ffff) mac-roman-decoder ((0 255))) (viscii (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-viscii-nonascii-translation-table ((0 255))) (vietnamese-tcvn (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-tcvn-nonascii-translation-table ((0 255))) (koi8-r (ascii cyrillic-iso8859-5) cyrillic-koi8-r-nonascii-translation-table ((32 255))) (alternativnyj (ascii cyrillic-iso8859-5) cyrillic-alternativnyj-nonascii-translation-table ((32 255))) (koi8-u (ascii cyrillic-iso8859-5 mule-unicode-0100-24ff) cyrillic-koi8-u-nonascii-translation-table ((32 255))) (big5 (ascii chinese-big5-1 chinese-big5-2) decode-big5-char ((32 127) ((161 254) 64 126 161 254))) (sjis (ascii katakana-jisx0201 japanese-jisx0208) decode-sjis-char ((32 127 161 223) ((129 159 224 239) 64 126 128 252))))) "\
@@ -18890,7 +18932,7 @@ system which uses fontsets).
18890;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 18932;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
18891;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 18933;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
18892;;;;;; truncate-string-to-width store-substring string-to-sequence) 18934;;;;;; truncate-string-to-width store-substring string-to-sequence)
18893;;;;;; "mule-util" "international/mule-util.el" (17842 54888)) 18935;;;;;; "mule-util" "international/mule-util.el" (18104 24757))
18894;;; Generated autoloads from international/mule-util.el 18936;;; Generated autoloads from international/mule-util.el
18895 18937
18896(autoload (quote string-to-sequence) "mule-util" "\ 18938(autoload (quote string-to-sequence) "mule-util" "\
@@ -19019,7 +19061,7 @@ basis, this may not be accurate.
19019;;;*** 19061;;;***
19020 19062
19021;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" 19063;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
19022;;;;;; (17842 58279)) 19064;;;;;; (18104 24738))
19023;;; Generated autoloads from mwheel.el 19065;;; Generated autoloads from mwheel.el
19024 19066
19025(defvar mouse-wheel-mode nil "\ 19067(defvar mouse-wheel-mode nil "\
@@ -19048,7 +19090,7 @@ Enable mouse wheel support.
19048;;;### (autoloads (network-connection network-connection-to-service 19090;;;### (autoloads (network-connection network-connection-to-service
19049;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 19091;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
19050;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute) 19092;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute)
19051;;;;;; "net-utils" "net/net-utils.el" (17891 7215)) 19093;;;;;; "net-utils" "net/net-utils.el" (18104 24760))
19052;;; Generated autoloads from net/net-utils.el 19094;;; Generated autoloads from net/net-utils.el
19053 19095
19054(autoload (quote traceroute) "net-utils" "\ 19096(autoload (quote traceroute) "net-utils" "\
@@ -19144,7 +19186,7 @@ Open a network connection to HOST on PORT.
19144;;;;;; uncomment-region comment-kill comment-set-column comment-indent 19186;;;;;; uncomment-region comment-kill comment-set-column comment-indent
19145;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 19187;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
19146;;;;;; comment-padding comment-style comment-column) "newcomment" 19188;;;;;; comment-padding comment-style comment-column) "newcomment"
19147;;;;;; "newcomment.el" (17992 30877)) 19189;;;;;; "newcomment.el" (18104 24738))
19148;;; Generated autoloads from newcomment.el 19190;;; Generated autoloads from newcomment.el
19149 19191
19150(defalias (quote indent-for-comment) (quote comment-indent)) 19192(defalias (quote indent-for-comment) (quote comment-indent))
@@ -19340,7 +19382,7 @@ unless optional argument SOFT is non-nil.
19340 19382
19341;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start 19383;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start
19342;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker" 19384;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker"
19343;;;;;; "net/newsticker.el" (17873 44590)) 19385;;;;;; "net/newsticker.el" (18104 24760))
19344;;; Generated autoloads from net/newsticker.el 19386;;; Generated autoloads from net/newsticker.el
19345 19387
19346(autoload (quote newsticker-running-p) "newsticker" "\ 19388(autoload (quote newsticker-running-p) "newsticker" "\
@@ -19382,7 +19424,7 @@ Switch to newsticker buffer. You may want to bind this to a key.
19382;;;*** 19424;;;***
19383 19425
19384;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 19426;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
19385;;;;;; (17992 30878)) 19427;;;;;; (18104 24753))
19386;;; Generated autoloads from gnus/nndiary.el 19428;;; Generated autoloads from gnus/nndiary.el
19387 19429
19388(autoload (quote nndiary-generate-nov-databases) "nndiary" "\ 19430(autoload (quote nndiary-generate-nov-databases) "nndiary" "\
@@ -19392,8 +19434,8 @@ Generate NOV databases in all nndiary directories.
19392 19434
19393;;;*** 19435;;;***
19394 19436
19395;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (17842 19437;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (18104
19396;;;;;; 54741)) 19438;;;;;; 24753))
19397;;; Generated autoloads from gnus/nndoc.el 19439;;; Generated autoloads from gnus/nndoc.el
19398 19440
19399(autoload (quote nndoc-add-type) "nndoc" "\ 19441(autoload (quote nndoc-add-type) "nndoc" "\
@@ -19408,7 +19450,7 @@ symbol in the alist.
19408;;;*** 19450;;;***
19409 19451
19410;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 19452;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
19411;;;;;; (17842 54741)) 19453;;;;;; (18104 24753))
19412;;; Generated autoloads from gnus/nnfolder.el 19454;;; Generated autoloads from gnus/nnfolder.el
19413 19455
19414(autoload (quote nnfolder-generate-active-file) "nnfolder" "\ 19456(autoload (quote nnfolder-generate-active-file) "nnfolder" "\
@@ -19420,7 +19462,7 @@ This command does not work if you use short group names.
19420;;;*** 19462;;;***
19421 19463
19422;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 19464;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
19423;;;;;; (17842 54741)) 19465;;;;;; (18104 24753))
19424;;; Generated autoloads from gnus/nnkiboze.el 19466;;; Generated autoloads from gnus/nnkiboze.el
19425 19467
19426(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ 19468(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\
@@ -19432,7 +19474,7 @@ Finds out what articles are to be part of the nnkiboze groups.
19432;;;*** 19474;;;***
19433 19475
19434;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 19476;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
19435;;;;;; (17842 54741)) 19477;;;;;; (18104 24754))
19436;;; Generated autoloads from gnus/nnml.el 19478;;; Generated autoloads from gnus/nnml.el
19437 19479
19438(autoload (quote nnml-generate-nov-databases) "nnml" "\ 19480(autoload (quote nnml-generate-nov-databases) "nnml" "\
@@ -19443,7 +19485,7 @@ Generate NOV databases in all nnml directories.
19443;;;*** 19485;;;***
19444 19486
19445;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 19487;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
19446;;;;;; "nnsoup" "gnus/nnsoup.el" (17842 54741)) 19488;;;;;; "nnsoup" "gnus/nnsoup.el" (18104 24754))
19447;;; Generated autoloads from gnus/nnsoup.el 19489;;; Generated autoloads from gnus/nnsoup.el
19448 19490
19449(autoload (quote nnsoup-pack-replies) "nnsoup" "\ 19491(autoload (quote nnsoup-pack-replies) "nnsoup" "\
@@ -19464,7 +19506,7 @@ Revert posting and mailing methods to the standard Emacs methods.
19464;;;*** 19506;;;***
19465 19507
19466;;;### (autoloads (disable-command enable-command disabled-command-function) 19508;;;### (autoloads (disable-command enable-command disabled-command-function)
19467;;;;;; "novice" "novice.el" (17842 58279)) 19509;;;;;; "novice" "novice.el" (18104 24738))
19468;;; Generated autoloads from novice.el 19510;;; Generated autoloads from novice.el
19469 19511
19470(defvar disabled-command-function (quote disabled-command-function) "\ 19512(defvar disabled-command-function (quote disabled-command-function) "\
@@ -19497,7 +19539,7 @@ to future sessions.
19497;;;*** 19539;;;***
19498 19540
19499;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 19541;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
19500;;;;;; (17842 58277)) 19542;;;;;; (18104 24771))
19501;;; Generated autoloads from textmodes/nroff-mode.el 19543;;; Generated autoloads from textmodes/nroff-mode.el
19502 19544
19503(autoload (quote nroff-mode) "nroff-mode" "\ 19545(autoload (quote nroff-mode) "nroff-mode" "\
@@ -19512,7 +19554,7 @@ closing requests for requests that are used in matched pairs.
19512;;;*** 19554;;;***
19513 19555
19514;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el" 19556;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el"
19515;;;;;; (17842 56332)) 19557;;;;;; (18104 24768))
19516;;; Generated autoloads from progmodes/octave-hlp.el 19558;;; Generated autoloads from progmodes/octave-hlp.el
19517 19559
19518(autoload (quote octave-help) "octave-hlp" "\ 19560(autoload (quote octave-help) "octave-hlp" "\
@@ -19526,7 +19568,7 @@ If KEY is not a string, prompt for it with completion.
19526;;;*** 19568;;;***
19527 19569
19528;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 19570;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
19529;;;;;; (17842 56332)) 19571;;;;;; (18104 24768))
19530;;; Generated autoloads from progmodes/octave-inf.el 19572;;; Generated autoloads from progmodes/octave-inf.el
19531 19573
19532(autoload (quote inferior-octave) "octave-inf" "\ 19574(autoload (quote inferior-octave) "octave-inf" "\
@@ -19549,7 +19591,7 @@ startup file, `~/.emacs-octave'.
19549;;;*** 19591;;;***
19550 19592
19551;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 19593;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
19552;;;;;; (17842 56332)) 19594;;;;;; (18104 24768))
19553;;; Generated autoloads from progmodes/octave-mod.el 19595;;; Generated autoloads from progmodes/octave-mod.el
19554 19596
19555(autoload (quote octave-mode) "octave-mod" "\ 19597(autoload (quote octave-mode) "octave-mod" "\
@@ -19648,7 +19690,7 @@ including a reproducible test case and send the message.
19648;;;*** 19690;;;***
19649 19691
19650;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el" 19692;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el"
19651;;;;;; (17994 6715)) 19693;;;;;; (18104 24760))
19652;;; Generated autoloads from obsolete/options.el 19694;;; Generated autoloads from obsolete/options.el
19653 19695
19654(autoload (quote list-options) "options" "\ 19696(autoload (quote list-options) "options" "\
@@ -19671,11 +19713,12 @@ The Custom feature is intended to make this obsolete.
19671 19713
19672;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files 19714;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
19673;;;;;; org-export-icalendar-this-file org-diary org-tags-view org-todo-list 19715;;;;;; org-export-icalendar-this-file org-diary org-tags-view org-todo-list
19674;;;;;; org-agenda-list org-cycle-agenda-files org-batch-agenda org-agenda 19716;;;;;; org-agenda-list org-cycle-agenda-files org-batch-store-agenda-views
19675;;;;;; org-remember-handler org-remember org-remember-apply-template 19717;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
19718;;;;;; org-agenda org-remember-handler org-remember org-remember-apply-template
19676;;;;;; org-remember-annotation org-store-link orgtbl-mode turn-on-orgtbl 19719;;;;;; org-remember-annotation org-store-link orgtbl-mode turn-on-orgtbl
19677;;;;;; org-global-cycle org-cycle org-mode) "org" "textmodes/org.el" 19720;;;;;; turn-on-orgstruct orgstruct-mode org-global-cycle org-cycle
19678;;;;;; (17922 37459)) 19721;;;;;; org-mode) "org" "textmodes/org.el" (18104 24771))
19679;;; Generated autoloads from textmodes/org.el 19722;;; Generated autoloads from textmodes/org.el
19680 19723
19681(autoload (quote org-mode) "org" "\ 19724(autoload (quote org-mode) "org" "\
@@ -19724,7 +19767,7 @@ Visibility cycling for Org-mode.
19724 `indent-relative', like TAB normally does. See the option 19767 `indent-relative', like TAB normally does. See the option
19725 `org-cycle-emulate-tab' for details. 19768 `org-cycle-emulate-tab' for details.
19726 19769
19727- Special case: if point is the the beginning of the buffer and there is 19770- Special case: if point is at the beginning of the buffer and there is
19728 no headline in line 1, this function will act as if called with prefix arg. 19771 no headline in line 1, this function will act as if called with prefix arg.
19729 19772
19730\(fn &optional ARG)" t nil) 19773\(fn &optional ARG)" t nil)
@@ -19734,6 +19777,36 @@ Cycle the global visibility. For details see `org-cycle'.
19734 19777
19735\(fn &optional ARG)" t nil) 19778\(fn &optional ARG)" t nil)
19736 19779
19780(autoload (quote orgstruct-mode) "org" "\
19781Toggle the minor more `orgstruct-mode'.
19782This mode is for using Org-mode structure commands in other modes.
19783The following key behave as if Org-mode was active, if the cursor
19784is on a headline, or on a plain list item (both in the definition
19785of Org-mode).
19786
19787M-up Move entry/item up
19788M-down Move entry/item down
19789M-left Promote
19790M-right Demote
19791M-S-up Move entry/item up
19792M-S-down Move entry/item down
19793M-S-left Promote subtree
19794M-S-right Demote subtree
19795M-q Fill paragraph and items like in Org-mode
19796C-c ^ Sort entries
19797C-c - Cycle list bullet
19798TAB Cycle item visibility
19799M-RET Insert new heading/item
19800S-M-RET Insert new TODO heading / Chekbox item
19801C-c C-c Set tags / toggle checkbox
19802
19803\(fn &optional ARG)" t nil)
19804
19805(autoload (quote turn-on-orgstruct) "org" "\
19806Unconditionally turn on `orgstruct-mode'.
19807
19808\(fn)" nil nil)
19809
19737(autoload (quote turn-on-orgtbl) "org" "\ 19810(autoload (quote turn-on-orgtbl) "org" "\
19738Unconditionally turn on `orgtbl-mode'. 19811Unconditionally turn on `orgtbl-mode'.
19739 19812
@@ -19824,7 +19897,8 @@ T Call `org-todo-list' to display the global todo list, select only
19824m Call `org-tags-view' to display headlines with tags matching 19897m Call `org-tags-view' to display headlines with tags matching
19825 a condition (the user is prompted for the condition). 19898 a condition (the user is prompted for the condition).
19826M Like `m', but select only TODO entries, no ordinary headlines. 19899M Like `m', but select only TODO entries, no ordinary headlines.
19827l Create a timeeline for the current buffer. 19900l Create a timeline for the current buffer.
19901e Export views to associated files.
19828 19902
19829More commands can be added by configuring the variable 19903More commands can be added by configuring the variable
19830`org-agenda-custom-commands'. In particular, specific tags and TODO keyword 19904`org-agenda-custom-commands'. In particular, specific tags and TODO keyword
@@ -19837,13 +19911,62 @@ next use of \\[org-agenda]) restricted to the current file.
19837\(fn ARG)" t nil) 19911\(fn ARG)" t nil)
19838 19912
19839(autoload (quote org-batch-agenda) "org" "\ 19913(autoload (quote org-batch-agenda) "org" "\
19840Run an agenda command in batch mode, send result to STDOUT. 19914Run an agenda command in batch mode and send the result to STDOUT.
19841CMD-KEY is a string that is also a key in `org-agenda-custom-commands'. 19915If CMD-KEY is a string of length 1, it is used as a key in
19916`org-agenda-custom-commands' and triggers this command. If it is a
19917longer string is is used as a tags/todo match string.
19842Paramters are alternating variable names and values that will be bound 19918Paramters are alternating variable names and values that will be bound
19843before running the agenda command. 19919before running the agenda command.
19844 19920
19845\(fn CMD-KEY &rest PARAMETERS)" nil (quote macro)) 19921\(fn CMD-KEY &rest PARAMETERS)" nil (quote macro))
19846 19922
19923(autoload (quote org-batch-agenda-csv) "org" "\
19924Run an agenda command in batch mode and send the result to STDOUT.
19925If CMD-KEY is a string of length 1, it is used as a key in
19926`org-agenda-custom-commands' and triggers this command. If it is a
19927longer string is is used as a tags/todo match string.
19928Paramters are alternating variable names and values that will be bound
19929before running the agenda command.
19930
19931The output gives a line for each selected agenda item. Each
19932item is a list of comma-separated values, like this:
19933
19934category,head,type,todo,tags,date,time,extra,priority-l,priority-n
19935
19936category The category of the item
19937head The headline, without TODO kwd, TAGS and PRIORITY
19938type The type of the agenda entry, can be
19939 todo selected in TODO match
19940 tagsmatch selected in tags match
19941 diary imported from diary
19942 deadline a deadline on given date
19943 scheduled scheduled on given date
19944 timestamp entry has timestamp on given date
19945 closed entry was closed on given date
19946 upcoming-deadline warning about deadline
19947 past-scheduled forwarded scheduled item
19948 block entry has date block including g. date
19949todo The todo keyword, if any
19950tags All tags including inherited ones, separated by colons
19951date The relevant date, like 2007-2-14
19952time The time, like 15:00-16:50
19953extra Sting with extra planning info
19954priority-l The priority letter if any was given
19955priority-n The computed numerical priority
19956agenda-day The day in the agenda where this is listed
19957
19958\(fn CMD-KEY &rest PARAMETERS)" nil (quote macro))
19959
19960(autoload (quote org-store-agenda-views) "org" "\
19961Not documented
19962
19963\(fn &rest PARAMETERS)" t nil)
19964
19965(autoload (quote org-batch-store-agenda-views) "org" "\
19966Run all custom agenda commands that have a file argument.
19967
19968\(fn &rest PARAMETERS)" nil (quote macro))
19969
19847(autoload (quote org-cycle-agenda-files) "org" "\ 19970(autoload (quote org-cycle-agenda-files) "org" "\
19848Cycle through the files in `org-agenda-files'. 19971Cycle through the files in `org-agenda-files'.
19849If the current buffer visits an agenda file, find the next one in the list. 19972If the current buffer visits an agenda file, find the next one in the list.
@@ -19871,7 +19994,7 @@ Show all TODO entries from all agenda file in a single list.
19871The prefix arg can be used to select a specific TODO keyword and limit 19994The prefix arg can be used to select a specific TODO keyword and limit
19872the list to these. When using \\[universal-argument], you will be prompted 19995the list to these. When using \\[universal-argument], you will be prompted
19873for a keyword. A numeric prefix directly selects the Nth keyword in 19996for a keyword. A numeric prefix directly selects the Nth keyword in
19874`org-todo-keywords'. 19997`org-todo-keywords-1'.
19875 19998
19876\(fn ARG)" t nil) 19999\(fn ARG)" t nil)
19877 20000
@@ -19892,6 +20015,8 @@ items should be listed. The following arguments are allowed:
19892 date range matching the selected date. Deadlines will 20015 date range matching the selected date. Deadlines will
19893 also be listed, on the expiration day. 20016 also be listed, on the expiration day.
19894 20017
20018 :sexp FIXME
20019
19895 :deadline List any deadlines past due, or due within 20020 :deadline List any deadlines past due, or due within
19896 `org-deadline-warning-days'. The listing occurs only 20021 `org-deadline-warning-days'. The listing occurs only
19897 in the diary for *today*, not at any other date. If 20022 in the diary for *today*, not at any other date. If
@@ -19916,10 +20041,10 @@ all files listed in `org-agenda-files' will be checked automatically:
19916 &%%(org-diary) 20041 &%%(org-diary)
19917 20042
19918If you don't give any arguments (as in the example above), the default 20043If you don't give any arguments (as in the example above), the default
19919arguments (:deadline :scheduled :timestamp) are used. So the example above may 20044arguments (:deadline :scheduled :timestamp :sexp) are used.
19920also be written as 20045So the example above may also be written as
19921 20046
19922 &%%(org-diary :deadline :timestamp :scheduled) 20047 &%%(org-diary :deadline :timestamp :sexp :scheduled)
19923 20048
19924The function expects the lisp variables `entry' and `date' to be provided 20049The function expects the lisp variables `entry' and `date' to be provided
19925by the caller, because this is how the calendar works. Don't use this 20050by the caller, because this is how the calendar works. Don't use this
@@ -19949,8 +20074,38 @@ The file is stored under the name `org-combined-agenda-icalendar-file'.
19949 20074
19950;;;*** 20075;;;***
19951 20076
20077;;;### (autoloads (org-publish-all org-publish-current-file org-publish-current-project
20078;;;;;; org-publish) "org-publish" "textmodes/org-publish.el" (18104
20079;;;;;; 24771))
20080;;; Generated autoloads from textmodes/org-publish.el
20081
20082(autoload (quote org-publish) "org-publish" "\
20083Publish the project PROJECT-NAME.
20084
20085\(fn PROJECT-NAME &optional FORCE)" t nil)
20086
20087(autoload (quote org-publish-current-project) "org-publish" "\
20088Publish the project associated with the current file.
20089With prefix argument, force publishing all files in project.
20090
20091\(fn &optional FORCE)" t nil)
20092
20093(autoload (quote org-publish-current-file) "org-publish" "\
20094Publish the current file.
20095With prefix argument, force publish the file.
20096
20097\(fn &optional FORCE)" t nil)
20098
20099(autoload (quote org-publish-all) "org-publish" "\
20100Publish all projects.
20101With prefix argument, force publish all files.
20102
20103\(fn &optional FORCE)" t nil)
20104
20105;;;***
20106
19952;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 20107;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
19953;;;;;; (17952 11093)) 20108;;;;;; (18104 24738))
19954;;; Generated autoloads from outline.el 20109;;; Generated autoloads from outline.el
19955(put 'outline-regexp 'safe-local-variable 'string-or-null-p) 20110(put 'outline-regexp 'safe-local-variable 'string-or-null-p)
19956 20111
@@ -20006,8 +20161,8 @@ See the command `outline-mode' for more information on this mode.
20006 20161
20007;;;*** 20162;;;***
20008 20163
20009;;;### (autoloads nil "paragraphs" "textmodes/paragraphs.el" (17842 20164;;;### (autoloads nil "paragraphs" "textmodes/paragraphs.el" (18104
20010;;;;;; 58277)) 20165;;;;;; 24772))
20011;;; Generated autoloads from textmodes/paragraphs.el 20166;;; Generated autoloads from textmodes/paragraphs.el
20012(put 'paragraph-start 'safe-local-variable 'stringp) 20167(put 'paragraph-start 'safe-local-variable 'stringp)
20013(put 'paragraph-separate 'safe-local-variable 'stringp) 20168(put 'paragraph-separate 'safe-local-variable 'stringp)
@@ -20021,7 +20176,7 @@ See the command `outline-mode' for more information on this mode.
20021 20176
20022;;;*** 20177;;;***
20023 20178
20024;;;### (autoloads (show-paren-mode) "paren" "paren.el" (18016 8765)) 20179;;;### (autoloads (show-paren-mode) "paren" "paren.el" (18104 24738))
20025;;; Generated autoloads from paren.el 20180;;; Generated autoloads from paren.el
20026 20181
20027(defvar show-paren-mode nil "\ 20182(defvar show-paren-mode nil "\
@@ -20046,7 +20201,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
20046;;;*** 20201;;;***
20047 20202
20048;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 20203;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
20049;;;;;; (17957 43164)) 20204;;;;;; (18104 24745))
20050;;; Generated autoloads from calendar/parse-time.el 20205;;; Generated autoloads from calendar/parse-time.el
20051 20206
20052(autoload (quote parse-time-string) "parse-time" "\ 20207(autoload (quote parse-time-string) "parse-time" "\
@@ -20058,8 +20213,8 @@ unknown are returned as nil.
20058 20213
20059;;;*** 20214;;;***
20060 20215
20061;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (17842 20216;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (18104
20062;;;;;; 56332)) 20217;;;;;; 24768))
20063;;; Generated autoloads from progmodes/pascal.el 20218;;; Generated autoloads from progmodes/pascal.el
20064 20219
20065(autoload (quote pascal-mode) "pascal" "\ 20220(autoload (quote pascal-mode) "pascal" "\
@@ -20112,7 +20267,7 @@ no args, if that value is non-nil.
20112;;;*** 20267;;;***
20113 20268
20114;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 20269;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
20115;;;;;; (17842 54264)) 20270;;;;;; (18104 24748))
20116;;; Generated autoloads from emulation/pc-mode.el 20271;;; Generated autoloads from emulation/pc-mode.el
20117 20272
20118(autoload (quote pc-bindings-mode) "pc-mode" "\ 20273(autoload (quote pc-bindings-mode) "pc-mode" "\
@@ -20130,7 +20285,7 @@ C-Escape does list-buffers.
20130;;;*** 20285;;;***
20131 20286
20132;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" 20287;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select"
20133;;;;;; "emulation/pc-select.el" (17842 54264)) 20288;;;;;; "emulation/pc-select.el" (18104 24748))
20134;;; Generated autoloads from emulation/pc-select.el 20289;;; Generated autoloads from emulation/pc-select.el
20135 20290
20136(defvar pc-selection-mode nil "\ 20291(defvar pc-selection-mode nil "\
@@ -20206,8 +20361,8 @@ you must modify it using \\[customize] or \\[pc-selection-mode].")
20206 20361
20207;;;*** 20362;;;***
20208 20363
20209;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (17842 20364;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (18104
20210;;;;;; 58279)) 20365;;;;;; 24738))
20211;;; Generated autoloads from pcmpl-cvs.el 20366;;; Generated autoloads from pcmpl-cvs.el
20212 20367
20213(autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ 20368(autoload (quote pcomplete/cvs) "pcmpl-cvs" "\
@@ -20218,7 +20373,7 @@ Completion rules for the `cvs' command.
20218;;;*** 20373;;;***
20219 20374
20220;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 20375;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
20221;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (17842 58279)) 20376;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (18104 24738))
20222;;; Generated autoloads from pcmpl-gnu.el 20377;;; Generated autoloads from pcmpl-gnu.el
20223 20378
20224(autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ 20379(autoload (quote pcomplete/gzip) "pcmpl-gnu" "\
@@ -20246,7 +20401,7 @@ Completion for the GNU tar utility.
20246;;;*** 20401;;;***
20247 20402
20248;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 20403;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
20249;;;;;; "pcmpl-linux" "pcmpl-linux.el" (17842 58279)) 20404;;;;;; "pcmpl-linux" "pcmpl-linux.el" (18104 24738))
20250;;; Generated autoloads from pcmpl-linux.el 20405;;; Generated autoloads from pcmpl-linux.el
20251 20406
20252(autoload (quote pcomplete/kill) "pcmpl-linux" "\ 20407(autoload (quote pcomplete/kill) "pcmpl-linux" "\
@@ -20266,8 +20421,8 @@ Completion for GNU/Linux `mount'.
20266 20421
20267;;;*** 20422;;;***
20268 20423
20269;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (17842 20424;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (18104
20270;;;;;; 58279)) 20425;;;;;; 24738))
20271;;; Generated autoloads from pcmpl-rpm.el 20426;;; Generated autoloads from pcmpl-rpm.el
20272 20427
20273(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ 20428(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\
@@ -20283,7 +20438,7 @@ You can use \\[eshell-report-bug] to do so.
20283 20438
20284;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which 20439;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which
20285;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) 20440;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)
20286;;;;;; "pcmpl-unix" "pcmpl-unix.el" (17842 58279)) 20441;;;;;; "pcmpl-unix" "pcmpl-unix.el" (18104 24738))
20287;;; Generated autoloads from pcmpl-unix.el 20442;;; Generated autoloads from pcmpl-unix.el
20288 20443
20289(autoload (quote pcomplete/cd) "pcmpl-unix" "\ 20444(autoload (quote pcomplete/cd) "pcmpl-unix" "\
@@ -20329,8 +20484,8 @@ Completion for the `chgrp' command.
20329 20484
20330;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 20485;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
20331;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 20486;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
20332;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (17944 20487;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (18104
20333;;;;;; 62194)) 20488;;;;;; 24738))
20334;;; Generated autoloads from pcomplete.el 20489;;; Generated autoloads from pcomplete.el
20335 20490
20336(autoload (quote pcomplete) "pcomplete" "\ 20491(autoload (quote pcomplete) "pcomplete" "\
@@ -20389,7 +20544,7 @@ Setup shell-mode to use pcomplete.
20389 20544
20390;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 20545;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
20391;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 20546;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
20392;;;;;; "pcvs.el" (18006 55796)) 20547;;;;;; "pcvs.el" (18104 24738))
20393;;; Generated autoloads from pcvs.el 20548;;; Generated autoloads from pcvs.el
20394 20549
20395(autoload (quote cvs-checkout) "pcvs" "\ 20550(autoload (quote cvs-checkout) "pcvs" "\
@@ -20466,7 +20621,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20466 20621
20467;;;*** 20622;;;***
20468 20623
20469;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (17842 58279)) 20624;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (18104 24738))
20470;;; Generated autoloads from pcvs-defs.el 20625;;; Generated autoloads from pcvs-defs.el
20471 20626
20472(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"))) (fset (quote cvs-global-menu) m))) 20627(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"))) (fset (quote cvs-global-menu) m)))
@@ -20474,7 +20629,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20474;;;*** 20629;;;***
20475 20630
20476;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 20631;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
20477;;;;;; (17962 28280)) 20632;;;;;; (18104 24768))
20478;;; Generated autoloads from progmodes/perl-mode.el 20633;;; Generated autoloads from progmodes/perl-mode.el
20479 20634
20480(autoload (quote perl-mode) "perl-mode" "\ 20635(autoload (quote perl-mode) "perl-mode" "\
@@ -20532,7 +20687,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
20532;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key 20687;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key
20533;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt 20688;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt
20534;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region 20689;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region
20535;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (17842 58279)) 20690;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (18104 24738))
20536;;; Generated autoloads from pgg.el 20691;;; Generated autoloads from pgg.el
20537 20692
20538(autoload (quote pgg-encrypt-region) "pgg" "\ 20693(autoload (quote pgg-encrypt-region) "pgg" "\
@@ -20603,7 +20758,7 @@ If the optional 3rd argument CLEARTEXT is non-nil, it does not create
20603a detached signature. 20758a detached signature.
20604 20759
20605If this function is called interactively, CLEARTEXT is enabled 20760If this function is called interactively, CLEARTEXT is enabled
20606and the the output is displayed. 20761and the output is displayed.
20607 20762
20608If optional PASSPHRASE is not specified, it will be obtained from the 20763If optional PASSPHRASE is not specified, it will be obtained from the
20609passphrase cache or user. 20764passphrase cache or user.
@@ -20620,7 +20775,7 @@ If optional arguments START and END are specified, only sign data
20620within the region. 20775within the region.
20621 20776
20622If this function is called interactively, CLEARTEXT is enabled 20777If this function is called interactively, CLEARTEXT is enabled
20623and the the output is displayed. 20778and the output is displayed.
20624 20779
20625If optional PASSPHRASE is not specified, it will be obtained from the 20780If optional PASSPHRASE is not specified, it will be obtained from the
20626passphrase cache or user. 20781passphrase cache or user.
@@ -20666,7 +20821,7 @@ Import public keys in the current buffer.
20666;;;*** 20821;;;***
20667 20822
20668;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" 20823;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el"
20669;;;;;; (17887 33207)) 20824;;;;;; (18104 24738))
20670;;; Generated autoloads from pgg-gpg.el 20825;;; Generated autoloads from pgg-gpg.el
20671 20826
20672(autoload (quote pgg-gpg-symmetric-key-p) "pgg-gpg" "\ 20827(autoload (quote pgg-gpg-symmetric-key-p) "pgg-gpg" "\
@@ -20677,7 +20832,7 @@ True if decoded armor MESSAGE-KEYS has symmetric encryption indicator.
20677;;;*** 20832;;;***
20678 20833
20679;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 20834;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
20680;;;;;; (17842 58277)) 20835;;;;;; (18104 24772))
20681;;; Generated autoloads from textmodes/picture.el 20836;;; Generated autoloads from textmodes/picture.el
20682 20837
20683(autoload (quote picture-mode) "picture" "\ 20838(autoload (quote picture-mode) "picture" "\
@@ -20758,7 +20913,7 @@ they are not defaultly assigned to keys.
20758;;;*** 20913;;;***
20759 20914
20760;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 20915;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
20761;;;;;; (17842 58277)) 20916;;;;;; (18104 24772))
20762;;; Generated autoloads from textmodes/po.el 20917;;; Generated autoloads from textmodes/po.el
20763 20918
20764(autoload (quote po-find-file-coding-system) "po" "\ 20919(autoload (quote po-find-file-coding-system) "po" "\
@@ -20769,7 +20924,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
20769 20924
20770;;;*** 20925;;;***
20771 20926
20772;;;### (autoloads (pong) "pong" "play/pong.el" (17842 55395)) 20927;;;### (autoloads (pong) "pong" "play/pong.el" (18104 24762))
20773;;; Generated autoloads from play/pong.el 20928;;; Generated autoloads from play/pong.el
20774 20929
20775(autoload (quote pong) "pong" "\ 20930(autoload (quote pong) "pong" "\
@@ -20786,7 +20941,7 @@ pong-mode keybindings:\\<pong-mode-map>
20786;;;*** 20941;;;***
20787 20942
20788;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer 20943;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer
20789;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (17852 19612)) 20944;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (18104 24748))
20790;;; Generated autoloads from emacs-lisp/pp.el 20945;;; Generated autoloads from emacs-lisp/pp.el
20791 20946
20792(autoload (quote pp-to-string) "pp" "\ 20947(autoload (quote pp-to-string) "pp" "\
@@ -20842,7 +20997,7 @@ Ignores leading comment characters.
20842;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 20997;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
20843;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 20998;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
20844;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 20999;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
20845;;;;;; (18006 55796)) 21000;;;;;; (18104 24738))
20846;;; Generated autoloads from printing.el 21001;;; Generated autoloads from printing.el
20847 21002
20848(autoload (quote pr-interface) "printing" "\ 21003(autoload (quote pr-interface) "printing" "\
@@ -21430,7 +21585,7 @@ are both set to t.
21430;;;*** 21585;;;***
21431 21586
21432;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" 21587;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el"
21433;;;;;; (17842 56332)) 21588;;;;;; (18104 24768))
21434;;; Generated autoloads from progmodes/prolog.el 21589;;; Generated autoloads from progmodes/prolog.el
21435 21590
21436(autoload (quote prolog-mode) "prolog" "\ 21591(autoload (quote prolog-mode) "prolog" "\
@@ -21453,7 +21608,7 @@ With prefix argument \\[universal-prefix], prompt for the program to use.
21453 21608
21454;;;*** 21609;;;***
21455 21610
21456;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (17842 58279)) 21611;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (18104 24739))
21457;;; Generated autoloads from ps-bdf.el 21612;;; Generated autoloads from ps-bdf.el
21458 21613
21459(defvar bdf-directory-list (if (memq system-type (quote (ms-dos windows-nt))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ 21614(defvar bdf-directory-list (if (memq system-type (quote (ms-dos windows-nt))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\
@@ -21462,8 +21617,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
21462 21617
21463;;;*** 21618;;;***
21464 21619
21465;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (17842 21620;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (18104
21466;;;;;; 56332)) 21621;;;;;; 24768))
21467;;; Generated autoloads from progmodes/ps-mode.el 21622;;; Generated autoloads from progmodes/ps-mode.el
21468 21623
21469(autoload (quote ps-mode) "ps-mode" "\ 21624(autoload (quote ps-mode) "ps-mode" "\
@@ -21509,132 +21664,13 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
21509 21664
21510;;;*** 21665;;;***
21511 21666
21512;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string
21513;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string
21514;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer)
21515;;;;;; "ps-mule" "ps-mule.el" (17842 58279))
21516;;; Generated autoloads from ps-mule.el
21517
21518(defvar ps-multibyte-buffer nil "\
21519*Specifies the multi-byte buffer handling.
21520
21521Valid values are:
21522
21523 nil This is the value to use the default settings which
21524 is by default for printing buffer with only ASCII
21525 and Latin characters. The default setting can be
21526 changed by setting the variable
21527 `ps-mule-font-info-database-default' differently.
21528 The initial value of this variable is
21529 `ps-mule-font-info-database-latin' (see
21530 documentation).
21531
21532 `non-latin-printer' This is the value to use when you have a Japanese
21533 or Korean PostScript printer and want to print
21534 buffer with ASCII, Latin-1, Japanese (JISX0208 and
21535 JISX0201-Kana) and Korean characters. At present,
21536 it was not tested the Korean characters printing.
21537 If you have a korean PostScript printer, please,
21538 test it.
21539
21540 `bdf-font' This is the value to use when you want to print
21541 buffer with BDF fonts. BDF fonts include both latin
21542 and non-latin fonts. BDF (Bitmap Distribution
21543 Format) is a format used for distributing X's font
21544 source file. BDF fonts are included in
21545 `intlfonts-1.2' which is a collection of X11 fonts
21546 for all characters supported by Emacs. In order to
21547 use this value, be sure to have installed
21548 `intlfonts-1.2' and set the variable
21549 `bdf-directory-list' appropriately (see ps-bdf.el for
21550 documentation of this variable).
21551
21552 `bdf-font-except-latin' This is like `bdf-font' except that it is used
21553 PostScript default fonts to print ASCII and Latin-1
21554 characters. This is convenient when you want or
21555 need to use both latin and non-latin characters on
21556 the same buffer. See `ps-font-family',
21557 `ps-header-font-family' and `ps-font-info-database'.
21558
21559Any other value is treated as nil.")
21560
21561(custom-autoload (quote ps-multibyte-buffer) "ps-mule" t)
21562
21563(autoload (quote ps-mule-prepare-ascii-font) "ps-mule" "\
21564Setup special ASCII font for STRING.
21565STRING should contain only ASCII characters.
21566
21567\(fn STRING)" nil nil)
21568
21569(autoload (quote ps-mule-set-ascii-font) "ps-mule" "\
21570Not documented
21571
21572\(fn)" nil nil)
21573
21574(autoload (quote ps-mule-plot-string) "ps-mule" "\
21575Generate PostScript code for plotting characters in the region FROM and TO.
21576
21577It is assumed that all characters in this region belong to the same charset.
21578
21579Optional argument BG-COLOR specifies background color.
21580
21581Returns the value:
21582
21583 (ENDPOS . RUN-WIDTH)
21584
21585Where ENDPOS is the end position of the sequence and RUN-WIDTH is the width of
21586the sequence.
21587
21588\(fn FROM TO &optional BG-COLOR)" nil nil)
21589
21590(autoload (quote ps-mule-plot-composition) "ps-mule" "\
21591Generate PostScript code for plotting composition in the region FROM and TO.
21592
21593It is assumed that all characters in this region belong to the same
21594composition.
21595
21596Optional argument BG-COLOR specifies background color.
21597
21598Returns the value:
21599
21600 (ENDPOS . RUN-WIDTH)
21601
21602Where ENDPOS is the end position of the sequence and RUN-WIDTH is the width of
21603the sequence.
21604
21605\(fn FROM TO &optional BG-COLOR)" nil nil)
21606
21607(autoload (quote ps-mule-initialize) "ps-mule" "\
21608Initialize global data for printing multi-byte characters.
21609
21610\(fn)" nil nil)
21611
21612(autoload (quote ps-mule-encode-header-string) "ps-mule" "\
21613Generate PostScript code for ploting STRING by font FONTTAG.
21614FONTTAG should be a string \"/h0\" or \"/h1\".
21615
21616\(fn STRING FONTTAG)" nil nil)
21617
21618(autoload (quote ps-mule-begin-job) "ps-mule" "\
21619Start printing job for multi-byte chars between FROM and TO.
21620This checks if all multi-byte characters in the region are printable or not.
21621
21622\(fn FROM TO)" nil nil)
21623
21624(autoload (quote ps-mule-begin-page) "ps-mule" "\
21625Not documented
21626
21627\(fn)" nil nil)
21628
21629;;;***
21630
21631;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region 21667;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region
21632;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces 21668;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces
21633;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 21669;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
21634;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 21670;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
21635;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 21671;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
21636;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (18006 21672;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (18104
21637;;;;;; 55796)) 21673;;;;;; 24739))
21638;;; Generated autoloads from ps-print.el 21674;;; Generated autoloads from ps-print.el
21639 21675
21640(defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\ 21676(defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\
@@ -21831,7 +21867,7 @@ If EXTENSION is any other symbol, it is ignored.
21831;;;*** 21867;;;***
21832 21868
21833;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el" 21869;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el"
21834;;;;;; (17992 30878)) 21870;;;;;; (18104 24768))
21835;;; Generated autoloads from progmodes/python.el 21871;;; Generated autoloads from progmodes/python.el
21836 21872
21837(add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode))) 21873(add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode)))
@@ -21906,7 +21942,7 @@ Runs `jython-mode-hook' after `python-mode-hook'.
21906;;;*** 21942;;;***
21907 21943
21908;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 21944;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
21909;;;;;; (17842 54741)) 21945;;;;;; (18104 24754))
21910;;; Generated autoloads from gnus/qp.el 21946;;; Generated autoloads from gnus/qp.el
21911 21947
21912(autoload (quote quoted-printable-decode-region) "qp" "\ 21948(autoload (quote quoted-printable-decode-region) "qp" "\
@@ -21929,7 +21965,7 @@ them into characters should be done separately.
21929;;;;;; quail-defrule quail-install-decode-map quail-install-map 21965;;;;;; quail-defrule quail-install-decode-map quail-install-map
21930;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 21966;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
21931;;;;;; quail-define-package quail-use-package quail-title) "quail" 21967;;;;;; quail-define-package quail-use-package quail-title) "quail"
21932;;;;;; "international/quail.el" (17921 16827)) 21968;;;;;; "international/quail.el" (18104 24757))
21933;;; Generated autoloads from international/quail.el 21969;;; Generated autoloads from international/quail.el
21934 21970
21935(autoload (quote quail-title) "quail" "\ 21971(autoload (quote quail-title) "quail" "\
@@ -22160,8 +22196,8 @@ of each directory.
22160 22196
22161;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 22197;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
22162;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 22198;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
22163;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (17842 22199;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (18104
22164;;;;;; 55218)) 22200;;;;;; 24760))
22165;;; Generated autoloads from net/quickurl.el 22201;;; Generated autoloads from net/quickurl.el
22166 22202
22167(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" "\ 22203(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" "\
@@ -22233,12 +22269,15 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22233;;;*** 22269;;;***
22234 22270
22235;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 22271;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
22236;;;;;; "net/rcirc.el" (18006 55797)) 22272;;;;;; "net/rcirc.el" (18104 24760))
22237;;; Generated autoloads from net/rcirc.el 22273;;; Generated autoloads from net/rcirc.el
22238 22274
22239(autoload (quote rcirc) "rcirc" "\ 22275(autoload (quote rcirc) "rcirc" "\
22240Connect to IRC. 22276Connect to all servers in `rcirc-server-alist'.
22241If ARG is non-nil, prompt for a server to connect to. 22277
22278Do not connect to a server if it is already connected.
22279
22280If ARG is non-nil, instead prompt for connection parameters.
22242 22281
22243\(fn ARG)" t nil) 22282\(fn ARG)" t nil)
22244 22283
@@ -22247,7 +22286,7 @@ If ARG is non-nil, prompt for a server to connect to.
22247(autoload (quote rcirc-connect) "rcirc" "\ 22286(autoload (quote rcirc-connect) "rcirc" "\
22248Not documented 22287Not documented
22249 22288
22250\(fn &optional SERVER PORT NICK USER-NAME FULL-NAME STARTUP-CHANNELS)" nil nil) 22289\(fn SERVER &optional PORT NICK USER-NAME FULL-NAME STARTUP-CHANNELS)" nil nil)
22251 22290
22252(defvar rcirc-track-minor-mode nil "\ 22291(defvar rcirc-track-minor-mode nil "\
22253Non-nil if Rcirc-Track minor mode is enabled. 22292Non-nil if Rcirc-Track minor mode is enabled.
@@ -22265,8 +22304,8 @@ Global minor mode for tracking activity in rcirc buffers.
22265 22304
22266;;;*** 22305;;;***
22267 22306
22268;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (17842 22307;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (18104
22269;;;;;; 55218)) 22308;;;;;; 24760))
22270;;; Generated autoloads from net/rcompile.el 22309;;; Generated autoloads from net/rcompile.el
22271 22310
22272(autoload (quote remote-compile) "rcompile" "\ 22311(autoload (quote remote-compile) "rcompile" "\
@@ -22278,7 +22317,7 @@ See \\[compile].
22278;;;*** 22317;;;***
22279 22318
22280;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 22319;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
22281;;;;;; (17917 37732)) 22320;;;;;; (18104 24748))
22282;;; Generated autoloads from emacs-lisp/re-builder.el 22321;;; Generated autoloads from emacs-lisp/re-builder.el
22283 22322
22284(defalias (quote regexp-builder) (quote re-builder)) 22323(defalias (quote regexp-builder) (quote re-builder))
@@ -22290,7 +22329,7 @@ Construct a regexp interactively.
22290 22329
22291;;;*** 22330;;;***
22292 22331
22293;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (17930 34071)) 22332;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (18104 24739))
22294;;; Generated autoloads from recentf.el 22333;;; Generated autoloads from recentf.el
22295 22334
22296(defvar recentf-mode nil "\ 22335(defvar recentf-mode nil "\
@@ -22317,8 +22356,8 @@ that were operated on recently.
22317;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 22356;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
22318;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 22357;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
22319;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 22358;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
22320;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (17842 22359;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (18104
22321;;;;;; 58279)) 22360;;;;;; 24739))
22322;;; Generated autoloads from rect.el 22361;;; Generated autoloads from rect.el
22323 22362
22324(autoload (quote move-to-column-force) "rect" "\ 22363(autoload (quote move-to-column-force) "rect" "\
@@ -22446,8 +22485,8 @@ rectangle which were empty.
22446 22485
22447;;;*** 22486;;;***
22448 22487
22449;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (17842 22488;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (18104
22450;;;;;; 58277)) 22489;;;;;; 24772))
22451;;; Generated autoloads from textmodes/refill.el 22490;;; Generated autoloads from textmodes/refill.el
22452 22491
22453(autoload (quote refill-mode) "refill" "\ 22492(autoload (quote refill-mode) "refill" "\
@@ -22463,7 +22502,7 @@ refilling if they would cause auto-filling.
22463;;;*** 22502;;;***
22464 22503
22465;;;### (autoloads (reftex-reset-scanning-information reftex-mode 22504;;;### (autoloads (reftex-reset-scanning-information reftex-mode
22466;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (17923 8784)) 22505;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (18104 24772))
22467;;; Generated autoloads from textmodes/reftex.el 22506;;; Generated autoloads from textmodes/reftex.el
22468 22507
22469(autoload (quote turn-on-reftex) "reftex" "\ 22508(autoload (quote turn-on-reftex) "reftex" "\
@@ -22513,7 +22552,7 @@ This enforces rescanning the buffer on next use.
22513;;;*** 22552;;;***
22514 22553
22515;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 22554;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
22516;;;;;; (17923 8784)) 22555;;;;;; (18104 24772))
22517;;; Generated autoloads from textmodes/reftex-cite.el 22556;;; Generated autoloads from textmodes/reftex-cite.el
22518 22557
22519(autoload (quote reftex-citation) "reftex-cite" "\ 22558(autoload (quote reftex-citation) "reftex-cite" "\
@@ -22543,7 +22582,7 @@ While entering the regexp, completion on knows citation keys is possible.
22543;;;*** 22582;;;***
22544 22583
22545;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 22584;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
22546;;;;;; (17923 8784)) 22585;;;;;; (18104 24772))
22547;;; Generated autoloads from textmodes/reftex-global.el 22586;;; Generated autoloads from textmodes/reftex-global.el
22548 22587
22549(autoload (quote reftex-isearch-minor-mode) "reftex-global" "\ 22588(autoload (quote reftex-isearch-minor-mode) "reftex-global" "\
@@ -22560,7 +22599,7 @@ With no argument, this command toggles
22560;;;*** 22599;;;***
22561 22600
22562;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 22601;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
22563;;;;;; (17923 8784)) 22602;;;;;; (18104 24772))
22564;;; Generated autoloads from textmodes/reftex-index.el 22603;;; Generated autoloads from textmodes/reftex-index.el
22565 22604
22566(autoload (quote reftex-index-phrases-mode) "reftex-index" "\ 22605(autoload (quote reftex-index-phrases-mode) "reftex-index" "\
@@ -22593,7 +22632,7 @@ Here are all local bindings.
22593;;;*** 22632;;;***
22594 22633
22595;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 22634;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
22596;;;;;; (17923 8784)) 22635;;;;;; (18104 24772))
22597;;; Generated autoloads from textmodes/reftex-parse.el 22636;;; Generated autoloads from textmodes/reftex-parse.el
22598 22637
22599(autoload (quote reftex-all-document-files) "reftex-parse" "\ 22638(autoload (quote reftex-all-document-files) "reftex-parse" "\
@@ -22605,8 +22644,8 @@ of master file.
22605 22644
22606;;;*** 22645;;;***
22607 22646
22608;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (17923 22647;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (18104
22609;;;;;; 8784)) 22648;;;;;; 24772))
22610;;; Generated autoloads from textmodes/reftex-vars.el 22649;;; Generated autoloads from textmodes/reftex-vars.el
22611(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22650(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
22612(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22651(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -22616,7 +22655,7 @@ of master file.
22616;;;*** 22655;;;***
22617 22656
22618;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 22657;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
22619;;;;;; (17842 54152)) 22658;;;;;; (18104 24748))
22620;;; Generated autoloads from emacs-lisp/regexp-opt.el 22659;;; Generated autoloads from emacs-lisp/regexp-opt.el
22621 22660
22622(autoload (quote regexp-opt) "regexp-opt" "\ 22661(autoload (quote regexp-opt) "regexp-opt" "\
@@ -22643,7 +22682,7 @@ This means the number of non-shy regexp grouping constructs
22643 22682
22644;;;*** 22683;;;***
22645 22684
22646;;;### (autoloads (repeat) "repeat" "repeat.el" (17842 58279)) 22685;;;### (autoloads (repeat) "repeat" "repeat.el" (18104 24739))
22647;;; Generated autoloads from repeat.el 22686;;; Generated autoloads from repeat.el
22648 22687
22649(autoload (quote repeat) "repeat" "\ 22688(autoload (quote repeat) "repeat" "\
@@ -22661,7 +22700,7 @@ can be modified by the global variable `repeat-on-final-keystroke'.
22661;;;*** 22700;;;***
22662 22701
22663;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 22702;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
22664;;;;;; (17842 55035)) 22703;;;;;; (18104 24758))
22665;;; Generated autoloads from mail/reporter.el 22704;;; Generated autoloads from mail/reporter.el
22666 22705
22667(autoload (quote reporter-submit-bug-report) "reporter" "\ 22706(autoload (quote reporter-submit-bug-report) "reporter" "\
@@ -22693,7 +22732,7 @@ mail-sending package is used for editing and sending the message.
22693;;;*** 22732;;;***
22694 22733
22695;;;### (autoloads (reposition-window) "reposition" "reposition.el" 22734;;;### (autoloads (reposition-window) "reposition" "reposition.el"
22696;;;;;; (17842 58279)) 22735;;;;;; (18104 24739))
22697;;; Generated autoloads from reposition.el 22736;;; Generated autoloads from reposition.el
22698 22737
22699(autoload (quote reposition-window) "reposition" "\ 22738(autoload (quote reposition-window) "reposition" "\
@@ -22720,8 +22759,8 @@ first comment line visible (if point is in a comment).
22720 22759
22721;;;*** 22760;;;***
22722 22761
22723;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (17842 22762;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (18104
22724;;;;;; 58279)) 22763;;;;;; 24739))
22725;;; Generated autoloads from resume.el 22764;;; Generated autoloads from resume.el
22726 22765
22727(autoload (quote resume-suspend-hook) "resume" "\ 22766(autoload (quote resume-suspend-hook) "resume" "\
@@ -22732,7 +22771,7 @@ Clear out the file used for transmitting args when Emacs resumes.
22732;;;*** 22771;;;***
22733 22772
22734;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 22773;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
22735;;;;;; (17842 58279)) 22774;;;;;; (18104 24739))
22736;;; Generated autoloads from reveal.el 22775;;; Generated autoloads from reveal.el
22737 22776
22738(autoload (quote reveal-mode) "reveal" "\ 22777(autoload (quote reveal-mode) "reveal" "\
@@ -22767,7 +22806,7 @@ With zero or negative ARG turn mode off.
22767;;;*** 22806;;;***
22768 22807
22769;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 22808;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
22770;;;;;; (17842 54152)) 22809;;;;;; (18104 24748))
22771;;; Generated autoloads from emacs-lisp/ring.el 22810;;; Generated autoloads from emacs-lisp/ring.el
22772 22811
22773(autoload (quote ring-p) "ring" "\ 22812(autoload (quote ring-p) "ring" "\
@@ -22782,7 +22821,7 @@ Make a ring that can contain SIZE elements.
22782 22821
22783;;;*** 22822;;;***
22784 22823
22785;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (17842 55218)) 22824;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (18104 24760))
22786;;; Generated autoloads from net/rlogin.el 22825;;; Generated autoloads from net/rlogin.el
22787 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") 22826 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")
22788 22827
@@ -22833,8 +22872,8 @@ variable.
22833;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 22872;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
22834;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 22873;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
22835;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names 22874;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names
22836;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (18006 22875;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (18104
22837;;;;;; 55797)) 22876;;;;;; 24758))
22838;;; Generated autoloads from mail/rmail.el 22877;;; Generated autoloads from mail/rmail.el
22839 22878
22840(autoload (quote rmail-movemail-variant-p) "rmail" "\ 22879(autoload (quote rmail-movemail-variant-p) "rmail" "\
@@ -23099,7 +23138,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23099;;;*** 23138;;;***
23100 23139
23101;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" 23140;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
23102;;;;;; (17887 18399)) 23141;;;;;; (18104 24758))
23103;;; Generated autoloads from mail/rmailedit.el 23142;;; Generated autoloads from mail/rmailedit.el
23104 23143
23105(autoload (quote rmail-edit-current-message) "rmailedit" "\ 23144(autoload (quote rmail-edit-current-message) "rmailedit" "\
@@ -23111,7 +23150,7 @@ Edit the contents of this message.
23111 23150
23112;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message 23151;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
23113;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" 23152;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
23114;;;;;; "mail/rmailkwd.el" (17842 55035)) 23153;;;;;; "mail/rmailkwd.el" (18104 24758))
23115;;; Generated autoloads from mail/rmailkwd.el 23154;;; Generated autoloads from mail/rmailkwd.el
23116 23155
23117(autoload (quote rmail-add-label) "rmailkwd" "\ 23156(autoload (quote rmail-add-label) "rmailkwd" "\
@@ -23150,7 +23189,7 @@ With prefix argument N moves forward N messages with these labels.
23150;;;*** 23189;;;***
23151 23190
23152;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" 23191;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
23153;;;;;; (17842 55035)) 23192;;;;;; (18104 24758))
23154;;; Generated autoloads from mail/rmailmsc.el 23193;;; Generated autoloads from mail/rmailmsc.el
23155 23194
23156(autoload (quote set-rmail-inbox-list) "rmailmsc" "\ 23195(autoload (quote set-rmail-inbox-list) "rmailmsc" "\
@@ -23164,7 +23203,7 @@ If FILE-NAME is empty, remove any existing inbox list.
23164 23203
23165;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output 23204;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output
23166;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" 23205;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout"
23167;;;;;; "mail/rmailout.el" (17842 55035)) 23206;;;;;; "mail/rmailout.el" (18104 24758))
23168;;; Generated autoloads from mail/rmailout.el 23207;;; Generated autoloads from mail/rmailout.el
23169 23208
23170(defvar rmail-output-file-alist nil "\ 23209(defvar rmail-output-file-alist nil "\
@@ -23231,8 +23270,8 @@ FILE-NAME defaults, interactively, from the Subject field of the message.
23231 23270
23232;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent 23271;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent
23233;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject 23272;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject
23234;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (17842 23273;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (18104
23235;;;;;; 55035)) 23274;;;;;; 24758))
23236;;; Generated autoloads from mail/rmailsort.el 23275;;; Generated autoloads from mail/rmailsort.el
23237 23276
23238(autoload (quote rmail-sort-by-date) "rmailsort" "\ 23277(autoload (quote rmail-sort-by-date) "rmailsort" "\
@@ -23284,7 +23323,7 @@ KEYWORDS is a comma-separated list of labels.
23284;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp 23323;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
23285;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary 23324;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
23286;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) 23325;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
23287;;;;;; "rmailsum" "mail/rmailsum.el" (17842 55035)) 23326;;;;;; "rmailsum" "mail/rmailsum.el" (18104 24758))
23288;;; Generated autoloads from mail/rmailsum.el 23327;;; Generated autoloads from mail/rmailsum.el
23289 23328
23290(defvar rmail-summary-scroll-between-messages t "\ 23329(defvar rmail-summary-scroll-between-messages t "\
@@ -23366,7 +23405,7 @@ Setting this variable has an effect only before reading a mail.")
23366;;;*** 23405;;;***
23367 23406
23368;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el" 23407;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el"
23369;;;;;; (17994 6715)) 23408;;;;;; (18104 24760))
23370;;; Generated autoloads from obsolete/rnewspost.el 23409;;; Generated autoloads from obsolete/rnewspost.el
23371 23410
23372(autoload (quote news-post-news) "rnewspost" "\ 23411(autoload (quote news-post-news) "rnewspost" "\
@@ -23379,7 +23418,7 @@ If NOQUERY is non-nil, we do not query before doing the work.
23379;;;*** 23418;;;***
23380 23419
23381;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 23420;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
23382;;;;;; rot13-string rot13) "rot13" "rot13.el" (17842 58279)) 23421;;;;;; rot13-string rot13) "rot13" "rot13.el" (18104 24739))
23383;;; Generated autoloads from rot13.el 23422;;; Generated autoloads from rot13.el
23384 23423
23385(autoload (quote rot13) "rot13" "\ 23424(autoload (quote rot13) "rot13" "\
@@ -23416,8 +23455,8 @@ Toggle the use of ROT13 encoding for the current window.
23416 23455
23417;;;*** 23456;;;***
23418 23457
23419;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (17833 23458;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (18104
23420;;;;;; 43069)) 23459;;;;;; 24739))
23421;;; Generated autoloads from ruler-mode.el 23460;;; Generated autoloads from ruler-mode.el
23422 23461
23423(autoload (quote ruler-mode) "ruler-mode" "\ 23462(autoload (quote ruler-mode) "ruler-mode" "\
@@ -23427,8 +23466,8 @@ Display a ruler in the header line if ARG > 0.
23427 23466
23428;;;*** 23467;;;***
23429 23468
23430;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (18011 23469;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (18104
23431;;;;;; 44080)) 23470;;;;;; 24748))
23432;;; Generated autoloads from emacs-lisp/rx.el 23471;;; Generated autoloads from emacs-lisp/rx.el
23433 23472
23434(autoload (quote rx-to-string) "rx" "\ 23473(autoload (quote rx-to-string) "rx" "\
@@ -23741,7 +23780,7 @@ enclosed in `(and ...)'.
23741;;;*** 23780;;;***
23742 23781
23743;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" 23782;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el"
23744;;;;;; (17842 58279)) 23783;;;;;; (18104 24739))
23745;;; Generated autoloads from savehist.el 23784;;; Generated autoloads from savehist.el
23746 23785
23747(defvar savehist-mode nil "\ 23786(defvar savehist-mode nil "\
@@ -23767,7 +23806,7 @@ which is probably undesirable.
23767;;;*** 23806;;;***
23768 23807
23769;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 23808;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
23770;;;;;; (17842 56332)) 23809;;;;;; (18104 24768))
23771;;; Generated autoloads from progmodes/scheme.el 23810;;; Generated autoloads from progmodes/scheme.el
23772 23811
23773(autoload (quote scheme-mode) "scheme" "\ 23812(autoload (quote scheme-mode) "scheme" "\
@@ -23809,7 +23848,7 @@ that variable's value is a string.
23809;;;*** 23848;;;***
23810 23849
23811;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 23850;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
23812;;;;;; (17842 54741)) 23851;;;;;; (18104 24755))
23813;;; Generated autoloads from gnus/score-mode.el 23852;;; Generated autoloads from gnus/score-mode.el
23814 23853
23815(autoload (quote gnus-score-mode) "score-mode" "\ 23854(autoload (quote gnus-score-mode) "score-mode" "\
@@ -23822,8 +23861,8 @@ This mode is an extended emacs-lisp mode.
23822 23861
23823;;;*** 23862;;;***
23824 23863
23825;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (17994 23864;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (18104
23826;;;;;; 6715)) 23865;;;;;; 24760))
23827;;; Generated autoloads from obsolete/scribe.el 23866;;; Generated autoloads from obsolete/scribe.el
23828 23867
23829(autoload (quote scribe-mode) "scribe" "\ 23868(autoload (quote scribe-mode) "scribe" "\
@@ -23848,7 +23887,7 @@ Interesting variables:
23848;;;*** 23887;;;***
23849 23888
23850;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 23889;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
23851;;;;;; (17842 58278)) 23890;;;;;; (18104 24739))
23852;;; Generated autoloads from scroll-all.el 23891;;; Generated autoloads from scroll-all.el
23853 23892
23854(defvar scroll-all-mode nil "\ 23893(defvar scroll-all-mode nil "\
@@ -23871,11 +23910,11 @@ apply to all visible windows in the same frame.
23871;;;*** 23910;;;***
23872 23911
23873;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 23912;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
23874;;;;;; (17842 58278)) 23913;;;;;; (18104 24739))
23875;;; Generated autoloads from scroll-lock.el 23914;;; Generated autoloads from scroll-lock.el
23876 23915
23877(autoload (quote scroll-lock-mode) "scroll-lock" "\ 23916(autoload (quote scroll-lock-mode) "scroll-lock" "\
23878Minor mode for pager-like scrolling. 23917Buffer-local minor mode for pager-like scrolling.
23879Keys which normally move point by line or paragraph will scroll 23918Keys which normally move point by line or paragraph will scroll
23880the buffer by the respective amount of lines instead and point 23919the buffer by the respective amount of lines instead and point
23881will be kept vertically fixed relative to window boundaries 23920will be kept vertically fixed relative to window boundaries
@@ -23893,7 +23932,7 @@ during scrolling.
23893;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 23932;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
23894;;;;;; mail-header-separator send-mail-function mail-interactive 23933;;;;;; mail-header-separator send-mail-function mail-interactive
23895;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 23934;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
23896;;;;;; "sendmail" "mail/sendmail.el" (17942 63381)) 23935;;;;;; "sendmail" "mail/sendmail.el" (18104 24758))
23897;;; Generated autoloads from mail/sendmail.el 23936;;; Generated autoloads from mail/sendmail.el
23898 23937
23899(defvar mail-from-style (quote angles) "\ 23938(defvar mail-from-style (quote angles) "\
@@ -24193,8 +24232,8 @@ Like `mail' command, but display mail buffer in another frame.
24193 24232
24194;;;*** 24233;;;***
24195 24234
24196;;;### (autoloads (server-mode server-start) "server" "server.el" 24235;;;### (autoloads (server-save-buffers-kill-terminal server-mode
24197;;;;;; (17921 16827)) 24236;;;;;; server-start) "server" "server.el" (18104 24739))
24198;;; Generated autoloads from server.el 24237;;; Generated autoloads from server.el
24199 24238
24200(autoload (quote server-start) "server" "\ 24239(autoload (quote server-start) "server" "\
@@ -24238,7 +24277,7 @@ only these files will be asked to be saved.
24238 24277
24239;;;*** 24278;;;***
24240 24279
24241;;;### (autoloads (ses-mode) "ses" "ses.el" (17902 31690)) 24280;;;### (autoloads (ses-mode) "ses" "ses.el" (18104 24739))
24242;;; Generated autoloads from ses.el 24281;;; Generated autoloads from ses.el
24243 24282
24244(autoload (quote ses-mode) "ses" "\ 24283(autoload (quote ses-mode) "ses" "\
@@ -24257,7 +24296,7 @@ These are active only in the minibuffer, when entering or editing a formula:
24257;;;*** 24296;;;***
24258 24297
24259;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 24298;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
24260;;;;;; (18010 58080)) 24299;;;;;; (18104 24772))
24261;;; Generated autoloads from textmodes/sgml-mode.el 24300;;; Generated autoloads from textmodes/sgml-mode.el
24262 24301
24263(autoload (quote sgml-mode) "sgml-mode" "\ 24302(autoload (quote sgml-mode) "sgml-mode" "\
@@ -24325,7 +24364,7 @@ To work around that, do:
24325;;;*** 24364;;;***
24326 24365
24327;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 24366;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
24328;;;;;; (17992 30878)) 24367;;;;;; (18104 24768))
24329;;; Generated autoloads from progmodes/sh-script.el 24368;;; Generated autoloads from progmodes/sh-script.el
24330(put 'sh-shell 'safe-local-variable 'symbolp) 24369(put 'sh-shell 'safe-local-variable 'symbolp)
24331 24370
@@ -24389,7 +24428,7 @@ with your script for an edit-interpret-debug cycle.
24389 24428
24390;;;*** 24429;;;***
24391 24430
24392;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (17842 54741)) 24431;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (18104 24755))
24393;;; Generated autoloads from gnus/sha1.el 24432;;; Generated autoloads from gnus/sha1.el
24394 24433
24395(autoload (quote sha1) "sha1" "\ 24434(autoload (quote sha1) "sha1" "\
@@ -24404,7 +24443,7 @@ If BINARY is non-nil, return a string in binary form.
24404;;;*** 24443;;;***
24405 24444
24406;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 24445;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
24407;;;;;; (17853 57352)) 24446;;;;;; (18104 24748))
24408;;; Generated autoloads from emacs-lisp/shadow.el 24447;;; Generated autoloads from emacs-lisp/shadow.el
24409 24448
24410(autoload (quote list-load-path-shadows) "shadow" "\ 24449(autoload (quote list-load-path-shadows) "shadow" "\
@@ -24451,8 +24490,8 @@ buffer called `*Shadows*'. Shadowings are located by calling the
24451;;;*** 24490;;;***
24452 24491
24453;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 24492;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
24454;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (17842 24493;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (18104
24455;;;;;; 58278)) 24494;;;;;; 24739))
24456;;; Generated autoloads from shadowfile.el 24495;;; Generated autoloads from shadowfile.el
24457 24496
24458(autoload (quote shadow-define-cluster) "shadowfile" "\ 24497(autoload (quote shadow-define-cluster) "shadowfile" "\
@@ -24491,7 +24530,7 @@ Set up file shadowing.
24491;;;*** 24530;;;***
24492 24531
24493;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 24532;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
24494;;;;;; (17899 1575)) 24533;;;;;; (18104 24739))
24495;;; Generated autoloads from shell.el 24534;;; Generated autoloads from shell.el
24496 24535
24497(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ 24536(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
@@ -24538,7 +24577,7 @@ Otherwise, one argument `-i' is passed to the shell.
24538;;;*** 24577;;;***
24539 24578
24540;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 24579;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
24541;;;;;; "sieve" "gnus/sieve.el" (17842 54741)) 24580;;;;;; "sieve" "gnus/sieve.el" (18104 24755))
24542;;; Generated autoloads from gnus/sieve.el 24581;;; Generated autoloads from gnus/sieve.el
24543 24582
24544(autoload (quote sieve-manage) "sieve" "\ 24583(autoload (quote sieve-manage) "sieve" "\
@@ -24559,7 +24598,7 @@ Not documented
24559;;;*** 24598;;;***
24560 24599
24561;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 24600;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
24562;;;;;; (17842 54741)) 24601;;;;;; (18104 24755))
24563;;; Generated autoloads from gnus/sieve-mode.el 24602;;; Generated autoloads from gnus/sieve-mode.el
24564 24603
24565(autoload (quote sieve-mode) "sieve-mode" "\ 24604(autoload (quote sieve-mode) "sieve-mode" "\
@@ -24574,14 +24613,14 @@ Turning on Sieve mode runs `sieve-mode-hook'.
24574 24613
24575;;;*** 24614;;;***
24576 24615
24577;;;### (autoloads nil "simple" "simple.el" (18009 38727)) 24616;;;### (autoloads nil "simple" "simple.el" (18104 24740))
24578;;; Generated autoloads from simple.el 24617;;; Generated autoloads from simple.el
24579(put 'fill-prefix 'safe-local-variable 'string-or-null-p) 24618(put 'fill-prefix 'safe-local-variable 'string-or-null-p)
24580 24619
24581;;;*** 24620;;;***
24582 24621
24583;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (17842 24622;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (18104
24584;;;;;; 56332)) 24623;;;;;; 24769))
24585;;; Generated autoloads from progmodes/simula.el 24624;;; Generated autoloads from progmodes/simula.el
24586 24625
24587(autoload (quote simula-mode) "simula" "\ 24626(autoload (quote simula-mode) "simula" "\
@@ -24630,7 +24669,7 @@ with no arguments, if that value is non-nil.
24630;;;*** 24669;;;***
24631 24670
24632;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 24671;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
24633;;;;;; define-skeleton) "skeleton" "skeleton.el" (17842 58278)) 24672;;;;;; define-skeleton) "skeleton" "skeleton.el" (18104 24740))
24634;;; Generated autoloads from skeleton.el 24673;;; Generated autoloads from skeleton.el
24635 24674
24636(defvar skeleton-filter-function (quote identity) "\ 24675(defvar skeleton-filter-function (quote identity) "\
@@ -24740,7 +24779,7 @@ symmetrical ones, and the same character twice for the others.
24740;;;*** 24779;;;***
24741 24780
24742;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" 24781;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el"
24743;;;;;; (17904 28230)) 24782;;;;;; (18104 24740))
24744;;; Generated autoloads from smerge-mode.el 24783;;; Generated autoloads from smerge-mode.el
24745 24784
24746(autoload (quote smerge-ediff) "smerge-mode" "\ 24785(autoload (quote smerge-ediff) "smerge-mode" "\
@@ -24759,7 +24798,7 @@ Minor mode to simplify editing output from the diff3 program.
24759;;;*** 24798;;;***
24760 24799
24761;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 24800;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
24762;;;;;; (17875 18370)) 24801;;;;;; (18104 24755))
24763;;; Generated autoloads from gnus/smiley.el 24802;;; Generated autoloads from gnus/smiley.el
24764 24803
24765(autoload (quote smiley-region) "smiley" "\ 24804(autoload (quote smiley-region) "smiley" "\
@@ -24777,7 +24816,7 @@ interactively. If there's no argument, do it at the current buffer
24777;;;*** 24816;;;***
24778 24817
24779;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 24818;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
24780;;;;;; "mail/smtpmail.el" (17939 50716)) 24819;;;;;; "mail/smtpmail.el" (18104 24758))
24781;;; Generated autoloads from mail/smtpmail.el 24820;;; Generated autoloads from mail/smtpmail.el
24782 24821
24783(autoload (quote smtpmail-send-it) "smtpmail" "\ 24822(autoload (quote smtpmail-send-it) "smtpmail" "\
@@ -24792,7 +24831,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
24792 24831
24793;;;*** 24832;;;***
24794 24833
24795;;;### (autoloads (snake) "snake" "play/snake.el" (17842 55395)) 24834;;;### (autoloads (snake) "snake" "play/snake.el" (18104 24762))
24796;;; Generated autoloads from play/snake.el 24835;;; Generated autoloads from play/snake.el
24797 24836
24798(autoload (quote snake) "snake" "\ 24837(autoload (quote snake) "snake" "\
@@ -24816,7 +24855,7 @@ Snake mode keybindings:
24816;;;*** 24855;;;***
24817 24856
24818;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 24857;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
24819;;;;;; (17842 55218)) 24858;;;;;; (18104 24760))
24820;;; Generated autoloads from net/snmp-mode.el 24859;;; Generated autoloads from net/snmp-mode.el
24821 24860
24822(autoload (quote snmp-mode) "snmp-mode" "\ 24861(autoload (quote snmp-mode) "snmp-mode" "\
@@ -24847,7 +24886,7 @@ then `snmpv2-mode-hook'.
24847 24886
24848;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name 24887;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name
24849;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) 24888;;;;;; calendar-longitude calendar-latitude calendar-time-display-form)
24850;;;;;; "solar" "calendar/solar.el" (17956 13479)) 24889;;;;;; "solar" "calendar/solar.el" (18104 24745))
24851;;; Generated autoloads from calendar/solar.el 24890;;; Generated autoloads from calendar/solar.el
24852 24891
24853(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ 24892(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\
@@ -24918,8 +24957,8 @@ Requires floating point.
24918 24957
24919;;;*** 24958;;;***
24920 24959
24921;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (17842 24960;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (18104
24922;;;;;; 55395)) 24961;;;;;; 24762))
24923;;; Generated autoloads from play/solitaire.el 24962;;; Generated autoloads from play/solitaire.el
24924 24963
24925(autoload (quote solitaire) "solitaire" "\ 24964(autoload (quote solitaire) "solitaire" "\
@@ -24996,7 +25035,7 @@ Pick your favourite shortcuts:
24996 25035
24997;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 25036;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
24998;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 25037;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
24999;;;;;; sort-lines sort-subr) "sort" "sort.el" (17842 58278)) 25038;;;;;; sort-lines sort-subr) "sort" "sort.el" (18104 24740))
25000;;; Generated autoloads from sort.el 25039;;; Generated autoloads from sort.el
25001 25040
25002(autoload (quote sort-subr) "sort" "\ 25041(autoload (quote sort-subr) "sort" "\
@@ -25138,8 +25177,8 @@ From a program takes two point or marker arguments, BEG and END.
25138 25177
25139;;;*** 25178;;;***
25140 25179
25141;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (17842 25180;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (18104
25142;;;;;; 54741)) 25181;;;;;; 24755))
25143;;; Generated autoloads from gnus/spam.el 25182;;; Generated autoloads from gnus/spam.el
25144 25183
25145(autoload (quote spam-initialize) "spam" "\ 25184(autoload (quote spam-initialize) "spam" "\
@@ -25151,7 +25190,7 @@ Install the spam.el hooks and do other initialization
25151 25190
25152;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 25191;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
25153;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 25192;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
25154;;;;;; "gnus/spam-report.el" (17842 54741)) 25193;;;;;; "gnus/spam-report.el" (18104 24755))
25155;;; Generated autoloads from gnus/spam-report.el 25194;;; Generated autoloads from gnus/spam-report.el
25156 25195
25157(autoload (quote spam-report-process-queue) "spam-report" "\ 25196(autoload (quote spam-report-process-queue) "spam-report" "\
@@ -25194,7 +25233,7 @@ Spam reports will be queued with the method used when
25194;;;*** 25233;;;***
25195 25234
25196;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 25235;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
25197;;;;;; "speedbar.el" (17881 43027)) 25236;;;;;; "speedbar.el" (18104 24740))
25198;;; Generated autoloads from speedbar.el 25237;;; Generated autoloads from speedbar.el
25199 25238
25200(defalias (quote speedbar) (quote speedbar-frame-mode)) 25239(defalias (quote speedbar) (quote speedbar-frame-mode))
@@ -25219,7 +25258,7 @@ selected. If the speedbar frame is active, then select the attached frame.
25219;;;*** 25258;;;***
25220 25259
25221;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 25260;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
25222;;;;;; "spell" "textmodes/spell.el" (17842 58276)) 25261;;;;;; "spell" "textmodes/spell.el" (18104 24772))
25223;;; Generated autoloads from textmodes/spell.el 25262;;; Generated autoloads from textmodes/spell.el
25224 25263
25225(put (quote spell-filter) (quote risky-local-variable) t) 25264(put (quote spell-filter) (quote risky-local-variable) t)
@@ -25255,8 +25294,8 @@ Check spelling of string supplied as argument.
25255 25294
25256;;;*** 25295;;;***
25257 25296
25258;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (17842 25297;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (18104
25259;;;;;; 55395)) 25298;;;;;; 24762))
25260;;; Generated autoloads from play/spook.el 25299;;; Generated autoloads from play/spook.el
25261 25300
25262(autoload (quote spook) "spook" "\ 25301(autoload (quote spook) "spook" "\
@@ -25274,8 +25313,8 @@ Return a vector containing the lines from `spook-phrases-file'.
25274;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres 25313;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
25275;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 25314;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
25276;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help 25315;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help
25277;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (17842 25316;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (18104
25278;;;;;; 56332)) 25317;;;;;; 24769))
25279;;; Generated autoloads from progmodes/sql.el 25318;;; Generated autoloads from progmodes/sql.el
25280 25319
25281(autoload (quote sql-add-product-keywords) "sql" "\ 25320(autoload (quote sql-add-product-keywords) "sql" "\
@@ -25706,8 +25745,8 @@ input. See `sql-interactive-mode'.
25706;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 25745;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
25707;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 25746;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
25708;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 25747;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
25709;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (17842 25748;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (18104
25710;;;;;; 58278)) 25749;;;;;; 24740))
25711;;; Generated autoloads from strokes.el 25750;;; Generated autoloads from strokes.el
25712 25751
25713(autoload (quote strokes-global-set-stroke) "strokes" "\ 25752(autoload (quote strokes-global-set-stroke) "strokes" "\
@@ -25837,7 +25876,7 @@ Studlify-case the current buffer.
25837 25876
25838;;;*** 25877;;;***
25839 25878
25840;;;### (autoloads (locate-library) "subr" "subr.el" (17964 48351)) 25879;;;### (autoloads (locate-library) "subr" "subr.el" (18104 24740))
25841;;; Generated autoloads from subr.el 25880;;; Generated autoloads from subr.el
25842 25881
25843(autoload (quote locate-library) "subr" "\ 25882(autoload (quote locate-library) "subr" "\
@@ -25859,7 +25898,7 @@ and the file name is displayed in the echo area.
25859;;;*** 25898;;;***
25860 25899
25861;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 25900;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
25862;;;;;; (17854 7564)) 25901;;;;;; (18104 24758))
25863;;; Generated autoloads from mail/supercite.el 25902;;; Generated autoloads from mail/supercite.el
25864 25903
25865(autoload (quote sc-cite-original) "supercite" "\ 25904(autoload (quote sc-cite-original) "supercite" "\
@@ -25891,7 +25930,7 @@ before, and `sc-post-hook' is run after the guts of this function.
25891 25930
25892;;;*** 25931;;;***
25893 25932
25894;;;### (autoloads (t-mouse-mode) "t-mouse" "t-mouse.el" (18006 55796)) 25933;;;### (autoloads (t-mouse-mode) "t-mouse" "t-mouse.el" (18104 24740))
25895;;; Generated autoloads from t-mouse.el 25934;;; Generated autoloads from t-mouse.el
25896 25935
25897(defvar t-mouse-mode nil "\ 25936(defvar t-mouse-mode nil "\
@@ -25915,7 +25954,7 @@ It requires the `mev' program, part of the `gpm' utilities.
25915 25954
25916;;;*** 25955;;;***
25917 25956
25918;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17842 58278)) 25957;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (18104 24740))
25919;;; Generated autoloads from tabify.el 25958;;; Generated autoloads from tabify.el
25920 25959
25921(autoload (quote untabify) "tabify" "\ 25960(autoload (quote untabify) "tabify" "\
@@ -25950,7 +25989,7 @@ The variable `tab-width' controls the spacing of tab stops.
25950;;;;;; table-recognize table-insert-row-column table-insert-column 25989;;;;;; table-recognize table-insert-row-column table-insert-column
25951;;;;;; table-insert-row table-insert table-point-left-cell-hook 25990;;;;;; table-insert-row table-insert table-point-left-cell-hook
25952;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 25991;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
25953;;;;;; "table" "textmodes/table.el" (18012 17784)) 25992;;;;;; "table" "textmodes/table.el" (18104 24772))
25954;;; Generated autoloads from textmodes/table.el 25993;;; Generated autoloads from textmodes/table.el
25955 25994
25956(defvar table-cell-map-hook nil "\ 25995(defvar table-cell-map-hook nil "\
@@ -26538,7 +26577,7 @@ converts a table into plain text without frames. It is a companion to
26538 26577
26539;;;*** 26578;;;***
26540 26579
26541;;;### (autoloads (talk-connect) "talk" "talk.el" (17842 58278)) 26580;;;### (autoloads (talk talk-connect) "talk" "talk.el" (18104 24740))
26542;;; Generated autoloads from talk.el 26581;;; Generated autoloads from talk.el
26543 26582
26544(autoload (quote talk-connect) "talk" "\ 26583(autoload (quote talk-connect) "talk" "\
@@ -26553,7 +26592,7 @@ Connect to the Emacs talk group from the current X display or tty frame.
26553 26592
26554;;;*** 26593;;;***
26555 26594
26556;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (18010 5426)) 26595;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (18104 24740))
26557;;; Generated autoloads from tar-mode.el 26596;;; Generated autoloads from tar-mode.el
26558 26597
26559(autoload (quote tar-mode) "tar-mode" "\ 26598(autoload (quote tar-mode) "tar-mode" "\
@@ -26577,7 +26616,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
26577;;;*** 26616;;;***
26578 26617
26579;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 26618;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
26580;;;;;; "progmodes/tcl.el" (17842 56332)) 26619;;;;;; "progmodes/tcl.el" (18104 24769))
26581;;; Generated autoloads from progmodes/tcl.el 26620;;; Generated autoloads from progmodes/tcl.el
26582 26621
26583(autoload (quote tcl-mode) "tcl" "\ 26622(autoload (quote tcl-mode) "tcl" "\
@@ -26628,7 +26667,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
26628 26667
26629;;;*** 26668;;;***
26630 26669
26631;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (17842 55218)) 26670;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (18104 24760))
26632;;; Generated autoloads from net/telnet.el 26671;;; Generated autoloads from net/telnet.el
26633 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") 26672 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
26634 26673
@@ -26655,8 +26694,8 @@ Normally input is edited in Emacs and sent a line at a time.
26655 26694
26656;;;*** 26695;;;***
26657 26696
26658;;;### (autoloads (ansi-term term make-term) "term" "term.el" (17952 26697;;;### (autoloads (ansi-term term make-term) "term" "term.el" (18104
26659;;;;;; 11093)) 26698;;;;;; 24740))
26660;;; Generated autoloads from term.el 26699;;; Generated autoloads from term.el
26661 26700
26662(autoload (quote make-term) "term" "\ 26701(autoload (quote make-term) "term" "\
@@ -26684,8 +26723,8 @@ Start a terminal-emulator in a new buffer.
26684 26723
26685;;;*** 26724;;;***
26686 26725
26687;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (17842 26726;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (18104
26688;;;;;; 58278)) 26727;;;;;; 24740))
26689;;; Generated autoloads from terminal.el 26728;;; Generated autoloads from terminal.el
26690 26729
26691(autoload (quote terminal-emulator) "terminal" "\ 26730(autoload (quote terminal-emulator) "terminal" "\
@@ -26722,7 +26761,7 @@ subprocess started.
26722;;;*** 26761;;;***
26723 26762
26724;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 26763;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
26725;;;;;; (17925 52793)) 26764;;;;;; (18104 24748))
26726;;; Generated autoloads from emacs-lisp/testcover.el 26765;;; Generated autoloads from emacs-lisp/testcover.el
26727 26766
26728(autoload (quote testcover-this-defun) "testcover" "\ 26767(autoload (quote testcover-this-defun) "testcover" "\
@@ -26732,7 +26771,7 @@ Start coverage on function under point.
26732 26771
26733;;;*** 26772;;;***
26734 26773
26735;;;### (autoloads (tetris) "tetris" "play/tetris.el" (17941 38806)) 26774;;;### (autoloads (tetris) "tetris" "play/tetris.el" (18104 24762))
26736;;; Generated autoloads from play/tetris.el 26775;;; Generated autoloads from play/tetris.el
26737 26776
26738(autoload (quote tetris) "tetris" "\ 26777(autoload (quote tetris) "tetris" "\
@@ -26763,7 +26802,7 @@ tetris-mode keybindings:
26763;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 26802;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
26764;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 26803;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
26765;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 26804;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
26766;;;;;; (17992 30878)) 26805;;;;;; (18104 24772))
26767;;; Generated autoloads from textmodes/tex-mode.el 26806;;; Generated autoloads from textmodes/tex-mode.el
26768 26807
26769(defvar tex-shell-file-name nil "\ 26808(defvar tex-shell-file-name nil "\
@@ -27065,7 +27104,7 @@ Major mode to edit DocTeX files.
27065;;;*** 27104;;;***
27066 27105
27067;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 27106;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
27068;;;;;; "texinfmt" "textmodes/texinfmt.el" (17842 58276)) 27107;;;;;; "texinfmt" "textmodes/texinfmt.el" (18104 24773))
27069;;; Generated autoloads from textmodes/texinfmt.el 27108;;; Generated autoloads from textmodes/texinfmt.el
27070 27109
27071(autoload (quote texinfo-format-buffer) "texinfmt" "\ 27110(autoload (quote texinfo-format-buffer) "texinfmt" "\
@@ -27074,8 +27113,8 @@ The Info file output is generated in a buffer visiting the Info file
27074name specified in the @setfilename command. 27113name specified in the @setfilename command.
27075 27114
27076Non-nil argument (prefix, if interactive) means don't make tag table 27115Non-nil argument (prefix, if interactive) means don't make tag table
27077and don't split the file if large. You can use Info-tagify and 27116and don't split the file if large. You can use `Info-tagify' and
27078Info-split to do these manually. 27117`Info-split' to do these manually.
27079 27118
27080\(fn &optional NOSPLIT)" t nil) 27119\(fn &optional NOSPLIT)" t nil)
27081 27120
@@ -27098,14 +27137,14 @@ is automatically removed when the Info file is created. The original
27098Texinfo source buffer is not changed. 27137Texinfo source buffer is not changed.
27099 27138
27100Non-nil argument (prefix, if interactive) means don't split the file 27139Non-nil argument (prefix, if interactive) means don't split the file
27101if large. You can use Info-split to do this manually. 27140if large. You can use `Info-split' to do this manually.
27102 27141
27103\(fn &optional NOSPLIT)" t nil) 27142\(fn &optional NOSPLIT)" t nil)
27104 27143
27105;;;*** 27144;;;***
27106 27145
27107;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 27146;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
27108;;;;;; "texinfo" "textmodes/texinfo.el" (17842 58276)) 27147;;;;;; "texinfo" "textmodes/texinfo.el" (18104 24773))
27109;;; Generated autoloads from textmodes/texinfo.el 27148;;; Generated autoloads from textmodes/texinfo.el
27110 27149
27111(defvar texinfo-open-quote "``" "\ 27150(defvar texinfo-open-quote "``" "\
@@ -27192,7 +27231,7 @@ value of `texinfo-mode-hook'.
27192;;;### (autoloads (thai-auto-composition-mode thai-composition-function 27231;;;### (autoloads (thai-auto-composition-mode thai-composition-function
27193;;;;;; thai-post-read-conversion thai-compose-buffer thai-compose-string 27232;;;;;; thai-post-read-conversion thai-compose-buffer thai-compose-string
27194;;;;;; thai-compose-region) "thai-util" "language/thai-util.el" 27233;;;;;; thai-compose-region) "thai-util" "language/thai-util.el"
27195;;;;;; (17842 58278)) 27234;;;;;; (18104 24758))
27196;;; Generated autoloads from language/thai-util.el 27235;;; Generated autoloads from language/thai-util.el
27197 27236
27198(autoload (quote thai-compose-region) "thai-util" "\ 27237(autoload (quote thai-compose-region) "thai-util" "\
@@ -27236,7 +27275,7 @@ Minor mode for automatically correct Thai character composition.
27236 27275
27237;;;### (autoloads (list-at-point number-at-point symbol-at-point 27276;;;### (autoloads (list-at-point number-at-point symbol-at-point
27238;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 27277;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
27239;;;;;; "thingatpt" "thingatpt.el" (17842 58278)) 27278;;;;;; "thingatpt" "thingatpt.el" (18104 24740))
27240;;; Generated autoloads from thingatpt.el 27279;;; Generated autoloads from thingatpt.el
27241 27280
27242(autoload (quote forward-thing) "thingatpt" "\ 27281(autoload (quote forward-thing) "thingatpt" "\
@@ -27248,7 +27287,7 @@ Move forward to the end of the Nth next THING.
27248Determine the start and end buffer locations for the THING at point. 27287Determine the start and end buffer locations for the THING at point.
27249THING is a symbol which specifies the kind of syntactic entity you want. 27288THING is a symbol which specifies the kind of syntactic entity you want.
27250Possibilities include `symbol', `list', `sexp', `defun', `filename', `url', 27289Possibilities include `symbol', `list', `sexp', `defun', `filename', `url',
27251`word', `sentence', `whitespace', `line', `page' and others. 27290`email', `word', `sentence', `whitespace', `line', `page' and others.
27252 27291
27253See the file `thingatpt.el' for documentation on how to define 27292See the file `thingatpt.el' for documentation on how to define
27254a symbol as a valid THING. 27293a symbol as a valid THING.
@@ -27262,7 +27301,7 @@ of the textual entity that was found.
27262Return the THING at point. 27301Return the THING at point.
27263THING is a symbol which specifies the kind of syntactic entity you want. 27302THING is a symbol which specifies the kind of syntactic entity you want.
27264Possibilities include `symbol', `list', `sexp', `defun', `filename', `url', 27303Possibilities include `symbol', `list', `sexp', `defun', `filename', `url',
27265`word', `sentence', `whitespace', `line', `page' and others. 27304`email', `word', `sentence', `whitespace', `line', `page' and others.
27266 27305
27267See the file `thingatpt.el' for documentation on how to define 27306See the file `thingatpt.el' for documentation on how to define
27268a symbol as a valid THING. 27307a symbol as a valid THING.
@@ -27293,7 +27332,7 @@ Not documented
27293 27332
27294;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 27333;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
27295;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 27334;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
27296;;;;;; (17963 26308)) 27335;;;;;; (18104 24740))
27297;;; Generated autoloads from thumbs.el 27336;;; Generated autoloads from thumbs.el
27298 27337
27299(autoload (quote thumbs-find-thumb) "thumbs" "\ 27338(autoload (quote thumbs-find-thumb) "thumbs" "\
@@ -27332,7 +27371,7 @@ In dired, call the setroot program on the image at point.
27332;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region 27371;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region
27333;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan 27372;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan
27334;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" 27373;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util"
27335;;;;;; "language/tibet-util.el" (17842 58278)) 27374;;;;;; "language/tibet-util.el" (18104 24758))
27336;;; Generated autoloads from language/tibet-util.el 27375;;; Generated autoloads from language/tibet-util.el
27337 27376
27338(autoload (quote tibetan-char-p) "tibet-util" "\ 27377(autoload (quote tibetan-char-p) "tibet-util" "\
@@ -27411,7 +27450,7 @@ Not documented
27411;;;*** 27450;;;***
27412 27451
27413;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 27452;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
27414;;;;;; (17842 58276)) 27453;;;;;; (18104 24773))
27415;;; Generated autoloads from textmodes/tildify.el 27454;;; Generated autoloads from textmodes/tildify.el
27416 27455
27417(autoload (quote tildify-region) "tildify" "\ 27456(autoload (quote tildify-region) "tildify" "\
@@ -27435,7 +27474,7 @@ This function performs no refilling of the changed text.
27435;;;*** 27474;;;***
27436 27475
27437;;;### (autoloads (display-time-mode display-time display-time-day-and-date) 27476;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
27438;;;;;; "time" "time.el" (18006 55796)) 27477;;;;;; "time" "time.el" (18104 24740))
27439;;; Generated autoloads from time.el 27478;;; Generated autoloads from time.el
27440 27479
27441(defvar display-time-day-and-date nil "\ 27480(defvar display-time-day-and-date nil "\
@@ -27477,8 +27516,8 @@ This runs the normal hook `display-time-hook' after each update.
27477;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year 27516;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year
27478;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract 27517;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract
27479;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds 27518;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds
27480;;;;;; date-to-time) "time-date" "calendar/time-date.el" (17842 27519;;;;;; date-to-time) "time-date" "calendar/time-date.el" (18104
27481;;;;;; 53792)) 27520;;;;;; 24745))
27482;;; Generated autoloads from calendar/time-date.el 27521;;; Generated autoloads from calendar/time-date.el
27483 27522
27484(autoload (quote date-to-time) "time-date" "\ 27523(autoload (quote date-to-time) "time-date" "\
@@ -27564,7 +27603,7 @@ If DATE is malformed, return a time value of zeros.
27564;;;*** 27603;;;***
27565 27604
27566;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 27605;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
27567;;;;;; "time-stamp.el" (17842 58278)) 27606;;;;;; "time-stamp.el" (18104 24740))
27568;;; Generated autoloads from time-stamp.el 27607;;; Generated autoloads from time-stamp.el
27569(put 'time-stamp-format 'safe-local-variable 'stringp) 27608(put 'time-stamp-format 'safe-local-variable 'stringp)
27570(put 'time-stamp-line-limit 'safe-local-variable 'integerp) 27609(put 'time-stamp-line-limit 'safe-local-variable 'integerp)
@@ -27607,7 +27646,7 @@ With ARG, turn time stamping on if and only if arg is positive.
27607;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 27646;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
27608;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 27647;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
27609;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 27648;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
27610;;;;;; (17992 30878)) 27649;;;;;; (18104 24745))
27611;;; Generated autoloads from calendar/timeclock.el 27650;;; Generated autoloads from calendar/timeclock.el
27612 27651
27613(autoload (quote timeclock-modeline-display) "timeclock" "\ 27652(autoload (quote timeclock-modeline-display) "timeclock" "\
@@ -27708,7 +27747,7 @@ relative only to the time worked today, and not to past time.
27708 27747
27709;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer 27748;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer
27710;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" 27749;;;;;; run-at-time cancel-function-timers cancel-timer) "timer"
27711;;;;;; "emacs-lisp/timer.el" (17935 13348)) 27750;;;;;; "emacs-lisp/timer.el" (18104 24748))
27712;;; Generated autoloads from emacs-lisp/timer.el 27751;;; Generated autoloads from emacs-lisp/timer.el
27713 27752
27714(defalias (quote disable-timeout) (quote cancel-timer)) 27753(defalias (quote disable-timeout) (quote cancel-timer))
@@ -27789,7 +27828,7 @@ be detected.
27789;;;*** 27828;;;***
27790 27829
27791;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 27830;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
27792;;;;;; "international/titdic-cnv.el" (17870 32853)) 27831;;;;;; "international/titdic-cnv.el" (18104 24757))
27793;;; Generated autoloads from international/titdic-cnv.el 27832;;; Generated autoloads from international/titdic-cnv.el
27794 27833
27795(autoload (quote titdic-convert) "titdic-cnv" "\ 27834(autoload (quote titdic-convert) "titdic-cnv" "\
@@ -27812,8 +27851,8 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
27812;;;*** 27851;;;***
27813 27852
27814;;;### (autoloads (tamil-composition-function tamil-post-read-conversion 27853;;;### (autoloads (tamil-composition-function tamil-post-read-conversion
27815;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (17842 27854;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (18104
27816;;;;;; 58278)) 27855;;;;;; 24758))
27817;;; Generated autoloads from language/tml-util.el 27856;;; Generated autoloads from language/tml-util.el
27818 27857
27819(autoload (quote tamil-compose-region) "tml-util" "\ 27858(autoload (quote tamil-compose-region) "tml-util" "\
@@ -27836,7 +27875,7 @@ PATTERN regexp.
27836;;;*** 27875;;;***
27837 27876
27838;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27877;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
27839;;;;;; "tmm.el" (17952 58711)) 27878;;;;;; "tmm.el" (18104 24740))
27840;;; Generated autoloads from tmm.el 27879;;; Generated autoloads from tmm.el
27841 (define-key global-map "\M-`" 'tmm-menubar) 27880 (define-key global-map "\M-`" 'tmm-menubar)
27842 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 27881 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -27876,7 +27915,7 @@ Its value should be an event that has a binding in MENU.
27876 27915
27877;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 27916;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
27878;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 27917;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
27879;;;;;; "todo-mode" "calendar/todo-mode.el" (17962 52848)) 27918;;;;;; "todo-mode" "calendar/todo-mode.el" (18104 24745))
27880;;; Generated autoloads from calendar/todo-mode.el 27919;;; Generated autoloads from calendar/todo-mode.el
27881 27920
27882(autoload (quote todo-add-category) "todo-mode" "\ 27921(autoload (quote todo-add-category) "todo-mode" "\
@@ -27936,8 +27975,8 @@ Show TODO list.
27936;;;*** 27975;;;***
27937 27976
27938;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 27977;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
27939;;;;;; tool-bar-local-item tool-bar-add-item) "tool-bar" "tool-bar.el" 27978;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
27940;;;;;; (17842 58278)) 27979;;;;;; "tool-bar" "tool-bar.el" (18104 24740))
27941;;; Generated autoloads from tool-bar.el 27980;;; Generated autoloads from tool-bar.el
27942 27981
27943(autoload (quote toggle-tool-bar-mode-from-frame) "tool-bar" "\ 27982(autoload (quote toggle-tool-bar-mode-from-frame) "tool-bar" "\
@@ -28010,7 +28049,7 @@ holds a keymap.
28010;;;*** 28049;;;***
28011 28050
28012;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 28051;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
28013;;;;;; (18006 55796)) 28052;;;;;; (18104 24748))
28014;;; Generated autoloads from emulation/tpu-edt.el 28053;;; Generated autoloads from emulation/tpu-edt.el
28015 28054
28016(defvar tpu-edt-mode nil "\ 28055(defvar tpu-edt-mode nil "\
@@ -28037,7 +28076,7 @@ Turn on TPU/edt emulation.
28037;;;*** 28076;;;***
28038 28077
28039;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) 28078;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins)
28040;;;;;; "tpu-extras" "emulation/tpu-extras.el" (17842 54264)) 28079;;;;;; "tpu-extras" "emulation/tpu-extras.el" (18104 24748))
28041;;; Generated autoloads from emulation/tpu-extras.el 28080;;; Generated autoloads from emulation/tpu-extras.el
28042 28081
28043(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ 28082(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\
@@ -28057,7 +28096,7 @@ Constrain the cursor to the flow of the text.
28057 28096
28058;;;*** 28097;;;***
28059 28098
28060;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (17842 54152)) 28099;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (18104 24748))
28061;;; Generated autoloads from emacs-lisp/tq.el 28100;;; Generated autoloads from emacs-lisp/tq.el
28062 28101
28063(autoload (quote tq-create) "tq" "\ 28102(autoload (quote tq-create) "tq" "\
@@ -28071,7 +28110,7 @@ to a tcp server on another machine.
28071;;;*** 28110;;;***
28072 28111
28073;;;### (autoloads (trace-function-background trace-function trace-buffer) 28112;;;### (autoloads (trace-function-background trace-function trace-buffer)
28074;;;;;; "trace" "emacs-lisp/trace.el" (17842 54152)) 28113;;;;;; "trace" "emacs-lisp/trace.el" (18104 24748))
28075;;; Generated autoloads from emacs-lisp/trace.el 28114;;; Generated autoloads from emacs-lisp/trace.el
28076 28115
28077(defvar trace-buffer "*trace-output*" "\ 28116(defvar trace-buffer "*trace-output*" "\
@@ -28107,32 +28146,43 @@ BUFFER defaults to `trace-buffer'.
28107 28146
28108;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 28147;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
28109;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 28148;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
28110;;;;;; tramp-file-name-handler tramp-completion-file-name-regexp 28149;;;;;; tramp-file-name-handler tramp-syntax) "tramp" "net/tramp.el"
28111;;;;;; tramp-file-name-regexp) "tramp" "net/tramp.el" (17934 45069)) 28150;;;;;; (18104 24760))
28112;;; Generated autoloads from net/tramp.el 28151;;; Generated autoloads from net/tramp.el
28113 28152
28114(defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ 28153(defvar tramp-syntax (if (featurep (quote xemacs)) (quote sep) (quote ftp)) "\
28115Non-nil means to use unified Ange-FTP/Tramp filename syntax. 28154Tramp filename syntax to be used.
28116Otherwise, use a separate filename syntax for Tramp.") 28155
28156It can have the following values:
28157
28158 'ftp -- Ange-FTP respective EFS like syntax (GNU Emacs default)
28159 'sep -- Syntax as defined for XEmacs (not available yet for GNU Emacs)
28160 'url -- URL-like syntax.")
28161
28162(custom-autoload (quote tramp-syntax) "tramp" t)
28117 28163
28118(defconst tramp-file-name-regexp-unified "\\`/[^/:]+:" "\ 28164(defconst tramp-file-name-regexp-unified "\\`/[^/:]+:" "\
28119Value for `tramp-file-name-regexp' for unified remoting. 28165Value for `tramp-file-name-regexp' for unified remoting.
28120Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and 28166Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and
28121Tramp. See `tramp-file-name-structure-unified' for more explanations.") 28167Tramp. See `tramp-file-name-structure' for more explanations.")
28122 28168
28123(defconst tramp-file-name-regexp-separate "\\`/\\[.*\\]" "\ 28169(defconst tramp-file-name-regexp-separate "\\`/\\[.*\\]" "\
28124Value for `tramp-file-name-regexp' for separate remoting. 28170Value for `tramp-file-name-regexp' for separate remoting.
28125XEmacs uses a separate filename syntax for Tramp and EFS. 28171XEmacs uses a separate filename syntax for Tramp and EFS.
28126See `tramp-file-name-structure-separate' for more explanations.") 28172See `tramp-file-name-structure' for more explanations.")
28173
28174(defconst tramp-file-name-regexp-url "\\`/[^/:]+://" "\
28175Value for `tramp-file-name-regexp' for URL-like remoting.
28176See `tramp-file-name-structure' for more explanations.")
28127 28177
28128(defvar tramp-file-name-regexp (if tramp-unified-filenames tramp-file-name-regexp-unified tramp-file-name-regexp-separate) "\ 28178(defconst tramp-file-name-regexp (cond ((equal tramp-syntax (quote ftp)) tramp-file-name-regexp-unified) ((equal tramp-syntax (quote sep)) tramp-file-name-regexp-separate) ((equal tramp-syntax (quote url)) tramp-file-name-regexp-url) (t (error "Wrong `tramp-syntax' defined"))) "\
28129*Regular expression matching file names handled by tramp. 28179*Regular expression matching file names handled by tramp.
28130This regexp should match tramp file names but no other file names. 28180This regexp should match tramp file names but no other file names.
28131\(When tramp.el is loaded, this regular expression is prepended to 28181\(When tramp.el is loaded, this regular expression is prepended to
28132`file-name-handler-alist', and that is searched sequentially. Thus, 28182`file-name-handler-alist', and that is searched sequentially. Thus,
28133if the tramp entry appears rather early in the `file-name-handler-alist' 28183if the tramp entry appears rather early in the `file-name-handler-alist'
28134and is a bit too general, then some files might be considered tramp 28184and is a bit too general, then some files might be considered tramp
28135files which are not really tramp files. 28185files which are not really Tramp files.
28136 28186
28137Please note that the entry in `file-name-handler-alist' is made when 28187Please note that the entry in `file-name-handler-alist' is made when
28138this file (tramp.el) is loaded. This means that this variable must be set 28188this file (tramp.el) is loaded. This means that this variable must be set
@@ -28141,19 +28191,21 @@ updated after changing this variable.
28141 28191
28142Also see `tramp-file-name-structure'.") 28192Also see `tramp-file-name-structure'.")
28143 28193
28144(custom-autoload (quote tramp-file-name-regexp) "tramp" t) 28194(defconst tramp-completion-file-name-regexp-unified (if (memq system-type (quote (cygwin windows-nt))) "^\\([a-zA-Z]:\\)?/$\\|^\\([a-zA-Z]:\\)?/[^/:][^/]*$" "^/$\\|^/[^/:][^/]*$") "\
28145
28146(defconst tramp-completion-file-name-regexp-unified "^/$\\|^/[^/:][^/]*$" "\
28147Value for `tramp-completion-file-name-regexp' for unified remoting. 28195Value for `tramp-completion-file-name-regexp' for unified remoting.
28148Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and 28196Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and
28149Tramp. See `tramp-file-name-structure-unified' for more explanations.") 28197Tramp. See `tramp-file-name-structure' for more explanations.")
28150 28198
28151(defconst tramp-completion-file-name-regexp-separate "^/\\([[][^]]*\\)?$" "\ 28199(defconst tramp-completion-file-name-regexp-separate (if (memq system-type (quote (cygwin windows-nt))) "^\\([a-zA-Z]:\\)?/\\([[][^]]*\\)?$" "^/\\([[][^]]*\\)?$") "\
28152Value for `tramp-completion-file-name-regexp' for separate remoting. 28200Value for `tramp-completion-file-name-regexp' for separate remoting.
28153XEmacs uses a separate filename syntax for Tramp and EFS. 28201XEmacs uses a separate filename syntax for Tramp and EFS.
28154See `tramp-file-name-structure-separate' for more explanations.") 28202See `tramp-file-name-structure' for more explanations.")
28203
28204(defconst tramp-completion-file-name-regexp-url (if (memq system-type (quote (cygwin windows-nt))) "^\\([a-zA-Z]:\\)?/$\\|^\\([a-zA-Z]:\\)?/[^/:]+\\(:\\(/\\(/[^/]*\\)?\\)?\\)?$" "^/$\\|^/[^/:]+\\(:\\(/\\(/[^/]*\\)?\\)?\\)?$") "\
28205Value for `tramp-completion-file-name-regexp' for URL-like remoting.
28206See `tramp-file-name-structure' for more explanations.")
28155 28207
28156(defvar tramp-completion-file-name-regexp (if tramp-unified-filenames tramp-completion-file-name-regexp-unified tramp-completion-file-name-regexp-separate) "\ 28208(defconst tramp-completion-file-name-regexp (cond ((equal tramp-syntax (quote ftp)) tramp-completion-file-name-regexp-unified) ((equal tramp-syntax (quote sep)) tramp-completion-file-name-regexp-separate) ((equal tramp-syntax (quote url)) tramp-completion-file-name-regexp-url) (t (error "Wrong `tramp-syntax' defined"))) "\
28157*Regular expression matching file names handled by tramp completion. 28209*Regular expression matching file names handled by tramp completion.
28158This regexp should match partial tramp file names only. 28210This regexp should match partial tramp file names only.
28159 28211
@@ -28164,8 +28216,6 @@ updated after changing this variable.
28164 28216
28165Also see `tramp-file-name-structure'.") 28217Also see `tramp-file-name-structure'.")
28166 28218
28167(custom-autoload (quote tramp-completion-file-name-regexp) "tramp" t)
28168
28169(defconst tramp-completion-file-name-handler-alist (quote ((file-name-all-completions . tramp-completion-handle-file-name-all-completions) (file-name-completion . tramp-completion-handle-file-name-completion))) "\ 28219(defconst tramp-completion-file-name-handler-alist (quote ((file-name-all-completions . tramp-completion-handle-file-name-all-completions) (file-name-completion . tramp-completion-handle-file-name-completion))) "\
28170Alist of completion handler functions. 28220Alist of completion handler functions.
28171Used for file names matching `tramp-file-name-regexp'. Operations not 28221Used for file names matching `tramp-file-name-regexp'. Operations not
@@ -28193,11 +28243,11 @@ Invoke tramp file name completion handler.
28193Falls back to normal file name handler if no tramp file name handler exists." (let ((fn (assoc operation tramp-completion-file-name-handler-alist))) (if fn (save-match-data (apply (cdr fn) args)) (tramp-completion-run-real-handler operation args)))) 28243Falls back to normal file name handler if no tramp file name handler exists." (let ((fn (assoc operation tramp-completion-file-name-handler-alist))) (if fn (save-match-data (apply (cdr fn) args)) (tramp-completion-run-real-handler operation args))))
28194 28244
28195(defsubst tramp-register-file-name-handler nil "\ 28245(defsubst tramp-register-file-name-handler nil "\
28196Add tramp file name handler to `file-name-handler-alist'." (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) (let ((jka (rassoc (quote jka-compr-handler) file-name-handler-alist))) (when jka (setq file-name-handler-alist (cons jka (delete jka file-name-handler-alist)))))) 28246Add tramp file name handler to `file-name-handler-alist'." (let ((a1 (rassq (quote tramp-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delete a1 file-name-handler-alist))) (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) (let ((jka (rassoc (quote jka-compr-handler) file-name-handler-alist))) (when jka (setq file-name-handler-alist (cons jka (delete jka file-name-handler-alist))))))
28247(tramp-register-file-name-handler)
28197 28248
28198(defsubst tramp-register-completion-file-name-handler nil "\ 28249(defsubst tramp-register-completion-file-name-handler nil "\
28199Add tramp completion file name handler to `file-name-handler-alist'." (when (or (not (boundp (quote partial-completion-mode))) (symbol-value (quote partial-completion-mode)) (featurep (quote ido))) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t)) (let ((jka (rassoc (quote jka-compr-handler) file-name-handler-alist))) (when jka (setq file-name-handler-alist (cons jka (delete jka file-name-handler-alist)))))) 28250Add tramp completion file name handler to `file-name-handler-alist'." (let ((a1 (rassq (quote tramp-completion-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delete a1 file-name-handler-alist))) (when (or (not (boundp (quote partial-completion-mode))) (symbol-value (quote partial-completion-mode)) (featurep (quote ido))) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t)) (let ((jka (rassoc (quote jka-compr-handler) file-name-handler-alist))) (when jka (setq file-name-handler-alist (cons jka (delete jka file-name-handler-alist))))))
28200(tramp-register-file-name-handler)
28201(add-hook 28251(add-hook
28202 'after-init-hook 28252 'after-init-hook
28203 '(lambda () (tramp-register-completion-file-name-handler))) 28253 '(lambda () (tramp-register-completion-file-name-handler)))
@@ -28208,12 +28258,12 @@ Not documented
28208\(fn)" nil nil) 28258\(fn)" nil nil)
28209 28259
28210(autoload (quote tramp-completion-handle-file-name-all-completions) "tramp" "\ 28260(autoload (quote tramp-completion-handle-file-name-all-completions) "tramp" "\
28211Like `file-name-all-completions' for partial tramp files. 28261Like `file-name-all-completions' for partial Tramp files.
28212 28262
28213\(fn FILENAME DIRECTORY)" nil nil) 28263\(fn FILENAME DIRECTORY)" nil nil)
28214 28264
28215(autoload (quote tramp-completion-handle-file-name-completion) "tramp" "\ 28265(autoload (quote tramp-completion-handle-file-name-completion) "tramp" "\
28216Like `file-name-completion' for tramp files. 28266Like `file-name-completion' for Tramp files.
28217 28267
28218\(fn FILENAME DIRECTORY &optional PREDICATE)" nil nil) 28268\(fn FILENAME DIRECTORY &optional PREDICATE)" nil nil)
28219 28269
@@ -28225,7 +28275,7 @@ Discard Tramp from loading remote files.
28225;;;*** 28275;;;***
28226 28276
28227;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 28277;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
28228;;;;;; (17842 55218)) 28278;;;;;; (18104 24760))
28229;;; Generated autoloads from net/tramp-ftp.el 28279;;; Generated autoloads from net/tramp-ftp.el
28230 28280
28231(autoload (quote tramp-ftp-enable-ange-ftp) "tramp-ftp" "\ 28281(autoload (quote tramp-ftp-enable-ange-ftp) "tramp-ftp" "\
@@ -28235,8 +28285,8 @@ Not documented
28235 28285
28236;;;*** 28286;;;***
28237 28287
28238;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (18006 28288;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (18104
28239;;;;;; 55796)) 28289;;;;;; 24740))
28240;;; Generated autoloads from tutorial.el 28290;;; Generated autoloads from tutorial.el
28241 28291
28242(autoload (quote help-with-tutorial) "tutorial" "\ 28292(autoload (quote help-with-tutorial) "tutorial" "\
@@ -28261,7 +28311,7 @@ resumed later.
28261;;;*** 28311;;;***
28262 28312
28263;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 28313;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
28264;;;;;; "textmodes/two-column.el" (17842 58276)) 28314;;;;;; "textmodes/two-column.el" (18104 24773))
28265;;; Generated autoloads from textmodes/two-column.el 28315;;; Generated autoloads from textmodes/two-column.el
28266 (autoload '2C-command "two-column" () t 'keymap) 28316 (autoload '2C-command "two-column" () t 'keymap)
28267 (global-set-key "\C-x6" '2C-command) 28317 (global-set-key "\C-x6" '2C-command)
@@ -28312,7 +28362,7 @@ First column's text sSs Second column's text
28312;;;;;; type-break type-break-mode type-break-keystroke-threshold 28362;;;;;; type-break type-break-mode type-break-keystroke-threshold
28313;;;;;; type-break-good-break-interval type-break-good-rest-interval 28363;;;;;; type-break-good-break-interval type-break-good-rest-interval
28314;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 28364;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
28315;;;;;; (17908 29123)) 28365;;;;;; (18104 24740))
28316;;; Generated autoloads from type-break.el 28366;;; Generated autoloads from type-break.el
28317 28367
28318(defvar type-break-mode nil "\ 28368(defvar type-break-mode nil "\
@@ -28495,7 +28545,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
28495;;;*** 28545;;;***
28496 28546
28497;;;### (autoloads (ununderline-region underline-region) "underline" 28547;;;### (autoloads (ununderline-region underline-region) "underline"
28498;;;;;; "textmodes/underline.el" (17842 58276)) 28548;;;;;; "textmodes/underline.el" (18104 24773))
28499;;; Generated autoloads from textmodes/underline.el 28549;;; Generated autoloads from textmodes/underline.el
28500 28550
28501(autoload (quote underline-region) "underline" "\ 28551(autoload (quote underline-region) "underline" "\
@@ -28516,7 +28566,7 @@ which specify the range to operate on.
28516;;;*** 28566;;;***
28517 28567
28518;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) 28568;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)
28519;;;;;; "undigest" "mail/undigest.el" (17842 55035)) 28569;;;;;; "undigest" "mail/undigest.el" (18104 24758))
28520;;; Generated autoloads from mail/undigest.el 28570;;; Generated autoloads from mail/undigest.el
28521 28571
28522(autoload (quote undigestify-rmail-message) "undigest" "\ 28572(autoload (quote undigestify-rmail-message) "undigest" "\
@@ -28535,7 +28585,7 @@ following the containing message.
28535;;;*** 28585;;;***
28536 28586
28537;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 28587;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
28538;;;;;; (17842 55035)) 28588;;;;;; (18104 24758))
28539;;; Generated autoloads from mail/unrmail.el 28589;;; Generated autoloads from mail/unrmail.el
28540 28590
28541(autoload (quote batch-unrmail) "unrmail" "\ 28591(autoload (quote batch-unrmail) "unrmail" "\
@@ -28554,8 +28604,8 @@ Convert Rmail file FILE to system inbox format file TO-FILE.
28554 28604
28555;;;*** 28605;;;***
28556 28606
28557;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (17842 28607;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (18104
28558;;;;;; 54152)) 28608;;;;;; 24748))
28559;;; Generated autoloads from emacs-lisp/unsafep.el 28609;;; Generated autoloads from emacs-lisp/unsafep.el
28560 28610
28561(autoload (quote unsafep) "unsafep" "\ 28611(autoload (quote unsafep) "unsafep" "\
@@ -28568,7 +28618,7 @@ of symbols with local bindings.
28568;;;*** 28618;;;***
28569 28619
28570;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 28620;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
28571;;;;;; "url/url.el" (17842 56569)) 28621;;;;;; "url/url.el" (18104 24773))
28572;;; Generated autoloads from url/url.el 28622;;; Generated autoloads from url/url.el
28573 28623
28574(autoload (quote url-retrieve) "url" "\ 28624(autoload (quote url-retrieve) "url" "\
@@ -28608,7 +28658,7 @@ no further processing). URL is either a string or a parsed URL.
28608;;;*** 28658;;;***
28609 28659
28610;;;### (autoloads (url-register-auth-scheme url-get-authentication) 28660;;;### (autoloads (url-register-auth-scheme url-get-authentication)
28611;;;;;; "url-auth" "url/url-auth.el" (17854 10173)) 28661;;;;;; "url-auth" "url/url-auth.el" (18104 24773))
28612;;; Generated autoloads from url/url-auth.el 28662;;; Generated autoloads from url/url-auth.el
28613 28663
28614(autoload (quote url-get-authentication) "url-auth" "\ 28664(autoload (quote url-get-authentication) "url-auth" "\
@@ -28650,8 +28700,8 @@ RATING a rating between 1 and 10 of the strength of the authentication.
28650;;;*** 28700;;;***
28651 28701
28652;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached 28702;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached
28653;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (17842 28703;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (18104
28654;;;;;; 56569)) 28704;;;;;; 24773))
28655;;; Generated autoloads from url/url-cache.el 28705;;; Generated autoloads from url/url-cache.el
28656 28706
28657(autoload (quote url-store-in-cache) "url-cache" "\ 28707(autoload (quote url-store-in-cache) "url-cache" "\
@@ -28676,7 +28726,7 @@ Return t iff a cached file has expired.
28676 28726
28677;;;*** 28727;;;***
28678 28728
28679;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (17842 56569)) 28729;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (18104 24773))
28680;;; Generated autoloads from url/url-cid.el 28730;;; Generated autoloads from url/url-cid.el
28681 28731
28682(autoload (quote url-cid) "url-cid" "\ 28732(autoload (quote url-cid) "url-cid" "\
@@ -28687,7 +28737,7 @@ Not documented
28687;;;*** 28737;;;***
28688 28738
28689;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 28739;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
28690;;;;;; "url/url-dav.el" (17842 56569)) 28740;;;;;; "url/url-dav.el" (18104 24773))
28691;;; Generated autoloads from url/url-dav.el 28741;;; Generated autoloads from url/url-dav.el
28692 28742
28693(autoload (quote url-dav-supported-p) "url-dav" "\ 28743(autoload (quote url-dav-supported-p) "url-dav" "\
@@ -28702,8 +28752,8 @@ Not documented
28702 28752
28703;;;*** 28753;;;***
28704 28754
28705;;;### (autoloads (url-file) "url-file" "url/url-file.el" (17842 28755;;;### (autoloads (url-file) "url-file" "url/url-file.el" (18104
28706;;;;;; 56569)) 28756;;;;;; 24773))
28707;;; Generated autoloads from url/url-file.el 28757;;; Generated autoloads from url/url-file.el
28708 28758
28709(autoload (quote url-file) "url-file" "\ 28759(autoload (quote url-file) "url-file" "\
@@ -28714,7 +28764,7 @@ Handle file: and ftp: URLs.
28714;;;*** 28764;;;***
28715 28765
28716;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 28766;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
28717;;;;;; "url/url-gw.el" (17842 56569)) 28767;;;;;; "url/url-gw.el" (18104 24773))
28718;;; Generated autoloads from url/url-gw.el 28768;;; Generated autoloads from url/url-gw.el
28719 28769
28720(autoload (quote url-gateway-nslookup-host) "url-gw" "\ 28770(autoload (quote url-gateway-nslookup-host) "url-gw" "\
@@ -28733,8 +28783,8 @@ Might do a non-blocking connection; use `process-status' to check.
28733;;;*** 28783;;;***
28734 28784
28735;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 28785;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
28736;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (17842 28786;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (18104
28737;;;;;; 56569)) 28787;;;;;; 24773))
28738;;; Generated autoloads from url/url-handlers.el 28788;;; Generated autoloads from url/url-handlers.el
28739 28789
28740(defvar url-handler-mode nil "\ 28790(defvar url-handler-mode nil "\
@@ -28778,7 +28828,7 @@ Not documented
28778;;;*** 28828;;;***
28779 28829
28780;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 28830;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
28781;;;;;; url-http) "url-http" "url/url-http.el" (17952 11683)) 28831;;;;;; url-http) "url-http" "url/url-http.el" (18104 24773))
28782;;; Generated autoloads from url/url-http.el 28832;;; Generated autoloads from url/url-http.el
28783 28833
28784(autoload (quote url-http) "url-http" "\ 28834(autoload (quote url-http) "url-http" "\
@@ -28843,7 +28893,7 @@ HTTPS retrievals are asynchronous.")
28843 28893
28844;;;*** 28894;;;***
28845 28895
28846;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (17842 56569)) 28896;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (18104 24773))
28847;;; Generated autoloads from url/url-irc.el 28897;;; Generated autoloads from url/url-irc.el
28848 28898
28849(autoload (quote url-irc) "url-irc" "\ 28899(autoload (quote url-irc) "url-irc" "\
@@ -28853,8 +28903,8 @@ Not documented
28853 28903
28854;;;*** 28904;;;***
28855 28905
28856;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (17842 28906;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (18104
28857;;;;;; 56569)) 28907;;;;;; 24773))
28858;;; Generated autoloads from url/url-ldap.el 28908;;; Generated autoloads from url/url-ldap.el
28859 28909
28860(autoload (quote url-ldap) "url-ldap" "\ 28910(autoload (quote url-ldap) "url-ldap" "\
@@ -28868,7 +28918,7 @@ URL can be a URL string, or a URL vector of the type returned by
28868;;;*** 28918;;;***
28869 28919
28870;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 28920;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
28871;;;;;; (18012 18089)) 28921;;;;;; (18104 24773))
28872;;; Generated autoloads from url/url-mailto.el 28922;;; Generated autoloads from url/url-mailto.el
28873 28923
28874(autoload (quote url-mail) "url-mailto" "\ 28924(autoload (quote url-mail) "url-mailto" "\
@@ -28884,7 +28934,7 @@ Handle the mailto: URL syntax.
28884;;;*** 28934;;;***
28885 28935
28886;;;### (autoloads (url-data url-generic-emulator-loader url-info 28936;;;### (autoloads (url-data url-generic-emulator-loader url-info
28887;;;;;; url-man) "url-misc" "url/url-misc.el" (17842 56569)) 28937;;;;;; url-man) "url-misc" "url/url-misc.el" (18104 24773))
28888;;; Generated autoloads from url/url-misc.el 28938;;; Generated autoloads from url/url-misc.el
28889 28939
28890(autoload (quote url-man) "url-misc" "\ 28940(autoload (quote url-man) "url-misc" "\
@@ -28916,7 +28966,7 @@ Fetch a data URL (RFC 2397).
28916;;;*** 28966;;;***
28917 28967
28918;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 28968;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
28919;;;;;; (17842 56569)) 28969;;;;;; (18104 24773))
28920;;; Generated autoloads from url/url-news.el 28970;;; Generated autoloads from url/url-news.el
28921 28971
28922(autoload (quote url-news) "url-news" "\ 28972(autoload (quote url-news) "url-news" "\
@@ -28933,7 +28983,7 @@ Not documented
28933 28983
28934;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 28984;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
28935;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 28985;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
28936;;;;;; (17842 56569)) 28986;;;;;; (18104 24773))
28937;;; Generated autoloads from url/url-ns.el 28987;;; Generated autoloads from url/url-ns.el
28938 28988
28939(autoload (quote isPlainHostName) "url-ns" "\ 28989(autoload (quote isPlainHostName) "url-ns" "\
@@ -28974,7 +29024,7 @@ Not documented
28974;;;*** 29024;;;***
28975 29025
28976;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 29026;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
28977;;;;;; "url/url-parse.el" (17954 22157)) 29027;;;;;; "url/url-parse.el" (18104 24773))
28978;;; Generated autoloads from url/url-parse.el 29028;;; Generated autoloads from url/url-parse.el
28979 29029
28980(autoload (quote url-recreate-url) "url-parse" "\ 29030(autoload (quote url-recreate-url) "url-parse" "\
@@ -28992,7 +29042,7 @@ Format is:
28992;;;*** 29042;;;***
28993 29043
28994;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 29044;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
28995;;;;;; (17842 56569)) 29045;;;;;; (18104 24773))
28996;;; Generated autoloads from url/url-privacy.el 29046;;; Generated autoloads from url/url-privacy.el
28997 29047
28998(autoload (quote url-setup-privacy-info) "url-privacy" "\ 29048(autoload (quote url-setup-privacy-info) "url-privacy" "\
@@ -29008,7 +29058,7 @@ Setup variables that expose info about you and your system.
29008;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date 29058;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date
29009;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string 29059;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string
29010;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el" 29060;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el"
29011;;;;;; (17842 56569)) 29061;;;;;; (18104 24773))
29012;;; Generated autoloads from url/url-util.el 29062;;; Generated autoloads from url/url-util.el
29013 29063
29014(defvar url-debug nil "\ 29064(defvar url-debug nil "\
@@ -29137,7 +29187,7 @@ This uses `url-current-object', set locally to the buffer.
29137;;;*** 29187;;;***
29138 29188
29139;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 29189;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
29140;;;;;; "userlock" "userlock.el" (17842 58278)) 29190;;;;;; "userlock" "userlock.el" (18104 24740))
29141;;; Generated autoloads from userlock.el 29191;;; Generated autoloads from userlock.el
29142 29192
29143(autoload (quote ask-user-about-lock) "userlock" "\ 29193(autoload (quote ask-user-about-lock) "userlock" "\
@@ -29165,7 +29215,7 @@ The buffer in question is current when this function is called.
29165 29215
29166;;;*** 29216;;;***
29167 29217
29168;;;### (autoloads nil "utf-7" "international/utf-7.el" (17842 54888)) 29218;;;### (autoloads nil "utf-7" "international/utf-7.el" (18104 24757))
29169;;; Generated autoloads from international/utf-7.el 29219;;; Generated autoloads from international/utf-7.el
29170(autoload-coding-system 'utf-7 '(require 'utf-7)) 29220(autoload-coding-system 'utf-7 '(require 'utf-7))
29171 29221
@@ -29173,7 +29223,7 @@ The buffer in question is current when this function is called.
29173 29223
29174;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 29224;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
29175;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el" 29225;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el"
29176;;;;;; (17855 50203)) 29226;;;;;; (18104 24755))
29177;;; Generated autoloads from gnus/uudecode.el 29227;;; Generated autoloads from gnus/uudecode.el
29178 29228
29179(autoload (quote uudecode-decode-region-external) "uudecode" "\ 29229(autoload (quote uudecode-decode-region-external) "uudecode" "\
@@ -29198,12 +29248,12 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29198;;;*** 29248;;;***
29199 29249
29200;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file 29250;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file
29201;;;;;; vc-transfer-file vc-switch-backend vc-cancel-version vc-update 29251;;;;;; vc-transfer-file vc-switch-backend vc-rollback vc-update
29202;;;;;; vc-revert-buffer vc-print-log vc-retrieve-snapshot vc-create-snapshot 29252;;;;;; vc-revert vc-print-log vc-retrieve-snapshot vc-create-snapshot
29203;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window 29253;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window
29204;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file 29254;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
29205;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook 29255;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook
29206;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (17992 30877)) 29256;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (18104 24741))
29207;;; Generated autoloads from vc.el 29257;;; Generated autoloads from vc.el
29208 29258
29209(defvar vc-checkout-hook nil "\ 29259(defvar vc-checkout-hook nil "\
@@ -29259,12 +29309,12 @@ already current, set it up properly and erase it. The command is
29259considered successful if its exit status does not exceed OKSTATUS (if 29309considered successful if its exit status does not exceed OKSTATUS (if
29260OKSTATUS is nil, that means to ignore error status, if it is `async', that 29310OKSTATUS is nil, that means to ignore error status, if it is `async', that
29261means not to wait for termination of the subprocess; if it is t it means to 29311means not to wait for termination of the subprocess; if it is t it means to
29262ignore all execution errors). FILE is the 29312ignore all execution errors). FILE-OR-LIST is the name of a working file;
29263name of the working file (may also be nil, to execute commands that 29313it may be a list of files or be nil (to execute commands that don't expect
29264don't expect a file name). If an optional list of FLAGS is present, 29314a file name or set of files). If an optional list of FLAGS is present,
29265that is inserted into the command line before the filename. 29315that is inserted into the command line before the filename.
29266 29316
29267\(fn BUFFER OKSTATUS COMMAND FILE &rest FLAGS)" nil nil) 29317\(fn BUFFER OKSTATUS COMMAND FILE-OR-LIST &rest FLAGS)" nil nil)
29268 29318
29269(autoload (quote vc-next-action) "vc" "\ 29319(autoload (quote vc-next-action) "vc" "\
29270Do the next logical version control operation on the current file. 29320Do the next logical version control operation on the current file.
@@ -29395,7 +29445,7 @@ If FOCUS-REV is non-nil, leave the point at that revision.
29395 29445
29396\(fn &optional FOCUS-REV)" t nil) 29446\(fn &optional FOCUS-REV)" t nil)
29397 29447
29398(autoload (quote vc-revert-buffer) "vc" "\ 29448(autoload (quote vc-revert) "vc" "\
29399Revert the current buffer's file to the version it was based on. 29449Revert the current buffer's file to the version it was based on.
29400This asks for confirmation if the buffer contents are not identical 29450This asks for confirmation if the buffer contents are not identical
29401to that version. This function does not automatically pick up newer 29451to that version. This function does not automatically pick up newer
@@ -29412,11 +29462,10 @@ the current branch are merged into the working file.
29412 29462
29413\(fn)" t nil) 29463\(fn)" t nil)
29414 29464
29415(autoload (quote vc-cancel-version) "vc" "\ 29465(autoload (quote vc-rollback) "vc" "\
29416Get rid of most recently checked in version of this file. 29466Get rid of most recently checked in version of this file.
29417A prefix argument NOREVERT means do not revert the buffer afterwards.
29418 29467
29419\(fn NOREVERT)" t nil) 29468\(fn)" t nil)
29420 29469
29421(autoload (quote vc-switch-backend) "vc" "\ 29470(autoload (quote vc-switch-backend) "vc" "\
29422Make BACKEND the current version control system for FILE. 29471Make BACKEND the current version control system for FILE.
@@ -29491,7 +29540,7 @@ colors. `vc-annotate-background' specifies the background color.
29491 29540
29492;;;*** 29541;;;***
29493 29542
29494;;;### (autoloads nil "vc-arch" "vc-arch.el" (17930 34221)) 29543;;;### (autoloads nil "vc-arch" "vc-arch.el" (18104 24740))
29495;;; Generated autoloads from vc-arch.el 29544;;; Generated autoloads from vc-arch.el
29496 (defun vc-arch-registered (file) 29545 (defun vc-arch-registered (file)
29497 (if (vc-find-root file "{arch}/=tagging-method") 29546 (if (vc-find-root file "{arch}/=tagging-method")
@@ -29501,7 +29550,19 @@ colors. `vc-annotate-background' specifies the background color.
29501 29550
29502;;;*** 29551;;;***
29503 29552
29504;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (17842 58278)) 29553;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (18104 24740))
29554;;; Generated autoloads from vc-bzr.el
29555
29556(defconst vc-bzr-admin-dirname ".bzr")
29557 (defun vc-bzr-registered (file)
29558 (if (vc-find-root file vc-bzr-admin-dirname)
29559 (progn
29560 (load "vc-bzr")
29561 (vc-bzr-registered file))))
29562
29563;;;***
29564
29565;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (18104 24740))
29505;;; Generated autoloads from vc-cvs.el 29566;;; Generated autoloads from vc-cvs.el
29506 (defun vc-cvs-registered (f) 29567 (defun vc-cvs-registered (f)
29507 (when (file-readable-p (expand-file-name 29568 (when (file-readable-p (expand-file-name
@@ -29511,7 +29572,29 @@ colors. `vc-annotate-background' specifies the background color.
29511 29572
29512;;;*** 29573;;;***
29513 29574
29514;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (17842 58278)) 29575;;;### (autoloads nil "vc-git" "vc-git.el" (18104 24740))
29576;;; Generated autoloads from vc-git.el
29577 (defun vc-git-registered (file)
29578 "Return non-nil if FILE is registered with git."
29579 (if (vc-find-root file ".git") ; short cut
29580 (progn
29581 (load "vc-git")
29582 (vc-git-registered file))))
29583
29584;;;***
29585
29586;;;### (autoloads nil "vc-hg" "vc-hg.el" (18104 24740))
29587;;; Generated autoloads from vc-hg.el
29588 (defun vc-hg-registered (file)
29589 "Return non-nil if FILE is registered with hg."
29590 (if (vc-find-root file ".hg") ; short cut
29591 (progn
29592 (load "vc-hg")
29593 (vc-hg-registered file))))
29594
29595;;;***
29596
29597;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (18104 24741))
29515;;; Generated autoloads from vc-mcvs.el 29598;;; Generated autoloads from vc-mcvs.el
29516 (defun vc-mcvs-registered (file) 29599 (defun vc-mcvs-registered (file)
29517 (if (vc-find-root file "MCVS/CVS") 29600 (if (vc-find-root file "MCVS/CVS")
@@ -29522,7 +29605,7 @@ colors. `vc-annotate-background' specifies the background color.
29522;;;*** 29605;;;***
29523 29606
29524;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 29607;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
29525;;;;;; (17925 15266)) 29608;;;;;; (18104 24741))
29526;;; Generated autoloads from vc-rcs.el 29609;;; Generated autoloads from vc-rcs.el
29527 29610
29528(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 29611(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -29535,7 +29618,7 @@ For a description of possible values, see `vc-check-master-templates'.")
29535;;;*** 29618;;;***
29536 29619
29537;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 29620;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
29538;;;;;; (17842 58278)) 29621;;;;;; (18104 24741))
29539;;; Generated autoloads from vc-sccs.el 29622;;; Generated autoloads from vc-sccs.el
29540 29623
29541(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 29624(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -29552,7 +29635,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29552 29635
29553;;;*** 29636;;;***
29554 29637
29555;;;### (autoloads nil "vc-svn" "vc-svn.el" (17881 64914)) 29638;;;### (autoloads nil "vc-svn" "vc-svn.el" (18104 24741))
29556;;; Generated autoloads from vc-svn.el 29639;;; Generated autoloads from vc-svn.el
29557 (defun vc-svn-registered (f) 29640 (defun vc-svn-registered (f)
29558 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 29641 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -29569,8 +29652,66 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29569 29652
29570;;;*** 29653;;;***
29571 29654
29655;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
29656;;;;;; (18104 24769))
29657;;; Generated autoloads from progmodes/vera-mode.el
29658 (add-to-list 'auto-mode-alist '("\\.vr[hi]?\\'" . vera-mode))
29659
29660(autoload (quote vera-mode) "vera-mode" "\
29661Major mode for editing Vera code.
29662
29663Usage:
29664------
29665
29666 INDENTATION: Typing `TAB' at the beginning of a line indents the line.
29667 The amount of indentation is specified by option `vera-basic-offset'.
29668 Indentation can be done for an entire region (`M-C-\\') or buffer (menu).
29669 `TAB' always indents the line if option `vera-intelligent-tab' is nil.
29670
29671 WORD/COMMAND COMPLETION: Typing `TAB' after a (not completed) word looks
29672 for a word in the buffer or a Vera keyword that starts alike, inserts it
29673 and adjusts case. Re-typing `TAB' toggles through alternative word
29674 completions.
29675
29676 Typing `TAB' after a non-word character inserts a tabulator stop (if not
29677 at the beginning of a line). `M-TAB' always inserts a tabulator stop.
29678
29679 COMMENTS: `C-c C-c' comments out a region if not commented out, and
29680 uncomments a region if already commented out.
29681
29682 HIGHLIGHTING (fontification): Vera keywords, predefined types and
29683 constants, function names, declaration names, directives, as well as
29684 comments and strings are highlighted using different colors.
29685
29686 VERA VERSION: OpenVera 1.4 and Vera version 6.2.8.
29687
29688
29689Maintenance:
29690------------
29691
29692To submit a bug report, use the corresponding menu entry within Vera Mode.
29693Add a description of the problem and include a reproducible test case.
29694
29695Feel free to send questions and enhancement requests to <reto@gnu.org>.
29696
29697Official distribution is at
29698<http://www.iis.ee.ethz.ch/~zimmi/emacs/vera-mode.html>.
29699
29700
29701 The Vera Mode Maintainer
29702 Reto Zimmermann <reto@gnu.org>
29703
29704Key bindings:
29705-------------
29706
29707\\{vera-mode-map}
29708
29709\(fn)" t nil)
29710
29711;;;***
29712
29572;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 29713;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
29573;;;;;; (17962 27361)) 29714;;;;;; (18104 24769))
29574;;; Generated autoloads from progmodes/vhdl-mode.el 29715;;; Generated autoloads from progmodes/vhdl-mode.el
29575 29716
29576(autoload (quote vhdl-mode) "vhdl-mode" "\ 29717(autoload (quote vhdl-mode) "vhdl-mode" "\
@@ -30111,7 +30252,7 @@ Key bindings:
30111 30252
30112;;;*** 30253;;;***
30113 30254
30114;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (17788 40208)) 30255;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (17821 5856))
30115;;; Generated autoloads from emulation/vi.el 30256;;; Generated autoloads from emulation/vi.el
30116 30257
30117(autoload (quote vi-mode) "vi" "\ 30258(autoload (quote vi-mode) "vi" "\
@@ -30166,7 +30307,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
30166;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 30307;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
30167;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 30308;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
30168;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 30309;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
30169;;;;;; "language/viet-util.el" (17842 58278)) 30310;;;;;; "language/viet-util.el" (18104 24758))
30170;;; Generated autoloads from language/viet-util.el 30311;;; Generated autoloads from language/viet-util.el
30171 30312
30172(autoload (quote viet-encode-viscii-char) "viet-util" "\ 30313(autoload (quote viet-encode-viscii-char) "viet-util" "\
@@ -30212,8 +30353,8 @@ Not documented
30212 30353
30213;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame 30354;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
30214;;;;;; view-buffer-other-window view-buffer view-file-other-frame 30355;;;;;; view-buffer-other-window view-buffer view-file-other-frame
30215;;;;;; view-file-other-window view-file) "view" "view.el" (18006 30356;;;;;; view-file-other-window view-file) "view" "view.el" (18104
30216;;;;;; 55796)) 30357;;;;;; 24741))
30217;;; Generated autoloads from view.el 30358;;; Generated autoloads from view.el
30218 30359
30219(defvar view-mode nil "\ 30360(defvar view-mode nil "\
@@ -30422,8 +30563,8 @@ Exit View mode and make the current buffer editable.
30422 30563
30423;;;*** 30564;;;***
30424 30565
30425;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (17842 30566;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (18104
30426;;;;;; 54264)) 30567;;;;;; 24748))
30427;;; Generated autoloads from emulation/vip.el 30568;;; Generated autoloads from emulation/vip.el
30428 30569
30429(autoload (quote vip-setup) "vip" "\ 30570(autoload (quote vip-setup) "vip" "\
@@ -30439,7 +30580,7 @@ Turn on VIP emulation of VI.
30439;;;*** 30580;;;***
30440 30581
30441;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 30582;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
30442;;;;;; (17921 23052)) 30583;;;;;; (18104 24748))
30443;;; Generated autoloads from emulation/viper.el 30584;;; Generated autoloads from emulation/viper.el
30444 30585
30445(autoload (quote toggle-viper-mode) "viper" "\ 30586(autoload (quote toggle-viper-mode) "viper" "\
@@ -30456,7 +30597,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
30456;;;*** 30597;;;***
30457 30598
30458;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 30599;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
30459;;;;;; (17935 13348)) 30600;;;;;; (18104 24748))
30460;;; Generated autoloads from emacs-lisp/warnings.el 30601;;; Generated autoloads from emacs-lisp/warnings.el
30461 30602
30462(defvar warning-prefix-function nil "\ 30603(defvar warning-prefix-function nil "\
@@ -30546,7 +30687,7 @@ this is equivalent to `display-warning', using
30546;;;*** 30687;;;***
30547 30688
30548;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 30689;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
30549;;;;;; (17842 58278)) 30690;;;;;; (18104 24742))
30550;;; Generated autoloads from wdired.el 30691;;; Generated autoloads from wdired.el
30551 30692
30552(autoload (quote wdired-change-to-wdired-mode) "wdired" "\ 30693(autoload (quote wdired-change-to-wdired-mode) "wdired" "\
@@ -30562,7 +30703,7 @@ See `wdired-mode'.
30562 30703
30563;;;*** 30704;;;***
30564 30705
30565;;;### (autoloads (webjump) "webjump" "net/webjump.el" (17842 55218)) 30706;;;### (autoloads (webjump) "webjump" "net/webjump.el" (18104 24760))
30566;;; Generated autoloads from net/webjump.el 30707;;; Generated autoloads from net/webjump.el
30567 30708
30568(autoload (quote webjump) "webjump" "\ 30709(autoload (quote webjump) "webjump" "\
@@ -30579,7 +30720,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
30579;;;*** 30720;;;***
30580 30721
30581;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 30722;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
30582;;;;;; (17842 56332)) 30723;;;;;; (18104 24769))
30583;;; Generated autoloads from progmodes/which-func.el 30724;;; Generated autoloads from progmodes/which-func.el
30584 (put 'which-func-format 'risky-local-variable t) 30725 (put 'which-func-format 'risky-local-variable t)
30585 (put 'which-func-current 'risky-local-variable t) 30726 (put 'which-func-current 'risky-local-variable t)
@@ -30612,7 +30753,7 @@ and off otherwise.
30612;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check 30753;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check
30613;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check 30754;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check
30614;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" 30755;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el"
30615;;;;;; (17925 15266)) 30756;;;;;; (18104 24742))
30616;;; Generated autoloads from whitespace.el 30757;;; Generated autoloads from whitespace.el
30617 30758
30618(autoload (quote whitespace-toggle-leading-check) "whitespace" "\ 30759(autoload (quote whitespace-toggle-leading-check) "whitespace" "\
@@ -30703,7 +30844,7 @@ This is meant to be added buffer-locally to `write-file-functions'.
30703;;;*** 30844;;;***
30704 30845
30705;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 30846;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
30706;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (17842 58278)) 30847;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (18104 24742))
30707;;; Generated autoloads from wid-browse.el 30848;;; Generated autoloads from wid-browse.el
30708 30849
30709(autoload (quote widget-browse-at) "wid-browse" "\ 30850(autoload (quote widget-browse-at) "wid-browse" "\
@@ -30730,8 +30871,8 @@ With arg, turn widget mode on if and only if arg is positive.
30730;;;*** 30871;;;***
30731 30872
30732;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 30873;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
30733;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (17952 30874;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (18104
30734;;;;;; 11093)) 30875;;;;;; 24742))
30735;;; Generated autoloads from wid-edit.el 30876;;; Generated autoloads from wid-edit.el
30736 30877
30737(autoload (quote widgetp) "wid-edit" "\ 30878(autoload (quote widgetp) "wid-edit" "\
@@ -30775,8 +30916,8 @@ Setup current buffer so editing string widgets works.
30775;;;*** 30916;;;***
30776 30917
30777;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 30918;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
30778;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (17842 30919;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (18104
30779;;;;;; 58278)) 30920;;;;;; 24742))
30780;;; Generated autoloads from windmove.el 30921;;; Generated autoloads from windmove.el
30781 30922
30782(autoload (quote windmove-left) "windmove" "\ 30923(autoload (quote windmove-left) "windmove" "\
@@ -30829,7 +30970,7 @@ Default MODIFIER is 'shift.
30829;;;*** 30970;;;***
30830 30971
30831;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 30972;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
30832;;;;;; (17842 58278)) 30973;;;;;; (18104 24743))
30833;;; Generated autoloads from winner.el 30974;;; Generated autoloads from winner.el
30834 30975
30835(defvar winner-mode nil "\ 30976(defvar winner-mode nil "\
@@ -30848,7 +30989,7 @@ With arg, turn Winner mode on if and only if arg is positive.
30848;;;*** 30989;;;***
30849 30990
30850;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" 30991;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
30851;;;;;; "woman.el" (17949 41467)) 30992;;;;;; "woman.el" (18104 24743))
30852;;; Generated autoloads from woman.el 30993;;; Generated autoloads from woman.el
30853 30994
30854(autoload (quote woman) "woman" "\ 30995(autoload (quote woman) "woman" "\
@@ -30884,7 +31025,7 @@ decompress the file if appropriate. See the documentation for the
30884;;;*** 31025;;;***
30885 31026
30886;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 31027;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
30887;;;;;; (17842 54264)) 31028;;;;;; (18104 24748))
30888;;; Generated autoloads from emulation/ws-mode.el 31029;;; Generated autoloads from emulation/ws-mode.el
30889 31030
30890(autoload (quote wordstar-mode) "ws-mode" "\ 31031(autoload (quote wordstar-mode) "ws-mode" "\
@@ -30997,7 +31138,7 @@ The key bindings are:
30997;;;*** 31138;;;***
30998 31139
30999;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 31140;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
31000;;;;;; (17916 14776)) 31141;;;;;; (18104 24743))
31001;;; Generated autoloads from xml.el 31142;;; Generated autoloads from xml.el
31002 31143
31003(autoload (quote xml-parse-file) "xml" "\ 31144(autoload (quote xml-parse-file) "xml" "\
@@ -31022,8 +31163,8 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
31022 31163
31023;;;*** 31164;;;***
31024 31165
31025;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (18007 31166;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (18104
31026;;;;;; 39657)) 31167;;;;;; 24743))
31027;;; Generated autoloads from xt-mouse.el 31168;;; Generated autoloads from xt-mouse.el
31028 31169
31029(defvar xterm-mouse-mode nil "\ 31170(defvar xterm-mouse-mode nil "\
@@ -31051,7 +31192,7 @@ down the SHIFT key while pressing the mouse button.
31051;;;*** 31192;;;***
31052 31193
31053;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 31194;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
31054;;;;;; "gnus/yenc.el" (17842 54741)) 31195;;;;;; "gnus/yenc.el" (18104 24756))
31055;;; Generated autoloads from gnus/yenc.el 31196;;; Generated autoloads from gnus/yenc.el
31056 31197
31057(autoload (quote yenc-decode-region) "yenc" "\ 31198(autoload (quote yenc-decode-region) "yenc" "\
@@ -31067,7 +31208,7 @@ Extract file name from an yenc header.
31067;;;*** 31208;;;***
31068 31209
31069;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 31210;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
31070;;;;;; yow) "yow" "play/yow.el" (17842 55395)) 31211;;;;;; yow) "yow" "play/yow.el" (18104 24762))
31071;;; Generated autoloads from play/yow.el 31212;;; Generated autoloads from play/yow.el
31072 31213
31073(autoload (quote yow) "yow" "\ 31214(autoload (quote yow) "yow" "\
@@ -31093,7 +31234,7 @@ Zippy goes to the analyst.
31093 31234
31094;;;*** 31235;;;***
31095 31236
31096;;;### (autoloads (zone) "zone" "play/zone.el" (17941 38806)) 31237;;;### (autoloads (zone) "zone" "play/zone.el" (18104 24762))
31097;;; Generated autoloads from play/zone.el 31238;;; Generated autoloads from play/zone.el
31098 31239
31099(autoload (quote zone) "zone" "\ 31240(autoload (quote zone) "zone" "\
@@ -31127,32 +31268,32 @@ Zone out, completely.
31127;;;;;; "ediff-init.el" "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" 31268;;;;;; "ediff-init.el" "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el"
31128;;;;;; "ediff-wind.el" "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" 31269;;;;;; "ediff-wind.el" "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el"
31129;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/byte-run.el" 31270;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/byte-run.el"
31130;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" 31271;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el"
31131;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" 31272;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el"
31132;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/float-sup.el" "emacs-lisp/gulp.el" 31273;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/find-gc.el" "emacs-lisp/float-sup.el"
31133;;;;;; "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" 31274;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el"
31134;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el" 31275;;;;;; "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el"
31135;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/map-ynp.el" "emacs-lisp/regi.el" 31276;;;;;; "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" "emacs-lisp/map-ynp.el"
31136;;;;;; "emacs-lisp/sregex.el" "emacs-lisp/syntax.el" "emacs-lisp/tcover-ses.el" 31277;;;;;; "emacs-lisp/regi.el" "emacs-lisp/sregex.el" "emacs-lisp/syntax.el"
31137;;;;;; "emacs-lisp/tcover-unsafep.el" "emacs-lock.el" "emulation/cua-gmrk.el" 31278;;;;;; "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el"
31138;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el" 31279;;;;;; "emacs-lock.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el"
31139;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-mapper.el" 31280;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el"
31140;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el" 31281;;;;;; "emulation/edt-vt100.el" "emulation/tpu-mapper.el" "emulation/viper-cmd.el"
31141;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el" 31282;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el"
31142;;;;;; "emulation/viper-util.el" "env.el" "erc/erc-backend.el" "erc/erc-goodies.el" 31283;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el"
31143;;;;;; "erc/erc-ibuffer.el" "erc/erc-lang.el" "erc/erc-nicklist.el" 31284;;;;;; "env.el" "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el"
31144;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el" 31285;;;;;; "erc/erc-lang.el" "eshell/em-alias.el" "eshell/em-banner.el"
31145;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" 31286;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el"
31146;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" 31287;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el"
31147;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" 31288;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el"
31148;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el" 31289;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el"
31149;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el" 31290;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el"
31150;;;;;; "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el" 31291;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el"
31151;;;;;; "eshell/esh-maint.el" "eshell/esh-module.el" "eshell/esh-opt.el" 31292;;;;;; "eshell/esh-io.el" "eshell/esh-maint.el" "eshell/esh-module.el"
31152;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" 31293;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el"
31153;;;;;; "ezimage.el" "faces.el" "files.el" "finder-inf.el" "foldout.el" 31294;;;;;; "eshell/esh-var.el" "ezimage.el" "faces.el" "files.el" "finder-inf.el"
31154;;;;;; "font-core.el" "font-lock.el" "format.el" "forms-d2.el" "forms-pass.el" 31295;;;;;; "foldout.el" "font-core.el" "font-lock.el" "format.el" "forms-d2.el"
31155;;;;;; "frame.el" "fringe.el" "generic-x.el" "gnus/compface.el" 31296;;;;;; "forms-pass.el" "frame.el" "fringe.el" "generic-x.el" "gnus/compface.el"
31156;;;;;; "gnus/dig.el" "gnus/dns.el" "gnus/format-spec.el" "gnus/gnus-async.el" 31297;;;;;; "gnus/dig.el" "gnus/dns.el" "gnus/format-spec.el" "gnus/gnus-async.el"
31157;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el" 31298;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el"
31158;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" 31299;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el"
@@ -31200,17 +31341,17 @@ Zone out, completely.
31200;;;;;; "mh-e/mh-acros.el" "mh-e/mh-alias.el" "mh-e/mh-buffers.el" 31341;;;;;; "mh-e/mh-acros.el" "mh-e/mh-alias.el" "mh-e/mh-buffers.el"
31201;;;;;; "mh-e/mh-compat.el" "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" 31342;;;;;; "mh-e/mh-compat.el" "mh-e/mh-funcs.el" "mh-e/mh-gnus.el"
31202;;;;;; "mh-e/mh-identity.el" "mh-e/mh-inc.el" "mh-e/mh-junk.el" 31343;;;;;; "mh-e/mh-identity.el" "mh-e/mh-inc.el" "mh-e/mh-junk.el"
31203;;;;;; "mh-e/mh-letter.el" "mh-e/mh-limit.el" "mh-e/mh-loaddefs.el" 31344;;;;;; "mh-e/mh-letter.el" "mh-e/mh-limit.el" "mh-e/mh-mime.el"
31204;;;;;; "mh-e/mh-mime.el" "mh-e/mh-print.el" "mh-e/mh-scan.el" "mh-e/mh-search.el" 31345;;;;;; "mh-e/mh-print.el" "mh-e/mh-scan.el" "mh-e/mh-search.el"
31205;;;;;; "mh-e/mh-seq.el" "mh-e/mh-show.el" "mh-e/mh-speed.el" "mh-e/mh-thread.el" 31346;;;;;; "mh-e/mh-seq.el" "mh-e/mh-show.el" "mh-e/mh-speed.el" "mh-e/mh-thread.el"
31206;;;;;; "mh-e/mh-tool-bar.el" "mh-e/mh-utils.el" "mh-e/mh-xface.el" 31347;;;;;; "mh-e/mh-tool-bar.el" "mh-e/mh-utils.el" "mh-e/mh-xface.el"
31207;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el" 31348;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el"
31208;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-mab.el" 31349;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-mab.el"
31209;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tls.el" 31350;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/socks.el"
31210;;;;;; "net/tramp-smb.el" "net/tramp-util.el" "net/tramp-uu.el" 31351;;;;;; "net/tls.el" "net/tramp-cache.el" "net/tramp-fish.el" "net/tramp-gw.el"
31211;;;;;; "net/tramp-vc.el" "net/trampver.el" "patcomp.el" "paths.el" 31352;;;;;; "net/tramp-smb.el" "net/tramp-uu.el" "net/trampver.el" "patcomp.el"
31212;;;;;; "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" "pgg-def.el" 31353;;;;;; "paths.el" "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el"
31213;;;;;; "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el" 31354;;;;;; "pgg-def.el" "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el"
31214;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" 31355;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"
31215;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" 31356;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el"
31216;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el" 31357;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el"
@@ -31219,21 +31360,21 @@ Zone out, completely.
31219;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" 31360;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el"
31220;;;;;; "progmodes/idlw-complete-structtag.el" "progmodes/idlw-help.el" 31361;;;;;; "progmodes/idlw-complete-structtag.el" "progmodes/idlw-help.el"
31221;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el" 31362;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el"
31222;;;;;; "register.el" "replace.el" "rfn-eshadow.el" "s-region.el" 31363;;;;;; "ps-mule.el" "register.el" "replace.el" "rfn-eshadow.el"
31223;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el" 31364;;;;;; "s-region.el" "saveplace.el" "sb-image.el" "scroll-bar.el"
31224;;;;;; "soundex.el" "startup.el" "subdirs.el" "tempo.el" "termdev.el" 31365;;;;;; "select.el" "soundex.el" "startup.el" "subdirs.el" "tempo.el"
31225;;;;;; "textmodes/bib-mode.el" "textmodes/makeinfo.el" "textmodes/page-ext.el" 31366;;;;;; "termdev.el" "textmodes/bib-mode.el" "textmodes/makeinfo.el"
31226;;;;;; "textmodes/page.el" "textmodes/refbib.el" "textmodes/refer.el" 31367;;;;;; "textmodes/page-ext.el" "textmodes/page.el" "textmodes/refbib.el"
31227;;;;;; "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" "textmodes/reftex-ref.el" 31368;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el"
31228;;;;;; "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" "textmodes/texnfo-upd.el" 31369;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el"
31229;;;;;; "textmodes/text-mode.el" "timezone.el" "tooltip.el" "tree-widget.el" 31370;;;;;; "textmodes/texnfo-upd.el" "textmodes/text-mode.el" "timezone.el"
31230;;;;;; "uniquify.el" "url/url-about.el" "url/url-cookie.el" "url/url-dired.el" 31371;;;;;; "tooltip.el" "tree-widget.el" "uniquify.el" "url/url-about.el"
31231;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" 31372;;;;;; "url/url-cookie.el" "url/url-dired.el" "url/url-expand.el"
31232;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" 31373;;;;;; "url/url-ftp.el" "url/url-history.el" "url/url-imap.el" "url/url-methods.el"
31233;;;;;; "url/url-vars.el" "url/vc-dav.el" "vc-hooks.el" "vcursor.el" 31374;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el"
31234;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el" 31375;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el"
31235;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el" 31376;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el"
31236;;;;;; "x-dnd.el") (18016 62249 573562)) 31377;;;;;; "widget.el" "window.el" "x-dnd.el") (18104 28510 272741))
31237 31378
31238;;;*** 31379;;;***
31239 31380