aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Petton2016-05-17 18:59:48 +0200
committerNicolas Petton2016-05-17 18:59:48 +0200
commita8a238492efa2c1930a68994392fd466713a511e (patch)
tree21b3e3621b016cba893eecff4d083dc37fc642a4
parent06cb28ff3f24a29fa140d8af747d10abeed44293 (diff)
downloademacs-a8a238492efa2c1930a68994392fd466713a511e.tar.gz
emacs-a8a238492efa2c1930a68994392fd466713a511e.zip
; Auto-commit of loaddefs files.
-rw-r--r--lisp/ldefs-boot.el2445
1 files changed, 1259 insertions, 1186 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index ff993c472fa..b1f0432ca9d 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -3,7 +3,7 @@
3;;; Code: 3;;; Code:
4 4
5 5
6;;;### (autoloads nil "5x5" "play/5x5.el" (22150 28228 674072 702000)) 6;;;### (autoloads nil "5x5" "play/5x5.el" (22330 59913 969323 446000))
7;;; Generated autoloads from play/5x5.el 7;;; Generated autoloads from play/5x5.el
8 8
9(autoload '5x5 "5x5" "\ 9(autoload '5x5 "5x5" "\
@@ -65,8 +65,8 @@ should return a grid vector array that is the new solution.
65 65
66;;;*** 66;;;***
67 67
68;;;### (autoloads nil "ada-mode" "progmodes/ada-mode.el" (22197 58438 68;;;### (autoloads nil "ada-mode" "progmodes/ada-mode.el" (22330 59913
69;;;;;; 383460 447000)) 69;;;;;; 977323 421000))
70;;; Generated autoloads from progmodes/ada-mode.el 70;;; Generated autoloads from progmodes/ada-mode.el
71 71
72(autoload 'ada-add-extensions "ada-mode" "\ 72(autoload 'ada-add-extensions "ada-mode" "\
@@ -85,8 +85,8 @@ Ada mode is the major mode for editing Ada code.
85 85
86;;;*** 86;;;***
87 87
88;;;### (autoloads nil "ada-stmt" "progmodes/ada-stmt.el" (22150 28228 88;;;### (autoloads nil "ada-stmt" "progmodes/ada-stmt.el" (22330 59913
89;;;;;; 750072 702000)) 89;;;;;; 978323 418000))
90;;; Generated autoloads from progmodes/ada-stmt.el 90;;; Generated autoloads from progmodes/ada-stmt.el
91 91
92(autoload 'ada-header "ada-stmt" "\ 92(autoload 'ada-header "ada-stmt" "\
@@ -96,8 +96,8 @@ Insert a descriptive header at the top of the file.
96 96
97;;;*** 97;;;***
98 98
99;;;### (autoloads nil "ada-xref" "progmodes/ada-xref.el" (22150 28228 99;;;### (autoloads nil "ada-xref" "progmodes/ada-xref.el" (22331 17372
100;;;;;; 754072 702000)) 100;;;;;; 88369 281000))
101;;; Generated autoloads from progmodes/ada-xref.el 101;;; Generated autoloads from progmodes/ada-xref.el
102 102
103(autoload 'ada-find-file "ada-xref" "\ 103(autoload 'ada-find-file "ada-xref" "\
@@ -108,8 +108,8 @@ Completion is available.
108 108
109;;;*** 109;;;***
110 110
111;;;### (autoloads nil "add-log" "vc/add-log.el" (22284 55604 194845 111;;;### (autoloads nil "add-log" "vc/add-log.el" (22331 17372 121369
112;;;;;; 171000)) 112;;;;;; 164000))
113;;; Generated autoloads from vc/add-log.el 113;;; Generated autoloads from vc/add-log.el
114 114
115(put 'change-log-default-name 'safe-local-variable 'string-or-null-p) 115(put 'change-log-default-name 'safe-local-variable 'string-or-null-p)
@@ -238,8 +238,8 @@ old-style time formats for entries are supported.
238 238
239;;;*** 239;;;***
240 240
241;;;### (autoloads nil "advice" "emacs-lisp/advice.el" (22150 28227 241;;;### (autoloads nil "advice" "emacs-lisp/advice.el" (22331 17371
242;;;;;; 338072 702000)) 242;;;;;; 987369 640000))
243;;; Generated autoloads from emacs-lisp/advice.el 243;;; Generated autoloads from emacs-lisp/advice.el
244 244
245(defvar ad-redefinition-action 'warn "\ 245(defvar ad-redefinition-action 'warn "\
@@ -374,7 +374,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
374 374
375;;;*** 375;;;***
376 376
377;;;### (autoloads nil "align" "align.el" (22154 25280 740828 526000)) 377;;;### (autoloads nil "align" "align.el" (22331 17371 979369 668000))
378;;; Generated autoloads from align.el 378;;; Generated autoloads from align.el
379 379
380(autoload 'align "align" "\ 380(autoload 'align "align" "\
@@ -472,12 +472,14 @@ Remove any highlighting that was added by `align-highlight-rule'.
472 472
473(autoload 'align-newline-and-indent "align" "\ 473(autoload 'align-newline-and-indent "align" "\
474A replacement function for `newline-and-indent', aligning as it goes. 474A replacement function for `newline-and-indent', aligning as it goes.
475The alignment is done by calling `align' on the region that was
476indented.
475 477
476\(fn)" t nil) 478\(fn)" t nil)
477 479
478;;;*** 480;;;***
479 481
480;;;### (autoloads nil "allout" "allout.el" (22189 64323 68321 19000)) 482;;;### (autoloads nil "allout" "allout.el" (22330 59913 751324 119000))
481;;; Generated autoloads from allout.el 483;;; Generated autoloads from allout.el
482(push (purecopy '(allout 2 3)) package--builtin-versions) 484(push (purecopy '(allout 2 3)) package--builtin-versions)
483 485
@@ -837,8 +839,8 @@ for details on preparing Emacs for automatic allout activation.
837 839
838;;;*** 840;;;***
839 841
840;;;### (autoloads nil "allout-widgets" "allout-widgets.el" (22150 842;;;### (autoloads nil "allout-widgets" "allout-widgets.el" (22330
841;;;;;; 28226 938072 702000)) 843;;;;;; 59913 751324 119000))
842;;; Generated autoloads from allout-widgets.el 844;;; Generated autoloads from allout-widgets.el
843(push (purecopy '(allout-widgets 1 0)) package--builtin-versions) 845(push (purecopy '(allout-widgets 1 0)) package--builtin-versions)
844 846
@@ -896,8 +898,8 @@ outline hot-spot navigation (see `allout-mode').
896 898
897;;;*** 899;;;***
898 900
899;;;### (autoloads nil "ange-ftp" "net/ange-ftp.el" (22150 28228 350072 901;;;### (autoloads nil "ange-ftp" "net/ange-ftp.el" (22330 59913 952323
900;;;;;; 702000)) 902;;;;;; 498000))
901;;; Generated autoloads from net/ange-ftp.el 903;;; Generated autoloads from net/ange-ftp.el
902 904
903(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 905(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
@@ -918,8 +920,8 @@ directory, so that Emacs will know its current contents.
918 920
919;;;*** 921;;;***
920 922
921;;;### (autoloads nil "animate" "play/animate.el" (22150 28228 674072 923;;;### (autoloads nil "animate" "play/animate.el" (22330 59913 969323
922;;;;;; 702000)) 924;;;;;; 446000))
923;;; Generated autoloads from play/animate.el 925;;; Generated autoloads from play/animate.el
924 926
925(autoload 'animate-string "animate" "\ 927(autoload 'animate-string "animate" "\
@@ -951,8 +953,8 @@ the buffer *Birthday-Present-for-Name*.
951 953
952;;;*** 954;;;***
953 955
954;;;### (autoloads nil "ansi-color" "ansi-color.el" (22150 28226 942072 956;;;### (autoloads nil "ansi-color" "ansi-color.el" (22330 59913 751324
955;;;;;; 702000)) 957;;;;;; 119000))
956;;; Generated autoloads from ansi-color.el 958;;; Generated autoloads from ansi-color.el
957(push (purecopy '(ansi-color 3 4 2)) package--builtin-versions) 959(push (purecopy '(ansi-color 3 4 2)) package--builtin-versions)
958 960
@@ -978,8 +980,8 @@ This is a good function to put in `comint-output-filter-functions'.
978 980
979;;;*** 981;;;***
980 982
981;;;### (autoloads nil "antlr-mode" "progmodes/antlr-mode.el" (22182 983;;;### (autoloads nil "antlr-mode" "progmodes/antlr-mode.el" (22330
982;;;;;; 44208 579853 279000)) 984;;;;;; 59913 978323 418000))
983;;; Generated autoloads from progmodes/antlr-mode.el 985;;; Generated autoloads from progmodes/antlr-mode.el
984(push (purecopy '(antlr-mode 2 2 3)) package--builtin-versions) 986(push (purecopy '(antlr-mode 2 2 3)) package--builtin-versions)
985 987
@@ -1015,8 +1017,8 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
1015 1017
1016;;;*** 1018;;;***
1017 1019
1018;;;### (autoloads nil "appt" "calendar/appt.el" (22150 28227 46072 1020;;;### (autoloads nil "appt" "calendar/appt.el" (22331 17371 981369
1019;;;;;; 702000)) 1021;;;;;; 661000))
1020;;; Generated autoloads from calendar/appt.el 1022;;; Generated autoloads from calendar/appt.el
1021 1023
1022(autoload 'appt-add "appt" "\ 1024(autoload 'appt-add "appt" "\
@@ -1037,8 +1039,8 @@ ARG is positive, otherwise off.
1037 1039
1038;;;*** 1040;;;***
1039 1041
1040;;;### (autoloads nil "apropos" "apropos.el" (22224 48490 143402 1042;;;### (autoloads nil "apropos" "apropos.el" (22331 17371 980369
1041;;;;;; 355000)) 1043;;;;;; 665000))
1042;;; Generated autoloads from apropos.el 1044;;; Generated autoloads from apropos.el
1043 1045
1044(autoload 'apropos-read-pattern "apropos" "\ 1046(autoload 'apropos-read-pattern "apropos" "\
@@ -1154,8 +1156,8 @@ Returns list of symbols and documentation found.
1154 1156
1155;;;*** 1157;;;***
1156 1158
1157;;;### (autoloads nil "arc-mode" "arc-mode.el" (22150 28226 946072 1159;;;### (autoloads nil "arc-mode" "arc-mode.el" (22330 59913 751324
1158;;;;;; 702000)) 1160;;;;;; 119000))
1159;;; Generated autoloads from arc-mode.el 1161;;; Generated autoloads from arc-mode.el
1160 1162
1161(autoload 'archive-mode "arc-mode" "\ 1163(autoload 'archive-mode "arc-mode" "\
@@ -1175,7 +1177,7 @@ archive.
1175 1177
1176;;;*** 1178;;;***
1177 1179
1178;;;### (autoloads nil "array" "array.el" (22150 28226 946072 702000)) 1180;;;### (autoloads nil "array" "array.el" (22330 59913 751324 119000))
1179;;; Generated autoloads from array.el 1181;;; Generated autoloads from array.el
1180 1182
1181(autoload 'array-mode "array" "\ 1183(autoload 'array-mode "array" "\
@@ -1246,8 +1248,8 @@ Entering array mode calls the function `array-mode-hook'.
1246 1248
1247;;;*** 1249;;;***
1248 1250
1249;;;### (autoloads nil "artist" "textmodes/artist.el" (22150 28229 1251;;;### (autoloads nil "artist" "textmodes/artist.el" (22330 59913
1250;;;;;; 86072 702000)) 1252;;;;;; 988323 387000))
1251;;; Generated autoloads from textmodes/artist.el 1253;;; Generated autoloads from textmodes/artist.el
1252(push (purecopy '(artist 1 2 6)) package--builtin-versions) 1254(push (purecopy '(artist 1 2 6)) package--builtin-versions)
1253 1255
@@ -1453,8 +1455,8 @@ Keymap summary
1453 1455
1454;;;*** 1456;;;***
1455 1457
1456;;;### (autoloads nil "asm-mode" "progmodes/asm-mode.el" (22150 28228 1458;;;### (autoloads nil "asm-mode" "progmodes/asm-mode.el" (22330 59913
1457;;;;;; 758072 702000)) 1459;;;;;; 978323 418000))
1458;;; Generated autoloads from progmodes/asm-mode.el 1460;;; Generated autoloads from progmodes/asm-mode.el
1459 1461
1460(autoload 'asm-mode "asm-mode" "\ 1462(autoload 'asm-mode "asm-mode" "\
@@ -1481,8 +1483,8 @@ Special commands:
1481 1483
1482;;;*** 1484;;;***
1483 1485
1484;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (22150 1486;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (22331
1485;;;;;; 28227 658072 702000)) 1487;;;;;; 17372 13369 548000))
1486;;; Generated autoloads from gnus/auth-source.el 1488;;; Generated autoloads from gnus/auth-source.el
1487 1489
1488(defvar auth-source-cache-expiry 7200 "\ 1490(defvar auth-source-cache-expiry 7200 "\
@@ -1494,13 +1496,14 @@ let-binding.")
1494 1496
1495;;;*** 1497;;;***
1496 1498
1497;;;### (autoloads nil "autoarg" "autoarg.el" (22150 28226 946072 1499;;;### (autoloads nil "autoarg" "autoarg.el" (22330 59913 751324
1498;;;;;; 702000)) 1500;;;;;; 119000))
1499;;; Generated autoloads from autoarg.el 1501;;; Generated autoloads from autoarg.el
1500 1502
1501(defvar autoarg-mode nil "\ 1503(defvar autoarg-mode nil "\
1502Non-nil if Autoarg mode is enabled. 1504Non-nil if Autoarg mode is enabled.
1503See the command `autoarg-mode' for a description of this minor mode.") 1505See the `autoarg-mode' command
1506for a description of this minor mode.")
1504 1507
1505(custom-autoload 'autoarg-mode "autoarg" nil) 1508(custom-autoload 'autoarg-mode "autoarg" nil)
1506 1509
@@ -1532,7 +1535,8 @@ then invokes the normal binding of \\[autoarg-terminate].
1532 1535
1533(defvar autoarg-kp-mode nil "\ 1536(defvar autoarg-kp-mode nil "\
1534Non-nil if Autoarg-Kp mode is enabled. 1537Non-nil if Autoarg-Kp mode is enabled.
1535See the command `autoarg-kp-mode' for a description of this minor mode. 1538See the `autoarg-kp-mode' command
1539for a description of this minor mode.
1536Setting this variable directly does not take effect; 1540Setting this variable directly does not take effect;
1537either customize it (see the info node `Easy Customization') 1541either customize it (see the info node `Easy Customization')
1538or call the function `autoarg-kp-mode'.") 1542or call the function `autoarg-kp-mode'.")
@@ -1555,8 +1559,8 @@ This is similar to `autoarg-mode' but rebinds the keypad keys
1555 1559
1556;;;*** 1560;;;***
1557 1561
1558;;;### (autoloads nil "autoconf" "progmodes/autoconf.el" (22150 28228 1562;;;### (autoloads nil "autoconf" "progmodes/autoconf.el" (22330 59913
1559;;;;;; 758072 702000)) 1563;;;;;; 978323 418000))
1560;;; Generated autoloads from progmodes/autoconf.el 1564;;; Generated autoloads from progmodes/autoconf.el
1561 1565
1562(autoload 'autoconf-mode "autoconf" "\ 1566(autoload 'autoconf-mode "autoconf" "\
@@ -1566,8 +1570,8 @@ Major mode for editing Autoconf configure.ac files.
1566 1570
1567;;;*** 1571;;;***
1568 1572
1569;;;### (autoloads nil "autoinsert" "autoinsert.el" (22192 2880 903382 1573;;;### (autoloads nil "autoinsert" "autoinsert.el" (22330 59913 751324
1570;;;;;; 391000)) 1574;;;;;; 119000))
1571;;; Generated autoloads from autoinsert.el 1575;;; Generated autoloads from autoinsert.el
1572 1576
1573(autoload 'auto-insert "autoinsert" "\ 1577(autoload 'auto-insert "autoinsert" "\
@@ -1585,7 +1589,8 @@ or if CONDITION had no actions, after all other CONDITIONs.
1585 1589
1586(defvar auto-insert-mode nil "\ 1590(defvar auto-insert-mode nil "\
1587Non-nil if Auto-Insert mode is enabled. 1591Non-nil if Auto-Insert mode is enabled.
1588See the command `auto-insert-mode' for a description of this minor mode. 1592See the `auto-insert-mode' command
1593for a description of this minor mode.
1589Setting this variable directly does not take effect; 1594Setting this variable directly does not take effect;
1590either customize it (see the info node `Easy Customization') 1595either customize it (see the info node `Easy Customization')
1591or call the function `auto-insert-mode'.") 1596or call the function `auto-insert-mode'.")
@@ -1605,8 +1610,8 @@ insert a template for the file depending on the mode of the buffer.
1605 1610
1606;;;*** 1611;;;***
1607 1612
1608;;;### (autoloads nil "autoload" "emacs-lisp/autoload.el" (22302 1613;;;### (autoloads nil "autoload" "emacs-lisp/autoload.el" (22331
1609;;;;;; 35693 265420 723000)) 1614;;;;;; 17371 988369 637000))
1610;;; Generated autoloads from emacs-lisp/autoload.el 1615;;; Generated autoloads from emacs-lisp/autoload.el
1611 1616
1612(put 'generated-autoload-file 'safe-local-variable 'stringp) 1617(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1657,8 +1662,8 @@ should be non-nil).
1657 1662
1658;;;*** 1663;;;***
1659 1664
1660;;;### (autoloads nil "autorevert" "autorevert.el" (22292 49734 698738 1665;;;### (autoloads nil "autorevert" "autorevert.el" (22331 17371 980369
1661;;;;;; 351000)) 1666;;;;;; 665000))
1662;;; Generated autoloads from autorevert.el 1667;;; Generated autoloads from autorevert.el
1663 1668
1664(autoload 'auto-revert-mode "autorevert" "\ 1669(autoload 'auto-revert-mode "autorevert" "\
@@ -1715,7 +1720,8 @@ This function is designed to be added to hooks, for example:
1715 1720
1716(defvar global-auto-revert-mode nil "\ 1721(defvar global-auto-revert-mode nil "\
1717Non-nil if Global Auto-Revert mode is enabled. 1722Non-nil if Global Auto-Revert mode is enabled.
1718See the command `global-auto-revert-mode' for a description of this minor mode. 1723See the `global-auto-revert-mode' command
1724for a description of this minor mode.
1719Setting this variable directly does not take effect; 1725Setting this variable directly does not take effect;
1720either customize it (see the info node `Easy Customization') 1726either customize it (see the info node `Easy Customization')
1721or call the function `global-auto-revert-mode'.") 1727or call the function `global-auto-revert-mode'.")
@@ -1746,7 +1752,7 @@ specifies in the mode line.
1746 1752
1747;;;*** 1753;;;***
1748 1754
1749;;;### (autoloads nil "avoid" "avoid.el" (22150 28226 946072 702000)) 1755;;;### (autoloads nil "avoid" "avoid.el" (22330 59913 751324 119000))
1750;;; Generated autoloads from avoid.el 1756;;; Generated autoloads from avoid.el
1751 1757
1752(defvar mouse-avoidance-mode nil "\ 1758(defvar mouse-avoidance-mode nil "\
@@ -1784,8 +1790,8 @@ definition of \"random distance\".)
1784 1790
1785;;;*** 1791;;;***
1786 1792
1787;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (22150 28228 1793;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (22330 59913
1788;;;;;; 758072 702000)) 1794;;;;;; 978323 418000))
1789;;; Generated autoloads from progmodes/bat-mode.el 1795;;; Generated autoloads from progmodes/bat-mode.el
1790 1796
1791(add-to-list 'auto-mode-alist '("\\.\\(bat\\|cmd\\)\\'" . bat-mode)) 1797(add-to-list 'auto-mode-alist '("\\.\\(bat\\|cmd\\)\\'" . bat-mode))
@@ -1803,8 +1809,8 @@ Run script using `bat-run' and `bat-run-args'.
1803 1809
1804;;;*** 1810;;;***
1805 1811
1806;;;### (autoloads nil "battery" "battery.el" (22216 22852 972596 1812;;;### (autoloads nil "battery" "battery.el" (22331 17371 980369
1807;;;;;; 491000)) 1813;;;;;; 665000))
1808;;; Generated autoloads from battery.el 1814;;; Generated autoloads from battery.el
1809 (put 'battery-mode-line-string 'risky-local-variable t) 1815 (put 'battery-mode-line-string 'risky-local-variable t)
1810 1816
@@ -1817,7 +1823,8 @@ The text being displayed in the echo area is controlled by the variables
1817 1823
1818(defvar display-battery-mode nil "\ 1824(defvar display-battery-mode nil "\
1819Non-nil if Display-Battery mode is enabled. 1825Non-nil if Display-Battery mode is enabled.
1820See the command `display-battery-mode' for a description of this minor mode. 1826See the `display-battery-mode' command
1827for a description of this minor mode.
1821Setting this variable directly does not take effect; 1828Setting this variable directly does not take effect;
1822either customize it (see the info node `Easy Customization') 1829either customize it (see the info node `Easy Customization')
1823or call the function `display-battery-mode'.") 1830or call the function `display-battery-mode'.")
@@ -1839,8 +1846,8 @@ seconds.
1839 1846
1840;;;*** 1847;;;***
1841 1848
1842;;;### (autoloads nil "benchmark" "emacs-lisp/benchmark.el" (22150 1849;;;### (autoloads nil "benchmark" "emacs-lisp/benchmark.el" (22330
1843;;;;;; 28227 338072 702000)) 1850;;;;;; 59913 928323 572000))
1844;;; Generated autoloads from emacs-lisp/benchmark.el 1851;;; Generated autoloads from emacs-lisp/benchmark.el
1845 1852
1846(autoload 'benchmark-run "benchmark" "\ 1853(autoload 'benchmark-run "benchmark" "\
@@ -1876,8 +1883,8 @@ For non-interactive use see also `benchmark-run' and
1876 1883
1877;;;*** 1884;;;***
1878 1885
1879;;;### (autoloads nil "bibtex" "textmodes/bibtex.el" (22150 28229 1886;;;### (autoloads nil "bibtex" "textmodes/bibtex.el" (22330 59913
1880;;;;;; 94072 702000)) 1887;;;;;; 990323 381000))
1881;;; Generated autoloads from textmodes/bibtex.el 1888;;; Generated autoloads from textmodes/bibtex.el
1882 1889
1883(autoload 'bibtex-initialize "bibtex" "\ 1890(autoload 'bibtex-initialize "bibtex" "\
@@ -1969,7 +1976,7 @@ A prefix arg negates the value of `bibtex-search-entry-globally'.
1969;;;*** 1976;;;***
1970 1977
1971;;;### (autoloads nil "bibtex-style" "textmodes/bibtex-style.el" 1978;;;### (autoloads nil "bibtex-style" "textmodes/bibtex-style.el"
1972;;;;;; (22150 28229 86072 702000)) 1979;;;;;; (22330 59913 990323 381000))
1973;;; Generated autoloads from textmodes/bibtex-style.el 1980;;; Generated autoloads from textmodes/bibtex-style.el
1974 1981
1975(autoload 'bibtex-style-mode "bibtex-style" "\ 1982(autoload 'bibtex-style-mode "bibtex-style" "\
@@ -1979,8 +1986,8 @@ Major mode for editing BibTeX style files.
1979 1986
1980;;;*** 1987;;;***
1981 1988
1982;;;### (autoloads nil "binhex" "mail/binhex.el" (22150 28228 226072 1989;;;### (autoloads nil "binhex" "mail/binhex.el" (22330 59913 947323
1983;;;;;; 702000)) 1990;;;;;; 514000))
1984;;; Generated autoloads from mail/binhex.el 1991;;; Generated autoloads from mail/binhex.el
1985 1992
1986(defconst binhex-begin-line "^:...............................................................$" "\ 1993(defconst binhex-begin-line "^:...............................................................$" "\
@@ -2004,8 +2011,8 @@ Binhex decode region between START and END.
2004 2011
2005;;;*** 2012;;;***
2006 2013
2007;;;### (autoloads nil "blackbox" "play/blackbox.el" (22150 28228 2014;;;### (autoloads nil "blackbox" "play/blackbox.el" (22330 59913
2008;;;;;; 674072 702000)) 2015;;;;;; 969323 446000))
2009;;; Generated autoloads from play/blackbox.el 2016;;; Generated autoloads from play/blackbox.el
2010 2017
2011(autoload 'blackbox "blackbox" "\ 2018(autoload 'blackbox "blackbox" "\
@@ -2124,8 +2131,8 @@ a reflection.
2124 2131
2125;;;*** 2132;;;***
2126 2133
2127;;;### (autoloads nil "bookmark" "bookmark.el" (22301 64691 837087 2134;;;### (autoloads nil "bookmark" "bookmark.el" (22330 59913 737324
2128;;;;;; 484000)) 2135;;;;;; 162000))
2129;;; Generated autoloads from bookmark.el 2136;;; Generated autoloads from bookmark.el
2130 (define-key ctl-x-r-map "b" 'bookmark-jump) 2137 (define-key ctl-x-r-map "b" 'bookmark-jump)
2131 (define-key ctl-x-r-map "m" 'bookmark-set) 2138 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2349,8 +2356,8 @@ Incremental search of bookmarks, hiding the non-matches as we go.
2349 2356
2350;;;*** 2357;;;***
2351 2358
2352;;;### (autoloads nil "browse-url" "net/browse-url.el" (22189 64323 2359;;;### (autoloads nil "browse-url" "net/browse-url.el" (22330 59913
2353;;;;;; 280321 19000)) 2360;;;;;; 952323 498000))
2354;;; Generated autoloads from net/browse-url.el 2361;;; Generated autoloads from net/browse-url.el
2355 2362
2356(defvar browse-url-browser-function 'browse-url-default-browser "\ 2363(defvar browse-url-browser-function 'browse-url-default-browser "\
@@ -2698,7 +2705,7 @@ from `browse-url-elinks-wrapper'.
2698 2705
2699;;;*** 2706;;;***
2700 2707
2701;;;### (autoloads nil "bs" "bs.el" (22150 28226 950072 702000)) 2708;;;### (autoloads nil "bs" "bs.el" (22330 59913 751324 119000))
2702;;; Generated autoloads from bs.el 2709;;; Generated autoloads from bs.el
2703(push (purecopy '(bs 1 17)) package--builtin-versions) 2710(push (purecopy '(bs 1 17)) package--builtin-versions)
2704 2711
@@ -2739,8 +2746,8 @@ name of buffer configuration.
2739 2746
2740;;;*** 2747;;;***
2741 2748
2742;;;### (autoloads nil "bubbles" "play/bubbles.el" (22150 28228 674072 2749;;;### (autoloads nil "bubbles" "play/bubbles.el" (22330 59913 969323
2743;;;;;; 702000)) 2750;;;;;; 446000))
2744;;; Generated autoloads from play/bubbles.el 2751;;; Generated autoloads from play/bubbles.el
2745 2752
2746(autoload 'bubbles "bubbles" "\ 2753(autoload 'bubbles "bubbles" "\
@@ -2762,7 +2769,7 @@ columns on its right towards the left.
2762;;;*** 2769;;;***
2763 2770
2764;;;### (autoloads nil "bug-reference" "progmodes/bug-reference.el" 2771;;;### (autoloads nil "bug-reference" "progmodes/bug-reference.el"
2765;;;;;; (22150 28228 758072 702000)) 2772;;;;;; (22330 59913 978323 418000))
2766;;; Generated autoloads from progmodes/bug-reference.el 2773;;; Generated autoloads from progmodes/bug-reference.el
2767 2774
2768(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) 2775(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format)))))
@@ -2782,8 +2789,8 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2782 2789
2783;;;*** 2790;;;***
2784 2791
2785;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (22195 2792;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (22331
2786;;;;;; 16710 339344 967000)) 2793;;;;;; 17371 989369 633000))
2787;;; Generated autoloads from emacs-lisp/bytecomp.el 2794;;; Generated autoloads from emacs-lisp/bytecomp.el
2788(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2795(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2789(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2796(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2903,16 +2910,16 @@ and corresponding effects.
2903 2910
2904;;;*** 2911;;;***
2905 2912
2906;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (22192 2913;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (22330
2907;;;;;; 2880 911382 391000)) 2914;;;;;; 59913 919323 600000))
2908;;; Generated autoloads from calendar/cal-china.el 2915;;; Generated autoloads from calendar/cal-china.el
2909 2916
2910(put 'calendar-chinese-time-zone 'risky-local-variable t) 2917(put 'calendar-chinese-time-zone 'risky-local-variable t)
2911 2918
2912;;;*** 2919;;;***
2913 2920
2914;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (22150 28227 2921;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (22330 59913
2915;;;;;; 50072 702000)) 2922;;;;;; 919323 600000))
2916;;; Generated autoloads from calendar/cal-dst.el 2923;;; Generated autoloads from calendar/cal-dst.el
2917 2924
2918(put 'calendar-daylight-savings-starts 'risky-local-variable t) 2925(put 'calendar-daylight-savings-starts 'risky-local-variable t)
@@ -2923,8 +2930,8 @@ and corresponding effects.
2923 2930
2924;;;*** 2931;;;***
2925 2932
2926;;;### (autoloads nil "cal-hebrew" "calendar/cal-hebrew.el" (22150 2933;;;### (autoloads nil "cal-hebrew" "calendar/cal-hebrew.el" (22331
2927;;;;;; 28227 50072 702000)) 2934;;;;;; 17371 981369 661000))
2928;;; Generated autoloads from calendar/cal-hebrew.el 2935;;; Generated autoloads from calendar/cal-hebrew.el
2929 2936
2930(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2937(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2936,7 +2943,7 @@ from the cursor position.
2936 2943
2937;;;*** 2944;;;***
2938 2945
2939;;;### (autoloads nil "calc" "calc/calc.el" (22150 28227 26072 702000)) 2946;;;### (autoloads nil "calc" "calc/calc.el" (22330 59913 918323 603000))
2940;;; Generated autoloads from calc/calc.el 2947;;; Generated autoloads from calc/calc.el
2941 (define-key ctl-x-map "*" 'calc-dispatch) 2948 (define-key ctl-x-map "*" 'calc-dispatch)
2942 2949
@@ -3022,8 +3029,8 @@ See Info node `(calc)Defining Functions'.
3022 3029
3023;;;*** 3030;;;***
3024 3031
3025;;;### (autoloads nil "calc-undo" "calc/calc-undo.el" (22150 28227 3032;;;### (autoloads nil "calc-undo" "calc/calc-undo.el" (22330 59913
3026;;;;;; 22072 702000)) 3033;;;;;; 918323 603000))
3027;;; Generated autoloads from calc/calc-undo.el 3034;;; Generated autoloads from calc/calc-undo.el
3028 3035
3029(autoload 'calc-undo "calc-undo" "\ 3036(autoload 'calc-undo "calc-undo" "\
@@ -3033,8 +3040,8 @@ See Info node `(calc)Defining Functions'.
3033 3040
3034;;;*** 3041;;;***
3035 3042
3036;;;### (autoloads nil "calculator" "calculator.el" (22222 61645 281665 3043;;;### (autoloads nil "calculator" "calculator.el" (22331 17371 981369
3037;;;;;; 355000)) 3044;;;;;; 661000))
3038;;; Generated autoloads from calculator.el 3045;;; Generated autoloads from calculator.el
3039 3046
3040(autoload 'calculator "calculator" "\ 3047(autoload 'calculator "calculator" "\
@@ -3045,8 +3052,8 @@ See the documentation for `calculator-mode' for more information.
3045 3052
3046;;;*** 3053;;;***
3047 3054
3048;;;### (autoloads nil "calendar" "calendar/calendar.el" (22192 2880 3055;;;### (autoloads nil "calendar" "calendar/calendar.el" (22330 59913
3049;;;;;; 919382 391000)) 3056;;;;;; 919323 600000))
3050;;; Generated autoloads from calendar/calendar.el 3057;;; Generated autoloads from calendar/calendar.el
3051 3058
3052(autoload 'calendar "calendar" "\ 3059(autoload 'calendar "calendar" "\
@@ -3089,8 +3096,8 @@ This function is suitable for execution in an init file.
3089 3096
3090;;;*** 3097;;;***
3091 3098
3092;;;### (autoloads nil "canlock" "gnus/canlock.el" (22150 28227 658072 3099;;;### (autoloads nil "canlock" "gnus/canlock.el" (22331 17372 13369
3093;;;;;; 702000)) 3100;;;;;; 548000))
3094;;; Generated autoloads from gnus/canlock.el 3101;;; Generated autoloads from gnus/canlock.el
3095 3102
3096(autoload 'canlock-insert-header "canlock" "\ 3103(autoload 'canlock-insert-header "canlock" "\
@@ -3107,8 +3114,8 @@ it fails.
3107 3114
3108;;;*** 3115;;;***
3109 3116
3110;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (22308 3117;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (22331
3111;;;;;; 37947 170422 527000)) 3118;;;;;; 17372 91369 271000))
3112;;; Generated autoloads from progmodes/cc-engine.el 3119;;; Generated autoloads from progmodes/cc-engine.el
3113 3120
3114(autoload 'c-guess-basic-syntax "cc-engine" "\ 3121(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -3118,8 +3125,8 @@ Return the syntactic context of the current line.
3118 3125
3119;;;*** 3126;;;***
3120 3127
3121;;;### (autoloads nil "cc-guess" "progmodes/cc-guess.el" (22150 28228 3128;;;### (autoloads nil "cc-guess" "progmodes/cc-guess.el" (22330 59913
3122;;;;;; 790072 702000)) 3129;;;;;; 978323 418000))
3123;;; Generated autoloads from progmodes/cc-guess.el 3130;;; Generated autoloads from progmodes/cc-guess.el
3124 3131
3125(defvar c-guess-guessed-offsets-alist nil "\ 3132(defvar c-guess-guessed-offsets-alist nil "\
@@ -3217,8 +3224,8 @@ the absolute file name of the file if STYLE-NAME is nil.
3217 3224
3218;;;*** 3225;;;***
3219 3226
3220;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (22162 19398 3227;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (22331 17372
3221;;;;;; 889892 547000)) 3228;;;;;; 92369 267000))
3222;;; Generated autoloads from progmodes/cc-mode.el 3229;;; Generated autoloads from progmodes/cc-mode.el
3223 3230
3224(autoload 'c-initialize-cc-mode "cc-mode" "\ 3231(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3376,8 +3383,8 @@ Key bindings:
3376 3383
3377;;;*** 3384;;;***
3378 3385
3379;;;### (autoloads nil "cc-styles" "progmodes/cc-styles.el" (22150 3386;;;### (autoloads nil "cc-styles" "progmodes/cc-styles.el" (22330
3380;;;;;; 28228 798072 702000)) 3387;;;;;; 59913 978323 418000))
3381;;; Generated autoloads from progmodes/cc-styles.el 3388;;; Generated autoloads from progmodes/cc-styles.el
3382 3389
3383(autoload 'c-set-style "cc-styles" "\ 3390(autoload 'c-set-style "cc-styles" "\
@@ -3428,8 +3435,8 @@ and exists only for compatibility reasons.
3428 3435
3429;;;*** 3436;;;***
3430 3437
3431;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (22150 28228 3438;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (22331 17377
3432;;;;;; 802072 702000)) 3439;;;;;; 953348 450000))
3433;;; Generated autoloads from progmodes/cc-vars.el 3440;;; Generated autoloads from progmodes/cc-vars.el
3434(put 'c-basic-offset 'safe-local-variable 'integerp) 3441(put 'c-basic-offset 'safe-local-variable 'integerp)
3435(put 'c-backslash-column 'safe-local-variable 'integerp) 3442(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3437,8 +3444,8 @@ and exists only for compatibility reasons.
3437 3444
3438;;;*** 3445;;;***
3439 3446
3440;;;### (autoloads nil "ccl" "international/ccl.el" (22150 28228 106072 3447;;;### (autoloads nil "ccl" "international/ccl.el" (22330 59913 939323
3441;;;;;; 702000)) 3448;;;;;; 538000))
3442;;; Generated autoloads from international/ccl.el 3449;;; Generated autoloads from international/ccl.el
3443 3450
3444(autoload 'ccl-compile "ccl" "\ 3451(autoload 'ccl-compile "ccl" "\
@@ -3731,8 +3738,8 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3731 3738
3732;;;*** 3739;;;***
3733 3740
3734;;;### (autoloads nil "cconv" "emacs-lisp/cconv.el" (22150 28227 3741;;;### (autoloads nil "cconv" "emacs-lisp/cconv.el" (22330 59913
3735;;;;;; 358072 702000)) 3742;;;;;; 929323 569000))
3736;;; Generated autoloads from emacs-lisp/cconv.el 3743;;; Generated autoloads from emacs-lisp/cconv.el
3737 3744
3738(autoload 'cconv-closure-convert "cconv" "\ 3745(autoload 'cconv-closure-convert "cconv" "\
@@ -3751,15 +3758,15 @@ Add the warnings that closure conversion would encounter.
3751 3758
3752;;;*** 3759;;;***
3753 3760
3754;;;### (autoloads nil "cedet" "cedet/cedet.el" (22150 28227 146072 3761;;;### (autoloads nil "cedet" "cedet/cedet.el" (22330 59913 920323
3755;;;;;; 702000)) 3762;;;;;; 597000))
3756;;; Generated autoloads from cedet/cedet.el 3763;;; Generated autoloads from cedet/cedet.el
3757(push (purecopy '(cedet 2 0)) package--builtin-versions) 3764(push (purecopy '(cedet 2 0)) package--builtin-versions)
3758 3765
3759;;;*** 3766;;;***
3760 3767
3761;;;### (autoloads nil "cfengine" "progmodes/cfengine.el" (22150 28228 3768;;;### (autoloads nil "cfengine" "progmodes/cfengine.el" (22330 59913
3762;;;;;; 802072 702000)) 3769;;;;;; 978323 418000))
3763;;; Generated autoloads from progmodes/cfengine.el 3770;;; Generated autoloads from progmodes/cfengine.el
3764(push (purecopy '(cfengine 1 4)) package--builtin-versions) 3771(push (purecopy '(cfengine 1 4)) package--builtin-versions)
3765 3772
@@ -3788,8 +3795,8 @@ Choose `cfengine2-mode' or `cfengine3-mode' by buffer contents.
3788 3795
3789;;;*** 3796;;;***
3790 3797
3791;;;### (autoloads nil "character-fold" "character-fold.el" (22150 3798;;;### (autoloads nil "character-fold" "character-fold.el" (22330
3792;;;;;; 28227 274072 702000)) 3799;;;;;; 59913 751324 119000))
3793;;; Generated autoloads from character-fold.el 3800;;; Generated autoloads from character-fold.el
3794 3801
3795(autoload 'character-fold-to-regexp "character-fold" "\ 3802(autoload 'character-fold-to-regexp "character-fold" "\
@@ -3808,15 +3815,15 @@ from which to start.
3808 3815
3809;;;*** 3816;;;***
3810 3817
3811;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (22150 28227 3818;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (22330 59913
3812;;;;;; 358072 702000)) 3819;;;;;; 929323 569000))
3813;;; Generated autoloads from emacs-lisp/chart.el 3820;;; Generated autoloads from emacs-lisp/chart.el
3814(push (purecopy '(chart 0 2)) package--builtin-versions) 3821(push (purecopy '(chart 0 2)) package--builtin-versions)
3815 3822
3816;;;*** 3823;;;***
3817 3824
3818;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el" 3825;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el"
3819;;;;;; (22296 46772 428104 103000)) 3826;;;;;; (22331 17371 989369 633000))
3820;;; Generated autoloads from emacs-lisp/check-declare.el 3827;;; Generated autoloads from emacs-lisp/check-declare.el
3821 3828
3822(autoload 'check-declare-file "check-declare" "\ 3829(autoload 'check-declare-file "check-declare" "\
@@ -3833,8 +3840,8 @@ Returns non-nil if any false statements are found.
3833 3840
3834;;;*** 3841;;;***
3835 3842
3836;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (22197 3843;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (22331
3837;;;;;; 58438 127460 447000)) 3844;;;;;; 17371 990369 629000))
3838;;; Generated autoloads from emacs-lisp/checkdoc.el 3845;;; Generated autoloads from emacs-lisp/checkdoc.el
3839(push (purecopy '(checkdoc 0 6 2)) package--builtin-versions) 3846(push (purecopy '(checkdoc 0 6 2)) package--builtin-versions)
3840(put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp) 3847(put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp)
@@ -4044,8 +4051,8 @@ Find package keywords that aren't in `finder-known-keywords'.
4044 4051
4045;;;*** 4052;;;***
4046 4053
4047;;;### (autoloads nil "china-util" "language/china-util.el" (22150 4054;;;### (autoloads nil "china-util" "language/china-util.el" (22330
4048;;;;;; 28228 162072 702000)) 4055;;;;;; 59913 940323 535000))
4049;;; Generated autoloads from language/china-util.el 4056;;; Generated autoloads from language/china-util.el
4050 4057
4051(autoload 'decode-hz-region "china-util" "\ 4058(autoload 'decode-hz-region "china-util" "\
@@ -4082,8 +4089,8 @@ Encode the text in the current buffer to HZ.
4082 4089
4083;;;*** 4090;;;***
4084 4091
4085;;;### (autoloads nil "chistory" "chistory.el" (22150 28227 274072 4092;;;### (autoloads nil "chistory" "chistory.el" (22330 59913 751324
4086;;;;;; 702000)) 4093;;;;;; 119000))
4087;;; Generated autoloads from chistory.el 4094;;; Generated autoloads from chistory.el
4088 4095
4089(autoload 'repeat-matching-complex-command "chistory" "\ 4096(autoload 'repeat-matching-complex-command "chistory" "\
@@ -4122,8 +4129,8 @@ and runs the normal hook `command-history-hook'.
4122 4129
4123;;;*** 4130;;;***
4124 4131
4125;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (22150 4132;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (22330
4126;;;;;; 28227 366072 702000)) 4133;;;;;; 59913 929323 569000))
4127;;; Generated autoloads from emacs-lisp/cl-indent.el 4134;;; Generated autoloads from emacs-lisp/cl-indent.el
4128 4135
4129(autoload 'common-lisp-indent-function "cl-indent" "\ 4136(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -4206,8 +4213,8 @@ instead.
4206 4213
4207;;;*** 4214;;;***
4208 4215
4209;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (22220 19926 4216;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (22330 59913
4210;;;;;; 380329 271000)) 4217;;;;;; 929323 569000))
4211;;; Generated autoloads from emacs-lisp/cl-lib.el 4218;;; Generated autoloads from emacs-lisp/cl-lib.el
4212(push (purecopy '(cl-lib 1 0)) package--builtin-versions) 4219(push (purecopy '(cl-lib 1 0)) package--builtin-versions)
4213 4220
@@ -4225,8 +4232,8 @@ a future Emacs interpreter will be able to use it.")
4225 4232
4226;;;*** 4233;;;***
4227 4234
4228;;;### (autoloads nil "cmacexp" "progmodes/cmacexp.el" (22150 28228 4235;;;### (autoloads nil "cmacexp" "progmodes/cmacexp.el" (22330 59913
4229;;;;;; 802072 702000)) 4236;;;;;; 978323 418000))
4230;;; Generated autoloads from progmodes/cmacexp.el 4237;;; Generated autoloads from progmodes/cmacexp.el
4231 4238
4232(autoload 'c-macro-expand "cmacexp" "\ 4239(autoload 'c-macro-expand "cmacexp" "\
@@ -4246,8 +4253,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
4246 4253
4247;;;*** 4254;;;***
4248 4255
4249;;;### (autoloads nil "cmuscheme" "cmuscheme.el" (22150 28227 274072 4256;;;### (autoloads nil "cmuscheme" "cmuscheme.el" (22330 59913 752324
4250;;;;;; 702000)) 4257;;;;;; 116000))
4251;;; Generated autoloads from cmuscheme.el 4258;;; Generated autoloads from cmuscheme.el
4252 4259
4253(autoload 'run-scheme "cmuscheme" "\ 4260(autoload 'run-scheme "cmuscheme" "\
@@ -4267,7 +4274,7 @@ is run).
4267 4274
4268;;;*** 4275;;;***
4269 4276
4270;;;### (autoloads nil "color" "color.el" (22150 28227 274072 702000)) 4277;;;### (autoloads nil "color" "color.el" (22330 59913 752324 116000))
4271;;; Generated autoloads from color.el 4278;;; Generated autoloads from color.el
4272 4279
4273(autoload 'color-name-to-rgb "color" "\ 4280(autoload 'color-name-to-rgb "color" "\
@@ -4286,7 +4293,7 @@ If FRAME cannot display COLOR, return nil.
4286 4293
4287;;;*** 4294;;;***
4288 4295
4289;;;### (autoloads nil "comint" "comint.el" (22280 21348 921123 491000)) 4296;;;### (autoloads nil "comint" "comint.el" (22331 17371 984369 651000))
4290;;; Generated autoloads from comint.el 4297;;; Generated autoloads from comint.el
4291 4298
4292(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 4299(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -4387,8 +4394,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4387 4394
4388;;;*** 4395;;;***
4389 4396
4390;;;### (autoloads nil "compare-w" "vc/compare-w.el" (22150 28229 4397;;;### (autoloads nil "compare-w" "vc/compare-w.el" (22330 59914
4391;;;;;; 250072 702000)) 4398;;;;;; 8323 325000))
4392;;; Generated autoloads from vc/compare-w.el 4399;;; Generated autoloads from vc/compare-w.el
4393 4400
4394(autoload 'compare-windows "compare-w" "\ 4401(autoload 'compare-windows "compare-w" "\
@@ -4424,8 +4431,8 @@ on third call it again advances points to the next difference and so on.
4424 4431
4425;;;*** 4432;;;***
4426 4433
4427;;;### (autoloads nil "compile" "progmodes/compile.el" (22308 37947 4434;;;### (autoloads nil "compile" "progmodes/compile.el" (22331 17372
4428;;;;;; 174422 527000)) 4435;;;;;; 94369 260000))
4429;;; Generated autoloads from progmodes/compile.el 4436;;; Generated autoloads from progmodes/compile.el
4430 4437
4431(defvar compilation-mode-hook nil "\ 4438(defvar compilation-mode-hook nil "\
@@ -4606,13 +4613,14 @@ This is the value of `next-error-function' in Compilation buffers.
4606 4613
4607;;;*** 4614;;;***
4608 4615
4609;;;### (autoloads nil "completion" "completion.el" (22197 58438 91460 4616;;;### (autoloads nil "completion" "completion.el" (22330 59913 752324
4610;;;;;; 447000)) 4617;;;;;; 116000))
4611;;; Generated autoloads from completion.el 4618;;; Generated autoloads from completion.el
4612 4619
4613(defvar dynamic-completion-mode nil "\ 4620(defvar dynamic-completion-mode nil "\
4614Non-nil if Dynamic-Completion mode is enabled. 4621Non-nil if Dynamic-Completion mode is enabled.
4615See the command `dynamic-completion-mode' for a description of this minor mode. 4622See the `dynamic-completion-mode' command
4623for a description of this minor mode.
4616Setting this variable directly does not take effect; 4624Setting this variable directly does not take effect;
4617either customize it (see the info node `Easy Customization') 4625either customize it (see the info node `Easy Customization')
4618or call the function `dynamic-completion-mode'.") 4626or call the function `dynamic-completion-mode'.")
@@ -4629,8 +4637,8 @@ if ARG is omitted or nil.
4629 4637
4630;;;*** 4638;;;***
4631 4639
4632;;;### (autoloads nil "conf-mode" "textmodes/conf-mode.el" (22150 4640;;;### (autoloads nil "conf-mode" "textmodes/conf-mode.el" (22330
4633;;;;;; 28229 94072 702000)) 4641;;;;;; 59913 990323 381000))
4634;;; Generated autoloads from textmodes/conf-mode.el 4642;;; Generated autoloads from textmodes/conf-mode.el
4635 4643
4636(autoload 'conf-mode "conf-mode" "\ 4644(autoload 'conf-mode "conf-mode" "\
@@ -4785,8 +4793,8 @@ For details see `conf-mode'. Example:
4785 4793
4786;;;*** 4794;;;***
4787 4795
4788;;;### (autoloads nil "cookie1" "play/cookie1.el" (22150 28228 674072 4796;;;### (autoloads nil "cookie1" "play/cookie1.el" (22330 59913 969323
4789;;;;;; 702000)) 4797;;;;;; 446000))
4790;;; Generated autoloads from play/cookie1.el 4798;;; Generated autoloads from play/cookie1.el
4791 4799
4792(autoload 'cookie "cookie1" "\ 4800(autoload 'cookie "cookie1" "\
@@ -4814,8 +4822,8 @@ and subsequent calls on the same file won't go to disk.
4814 4822
4815;;;*** 4823;;;***
4816 4824
4817;;;### (autoloads nil "copyright" "emacs-lisp/copyright.el" (22150 4825;;;### (autoloads nil "copyright" "emacs-lisp/copyright.el" (22330
4818;;;;;; 28227 374072 702000)) 4826;;;;;; 59913 929323 569000))
4819;;; Generated autoloads from emacs-lisp/copyright.el 4827;;; Generated autoloads from emacs-lisp/copyright.el
4820(put 'copyright-at-end-flag 'safe-local-variable 'booleanp) 4828(put 'copyright-at-end-flag 'safe-local-variable 'booleanp)
4821(put 'copyright-names-regexp 'safe-local-variable 'stringp) 4829(put 'copyright-names-regexp 'safe-local-variable 'stringp)
@@ -4853,8 +4861,8 @@ If FIX is non-nil, run `copyright-fix-years' instead.
4853 4861
4854;;;*** 4862;;;***
4855 4863
4856;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (22197 4864;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (22330
4857;;;;;; 58438 427460 447000)) 4865;;;;;; 59913 979323 415000))
4858;;; Generated autoloads from progmodes/cperl-mode.el 4866;;; Generated autoloads from progmodes/cperl-mode.el
4859(put 'cperl-indent-level 'safe-local-variable 'integerp) 4867(put 'cperl-indent-level 'safe-local-variable 'integerp)
4860(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4868(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -5052,8 +5060,8 @@ Run a `perldoc' on the word around point.
5052 5060
5053;;;*** 5061;;;***
5054 5062
5055;;;### (autoloads nil "cpp" "progmodes/cpp.el" (22150 28228 806072 5063;;;### (autoloads nil "cpp" "progmodes/cpp.el" (22330 59913 979323
5056;;;;;; 702000)) 5064;;;;;; 415000))
5057;;; Generated autoloads from progmodes/cpp.el 5065;;; Generated autoloads from progmodes/cpp.el
5058 5066
5059(autoload 'cpp-highlight-buffer "cpp" "\ 5067(autoload 'cpp-highlight-buffer "cpp" "\
@@ -5071,8 +5079,8 @@ Edit display information for cpp conditionals.
5071 5079
5072;;;*** 5080;;;***
5073 5081
5074;;;### (autoloads nil "crm" "emacs-lisp/crm.el" (22150 28227 374072 5082;;;### (autoloads nil "crm" "emacs-lisp/crm.el" (22330 59913 929323
5075;;;;;; 702000)) 5083;;;;;; 569000))
5076;;; Generated autoloads from emacs-lisp/crm.el 5084;;; Generated autoloads from emacs-lisp/crm.el
5077 5085
5078(autoload 'completing-read-multiple "crm" "\ 5086(autoload 'completing-read-multiple "crm" "\
@@ -5098,8 +5106,8 @@ with empty strings removed.
5098 5106
5099;;;*** 5107;;;***
5100 5108
5101;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (22192 2874 5109;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (22331 17372
5102;;;;;; 475382 391000)) 5110;;;;;; 112369 196000))
5103;;; Generated autoloads from textmodes/css-mode.el 5111;;; Generated autoloads from textmodes/css-mode.el
5104 5112
5105(autoload 'css-mode "css-mode" "\ 5113(autoload 'css-mode "css-mode" "\
@@ -5115,13 +5123,14 @@ Major mode to edit \"Sassy CSS\" files.
5115 5123
5116;;;*** 5124;;;***
5117 5125
5118;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (22150 28227 5126;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (22330 59913
5119;;;;;; 458072 702000)) 5127;;;;;; 931323 563000))
5120;;; Generated autoloads from emulation/cua-base.el 5128;;; Generated autoloads from emulation/cua-base.el
5121 5129
5122(defvar cua-mode nil "\ 5130(defvar cua-mode nil "\
5123Non-nil if Cua mode is enabled. 5131Non-nil if Cua mode is enabled.
5124See the command `cua-mode' for a description of this minor mode. 5132See the `cua-mode' command
5133for a description of this minor mode.
5125Setting this variable directly does not take effect; 5134Setting this variable directly does not take effect;
5126either customize it (see the info node `Easy Customization') 5135either customize it (see the info node `Easy Customization')
5127or call the function `cua-mode'.") 5136or call the function `cua-mode'.")
@@ -5161,8 +5170,8 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5161 5170
5162;;;*** 5171;;;***
5163 5172
5164;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (22150 28227 5173;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (22330 59913
5165;;;;;; 462072 702000)) 5174;;;;;; 931323 563000))
5166;;; Generated autoloads from emulation/cua-rect.el 5175;;; Generated autoloads from emulation/cua-rect.el
5167 5176
5168(autoload 'cua-rectangle-mark-mode "cua-rect" "\ 5177(autoload 'cua-rectangle-mark-mode "cua-rect" "\
@@ -5174,7 +5183,7 @@ Activates the region if needed. Only lasts until the region is deactivated.
5174;;;*** 5183;;;***
5175 5184
5176;;;### (autoloads nil "cursor-sensor" "emacs-lisp/cursor-sensor.el" 5185;;;### (autoloads nil "cursor-sensor" "emacs-lisp/cursor-sensor.el"
5177;;;;;; (22309 58853 326986 699000)) 5186;;;;;; (22330 59913 927323 575000))
5178;;; Generated autoloads from emacs-lisp/cursor-sensor.el 5187;;; Generated autoloads from emacs-lisp/cursor-sensor.el
5179 5188
5180(defvar cursor-sensor-inhibit nil) 5189(defvar cursor-sensor-inhibit nil)
@@ -5196,8 +5205,8 @@ is entering the area covered by the text-property property or leaving it.
5196 5205
5197;;;*** 5206;;;***
5198 5207
5199;;;### (autoloads nil "cus-edit" "cus-edit.el" (22150 28227 290072 5208;;;### (autoloads nil "cus-edit" "cus-edit.el" (22331 17371 985369
5200;;;;;; 702000)) 5209;;;;;; 647000))
5201;;; Generated autoloads from cus-edit.el 5210;;; Generated autoloads from cus-edit.el
5202 5211
5203(defvar custom-browse-sort-alphabetically nil "\ 5212(defvar custom-browse-sort-alphabetically nil "\
@@ -5516,8 +5525,8 @@ The format is suitable for use with `easy-menu-define'.
5516 5525
5517;;;*** 5526;;;***
5518 5527
5519;;;### (autoloads nil "cus-theme" "cus-theme.el" (22150 28227 290072 5528;;;### (autoloads nil "cus-theme" "cus-theme.el" (22330 59913 752324
5520;;;;;; 702000)) 5529;;;;;; 116000))
5521;;; Generated autoloads from cus-theme.el 5530;;; Generated autoloads from cus-theme.el
5522 5531
5523(autoload 'customize-create-theme "cus-theme" "\ 5532(autoload 'customize-create-theme "cus-theme" "\
@@ -5550,8 +5559,8 @@ omitted, a buffer named *Custom Themes* is used.
5550 5559
5551;;;*** 5560;;;***
5552 5561
5553;;;### (autoloads nil "cvs-status" "vc/cvs-status.el" (22150 28229 5562;;;### (autoloads nil "cvs-status" "vc/cvs-status.el" (22330 59914
5554;;;;;; 250072 702000)) 5563;;;;;; 9323 322000))
5555;;; Generated autoloads from vc/cvs-status.el 5564;;; Generated autoloads from vc/cvs-status.el
5556 5565
5557(autoload 'cvs-status-mode "cvs-status" "\ 5566(autoload 'cvs-status-mode "cvs-status" "\
@@ -5561,8 +5570,8 @@ Mode used for cvs status output.
5561 5570
5562;;;*** 5571;;;***
5563 5572
5564;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (22150 28228 810072 5573;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (22330 59913 980323
5565;;;;;; 702000)) 5574;;;;;; 412000))
5566;;; Generated autoloads from progmodes/cwarn.el 5575;;; Generated autoloads from progmodes/cwarn.el
5567(push (purecopy '(cwarn 1 3 1)) package--builtin-versions) 5576(push (purecopy '(cwarn 1 3 1)) package--builtin-versions)
5568 5577
@@ -5585,7 +5594,8 @@ if ARG is omitted or nil.
5585 5594
5586(defvar global-cwarn-mode nil "\ 5595(defvar global-cwarn-mode nil "\
5587Non-nil if Global Cwarn mode is enabled. 5596Non-nil if Global Cwarn mode is enabled.
5588See the command `global-cwarn-mode' for a description of this minor mode. 5597See the `global-cwarn-mode' command
5598for a description of this minor mode.
5589Setting this variable directly does not take effect; 5599Setting this variable directly does not take effect;
5590either customize it (see the info node `Easy Customization') 5600either customize it (see the info node `Easy Customization')
5591or call the function `global-cwarn-mode'.") 5601or call the function `global-cwarn-mode'.")
@@ -5606,8 +5616,8 @@ See `cwarn-mode' for more information on Cwarn mode.
5606 5616
5607;;;*** 5617;;;***
5608 5618
5609;;;### (autoloads nil "cyril-util" "language/cyril-util.el" (22150 5619;;;### (autoloads nil "cyril-util" "language/cyril-util.el" (22330
5610;;;;;; 28228 162072 702000)) 5620;;;;;; 59913 940323 535000))
5611;;; Generated autoloads from language/cyril-util.el 5621;;; Generated autoloads from language/cyril-util.el
5612 5622
5613(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5623(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5635,8 +5645,8 @@ If the argument is nil, we return the display table to its standard state.
5635 5645
5636;;;*** 5646;;;***
5637 5647
5638;;;### (autoloads nil "dabbrev" "dabbrev.el" (22232 11079 208267 5648;;;### (autoloads nil "dabbrev" "dabbrev.el" (22330 59913 752324
5639;;;;;; 636000)) 5649;;;;;; 116000))
5640;;; Generated autoloads from dabbrev.el 5650;;; Generated autoloads from dabbrev.el
5641(put 'dabbrev-case-fold-search 'risky-local-variable t) 5651(put 'dabbrev-case-fold-search 'risky-local-variable t)
5642(put 'dabbrev-case-replace 'risky-local-variable t) 5652(put 'dabbrev-case-replace 'risky-local-variable t)
@@ -5682,8 +5692,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5682 5692
5683;;;*** 5693;;;***
5684 5694
5685;;;### (autoloads nil "data-debug" "cedet/data-debug.el" (22150 28227 5695;;;### (autoloads nil "data-debug" "cedet/data-debug.el" (22330 59913
5686;;;;;; 146072 702000)) 5696;;;;;; 920323 597000))
5687;;; Generated autoloads from cedet/data-debug.el 5697;;; Generated autoloads from cedet/data-debug.el
5688 5698
5689(autoload 'data-debug-new-buffer "data-debug" "\ 5699(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5693,7 +5703,7 @@ Create a new data-debug buffer with NAME.
5693 5703
5694;;;*** 5704;;;***
5695 5705
5696;;;### (autoloads nil "dbus" "net/dbus.el" (22150 28228 354072 702000)) 5706;;;### (autoloads nil "dbus" "net/dbus.el" (22330 59913 952323 498000))
5697;;; Generated autoloads from net/dbus.el 5707;;; Generated autoloads from net/dbus.el
5698 5708
5699(autoload 'dbus-handle-event "dbus" "\ 5709(autoload 'dbus-handle-event "dbus" "\
@@ -5706,8 +5716,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message.
5706 5716
5707;;;*** 5717;;;***
5708 5718
5709;;;### (autoloads nil "dcl-mode" "progmodes/dcl-mode.el" (22150 28228 5719;;;### (autoloads nil "dcl-mode" "progmodes/dcl-mode.el" (22330 59913
5710;;;;;; 810072 702000)) 5720;;;;;; 980323 412000))
5711;;; Generated autoloads from progmodes/dcl-mode.el 5721;;; Generated autoloads from progmodes/dcl-mode.el
5712 5722
5713(autoload 'dcl-mode "dcl-mode" "\ 5723(autoload 'dcl-mode "dcl-mode" "\
@@ -5833,8 +5843,8 @@ There is some minimal font-lock support (see vars
5833 5843
5834;;;*** 5844;;;***
5835 5845
5836;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (22150 28227 5846;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (22330 59913
5837;;;;;; 378072 702000)) 5847;;;;;; 929323 569000))
5838;;; Generated autoloads from emacs-lisp/debug.el 5848;;; Generated autoloads from emacs-lisp/debug.el
5839 5849
5840(setq debugger 'debug) 5850(setq debugger 'debug)
@@ -5877,8 +5887,8 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5877 5887
5878;;;*** 5888;;;***
5879 5889
5880;;;### (autoloads nil "decipher" "play/decipher.el" (22150 28228 5890;;;### (autoloads nil "decipher" "play/decipher.el" (22330 59913
5881;;;;;; 674072 702000)) 5891;;;;;; 969323 446000))
5882;;; Generated autoloads from play/decipher.el 5892;;; Generated autoloads from play/decipher.el
5883 5893
5884(autoload 'decipher "decipher" "\ 5894(autoload 'decipher "decipher" "\
@@ -5906,8 +5916,8 @@ The most useful commands are:
5906 5916
5907;;;*** 5917;;;***
5908 5918
5909;;;### (autoloads nil "delim-col" "delim-col.el" (22150 28227 290072 5919;;;### (autoloads nil "delim-col" "delim-col.el" (22330 59913 752324
5910;;;;;; 702000)) 5920;;;;;; 116000))
5911;;; Generated autoloads from delim-col.el 5921;;; Generated autoloads from delim-col.el
5912(push (purecopy '(delim-col 2 1)) package--builtin-versions) 5922(push (purecopy '(delim-col 2 1)) package--builtin-versions)
5913 5923
@@ -5932,14 +5942,15 @@ START and END delimits the corners of text rectangle.
5932 5942
5933;;;*** 5943;;;***
5934 5944
5935;;;### (autoloads nil "delsel" "delsel.el" (22159 43206 893781 63000)) 5945;;;### (autoloads nil "delsel" "delsel.el" (22330 59913 737324 162000))
5936;;; Generated autoloads from delsel.el 5946;;; Generated autoloads from delsel.el
5937 5947
5938(defalias 'pending-delete-mode 'delete-selection-mode) 5948(defalias 'pending-delete-mode 'delete-selection-mode)
5939 5949
5940(defvar delete-selection-mode nil "\ 5950(defvar delete-selection-mode nil "\
5941Non-nil if Delete-Selection mode is enabled. 5951Non-nil if Delete-Selection mode is enabled.
5942See the command `delete-selection-mode' for a description of this minor mode. 5952See the `delete-selection-mode' command
5953for a description of this minor mode.
5943Setting this variable directly does not take effect; 5954Setting this variable directly does not take effect;
5944either customize it (see the info node `Easy Customization') 5955either customize it (see the info node `Easy Customization')
5945or call the function `delete-selection-mode'.") 5956or call the function `delete-selection-mode'.")
@@ -5964,8 +5975,8 @@ information on adapting behavior of commands in Delete Selection mode.
5964 5975
5965;;;*** 5976;;;***
5966 5977
5967;;;### (autoloads nil "derived" "emacs-lisp/derived.el" (22229 34898 5978;;;### (autoloads nil "derived" "emacs-lisp/derived.el" (22331 17371
5968;;;;;; 796051 395000)) 5979;;;;;; 991369 626000))
5969;;; Generated autoloads from emacs-lisp/derived.el 5980;;; Generated autoloads from emacs-lisp/derived.el
5970 5981
5971(autoload 'define-derived-mode "derived" "\ 5982(autoload 'define-derived-mode "derived" "\
@@ -6031,8 +6042,8 @@ the first time the mode is used.
6031 6042
6032;;;*** 6043;;;***
6033 6044
6034;;;### (autoloads nil "descr-text" "descr-text.el" (22300 43827 136520 6045;;;### (autoloads nil "descr-text" "descr-text.el" (22330 59913 737324
6035;;;;;; 15000)) 6046;;;;;; 162000))
6036;;; Generated autoloads from descr-text.el 6047;;; Generated autoloads from descr-text.el
6037 6048
6038(autoload 'describe-text-properties "descr-text" "\ 6049(autoload 'describe-text-properties "descr-text" "\
@@ -6081,12 +6092,14 @@ This function is meant to be used as a value of
6081 6092
6082;;;*** 6093;;;***
6083 6094
6084;;;### (autoloads nil "desktop" "desktop.el" (22189 64323 80321 19000)) 6095;;;### (autoloads nil "desktop" "desktop.el" (22330 59913 752324
6096;;;;;; 116000))
6085;;; Generated autoloads from desktop.el 6097;;; Generated autoloads from desktop.el
6086 6098
6087(defvar desktop-save-mode nil "\ 6099(defvar desktop-save-mode nil "\
6088Non-nil if Desktop-Save mode is enabled. 6100Non-nil if Desktop-Save mode is enabled.
6089See the command `desktop-save-mode' for a description of this minor mode. 6101See the `desktop-save-mode' command
6102for a description of this minor mode.
6090Setting this variable directly does not take effect; 6103Setting this variable directly does not take effect;
6091either customize it (see the info node `Easy Customization') 6104either customize it (see the info node `Easy Customization')
6092or call the function `desktop-save-mode'.") 6105or call the function `desktop-save-mode'.")
@@ -6308,8 +6321,8 @@ Revert to the last loaded desktop.
6308 6321
6309;;;*** 6322;;;***
6310 6323
6311;;;### (autoloads nil "deuglify" "gnus/deuglify.el" (22150 28227 6324;;;### (autoloads nil "deuglify" "gnus/deuglify.el" (22330 59913
6312;;;;;; 658072 702000)) 6325;;;;;; 938323 541000))
6313;;; Generated autoloads from gnus/deuglify.el 6326;;; Generated autoloads from gnus/deuglify.el
6314 6327
6315(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 6328(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -6341,8 +6354,8 @@ Deuglify broken Outlook (Express) articles and redisplay.
6341 6354
6342;;;*** 6355;;;***
6343 6356
6344;;;### (autoloads nil "diary-lib" "calendar/diary-lib.el" (22192 6357;;;### (autoloads nil "diary-lib" "calendar/diary-lib.el" (22330
6345;;;;;; 2880 939382 391000)) 6358;;;;;; 59913 919323 600000))
6346;;; Generated autoloads from calendar/diary-lib.el 6359;;; Generated autoloads from calendar/diary-lib.el
6347 6360
6348(autoload 'diary "diary-lib" "\ 6361(autoload 'diary "diary-lib" "\
@@ -6384,7 +6397,7 @@ Major mode for editing the diary file.
6384 6397
6385;;;*** 6398;;;***
6386 6399
6387;;;### (autoloads nil "diff" "vc/diff.el" (22308 37947 246422 527000)) 6400;;;### (autoloads nil "diff" "vc/diff.el" (22330 59913 993323 372000))
6388;;; Generated autoloads from vc/diff.el 6401;;; Generated autoloads from vc/diff.el
6389 6402
6390(defvar diff-switches (purecopy "-u") "\ 6403(defvar diff-switches (purecopy "-u") "\
@@ -6432,8 +6445,8 @@ This requires the external program `diff' to be in your `exec-path'.
6432 6445
6433;;;*** 6446;;;***
6434 6447
6435;;;### (autoloads nil "diff-mode" "vc/diff-mode.el" (22150 28229 6448;;;### (autoloads nil "diff-mode" "vc/diff-mode.el" (22330 59914
6436;;;;;; 250072 702000)) 6449;;;;;; 9323 322000))
6437;;; Generated autoloads from vc/diff-mode.el 6450;;; Generated autoloads from vc/diff-mode.el
6438 6451
6439(autoload 'diff-mode "diff-mode" "\ 6452(autoload 'diff-mode "diff-mode" "\
@@ -6465,7 +6478,7 @@ the mode if ARG is omitted or nil.
6465 6478
6466;;;*** 6479;;;***
6467 6480
6468;;;### (autoloads nil "dig" "net/dig.el" (22150 28228 354072 702000)) 6481;;;### (autoloads nil "dig" "net/dig.el" (22330 59913 952323 498000))
6469;;; Generated autoloads from net/dig.el 6482;;; Generated autoloads from net/dig.el
6470 6483
6471(autoload 'dig "dig" "\ 6484(autoload 'dig "dig" "\
@@ -6476,7 +6489,7 @@ Optional arguments are passed to `dig-invoke'.
6476 6489
6477;;;*** 6490;;;***
6478 6491
6479;;;### (autoloads nil "dired" "dired.el" (22301 64996 17087 484000)) 6492;;;### (autoloads nil "dired" "dired.el" (22331 17371 987369 640000))
6480;;; Generated autoloads from dired.el 6493;;; Generated autoloads from dired.el
6481 6494
6482(defvar dired-listing-switches (purecopy "-al") "\ 6495(defvar dired-listing-switches (purecopy "-al") "\
@@ -6602,8 +6615,8 @@ Keybindings:
6602 6615
6603;;;*** 6616;;;***
6604 6617
6605;;;### (autoloads nil "dirtrack" "dirtrack.el" (22150 28227 310072 6618;;;### (autoloads nil "dirtrack" "dirtrack.el" (22330 59913 752324
6606;;;;;; 702000)) 6619;;;;;; 116000))
6607;;; Generated autoloads from dirtrack.el 6620;;; Generated autoloads from dirtrack.el
6608 6621
6609(autoload 'dirtrack-mode "dirtrack" "\ 6622(autoload 'dirtrack-mode "dirtrack" "\
@@ -6633,8 +6646,8 @@ from `default-directory'.
6633 6646
6634;;;*** 6647;;;***
6635 6648
6636;;;### (autoloads nil "disass" "emacs-lisp/disass.el" (22270 22707 6649;;;### (autoloads nil "disass" "emacs-lisp/disass.el" (22330 59913
6637;;;;;; 603851 575000)) 6650;;;;;; 929323 569000))
6638;;; Generated autoloads from emacs-lisp/disass.el 6651;;; Generated autoloads from emacs-lisp/disass.el
6639 6652
6640(autoload 'disassemble "disass" "\ 6653(autoload 'disassemble "disass" "\
@@ -6648,8 +6661,8 @@ redefine OBJECT if it is a symbol.
6648 6661
6649;;;*** 6662;;;***
6650 6663
6651;;;### (autoloads nil "disp-table" "disp-table.el" (22150 28227 310072 6664;;;### (autoloads nil "disp-table" "disp-table.el" (22330 59913 752324
6652;;;;;; 702000)) 6665;;;;;; 116000))
6653;;; Generated autoloads from disp-table.el 6666;;; Generated autoloads from disp-table.el
6654 6667
6655(autoload 'make-display-table "disp-table" "\ 6668(autoload 'make-display-table "disp-table" "\
@@ -6770,8 +6783,8 @@ in `.emacs'.
6770 6783
6771;;;*** 6784;;;***
6772 6785
6773;;;### (autoloads nil "dissociate" "play/dissociate.el" (22150 28228 6786;;;### (autoloads nil "dissociate" "play/dissociate.el" (22330 59913
6774;;;;;; 674072 702000)) 6787;;;;;; 969323 446000))
6775;;; Generated autoloads from play/dissociate.el 6788;;; Generated autoloads from play/dissociate.el
6776 6789
6777(autoload 'dissociated-press "dissociate" "\ 6790(autoload 'dissociated-press "dissociate" "\
@@ -6787,7 +6800,7 @@ Default is 2.
6787 6800
6788;;;*** 6801;;;***
6789 6802
6790;;;### (autoloads nil "dnd" "dnd.el" (22150 28227 314072 702000)) 6803;;;### (autoloads nil "dnd" "dnd.el" (22330 59913 752324 116000))
6791;;; Generated autoloads from dnd.el 6804;;; Generated autoloads from dnd.el
6792 6805
6793(defvar dnd-protocol-alist `((,(purecopy "^file:///") . dnd-open-local-file) (,(purecopy "^file://") . dnd-open-file) (,(purecopy "^file:") . dnd-open-local-file) (,(purecopy "^\\(https?\\|ftp\\|file\\|nfs\\)://") . dnd-open-file)) "\ 6806(defvar dnd-protocol-alist `((,(purecopy "^file:///") . dnd-open-local-file) (,(purecopy "^file://") . dnd-open-file) (,(purecopy "^file:") . dnd-open-local-file) (,(purecopy "^\\(https?\\|ftp\\|file\\|nfs\\)://") . dnd-open-file)) "\
@@ -6807,8 +6820,8 @@ if some action was made, or nil if the URL is ignored.")
6807 6820
6808;;;*** 6821;;;***
6809 6822
6810;;;### (autoloads nil "dns-mode" "textmodes/dns-mode.el" (22150 28229 6823;;;### (autoloads nil "dns-mode" "textmodes/dns-mode.el" (22330 59913
6811;;;;;; 98072 702000)) 6824;;;;;; 990323 381000))
6812;;; Generated autoloads from textmodes/dns-mode.el 6825;;; Generated autoloads from textmodes/dns-mode.el
6813 6826
6814(autoload 'dns-mode "dns-mode" "\ 6827(autoload 'dns-mode "dns-mode" "\
@@ -6831,8 +6844,8 @@ Locate SOA record and increment the serial field.
6831 6844
6832;;;*** 6845;;;***
6833 6846
6834;;;### (autoloads nil "doc-view" "doc-view.el" (22253 13631 322961 6847;;;### (autoloads nil "doc-view" "doc-view.el" (22330 59913 752324
6835;;;;;; 36000)) 6848;;;;;; 116000))
6836;;; Generated autoloads from doc-view.el 6849;;; Generated autoloads from doc-view.el
6837 6850
6838(autoload 'doc-view-mode-p "doc-view" "\ 6851(autoload 'doc-view-mode-p "doc-view" "\
@@ -6878,8 +6891,8 @@ See the command `doc-view-mode' for more information on this mode.
6878 6891
6879;;;*** 6892;;;***
6880 6893
6881;;;### (autoloads nil "doctor" "play/doctor.el" (22150 28228 678072 6894;;;### (autoloads nil "doctor" "play/doctor.el" (22330 59913 969323
6882;;;;;; 702000)) 6895;;;;;; 446000))
6883;;; Generated autoloads from play/doctor.el 6896;;; Generated autoloads from play/doctor.el
6884 6897
6885(autoload 'doctor "doctor" "\ 6898(autoload 'doctor "doctor" "\
@@ -6889,7 +6902,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6889 6902
6890;;;*** 6903;;;***
6891 6904
6892;;;### (autoloads nil "double" "double.el" (22150 28227 318072 702000)) 6905;;;### (autoloads nil "double" "double.el" (22330 59913 753324 113000))
6893;;; Generated autoloads from double.el 6906;;; Generated autoloads from double.el
6894 6907
6895(autoload 'double-mode "double" "\ 6908(autoload 'double-mode "double" "\
@@ -6905,8 +6918,8 @@ strings when pressed twice. See `double-map' for details.
6905 6918
6906;;;*** 6919;;;***
6907 6920
6908;;;### (autoloads nil "dunnet" "play/dunnet.el" (22160 10656 10679 6921;;;### (autoloads nil "dunnet" "play/dunnet.el" (22330 59913 969323
6909;;;;;; 927000)) 6922;;;;;; 446000))
6910;;; Generated autoloads from play/dunnet.el 6923;;; Generated autoloads from play/dunnet.el
6911(push (purecopy '(dunnet 2 2)) package--builtin-versions) 6924(push (purecopy '(dunnet 2 2)) package--builtin-versions)
6912 6925
@@ -6917,8 +6930,8 @@ Switch to *dungeon* buffer and start game.
6917 6930
6918;;;*** 6931;;;***
6919 6932
6920;;;### (autoloads nil "easy-mmode" "emacs-lisp/easy-mmode.el" (22211 6933;;;### (autoloads nil "easy-mmode" "emacs-lisp/easy-mmode.el" (22331
6921;;;;;; 4933 581358 144000)) 6934;;;;;; 17371 991369 626000))
6922;;; Generated autoloads from emacs-lisp/easy-mmode.el 6935;;; Generated autoloads from emacs-lisp/easy-mmode.el
6923 6936
6924(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6937(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -7060,8 +7073,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
7060 7073
7061;;;*** 7074;;;***
7062 7075
7063;;;### (autoloads nil "easymenu" "emacs-lisp/easymenu.el" (22150 7076;;;### (autoloads nil "easymenu" "emacs-lisp/easymenu.el" (22330
7064;;;;;; 28227 398072 702000)) 7077;;;;;; 59913 929323 569000))
7065;;; Generated autoloads from emacs-lisp/easymenu.el 7078;;; Generated autoloads from emacs-lisp/easymenu.el
7066 7079
7067(autoload 'easy-menu-define "easymenu" "\ 7080(autoload 'easy-menu-define "easymenu" "\
@@ -7199,8 +7212,8 @@ To implement dynamic menus, either call this from
7199 7212
7200;;;*** 7213;;;***
7201 7214
7202;;;### (autoloads nil "ebnf2ps" "progmodes/ebnf2ps.el" (22150 28228 7215;;;### (autoloads nil "ebnf2ps" "progmodes/ebnf2ps.el" (22330 59913
7203;;;;;; 814072 702000)) 7216;;;;;; 981323 409000))
7204;;; Generated autoloads from progmodes/ebnf2ps.el 7217;;; Generated autoloads from progmodes/ebnf2ps.el
7205(push (purecopy '(ebnf2ps 4 4)) package--builtin-versions) 7218(push (purecopy '(ebnf2ps 4 4)) package--builtin-versions)
7206 7219
@@ -7465,8 +7478,8 @@ See `ebnf-style-database' documentation.
7465 7478
7466;;;*** 7479;;;***
7467 7480
7468;;;### (autoloads nil "ebrowse" "progmodes/ebrowse.el" (22150 28228 7481;;;### (autoloads nil "ebrowse" "progmodes/ebrowse.el" (22330 59913
7469;;;;;; 814072 702000)) 7482;;;;;; 981323 409000))
7470;;; Generated autoloads from progmodes/ebrowse.el 7483;;; Generated autoloads from progmodes/ebrowse.el
7471 7484
7472(autoload 'ebrowse-tree-mode "ebrowse" "\ 7485(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7614,8 +7627,8 @@ Display statistics for a class tree.
7614 7627
7615;;;*** 7628;;;***
7616 7629
7617;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (22150 28227 318072 7630;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (22330 59913 912323
7618;;;;;; 702000)) 7631;;;;;; 622000))
7619;;; Generated autoloads from ebuff-menu.el 7632;;; Generated autoloads from ebuff-menu.el
7620 7633
7621(autoload 'electric-buffer-list "ebuff-menu" "\ 7634(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7647,8 +7660,8 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7647 7660
7648;;;*** 7661;;;***
7649 7662
7650;;;### (autoloads nil "echistory" "echistory.el" (22150 28227 318072 7663;;;### (autoloads nil "echistory" "echistory.el" (22330 59913 912323
7651;;;;;; 702000)) 7664;;;;;; 622000))
7652;;; Generated autoloads from echistory.el 7665;;; Generated autoloads from echistory.el
7653 7666
7654(autoload 'Electric-command-history-redo-expression "echistory" "\ 7667(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7659,8 +7672,8 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7659 7672
7660;;;*** 7673;;;***
7661 7674
7662;;;### (autoloads nil "ecomplete" "gnus/ecomplete.el" (22150 28227 7675;;;### (autoloads nil "ecomplete" "gnus/ecomplete.el" (22331 17372
7663;;;;;; 658072 702000)) 7676;;;;;; 13369 548000))
7664;;; Generated autoloads from gnus/ecomplete.el 7677;;; Generated autoloads from gnus/ecomplete.el
7665 7678
7666(autoload 'ecomplete-setup "ecomplete" "\ 7679(autoload 'ecomplete-setup "ecomplete" "\
@@ -7670,13 +7683,14 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7670 7683
7671;;;*** 7684;;;***
7672 7685
7673;;;### (autoloads nil "ede" "cedet/ede.el" (22189 64323 68321 19000)) 7686;;;### (autoloads nil "ede" "cedet/ede.el" (22330 59913 920323 597000))
7674;;; Generated autoloads from cedet/ede.el 7687;;; Generated autoloads from cedet/ede.el
7675(push (purecopy '(ede 1 2)) package--builtin-versions) 7688(push (purecopy '(ede 1 2)) package--builtin-versions)
7676 7689
7677(defvar global-ede-mode nil "\ 7690(defvar global-ede-mode nil "\
7678Non-nil if Global Ede mode is enabled. 7691Non-nil if Global Ede mode is enabled.
7679See the command `global-ede-mode' for a description of this minor mode. 7692See the `global-ede-mode' command
7693for a description of this minor mode.
7680Setting this variable directly does not take effect; 7694Setting this variable directly does not take effect;
7681either customize it (see the info node `Easy Customization') 7695either customize it (see the info node `Easy Customization')
7682or call the function `global-ede-mode'.") 7696or call the function `global-ede-mode'.")
@@ -7696,8 +7710,8 @@ an EDE controlled project.
7696 7710
7697;;;*** 7711;;;***
7698 7712
7699;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (22189 64323 7713;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (22331 17371
7700;;;;;; 92321 19000)) 7714;;;;;; 992369 622000))
7701;;; Generated autoloads from emacs-lisp/edebug.el 7715;;; Generated autoloads from emacs-lisp/edebug.el
7702 7716
7703(defvar edebug-all-defs nil "\ 7717(defvar edebug-all-defs nil "\
@@ -7761,7 +7775,7 @@ Toggle edebugging of all forms.
7761 7775
7762;;;*** 7776;;;***
7763 7777
7764;;;### (autoloads nil "ediff" "vc/ediff.el" (22150 28229 274072 702000)) 7778;;;### (autoloads nil "ediff" "vc/ediff.el" (22331 17372 122369 161000))
7765;;; Generated autoloads from vc/ediff.el 7779;;; Generated autoloads from vc/ediff.el
7766(push (purecopy '(ediff 2 81 4)) package--builtin-versions) 7780(push (purecopy '(ediff 2 81 4)) package--builtin-versions)
7767 7781
@@ -8033,8 +8047,8 @@ With optional NODE, goes to that node.
8033 8047
8034;;;*** 8048;;;***
8035 8049
8036;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (22150 28229 8050;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (22330 59914
8037;;;;;; 254072 702000)) 8051;;;;;; 9323 322000))
8038;;; Generated autoloads from vc/ediff-help.el 8052;;; Generated autoloads from vc/ediff-help.el
8039 8053
8040(autoload 'ediff-customize "ediff-help" "\ 8054(autoload 'ediff-customize "ediff-help" "\
@@ -8044,8 +8058,8 @@ With optional NODE, goes to that node.
8044 8058
8045;;;*** 8059;;;***
8046 8060
8047;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (22189 64323 8061;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (22330 59914
8048;;;;;; 332321 19000)) 8062;;;;;; 9323 322000))
8049;;; Generated autoloads from vc/ediff-mult.el 8063;;; Generated autoloads from vc/ediff-mult.el
8050 8064
8051(autoload 'ediff-show-registry "ediff-mult" "\ 8065(autoload 'ediff-show-registry "ediff-mult" "\
@@ -8057,8 +8071,8 @@ Display Ediff's registry.
8057 8071
8058;;;*** 8072;;;***
8059 8073
8060;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (22150 28229 8074;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (22331 17372
8061;;;;;; 270072 702000)) 8075;;;;;; 122369 161000))
8062;;; Generated autoloads from vc/ediff-util.el 8076;;; Generated autoloads from vc/ediff-util.el
8063 8077
8064(autoload 'ediff-toggle-multiframe "ediff-util" "\ 8078(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -8077,8 +8091,8 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
8077 8091
8078;;;*** 8092;;;***
8079 8093
8080;;;### (autoloads nil "edmacro" "edmacro.el" (22150 28227 318072 8094;;;### (autoloads nil "edmacro" "edmacro.el" (22330 59913 912323
8081;;;;;; 702000)) 8095;;;;;; 622000))
8082;;; Generated autoloads from edmacro.el 8096;;; Generated autoloads from edmacro.el
8083(push (purecopy '(edmacro 2 1)) package--builtin-versions) 8097(push (purecopy '(edmacro 2 1)) package--builtin-versions)
8084 8098
@@ -8127,8 +8141,8 @@ or nil, use a compact 80-column format.
8127 8141
8128;;;*** 8142;;;***
8129 8143
8130;;;### (autoloads nil "edt" "emulation/edt.el" (22204 31687 809113 8144;;;### (autoloads nil "edt" "emulation/edt.el" (22330 59913 931323
8131;;;;;; 480000)) 8145;;;;;; 563000))
8132;;; Generated autoloads from emulation/edt.el 8146;;; Generated autoloads from emulation/edt.el
8133 8147
8134(autoload 'edt-set-scroll-margins "edt" "\ 8148(autoload 'edt-set-scroll-margins "edt" "\
@@ -8145,7 +8159,7 @@ Turn on EDT Emulation.
8145 8159
8146;;;*** 8160;;;***
8147 8161
8148;;;### (autoloads nil "ehelp" "ehelp.el" (22150 28227 318072 702000)) 8162;;;### (autoloads nil "ehelp" "ehelp.el" (22330 59913 912323 622000))
8149;;; Generated autoloads from ehelp.el 8163;;; Generated autoloads from ehelp.el
8150 8164
8151(autoload 'with-electric-help "ehelp" "\ 8165(autoload 'with-electric-help "ehelp" "\
@@ -8181,15 +8195,15 @@ BUFFER is put back into its original major mode.
8181 8195
8182;;;*** 8196;;;***
8183 8197
8184;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (22308 37947 8198;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (22331 17377
8185;;;;;; 74422 527000)) 8199;;;;;; 951348 457000))
8186;;; Generated autoloads from emacs-lisp/eieio.el 8200;;; Generated autoloads from emacs-lisp/eieio.el
8187(push (purecopy '(eieio 1 4)) package--builtin-versions) 8201(push (purecopy '(eieio 1 4)) package--builtin-versions)
8188 8202
8189;;;*** 8203;;;***
8190 8204
8191;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (22150 8205;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (22331
8192;;;;;; 28612 762072 702000)) 8206;;;;;; 17371 993369 619000))
8193;;; Generated autoloads from emacs-lisp/eieio-core.el 8207;;; Generated autoloads from emacs-lisp/eieio-core.el
8194(push (purecopy '(eieio-core 1 4)) package--builtin-versions) 8208(push (purecopy '(eieio-core 1 4)) package--builtin-versions)
8195 8209
@@ -8205,8 +8219,8 @@ It creates an autoload function for CNAME's constructor.
8205 8219
8206;;;*** 8220;;;***
8207 8221
8208;;;### (autoloads nil "elec-pair" "elec-pair.el" (22150 28227 322072 8222;;;### (autoloads nil "elec-pair" "elec-pair.el" (22330 59913 912323
8209;;;;;; 702000)) 8223;;;;;; 622000))
8210;;; Generated autoloads from elec-pair.el 8224;;; Generated autoloads from elec-pair.el
8211 8225
8212(defvar electric-pair-text-pairs '((34 . 34)) "\ 8226(defvar electric-pair-text-pairs '((34 . 34)) "\
@@ -8220,7 +8234,8 @@ defined in `electric-pair-text-syntax-table'")
8220 8234
8221(defvar electric-pair-mode nil "\ 8235(defvar electric-pair-mode nil "\
8222Non-nil if Electric-Pair mode is enabled. 8236Non-nil if Electric-Pair mode is enabled.
8223See the command `electric-pair-mode' for a description of this minor mode. 8237See the `electric-pair-mode' command
8238for a description of this minor mode.
8224Setting this variable directly does not take effect; 8239Setting this variable directly does not take effect;
8225either customize it (see the info node `Easy Customization') 8240either customize it (see the info node `Easy Customization')
8226or call the function `electric-pair-mode'.") 8241or call the function `electric-pair-mode'.")
@@ -8247,8 +8262,8 @@ Toggle `electric-pair-mode' only in this buffer.
8247 8262
8248;;;*** 8263;;;***
8249 8264
8250;;;### (autoloads nil "elide-head" "elide-head.el" (22150 28227 322072 8265;;;### (autoloads nil "elide-head" "elide-head.el" (22330 59913 912323
8251;;;;;; 702000)) 8266;;;;;; 622000))
8252;;; Generated autoloads from elide-head.el 8267;;; Generated autoloads from elide-head.el
8253 8268
8254(autoload 'elide-head "elide-head" "\ 8269(autoload 'elide-head "elide-head" "\
@@ -8263,8 +8278,8 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8263 8278
8264;;;*** 8279;;;***
8265 8280
8266;;;### (autoloads nil "elint" "emacs-lisp/elint.el" (22150 28227 8281;;;### (autoloads nil "elint" "emacs-lisp/elint.el" (22330 59913
8267;;;;;; 422072 702000)) 8282;;;;;; 929323 569000))
8268;;; Generated autoloads from emacs-lisp/elint.el 8283;;; Generated autoloads from emacs-lisp/elint.el
8269 8284
8270(autoload 'elint-file "elint" "\ 8285(autoload 'elint-file "elint" "\
@@ -8299,8 +8314,8 @@ optional prefix argument REINIT is non-nil.
8299 8314
8300;;;*** 8315;;;***
8301 8316
8302;;;### (autoloads nil "elp" "emacs-lisp/elp.el" (22150 28227 422072 8317;;;### (autoloads nil "elp" "emacs-lisp/elp.el" (22330 59913 929323
8303;;;;;; 702000)) 8318;;;;;; 569000))
8304;;; Generated autoloads from emacs-lisp/elp.el 8319;;; Generated autoloads from emacs-lisp/elp.el
8305 8320
8306(autoload 'elp-instrument-function "elp" "\ 8321(autoload 'elp-instrument-function "elp" "\
@@ -8334,8 +8349,8 @@ displayed.
8334 8349
8335;;;*** 8350;;;***
8336 8351
8337;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (22150 28227 458072 8352;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (22330 59913 912323
8338;;;;;; 702000)) 8353;;;;;; 622000))
8339;;; Generated autoloads from emacs-lock.el 8354;;; Generated autoloads from emacs-lock.el
8340 8355
8341(autoload 'emacs-lock-mode "emacs-lock" "\ 8356(autoload 'emacs-lock-mode "emacs-lock" "\
@@ -8362,8 +8377,8 @@ Other values are interpreted as usual.
8362 8377
8363;;;*** 8378;;;***
8364 8379
8365;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (22150 28228 8380;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (22331 17372
8366;;;;;; 226072 702000)) 8381;;;;;; 50369 416000))
8367;;; Generated autoloads from mail/emacsbug.el 8382;;; Generated autoloads from mail/emacsbug.el
8368 8383
8369(autoload 'report-emacs-bug "emacsbug" "\ 8384(autoload 'report-emacs-bug "emacsbug" "\
@@ -8376,8 +8391,7 @@ Prompts for bug subject. Leaves you in a mail buffer.
8376 8391
8377;;;*** 8392;;;***
8378 8393
8379;;;### (autoloads nil "emerge" "vc/emerge.el" (22086 11930 378062 8394;;;### (autoloads nil "emerge" "vc/emerge.el" (22330 59914 9323 322000))
8380;;;;;; 731000))
8381;;; Generated autoloads from vc/emerge.el 8395;;; Generated autoloads from vc/emerge.el
8382 8396
8383(autoload 'emerge-files "emerge" "\ 8397(autoload 'emerge-files "emerge" "\
@@ -8437,8 +8451,8 @@ Emerge two RCS revisions of a file, with another revision as ancestor.
8437 8451
8438;;;*** 8452;;;***
8439 8453
8440;;;### (autoloads nil "enriched" "textmodes/enriched.el" (22150 28229 8454;;;### (autoloads nil "enriched" "textmodes/enriched.el" (22330 59913
8441;;;;;; 98072 702000)) 8455;;;;;; 990323 381000))
8442;;; Generated autoloads from textmodes/enriched.el 8456;;; Generated autoloads from textmodes/enriched.el
8443 8457
8444(autoload 'enriched-mode "enriched" "\ 8458(autoload 'enriched-mode "enriched" "\
@@ -8473,7 +8487,7 @@ Commands:
8473 8487
8474;;;*** 8488;;;***
8475 8489
8476;;;### (autoloads nil "epa" "epa.el" (22150 28227 482072 702000)) 8490;;;### (autoloads nil "epa" "epa.el" (22331 17371 998369 601000))
8477;;; Generated autoloads from epa.el 8491;;; Generated autoloads from epa.el
8478 8492
8479(autoload 'epa-list-keys "epa" "\ 8493(autoload 'epa-list-keys "epa" "\
@@ -8661,8 +8675,8 @@ Insert selected KEYS after the point.
8661 8675
8662;;;*** 8676;;;***
8663 8677
8664;;;### (autoloads nil "epa-dired" "epa-dired.el" (22150 28227 478072 8678;;;### (autoloads nil "epa-dired" "epa-dired.el" (22330 59913 912323
8665;;;;;; 702000)) 8679;;;;;; 622000))
8666;;; Generated autoloads from epa-dired.el 8680;;; Generated autoloads from epa-dired.el
8667 8681
8668(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8682(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8687,8 +8701,8 @@ Encrypt marked files.
8687 8701
8688;;;*** 8702;;;***
8689 8703
8690;;;### (autoloads nil "epa-file" "epa-file.el" (22150 28227 482072 8704;;;### (autoloads nil "epa-file" "epa-file.el" (22330 59913 912323
8691;;;;;; 702000)) 8705;;;;;; 622000))
8692;;; Generated autoloads from epa-file.el 8706;;; Generated autoloads from epa-file.el
8693 8707
8694(autoload 'epa-file-handler "epa-file" "\ 8708(autoload 'epa-file-handler "epa-file" "\
@@ -8708,8 +8722,8 @@ Encrypt marked files.
8708 8722
8709;;;*** 8723;;;***
8710 8724
8711;;;### (autoloads nil "epa-mail" "epa-mail.el" (22150 28227 482072 8725;;;### (autoloads nil "epa-mail" "epa-mail.el" (22330 59913 912323
8712;;;;;; 702000)) 8726;;;;;; 622000))
8713;;; Generated autoloads from epa-mail.el 8727;;; Generated autoloads from epa-mail.el
8714 8728
8715(autoload 'epa-mail-mode "epa-mail" "\ 8729(autoload 'epa-mail-mode "epa-mail" "\
@@ -8769,7 +8783,8 @@ The buffer is expected to contain a mail message.
8769 8783
8770(defvar epa-global-mail-mode nil "\ 8784(defvar epa-global-mail-mode nil "\
8771Non-nil if Epa-Global-Mail mode is enabled. 8785Non-nil if Epa-Global-Mail mode is enabled.
8772See the command `epa-global-mail-mode' for a description of this minor mode. 8786See the `epa-global-mail-mode' command
8787for a description of this minor mode.
8773Setting this variable directly does not take effect; 8788Setting this variable directly does not take effect;
8774either customize it (see the info node `Easy Customization') 8789either customize it (see the info node `Easy Customization')
8775or call the function `epa-global-mail-mode'.") 8790or call the function `epa-global-mail-mode'.")
@@ -8786,7 +8801,7 @@ if ARG is omitted or nil.
8786 8801
8787;;;*** 8802;;;***
8788 8803
8789;;;### (autoloads nil "epg" "epg.el" (22217 43732 468164 355000)) 8804;;;### (autoloads nil "epg" "epg.el" (22330 59913 912323 622000))
8790;;; Generated autoloads from epg.el 8805;;; Generated autoloads from epg.el
8791(push (purecopy '(epg 1 0 0)) package--builtin-versions) 8806(push (purecopy '(epg 1 0 0)) package--builtin-versions)
8792 8807
@@ -8797,8 +8812,8 @@ Return a context object.
8797 8812
8798;;;*** 8813;;;***
8799 8814
8800;;;### (autoloads nil "epg-config" "epg-config.el" (22217 43732 444164 8815;;;### (autoloads nil "epg-config" "epg-config.el" (22330 59913 912323
8801;;;;;; 355000)) 8816;;;;;; 622000))
8802;;; Generated autoloads from epg-config.el 8817;;; Generated autoloads from epg-config.el
8803 8818
8804(autoload 'epg-find-configuration "epg-config" "\ 8819(autoload 'epg-find-configuration "epg-config" "\
@@ -8832,7 +8847,7 @@ Look at CONFIG and try to expand GROUP.
8832 8847
8833;;;*** 8848;;;***
8834 8849
8835;;;### (autoloads nil "erc" "erc/erc.el" (22197 58438 151460 447000)) 8850;;;### (autoloads nil "erc" "erc/erc.el" (22331 17372 1369 590000))
8836;;; Generated autoloads from erc/erc.el 8851;;; Generated autoloads from erc/erc.el
8837(push (purecopy '(erc 5 3)) package--builtin-versions) 8852(push (purecopy '(erc 5 3)) package--builtin-versions)
8838 8853
@@ -8881,36 +8896,36 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8881 8896
8882;;;*** 8897;;;***
8883 8898
8884;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (22150 8899;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (22330
8885;;;;;; 28227 506072 702000)) 8900;;;;;; 59913 933323 557000))
8886;;; Generated autoloads from erc/erc-autoaway.el 8901;;; Generated autoloads from erc/erc-autoaway.el
8887 (autoload 'erc-autoaway-mode "erc-autoaway") 8902 (autoload 'erc-autoaway-mode "erc-autoaway")
8888 8903
8889;;;*** 8904;;;***
8890 8905
8891;;;### (autoloads nil "erc-button" "erc/erc-button.el" (22195 16710 8906;;;### (autoloads nil "erc-button" "erc/erc-button.el" (22331 17371
8892;;;;;; 391344 967000)) 8907;;;;;; 999369 597000))
8893;;; Generated autoloads from erc/erc-button.el 8908;;; Generated autoloads from erc/erc-button.el
8894 (autoload 'erc-button-mode "erc-button" nil t) 8909 (autoload 'erc-button-mode "erc-button" nil t)
8895 8910
8896;;;*** 8911;;;***
8897 8912
8898;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (22150 28227 8913;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (22331 17371
8899;;;;;; 510072 702000)) 8914;;;;;; 999369 597000))
8900;;; Generated autoloads from erc/erc-capab.el 8915;;; Generated autoloads from erc/erc-capab.el
8901 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 8916 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8902 8917
8903;;;*** 8918;;;***
8904 8919
8905;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (22150 28227 8920;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (22331 17371
8906;;;;;; 510072 702000)) 8921;;;;;; 999369 597000))
8907;;; Generated autoloads from erc/erc-compat.el 8922;;; Generated autoloads from erc/erc-compat.el
8908 (autoload 'erc-define-minor-mode "erc-compat") 8923 (autoload 'erc-define-minor-mode "erc-compat")
8909 8924
8910;;;*** 8925;;;***
8911 8926
8912;;;### (autoloads nil "erc-dcc" "erc/erc-dcc.el" (22150 28227 510072 8927;;;### (autoloads nil "erc-dcc" "erc/erc-dcc.el" (22331 17371 999369
8913;;;;;; 702000)) 8928;;;;;; 597000))
8914;;; Generated autoloads from erc/erc-dcc.el 8929;;; Generated autoloads from erc/erc-dcc.el
8915 (autoload 'erc-dcc-mode "erc-dcc") 8930 (autoload 'erc-dcc-mode "erc-dcc")
8916 8931
@@ -8940,14 +8955,14 @@ that subcommand.
8940;;;*** 8955;;;***
8941 8956
8942;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el" 8957;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el"
8943;;;;;; (22150 28227 510072 702000)) 8958;;;;;; (22330 59913 933323 557000))
8944;;; Generated autoloads from erc/erc-desktop-notifications.el 8959;;; Generated autoloads from erc/erc-desktop-notifications.el
8945(autoload 'erc-notifications-mode "erc-desktop-notifications" "" t) 8960(autoload 'erc-notifications-mode "erc-desktop-notifications" "" t)
8946 8961
8947;;;*** 8962;;;***
8948 8963
8949;;;### (autoloads nil "erc-ezbounce" "erc/erc-ezbounce.el" (22150 8964;;;### (autoloads nil "erc-ezbounce" "erc/erc-ezbounce.el" (22330
8950;;;;;; 28227 510072 702000)) 8965;;;;;; 59913 933323 557000))
8951;;; Generated autoloads from erc/erc-ezbounce.el 8966;;; Generated autoloads from erc/erc-ezbounce.el
8952 8967
8953(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 8968(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -9009,8 +9024,8 @@ Add EZBouncer convenience functions to ERC.
9009 9024
9010;;;*** 9025;;;***
9011 9026
9012;;;### (autoloads nil "erc-fill" "erc/erc-fill.el" (22150 28227 510072 9027;;;### (autoloads nil "erc-fill" "erc/erc-fill.el" (22330 59913 933323
9013;;;;;; 702000)) 9028;;;;;; 557000))
9014;;; Generated autoloads from erc/erc-fill.el 9029;;; Generated autoloads from erc/erc-fill.el
9015 (autoload 'erc-fill-mode "erc-fill" nil t) 9030 (autoload 'erc-fill-mode "erc-fill" nil t)
9016 9031
@@ -9022,8 +9037,8 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
9022 9037
9023;;;*** 9038;;;***
9024 9039
9025;;;### (autoloads nil "erc-identd" "erc/erc-identd.el" (22150 28227 9040;;;### (autoloads nil "erc-identd" "erc/erc-identd.el" (22330 59913
9026;;;;;; 510072 702000)) 9041;;;;;; 933323 557000))
9027;;; Generated autoloads from erc/erc-identd.el 9042;;; Generated autoloads from erc/erc-identd.el
9028 (autoload 'erc-identd-mode "erc-identd") 9043 (autoload 'erc-identd-mode "erc-identd")
9029 9044
@@ -9044,8 +9059,8 @@ system.
9044 9059
9045;;;*** 9060;;;***
9046 9061
9047;;;### (autoloads nil "erc-imenu" "erc/erc-imenu.el" (22150 28227 9062;;;### (autoloads nil "erc-imenu" "erc/erc-imenu.el" (22330 59913
9048;;;;;; 514072 702000)) 9063;;;;;; 933323 557000))
9049;;; Generated autoloads from erc/erc-imenu.el 9064;;; Generated autoloads from erc/erc-imenu.el
9050 9065
9051(autoload 'erc-create-imenu-index "erc-imenu" "\ 9066(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -9055,22 +9070,22 @@ system.
9055 9070
9056;;;*** 9071;;;***
9057 9072
9058;;;### (autoloads nil "erc-join" "erc/erc-join.el" (22150 28227 514072 9073;;;### (autoloads nil "erc-join" "erc/erc-join.el" (22330 59913 933323
9059;;;;;; 702000)) 9074;;;;;; 557000))
9060;;; Generated autoloads from erc/erc-join.el 9075;;; Generated autoloads from erc/erc-join.el
9061 (autoload 'erc-autojoin-mode "erc-join" nil t) 9076 (autoload 'erc-autojoin-mode "erc-join" nil t)
9062 9077
9063;;;*** 9078;;;***
9064 9079
9065;;;### (autoloads nil "erc-list" "erc/erc-list.el" (22150 28227 514072 9080;;;### (autoloads nil "erc-list" "erc/erc-list.el" (22330 59913 933323
9066;;;;;; 702000)) 9081;;;;;; 557000))
9067;;; Generated autoloads from erc/erc-list.el 9082;;; Generated autoloads from erc/erc-list.el
9068 (autoload 'erc-list-mode "erc-list") 9083 (autoload 'erc-list-mode "erc-list")
9069 9084
9070;;;*** 9085;;;***
9071 9086
9072;;;### (autoloads nil "erc-log" "erc/erc-log.el" (22150 28227 514072 9087;;;### (autoloads nil "erc-log" "erc/erc-log.el" (22330 59913 933323
9073;;;;;; 702000)) 9088;;;;;; 557000))
9074;;; Generated autoloads from erc/erc-log.el 9089;;; Generated autoloads from erc/erc-log.el
9075 (autoload 'erc-log-mode "erc-log" nil t) 9090 (autoload 'erc-log-mode "erc-log" nil t)
9076 9091
@@ -9099,8 +9114,8 @@ You can save every individual message by putting this function on
9099 9114
9100;;;*** 9115;;;***
9101 9116
9102;;;### (autoloads nil "erc-match" "erc/erc-match.el" (22150 28227 9117;;;### (autoloads nil "erc-match" "erc/erc-match.el" (22331 17371
9103;;;;;; 514072 702000)) 9118;;;;;; 999369 597000))
9104;;; Generated autoloads from erc/erc-match.el 9119;;; Generated autoloads from erc/erc-match.el
9105 (autoload 'erc-match-mode "erc-match") 9120 (autoload 'erc-match-mode "erc-match")
9106 9121
@@ -9146,15 +9161,15 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
9146 9161
9147;;;*** 9162;;;***
9148 9163
9149;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (22150 28227 514072 9164;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (22330 59913 933323
9150;;;;;; 702000)) 9165;;;;;; 557000))
9151;;; Generated autoloads from erc/erc-menu.el 9166;;; Generated autoloads from erc/erc-menu.el
9152 (autoload 'erc-menu-mode "erc-menu" nil t) 9167 (autoload 'erc-menu-mode "erc-menu" nil t)
9153 9168
9154;;;*** 9169;;;***
9155 9170
9156;;;### (autoloads nil "erc-netsplit" "erc/erc-netsplit.el" (22150 9171;;;### (autoloads nil "erc-netsplit" "erc/erc-netsplit.el" (22330
9157;;;;;; 28227 514072 702000)) 9172;;;;;; 59913 933323 557000))
9158;;; Generated autoloads from erc/erc-netsplit.el 9173;;; Generated autoloads from erc/erc-netsplit.el
9159 (autoload 'erc-netsplit-mode "erc-netsplit") 9174 (autoload 'erc-netsplit-mode "erc-netsplit")
9160 9175
@@ -9165,8 +9180,8 @@ Show who's gone.
9165 9180
9166;;;*** 9181;;;***
9167 9182
9168;;;### (autoloads nil "erc-networks" "erc/erc-networks.el" (22189 9183;;;### (autoloads nil "erc-networks" "erc/erc-networks.el" (22330
9169;;;;;; 64323 128321 19000)) 9184;;;;;; 59913 933323 557000))
9170;;; Generated autoloads from erc/erc-networks.el 9185;;; Generated autoloads from erc/erc-networks.el
9171 9186
9172(autoload 'erc-determine-network "erc-networks" "\ 9187(autoload 'erc-determine-network "erc-networks" "\
@@ -9183,8 +9198,8 @@ Interactively select a server to connect to using `erc-server-alist'.
9183 9198
9184;;;*** 9199;;;***
9185 9200
9186;;;### (autoloads nil "erc-notify" "erc/erc-notify.el" (22150 28227 9201;;;### (autoloads nil "erc-notify" "erc/erc-notify.el" (22330 59913
9187;;;;;; 518072 702000)) 9202;;;;;; 933323 557000))
9188;;; Generated autoloads from erc/erc-notify.el 9203;;; Generated autoloads from erc/erc-notify.el
9189 (autoload 'erc-notify-mode "erc-notify" nil t) 9204 (autoload 'erc-notify-mode "erc-notify" nil t)
9190 9205
@@ -9202,36 +9217,36 @@ with args, toggle notify status of people.
9202 9217
9203;;;*** 9218;;;***
9204 9219
9205;;;### (autoloads nil "erc-page" "erc/erc-page.el" (22150 28227 518072 9220;;;### (autoloads nil "erc-page" "erc/erc-page.el" (22330 59913 933323
9206;;;;;; 702000)) 9221;;;;;; 557000))
9207;;; Generated autoloads from erc/erc-page.el 9222;;; Generated autoloads from erc/erc-page.el
9208 (autoload 'erc-page-mode "erc-page") 9223 (autoload 'erc-page-mode "erc-page")
9209 9224
9210;;;*** 9225;;;***
9211 9226
9212;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (22195 9227;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (22330
9213;;;;;; 16710 595344 967000)) 9228;;;;;; 59913 933323 557000))
9214;;; Generated autoloads from erc/erc-pcomplete.el 9229;;; Generated autoloads from erc/erc-pcomplete.el
9215 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 9230 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9216 9231
9217;;;*** 9232;;;***
9218 9233
9219;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (22150 28227 9234;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (22330 59913
9220;;;;;; 518072 702000)) 9235;;;;;; 933323 557000))
9221;;; Generated autoloads from erc/erc-replace.el 9236;;; Generated autoloads from erc/erc-replace.el
9222 (autoload 'erc-replace-mode "erc-replace") 9237 (autoload 'erc-replace-mode "erc-replace")
9223 9238
9224;;;*** 9239;;;***
9225 9240
9226;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (22150 28227 518072 9241;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (22330 59913 933323
9227;;;;;; 702000)) 9242;;;;;; 557000))
9228;;; Generated autoloads from erc/erc-ring.el 9243;;; Generated autoloads from erc/erc-ring.el
9229 (autoload 'erc-ring-mode "erc-ring" nil t) 9244 (autoload 'erc-ring-mode "erc-ring" nil t)
9230 9245
9231;;;*** 9246;;;***
9232 9247
9233;;;### (autoloads nil "erc-services" "erc/erc-services.el" (22150 9248;;;### (autoloads nil "erc-services" "erc/erc-services.el" (22330
9234;;;;;; 28227 518072 702000)) 9249;;;;;; 59913 933323 557000))
9235;;; Generated autoloads from erc/erc-services.el 9250;;; Generated autoloads from erc/erc-services.el
9236 (autoload 'erc-services-mode "erc-services" nil t) 9251 (autoload 'erc-services-mode "erc-services" nil t)
9237 9252
@@ -9248,15 +9263,15 @@ When called interactively, read the password using `read-passwd'.
9248 9263
9249;;;*** 9264;;;***
9250 9265
9251;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (22150 28227 9266;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (22330 59913
9252;;;;;; 518072 702000)) 9267;;;;;; 933323 557000))
9253;;; Generated autoloads from erc/erc-sound.el 9268;;; Generated autoloads from erc/erc-sound.el
9254 (autoload 'erc-sound-mode "erc-sound") 9269 (autoload 'erc-sound-mode "erc-sound")
9255 9270
9256;;;*** 9271;;;***
9257 9272
9258;;;### (autoloads nil "erc-speedbar" "erc/erc-speedbar.el" (22150 9273;;;### (autoloads nil "erc-speedbar" "erc/erc-speedbar.el" (22330
9259;;;;;; 28227 518072 702000)) 9274;;;;;; 59913 933323 557000))
9260;;; Generated autoloads from erc/erc-speedbar.el 9275;;; Generated autoloads from erc/erc-speedbar.el
9261 9276
9262(autoload 'erc-speedbar-browser "erc-speedbar" "\ 9277(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -9267,27 +9282,28 @@ This will add a speedbar major display mode.
9267 9282
9268;;;*** 9283;;;***
9269 9284
9270;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (22150 9285;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (22330
9271;;;;;; 28227 518072 702000)) 9286;;;;;; 59913 933323 557000))
9272;;; Generated autoloads from erc/erc-spelling.el 9287;;; Generated autoloads from erc/erc-spelling.el
9273 (autoload 'erc-spelling-mode "erc-spelling" nil t) 9288 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9274 9289
9275;;;*** 9290;;;***
9276 9291
9277;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (22150 28227 9292;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (22331 17372
9278;;;;;; 518072 702000)) 9293;;;;;; 369 594000))
9279;;; Generated autoloads from erc/erc-stamp.el 9294;;; Generated autoloads from erc/erc-stamp.el
9280 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 9295 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9281 9296
9282;;;*** 9297;;;***
9283 9298
9284;;;### (autoloads nil "erc-track" "erc/erc-track.el" (22195 16710 9299;;;### (autoloads nil "erc-track" "erc/erc-track.el" (22331 17372
9285;;;;;; 599344 967000)) 9300;;;;;; 369 594000))
9286;;; Generated autoloads from erc/erc-track.el 9301;;; Generated autoloads from erc/erc-track.el
9287 9302
9288(defvar erc-track-minor-mode nil "\ 9303(defvar erc-track-minor-mode nil "\
9289Non-nil if Erc-Track minor mode is enabled. 9304Non-nil if Erc-Track minor mode is enabled.
9290See the command `erc-track-minor-mode' for a description of this minor mode.") 9305See the `erc-track-minor-mode' command
9306for a description of this minor mode.")
9291 9307
9292(custom-autoload 'erc-track-minor-mode "erc-track" nil) 9308(custom-autoload 'erc-track-minor-mode "erc-track" nil)
9293 9309
@@ -9307,8 +9323,8 @@ keybindings will not do anything useful.
9307 9323
9308;;;*** 9324;;;***
9309 9325
9310;;;### (autoloads nil "erc-truncate" "erc/erc-truncate.el" (22150 9326;;;### (autoloads nil "erc-truncate" "erc/erc-truncate.el" (22330
9311;;;;;; 28227 522072 702000)) 9327;;;;;; 59913 933323 557000))
9312;;; Generated autoloads from erc/erc-truncate.el 9328;;; Generated autoloads from erc/erc-truncate.el
9313 (autoload 'erc-truncate-mode "erc-truncate" nil t) 9329 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9314 9330
@@ -9327,8 +9343,8 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
9327 9343
9328;;;*** 9344;;;***
9329 9345
9330;;;### (autoloads nil "erc-xdcc" "erc/erc-xdcc.el" (22150 28227 522072 9346;;;### (autoloads nil "erc-xdcc" "erc/erc-xdcc.el" (22330 59913 933323
9331;;;;;; 702000)) 9347;;;;;; 557000))
9332;;; Generated autoloads from erc/erc-xdcc.el 9348;;; Generated autoloads from erc/erc-xdcc.el
9333 (autoload 'erc-xdcc-mode "erc-xdcc") 9349 (autoload 'erc-xdcc-mode "erc-xdcc")
9334 9350
@@ -9339,8 +9355,8 @@ Add a file to `erc-xdcc-files'.
9339 9355
9340;;;*** 9356;;;***
9341 9357
9342;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (22182 4679 395463 9358;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (22331 17371 995369
9343;;;;;; 499000)) 9359;;;;;; 612000))
9344;;; Generated autoloads from emacs-lisp/ert.el 9360;;; Generated autoloads from emacs-lisp/ert.el
9345 9361
9346(autoload 'ert-deftest "ert" "\ 9362(autoload 'ert-deftest "ert" "\
@@ -9409,8 +9425,8 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test).
9409 9425
9410;;;*** 9426;;;***
9411 9427
9412;;;### (autoloads nil "ert-x" "emacs-lisp/ert-x.el" (22150 28227 9428;;;### (autoloads nil "ert-x" "emacs-lisp/ert-x.el" (22331 17371
9413;;;;;; 426072 702000)) 9429;;;;;; 994369 615000))
9414;;; Generated autoloads from emacs-lisp/ert-x.el 9430;;; Generated autoloads from emacs-lisp/ert-x.el
9415 9431
9416(put 'ert-with-test-buffer 'lisp-indent-function 1) 9432(put 'ert-with-test-buffer 'lisp-indent-function 1)
@@ -9422,8 +9438,8 @@ Kill all test buffers that are still live.
9422 9438
9423;;;*** 9439;;;***
9424 9440
9425;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (22150 28227 9441;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (22331 17372
9426;;;;;; 542072 702000)) 9442;;;;;; 1369 590000))
9427;;; Generated autoloads from eshell/esh-mode.el 9443;;; Generated autoloads from eshell/esh-mode.el
9428 9444
9429(autoload 'eshell-mode "esh-mode" "\ 9445(autoload 'eshell-mode "esh-mode" "\
@@ -9433,8 +9449,8 @@ Emacs shell interactive mode.
9433 9449
9434;;;*** 9450;;;***
9435 9451
9436;;;### (autoloads nil "eshell" "eshell/eshell.el" (22150 28227 542072 9452;;;### (autoloads nil "eshell" "eshell/eshell.el" (22331 17372 2369
9437;;;;;; 702000)) 9453;;;;;; 587000))
9438;;; Generated autoloads from eshell/eshell.el 9454;;; Generated autoloads from eshell/eshell.el
9439(push (purecopy '(eshell 2 4 2)) package--builtin-versions) 9455(push (purecopy '(eshell 2 4 2)) package--builtin-versions)
9440 9456
@@ -9469,8 +9485,8 @@ corresponding to a successful execution.
9469 9485
9470;;;*** 9486;;;***
9471 9487
9472;;;### (autoloads nil "etags" "progmodes/etags.el" (22182 44805 327853 9488;;;### (autoloads nil "etags" "progmodes/etags.el" (22330 59913 971323
9473;;;;;; 279000)) 9489;;;;;; 440000))
9474;;; Generated autoloads from progmodes/etags.el 9490;;; Generated autoloads from progmodes/etags.el
9475 9491
9476(defvar tags-file-name nil "\ 9492(defvar tags-file-name nil "\
@@ -9785,8 +9801,8 @@ for \\[find-tag] (which see).
9785 9801
9786;;;*** 9802;;;***
9787 9803
9788;;;### (autoloads nil "ethio-util" "language/ethio-util.el" (22150 9804;;;### (autoloads nil "ethio-util" "language/ethio-util.el" (22330
9789;;;;;; 28228 166072 702000)) 9805;;;;;; 59913 940323 535000))
9790;;; Generated autoloads from language/ethio-util.el 9806;;; Generated autoloads from language/ethio-util.el
9791 9807
9792(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9808(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -9954,7 +9970,7 @@ With ARG, insert that many delimiters.
9954 9970
9955;;;*** 9971;;;***
9956 9972
9957;;;### (autoloads nil "eudc" "net/eudc.el" (22150 28228 354072 702000)) 9973;;;### (autoloads nil "eudc" "net/eudc.el" (22331 17372 58369 388000))
9958;;; Generated autoloads from net/eudc.el 9974;;; Generated autoloads from net/eudc.el
9959 9975
9960(autoload 'eudc-set-server "eudc" "\ 9976(autoload 'eudc-set-server "eudc" "\
@@ -10008,8 +10024,8 @@ This does nothing except loading eudc by autoload side-effect.
10008 10024
10009;;;*** 10025;;;***
10010 10026
10011;;;### (autoloads nil "eudc-bob" "net/eudc-bob.el" (22150 28228 354072 10027;;;### (autoloads nil "eudc-bob" "net/eudc-bob.el" (22330 59913 952323
10012;;;;;; 702000)) 10028;;;;;; 498000))
10013;;; Generated autoloads from net/eudc-bob.el 10029;;; Generated autoloads from net/eudc-bob.el
10014 10030
10015(autoload 'eudc-display-generic-binary "eudc-bob" "\ 10031(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -10044,8 +10060,8 @@ Display a button for the JPEG DATA.
10044 10060
10045;;;*** 10061;;;***
10046 10062
10047;;;### (autoloads nil "eudc-export" "net/eudc-export.el" (22150 28228 10063;;;### (autoloads nil "eudc-export" "net/eudc-export.el" (22330 59913
10048;;;;;; 354072 702000)) 10064;;;;;; 952323 498000))
10049;;; Generated autoloads from net/eudc-export.el 10065;;; Generated autoloads from net/eudc-export.el
10050 10066
10051(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 10067(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -10061,8 +10077,8 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10061 10077
10062;;;*** 10078;;;***
10063 10079
10064;;;### (autoloads nil "eudc-hotlist" "net/eudc-hotlist.el" (22150 10080;;;### (autoloads nil "eudc-hotlist" "net/eudc-hotlist.el" (22330
10065;;;;;; 28228 354072 702000)) 10081;;;;;; 59913 953323 495000))
10066;;; Generated autoloads from net/eudc-hotlist.el 10082;;; Generated autoloads from net/eudc-hotlist.el
10067 10083
10068(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 10084(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -10072,8 +10088,8 @@ Edit the hotlist of directory servers in a specialized buffer.
10072 10088
10073;;;*** 10089;;;***
10074 10090
10075;;;### (autoloads nil "ewoc" "emacs-lisp/ewoc.el" (22150 28227 430072 10091;;;### (autoloads nil "ewoc" "emacs-lisp/ewoc.el" (22330 59913 929323
10076;;;;;; 702000)) 10092;;;;;; 569000))
10077;;; Generated autoloads from emacs-lisp/ewoc.el 10093;;; Generated autoloads from emacs-lisp/ewoc.el
10078 10094
10079(autoload 'ewoc-create "ewoc" "\ 10095(autoload 'ewoc-create "ewoc" "\
@@ -10099,7 +10115,7 @@ fourth arg NOSEP non-nil inhibits this.
10099 10115
10100;;;*** 10116;;;***
10101 10117
10102;;;### (autoloads nil "eww" "net/eww.el" (22229 34898 904051 395000)) 10118;;;### (autoloads nil "eww" "net/eww.el" (22331 17372 58369 388000))
10103;;; Generated autoloads from net/eww.el 10119;;; Generated autoloads from net/eww.el
10104 10120
10105(defvar eww-suggest-uris '(eww-links-at-point url-get-url-at-point eww-current-url) "\ 10121(defvar eww-suggest-uris '(eww-links-at-point url-get-url-at-point eww-current-url) "\
@@ -10146,8 +10162,8 @@ Display the bookmarks.
10146 10162
10147;;;*** 10163;;;***
10148 10164
10149;;;### (autoloads nil "executable" "progmodes/executable.el" (22150 10165;;;### (autoloads nil "executable" "progmodes/executable.el" (22330
10150;;;;;; 28228 818072 702000)) 10166;;;;;; 59913 981323 409000))
10151;;; Generated autoloads from progmodes/executable.el 10167;;; Generated autoloads from progmodes/executable.el
10152 10168
10153(autoload 'executable-command-find-posix-p "executable" "\ 10169(autoload 'executable-command-find-posix-p "executable" "\
@@ -10182,7 +10198,7 @@ file modes.
10182 10198
10183;;;*** 10199;;;***
10184 10200
10185;;;### (autoloads nil "expand" "expand.el" (22150 28227 542072 702000)) 10201;;;### (autoloads nil "expand" "expand.el" (22330 59913 912323 622000))
10186;;; Generated autoloads from expand.el 10202;;; Generated autoloads from expand.el
10187 10203
10188(autoload 'expand-add-abbrevs "expand" "\ 10204(autoload 'expand-add-abbrevs "expand" "\
@@ -10231,8 +10247,8 @@ This is used only in conjunction with `expand-add-abbrevs'.
10231 10247
10232;;;*** 10248;;;***
10233 10249
10234;;;### (autoloads nil "f90" "progmodes/f90.el" (22197 58438 431460 10250;;;### (autoloads nil "f90" "progmodes/f90.el" (22330 59913 981323
10235;;;;;; 447000)) 10251;;;;;; 409000))
10236;;; Generated autoloads from progmodes/f90.el 10252;;; Generated autoloads from progmodes/f90.el
10237 10253
10238(autoload 'f90-mode "f90" "\ 10254(autoload 'f90-mode "f90" "\
@@ -10299,8 +10315,8 @@ with no args, if that value is non-nil.
10299 10315
10300;;;*** 10316;;;***
10301 10317
10302;;;### (autoloads nil "face-remap" "face-remap.el" (22283 34751 141333 10318;;;### (autoloads nil "face-remap" "face-remap.el" (22330 59913 738324
10303;;;;;; 844000)) 10319;;;;;; 159000))
10304;;; Generated autoloads from face-remap.el 10320;;; Generated autoloads from face-remap.el
10305 10321
10306(autoload 'face-remap-add-relative "face-remap" "\ 10322(autoload 'face-remap-add-relative "face-remap" "\
@@ -10459,8 +10475,8 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
10459 10475
10460;;;*** 10476;;;***
10461 10477
10462;;;### (autoloads nil "feedmail" "mail/feedmail.el" (22092 27717 10478;;;### (autoloads nil "feedmail" "mail/feedmail.el" (22330 59913
10463;;;;;; 880268 464000)) 10479;;;;;; 947323 514000))
10464;;; Generated autoloads from mail/feedmail.el 10480;;; Generated autoloads from mail/feedmail.el
10465(push (purecopy '(feedmail 11)) package--builtin-versions) 10481(push (purecopy '(feedmail 11)) package--builtin-versions)
10466 10482
@@ -10514,7 +10530,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10514 10530
10515;;;*** 10531;;;***
10516 10532
10517;;;### (autoloads nil "ffap" "ffap.el" (22279 37684 340180 436000)) 10533;;;### (autoloads nil "ffap" "ffap.el" (22331 17372 3369 583000))
10518;;; Generated autoloads from ffap.el 10534;;; Generated autoloads from ffap.el
10519 10535
10520(autoload 'ffap-next "ffap" "\ 10536(autoload 'ffap-next "ffap" "\
@@ -10577,8 +10593,8 @@ Evaluate the forms in variable `ffap-bindings'.
10577 10593
10578;;;*** 10594;;;***
10579 10595
10580;;;### (autoloads nil "filecache" "filecache.el" (22150 28227 554072 10596;;;### (autoloads nil "filecache" "filecache.el" (22330 59913 912323
10581;;;;;; 702000)) 10597;;;;;; 622000))
10582;;; Generated autoloads from filecache.el 10598;;; Generated autoloads from filecache.el
10583 10599
10584(autoload 'file-cache-add-directory "filecache" "\ 10600(autoload 'file-cache-add-directory "filecache" "\
@@ -10635,8 +10651,8 @@ the name is considered already unique; only the second substitution
10635 10651
10636;;;*** 10652;;;***
10637 10653
10638;;;### (autoloads nil "filenotify" "filenotify.el" (22230 55750 327718 10654;;;### (autoloads nil "filenotify" "filenotify.el" (22330 59913 912323
10639;;;;;; 91000)) 10655;;;;;; 622000))
10640;;; Generated autoloads from filenotify.el 10656;;; Generated autoloads from filenotify.el
10641 10657
10642(autoload 'file-notify-handle-event "filenotify" "\ 10658(autoload 'file-notify-handle-event "filenotify" "\
@@ -10651,8 +10667,7 @@ Otherwise, signal a `file-notify-error'.
10651 10667
10652;;;*** 10668;;;***
10653 10669
10654;;;### (autoloads nil "files-x" "files-x.el" (22189 64323 128321 10670;;;### (autoloads nil "files-x" "files-x.el" (22331 17372 3369 583000))
10655;;;;;; 19000))
10656;;; Generated autoloads from files-x.el 10671;;; Generated autoloads from files-x.el
10657 10672
10658(autoload 'add-file-local-variable "files-x" "\ 10673(autoload 'add-file-local-variable "files-x" "\
@@ -10717,8 +10732,8 @@ Copy directory-local variables to the -*- line.
10717 10732
10718;;;*** 10733;;;***
10719 10734
10720;;;### (autoloads nil "filesets" "filesets.el" (22150 28227 578072 10735;;;### (autoloads nil "filesets" "filesets.el" (22330 59913 912323
10721;;;;;; 702000)) 10736;;;;;; 622000))
10722;;; Generated autoloads from filesets.el 10737;;; Generated autoloads from filesets.el
10723 10738
10724(autoload 'filesets-init "filesets" "\ 10739(autoload 'filesets-init "filesets" "\
@@ -10729,8 +10744,8 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10729 10744
10730;;;*** 10745;;;***
10731 10746
10732;;;### (autoloads nil "find-cmd" "find-cmd.el" (22150 28227 578072 10747;;;### (autoloads nil "find-cmd" "find-cmd.el" (22330 59913 913323
10733;;;;;; 702000)) 10748;;;;;; 619000))
10734;;; Generated autoloads from find-cmd.el 10749;;; Generated autoloads from find-cmd.el
10735(push (purecopy '(find-cmd 0 6)) package--builtin-versions) 10750(push (purecopy '(find-cmd 0 6)) package--builtin-versions)
10736 10751
@@ -10750,8 +10765,8 @@ result is a string that should be ready for the command line.
10750 10765
10751;;;*** 10766;;;***
10752 10767
10753;;;### (autoloads nil "find-dired" "find-dired.el" (22150 28227 578072 10768;;;### (autoloads nil "find-dired" "find-dired.el" (22331 17372 5369
10754;;;;;; 702000)) 10769;;;;;; 576000))
10755;;; Generated autoloads from find-dired.el 10770;;; Generated autoloads from find-dired.el
10756 10771
10757(autoload 'find-dired "find-dired" "\ 10772(autoload 'find-dired "find-dired" "\
@@ -10791,8 +10806,8 @@ use in place of \"-ls\" as the final argument.
10791 10806
10792;;;*** 10807;;;***
10793 10808
10794;;;### (autoloads nil "find-file" "find-file.el" (22150 28227 578072 10809;;;### (autoloads nil "find-file" "find-file.el" (22331 17372 5369
10795;;;;;; 702000)) 10810;;;;;; 576000))
10796;;; Generated autoloads from find-file.el 10811;;; Generated autoloads from find-file.el
10797 10812
10798(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10813(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10882,8 +10897,8 @@ Visit the file you click on in another window.
10882 10897
10883;;;*** 10898;;;***
10884 10899
10885;;;### (autoloads nil "find-func" "emacs-lisp/find-func.el" (22150 10900;;;### (autoloads nil "find-func" "emacs-lisp/find-func.el" (22331
10886;;;;;; 28227 430072 702000)) 10901;;;;;; 17377 951348 457000))
10887;;; Generated autoloads from emacs-lisp/find-func.el 10902;;; Generated autoloads from emacs-lisp/find-func.el
10888 10903
10889(autoload 'find-library "find-func" "\ 10904(autoload 'find-library "find-func" "\
@@ -11053,8 +11068,8 @@ Define some key bindings for the find-function family of functions.
11053 11068
11054;;;*** 11069;;;***
11055 11070
11056;;;### (autoloads nil "find-lisp" "find-lisp.el" (22150 28227 578072 11071;;;### (autoloads nil "find-lisp" "find-lisp.el" (22330 59913 738324
11057;;;;;; 702000)) 11072;;;;;; 159000))
11058;;; Generated autoloads from find-lisp.el 11073;;; Generated autoloads from find-lisp.el
11059 11074
11060(autoload 'find-lisp-find-dired "find-lisp" "\ 11075(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -11074,7 +11089,7 @@ Change the filter on a `find-lisp-find-dired' buffer to REGEXP.
11074 11089
11075;;;*** 11090;;;***
11076 11091
11077;;;### (autoloads nil "finder" "finder.el" (22150 28227 578072 702000)) 11092;;;### (autoloads nil "finder" "finder.el" (22330 59913 913323 619000))
11078;;; Generated autoloads from finder.el 11093;;; Generated autoloads from finder.el
11079(push (purecopy '(finder 1 0)) package--builtin-versions) 11094(push (purecopy '(finder 1 0)) package--builtin-versions)
11080 11095
@@ -11096,8 +11111,8 @@ Find packages matching a given keyword.
11096 11111
11097;;;*** 11112;;;***
11098 11113
11099;;;### (autoloads nil "flow-ctrl" "flow-ctrl.el" (22150 28227 578072 11114;;;### (autoloads nil "flow-ctrl" "flow-ctrl.el" (22330 59913 913323
11100;;;;;; 702000)) 11115;;;;;; 619000))
11101;;; Generated autoloads from flow-ctrl.el 11116;;; Generated autoloads from flow-ctrl.el
11102 11117
11103(autoload 'enable-flow-control "flow-ctrl" "\ 11118(autoload 'enable-flow-control "flow-ctrl" "\
@@ -11118,8 +11133,8 @@ to get the effect of a C-q.
11118 11133
11119;;;*** 11134;;;***
11120 11135
11121;;;### (autoloads nil "flow-fill" "gnus/flow-fill.el" (22150 28227 11136;;;### (autoloads nil "flow-fill" "gnus/flow-fill.el" (22331 17372
11122;;;;;; 658072 702000)) 11137;;;;;; 13369 548000))
11123;;; Generated autoloads from gnus/flow-fill.el 11138;;; Generated autoloads from gnus/flow-fill.el
11124 11139
11125(autoload 'fill-flowed-encode "flow-fill" "\ 11140(autoload 'fill-flowed-encode "flow-fill" "\
@@ -11134,8 +11149,8 @@ to get the effect of a C-q.
11134 11149
11135;;;*** 11150;;;***
11136 11151
11137;;;### (autoloads nil "flymake" "progmodes/flymake.el" (22150 28228 11152;;;### (autoloads nil "flymake" "progmodes/flymake.el" (22330 59913
11138;;;;;; 818072 702000)) 11153;;;;;; 981323 409000))
11139;;; Generated autoloads from progmodes/flymake.el 11154;;; Generated autoloads from progmodes/flymake.el
11140(push (purecopy '(flymake 0 3)) package--builtin-versions) 11155(push (purecopy '(flymake 0 3)) package--builtin-versions)
11141 11156
@@ -11165,8 +11180,8 @@ Turn flymake mode off.
11165 11180
11166;;;*** 11181;;;***
11167 11182
11168;;;### (autoloads nil "flyspell" "textmodes/flyspell.el" (22197 58438 11183;;;### (autoloads nil "flyspell" "textmodes/flyspell.el" (22331 17372
11169;;;;;; 711460 447000)) 11184;;;;;; 113369 193000))
11170;;; Generated autoloads from textmodes/flyspell.el 11185;;; Generated autoloads from textmodes/flyspell.el
11171 11186
11172(autoload 'flyspell-prog-mode "flyspell" "\ 11187(autoload 'flyspell-prog-mode "flyspell" "\
@@ -11236,14 +11251,14 @@ Flyspell whole buffer.
11236 11251
11237;;;*** 11252;;;***
11238 11253
11239;;;### (autoloads nil "foldout" "foldout.el" (22150 28227 582072 11254;;;### (autoloads nil "foldout" "foldout.el" (22330 59913 913323
11240;;;;;; 702000)) 11255;;;;;; 619000))
11241;;; Generated autoloads from foldout.el 11256;;; Generated autoloads from foldout.el
11242(push (purecopy '(foldout 1 10)) package--builtin-versions) 11257(push (purecopy '(foldout 1 10)) package--builtin-versions)
11243 11258
11244;;;*** 11259;;;***
11245 11260
11246;;;### (autoloads nil "follow" "follow.el" (22308 37947 126422 527000)) 11261;;;### (autoloads nil "follow" "follow.el" (22330 59913 738324 159000))
11247;;; Generated autoloads from follow.el 11262;;; Generated autoloads from follow.el
11248 11263
11249(autoload 'turn-on-follow-mode "follow" "\ 11264(autoload 'turn-on-follow-mode "follow" "\
@@ -11365,8 +11380,8 @@ selected if the original window is the first one in the frame.
11365 11380
11366;;;*** 11381;;;***
11367 11382
11368;;;### (autoloads nil "footnote" "mail/footnote.el" (22150 28228 11383;;;### (autoloads nil "footnote" "mail/footnote.el" (22330 59913
11369;;;;;; 226072 702000)) 11384;;;;;; 947323 514000))
11370;;; Generated autoloads from mail/footnote.el 11385;;; Generated autoloads from mail/footnote.el
11371(push (purecopy '(footnote 0 19)) package--builtin-versions) 11386(push (purecopy '(footnote 0 19)) package--builtin-versions)
11372 11387
@@ -11385,7 +11400,7 @@ play around with the following keys:
11385 11400
11386;;;*** 11401;;;***
11387 11402
11388;;;### (autoloads nil "forms" "forms.el" (22253 13631 334961 36000)) 11403;;;### (autoloads nil "forms" "forms.el" (22330 59913 913323 619000))
11389;;; Generated autoloads from forms.el 11404;;; Generated autoloads from forms.el
11390 11405
11391(autoload 'forms-mode "forms" "\ 11406(autoload 'forms-mode "forms" "\
@@ -11421,8 +11436,8 @@ Visit a file in Forms mode in other window.
11421 11436
11422;;;*** 11437;;;***
11423 11438
11424;;;### (autoloads nil "fortran" "progmodes/fortran.el" (22153 4424 11439;;;### (autoloads nil "fortran" "progmodes/fortran.el" (22330 59913
11425;;;;;; 620360 262000)) 11440;;;;;; 983323 402000))
11426;;; Generated autoloads from progmodes/fortran.el 11441;;; Generated autoloads from progmodes/fortran.el
11427 11442
11428(autoload 'fortran-mode "fortran" "\ 11443(autoload 'fortran-mode "fortran" "\
@@ -11499,8 +11514,8 @@ with no args, if that value is non-nil.
11499 11514
11500;;;*** 11515;;;***
11501 11516
11502;;;### (autoloads nil "fortune" "play/fortune.el" (22150 28228 678072 11517;;;### (autoloads nil "fortune" "play/fortune.el" (22331 17372 87369
11503;;;;;; 702000)) 11518;;;;;; 285000))
11504;;; Generated autoloads from play/fortune.el 11519;;; Generated autoloads from play/fortune.el
11505 11520
11506(autoload 'fortune-add-fortune "fortune" "\ 11521(autoload 'fortune-add-fortune "fortune" "\
@@ -11548,8 +11563,8 @@ and choose the directory as the fortune-file.
11548 11563
11549;;;*** 11564;;;***
11550 11565
11551;;;### (autoloads nil "frameset" "frameset.el" (22182 4679 399463 11566;;;### (autoloads nil "frameset" "frameset.el" (22330 59913 913323
11552;;;;;; 499000)) 11567;;;;;; 619000))
11553;;; Generated autoloads from frameset.el 11568;;; Generated autoloads from frameset.el
11554 11569
11555(defvar frameset-session-filter-alist '((name . :never) (left . frameset-filter-iconified) (minibuffer . frameset-filter-minibuffer) (top . frameset-filter-iconified)) "\ 11570(defvar frameset-session-filter-alist '((name . :never) (left . frameset-filter-iconified) (minibuffer . frameset-filter-minibuffer) (top . frameset-filter-iconified)) "\
@@ -11735,20 +11750,21 @@ Interactively, reads the register using `register-read-with-preview'.
11735 11750
11736;;;*** 11751;;;***
11737 11752
11738;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (22182 4679 471463 11753;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (22330 59913
11739;;;;;; 499000)) 11754;;;;;; 969323 446000))
11740;;; Generated autoloads from play/gamegrid.el 11755;;; Generated autoloads from play/gamegrid.el
11741(push (purecopy '(gamegrid 1 2)) package--builtin-versions) 11756(push (purecopy '(gamegrid 1 2)) package--builtin-versions)
11742 11757
11743;;;*** 11758;;;***
11744 11759
11745;;;### (autoloads nil "gdb-mi" "progmodes/gdb-mi.el" (22150 28228 11760;;;### (autoloads nil "gdb-mi" "progmodes/gdb-mi.el" (22330 59913
11746;;;;;; 822072 702000)) 11761;;;;;; 983323 402000))
11747;;; Generated autoloads from progmodes/gdb-mi.el 11762;;; Generated autoloads from progmodes/gdb-mi.el
11748 11763
11749(defvar gdb-enable-debug nil "\ 11764(defvar gdb-enable-debug nil "\
11750Non-nil if Gdb-Enable-Debug mode is enabled. 11765Non-nil if Gdb-Enable-Debug mode is enabled.
11751See the command `gdb-enable-debug' for a description of this minor mode.") 11766See the `gdb-enable-debug' command
11767for a description of this minor mode.")
11752 11768
11753(custom-autoload 'gdb-enable-debug "gdb-mi" nil) 11769(custom-autoload 'gdb-enable-debug "gdb-mi" nil)
11754 11770
@@ -11820,8 +11836,8 @@ detailed description of this mode.
11820 11836
11821;;;*** 11837;;;***
11822 11838
11823;;;### (autoloads nil "generic" "emacs-lisp/generic.el" (22150 28227 11839;;;### (autoloads nil "generic" "emacs-lisp/generic.el" (22330 59913
11824;;;;;; 430072 702000)) 11840;;;;;; 929323 569000))
11825;;; Generated autoloads from emacs-lisp/generic.el 11841;;; Generated autoloads from emacs-lisp/generic.el
11826 11842
11827(defvar generic-mode-list nil "\ 11843(defvar generic-mode-list nil "\
@@ -11901,8 +11917,8 @@ regular expression that can be used as an element of
11901 11917
11902;;;*** 11918;;;***
11903 11919
11904;;;### (autoloads nil "glasses" "progmodes/glasses.el" (22150 28228 11920;;;### (autoloads nil "glasses" "progmodes/glasses.el" (22330 59913
11905;;;;;; 822072 702000)) 11921;;;;;; 983323 402000))
11906;;; Generated autoloads from progmodes/glasses.el 11922;;; Generated autoloads from progmodes/glasses.el
11907 11923
11908(autoload 'glasses-mode "glasses" "\ 11924(autoload 'glasses-mode "glasses" "\
@@ -11916,8 +11932,8 @@ add virtual separators (like underscores) at places they belong to.
11916 11932
11917;;;*** 11933;;;***
11918 11934
11919;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (22272 64438 11935;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (22331 17372
11920;;;;;; 224671 103000)) 11936;;;;;; 14369 544000))
11921;;; Generated autoloads from gnus/gmm-utils.el 11937;;; Generated autoloads from gnus/gmm-utils.el
11922 11938
11923(autoload 'gmm-regexp-concat "gmm-utils" "\ 11939(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -11971,7 +11987,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11971 11987
11972;;;*** 11988;;;***
11973 11989
11974;;;### (autoloads nil "gnus" "gnus/gnus.el" (22165 43181 87854 955000)) 11990;;;### (autoloads nil "gnus" "gnus/gnus.el" (22331 17372 26369 502000))
11975;;; Generated autoloads from gnus/gnus.el 11991;;; Generated autoloads from gnus/gnus.el
11976(push (purecopy '(gnus 5 13)) package--builtin-versions) 11992(push (purecopy '(gnus 5 13)) package--builtin-versions)
11977(when (fboundp 'custom-autoload) 11993(when (fboundp 'custom-autoload)
@@ -12021,8 +12037,8 @@ prompt the user for the name of an NNTP server to use.
12021 12037
12022;;;*** 12038;;;***
12023 12039
12024;;;### (autoloads nil "gnus-agent" "gnus/gnus-agent.el" (22182 4679 12040;;;### (autoloads nil "gnus-agent" "gnus/gnus-agent.el" (22331 17372
12025;;;;;; 403463 499000)) 12041;;;;;; 14369 544000))
12026;;; Generated autoloads from gnus/gnus-agent.el 12042;;; Generated autoloads from gnus/gnus-agent.el
12027 12043
12028(autoload 'gnus-unplugged "gnus-agent" "\ 12044(autoload 'gnus-unplugged "gnus-agent" "\
@@ -12112,8 +12128,8 @@ CLEAN is obsolete and ignored.
12112 12128
12113;;;*** 12129;;;***
12114 12130
12115;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (22284 55604 12131;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (22331 17372
12116;;;;;; 142845 171000)) 12132;;;;;; 16369 537000))
12117;;; Generated autoloads from gnus/gnus-art.el 12133;;; Generated autoloads from gnus/gnus-art.el
12118 12134
12119(autoload 'gnus-article-prepare-display "gnus-art" "\ 12135(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -12123,8 +12139,8 @@ Make the current buffer look like a nice article.
12123 12139
12124;;;*** 12140;;;***
12125 12141
12126;;;### (autoloads nil "gnus-bookmark" "gnus/gnus-bookmark.el" (22150 12142;;;### (autoloads nil "gnus-bookmark" "gnus/gnus-bookmark.el" (22331
12127;;;;;; 28227 674072 702000)) 12143;;;;;; 17372 16369 537000))
12128;;; Generated autoloads from gnus/gnus-bookmark.el 12144;;; Generated autoloads from gnus/gnus-bookmark.el
12129 12145
12130(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 12146(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -12147,8 +12163,8 @@ deletion, or > if it is flagged for displaying.
12147 12163
12148;;;*** 12164;;;***
12149 12165
12150;;;### (autoloads nil "gnus-cache" "gnus/gnus-cache.el" (22150 28227 12166;;;### (autoloads nil "gnus-cache" "gnus/gnus-cache.el" (22331 17372
12151;;;;;; 678072 702000)) 12167;;;;;; 16369 537000))
12152;;; Generated autoloads from gnus/gnus-cache.el 12168;;; Generated autoloads from gnus/gnus-cache.el
12153 12169
12154(autoload 'gnus-jog-cache "gnus-cache" "\ 12170(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -12189,8 +12205,8 @@ supported.
12189 12205
12190;;;*** 12206;;;***
12191 12207
12192;;;### (autoloads nil "gnus-delay" "gnus/gnus-delay.el" (22150 28227 12208;;;### (autoloads nil "gnus-delay" "gnus/gnus-delay.el" (22331 17372
12193;;;;;; 682072 702000)) 12209;;;;;; 17369 534000))
12194;;; Generated autoloads from gnus/gnus-delay.el 12210;;; Generated autoloads from gnus/gnus-delay.el
12195 12211
12196(autoload 'gnus-delay-article "gnus-delay" "\ 12212(autoload 'gnus-delay-article "gnus-delay" "\
@@ -12225,8 +12241,8 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
12225 12241
12226;;;*** 12242;;;***
12227 12243
12228;;;### (autoloads nil "gnus-diary" "gnus/gnus-diary.el" (22150 28227 12244;;;### (autoloads nil "gnus-diary" "gnus/gnus-diary.el" (22331 17372
12229;;;;;; 686072 702000)) 12245;;;;;; 17369 534000))
12230;;; Generated autoloads from gnus/gnus-diary.el 12246;;; Generated autoloads from gnus/gnus-diary.el
12231 12247
12232(autoload 'gnus-user-format-function-d "gnus-diary" "\ 12248(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -12241,8 +12257,8 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
12241 12257
12242;;;*** 12258;;;***
12243 12259
12244;;;### (autoloads nil "gnus-dired" "gnus/gnus-dired.el" (22150 28227 12260;;;### (autoloads nil "gnus-dired" "gnus/gnus-dired.el" (22331 17372
12245;;;;;; 686072 702000)) 12261;;;;;; 17369 534000))
12246;;; Generated autoloads from gnus/gnus-dired.el 12262;;; Generated autoloads from gnus/gnus-dired.el
12247 12263
12248(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 12264(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -12252,8 +12268,8 @@ Convenience method to turn on gnus-dired-mode.
12252 12268
12253;;;*** 12269;;;***
12254 12270
12255;;;### (autoloads nil "gnus-draft" "gnus/gnus-draft.el" (22150 28227 12271;;;### (autoloads nil "gnus-draft" "gnus/gnus-draft.el" (22331 17372
12256;;;;;; 686072 702000)) 12272;;;;;; 17369 534000))
12257;;; Generated autoloads from gnus/gnus-draft.el 12273;;; Generated autoloads from gnus/gnus-draft.el
12258 12274
12259(autoload 'gnus-draft-reminder "gnus-draft" "\ 12275(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -12263,8 +12279,8 @@ Reminder user if there are unsent drafts.
12263 12279
12264;;;*** 12280;;;***
12265 12281
12266;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (22165 43181 12282;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (22331 17372
12267;;;;;; 71854 955000)) 12283;;;;;; 17369 534000))
12268;;; Generated autoloads from gnus/gnus-fun.el 12284;;; Generated autoloads from gnus/gnus-fun.el
12269 12285
12270(autoload 'gnus--random-face-with-type "gnus-fun" "\ 12286(autoload 'gnus--random-face-with-type "gnus-fun" "\
@@ -12329,8 +12345,8 @@ Insert a random Face header from `gnus-face-directory'.
12329 12345
12330;;;*** 12346;;;***
12331 12347
12332;;;### (autoloads nil "gnus-gravatar" "gnus/gnus-gravatar.el" (22192 12348;;;### (autoloads nil "gnus-gravatar" "gnus/gnus-gravatar.el" (22331
12333;;;;;; 2880 975382 391000)) 12349;;;;;; 17372 17369 534000))
12334;;; Generated autoloads from gnus/gnus-gravatar.el 12350;;; Generated autoloads from gnus/gnus-gravatar.el
12335 12351
12336(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ 12352(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\
@@ -12347,8 +12363,8 @@ If gravatars are already displayed, remove them.
12347 12363
12348;;;*** 12364;;;***
12349 12365
12350;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (22150 28227 12366;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (22331 17372
12351;;;;;; 694072 702000)) 12367;;;;;; 18369 530000))
12352;;; Generated autoloads from gnus/gnus-group.el 12368;;; Generated autoloads from gnus/gnus-group.el
12353 12369
12354(autoload 'gnus-fetch-group "gnus-group" "\ 12370(autoload 'gnus-fetch-group "gnus-group" "\
@@ -12365,8 +12381,8 @@ Pop up a frame and enter GROUP.
12365 12381
12366;;;*** 12382;;;***
12367 12383
12368;;;### (autoloads nil "gnus-html" "gnus/gnus-html.el" (22150 28227 12384;;;### (autoloads nil "gnus-html" "gnus/gnus-html.el" (22331 17372
12369;;;;;; 694072 702000)) 12385;;;;;; 18369 530000))
12370;;; Generated autoloads from gnus/gnus-html.el 12386;;; Generated autoloads from gnus/gnus-html.el
12371 12387
12372(autoload 'gnus-article-html "gnus-html" "\ 12388(autoload 'gnus-article-html "gnus-html" "\
@@ -12381,8 +12397,8 @@ Pop up a frame and enter GROUP.
12381 12397
12382;;;*** 12398;;;***
12383 12399
12384;;;### (autoloads nil "gnus-kill" "gnus/gnus-kill.el" (22189 64323 12400;;;### (autoloads nil "gnus-kill" "gnus/gnus-kill.el" (22330 59913
12385;;;;;; 180321 19000)) 12401;;;;;; 938323 541000))
12386;;; Generated autoloads from gnus/gnus-kill.el 12402;;; Generated autoloads from gnus/gnus-kill.el
12387 12403
12388(defalias 'gnus-batch-kill 'gnus-batch-score) 12404(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -12395,8 +12411,8 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12395 12411
12396;;;*** 12412;;;***
12397 12413
12398;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (22150 28227 698072 12414;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (22331 17372 19369
12399;;;;;; 702000)) 12415;;;;;; 526000))
12400;;; Generated autoloads from gnus/gnus-ml.el 12416;;; Generated autoloads from gnus/gnus-ml.el
12401 12417
12402(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 12418(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -12419,8 +12435,8 @@ Minor mode for providing mailing-list commands.
12419 12435
12420;;;*** 12436;;;***
12421 12437
12422;;;### (autoloads nil "gnus-mlspl" "gnus/gnus-mlspl.el" (22150 28227 12438;;;### (autoloads nil "gnus-mlspl" "gnus/gnus-mlspl.el" (22330 59913
12423;;;;;; 698072 702000)) 12439;;;;;; 938323 541000))
12424;;; Generated autoloads from gnus/gnus-mlspl.el 12440;;; Generated autoloads from gnus/gnus-mlspl.el
12425 12441
12426(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 12442(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -12520,8 +12536,8 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12520 12536
12521;;;*** 12537;;;***
12522 12538
12523;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (22150 28227 12539;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (22331 17372
12524;;;;;; 702072 702000)) 12540;;;;;; 19369 526000))
12525;;; Generated autoloads from gnus/gnus-msg.el 12541;;; Generated autoloads from gnus/gnus-msg.el
12526 12542
12527(autoload 'gnus-msg-mail "gnus-msg" "\ 12543(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -12548,7 +12564,7 @@ Like `message-reply'.
12548;;;*** 12564;;;***
12549 12565
12550;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el" 12566;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el"
12551;;;;;; (22150 28227 702072 702000)) 12567;;;;;; (22331 17372 19369 526000))
12552;;; Generated autoloads from gnus/gnus-notifications.el 12568;;; Generated autoloads from gnus/gnus-notifications.el
12553 12569
12554(autoload 'gnus-notifications "gnus-notifications" "\ 12570(autoload 'gnus-notifications "gnus-notifications" "\
@@ -12564,8 +12580,8 @@ This is typically a function to add in
12564 12580
12565;;;*** 12581;;;***
12566 12582
12567;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (22192 2880 12583;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (22331 17372
12568;;;;;; 983382 391000)) 12584;;;;;; 19369 526000))
12569;;; Generated autoloads from gnus/gnus-picon.el 12585;;; Generated autoloads from gnus/gnus-picon.el
12570 12586
12571(autoload 'gnus-treat-from-picon "gnus-picon" "\ 12587(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -12588,8 +12604,8 @@ If picons are already displayed, remove them.
12588 12604
12589;;;*** 12605;;;***
12590 12606
12591;;;### (autoloads nil "gnus-range" "gnus/gnus-range.el" (22150 28227 12607;;;### (autoloads nil "gnus-range" "gnus/gnus-range.el" (22330 59913
12592;;;;;; 702072 702000)) 12608;;;;;; 938323 541000))
12593;;; Generated autoloads from gnus/gnus-range.el 12609;;; Generated autoloads from gnus/gnus-range.el
12594 12610
12595(autoload 'gnus-sorted-difference "gnus-range" "\ 12611(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -12656,8 +12672,8 @@ Add NUM into sorted LIST by side effect.
12656 12672
12657;;;*** 12673;;;***
12658 12674
12659;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (22150 12675;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (22331
12660;;;;;; 28227 702072 702000)) 12676;;;;;; 17372 19369 526000))
12661;;; Generated autoloads from gnus/gnus-registry.el 12677;;; Generated autoloads from gnus/gnus-registry.el
12662 12678
12663(autoload 'gnus-registry-initialize "gnus-registry" "\ 12679(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -12672,8 +12688,8 @@ Install the registry hooks.
12672 12688
12673;;;*** 12689;;;***
12674 12690
12675;;;### (autoloads nil "gnus-sieve" "gnus/gnus-sieve.el" (22150 28227 12691;;;### (autoloads nil "gnus-sieve" "gnus/gnus-sieve.el" (22330 59913
12676;;;;;; 806072 702000)) 12692;;;;;; 938323 541000))
12677;;; Generated autoloads from gnus/gnus-sieve.el 12693;;; Generated autoloads from gnus/gnus-sieve.el
12678 12694
12679(autoload 'gnus-sieve-update "gnus-sieve" "\ 12695(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -12700,8 +12716,8 @@ See the documentation for these variables and functions for details.
12700 12716
12701;;;*** 12717;;;***
12702 12718
12703;;;### (autoloads nil "gnus-spec" "gnus/gnus-spec.el" (22150 28227 12719;;;### (autoloads nil "gnus-spec" "gnus/gnus-spec.el" (22331 17372
12704;;;;;; 806072 702000)) 12720;;;;;; 20369 523000))
12705;;; Generated autoloads from gnus/gnus-spec.el 12721;;; Generated autoloads from gnus/gnus-spec.el
12706 12722
12707(autoload 'gnus-update-format "gnus-spec" "\ 12723(autoload 'gnus-update-format "gnus-spec" "\
@@ -12711,8 +12727,8 @@ Update the format specification near point.
12711 12727
12712;;;*** 12728;;;***
12713 12729
12714;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (22197 58438 12730;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (22331 17372
12715;;;;;; 235460 447000)) 12731;;;;;; 21369 519000))
12716;;; Generated autoloads from gnus/gnus-start.el 12732;;; Generated autoloads from gnus/gnus-start.el
12717 12733
12718(autoload 'gnus-declare-backend "gnus-start" "\ 12734(autoload 'gnus-declare-backend "gnus-start" "\
@@ -12722,8 +12738,8 @@ Declare back end NAME with ABILITIES as a Gnus back end.
12722 12738
12723;;;*** 12739;;;***
12724 12740
12725;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (22199 13769 12741;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (22331 17372
12726;;;;;; 464900 836000)) 12742;;;;;; 24369 509000))
12727;;; Generated autoloads from gnus/gnus-sum.el 12743;;; Generated autoloads from gnus/gnus-sum.el
12728 12744
12729(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ 12745(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
@@ -12734,8 +12750,8 @@ BOOKMARK is a bookmark name or a bookmark record.
12734 12750
12735;;;*** 12751;;;***
12736 12752
12737;;;### (autoloads nil "gnus-sync" "gnus/gnus-sync.el" (22150 28227 12753;;;### (autoloads nil "gnus-sync" "gnus/gnus-sync.el" (22331 17372
12738;;;;;; 862072 702000)) 12754;;;;;; 24369 509000))
12739;;; Generated autoloads from gnus/gnus-sync.el 12755;;; Generated autoloads from gnus/gnus-sync.el
12740 12756
12741(autoload 'gnus-sync-initialize "gnus-sync" "\ 12757(autoload 'gnus-sync-initialize "gnus-sync" "\
@@ -12750,8 +12766,8 @@ Install the sync hooks.
12750 12766
12751;;;*** 12767;;;***
12752 12768
12753;;;### (autoloads nil "gnus-win" "gnus/gnus-win.el" (22150 28227 12769;;;### (autoloads nil "gnus-win" "gnus/gnus-win.el" (22331 17372
12754;;;;;; 938072 702000)) 12770;;;;;; 25369 505000))
12755;;; Generated autoloads from gnus/gnus-win.el 12771;;; Generated autoloads from gnus/gnus-win.el
12756 12772
12757(autoload 'gnus-add-configuration "gnus-win" "\ 12773(autoload 'gnus-add-configuration "gnus-win" "\
@@ -12761,8 +12777,8 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12761 12777
12762;;;*** 12778;;;***
12763 12779
12764;;;### (autoloads nil "gnutls" "net/gnutls.el" (22150 28228 358072 12780;;;### (autoloads nil "gnutls" "net/gnutls.el" (22331 17372 58369
12765;;;;;; 702000)) 12781;;;;;; 388000))
12766;;; Generated autoloads from net/gnutls.el 12782;;; Generated autoloads from net/gnutls.el
12767 12783
12768(defvar gnutls-min-prime-bits 256 "\ 12784(defvar gnutls-min-prime-bits 256 "\
@@ -12778,8 +12794,8 @@ A value of nil says to use the default GnuTLS value.")
12778 12794
12779;;;*** 12795;;;***
12780 12796
12781;;;### (autoloads nil "gomoku" "play/gomoku.el" (22182 4679 471463 12797;;;### (autoloads nil "gomoku" "play/gomoku.el" (22330 59913 969323
12782;;;;;; 499000)) 12798;;;;;; 446000))
12783;;; Generated autoloads from play/gomoku.el 12799;;; Generated autoloads from play/gomoku.el
12784 12800
12785(autoload 'gomoku "gomoku" "\ 12801(autoload 'gomoku "gomoku" "\
@@ -12805,8 +12821,8 @@ Use \\[describe-mode] for more info.
12805 12821
12806;;;*** 12822;;;***
12807 12823
12808;;;### (autoloads nil "goto-addr" "net/goto-addr.el" (22150 28228 12824;;;### (autoloads nil "goto-addr" "net/goto-addr.el" (22330 59913
12809;;;;;; 358072 702000)) 12825;;;;;; 953323 495000))
12810;;; Generated autoloads from net/goto-addr.el 12826;;; Generated autoloads from net/goto-addr.el
12811 12827
12812(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 12828(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -12847,8 +12863,8 @@ Like `goto-address-mode', but only for comments and strings.
12847 12863
12848;;;*** 12864;;;***
12849 12865
12850;;;### (autoloads nil "gravatar" "gnus/gravatar.el" (22150 28227 12866;;;### (autoloads nil "gravatar" "gnus/gravatar.el" (22331 17372
12851;;;;;; 942072 702000)) 12867;;;;;; 26369 502000))
12852;;; Generated autoloads from gnus/gravatar.el 12868;;; Generated autoloads from gnus/gravatar.el
12853 12869
12854(autoload 'gravatar-retrieve "gravatar" "\ 12870(autoload 'gravatar-retrieve "gravatar" "\
@@ -12864,8 +12880,8 @@ Retrieve MAIL-ADDRESS gravatar and returns it.
12864 12880
12865;;;*** 12881;;;***
12866 12882
12867;;;### (autoloads nil "grep" "progmodes/grep.el" (22296 46772 464104 12883;;;### (autoloads nil "grep" "progmodes/grep.el" (22331 17372 94369
12868;;;;;; 103000)) 12884;;;;;; 260000))
12869;;; Generated autoloads from progmodes/grep.el 12885;;; Generated autoloads from progmodes/grep.el
12870 12886
12871(defvar grep-window-height nil "\ 12887(defvar grep-window-height nil "\
@@ -13032,7 +13048,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'.
13032 13048
13033;;;*** 13049;;;***
13034 13050
13035;;;### (autoloads nil "gs" "gs.el" (22150 28228 26072 702000)) 13051;;;### (autoloads nil "gs" "gs.el" (22330 59913 913323 619000))
13036;;; Generated autoloads from gs.el 13052;;; Generated autoloads from gs.el
13037 13053
13038(autoload 'gs-load-image "gs" "\ 13054(autoload 'gs-load-image "gs" "\
@@ -13045,8 +13061,8 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
13045 13061
13046;;;*** 13062;;;***
13047 13063
13048;;;### (autoloads nil "gud" "progmodes/gud.el" (22189 64323 288321 13064;;;### (autoloads nil "gud" "progmodes/gud.el" (22331 17372 95369
13049;;;;;; 19000)) 13065;;;;;; 256000))
13050;;; Generated autoloads from progmodes/gud.el 13066;;; Generated autoloads from progmodes/gud.el
13051 13067
13052(autoload 'gud-gdb "gud" "\ 13068(autoload 'gud-gdb "gud" "\
@@ -13124,7 +13140,8 @@ Major mode for editing GDB scripts.
13124 13140
13125(defvar gud-tooltip-mode nil "\ 13141(defvar gud-tooltip-mode nil "\
13126Non-nil if Gud-Tooltip mode is enabled. 13142Non-nil if Gud-Tooltip mode is enabled.
13127See the command `gud-tooltip-mode' for a description of this minor mode. 13143See the `gud-tooltip-mode' command
13144for a description of this minor mode.
13128Setting this variable directly does not take effect; 13145Setting this variable directly does not take effect;
13129either customize it (see the info node `Easy Customization') 13146either customize it (see the info node `Easy Customization')
13130or call the function `gud-tooltip-mode'.") 13147or call the function `gud-tooltip-mode'.")
@@ -13141,8 +13158,8 @@ it if ARG is omitted or nil.
13141 13158
13142;;;*** 13159;;;***
13143 13160
13144;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (22150 28227 434072 13161;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (22330 59913 929323
13145;;;;;; 702000)) 13162;;;;;; 569000))
13146;;; Generated autoloads from emacs-lisp/gv.el 13163;;; Generated autoloads from emacs-lisp/gv.el
13147 13164
13148(autoload 'gv-get "gv" "\ 13165(autoload 'gv-get "gv" "\
@@ -13244,8 +13261,8 @@ binding mode.
13244 13261
13245;;;*** 13262;;;***
13246 13263
13247;;;### (autoloads nil "handwrite" "play/handwrite.el" (22150 28228 13264;;;### (autoloads nil "handwrite" "play/handwrite.el" (22330 59913
13248;;;;;; 678072 702000)) 13265;;;;;; 969323 446000))
13249;;; Generated autoloads from play/handwrite.el 13266;;; Generated autoloads from play/handwrite.el
13250 13267
13251(autoload 'handwrite "handwrite" "\ 13268(autoload 'handwrite "handwrite" "\
@@ -13262,8 +13279,8 @@ Variables: `handwrite-linespace' (default 12)
13262 13279
13263;;;*** 13280;;;***
13264 13281
13265;;;### (autoloads nil "hanoi" "play/hanoi.el" (22086 11930 130062 13282;;;### (autoloads nil "hanoi" "play/hanoi.el" (22330 59913 969323
13266;;;;;; 731000)) 13283;;;;;; 446000))
13267;;; Generated autoloads from play/hanoi.el 13284;;; Generated autoloads from play/hanoi.el
13268 13285
13269(autoload 'hanoi "hanoi" "\ 13286(autoload 'hanoi "hanoi" "\
@@ -13290,8 +13307,8 @@ to be updated.
13290 13307
13291;;;*** 13308;;;***
13292 13309
13293;;;### (autoloads nil "hashcash" "mail/hashcash.el" (22150 28228 13310;;;### (autoloads nil "hashcash" "mail/hashcash.el" (22330 59913
13294;;;;;; 230072 702000)) 13311;;;;;; 947323 514000))
13295;;; Generated autoloads from mail/hashcash.el 13312;;; Generated autoloads from mail/hashcash.el
13296 13313
13297(autoload 'hashcash-insert-payment "hashcash" "\ 13314(autoload 'hashcash-insert-payment "hashcash" "\
@@ -13333,8 +13350,8 @@ Prefix arg sets default accept amount temporarily.
13333 13350
13334;;;*** 13351;;;***
13335 13352
13336;;;### (autoloads nil "help-at-pt" "help-at-pt.el" (22150 28228 26072 13353;;;### (autoloads nil "help-at-pt" "help-at-pt.el" (22330 59913 913323
13337;;;;;; 702000)) 13354;;;;;; 619000))
13338;;; Generated autoloads from help-at-pt.el 13355;;; Generated autoloads from help-at-pt.el
13339 13356
13340(autoload 'help-at-pt-string "help-at-pt" "\ 13357(autoload 'help-at-pt-string "help-at-pt" "\
@@ -13461,8 +13478,8 @@ different regions. With numeric argument ARG, behaves like
13461 13478
13462;;;*** 13479;;;***
13463 13480
13464;;;### (autoloads nil "help-fns" "help-fns.el" (22211 4933 601358 13481;;;### (autoloads nil "help-fns" "help-fns.el" (22331 17372 37369
13465;;;;;; 144000)) 13482;;;;;; 462000))
13466;;; Generated autoloads from help-fns.el 13483;;; Generated autoloads from help-fns.el
13467 13484
13468(autoload 'describe-function "help-fns" "\ 13485(autoload 'describe-function "help-fns" "\
@@ -13549,8 +13566,8 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file.
13549 13566
13550;;;*** 13567;;;***
13551 13568
13552;;;### (autoloads nil "help-macro" "help-macro.el" (22150 28228 26072 13569;;;### (autoloads nil "help-macro" "help-macro.el" (22330 59913 913323
13553;;;;;; 702000)) 13570;;;;;; 619000))
13554;;; Generated autoloads from help-macro.el 13571;;; Generated autoloads from help-macro.el
13555 13572
13556(defvar three-step-help nil "\ 13573(defvar three-step-help nil "\
@@ -13564,8 +13581,8 @@ gives the window that lists the options.")
13564 13581
13565;;;*** 13582;;;***
13566 13583
13567;;;### (autoloads nil "help-mode" "help-mode.el" (22220 19926 384329 13584;;;### (autoloads nil "help-mode" "help-mode.el" (22331 17372 37369
13568;;;;;; 271000)) 13585;;;;;; 462000))
13569;;; Generated autoloads from help-mode.el 13586;;; Generated autoloads from help-mode.el
13570 13587
13571(autoload 'help-mode "help-mode" "\ 13588(autoload 'help-mode "help-mode" "\
@@ -13666,8 +13683,8 @@ BOOKMARK is a bookmark name or a bookmark record.
13666 13683
13667;;;*** 13684;;;***
13668 13685
13669;;;### (autoloads nil "helper" "emacs-lisp/helper.el" (22150 28227 13686;;;### (autoloads nil "helper" "emacs-lisp/helper.el" (22330 59913
13670;;;;;; 434072 702000)) 13687;;;;;; 929323 569000))
13671;;; Generated autoloads from emacs-lisp/helper.el 13688;;; Generated autoloads from emacs-lisp/helper.el
13672 13689
13673(autoload 'Helper-describe-bindings "helper" "\ 13690(autoload 'Helper-describe-bindings "helper" "\
@@ -13682,7 +13699,7 @@ Provide help for current mode.
13682 13699
13683;;;*** 13700;;;***
13684 13701
13685;;;### (autoloads nil "hexl" "hexl.el" (22150 28228 26072 702000)) 13702;;;### (autoloads nil "hexl" "hexl.el" (22330 59913 913323 619000))
13686;;; Generated autoloads from hexl.el 13703;;; Generated autoloads from hexl.el
13687 13704
13688(autoload 'hexl-mode "hexl" "\ 13705(autoload 'hexl-mode "hexl" "\
@@ -13776,7 +13793,8 @@ This discards the buffer's undo information.
13776 13793
13777;;;*** 13794;;;***
13778 13795
13779;;;### (autoloads nil "hi-lock" "hi-lock.el" (22150 28228 30072 702000)) 13796;;;### (autoloads nil "hi-lock" "hi-lock.el" (22330 59913 739324
13797;;;;;; 156000))
13780;;; Generated autoloads from hi-lock.el 13798;;; Generated autoloads from hi-lock.el
13781 13799
13782(autoload 'hi-lock-mode "hi-lock" "\ 13800(autoload 'hi-lock-mode "hi-lock" "\
@@ -13846,7 +13864,8 @@ Hi-lock: end is found. A mode is excluded if it's in the list
13846 13864
13847(defvar global-hi-lock-mode nil "\ 13865(defvar global-hi-lock-mode nil "\
13848Non-nil if Global Hi-Lock mode is enabled. 13866Non-nil if Global Hi-Lock mode is enabled.
13849See the command `global-hi-lock-mode' for a description of this minor mode. 13867See the `global-hi-lock-mode' command
13868for a description of this minor mode.
13850Setting this variable directly does not take effect; 13869Setting this variable directly does not take effect;
13851either customize it (see the info node `Easy Customization') 13870either customize it (see the info node `Easy Customization')
13852or call the function `global-hi-lock-mode'.") 13871or call the function `global-hi-lock-mode'.")
@@ -13943,8 +13962,8 @@ be found in variable `hi-lock-interactive-patterns'.
13943 13962
13944;;;*** 13963;;;***
13945 13964
13946;;;### (autoloads nil "hideif" "progmodes/hideif.el" (22197 58438 13965;;;### (autoloads nil "hideif" "progmodes/hideif.el" (22330 59913
13947;;;;;; 447460 447000)) 13966;;;;;; 983323 402000))
13948;;; Generated autoloads from progmodes/hideif.el 13967;;; Generated autoloads from progmodes/hideif.el
13949 13968
13950(autoload 'hide-ifdef-mode "hideif" "\ 13969(autoload 'hide-ifdef-mode "hideif" "\
@@ -13991,8 +14010,8 @@ Several variables affect how the hiding is done:
13991 14010
13992;;;*** 14011;;;***
13993 14012
13994;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (22150 28228 14013;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (22331 17372
13995;;;;;; 830072 702000)) 14014;;;;;; 95369 256000))
13996;;; Generated autoloads from progmodes/hideshow.el 14015;;; Generated autoloads from progmodes/hideshow.el
13997 14016
13998(defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\ 14017(defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\
@@ -14054,8 +14073,8 @@ Unconditionally turn off `hs-minor-mode'.
14054 14073
14055;;;*** 14074;;;***
14056 14075
14057;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (22150 28228 30072 14076;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (22330 59913 913323
14058;;;;;; 702000)) 14077;;;;;; 619000))
14059;;; Generated autoloads from hilit-chg.el 14078;;; Generated autoloads from hilit-chg.el
14060 14079
14061(autoload 'highlight-changes-mode "hilit-chg" "\ 14080(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -14165,7 +14184,8 @@ changes are made, so \\[highlight-changes-next-change] and
14165 14184
14166(defvar global-highlight-changes-mode nil "\ 14185(defvar global-highlight-changes-mode nil "\
14167Non-nil if Global Highlight-Changes mode is enabled. 14186Non-nil if Global Highlight-Changes mode is enabled.
14168See the command `global-highlight-changes-mode' for a description of this minor mode. 14187See the `global-highlight-changes-mode' command
14188for a description of this minor mode.
14169Setting this variable directly does not take effect; 14189Setting this variable directly does not take effect;
14170either customize it (see the info node `Easy Customization') 14190either customize it (see the info node `Easy Customization')
14171or call the function `global-highlight-changes-mode'.") 14191or call the function `global-highlight-changes-mode'.")
@@ -14186,8 +14206,8 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
14186 14206
14187;;;*** 14207;;;***
14188 14208
14189;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (22150 28228 30072 14209;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (22330 59913 913323
14190;;;;;; 702000)) 14210;;;;;; 619000))
14191;;; Generated autoloads from hippie-exp.el 14211;;; Generated autoloads from hippie-exp.el
14192(push (purecopy '(hippie-exp 1 6)) package--builtin-versions) 14212(push (purecopy '(hippie-exp 1 6)) package--builtin-versions)
14193 14213
@@ -14219,7 +14239,8 @@ argument VERBOSE non-nil makes the function verbose.
14219 14239
14220;;;*** 14240;;;***
14221 14241
14222;;;### (autoloads nil "hl-line" "hl-line.el" (22150 28228 30072 702000)) 14242;;;### (autoloads nil "hl-line" "hl-line.el" (22330 59913 913323
14243;;;;;; 619000))
14223;;; Generated autoloads from hl-line.el 14244;;; Generated autoloads from hl-line.el
14224 14245
14225(autoload 'hl-line-mode "hl-line" "\ 14246(autoload 'hl-line-mode "hl-line" "\
@@ -14244,7 +14265,8 @@ addition to `hl-line-highlight' on `post-command-hook'.
14244 14265
14245(defvar global-hl-line-mode nil "\ 14266(defvar global-hl-line-mode nil "\
14246Non-nil if Global Hl-Line mode is enabled. 14267Non-nil if Global Hl-Line mode is enabled.
14247See the command `global-hl-line-mode' for a description of this minor mode. 14268See the `global-hl-line-mode' command
14269for a description of this minor mode.
14248Setting this variable directly does not take effect; 14270Setting this variable directly does not take effect;
14249either customize it (see the info node `Easy Customization') 14271either customize it (see the info node `Easy Customization')
14250or call the function `global-hl-line-mode'.") 14272or call the function `global-hl-line-mode'.")
@@ -14268,8 +14290,8 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
14268 14290
14269;;;*** 14291;;;***
14270 14292
14271;;;### (autoloads nil "holidays" "calendar/holidays.el" (22150 28227 14293;;;### (autoloads nil "holidays" "calendar/holidays.el" (22330 59913
14272;;;;;; 78072 702000)) 14294;;;;;; 920323 597000))
14273;;; Generated autoloads from calendar/holidays.el 14295;;; Generated autoloads from calendar/holidays.el
14274 14296
14275(defvar holiday-general-holidays (mapcar 'purecopy '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\ 14297(defvar holiday-general-holidays (mapcar 'purecopy '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\
@@ -14379,8 +14401,8 @@ The optional LABEL is used to label the buffer created.
14379 14401
14380;;;*** 14402;;;***
14381 14403
14382;;;### (autoloads nil "html2text" "gnus/html2text.el" (22150 28227 14404;;;### (autoloads nil "html2text" "gnus/html2text.el" (22331 17372
14383;;;;;; 946072 702000)) 14405;;;;;; 26369 502000))
14384;;; Generated autoloads from gnus/html2text.el 14406;;; Generated autoloads from gnus/html2text.el
14385 14407
14386(autoload 'html2text "html2text" "\ 14408(autoload 'html2text "html2text" "\
@@ -14390,8 +14412,8 @@ Convert HTML to plain text in the current buffer.
14390 14412
14391;;;*** 14413;;;***
14392 14414
14393;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (22174 41792 14415;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (22331 17372
14394;;;;;; 975867 435000)) 14416;;;;;; 38369 459000))
14395;;; Generated autoloads from htmlfontify.el 14417;;; Generated autoloads from htmlfontify.el
14396(push (purecopy '(htmlfontify 0 21)) package--builtin-versions) 14418(push (purecopy '(htmlfontify 0 21)) package--builtin-versions)
14397 14419
@@ -14424,8 +14446,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'.
14424 14446
14425;;;*** 14447;;;***
14426 14448
14427;;;### (autoloads nil "ibuf-macs" "ibuf-macs.el" (22150 28228 50072 14449;;;### (autoloads nil "ibuf-macs" "ibuf-macs.el" (22330 59913 913323
14428;;;;;; 702000)) 14450;;;;;; 619000))
14429;;; Generated autoloads from ibuf-macs.el 14451;;; Generated autoloads from ibuf-macs.el
14430 14452
14431(autoload 'define-ibuffer-column "ibuf-macs" "\ 14453(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -14527,8 +14549,7 @@ bound to the current value of the filter.
14527 14549
14528;;;*** 14550;;;***
14529 14551
14530;;;### (autoloads nil "ibuffer" "ibuffer.el" (22150 28612 886072 14552;;;### (autoloads nil "ibuffer" "ibuffer.el" (22331 17372 39369 455000))
14531;;;;;; 702000))
14532;;; Generated autoloads from ibuffer.el 14553;;; Generated autoloads from ibuffer.el
14533 14554
14534(autoload 'ibuffer-list-buffers "ibuffer" "\ 14555(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -14567,8 +14588,8 @@ FORMATS is the value to use for `ibuffer-formats'.
14567 14588
14568;;;*** 14589;;;***
14569 14590
14570;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (22150 14591;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (22330
14571;;;;;; 28227 78072 702000)) 14592;;;;;; 59913 920323 597000))
14572;;; Generated autoloads from calendar/icalendar.el 14593;;; Generated autoloads from calendar/icalendar.el
14573(push (purecopy '(icalendar 0 19)) package--builtin-versions) 14594(push (purecopy '(icalendar 0 19)) package--builtin-versions)
14574 14595
@@ -14621,13 +14642,14 @@ buffer `*icalendar-errors*'.
14621 14642
14622;;;*** 14643;;;***
14623 14644
14624;;;### (autoloads nil "icomplete" "icomplete.el" (22150 28228 54072 14645;;;### (autoloads nil "icomplete" "icomplete.el" (22331 17372 39369
14625;;;;;; 702000)) 14646;;;;;; 455000))
14626;;; Generated autoloads from icomplete.el 14647;;; Generated autoloads from icomplete.el
14627 14648
14628(defvar icomplete-mode nil "\ 14649(defvar icomplete-mode nil "\
14629Non-nil if Icomplete mode is enabled. 14650Non-nil if Icomplete mode is enabled.
14630See the command `icomplete-mode' for a description of this minor mode. 14651See the `icomplete-mode' command
14652for a description of this minor mode.
14631Setting this variable directly does not take effect; 14653Setting this variable directly does not take effect;
14632either customize it (see the info node `Easy Customization') 14654either customize it (see the info node `Easy Customization')
14633or call the function `icomplete-mode'.") 14655or call the function `icomplete-mode'.")
@@ -14661,8 +14683,8 @@ completions:
14661 14683
14662;;;*** 14684;;;***
14663 14685
14664;;;### (autoloads nil "icon" "progmodes/icon.el" (22197 58438 447460 14686;;;### (autoloads nil "icon" "progmodes/icon.el" (22330 59913 983323
14665;;;;;; 447000)) 14687;;;;;; 402000))
14666;;; Generated autoloads from progmodes/icon.el 14688;;; Generated autoloads from progmodes/icon.el
14667 14689
14668(autoload 'icon-mode "icon" "\ 14690(autoload 'icon-mode "icon" "\
@@ -14702,8 +14724,8 @@ with no args, if that value is non-nil.
14702 14724
14703;;;*** 14725;;;***
14704 14726
14705;;;### (autoloads nil "idlw-shell" "progmodes/idlw-shell.el" (22150 14727;;;### (autoloads nil "idlw-shell" "progmodes/idlw-shell.el" (22330
14706;;;;;; 28228 850072 702000)) 14728;;;;;; 59913 984323 399000))
14707;;; Generated autoloads from progmodes/idlw-shell.el 14729;;; Generated autoloads from progmodes/idlw-shell.el
14708 14730
14709(autoload 'idlwave-shell "idlw-shell" "\ 14731(autoload 'idlwave-shell "idlw-shell" "\
@@ -14728,8 +14750,8 @@ See also the variable `idlwave-shell-prompt-pattern'.
14728 14750
14729;;;*** 14751;;;***
14730 14752
14731;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (22197 58438 14753;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (22330 59913
14732;;;;;; 467460 447000)) 14754;;;;;; 984323 399000))
14733;;; Generated autoloads from progmodes/idlwave.el 14755;;; Generated autoloads from progmodes/idlwave.el
14734(push (purecopy '(idlwave 6 1 22)) package--builtin-versions) 14756(push (purecopy '(idlwave 6 1 22)) package--builtin-versions)
14735 14757
@@ -14858,7 +14880,7 @@ The main features of this mode are
14858 14880
14859;;;*** 14881;;;***
14860 14882
14861;;;### (autoloads nil "ido" "ido.el" (22150 28228 82072 702000)) 14883;;;### (autoloads nil "ido" "ido.el" (22330 59913 913323 619000))
14862;;; Generated autoloads from ido.el 14884;;; Generated autoloads from ido.el
14863 14885
14864(defvar ido-mode nil "\ 14886(defvar ido-mode nil "\
@@ -15120,7 +15142,7 @@ DEF, if non-nil, is the default value.
15120 15142
15121;;;*** 15143;;;***
15122 15144
15123;;;### (autoloads nil "ielm" "ielm.el" (22150 28228 82072 702000)) 15145;;;### (autoloads nil "ielm" "ielm.el" (22330 59913 913323 619000))
15124;;; Generated autoloads from ielm.el 15146;;; Generated autoloads from ielm.el
15125 15147
15126(autoload 'ielm "ielm" "\ 15148(autoload 'ielm "ielm" "\
@@ -15132,7 +15154,7 @@ See `inferior-emacs-lisp-mode' for details.
15132 15154
15133;;;*** 15155;;;***
15134 15156
15135;;;### (autoloads nil "iimage" "iimage.el" (22150 28228 82072 702000)) 15157;;;### (autoloads nil "iimage" "iimage.el" (22330 59913 913323 619000))
15136;;; Generated autoloads from iimage.el 15158;;; Generated autoloads from iimage.el
15137 15159
15138(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") 15160(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")
@@ -15148,7 +15170,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
15148 15170
15149;;;*** 15171;;;***
15150 15172
15151;;;### (autoloads nil "image" "image.el" (22150 28228 86072 702000)) 15173;;;### (autoloads nil "image" "image.el" (22331 17372 40369 452000))
15152;;; Generated autoloads from image.el 15174;;; Generated autoloads from image.el
15153 15175
15154(autoload 'image-type-from-data "image" "\ 15176(autoload 'image-type-from-data "image" "\
@@ -15341,8 +15363,8 @@ If Emacs is compiled without ImageMagick support, this does nothing.
15341 15363
15342;;;*** 15364;;;***
15343 15365
15344;;;### (autoloads nil "image-dired" "image-dired.el" (22150 28228 15366;;;### (autoloads nil "image-dired" "image-dired.el" (22331 17372
15345;;;;;; 86072 702000)) 15367;;;;;; 39369 455000))
15346;;; Generated autoloads from image-dired.el 15368;;; Generated autoloads from image-dired.el
15347(push (purecopy '(image-dired 0 4 11)) package--builtin-versions) 15369(push (purecopy '(image-dired 0 4 11)) package--builtin-versions)
15348 15370
@@ -15479,8 +15501,8 @@ easy-to-use form.
15479 15501
15480;;;*** 15502;;;***
15481 15503
15482;;;### (autoloads nil "image-file" "image-file.el" (22150 28228 86072 15504;;;### (autoloads nil "image-file" "image-file.el" (22330 59913 913323
15483;;;;;; 702000)) 15505;;;;;; 619000))
15484;;; Generated autoloads from image-file.el 15506;;; Generated autoloads from image-file.el
15485 15507
15486(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 15508(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -15521,7 +15543,8 @@ the command `insert-file-contents'.
15521 15543
15522(defvar auto-image-file-mode nil "\ 15544(defvar auto-image-file-mode nil "\
15523Non-nil if Auto-Image-File mode is enabled. 15545Non-nil if Auto-Image-File mode is enabled.
15524See the command `auto-image-file-mode' for a description of this minor mode. 15546See the `auto-image-file-mode' command
15547for a description of this minor mode.
15525Setting this variable directly does not take effect; 15548Setting this variable directly does not take effect;
15526either customize it (see the info node `Easy Customization') 15549either customize it (see the info node `Easy Customization')
15527or call the function `auto-image-file-mode'.") 15550or call the function `auto-image-file-mode'.")
@@ -15542,8 +15565,8 @@ An image file is one whose name has an extension in
15542 15565
15543;;;*** 15566;;;***
15544 15567
15545;;;### (autoloads nil "image-mode" "image-mode.el" (22174 53239 753341 15568;;;### (autoloads nil "image-mode" "image-mode.el" (22331 17372 40369
15546;;;;;; 435000)) 15569;;;;;; 452000))
15547;;; Generated autoloads from image-mode.el 15570;;; Generated autoloads from image-mode.el
15548 15571
15549(autoload 'image-mode "image-mode" "\ 15572(autoload 'image-mode "image-mode" "\
@@ -15590,7 +15613,7 @@ on these modes.
15590 15613
15591;;;*** 15614;;;***
15592 15615
15593;;;### (autoloads nil "imenu" "imenu.el" (22150 28228 90072 702000)) 15616;;;### (autoloads nil "imenu" "imenu.el" (22330 59913 739324 156000))
15594;;; Generated autoloads from imenu.el 15617;;; Generated autoloads from imenu.el
15595 15618
15596(defvar imenu-sort-function nil "\ 15619(defvar imenu-sort-function nil "\
@@ -15728,8 +15751,8 @@ for more information.
15728 15751
15729;;;*** 15752;;;***
15730 15753
15731;;;### (autoloads nil "ind-util" "language/ind-util.el" (22150 28228 15754;;;### (autoloads nil "ind-util" "language/ind-util.el" (22330 59913
15732;;;;;; 190072 702000)) 15755;;;;;; 941323 532000))
15733;;; Generated autoloads from language/ind-util.el 15756;;; Generated autoloads from language/ind-util.el
15734 15757
15735(autoload 'indian-compose-region "ind-util" "\ 15758(autoload 'indian-compose-region "ind-util" "\
@@ -15759,8 +15782,8 @@ Convert old Emacs Devanagari characters to UCS.
15759 15782
15760;;;*** 15783;;;***
15761 15784
15762;;;### (autoloads nil "inf-lisp" "progmodes/inf-lisp.el" (22150 28228 15785;;;### (autoloads nil "inf-lisp" "progmodes/inf-lisp.el" (22330 59913
15763;;;;;; 862072 702000)) 15786;;;;;; 984323 399000))
15764;;; Generated autoloads from progmodes/inf-lisp.el 15787;;; Generated autoloads from progmodes/inf-lisp.el
15765 15788
15766(autoload 'inferior-lisp "inf-lisp" "\ 15789(autoload 'inferior-lisp "inf-lisp" "\
@@ -15778,7 +15801,7 @@ of `inferior-lisp-program'). Runs the hooks from
15778 15801
15779;;;*** 15802;;;***
15780 15803
15781;;;### (autoloads nil "info" "info.el" (22150 28228 98072 702000)) 15804;;;### (autoloads nil "info" "info.el" (22331 17372 41369 448000))
15782;;; Generated autoloads from info.el 15805;;; Generated autoloads from info.el
15783 15806
15784(defcustom Info-default-directory-list (let* ((config-dir (file-name-as-directory (or (and (featurep 'ns) (let ((dir (expand-file-name "../info" data-directory))) (if (file-directory-p dir) dir))) configure-info-directory))) (prefixes (prune-directory-list '("/usr/local/" "/usr/" "/opt/" "/"))) (suffixes '("share/" "" "gnu/" "gnu/lib/" "gnu/lib/emacs/" "emacs/" "lib/" "lib/emacs/")) (standard-info-dirs (apply #'nconc (mapcar (lambda (pfx) (let ((dirs (mapcar (lambda (sfx) (concat pfx sfx "info/")) suffixes))) (prune-directory-list dirs))) prefixes))) (dirs (if (member config-dir standard-info-dirs) (nconc standard-info-dirs (list config-dir)) (cons config-dir standard-info-dirs)))) (if (not (eq system-type 'windows-nt)) dirs (let* ((instdir (file-name-directory invocation-directory)) (dir1 (expand-file-name "../info/" instdir)) (dir2 (expand-file-name "../../../info/" instdir))) (cond ((file-exists-p dir1) (append dirs (list dir1))) ((file-exists-p dir2) (append dirs (list dir2))) (t dirs))))) "\ 15807(defcustom Info-default-directory-list (let* ((config-dir (file-name-as-directory (or (and (featurep 'ns) (let ((dir (expand-file-name "../info" data-directory))) (if (file-directory-p dir) dir))) configure-info-directory))) (prefixes (prune-directory-list '("/usr/local/" "/usr/" "/opt/" "/"))) (suffixes '("share/" "" "gnu/" "gnu/lib/" "gnu/lib/emacs/" "emacs/" "lib/" "lib/emacs/")) (standard-info-dirs (apply #'nconc (mapcar (lambda (pfx) (let ((dirs (mapcar (lambda (sfx) (concat pfx sfx "info/")) suffixes))) (prune-directory-list dirs))) prefixes))) (dirs (if (member config-dir standard-info-dirs) (nconc standard-info-dirs (list config-dir)) (cons config-dir standard-info-dirs)))) (if (not (eq system-type 'windows-nt)) dirs (let* ((instdir (file-name-directory invocation-directory)) (dir1 (expand-file-name "../info/" instdir)) (dir2 (expand-file-name "../../../info/" instdir))) (cond ((file-exists-p dir1) (append dirs (list dir1))) ((file-exists-p dir2) (append dirs (list dir2))) (t dirs))))) "\
@@ -15990,8 +16013,8 @@ completion alternatives to currently visited manuals.
15990 16013
15991;;;*** 16014;;;***
15992 16015
15993;;;### (autoloads nil "info-look" "info-look.el" (22291 28851 633608 16016;;;### (autoloads nil "info-look" "info-look.el" (22330 59913 740324
15994;;;;;; 847000)) 16017;;;;;; 153000))
15995;;; Generated autoloads from info-look.el 16018;;; Generated autoloads from info-look.el
15996 16019
15997(autoload 'info-lookup-reset "info-look" "\ 16020(autoload 'info-lookup-reset "info-look" "\
@@ -16038,8 +16061,8 @@ Perform completion on file preceding point.
16038 16061
16039;;;*** 16062;;;***
16040 16063
16041;;;### (autoloads nil "info-xref" "info-xref.el" (22150 28228 94072 16064;;;### (autoloads nil "info-xref" "info-xref.el" (22330 59913 914323
16042;;;;;; 702000)) 16065;;;;;; 615000))
16043;;; Generated autoloads from info-xref.el 16066;;; Generated autoloads from info-xref.el
16044(push (purecopy '(info-xref 3)) package--builtin-versions) 16067(push (purecopy '(info-xref 3)) package--builtin-versions)
16045 16068
@@ -16122,8 +16145,8 @@ the sources handy.
16122 16145
16123;;;*** 16146;;;***
16124 16147
16125;;;### (autoloads nil "informat" "informat.el" (22150 28228 102072 16148;;;### (autoloads nil "informat" "informat.el" (22330 59913 914323
16126;;;;;; 702000)) 16149;;;;;; 615000))
16127;;; Generated autoloads from informat.el 16150;;; Generated autoloads from informat.el
16128 16151
16129(autoload 'Info-tagify "informat" "\ 16152(autoload 'Info-tagify "informat" "\
@@ -16168,8 +16191,8 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
16168 16191
16169;;;*** 16192;;;***
16170 16193
16171;;;### (autoloads nil "inline" "emacs-lisp/inline.el" (22171 34371 16194;;;### (autoloads nil "inline" "emacs-lisp/inline.el" (22330 59913
16172;;;;;; 930658 796000)) 16195;;;;;; 929323 569000))
16173;;; Generated autoloads from emacs-lisp/inline.el 16196;;; Generated autoloads from emacs-lisp/inline.el
16174 16197
16175(autoload 'define-inline "inline" "\ 16198(autoload 'define-inline "inline" "\
@@ -16183,8 +16206,8 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
16183 16206
16184;;;*** 16207;;;***
16185 16208
16186;;;### (autoloads nil "inversion" "cedet/inversion.el" (22150 28227 16209;;;### (autoloads nil "inversion" "cedet/inversion.el" (22330 59913
16187;;;;;; 218072 702000)) 16210;;;;;; 920323 597000))
16188;;; Generated autoloads from cedet/inversion.el 16211;;; Generated autoloads from cedet/inversion.el
16189(push (purecopy '(inversion 1 3)) package--builtin-versions) 16212(push (purecopy '(inversion 1 3)) package--builtin-versions)
16190 16213
@@ -16196,8 +16219,8 @@ Only checks one based on which kind of Emacs is being run.
16196 16219
16197;;;*** 16220;;;***
16198 16221
16199;;;### (autoloads nil "isearch-x" "international/isearch-x.el" (22150 16222;;;### (autoloads nil "isearch-x" "international/isearch-x.el" (22330
16200;;;;;; 28228 106072 702000)) 16223;;;;;; 59913 939323 538000))
16201;;; Generated autoloads from international/isearch-x.el 16224;;; Generated autoloads from international/isearch-x.el
16202 16225
16203(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 16226(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -16217,8 +16240,8 @@ Toggle input method in interactive search.
16217 16240
16218;;;*** 16241;;;***
16219 16242
16220;;;### (autoloads nil "isearchb" "isearchb.el" (22150 28228 154072 16243;;;### (autoloads nil "isearchb" "isearchb.el" (22330 59913 914323
16221;;;;;; 702000)) 16244;;;;;; 615000))
16222;;; Generated autoloads from isearchb.el 16245;;; Generated autoloads from isearchb.el
16223(push (purecopy '(isearchb 1 5)) package--builtin-versions) 16246(push (purecopy '(isearchb 1 5)) package--builtin-versions)
16224 16247
@@ -16232,8 +16255,8 @@ accessed via isearchb.
16232 16255
16233;;;*** 16256;;;***
16234 16257
16235;;;### (autoloads nil "iso-cvt" "international/iso-cvt.el" (22150 16258;;;### (autoloads nil "iso-cvt" "international/iso-cvt.el" (22330
16236;;;;;; 28228 106072 702000)) 16259;;;;;; 59913 939323 538000))
16237;;; Generated autoloads from international/iso-cvt.el 16260;;; Generated autoloads from international/iso-cvt.el
16238 16261
16239(autoload 'iso-spanish "iso-cvt" "\ 16262(autoload 'iso-spanish "iso-cvt" "\
@@ -16324,15 +16347,15 @@ Add submenus to the File menu, to convert to and from various formats.
16324;;;*** 16347;;;***
16325 16348
16326;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 16349;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
16327;;;;;; (22150 28228 106072 702000)) 16350;;;;;; (22330 59913 939323 538000))
16328;;; Generated autoloads from international/iso-transl.el 16351;;; Generated autoloads from international/iso-transl.el
16329 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 16352 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
16330 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap) 16353 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap)
16331 16354
16332;;;*** 16355;;;***
16333 16356
16334;;;### (autoloads nil "ispell" "textmodes/ispell.el" (22308 37947 16357;;;### (autoloads nil "ispell" "textmodes/ispell.el" (22331 17372
16335;;;;;; 230422 527000)) 16358;;;;;; 114369 189000))
16336;;; Generated autoloads from textmodes/ispell.el 16359;;; Generated autoloads from textmodes/ispell.el
16337 16360
16338(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 16361(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
@@ -16565,8 +16588,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
16565 16588
16566;;;*** 16589;;;***
16567 16590
16568;;;### (autoloads nil "japan-util" "language/japan-util.el" (22150 16591;;;### (autoloads nil "japan-util" "language/japan-util.el" (22330
16569;;;;;; 28228 190072 702000)) 16592;;;;;; 59913 941323 532000))
16570;;; Generated autoloads from language/japan-util.el 16593;;; Generated autoloads from language/japan-util.el
16571 16594
16572(autoload 'setup-japanese-environment-internal "japan-util" "\ 16595(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -16643,8 +16666,8 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16643 16666
16644;;;*** 16667;;;***
16645 16668
16646;;;### (autoloads nil "jka-compr" "jka-compr.el" (22150 28228 158072 16669;;;### (autoloads nil "jka-compr" "jka-compr.el" (22330 59913 914323
16647;;;;;; 702000)) 16670;;;;;; 615000))
16648;;; Generated autoloads from jka-compr.el 16671;;; Generated autoloads from jka-compr.el
16649 16672
16650(defvar jka-compr-inhibit nil "\ 16673(defvar jka-compr-inhibit nil "\
@@ -16667,8 +16690,8 @@ by `jka-compr-installed'.
16667 16690
16668;;;*** 16691;;;***
16669 16692
16670;;;### (autoloads nil "js" "progmodes/js.el" (22305 18655 595719 16693;;;### (autoloads nil "js" "progmodes/js.el" (22331 17377 954348
16671;;;;;; 883000)) 16694;;;;;; 447000))
16672;;; Generated autoloads from progmodes/js.el 16695;;; Generated autoloads from progmodes/js.el
16673(push (purecopy '(js 9)) package--builtin-versions) 16696(push (purecopy '(js 9)) package--builtin-versions)
16674 16697
@@ -16695,14 +16718,14 @@ locally, like so:
16695 16718
16696;;;*** 16719;;;***
16697 16720
16698;;;### (autoloads nil "json" "json.el" (22197 58438 339460 447000)) 16721;;;### (autoloads nil "json" "json.el" (22330 59913 914323 615000))
16699;;; Generated autoloads from json.el 16722;;; Generated autoloads from json.el
16700(push (purecopy '(json 1 4)) package--builtin-versions) 16723(push (purecopy '(json 1 4)) package--builtin-versions)
16701 16724
16702;;;*** 16725;;;***
16703 16726
16704;;;### (autoloads nil "keypad" "emulation/keypad.el" (22150 28227 16727;;;### (autoloads nil "keypad" "emulation/keypad.el" (22330 59913
16705;;;;;; 462072 702000)) 16728;;;;;; 931323 563000))
16706;;; Generated autoloads from emulation/keypad.el 16729;;; Generated autoloads from emulation/keypad.el
16707 16730
16708(defvar keypad-setup nil "\ 16731(defvar keypad-setup nil "\
@@ -16757,8 +16780,8 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
16757 16780
16758;;;*** 16781;;;***
16759 16782
16760;;;### (autoloads nil "kinsoku" "international/kinsoku.el" (22150 16783;;;### (autoloads nil "kinsoku" "international/kinsoku.el" (22330
16761;;;;;; 28228 106072 702000)) 16784;;;;;; 59913 939323 538000))
16762;;; Generated autoloads from international/kinsoku.el 16785;;; Generated autoloads from international/kinsoku.el
16763 16786
16764(autoload 'kinsoku "kinsoku" "\ 16787(autoload 'kinsoku "kinsoku" "\
@@ -16779,8 +16802,8 @@ the context of text formatting.
16779 16802
16780;;;*** 16803;;;***
16781 16804
16782;;;### (autoloads nil "kkc" "international/kkc.el" (22150 28228 106072 16805;;;### (autoloads nil "kkc" "international/kkc.el" (22330 59913 940323
16783;;;;;; 702000)) 16806;;;;;; 535000))
16784;;; Generated autoloads from international/kkc.el 16807;;; Generated autoloads from international/kkc.el
16785 16808
16786(defvar kkc-after-update-conversion-functions nil "\ 16809(defvar kkc-after-update-conversion-functions nil "\
@@ -16802,7 +16825,7 @@ and the return value is the length of the conversion.
16802 16825
16803;;;*** 16826;;;***
16804 16827
16805;;;### (autoloads nil "kmacro" "kmacro.el" (22150 28228 162072 702000)) 16828;;;### (autoloads nil "kmacro" "kmacro.el" (22331 17372 42369 445000))
16806;;; Generated autoloads from kmacro.el 16829;;; Generated autoloads from kmacro.el
16807 (global-set-key "\C-x(" 'kmacro-start-macro) 16830 (global-set-key "\C-x(" 'kmacro-start-macro)
16808 (global-set-key "\C-x)" 'kmacro-end-macro) 16831 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -16914,8 +16937,8 @@ If kbd macro currently being defined end it before activating it.
16914 16937
16915;;;*** 16938;;;***
16916 16939
16917;;;### (autoloads nil "korea-util" "language/korea-util.el" (22150 16940;;;### (autoloads nil "korea-util" "language/korea-util.el" (22330
16918;;;;;; 28228 194072 702000)) 16941;;;;;; 59913 941323 532000))
16919;;; Generated autoloads from language/korea-util.el 16942;;; Generated autoloads from language/korea-util.el
16920 16943
16921(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ 16944(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
@@ -16929,8 +16952,8 @@ The kind of Korean keyboard for Korean input method.
16929 16952
16930;;;*** 16953;;;***
16931 16954
16932;;;### (autoloads nil "lao-util" "language/lao-util.el" (22150 28228 16955;;;### (autoloads nil "lao-util" "language/lao-util.el" (22330 59913
16933;;;;;; 194072 702000)) 16956;;;;;; 941323 532000))
16934;;; Generated autoloads from language/lao-util.el 16957;;; Generated autoloads from language/lao-util.el
16935 16958
16936(autoload 'lao-compose-string "lao-util" "\ 16959(autoload 'lao-compose-string "lao-util" "\
@@ -16967,8 +16990,8 @@ Transcribe Romanized Lao string STR to Lao character string.
16967 16990
16968;;;*** 16991;;;***
16969 16992
16970;;;### (autoloads nil "latexenc" "international/latexenc.el" (22150 16993;;;### (autoloads nil "latexenc" "international/latexenc.el" (22330
16971;;;;;; 28228 106072 702000)) 16994;;;;;; 59913 940323 535000))
16972;;; Generated autoloads from international/latexenc.el 16995;;; Generated autoloads from international/latexenc.el
16973 16996
16974(defvar latex-inputenc-coding-alist (purecopy '(("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))) "\ 16997(defvar latex-inputenc-coding-alist (purecopy '(("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))) "\
@@ -17000,7 +17023,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
17000;;;*** 17023;;;***
17001 17024
17002;;;### (autoloads nil "latin1-disp" "international/latin1-disp.el" 17025;;;### (autoloads nil "latin1-disp" "international/latin1-disp.el"
17003;;;;;; (22150 28228 110072 702000)) 17026;;;;;; (22330 59913 940323 535000))
17004;;; Generated autoloads from international/latin1-disp.el 17027;;; Generated autoloads from international/latin1-disp.el
17005 17028
17006(defvar latin1-display nil "\ 17029(defvar latin1-display nil "\
@@ -17041,8 +17064,8 @@ use either \\[customize] or the function `latin1-display'.")
17041 17064
17042;;;*** 17065;;;***
17043 17066
17044;;;### (autoloads nil "ld-script" "progmodes/ld-script.el" (22150 17067;;;### (autoloads nil "ld-script" "progmodes/ld-script.el" (22330
17045;;;;;; 28228 866072 702000)) 17068;;;;;; 59913 984323 399000))
17046;;; Generated autoloads from progmodes/ld-script.el 17069;;; Generated autoloads from progmodes/ld-script.el
17047 17070
17048(autoload 'ld-script-mode "ld-script" "\ 17071(autoload 'ld-script-mode "ld-script" "\
@@ -17052,8 +17075,8 @@ A major mode to edit GNU ld script files
17052 17075
17053;;;*** 17076;;;***
17054 17077
17055;;;### (autoloads nil "let-alist" "emacs-lisp/let-alist.el" (22150 17078;;;### (autoloads nil "let-alist" "emacs-lisp/let-alist.el" (22331
17056;;;;;; 28227 434072 702000)) 17079;;;;;; 17371 995369 612000))
17057;;; Generated autoloads from emacs-lisp/let-alist.el 17080;;; Generated autoloads from emacs-lisp/let-alist.el
17058(push (purecopy '(let-alist 1 0 4)) package--builtin-versions) 17081(push (purecopy '(let-alist 1 0 4)) package--builtin-versions)
17059 17082
@@ -17092,7 +17115,7 @@ displayed in the example above.
17092 17115
17093;;;*** 17116;;;***
17094 17117
17095;;;### (autoloads nil "life" "play/life.el" (22150 28228 678072 702000)) 17118;;;### (autoloads nil "life" "play/life.el" (22330 59913 969323 446000))
17096;;; Generated autoloads from play/life.el 17119;;; Generated autoloads from play/life.el
17097 17120
17098(autoload 'life "life" "\ 17121(autoload 'life "life" "\
@@ -17105,7 +17128,7 @@ generations (this defaults to 1).
17105 17128
17106;;;*** 17129;;;***
17107 17130
17108;;;### (autoloads nil "linum" "linum.el" (22150 28228 210072 702000)) 17131;;;### (autoloads nil "linum" "linum.el" (22331 17372 49369 420000))
17109;;; Generated autoloads from linum.el 17132;;; Generated autoloads from linum.el
17110(push (purecopy '(linum 0 9 24)) package--builtin-versions) 17133(push (purecopy '(linum 0 9 24)) package--builtin-versions)
17111 17134
@@ -17121,7 +17144,8 @@ Linum mode is a buffer-local minor mode.
17121 17144
17122(defvar global-linum-mode nil "\ 17145(defvar global-linum-mode nil "\
17123Non-nil if Global Linum mode is enabled. 17146Non-nil if Global Linum mode is enabled.
17124See the command `global-linum-mode' for a description of this minor mode. 17147See the `global-linum-mode' command
17148for a description of this minor mode.
17125Setting this variable directly does not take effect; 17149Setting this variable directly does not take effect;
17126either customize it (see the info node `Easy Customization') 17150either customize it (see the info node `Easy Customization')
17127or call the function `global-linum-mode'.") 17151or call the function `global-linum-mode'.")
@@ -17142,8 +17166,8 @@ See `linum-mode' for more information on Linum mode.
17142 17166
17143;;;*** 17167;;;***
17144 17168
17145;;;### (autoloads nil "loadhist" "loadhist.el" (22150 28228 210072 17169;;;### (autoloads nil "loadhist" "loadhist.el" (22330 59913 914323
17146;;;;;; 702000)) 17170;;;;;; 615000))
17147;;; Generated autoloads from loadhist.el 17171;;; Generated autoloads from loadhist.el
17148 17172
17149(autoload 'unload-feature "loadhist" "\ 17173(autoload 'unload-feature "loadhist" "\
@@ -17174,7 +17198,7 @@ something strange, such as redefining an Emacs function.
17174 17198
17175;;;*** 17199;;;***
17176 17200
17177;;;### (autoloads nil "locate" "locate.el" (22150 28228 210072 702000)) 17201;;;### (autoloads nil "locate" "locate.el" (22330 59913 914323 615000))
17178;;; Generated autoloads from locate.el 17202;;; Generated autoloads from locate.el
17179 17203
17180(defvar locate-ls-subdir-switches (purecopy "-al") "\ 17204(defvar locate-ls-subdir-switches (purecopy "-al") "\
@@ -17226,8 +17250,8 @@ except that FILTER is not optional.
17226 17250
17227;;;*** 17251;;;***
17228 17252
17229;;;### (autoloads nil "log-edit" "vc/log-edit.el" (22150 28229 278072 17253;;;### (autoloads nil "log-edit" "vc/log-edit.el" (22330 59914 9323
17230;;;;;; 702000)) 17254;;;;;; 322000))
17231;;; Generated autoloads from vc/log-edit.el 17255;;; Generated autoloads from vc/log-edit.el
17232 17256
17233(autoload 'log-edit "log-edit" "\ 17257(autoload 'log-edit "log-edit" "\
@@ -17258,8 +17282,8 @@ done. Otherwise, it uses the current buffer.
17258 17282
17259;;;*** 17283;;;***
17260 17284
17261;;;### (autoloads nil "log-view" "vc/log-view.el" (22294 5044 399300 17285;;;### (autoloads nil "log-view" "vc/log-view.el" (22330 59914 8323
17262;;;;;; 64000)) 17286;;;;;; 325000))
17263;;; Generated autoloads from vc/log-view.el 17287;;; Generated autoloads from vc/log-view.el
17264 17288
17265(autoload 'log-view-mode "log-view" "\ 17289(autoload 'log-view-mode "log-view" "\
@@ -17269,7 +17293,7 @@ Major mode for browsing CVS log output.
17269 17293
17270;;;*** 17294;;;***
17271 17295
17272;;;### (autoloads nil "lpr" "lpr.el" (22150 28228 210072 702000)) 17296;;;### (autoloads nil "lpr" "lpr.el" (22331 17372 50369 416000))
17273;;; Generated autoloads from lpr.el 17297;;; Generated autoloads from lpr.el
17274 17298
17275(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\ 17299(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\
@@ -17364,8 +17388,7 @@ for further customization of the printer command.
17364 17388
17365;;;*** 17389;;;***
17366 17390
17367;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (22220 19926 384329 17391;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (22331 17372 50369 416000))
17368;;;;;; 271000))
17369;;; Generated autoloads from ls-lisp.el 17392;;; Generated autoloads from ls-lisp.el
17370 17393
17371(defvar ls-lisp-support-shell-wildcards t "\ 17394(defvar ls-lisp-support-shell-wildcards t "\
@@ -17376,8 +17399,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
17376 17399
17377;;;*** 17400;;;***
17378 17401
17379;;;### (autoloads nil "lunar" "calendar/lunar.el" (22150 28227 78072 17402;;;### (autoloads nil "lunar" "calendar/lunar.el" (22330 59913 920323
17380;;;;;; 702000)) 17403;;;;;; 597000))
17381;;; Generated autoloads from calendar/lunar.el 17404;;; Generated autoloads from calendar/lunar.el
17382 17405
17383(autoload 'lunar-phases "lunar" "\ 17406(autoload 'lunar-phases "lunar" "\
@@ -17389,8 +17412,8 @@ This function is suitable for execution in an init file.
17389 17412
17390;;;*** 17413;;;***
17391 17414
17392;;;### (autoloads nil "m4-mode" "progmodes/m4-mode.el" (22150 28228 17415;;;### (autoloads nil "m4-mode" "progmodes/m4-mode.el" (22330 59913
17393;;;;;; 866072 702000)) 17416;;;;;; 984323 399000))
17394;;; Generated autoloads from progmodes/m4-mode.el 17417;;; Generated autoloads from progmodes/m4-mode.el
17395 17418
17396(autoload 'm4-mode "m4-mode" "\ 17419(autoload 'm4-mode "m4-mode" "\
@@ -17400,7 +17423,7 @@ A major mode to edit m4 macro files.
17400 17423
17401;;;*** 17424;;;***
17402 17425
17403;;;### (autoloads nil "macros" "macros.el" (22150 28228 210072 702000)) 17426;;;### (autoloads nil "macros" "macros.el" (22330 59913 914323 615000))
17404;;; Generated autoloads from macros.el 17427;;; Generated autoloads from macros.el
17405 17428
17406(autoload 'name-last-kbd-macro "macros" "\ 17429(autoload 'name-last-kbd-macro "macros" "\
@@ -17489,8 +17512,8 @@ and then select the region of un-tablified names and use
17489 17512
17490;;;*** 17513;;;***
17491 17514
17492;;;### (autoloads nil "mail-extr" "mail/mail-extr.el" (22197 58438 17515;;;### (autoloads nil "mail-extr" "mail/mail-extr.el" (22331 17372
17493;;;;;; 343460 447000)) 17516;;;;;; 51369 413000))
17494;;; Generated autoloads from mail/mail-extr.el 17517;;; Generated autoloads from mail/mail-extr.el
17495 17518
17496(autoload 'mail-extract-address-components "mail-extr" "\ 17519(autoload 'mail-extract-address-components "mail-extr" "\
@@ -17520,8 +17543,8 @@ Convert mail domain DOMAIN to the country it corresponds to.
17520 17543
17521;;;*** 17544;;;***
17522 17545
17523;;;### (autoloads nil "mail-hist" "mail/mail-hist.el" (22150 28228 17546;;;### (autoloads nil "mail-hist" "mail/mail-hist.el" (22330 59913
17524;;;;;; 230072 702000)) 17547;;;;;; 947323 514000))
17525;;; Generated autoloads from mail/mail-hist.el 17548;;; Generated autoloads from mail/mail-hist.el
17526 17549
17527(autoload 'mail-hist-define-keys "mail-hist" "\ 17550(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -17550,8 +17573,8 @@ This function normally would be called when the message is sent.
17550 17573
17551;;;*** 17574;;;***
17552 17575
17553;;;### (autoloads nil "mail-utils" "mail/mail-utils.el" (22150 28228 17576;;;### (autoloads nil "mail-utils" "mail/mail-utils.el" (22330 59913
17554;;;;;; 230072 702000)) 17577;;;;;; 947323 514000))
17555;;; Generated autoloads from mail/mail-utils.el 17578;;; Generated autoloads from mail/mail-utils.el
17556 17579
17557(defvar mail-use-rfc822 nil "\ 17580(defvar mail-use-rfc822 nil "\
@@ -17625,13 +17648,14 @@ matches may be returned from the message body.
17625 17648
17626;;;*** 17649;;;***
17627 17650
17628;;;### (autoloads nil "mailabbrev" "mail/mailabbrev.el" (22197 58438 17651;;;### (autoloads nil "mailabbrev" "mail/mailabbrev.el" (22330 59913
17629;;;;;; 343460 447000)) 17652;;;;;; 947323 514000))
17630;;; Generated autoloads from mail/mailabbrev.el 17653;;; Generated autoloads from mail/mailabbrev.el
17631 17654
17632(defvar mail-abbrevs-mode nil "\ 17655(defvar mail-abbrevs-mode nil "\
17633Non-nil if Mail-Abbrevs mode is enabled. 17656Non-nil if Mail-Abbrevs mode is enabled.
17634See the command `mail-abbrevs-mode' for a description of this minor mode. 17657See the `mail-abbrevs-mode' command
17658for a description of this minor mode.
17635Setting this variable directly does not take effect; 17659Setting this variable directly does not take effect;
17636either customize it (see the info node `Easy Customization') 17660either customize it (see the info node `Easy Customization')
17637or call the function `mail-abbrevs-mode'.") 17661or call the function `mail-abbrevs-mode'.")
@@ -17675,8 +17699,8 @@ double-quotes.
17675 17699
17676;;;*** 17700;;;***
17677 17701
17678;;;### (autoloads nil "mailalias" "mail/mailalias.el" (22189 64323 17702;;;### (autoloads nil "mailalias" "mail/mailalias.el" (22330 59913
17679;;;;;; 268321 19000)) 17703;;;;;; 947323 514000))
17680;;; Generated autoloads from mail/mailalias.el 17704;;; Generated autoloads from mail/mailalias.el
17681 17705
17682(defvar mail-complete-style 'angles "\ 17706(defvar mail-complete-style 'angles "\
@@ -17729,8 +17753,8 @@ current header, calls `mail-complete-function' and passes prefix ARG if any.
17729 17753
17730;;;*** 17754;;;***
17731 17755
17732;;;### (autoloads nil "mailclient" "mail/mailclient.el" (22182 4679 17756;;;### (autoloads nil "mailclient" "mail/mailclient.el" (22330 59913
17733;;;;;; 423463 499000)) 17757;;;;;; 947323 514000))
17734;;; Generated autoloads from mail/mailclient.el 17758;;; Generated autoloads from mail/mailclient.el
17735 17759
17736(autoload 'mailclient-send-it "mailclient" "\ 17760(autoload 'mailclient-send-it "mailclient" "\
@@ -17742,8 +17766,8 @@ The mail client is taken to be the handler of mailto URLs.
17742 17766
17743;;;*** 17767;;;***
17744 17768
17745;;;### (autoloads nil "make-mode" "progmodes/make-mode.el" (22221 17769;;;### (autoloads nil "make-mode" "progmodes/make-mode.el" (22330
17746;;;;;; 40772 751009 663000)) 17770;;;;;; 59913 984323 399000))
17747;;; Generated autoloads from progmodes/make-mode.el 17771;;; Generated autoloads from progmodes/make-mode.el
17748 17772
17749(autoload 'makefile-mode "make-mode" "\ 17773(autoload 'makefile-mode "make-mode" "\
@@ -17860,8 +17884,8 @@ An adapted `makefile-mode' that knows about imake.
17860 17884
17861;;;*** 17885;;;***
17862 17886
17863;;;### (autoloads nil "makesum" "makesum.el" (22150 28228 258072 17887;;;### (autoloads nil "makesum" "makesum.el" (22330 59913 914323
17864;;;;;; 702000)) 17888;;;;;; 615000))
17865;;; Generated autoloads from makesum.el 17889;;; Generated autoloads from makesum.el
17866 17890
17867(autoload 'make-command-summary "makesum" "\ 17891(autoload 'make-command-summary "makesum" "\
@@ -17872,7 +17896,7 @@ Previous contents of that buffer are killed first.
17872 17896
17873;;;*** 17897;;;***
17874 17898
17875;;;### (autoloads nil "man" "man.el" (22308 37947 138422 527000)) 17899;;;### (autoloads nil "man" "man.el" (22330 59913 741324 150000))
17876;;; Generated autoloads from man.el 17900;;; Generated autoloads from man.el
17877 17901
17878(defalias 'manual-entry 'man) 17902(defalias 'manual-entry 'man)
@@ -17910,7 +17934,7 @@ otherwise look like a page name.
17910 17934
17911An \"apropos\" query with -k gives a buffer of matching page 17935An \"apropos\" query with -k gives a buffer of matching page
17912names or descriptions. The pattern argument is usually an 17936names or descriptions. The pattern argument is usually an
17913\"egrep\" style regexp. 17937\"grep -E\" style regexp.
17914 17938
17915 -k pattern 17939 -k pattern
17916 17940
@@ -17928,14 +17952,14 @@ Default bookmark handler for Man buffers.
17928 17952
17929;;;*** 17953;;;***
17930 17954
17931;;;### (autoloads nil "map" "emacs-lisp/map.el" (22262 28597 583325 17955;;;### (autoloads nil "map" "emacs-lisp/map.el" (22330 59913 930323
17932;;;;;; 308000)) 17956;;;;;; 566000))
17933;;; Generated autoloads from emacs-lisp/map.el 17957;;; Generated autoloads from emacs-lisp/map.el
17934(push (purecopy '(map 1 0)) package--builtin-versions) 17958(push (purecopy '(map 1 0)) package--builtin-versions)
17935 17959
17936;;;*** 17960;;;***
17937 17961
17938;;;### (autoloads nil "master" "master.el" (22150 28228 262072 702000)) 17962;;;### (autoloads nil "master" "master.el" (22330 59913 914323 615000))
17939;;; Generated autoloads from master.el 17963;;; Generated autoloads from master.el
17940(push (purecopy '(master 1 0 2)) package--builtin-versions) 17964(push (purecopy '(master 1 0 2)) package--builtin-versions)
17941 17965
@@ -17958,13 +17982,14 @@ yourself the value of `master-of' by calling `master-show-slave'.
17958 17982
17959;;;*** 17983;;;***
17960 17984
17961;;;### (autoloads nil "mb-depth" "mb-depth.el" (22150 28228 262072 17985;;;### (autoloads nil "mb-depth" "mb-depth.el" (22330 59913 914323
17962;;;;;; 702000)) 17986;;;;;; 615000))
17963;;; Generated autoloads from mb-depth.el 17987;;; Generated autoloads from mb-depth.el
17964 17988
17965(defvar minibuffer-depth-indicate-mode nil "\ 17989(defvar minibuffer-depth-indicate-mode nil "\
17966Non-nil if Minibuffer-Depth-Indicate mode is enabled. 17990Non-nil if Minibuffer-Depth-Indicate mode is enabled.
17967See the command `minibuffer-depth-indicate-mode' for a description of this minor mode. 17991See the `minibuffer-depth-indicate-mode' command
17992for a description of this minor mode.
17968Setting this variable directly does not take effect; 17993Setting this variable directly does not take effect;
17969either customize it (see the info node `Easy Customization') 17994either customize it (see the info node `Easy Customization')
17970or call the function `minibuffer-depth-indicate-mode'.") 17995or call the function `minibuffer-depth-indicate-mode'.")
@@ -17986,14 +18011,14 @@ recursion depth in the minibuffer prompt. This is only useful if
17986 18011
17987;;;*** 18012;;;***
17988 18013
17989;;;### (autoloads nil "md4" "md4.el" (22150 28228 262072 702000)) 18014;;;### (autoloads nil "md4" "md4.el" (22330 59913 914323 615000))
17990;;; Generated autoloads from md4.el 18015;;; Generated autoloads from md4.el
17991(push (purecopy '(md4 1 0)) package--builtin-versions) 18016(push (purecopy '(md4 1 0)) package--builtin-versions)
17992 18017
17993;;;*** 18018;;;***
17994 18019
17995;;;### (autoloads nil "message" "gnus/message.el" (22201 55498 114885 18020;;;### (autoloads nil "message" "gnus/message.el" (22331 17372 28369
17996;;;;;; 567000)) 18021;;;;;; 494000))
17997;;; Generated autoloads from gnus/message.el 18022;;; Generated autoloads from gnus/message.el
17998 18023
17999(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 18024(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -18158,8 +18183,8 @@ which specify the range to operate on.
18158 18183
18159;;;*** 18184;;;***
18160 18185
18161;;;### (autoloads nil "meta-mode" "progmodes/meta-mode.el" (22150 18186;;;### (autoloads nil "meta-mode" "progmodes/meta-mode.el" (22330
18162;;;;;; 28228 870072 702000)) 18187;;;;;; 59913 984323 399000))
18163;;; Generated autoloads from progmodes/meta-mode.el 18188;;; Generated autoloads from progmodes/meta-mode.el
18164(push (purecopy '(meta-mode 1 0)) package--builtin-versions) 18189(push (purecopy '(meta-mode 1 0)) package--builtin-versions)
18165 18190
@@ -18175,8 +18200,8 @@ Major mode for editing MetaPost sources.
18175 18200
18176;;;*** 18201;;;***
18177 18202
18178;;;### (autoloads nil "metamail" "mail/metamail.el" (22150 28228 18203;;;### (autoloads nil "metamail" "mail/metamail.el" (22330 59913
18179;;;;;; 234072 702000)) 18204;;;;;; 947323 514000))
18180;;; Generated autoloads from mail/metamail.el 18205;;; Generated autoloads from mail/metamail.el
18181 18206
18182(autoload 'metamail-interpret-header "metamail" "\ 18207(autoload 'metamail-interpret-header "metamail" "\
@@ -18219,8 +18244,8 @@ redisplayed as output is inserted.
18219 18244
18220;;;*** 18245;;;***
18221 18246
18222;;;### (autoloads nil "mh-comp" "mh-e/mh-comp.el" (22150 28228 294072 18247;;;### (autoloads nil "mh-comp" "mh-e/mh-comp.el" (22331 17372 56369
18223;;;;;; 702000)) 18248;;;;;; 395000))
18224;;; Generated autoloads from mh-e/mh-comp.el 18249;;; Generated autoloads from mh-e/mh-comp.el
18225 18250
18226(autoload 'mh-smail "mh-comp" "\ 18251(autoload 'mh-smail "mh-comp" "\
@@ -18310,7 +18335,7 @@ delete the draft message.
18310 18335
18311;;;*** 18336;;;***
18312 18337
18313;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (22150 28228 298072 702000)) 18338;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (22331 17372 56369 395000))
18314;;; Generated autoloads from mh-e/mh-e.el 18339;;; Generated autoloads from mh-e/mh-e.el
18315(push (purecopy '(mh-e 8 6)) package--builtin-versions) 18340(push (purecopy '(mh-e 8 6)) package--builtin-versions)
18316 18341
@@ -18327,8 +18352,8 @@ Display version information about MH-E and the MH mail handling system.
18327 18352
18328;;;*** 18353;;;***
18329 18354
18330;;;### (autoloads nil "mh-folder" "mh-e/mh-folder.el" (22150 28228 18355;;;### (autoloads nil "mh-folder" "mh-e/mh-folder.el" (22330 59913
18331;;;;;; 302072 702000)) 18356;;;;;; 949323 508000))
18332;;; Generated autoloads from mh-e/mh-folder.el 18357;;; Generated autoloads from mh-e/mh-folder.el
18333 18358
18334(autoload 'mh-rmail "mh-folder" "\ 18359(autoload 'mh-rmail "mh-folder" "\
@@ -18409,13 +18434,14 @@ perform the operation on all messages in that region.
18409 18434
18410;;;*** 18435;;;***
18411 18436
18412;;;### (autoloads nil "midnight" "midnight.el" (22265 4790 36806 18437;;;### (autoloads nil "midnight" "midnight.el" (22330 59913 914323
18413;;;;;; 924000)) 18438;;;;;; 615000))
18414;;; Generated autoloads from midnight.el 18439;;; Generated autoloads from midnight.el
18415 18440
18416(defvar midnight-mode nil "\ 18441(defvar midnight-mode nil "\
18417Non-nil if Midnight mode is enabled. 18442Non-nil if Midnight mode is enabled.
18418See the command `midnight-mode' for a description of this minor mode. 18443See the `midnight-mode' command
18444for a description of this minor mode.
18419Setting this variable directly does not take effect; 18445Setting this variable directly does not take effect;
18420either customize it (see the info node `Easy Customization') 18446either customize it (see the info node `Easy Customization')
18421or call the function `midnight-mode'.") 18447or call the function `midnight-mode'.")
@@ -18450,13 +18476,14 @@ to its second argument TM.
18450 18476
18451;;;*** 18477;;;***
18452 18478
18453;;;### (autoloads nil "minibuf-eldef" "minibuf-eldef.el" (22150 28228 18479;;;### (autoloads nil "minibuf-eldef" "minibuf-eldef.el" (22330 59913
18454;;;;;; 322072 702000)) 18480;;;;;; 914323 615000))
18455;;; Generated autoloads from minibuf-eldef.el 18481;;; Generated autoloads from minibuf-eldef.el
18456 18482
18457(defvar minibuffer-electric-default-mode nil "\ 18483(defvar minibuffer-electric-default-mode nil "\
18458Non-nil if Minibuffer-Electric-Default mode is enabled. 18484Non-nil if Minibuffer-Electric-Default mode is enabled.
18459See the command `minibuffer-electric-default-mode' for a description of this minor mode. 18485See the `minibuffer-electric-default-mode' command
18486for a description of this minor mode.
18460Setting this variable directly does not take effect; 18487Setting this variable directly does not take effect;
18461either customize it (see the info node `Easy Customization') 18488either customize it (see the info node `Easy Customization')
18462or call the function `minibuffer-electric-default-mode'.") 18489or call the function `minibuffer-electric-default-mode'.")
@@ -18480,7 +18507,7 @@ is modified to remove the default indication.
18480 18507
18481;;;*** 18508;;;***
18482 18509
18483;;;### (autoloads nil "misc" "misc.el" (22150 28228 326072 702000)) 18510;;;### (autoloads nil "misc" "misc.el" (22330 59913 914323 615000))
18484;;; Generated autoloads from misc.el 18511;;; Generated autoloads from misc.el
18485 18512
18486(autoload 'butterfly "misc" "\ 18513(autoload 'butterfly "misc" "\
@@ -18508,8 +18535,8 @@ The return value is always nil.
18508 18535
18509;;;*** 18536;;;***
18510 18537
18511;;;### (autoloads nil "misearch" "misearch.el" (22150 28228 326072 18538;;;### (autoloads nil "misearch" "misearch.el" (22330 59913 914323
18512;;;;;; 702000)) 18539;;;;;; 615000))
18513;;; Generated autoloads from misearch.el 18540;;; Generated autoloads from misearch.el
18514 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 18541 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
18515 18542
@@ -18597,8 +18624,8 @@ whose file names match the specified wildcard.
18597 18624
18598;;;*** 18625;;;***
18599 18626
18600;;;### (autoloads nil "mixal-mode" "progmodes/mixal-mode.el" (22150 18627;;;### (autoloads nil "mixal-mode" "progmodes/mixal-mode.el" (22330
18601;;;;;; 28228 874072 702000)) 18628;;;;;; 59913 984323 399000))
18602;;; Generated autoloads from progmodes/mixal-mode.el 18629;;; Generated autoloads from progmodes/mixal-mode.el
18603(push (purecopy '(mixal-mode 0 1)) package--builtin-versions) 18630(push (purecopy '(mixal-mode 0 1)) package--builtin-versions)
18604 18631
@@ -18609,8 +18636,8 @@ Major mode for the mixal asm language.
18609 18636
18610;;;*** 18637;;;***
18611 18638
18612;;;### (autoloads nil "mm-encode" "gnus/mm-encode.el" (22150 28227 18639;;;### (autoloads nil "mm-encode" "gnus/mm-encode.el" (22330 59913
18613;;;;;; 978072 702000)) 18640;;;;;; 939323 538000))
18614;;; Generated autoloads from gnus/mm-encode.el 18641;;; Generated autoloads from gnus/mm-encode.el
18615 18642
18616(autoload 'mm-default-file-encoding "mm-encode" "\ 18643(autoload 'mm-default-file-encoding "mm-encode" "\
@@ -18620,8 +18647,8 @@ Return a default encoding for FILE.
18620 18647
18621;;;*** 18648;;;***
18622 18649
18623;;;### (autoloads nil "mm-extern" "gnus/mm-extern.el" (22150 28227 18650;;;### (autoloads nil "mm-extern" "gnus/mm-extern.el" (22330 59913
18624;;;;;; 978072 702000)) 18651;;;;;; 939323 538000))
18625;;; Generated autoloads from gnus/mm-extern.el 18652;;; Generated autoloads from gnus/mm-extern.el
18626 18653
18627(autoload 'mm-extern-cache-contents "mm-extern" "\ 18654(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -18639,8 +18666,8 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18639 18666
18640;;;*** 18667;;;***
18641 18668
18642;;;### (autoloads nil "mm-partial" "gnus/mm-partial.el" (22150 28227 18669;;;### (autoloads nil "mm-partial" "gnus/mm-partial.el" (22331 17372
18643;;;;;; 978072 702000)) 18670;;;;;; 28369 494000))
18644;;; Generated autoloads from gnus/mm-partial.el 18671;;; Generated autoloads from gnus/mm-partial.el
18645 18672
18646(autoload 'mm-inline-partial "mm-partial" "\ 18673(autoload 'mm-inline-partial "mm-partial" "\
@@ -18653,8 +18680,8 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18653 18680
18654;;;*** 18681;;;***
18655 18682
18656;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (22150 28227 978072 18683;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (22331 17372 28369
18657;;;;;; 702000)) 18684;;;;;; 494000))
18658;;; Generated autoloads from gnus/mm-url.el 18685;;; Generated autoloads from gnus/mm-url.el
18659 18686
18660(autoload 'mm-url-insert-file-contents "mm-url" "\ 18687(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -18670,8 +18697,8 @@ Insert file contents of URL using `mm-url-program'.
18670 18697
18671;;;*** 18698;;;***
18672 18699
18673;;;### (autoloads nil "mm-uu" "gnus/mm-uu.el" (22150 28227 982072 18700;;;### (autoloads nil "mm-uu" "gnus/mm-uu.el" (22331 17372 29369
18674;;;;;; 702000)) 18701;;;;;; 491000))
18675;;; Generated autoloads from gnus/mm-uu.el 18702;;; Generated autoloads from gnus/mm-uu.el
18676 18703
18677(autoload 'mm-uu-dissect "mm-uu" "\ 18704(autoload 'mm-uu-dissect "mm-uu" "\
@@ -18690,7 +18717,7 @@ Assume text has been decoded if DECODED is non-nil.
18690 18717
18691;;;*** 18718;;;***
18692 18719
18693;;;### (autoloads nil "mml" "gnus/mml.el" (22150 28227 986072 702000)) 18720;;;### (autoloads nil "mml" "gnus/mml.el" (22331 17372 30369 487000))
18694;;; Generated autoloads from gnus/mml.el 18721;;; Generated autoloads from gnus/mml.el
18695 18722
18696(autoload 'mml-to-mime "mml" "\ 18723(autoload 'mml-to-mime "mml" "\
@@ -18715,8 +18742,8 @@ body) or \"attachment\" (separate from the body).
18715 18742
18716;;;*** 18743;;;***
18717 18744
18718;;;### (autoloads nil "mml1991" "gnus/mml1991.el" (22250 23504 507503 18745;;;### (autoloads nil "mml1991" "gnus/mml1991.el" (22331 17372 30369
18719;;;;;; 448000)) 18746;;;;;; 487000))
18720;;; Generated autoloads from gnus/mml1991.el 18747;;; Generated autoloads from gnus/mml1991.el
18721 18748
18722(autoload 'mml1991-encrypt "mml1991" "\ 18749(autoload 'mml1991-encrypt "mml1991" "\
@@ -18731,8 +18758,8 @@ body) or \"attachment\" (separate from the body).
18731 18758
18732;;;*** 18759;;;***
18733 18760
18734;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (22250 23504 507503 18761;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (22331 17372 30369
18735;;;;;; 448000)) 18762;;;;;; 487000))
18736;;; Generated autoloads from gnus/mml2015.el 18763;;; Generated autoloads from gnus/mml2015.el
18737 18764
18738(autoload 'mml2015-decrypt "mml2015" "\ 18765(autoload 'mml2015-decrypt "mml2015" "\
@@ -18772,16 +18799,16 @@ body) or \"attachment\" (separate from the body).
18772 18799
18773;;;*** 18800;;;***
18774 18801
18775;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (22276 61491 18802;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (22330 59913
18776;;;;;; 202868 4000)) 18803;;;;;; 920323 597000))
18777;;; Generated autoloads from cedet/mode-local.el 18804;;; Generated autoloads from cedet/mode-local.el
18778 18805
18779(put 'define-overloadable-function 'doc-string-elt 3) 18806(put 'define-overloadable-function 'doc-string-elt 3)
18780 18807
18781;;;*** 18808;;;***
18782 18809
18783;;;### (autoloads nil "modula2" "progmodes/modula2.el" (22086 11930 18810;;;### (autoloads nil "modula2" "progmodes/modula2.el" (22330 59913
18784;;;;;; 214062 731000)) 18811;;;;;; 984323 399000))
18785;;; Generated autoloads from progmodes/modula2.el 18812;;; Generated autoloads from progmodes/modula2.el
18786 18813
18787(defalias 'modula-2-mode 'm2-mode) 18814(defalias 'modula-2-mode 'm2-mode)
@@ -18814,8 +18841,8 @@ followed by the first character of the construct.
18814 18841
18815;;;*** 18842;;;***
18816 18843
18817;;;### (autoloads nil "morse" "play/morse.el" (22150 28228 682072 18844;;;### (autoloads nil "morse" "play/morse.el" (22330 59913 969323
18818;;;;;; 702000)) 18845;;;;;; 446000))
18819;;; Generated autoloads from play/morse.el 18846;;; Generated autoloads from play/morse.el
18820 18847
18821(autoload 'morse-region "morse" "\ 18848(autoload 'morse-region "morse" "\
@@ -18840,8 +18867,8 @@ Convert NATO phonetic alphabet in region to ordinary ASCII text.
18840 18867
18841;;;*** 18868;;;***
18842 18869
18843;;;### (autoloads nil "mouse-drag" "mouse-drag.el" (22150 28228 326072 18870;;;### (autoloads nil "mouse-drag" "mouse-drag.el" (22330 59913 914323
18844;;;;;; 702000)) 18871;;;;;; 615000))
18845;;; Generated autoloads from mouse-drag.el 18872;;; Generated autoloads from mouse-drag.el
18846 18873
18847(autoload 'mouse-drag-throw "mouse-drag" "\ 18874(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -18888,7 +18915,7 @@ To test this function, evaluate:
18888 18915
18889;;;*** 18916;;;***
18890 18917
18891;;;### (autoloads nil "mpc" "mpc.el" (22150 28228 326072 702000)) 18918;;;### (autoloads nil "mpc" "mpc.el" (22331 17372 57369 391000))
18892;;; Generated autoloads from mpc.el 18919;;; Generated autoloads from mpc.el
18893 18920
18894(autoload 'mpc "mpc" "\ 18921(autoload 'mpc "mpc" "\
@@ -18898,7 +18925,7 @@ Main entry point for MPC.
18898 18925
18899;;;*** 18926;;;***
18900 18927
18901;;;### (autoloads nil "mpuz" "play/mpuz.el" (22150 28228 682072 702000)) 18928;;;### (autoloads nil "mpuz" "play/mpuz.el" (22330 59913 969323 446000))
18902;;; Generated autoloads from play/mpuz.el 18929;;; Generated autoloads from play/mpuz.el
18903 18930
18904(autoload 'mpuz "mpuz" "\ 18931(autoload 'mpuz "mpuz" "\
@@ -18908,12 +18935,13 @@ Multiplication puzzle with GNU Emacs.
18908 18935
18909;;;*** 18936;;;***
18910 18937
18911;;;### (autoloads nil "msb" "msb.el" (22150 28228 338072 702000)) 18938;;;### (autoloads nil "msb" "msb.el" (22330 59913 914323 615000))
18912;;; Generated autoloads from msb.el 18939;;; Generated autoloads from msb.el
18913 18940
18914(defvar msb-mode nil "\ 18941(defvar msb-mode nil "\
18915Non-nil if Msb mode is enabled. 18942Non-nil if Msb mode is enabled.
18916See the command `msb-mode' for a description of this minor mode. 18943See the `msb-mode' command
18944for a description of this minor mode.
18917Setting this variable directly does not take effect; 18945Setting this variable directly does not take effect;
18918either customize it (see the info node `Easy Customization') 18946either customize it (see the info node `Easy Customization')
18919or call the function `msb-mode'.") 18947or call the function `msb-mode'.")
@@ -18933,8 +18961,8 @@ different buffer menu using the function `msb'.
18933 18961
18934;;;*** 18962;;;***
18935 18963
18936;;;### (autoloads nil "mule-diag" "international/mule-diag.el" (22150 18964;;;### (autoloads nil "mule-diag" "international/mule-diag.el" (22330
18937;;;;;; 28228 114072 702000)) 18965;;;;;; 59913 940323 535000))
18938;;; Generated autoloads from international/mule-diag.el 18966;;; Generated autoloads from international/mule-diag.el
18939 18967
18940(autoload 'list-character-sets "mule-diag" "\ 18968(autoload 'list-character-sets "mule-diag" "\
@@ -19066,8 +19094,8 @@ The default is 20. If LIMIT is negative, do not limit the listing.
19066 19094
19067;;;*** 19095;;;***
19068 19096
19069;;;### (autoloads nil "mule-util" "international/mule-util.el" (22165 19097;;;### (autoloads nil "mule-util" "international/mule-util.el" (22330
19070;;;;;; 44248 411854 955000)) 19098;;;;;; 59913 940323 535000))
19071;;; Generated autoloads from international/mule-util.el 19099;;; Generated autoloads from international/mule-util.el
19072 19100
19073(defsubst string-to-list (string) "\ 19101(defsubst string-to-list (string) "\
@@ -19226,8 +19254,8 @@ QUALITY can be:
19226 19254
19227;;;*** 19255;;;***
19228 19256
19229;;;### (autoloads nil "net-utils" "net/net-utils.el" (22150 28228 19257;;;### (autoloads nil "net-utils" "net/net-utils.el" (22331 17372
19230;;;;;; 378072 702000)) 19258;;;;;; 58369 388000))
19231;;; Generated autoloads from net/net-utils.el 19259;;; Generated autoloads from net/net-utils.el
19232 19260
19233(autoload 'ifconfig "net-utils" "\ 19261(autoload 'ifconfig "net-utils" "\
@@ -19321,8 +19349,8 @@ Open a network connection to HOST on PORT.
19321 19349
19322;;;*** 19350;;;***
19323 19351
19324;;;### (autoloads nil "netrc" "net/netrc.el" (22150 28228 378072 19352;;;### (autoloads nil "netrc" "net/netrc.el" (22330 59913 953323
19325;;;;;; 702000)) 19353;;;;;; 495000))
19326;;; Generated autoloads from net/netrc.el 19354;;; Generated autoloads from net/netrc.el
19327 19355
19328(autoload 'netrc-credentials "netrc" "\ 19356(autoload 'netrc-credentials "netrc" "\
@@ -19334,8 +19362,8 @@ listed in the PORTS list.
19334 19362
19335;;;*** 19363;;;***
19336 19364
19337;;;### (autoloads nil "network-stream" "net/network-stream.el" (22150 19365;;;### (autoloads nil "network-stream" "net/network-stream.el" (22331
19338;;;;;; 28228 378072 702000)) 19366;;;;;; 17372 58369 388000))
19339;;; Generated autoloads from net/network-stream.el 19367;;; Generated autoloads from net/network-stream.el
19340 19368
19341(autoload 'open-network-stream "network-stream" "\ 19369(autoload 'open-network-stream "network-stream" "\
@@ -19431,8 +19459,8 @@ asynchronously, if possible.
19431 19459
19432;;;*** 19460;;;***
19433 19461
19434;;;### (autoloads nil "newst-backend" "net/newst-backend.el" (22150 19462;;;### (autoloads nil "newst-backend" "net/newst-backend.el" (22331
19435;;;;;; 28228 378072 702000)) 19463;;;;;; 17372 59369 384000))
19436;;; Generated autoloads from net/newst-backend.el 19464;;; Generated autoloads from net/newst-backend.el
19437 19465
19438(autoload 'newsticker-running-p "newst-backend" "\ 19466(autoload 'newsticker-running-p "newst-backend" "\
@@ -19454,7 +19482,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
19454;;;*** 19482;;;***
19455 19483
19456;;;### (autoloads nil "newst-plainview" "net/newst-plainview.el" 19484;;;### (autoloads nil "newst-plainview" "net/newst-plainview.el"
19457;;;;;; (22150 28228 382072 702000)) 19485;;;;;; (22330 59913 953323 495000))
19458;;; Generated autoloads from net/newst-plainview.el 19486;;; Generated autoloads from net/newst-plainview.el
19459 19487
19460(autoload 'newsticker-plainview "newst-plainview" "\ 19488(autoload 'newsticker-plainview "newst-plainview" "\
@@ -19464,8 +19492,8 @@ Start newsticker plainview.
19464 19492
19465;;;*** 19493;;;***
19466 19494
19467;;;### (autoloads nil "newst-reader" "net/newst-reader.el" (22165 19495;;;### (autoloads nil "newst-reader" "net/newst-reader.el" (22330
19468;;;;;; 41682 87102 999000)) 19496;;;;;; 59913 953323 495000))
19469;;; Generated autoloads from net/newst-reader.el 19497;;; Generated autoloads from net/newst-reader.el
19470 19498
19471(autoload 'newsticker-show-news "newst-reader" "\ 19499(autoload 'newsticker-show-news "newst-reader" "\
@@ -19475,8 +19503,8 @@ Start reading news. You may want to bind this to a key.
19475 19503
19476;;;*** 19504;;;***
19477 19505
19478;;;### (autoloads nil "newst-ticker" "net/newst-ticker.el" (22150 19506;;;### (autoloads nil "newst-ticker" "net/newst-ticker.el" (22330
19479;;;;;; 28228 382072 702000)) 19507;;;;;; 59913 953323 495000))
19480;;; Generated autoloads from net/newst-ticker.el 19508;;; Generated autoloads from net/newst-ticker.el
19481 19509
19482(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 19510(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -19496,8 +19524,8 @@ running already.
19496 19524
19497;;;*** 19525;;;***
19498 19526
19499;;;### (autoloads nil "newst-treeview" "net/newst-treeview.el" (22196 19527;;;### (autoloads nil "newst-treeview" "net/newst-treeview.el" (22330
19500;;;;;; 37575 156683 383000)) 19528;;;;;; 59913 953323 495000))
19501;;; Generated autoloads from net/newst-treeview.el 19529;;; Generated autoloads from net/newst-treeview.el
19502 19530
19503(autoload 'newsticker-treeview "newst-treeview" "\ 19531(autoload 'newsticker-treeview "newst-treeview" "\
@@ -19507,8 +19535,8 @@ Start newsticker treeview.
19507 19535
19508;;;*** 19536;;;***
19509 19537
19510;;;### (autoloads nil "nndiary" "gnus/nndiary.el" (22150 28227 990072 19538;;;### (autoloads nil "nndiary" "gnus/nndiary.el" (22331 17372 30369
19511;;;;;; 702000)) 19539;;;;;; 487000))
19512;;; Generated autoloads from gnus/nndiary.el 19540;;; Generated autoloads from gnus/nndiary.el
19513 19541
19514(autoload 'nndiary-generate-nov-databases "nndiary" "\ 19542(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -19518,8 +19546,8 @@ Generate NOV databases in all nndiary directories.
19518 19546
19519;;;*** 19547;;;***
19520 19548
19521;;;### (autoloads nil "nndoc" "gnus/nndoc.el" (22150 28227 990072 19549;;;### (autoloads nil "nndoc" "gnus/nndoc.el" (22331 17372 31369
19522;;;;;; 702000)) 19550;;;;;; 484000))
19523;;; Generated autoloads from gnus/nndoc.el 19551;;; Generated autoloads from gnus/nndoc.el
19524 19552
19525(autoload 'nndoc-add-type "nndoc" "\ 19553(autoload 'nndoc-add-type "nndoc" "\
@@ -19533,8 +19561,8 @@ symbol in the alist.
19533 19561
19534;;;*** 19562;;;***
19535 19563
19536;;;### (autoloads nil "nnfolder" "gnus/nnfolder.el" (22150 28227 19564;;;### (autoloads nil "nnfolder" "gnus/nnfolder.el" (22331 17372
19537;;;;;; 994072 702000)) 19565;;;;;; 31369 484000))
19538;;; Generated autoloads from gnus/nnfolder.el 19566;;; Generated autoloads from gnus/nnfolder.el
19539 19567
19540(autoload 'nnfolder-generate-active-file "nnfolder" "\ 19568(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -19545,7 +19573,7 @@ This command does not work if you use short group names.
19545 19573
19546;;;*** 19574;;;***
19547 19575
19548;;;### (autoloads nil "nnml" "gnus/nnml.el" (22150 28228 2072 702000)) 19576;;;### (autoloads nil "nnml" "gnus/nnml.el" (22331 17372 33369 477000))
19549;;; Generated autoloads from gnus/nnml.el 19577;;; Generated autoloads from gnus/nnml.el
19550 19578
19551(autoload 'nnml-generate-nov-databases "nnml" "\ 19579(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -19555,7 +19583,7 @@ Generate NOV databases in all nnml directories.
19555 19583
19556;;;*** 19584;;;***
19557 19585
19558;;;### (autoloads nil "novice" "novice.el" (22150 28228 446072 702000)) 19586;;;### (autoloads nil "novice" "novice.el" (22330 59913 914323 615000))
19559;;; Generated autoloads from novice.el 19587;;; Generated autoloads from novice.el
19560 19588
19561(define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1") 19589(define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1")
@@ -19587,8 +19615,8 @@ future sessions.
19587 19615
19588;;;*** 19616;;;***
19589 19617
19590;;;### (autoloads nil "nroff-mode" "textmodes/nroff-mode.el" (22150 19618;;;### (autoloads nil "nroff-mode" "textmodes/nroff-mode.el" (22330
19591;;;;;; 28229 102072 702000)) 19619;;;;;; 59913 990323 381000))
19592;;; Generated autoloads from textmodes/nroff-mode.el 19620;;; Generated autoloads from textmodes/nroff-mode.el
19593 19621
19594(autoload 'nroff-mode "nroff-mode" "\ 19622(autoload 'nroff-mode "nroff-mode" "\
@@ -19602,14 +19630,14 @@ closing requests for requests that are used in matched pairs.
19602 19630
19603;;;*** 19631;;;***
19604 19632
19605;;;### (autoloads nil "ntlm" "net/ntlm.el" (22150 28228 386072 702000)) 19633;;;### (autoloads nil "ntlm" "net/ntlm.el" (22330 59913 953323 495000))
19606;;; Generated autoloads from net/ntlm.el 19634;;; Generated autoloads from net/ntlm.el
19607(push (purecopy '(ntlm 2 0 0)) package--builtin-versions) 19635(push (purecopy '(ntlm 2 0 0)) package--builtin-versions)
19608 19636
19609;;;*** 19637;;;***
19610 19638
19611;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (22150 28228 19639;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (22331 17372
19612;;;;;; 450072 702000)) 19640;;;;;; 65369 363000))
19613;;; Generated autoloads from nxml/nxml-glyph.el 19641;;; Generated autoloads from nxml/nxml-glyph.el
19614 19642
19615(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 19643(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -19621,8 +19649,8 @@ Return nil if the face cannot display a glyph for N.
19621 19649
19622;;;*** 19650;;;***
19623 19651
19624;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (22150 28228 19652;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (22331 17372
19625;;;;;; 450072 702000)) 19653;;;;;; 65369 363000))
19626;;; Generated autoloads from nxml/nxml-mode.el 19654;;; Generated autoloads from nxml/nxml-mode.el
19627 19655
19628(autoload 'nxml-mode "nxml-mode" "\ 19656(autoload 'nxml-mode "nxml-mode" "\
@@ -19682,8 +19710,8 @@ Many aspects this mode can be customized using
19682 19710
19683;;;*** 19711;;;***
19684 19712
19685;;;### (autoloads nil "nxml-uchnm" "nxml/nxml-uchnm.el" (22150 28228 19713;;;### (autoloads nil "nxml-uchnm" "nxml/nxml-uchnm.el" (22331 17372
19686;;;;;; 454072 702000)) 19714;;;;;; 66369 359000))
19687;;; Generated autoloads from nxml/nxml-uchnm.el 19715;;; Generated autoloads from nxml/nxml-uchnm.el
19688 19716
19689(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 19717(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -19695,8 +19723,8 @@ the variable `nxml-enabled-unicode-blocks'.
19695 19723
19696;;;*** 19724;;;***
19697 19725
19698;;;### (autoloads nil "octave" "progmodes/octave.el" (22197 58438 19726;;;### (autoloads nil "octave" "progmodes/octave.el" (22330 59913
19699;;;;;; 503460 447000)) 19727;;;;;; 985323 396000))
19700;;; Generated autoloads from progmodes/octave.el 19728;;; Generated autoloads from progmodes/octave.el
19701 19729
19702(autoload 'octave-mode "octave" "\ 19730(autoload 'octave-mode "octave" "\
@@ -19733,8 +19761,8 @@ startup file, `~/.emacs-octave'.
19733 19761
19734;;;*** 19762;;;***
19735 19763
19736;;;### (autoloads nil "opascal" "progmodes/opascal.el" (22156 23699 19764;;;### (autoloads nil "opascal" "progmodes/opascal.el" (22330 59913
19737;;;;;; 542755 538000)) 19765;;;;;; 985323 396000))
19738;;; Generated autoloads from progmodes/opascal.el 19766;;; Generated autoloads from progmodes/opascal.el
19739 19767
19740(define-obsolete-function-alias 'delphi-mode 'opascal-mode "24.4") 19768(define-obsolete-function-alias 'delphi-mode 'opascal-mode "24.4")
@@ -19769,7 +19797,7 @@ Coloring:
19769 19797
19770;;;*** 19798;;;***
19771 19799
19772;;;### (autoloads nil "org" "org/org.el" (22309 58853 550986 699000)) 19800;;;### (autoloads nil "org" "org/org.el" (22331 17372 87369 285000))
19773;;; Generated autoloads from org/org.el 19801;;; Generated autoloads from org/org.el
19774 19802
19775(autoload 'org-babel-do-load-languages "org" "\ 19803(autoload 'org-babel-do-load-languages "org" "\
@@ -19990,8 +20018,8 @@ Call the customize function with org as argument.
19990 20018
19991;;;*** 20019;;;***
19992 20020
19993;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (22150 28228 20021;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (22331 17372
19994;;;;;; 558072 702000)) 20022;;;;;; 77369 320000))
19995;;; Generated autoloads from org/org-agenda.el 20023;;; Generated autoloads from org/org-agenda.el
19996 20024
19997(autoload 'org-toggle-sticky-agenda "org-agenda" "\ 20025(autoload 'org-toggle-sticky-agenda "org-agenda" "\
@@ -20264,8 +20292,8 @@ to override `appt-message-warning-time'.
20264 20292
20265;;;*** 20293;;;***
20266 20294
20267;;;### (autoloads nil "org-capture" "org/org-capture.el" (22150 28228 20295;;;### (autoloads nil "org-capture" "org/org-capture.el" (22330 59913
20268;;;;;; 558072 702000)) 20296;;;;;; 965323 458000))
20269;;; Generated autoloads from org/org-capture.el 20297;;; Generated autoloads from org/org-capture.el
20270 20298
20271(autoload 'org-capture-string "org-capture" "\ 20299(autoload 'org-capture-string "org-capture" "\
@@ -20307,8 +20335,8 @@ Set `org-capture-templates' to be similar to `org-remember-templates'.
20307 20335
20308;;;*** 20336;;;***
20309 20337
20310;;;### (autoloads nil "org-colview" "org/org-colview.el" (22150 28228 20338;;;### (autoloads nil "org-colview" "org/org-colview.el" (22331 17372
20311;;;;;; 582072 702000)) 20339;;;;;; 78369 317000))
20312;;; Generated autoloads from org/org-colview.el 20340;;; Generated autoloads from org/org-colview.el
20313 20341
20314(autoload 'org-columns-remove-overlays "org-colview" "\ 20342(autoload 'org-columns-remove-overlays "org-colview" "\
@@ -20371,8 +20399,8 @@ Turn on or update column view in the agenda.
20371 20399
20372;;;*** 20400;;;***
20373 20401
20374;;;### (autoloads nil "org-compat" "org/org-compat.el" (22192 2874 20402;;;### (autoloads nil "org-compat" "org/org-compat.el" (22331 17372
20375;;;;;; 471382 391000)) 20403;;;;;; 78369 317000))
20376;;; Generated autoloads from org/org-compat.el 20404;;; Generated autoloads from org/org-compat.el
20377 20405
20378(autoload 'org-check-version "org-compat" "\ 20406(autoload 'org-check-version "org-compat" "\
@@ -20382,8 +20410,8 @@ Try very hard to provide sensible version strings.
20382 20410
20383;;;*** 20411;;;***
20384 20412
20385;;;### (autoloads nil "org-macs" "org/org-macs.el" (22150 28228 602072 20413;;;### (autoloads nil "org-macs" "org/org-macs.el" (22331 17372 79369
20386;;;;;; 702000)) 20414;;;;;; 313000))
20387;;; Generated autoloads from org/org-macs.el 20415;;; Generated autoloads from org/org-macs.el
20388 20416
20389(autoload 'org-load-noerror-mustsuffix "org-macs" "\ 20417(autoload 'org-load-noerror-mustsuffix "org-macs" "\
@@ -20393,8 +20421,8 @@ Load FILE with optional arguments NOERROR and MUSTSUFFIX. Drop the MUSTSUFFIX a
20393 20421
20394;;;*** 20422;;;***
20395 20423
20396;;;### (autoloads nil "org-version" "org/org-version.el" (22086 11930 20424;;;### (autoloads nil "org-version" "org/org-version.el" (22330 59913
20397;;;;;; 98062 731000)) 20425;;;;;; 966323 455000))
20398;;; Generated autoloads from org/org-version.el 20426;;; Generated autoloads from org/org-version.el
20399 20427
20400(autoload 'org-release "org-version" "\ 20428(autoload 'org-release "org-version" "\
@@ -20411,8 +20439,8 @@ The Git version of org-mode.
20411 20439
20412;;;*** 20440;;;***
20413 20441
20414;;;### (autoloads nil "outline" "outline.el" (22150 28228 666072 20442;;;### (autoloads nil "outline" "outline.el" (22330 59913 914323
20415;;;;;; 702000)) 20443;;;;;; 615000))
20416;;; Generated autoloads from outline.el 20444;;; Generated autoloads from outline.el
20417(put 'outline-regexp 'safe-local-variable 'stringp) 20445(put 'outline-regexp 'safe-local-variable 'stringp)
20418(put 'outline-heading-end-regexp 'safe-local-variable 'stringp) 20446(put 'outline-heading-end-regexp 'safe-local-variable 'stringp)
@@ -20455,8 +20483,8 @@ See the command `outline-mode' for more information on this mode.
20455 20483
20456;;;*** 20484;;;***
20457 20485
20458;;;### (autoloads nil "package" "emacs-lisp/package.el" (22278 49710 20486;;;### (autoloads nil "package" "emacs-lisp/package.el" (22331 17377
20459;;;;;; 59090 835000)) 20487;;;;;; 952348 454000))
20460;;; Generated autoloads from emacs-lisp/package.el 20488;;; Generated autoloads from emacs-lisp/package.el
20461(push (purecopy '(package 1 1 0)) package--builtin-versions) 20489(push (purecopy '(package 1 1 0)) package--builtin-versions)
20462 20490
@@ -20480,6 +20508,9 @@ it to the file.
20480If called as part of loading `user-init-file', set 20508If called as part of loading `user-init-file', set
20481`package-enable-at-startup' to nil, to prevent accidentally 20509`package-enable-at-startup' to nil, to prevent accidentally
20482loading packages twice. 20510loading packages twice.
20511It is not necessary to adjust `load-path' or `require' the
20512individual packages after calling `package-initialize' -- this is
20513taken care of by `package-initialize'.
20483 20514
20484\(fn &optional NO-ACTIVATE)" t nil) 20515\(fn &optional NO-ACTIVATE)" t nil)
20485 20516
@@ -20571,12 +20602,13 @@ The list is displayed in a buffer named `*Packages*'.
20571 20602
20572;;;*** 20603;;;***
20573 20604
20574;;;### (autoloads nil "paren" "paren.el" (22150 28228 666072 702000)) 20605;;;### (autoloads nil "paren" "paren.el" (22330 59913 914323 615000))
20575;;; Generated autoloads from paren.el 20606;;; Generated autoloads from paren.el
20576 20607
20577(defvar show-paren-mode nil "\ 20608(defvar show-paren-mode nil "\
20578Non-nil if Show-Paren mode is enabled. 20609Non-nil if Show-Paren mode is enabled.
20579See the command `show-paren-mode' for a description of this minor mode. 20610See the `show-paren-mode' command
20611for a description of this minor mode.
20580Setting this variable directly does not take effect; 20612Setting this variable directly does not take effect;
20581either customize it (see the info node `Easy Customization') 20613either customize it (see the info node `Easy Customization')
20582or call the function `show-paren-mode'.") 20614or call the function `show-paren-mode'.")
@@ -20597,8 +20629,8 @@ matching parenthesis is highlighted in `show-paren-style' after
20597 20629
20598;;;*** 20630;;;***
20599 20631
20600;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (22226 20632;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (22331
20601;;;;;; 58701 641313 948000)) 20633;;;;;; 17371 982369 658000))
20602;;; Generated autoloads from calendar/parse-time.el 20634;;; Generated autoloads from calendar/parse-time.el
20603(put 'parse-time-rules 'risky-local-variable t) 20635(put 'parse-time-rules 'risky-local-variable t)
20604 20636
@@ -20611,8 +20643,8 @@ unknown are returned as nil.
20611 20643
20612;;;*** 20644;;;***
20613 20645
20614;;;### (autoloads nil "pascal" "progmodes/pascal.el" (22197 58438 20646;;;### (autoloads nil "pascal" "progmodes/pascal.el" (22330 59913
20615;;;;;; 503460 447000)) 20647;;;;;; 985323 396000))
20616;;; Generated autoloads from progmodes/pascal.el 20648;;; Generated autoloads from progmodes/pascal.el
20617 20649
20618(autoload 'pascal-mode "pascal" "\ 20650(autoload 'pascal-mode "pascal" "\
@@ -20661,8 +20693,8 @@ See also the user variables `pascal-type-keywords', `pascal-start-keywords' and
20661 20693
20662;;;*** 20694;;;***
20663 20695
20664;;;### (autoloads nil "password-cache" "password-cache.el" (22150 20696;;;### (autoloads nil "password-cache" "password-cache.el" (22330
20665;;;;;; 28228 666072 702000)) 20697;;;;;; 59913 914323 615000))
20666;;; Generated autoloads from password-cache.el 20698;;; Generated autoloads from password-cache.el
20667 20699
20668(defvar password-cache t "\ 20700(defvar password-cache t "\
@@ -20683,8 +20715,8 @@ Check if KEY is in the cache.
20683 20715
20684;;;*** 20716;;;***
20685 20717
20686;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (22195 16710 20718;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (22330 59913
20687;;;;;; 371344 967000)) 20719;;;;;; 930323 566000))
20688;;; Generated autoloads from emacs-lisp/pcase.el 20720;;; Generated autoloads from emacs-lisp/pcase.el
20689 20721
20690(autoload 'pcase "pcase" "\ 20722(autoload 'pcase "pcase" "\
@@ -20804,8 +20836,8 @@ to this macro.
20804 20836
20805;;;*** 20837;;;***
20806 20838
20807;;;### (autoloads nil "pcmpl-cvs" "pcmpl-cvs.el" (22150 28228 666072 20839;;;### (autoloads nil "pcmpl-cvs" "pcmpl-cvs.el" (22330 59913 914323
20808;;;;;; 702000)) 20840;;;;;; 615000))
20809;;; Generated autoloads from pcmpl-cvs.el 20841;;; Generated autoloads from pcmpl-cvs.el
20810 20842
20811(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 20843(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -20815,8 +20847,8 @@ Completion rules for the `cvs' command.
20815 20847
20816;;;*** 20848;;;***
20817 20849
20818;;;### (autoloads nil "pcmpl-gnu" "pcmpl-gnu.el" (22150 28228 666072 20850;;;### (autoloads nil "pcmpl-gnu" "pcmpl-gnu.el" (22331 17372 87369
20819;;;;;; 702000)) 20851;;;;;; 285000))
20820;;; Generated autoloads from pcmpl-gnu.el 20852;;; Generated autoloads from pcmpl-gnu.el
20821 20853
20822(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 20854(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -20843,8 +20875,8 @@ Completion for the GNU tar utility.
20843 20875
20844;;;*** 20876;;;***
20845 20877
20846;;;### (autoloads nil "pcmpl-linux" "pcmpl-linux.el" (22150 28228 20878;;;### (autoloads nil "pcmpl-linux" "pcmpl-linux.el" (22330 59913
20847;;;;;; 670072 702000)) 20879;;;;;; 914323 615000))
20848;;; Generated autoloads from pcmpl-linux.el 20880;;; Generated autoloads from pcmpl-linux.el
20849 20881
20850(autoload 'pcomplete/kill "pcmpl-linux" "\ 20882(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -20864,8 +20896,8 @@ Completion for GNU/Linux `mount'.
20864 20896
20865;;;*** 20897;;;***
20866 20898
20867;;;### (autoloads nil "pcmpl-rpm" "pcmpl-rpm.el" (22150 28228 670072 20899;;;### (autoloads nil "pcmpl-rpm" "pcmpl-rpm.el" (22330 59913 914323
20868;;;;;; 702000)) 20900;;;;;; 615000))
20869;;; Generated autoloads from pcmpl-rpm.el 20901;;; Generated autoloads from pcmpl-rpm.el
20870 20902
20871(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 20903(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -20875,8 +20907,8 @@ Completion for the `rpm' command.
20875 20907
20876;;;*** 20908;;;***
20877 20909
20878;;;### (autoloads nil "pcmpl-unix" "pcmpl-unix.el" (22150 28228 670072 20910;;;### (autoloads nil "pcmpl-unix" "pcmpl-unix.el" (22330 59913 914323
20879;;;;;; 702000)) 20911;;;;;; 615000))
20880;;; Generated autoloads from pcmpl-unix.el 20912;;; Generated autoloads from pcmpl-unix.el
20881 20913
20882(autoload 'pcomplete/cd "pcmpl-unix" "\ 20914(autoload 'pcomplete/cd "pcmpl-unix" "\
@@ -20931,8 +20963,8 @@ Includes files as well as host names followed by a colon.
20931 20963
20932;;;*** 20964;;;***
20933 20965
20934;;;### (autoloads nil "pcmpl-x" "pcmpl-x.el" (22150 28228 670072 20966;;;### (autoloads nil "pcmpl-x" "pcmpl-x.el" (22330 59913 914323
20935;;;;;; 702000)) 20967;;;;;; 615000))
20936;;; Generated autoloads from pcmpl-x.el 20968;;; Generated autoloads from pcmpl-x.el
20937 20969
20938(autoload 'pcomplete/tlmgr "pcmpl-x" "\ 20970(autoload 'pcomplete/tlmgr "pcmpl-x" "\
@@ -20956,8 +20988,8 @@ Completion for the `ag' command.
20956 20988
20957;;;*** 20989;;;***
20958 20990
20959;;;### (autoloads nil "pcomplete" "pcomplete.el" (22150 28228 674072 20991;;;### (autoloads nil "pcomplete" "pcomplete.el" (22330 59913 914323
20960;;;;;; 702000)) 20992;;;;;; 615000))
20961;;; Generated autoloads from pcomplete.el 20993;;; Generated autoloads from pcomplete.el
20962 20994
20963(autoload 'pcomplete "pcomplete" "\ 20995(autoload 'pcomplete "pcomplete" "\
@@ -21014,7 +21046,7 @@ Setup `shell-mode' to use pcomplete.
21014 21046
21015;;;*** 21047;;;***
21016 21048
21017;;;### (autoloads nil "pcvs" "vc/pcvs.el" (22182 4679 527463 499000)) 21049;;;### (autoloads nil "pcvs" "vc/pcvs.el" (22330 59914 12323 313000))
21018;;; Generated autoloads from vc/pcvs.el 21050;;; Generated autoloads from vc/pcvs.el
21019 21051
21020(autoload 'cvs-checkout "pcvs" "\ 21052(autoload 'cvs-checkout "pcvs" "\
@@ -21089,8 +21121,8 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
21089 21121
21090;;;*** 21122;;;***
21091 21123
21092;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (22150 28229 21124;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (22330 59914
21093;;;;;; 278072 702000)) 21125;;;;;; 9323 322000))
21094;;; Generated autoloads from vc/pcvs-defs.el 21126;;; Generated autoloads from vc/pcvs-defs.el
21095 21127
21096(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] `(menu-item ,(purecopy "Directory Status") cvs-status :help ,(purecopy "A more verbose status of a workarea"))) (define-key m [checkout] `(menu-item ,(purecopy "Checkout Module") cvs-checkout :help ,(purecopy "Check out a module from the repository"))) (define-key m [update] `(menu-item ,(purecopy "Update Directory") cvs-update :help ,(purecopy "Fetch updates from the repository"))) (define-key m [examine] `(menu-item ,(purecopy "Examine Directory") cvs-examine :help ,(purecopy "Examine the current state of a workarea"))) (fset 'cvs-global-menu m)) "\ 21128(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] `(menu-item ,(purecopy "Directory Status") cvs-status :help ,(purecopy "A more verbose status of a workarea"))) (define-key m [checkout] `(menu-item ,(purecopy "Checkout Module") cvs-checkout :help ,(purecopy "Check out a module from the repository"))) (define-key m [update] `(menu-item ,(purecopy "Update Directory") cvs-update :help ,(purecopy "Fetch updates from the repository"))) (define-key m [examine] `(menu-item ,(purecopy "Examine Directory") cvs-examine :help ,(purecopy "Examine the current state of a workarea"))) (fset 'cvs-global-menu m)) "\
@@ -21098,8 +21130,8 @@ Global menu used by PCL-CVS.")
21098 21130
21099;;;*** 21131;;;***
21100 21132
21101;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (22197 21133;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (22330
21102;;;;;; 58438 503460 447000)) 21134;;;;;; 59913 985323 396000))
21103;;; Generated autoloads from progmodes/perl-mode.el 21135;;; Generated autoloads from progmodes/perl-mode.el
21104(put 'perl-indent-level 'safe-local-variable 'integerp) 21136(put 'perl-indent-level 'safe-local-variable 'integerp)
21105(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 21137(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -21160,8 +21192,8 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
21160 21192
21161;;;*** 21193;;;***
21162 21194
21163;;;### (autoloads nil "picture" "textmodes/picture.el" (22168 58180 21195;;;### (autoloads nil "picture" "textmodes/picture.el" (22330 59913
21164;;;;;; 311008 971000)) 21196;;;;;; 990323 381000))
21165;;; Generated autoloads from textmodes/picture.el 21197;;; Generated autoloads from textmodes/picture.el
21166 21198
21167(autoload 'picture-mode "picture" "\ 21199(autoload 'picture-mode "picture" "\
@@ -21241,8 +21273,8 @@ they are not by default assigned to keys.
21241 21273
21242;;;*** 21274;;;***
21243 21275
21244;;;### (autoloads nil "pinentry" "net/pinentry.el" (22218 64587 997919 21276;;;### (autoloads nil "pinentry" "net/pinentry.el" (22330 59913 953323
21245;;;;;; 743000)) 21277;;;;;; 495000))
21246;;; Generated autoloads from net/pinentry.el 21278;;; Generated autoloads from net/pinentry.el
21247(push (purecopy '(pinentry 0 1)) package--builtin-versions) 21279(push (purecopy '(pinentry 0 1)) package--builtin-versions)
21248 21280
@@ -21259,8 +21291,8 @@ will not be shown.
21259 21291
21260;;;*** 21292;;;***
21261 21293
21262;;;### (autoloads nil "plstore" "gnus/plstore.el" (22150 28228 10072 21294;;;### (autoloads nil "plstore" "gnus/plstore.el" (22331 17372 34369
21263;;;;;; 702000)) 21295;;;;;; 473000))
21264;;; Generated autoloads from gnus/plstore.el 21296;;; Generated autoloads from gnus/plstore.el
21265 21297
21266(autoload 'plstore-open "plstore" "\ 21298(autoload 'plstore-open "plstore" "\
@@ -21275,8 +21307,8 @@ Major mode for editing PLSTORE files.
21275 21307
21276;;;*** 21308;;;***
21277 21309
21278;;;### (autoloads nil "po" "textmodes/po.el" (22150 28229 106072 21310;;;### (autoloads nil "po" "textmodes/po.el" (22330 59913 990323
21279;;;;;; 702000)) 21311;;;;;; 381000))
21280;;; Generated autoloads from textmodes/po.el 21312;;; Generated autoloads from textmodes/po.el
21281 21313
21282(autoload 'po-find-file-coding-system "po" "\ 21314(autoload 'po-find-file-coding-system "po" "\
@@ -21287,7 +21319,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
21287 21319
21288;;;*** 21320;;;***
21289 21321
21290;;;### (autoloads nil "pong" "play/pong.el" (22150 28228 682072 702000)) 21322;;;### (autoloads nil "pong" "play/pong.el" (22330 59913 969323 446000))
21291;;; Generated autoloads from play/pong.el 21323;;; Generated autoloads from play/pong.el
21292 21324
21293(autoload 'pong "pong" "\ 21325(autoload 'pong "pong" "\
@@ -21303,7 +21335,7 @@ pong-mode keybindings:\\<pong-mode-map>
21303 21335
21304;;;*** 21336;;;***
21305 21337
21306;;;### (autoloads nil "pop3" "gnus/pop3.el" (22150 28228 14072 702000)) 21338;;;### (autoloads nil "pop3" "gnus/pop3.el" (22331 17372 35369 469000))
21307;;; Generated autoloads from gnus/pop3.el 21339;;; Generated autoloads from gnus/pop3.el
21308 21340
21309(autoload 'pop3-movemail "pop3" "\ 21341(autoload 'pop3-movemail "pop3" "\
@@ -21314,8 +21346,8 @@ Use streaming commands.
21314 21346
21315;;;*** 21347;;;***
21316 21348
21317;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (22150 28227 454072 21349;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (22330 59913 930323
21318;;;;;; 702000)) 21350;;;;;; 566000))
21319;;; Generated autoloads from emacs-lisp/pp.el 21351;;; Generated autoloads from emacs-lisp/pp.el
21320 21352
21321(autoload 'pp-to-string "pp" "\ 21353(autoload 'pp-to-string "pp" "\
@@ -21365,8 +21397,8 @@ Ignores leading comment characters.
21365 21397
21366;;;*** 21398;;;***
21367 21399
21368;;;### (autoloads nil "printing" "printing.el" (22150 28228 698072 21400;;;### (autoloads nil "printing" "printing.el" (22330 59913 914323
21369;;;;;; 702000)) 21401;;;;;; 615000))
21370;;; Generated autoloads from printing.el 21402;;; Generated autoloads from printing.el
21371(push (purecopy '(printing 6 9 3)) package--builtin-versions) 21403(push (purecopy '(printing 6 9 3)) package--builtin-versions)
21372 21404
@@ -21954,7 +21986,7 @@ are both set to t.
21954 21986
21955;;;*** 21987;;;***
21956 21988
21957;;;### (autoloads nil "proced" "proced.el" (22150 28228 702072 702000)) 21989;;;### (autoloads nil "proced" "proced.el" (22331 17372 88369 281000))
21958;;; Generated autoloads from proced.el 21990;;; Generated autoloads from proced.el
21959 21991
21960(autoload 'proced "proced" "\ 21992(autoload 'proced "proced" "\
@@ -21972,8 +22004,8 @@ Proced buffers.
21972 22004
21973;;;*** 22005;;;***
21974 22006
21975;;;### (autoloads nil "profiler" "profiler.el" (22150 28228 702072 22007;;;### (autoloads nil "profiler" "profiler.el" (22330 59913 914323
21976;;;;;; 702000)) 22008;;;;;; 615000))
21977;;; Generated autoloads from profiler.el 22009;;; Generated autoloads from profiler.el
21978 22010
21979(autoload 'profiler-start "profiler" "\ 22011(autoload 'profiler-start "profiler" "\
@@ -22001,8 +22033,8 @@ Open profile FILENAME.
22001 22033
22002;;;*** 22034;;;***
22003 22035
22004;;;### (autoloads nil "project" "progmodes/project.el" (22296 46772 22036;;;### (autoloads nil "project" "progmodes/project.el" (22330 59913
22005;;;;;; 488104 103000)) 22037;;;;;; 975323 427000))
22006;;; Generated autoloads from progmodes/project.el 22038;;; Generated autoloads from progmodes/project.el
22007 22039
22008(autoload 'project-current "project" "\ 22040(autoload 'project-current "project" "\
@@ -22044,8 +22076,8 @@ recognized.
22044 22076
22045;;;*** 22077;;;***
22046 22078
22047;;;### (autoloads nil "prolog" "progmodes/prolog.el" (22283 34751 22079;;;### (autoloads nil "prolog" "progmodes/prolog.el" (22331 17372
22048;;;;;; 181333 844000)) 22080;;;;;; 97369 249000))
22049;;; Generated autoloads from progmodes/prolog.el 22081;;; Generated autoloads from progmodes/prolog.el
22050 22082
22051(autoload 'prolog-mode "prolog" "\ 22083(autoload 'prolog-mode "prolog" "\
@@ -22078,7 +22110,7 @@ With prefix argument ARG, restart the Prolog process if running before.
22078 22110
22079;;;*** 22111;;;***
22080 22112
22081;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (22150 28228 986072 702000)) 22113;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (22330 59913 914323 615000))
22082;;; Generated autoloads from ps-bdf.el 22114;;; Generated autoloads from ps-bdf.el
22083 22115
22084(defvar bdf-directory-list (if (memq system-type '(ms-dos windows-nt)) (list (expand-file-name "fonts/bdf" installation-directory)) '("/usr/local/share/emacs/fonts/bdf")) "\ 22116(defvar bdf-directory-list (if (memq system-type '(ms-dos windows-nt)) (list (expand-file-name "fonts/bdf" installation-directory)) '("/usr/local/share/emacs/fonts/bdf")) "\
@@ -22089,8 +22121,8 @@ The default value is (\"/usr/local/share/emacs/fonts/bdf\").")
22089 22121
22090;;;*** 22122;;;***
22091 22123
22092;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (22197 58438 22124;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (22331 17372
22093;;;;;; 507460 447000)) 22125;;;;;; 97369 249000))
22094;;; Generated autoloads from progmodes/ps-mode.el 22126;;; Generated autoloads from progmodes/ps-mode.el
22095(push (purecopy '(ps-mode 1 1 9)) package--builtin-versions) 22127(push (purecopy '(ps-mode 1 1 9)) package--builtin-versions)
22096 22128
@@ -22136,8 +22168,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
22136 22168
22137;;;*** 22169;;;***
22138 22170
22139;;;### (autoloads nil "ps-print" "ps-print.el" (22220 19926 440329 22171;;;### (autoloads nil "ps-print" "ps-print.el" (22331 17372 104369
22140;;;;;; 271000)) 22172;;;;;; 224000))
22141;;; Generated autoloads from ps-print.el 22173;;; Generated autoloads from ps-print.el
22142(push (purecopy '(ps-print 7 3 5)) package--builtin-versions) 22174(push (purecopy '(ps-print 7 3 5)) package--builtin-versions)
22143 22175
@@ -22334,8 +22366,8 @@ If EXTENSION is any other symbol, it is ignored.
22334 22366
22335;;;*** 22367;;;***
22336 22368
22337;;;### (autoloads nil "pulse" "cedet/pulse.el" (22150 28227 222072 22369;;;### (autoloads nil "pulse" "cedet/pulse.el" (22330 59913 920323
22338;;;;;; 702000)) 22370;;;;;; 597000))
22339;;; Generated autoloads from cedet/pulse.el 22371;;; Generated autoloads from cedet/pulse.el
22340(push (purecopy '(pulse 1 0)) package--builtin-versions) 22372(push (purecopy '(pulse 1 0)) package--builtin-versions)
22341 22373
@@ -22353,8 +22385,8 @@ Optional argument FACE specifies the face to do the highlighting.
22353 22385
22354;;;*** 22386;;;***
22355 22387
22356;;;### (autoloads nil "python" "progmodes/python.el" (22304 40885 22388;;;### (autoloads nil "python" "progmodes/python.el" (22331 17372
22357;;;;;; 57243 884000)) 22389;;;;;; 98369 246000))
22358;;; Generated autoloads from progmodes/python.el 22390;;; Generated autoloads from progmodes/python.el
22359(push (purecopy '(python 0 25 1)) package--builtin-versions) 22391(push (purecopy '(python 0 25 1)) package--builtin-versions)
22360 22392
@@ -22391,7 +22423,7 @@ Major mode for editing Python files.
22391 22423
22392;;;*** 22424;;;***
22393 22425
22394;;;### (autoloads nil "qp" "gnus/qp.el" (22150 28228 14072 702000)) 22426;;;### (autoloads nil "qp" "gnus/qp.el" (22331 17372 35369 469000))
22395;;; Generated autoloads from gnus/qp.el 22427;;; Generated autoloads from gnus/qp.el
22396 22428
22397(autoload 'quoted-printable-decode-region "qp" "\ 22429(autoload 'quoted-printable-decode-region "qp" "\
@@ -22410,8 +22442,8 @@ them into characters should be done separately.
22410 22442
22411;;;*** 22443;;;***
22412 22444
22413;;;### (autoloads nil "quail" "international/quail.el" (22174 10581 22445;;;### (autoloads nil "quail" "international/quail.el" (22330 59913
22414;;;;;; 673112 520000)) 22446;;;;;; 940323 535000))
22415;;; Generated autoloads from international/quail.el 22447;;; Generated autoloads from international/quail.el
22416 22448
22417(autoload 'quail-title "quail" "\ 22449(autoload 'quail-title "quail" "\
@@ -22641,8 +22673,8 @@ of each directory.
22641 22673
22642;;;*** 22674;;;***
22643 22675
22644;;;### (autoloads nil "quail/hangul" "leim/quail/hangul.el" (22150 22676;;;### (autoloads nil "quail/hangul" "leim/quail/hangul.el" (22330
22645;;;;;; 28228 202072 702000)) 22677;;;;;; 59913 945323 520000))
22646;;; Generated autoloads from leim/quail/hangul.el 22678;;; Generated autoloads from leim/quail/hangul.el
22647 22679
22648(autoload 'hangul-input-method-activate "quail/hangul" "\ 22680(autoload 'hangul-input-method-activate "quail/hangul" "\
@@ -22655,7 +22687,7 @@ HELP-TEXT is a text set in `hangul-input-method-help-text'.
22655;;;*** 22687;;;***
22656 22688
22657;;;### (autoloads nil "quail/uni-input" "leim/quail/uni-input.el" 22689;;;### (autoloads nil "quail/uni-input" "leim/quail/uni-input.el"
22658;;;;;; (22150 28228 210072 702000)) 22690;;;;;; (22330 59913 945323 520000))
22659;;; Generated autoloads from leim/quail/uni-input.el 22691;;; Generated autoloads from leim/quail/uni-input.el
22660 22692
22661(autoload 'ucs-input-activate "quail/uni-input" "\ 22693(autoload 'ucs-input-activate "quail/uni-input" "\
@@ -22669,8 +22701,8 @@ While this input method is active, the variable
22669 22701
22670;;;*** 22702;;;***
22671 22703
22672;;;### (autoloads nil "quickurl" "net/quickurl.el" (22197 58438 347460 22704;;;### (autoloads nil "quickurl" "net/quickurl.el" (22330 59913 953323
22673;;;;;; 447000)) 22705;;;;;; 495000))
22674;;; Generated autoloads from net/quickurl.el 22706;;; Generated autoloads from net/quickurl.el
22675 22707
22676(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" "\ 22708(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" "\
@@ -22741,8 +22773,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22741 22773
22742;;;*** 22774;;;***
22743 22775
22744;;;### (autoloads nil "rcirc" "net/rcirc.el" (22150 28228 390072 22776;;;### (autoloads nil "rcirc" "net/rcirc.el" (22331 17372 59369 384000))
22745;;;;;; 702000))
22746;;; Generated autoloads from net/rcirc.el 22777;;; Generated autoloads from net/rcirc.el
22747 22778
22748(autoload 'rcirc "rcirc" "\ 22779(autoload 'rcirc "rcirc" "\
@@ -22763,7 +22794,8 @@ If ARG is non-nil, instead prompt for connection parameters.
22763 22794
22764(defvar rcirc-track-minor-mode nil "\ 22795(defvar rcirc-track-minor-mode nil "\
22765Non-nil if Rcirc-Track minor mode is enabled. 22796Non-nil if Rcirc-Track minor mode is enabled.
22766See the command `rcirc-track-minor-mode' for a description of this minor mode. 22797See the `rcirc-track-minor-mode' command
22798for a description of this minor mode.
22767Setting this variable directly does not take effect; 22799Setting this variable directly does not take effect;
22768either customize it (see the info node `Easy Customization') 22800either customize it (see the info node `Easy Customization')
22769or call the function `rcirc-track-minor-mode'.") 22801or call the function `rcirc-track-minor-mode'.")
@@ -22780,8 +22812,8 @@ if ARG is omitted or nil.
22780 22812
22781;;;*** 22813;;;***
22782 22814
22783;;;### (autoloads nil "re-builder" "emacs-lisp/re-builder.el" (22150 22815;;;### (autoloads nil "re-builder" "emacs-lisp/re-builder.el" (22330
22784;;;;;; 28227 454072 702000)) 22816;;;;;; 59913 930323 566000))
22785;;; Generated autoloads from emacs-lisp/re-builder.el 22817;;; Generated autoloads from emacs-lisp/re-builder.el
22786 22818
22787(defalias 'regexp-builder 're-builder) 22819(defalias 'regexp-builder 're-builder)
@@ -22799,13 +22831,14 @@ matching parts of the target buffer will be highlighted.
22799 22831
22800;;;*** 22832;;;***
22801 22833
22802;;;### (autoloads nil "recentf" "recentf.el" (22150 28228 990072 22834;;;### (autoloads nil "recentf" "recentf.el" (22330 59913 915323
22803;;;;;; 702000)) 22835;;;;;; 612000))
22804;;; Generated autoloads from recentf.el 22836;;; Generated autoloads from recentf.el
22805 22837
22806(defvar recentf-mode nil "\ 22838(defvar recentf-mode nil "\
22807Non-nil if Recentf mode is enabled. 22839Non-nil if Recentf mode is enabled.
22808See the command `recentf-mode' for a description of this minor mode. 22840See the `recentf-mode' command
22841for a description of this minor mode.
22809Setting this variable directly does not take effect; 22842Setting this variable directly does not take effect;
22810either customize it (see the info node `Easy Customization') 22843either customize it (see the info node `Easy Customization')
22811or call the function `recentf-mode'.") 22844or call the function `recentf-mode'.")
@@ -22826,7 +22859,7 @@ were operated on recently.
22826 22859
22827;;;*** 22860;;;***
22828 22861
22829;;;### (autoloads nil "rect" "rect.el" (22304 40885 81243 884000)) 22862;;;### (autoloads nil "rect" "rect.el" (22331 17372 104369 224000))
22830;;; Generated autoloads from rect.el 22863;;; Generated autoloads from rect.el
22831 22864
22832(autoload 'delete-rectangle "rect" "\ 22865(autoload 'delete-rectangle "rect" "\
@@ -22912,7 +22945,7 @@ no text on the right side of the rectangle.
22912Delete all whitespace following a specified column in each line. 22945Delete all whitespace following a specified column in each line.
22913The left edge of the rectangle specifies the position in each line 22946The left edge of the rectangle specifies the position in each line
22914at which whitespace deletion should begin. On each line in the 22947at which whitespace deletion should begin. On each line in the
22915rectangle, all continuous whitespace starting at that column is deleted. 22948rectangle, all contiguous whitespace starting at that column is deleted.
22916 22949
22917When called from a program the rectangle's corners are START and END. 22950When called from a program the rectangle's corners are START and END.
22918With a prefix (or a FILL) argument, also fill too short lines. 22951With a prefix (or a FILL) argument, also fill too short lines.
@@ -22966,8 +22999,8 @@ Activates the region if needed. Only lasts until the region is deactivated.
22966 22999
22967;;;*** 23000;;;***
22968 23001
22969;;;### (autoloads nil "refill" "textmodes/refill.el" (22150 28229 23002;;;### (autoloads nil "refill" "textmodes/refill.el" (22330 59913
22970;;;;;; 106072 702000)) 23003;;;;;; 990323 381000))
22971;;; Generated autoloads from textmodes/refill.el 23004;;; Generated autoloads from textmodes/refill.el
22972 23005
22973(autoload 'refill-mode "refill" "\ 23006(autoload 'refill-mode "refill" "\
@@ -22987,8 +23020,8 @@ For true \"word wrap\" behavior, use `visual-line-mode' instead.
22987 23020
22988;;;*** 23021;;;***
22989 23022
22990;;;### (autoloads nil "reftex" "textmodes/reftex.el" (22179 28801 23023;;;### (autoloads nil "reftex" "textmodes/reftex.el" (22331 17372
22991;;;;;; 466001 468000)) 23024;;;;;; 117369 178000))
22992;;; Generated autoloads from textmodes/reftex.el 23025;;; Generated autoloads from textmodes/reftex.el
22993(autoload 'reftex-citation "reftex-cite" nil t) 23026(autoload 'reftex-citation "reftex-cite" nil t)
22994(autoload 'reftex-all-document-files "reftex-parse") 23027(autoload 'reftex-all-document-files "reftex-parse")
@@ -23041,8 +23074,8 @@ This enforces rescanning the buffer on next use.
23041 23074
23042;;;*** 23075;;;***
23043 23076
23044;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (22182 23077;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (22330
23045;;;;;; 44208 583853 279000)) 23078;;;;;; 59913 990323 381000))
23046;;; Generated autoloads from textmodes/reftex-vars.el 23079;;; Generated autoloads from textmodes/reftex-vars.el
23047(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 23080(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
23048(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 23081(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -23051,8 +23084,8 @@ This enforces rescanning the buffer on next use.
23051 23084
23052;;;*** 23085;;;***
23053 23086
23054;;;### (autoloads nil "regexp-opt" "emacs-lisp/regexp-opt.el" (22150 23087;;;### (autoloads nil "regexp-opt" "emacs-lisp/regexp-opt.el" (22330
23055;;;;;; 28227 454072 702000)) 23088;;;;;; 59913 930323 566000))
23056;;; Generated autoloads from emacs-lisp/regexp-opt.el 23089;;; Generated autoloads from emacs-lisp/regexp-opt.el
23057 23090
23058(autoload 'regexp-opt "regexp-opt" "\ 23091(autoload 'regexp-opt "regexp-opt" "\
@@ -23081,15 +23114,15 @@ This means the number of non-shy regexp grouping constructs
23081 23114
23082;;;*** 23115;;;***
23083 23116
23084;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (22150 28227 454072 23117;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (22330 59913 930323
23085;;;;;; 702000)) 23118;;;;;; 566000))
23086;;; Generated autoloads from emacs-lisp/regi.el 23119;;; Generated autoloads from emacs-lisp/regi.el
23087(push (purecopy '(regi 1 8)) package--builtin-versions) 23120(push (purecopy '(regi 1 8)) package--builtin-versions)
23088 23121
23089;;;*** 23122;;;***
23090 23123
23091;;;### (autoloads nil "remember" "textmodes/remember.el" (22150 28229 23124;;;### (autoloads nil "remember" "textmodes/remember.el" (22330 59913
23092;;;;;; 130072 702000)) 23125;;;;;; 991323 378000))
23093;;; Generated autoloads from textmodes/remember.el 23126;;; Generated autoloads from textmodes/remember.el
23094(push (purecopy '(remember 2 0)) package--builtin-versions) 23127(push (purecopy '(remember 2 0)) package--builtin-versions)
23095 23128
@@ -23143,7 +23176,7 @@ to turn the *scratch* buffer into your notes buffer.
23143 23176
23144;;;*** 23177;;;***
23145 23178
23146;;;### (autoloads nil "repeat" "repeat.el" (22150 28228 994072 702000)) 23179;;;### (autoloads nil "repeat" "repeat.el" (22330 59913 915323 612000))
23147;;; Generated autoloads from repeat.el 23180;;; Generated autoloads from repeat.el
23148(push (purecopy '(repeat 0 51)) package--builtin-versions) 23181(push (purecopy '(repeat 0 51)) package--builtin-versions)
23149 23182
@@ -23166,8 +23199,8 @@ recently executed command not bound to an input event\".
23166 23199
23167;;;*** 23200;;;***
23168 23201
23169;;;### (autoloads nil "reporter" "mail/reporter.el" (22150 28228 23202;;;### (autoloads nil "reporter" "mail/reporter.el" (22330 59913
23170;;;;;; 234072 702000)) 23203;;;;;; 947323 514000))
23171;;; Generated autoloads from mail/reporter.el 23204;;; Generated autoloads from mail/reporter.el
23172 23205
23173(autoload 'reporter-submit-bug-report "reporter" "\ 23206(autoload 'reporter-submit-bug-report "reporter" "\
@@ -23198,8 +23231,8 @@ mail-sending package is used for editing and sending the message.
23198 23231
23199;;;*** 23232;;;***
23200 23233
23201;;;### (autoloads nil "reposition" "reposition.el" (22150 28228 994072 23234;;;### (autoloads nil "reposition" "reposition.el" (22330 59913 915323
23202;;;;;; 702000)) 23235;;;;;; 612000))
23203;;; Generated autoloads from reposition.el 23236;;; Generated autoloads from reposition.el
23204 23237
23205(autoload 'reposition-window "reposition" "\ 23238(autoload 'reposition-window "reposition" "\
@@ -23225,7 +23258,7 @@ first comment line visible (if point is in a comment).
23225 23258
23226;;;*** 23259;;;***
23227 23260
23228;;;### (autoloads nil "reveal" "reveal.el" (22150 28228 994072 702000)) 23261;;;### (autoloads nil "reveal" "reveal.el" (22330 59913 915323 612000))
23229;;; Generated autoloads from reveal.el 23262;;; Generated autoloads from reveal.el
23230 23263
23231(autoload 'reveal-mode "reveal" "\ 23264(autoload 'reveal-mode "reveal" "\
@@ -23241,7 +23274,8 @@ reveals invisible text around point.
23241 23274
23242(defvar global-reveal-mode nil "\ 23275(defvar global-reveal-mode nil "\
23243Non-nil if Global Reveal mode is enabled. 23276Non-nil if Global Reveal mode is enabled.
23244See the command `global-reveal-mode' for a description of this minor mode. 23277See the `global-reveal-mode' command
23278for a description of this minor mode.
23245Setting this variable directly does not take effect; 23279Setting this variable directly does not take effect;
23246either customize it (see the info node `Easy Customization') 23280either customize it (see the info node `Easy Customization')
23247or call the function `global-reveal-mode'.") 23281or call the function `global-reveal-mode'.")
@@ -23260,8 +23294,8 @@ the mode if ARG is omitted or nil.
23260 23294
23261;;;*** 23295;;;***
23262 23296
23263;;;### (autoloads nil "ring" "emacs-lisp/ring.el" (22150 28227 454072 23297;;;### (autoloads nil "ring" "emacs-lisp/ring.el" (22330 59913 930323
23264;;;;;; 702000)) 23298;;;;;; 566000))
23265;;; Generated autoloads from emacs-lisp/ring.el 23299;;; Generated autoloads from emacs-lisp/ring.el
23266 23300
23267(autoload 'ring-p "ring" "\ 23301(autoload 'ring-p "ring" "\
@@ -23276,8 +23310,8 @@ Make a ring that can contain SIZE elements.
23276 23310
23277;;;*** 23311;;;***
23278 23312
23279;;;### (autoloads nil "rlogin" "net/rlogin.el" (22150 28228 394072 23313;;;### (autoloads nil "rlogin" "net/rlogin.el" (22330 59913 953323
23280;;;;;; 702000)) 23314;;;;;; 495000))
23281;;; Generated autoloads from net/rlogin.el 23315;;; Generated autoloads from net/rlogin.el
23282 23316
23283(autoload 'rlogin "rlogin" "\ 23317(autoload 'rlogin "rlogin" "\
@@ -23321,8 +23355,8 @@ variable.
23321 23355
23322;;;*** 23356;;;***
23323 23357
23324;;;### (autoloads nil "rmail" "mail/rmail.el" (22250 56969 841825 23358;;;### (autoloads nil "rmail" "mail/rmail.el" (22331 17372 51369
23325;;;;;; 171000)) 23359;;;;;; 413000))
23326;;; Generated autoloads from mail/rmail.el 23360;;; Generated autoloads from mail/rmail.el
23327 23361
23328(defvar rmail-file-name (purecopy "~/RMAIL") "\ 23362(defvar rmail-file-name (purecopy "~/RMAIL") "\
@@ -23519,8 +23553,8 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23519 23553
23520;;;*** 23554;;;***
23521 23555
23522;;;### (autoloads nil "rmailout" "mail/rmailout.el" (22150 28228 23556;;;### (autoloads nil "rmailout" "mail/rmailout.el" (22330 59913
23523;;;;;; 246072 702000)) 23557;;;;;; 948323 511000))
23524;;; Generated autoloads from mail/rmailout.el 23558;;; Generated autoloads from mail/rmailout.el
23525(put 'rmail-output-file-alist 'risky-local-variable t) 23559(put 'rmail-output-file-alist 'risky-local-variable t)
23526 23560
@@ -23584,8 +23618,8 @@ than appending to it. Deletes the message after writing if
23584 23618
23585;;;*** 23619;;;***
23586 23620
23587;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (22150 28228 23621;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (22331 17372
23588;;;;;; 454072 702000)) 23622;;;;;; 66369 359000))
23589;;; Generated autoloads from nxml/rng-cmpct.el 23623;;; Generated autoloads from nxml/rng-cmpct.el
23590 23624
23591(autoload 'rng-c-load-schema "rng-cmpct" "\ 23625(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -23596,8 +23630,8 @@ Return a pattern.
23596 23630
23597;;;*** 23631;;;***
23598 23632
23599;;;### (autoloads nil "rng-nxml" "nxml/rng-nxml.el" (22150 28228 23633;;;### (autoloads nil "rng-nxml" "nxml/rng-nxml.el" (22331 17372
23600;;;;;; 458072 702000)) 23634;;;;;; 67369 356000))
23601;;; Generated autoloads from nxml/rng-nxml.el 23635;;; Generated autoloads from nxml/rng-nxml.el
23602 23636
23603(autoload 'rng-nxml-mode-init "rng-nxml" "\ 23637(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -23609,8 +23643,8 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23609 23643
23610;;;*** 23644;;;***
23611 23645
23612;;;### (autoloads nil "rng-valid" "nxml/rng-valid.el" (22150 28228 23646;;;### (autoloads nil "rng-valid" "nxml/rng-valid.el" (22331 17372
23613;;;;;; 462072 702000)) 23647;;;;;; 67369 356000))
23614;;; Generated autoloads from nxml/rng-valid.el 23648;;; Generated autoloads from nxml/rng-valid.el
23615 23649
23616(autoload 'rng-validate-mode "rng-valid" "\ 23650(autoload 'rng-validate-mode "rng-valid" "\
@@ -23640,8 +23674,8 @@ to use for finding the schema.
23640 23674
23641;;;*** 23675;;;***
23642 23676
23643;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (22150 28228 462072 23677;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (22331 17372 67369
23644;;;;;; 702000)) 23678;;;;;; 356000))
23645;;; Generated autoloads from nxml/rng-xsd.el 23679;;; Generated autoloads from nxml/rng-xsd.el
23646 23680
23647(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 23681(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -23668,8 +23702,8 @@ must be equal.
23668 23702
23669;;;*** 23703;;;***
23670 23704
23671;;;### (autoloads nil "robin" "international/robin.el" (22086 11929 23705;;;### (autoloads nil "robin" "international/robin.el" (22330 59913
23672;;;;;; 882062 731000)) 23706;;;;;; 940323 535000))
23673;;; Generated autoloads from international/robin.el 23707;;; Generated autoloads from international/robin.el
23674 23708
23675(autoload 'robin-define-package "robin" "\ 23709(autoload 'robin-define-package "robin" "\
@@ -23701,7 +23735,7 @@ Start using robin package NAME, which is a string.
23701 23735
23702;;;*** 23736;;;***
23703 23737
23704;;;### (autoloads nil "rot13" "rot13.el" (22150 28228 994072 702000)) 23738;;;### (autoloads nil "rot13" "rot13.el" (22330 59913 915323 612000))
23705;;; Generated autoloads from rot13.el 23739;;; Generated autoloads from rot13.el
23706 23740
23707(autoload 'rot13 "rot13" "\ 23741(autoload 'rot13 "rot13" "\
@@ -23738,8 +23772,8 @@ Toggle the use of ROT13 encoding for the current window.
23738 23772
23739;;;*** 23773;;;***
23740 23774
23741;;;### (autoloads nil "rst" "textmodes/rst.el" (22150 28229 146072 23775;;;### (autoloads nil "rst" "textmodes/rst.el" (22330 59913 991323
23742;;;;;; 702000)) 23776;;;;;; 378000))
23743;;; Generated autoloads from textmodes/rst.el 23777;;; Generated autoloads from textmodes/rst.el
23744 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 23778 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
23745 23779
@@ -23769,8 +23803,8 @@ for modes derived from Text mode, like Mail mode.
23769 23803
23770;;;*** 23804;;;***
23771 23805
23772;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (22253 23806;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (22331
23773;;;;;; 13631 370961 36000)) 23807;;;;;; 17377 954348 447000))
23774;;; Generated autoloads from progmodes/ruby-mode.el 23808;;; Generated autoloads from progmodes/ruby-mode.el
23775(push (purecopy '(ruby-mode 1 2)) package--builtin-versions) 23809(push (purecopy '(ruby-mode 1 2)) package--builtin-versions)
23776 23810
@@ -23787,8 +23821,8 @@ Major mode for editing Ruby code.
23787 23821
23788;;;*** 23822;;;***
23789 23823
23790;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (22150 28228 994072 23824;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (22330 59913 915323
23791;;;;;; 702000)) 23825;;;;;; 612000))
23792;;; Generated autoloads from ruler-mode.el 23826;;; Generated autoloads from ruler-mode.el
23793(push (purecopy '(ruler-mode 1 6)) package--builtin-versions) 23827(push (purecopy '(ruler-mode 1 6)) package--builtin-versions)
23794 23828
@@ -23806,8 +23840,8 @@ if ARG is omitted or nil.
23806 23840
23807;;;*** 23841;;;***
23808 23842
23809;;;### (autoloads nil "rx" "emacs-lisp/rx.el" (22150 28227 454072 23843;;;### (autoloads nil "rx" "emacs-lisp/rx.el" (22330 59913 930323
23810;;;;;; 702000)) 23844;;;;;; 566000))
23811;;; Generated autoloads from emacs-lisp/rx.el 23845;;; Generated autoloads from emacs-lisp/rx.el
23812 23846
23813(autoload 'rx-to-string "rx" "\ 23847(autoload 'rx-to-string "rx" "\
@@ -24118,21 +24152,22 @@ enclosed in `(and ...)'.
24118 24152
24119;;;*** 24153;;;***
24120 24154
24121;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (22150 28228 24155;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (22330 59913
24122;;;;;; 394072 702000)) 24156;;;;;; 953323 495000))
24123;;; Generated autoloads from net/sasl-ntlm.el 24157;;; Generated autoloads from net/sasl-ntlm.el
24124(push (purecopy '(sasl 1 0)) package--builtin-versions) 24158(push (purecopy '(sasl 1 0)) package--builtin-versions)
24125 24159
24126;;;*** 24160;;;***
24127 24161
24128;;;### (autoloads nil "savehist" "savehist.el" (22150 28228 994072 24162;;;### (autoloads nil "savehist" "savehist.el" (22330 59913 915323
24129;;;;;; 702000)) 24163;;;;;; 612000))
24130;;; Generated autoloads from savehist.el 24164;;; Generated autoloads from savehist.el
24131(push (purecopy '(savehist 24)) package--builtin-versions) 24165(push (purecopy '(savehist 24)) package--builtin-versions)
24132 24166
24133(defvar savehist-mode nil "\ 24167(defvar savehist-mode nil "\
24134Non-nil if Savehist mode is enabled. 24168Non-nil if Savehist mode is enabled.
24135See the command `savehist-mode' for a description of this minor mode. 24169See the `savehist-mode' command
24170for a description of this minor mode.
24136Setting this variable directly does not take effect; 24171Setting this variable directly does not take effect;
24137either customize it (see the info node `Easy Customization') 24172either customize it (see the info node `Easy Customization')
24138or call the function `savehist-mode'.") 24173or call the function `savehist-mode'.")
@@ -24158,13 +24193,14 @@ histories, which is probably undesirable.
24158 24193
24159;;;*** 24194;;;***
24160 24195
24161;;;### (autoloads nil "saveplace" "saveplace.el" (22224 16978 400323 24196;;;### (autoloads nil "saveplace" "saveplace.el" (22330 59913 915323
24162;;;;;; 324000)) 24197;;;;;; 612000))
24163;;; Generated autoloads from saveplace.el 24198;;; Generated autoloads from saveplace.el
24164 24199
24165(defvar save-place-mode nil "\ 24200(defvar save-place-mode nil "\
24166Non-nil if Save-Place mode is enabled. 24201Non-nil if Save-Place mode is enabled.
24167See the command `save-place-mode' for a description of this minor mode. 24202See the `save-place-mode' command
24203for a description of this minor mode.
24168Setting this variable directly does not take effect; 24204Setting this variable directly does not take effect;
24169either customize it (see the info node `Easy Customization') 24205either customize it (see the info node `Easy Customization')
24170or call the function `save-place-mode'.") 24206or call the function `save-place-mode'.")
@@ -24196,8 +24232,8 @@ file:
24196 24232
24197;;;*** 24233;;;***
24198 24234
24199;;;### (autoloads nil "scheme" "progmodes/scheme.el" (22150 28228 24235;;;### (autoloads nil "scheme" "progmodes/scheme.el" (22331 17372
24200;;;;;; 910072 702000)) 24236;;;;;; 98369 246000))
24201;;; Generated autoloads from progmodes/scheme.el 24237;;; Generated autoloads from progmodes/scheme.el
24202 24238
24203(autoload 'scheme-mode "scheme" "\ 24239(autoload 'scheme-mode "scheme" "\
@@ -24236,8 +24272,8 @@ that variable's value is a string.
24236 24272
24237;;;*** 24273;;;***
24238 24274
24239;;;### (autoloads nil "score-mode" "gnus/score-mode.el" (22150 28228 24275;;;### (autoloads nil "score-mode" "gnus/score-mode.el" (22330 59913
24240;;;;;; 18072 702000)) 24276;;;;;; 939323 538000))
24241;;; Generated autoloads from gnus/score-mode.el 24277;;; Generated autoloads from gnus/score-mode.el
24242 24278
24243(autoload 'gnus-score-mode "score-mode" "\ 24279(autoload 'gnus-score-mode "score-mode" "\
@@ -24250,13 +24286,14 @@ This mode is an extended emacs-lisp mode.
24250 24286
24251;;;*** 24287;;;***
24252 24288
24253;;;### (autoloads nil "scroll-all" "scroll-all.el" (22150 28228 994072 24289;;;### (autoloads nil "scroll-all" "scroll-all.el" (22330 59913 915323
24254;;;;;; 702000)) 24290;;;;;; 612000))
24255;;; Generated autoloads from scroll-all.el 24291;;; Generated autoloads from scroll-all.el
24256 24292
24257(defvar scroll-all-mode nil "\ 24293(defvar scroll-all-mode nil "\
24258Non-nil if Scroll-All mode is enabled. 24294Non-nil if Scroll-All mode is enabled.
24259See the command `scroll-all-mode' for a description of this minor mode. 24295See the `scroll-all-mode' command
24296for a description of this minor mode.
24260Setting this variable directly does not take effect; 24297Setting this variable directly does not take effect;
24261either customize it (see the info node `Easy Customization') 24298either customize it (see the info node `Easy Customization')
24262or call the function `scroll-all-mode'.") 24299or call the function `scroll-all-mode'.")
@@ -24276,8 +24313,8 @@ one window apply to all visible windows in the same frame.
24276 24313
24277;;;*** 24314;;;***
24278 24315
24279;;;### (autoloads nil "scroll-lock" "scroll-lock.el" (22150 28228 24316;;;### (autoloads nil "scroll-lock" "scroll-lock.el" (22330 59913
24280;;;;;; 994072 702000)) 24317;;;;;; 915323 612000))
24281;;; Generated autoloads from scroll-lock.el 24318;;; Generated autoloads from scroll-lock.el
24282 24319
24283(autoload 'scroll-lock-mode "scroll-lock" "\ 24320(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -24293,16 +24330,16 @@ vertically fixed relative to window boundaries during scrolling.
24293 24330
24294;;;*** 24331;;;***
24295 24332
24296;;;### (autoloads nil "secrets" "net/secrets.el" (22150 28228 394072 24333;;;### (autoloads nil "secrets" "net/secrets.el" (22330 59913 954323
24297;;;;;; 702000)) 24334;;;;;; 492000))
24298;;; Generated autoloads from net/secrets.el 24335;;; Generated autoloads from net/secrets.el
24299(when (featurep 'dbusbind) 24336(when (featurep 'dbusbind)
24300 (autoload 'secrets-show-secrets "secrets" nil t)) 24337 (autoload 'secrets-show-secrets "secrets" nil t))
24301 24338
24302;;;*** 24339;;;***
24303 24340
24304;;;### (autoloads nil "semantic" "cedet/semantic.el" (22150 28227 24341;;;### (autoloads nil "semantic" "cedet/semantic.el" (22330 59913
24305;;;;;; 222072 702000)) 24342;;;;;; 920323 597000))
24306;;; Generated autoloads from cedet/semantic.el 24343;;; Generated autoloads from cedet/semantic.el
24307(push (purecopy '(semantic 2 2)) package--builtin-versions) 24344(push (purecopy '(semantic 2 2)) package--builtin-versions)
24308 24345
@@ -24334,7 +24371,8 @@ The following modes are more targeted at people who want to see
24334 24371
24335(defvar semantic-mode nil "\ 24372(defvar semantic-mode nil "\
24336Non-nil if Semantic mode is enabled. 24373Non-nil if Semantic mode is enabled.
24337See the command `semantic-mode' for a description of this minor mode. 24374See the `semantic-mode' command
24375for a description of this minor mode.
24338Setting this variable directly does not take effect; 24376Setting this variable directly does not take effect;
24339either customize it (see the info node `Easy Customization') 24377either customize it (see the info node `Easy Customization')
24340or call the function `semantic-mode'.") 24378or call the function `semantic-mode'.")
@@ -24360,7 +24398,7 @@ Semantic mode.
24360;;;*** 24398;;;***
24361 24399
24362;;;### (autoloads nil "semantic/bovine/grammar" "cedet/semantic/bovine/grammar.el" 24400;;;### (autoloads nil "semantic/bovine/grammar" "cedet/semantic/bovine/grammar.el"
24363;;;;;; (22150 28227 234072 702000)) 24401;;;;;; (22330 59913 922323 591000))
24364;;; Generated autoloads from cedet/semantic/bovine/grammar.el 24402;;; Generated autoloads from cedet/semantic/bovine/grammar.el
24365 24403
24366(autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\ 24404(autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\
@@ -24371,7 +24409,7 @@ Major mode for editing Bovine grammars.
24371;;;*** 24409;;;***
24372 24410
24373;;;### (autoloads nil "semantic/wisent/grammar" "cedet/semantic/wisent/grammar.el" 24411;;;### (autoloads nil "semantic/wisent/grammar" "cedet/semantic/wisent/grammar.el"
24374;;;;;; (22150 28227 266072 702000)) 24412;;;;;; (22330 59913 923323 588000))
24375;;; Generated autoloads from cedet/semantic/wisent/grammar.el 24413;;; Generated autoloads from cedet/semantic/wisent/grammar.el
24376 24414
24377(autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\ 24415(autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\
@@ -24381,8 +24419,8 @@ Major mode for editing Wisent grammars.
24381 24419
24382;;;*** 24420;;;***
24383 24421
24384;;;### (autoloads nil "sendmail" "mail/sendmail.el" (22224 36171 24422;;;### (autoloads nil "sendmail" "mail/sendmail.el" (22330 59913
24385;;;;;; 816467 383000)) 24423;;;;;; 948323 511000))
24386;;; Generated autoloads from mail/sendmail.el 24424;;; Generated autoloads from mail/sendmail.el
24387 24425
24388(defvar mail-from-style 'default "\ 24426(defvar mail-from-style 'default "\
@@ -24663,14 +24701,14 @@ Like `mail' command, but display mail buffer in another frame.
24663 24701
24664;;;*** 24702;;;***
24665 24703
24666;;;### (autoloads nil "seq" "emacs-lisp/seq.el" (22278 49573 67090 24704;;;### (autoloads nil "seq" "emacs-lisp/seq.el" (22331 17371 996369
24667;;;;;; 835000)) 24705;;;;;; 608000))
24668;;; Generated autoloads from emacs-lisp/seq.el 24706;;; Generated autoloads from emacs-lisp/seq.el
24669(push (purecopy '(seq 2 3)) package--builtin-versions) 24707(push (purecopy '(seq 2 3)) package--builtin-versions)
24670 24708
24671;;;*** 24709;;;***
24672 24710
24673;;;### (autoloads nil "server" "server.el" (22150 28228 998072 702000)) 24711;;;### (autoloads nil "server" "server.el" (22331 17372 105369 221000))
24674;;; Generated autoloads from server.el 24712;;; Generated autoloads from server.el
24675 24713
24676(put 'server-host 'risky-local-variable t) 24714(put 'server-host 'risky-local-variable t)
@@ -24707,7 +24745,8 @@ NAME defaults to `server-name'. With argument, ask for NAME.
24707 24745
24708(defvar server-mode nil "\ 24746(defvar server-mode nil "\
24709Non-nil if Server mode is enabled. 24747Non-nil if Server mode is enabled.
24710See the command `server-mode' for a description of this minor mode. 24748See the `server-mode' command
24749for a description of this minor mode.
24711Setting this variable directly does not take effect; 24750Setting this variable directly does not take effect;
24712either customize it (see the info node `Easy Customization') 24751either customize it (see the info node `Easy Customization')
24713or call the function `server-mode'.") 24752or call the function `server-mode'.")
@@ -24737,7 +24776,7 @@ only these files will be asked to be saved.
24737 24776
24738;;;*** 24777;;;***
24739 24778
24740;;;### (autoloads nil "ses" "ses.el" (22189 64323 296321 19000)) 24779;;;### (autoloads nil "ses" "ses.el" (22331 17372 106369 217000))
24741;;; Generated autoloads from ses.el 24780;;; Generated autoloads from ses.el
24742 24781
24743(autoload 'ses-mode "ses" "\ 24782(autoload 'ses-mode "ses" "\
@@ -24781,8 +24820,8 @@ formula:
24781 24820
24782;;;*** 24821;;;***
24783 24822
24784;;;### (autoloads nil "sgml-mode" "textmodes/sgml-mode.el" (22150 24823;;;### (autoloads nil "sgml-mode" "textmodes/sgml-mode.el" (22331
24785;;;;;; 28229 150072 702000)) 24824;;;;;; 17372 117369 178000))
24786;;; Generated autoloads from textmodes/sgml-mode.el 24825;;; Generated autoloads from textmodes/sgml-mode.el
24787 24826
24788(autoload 'sgml-mode "sgml-mode" "\ 24827(autoload 'sgml-mode "sgml-mode" "\
@@ -24847,8 +24886,8 @@ To work around that, do:
24847 24886
24848;;;*** 24887;;;***
24849 24888
24850;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (22291 24889;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (22331
24851;;;;;; 28851 657608 847000)) 24890;;;;;; 17372 99369 242000))
24852;;; Generated autoloads from progmodes/sh-script.el 24891;;; Generated autoloads from progmodes/sh-script.el
24853(push (purecopy '(sh-script 2 0 6)) package--builtin-versions) 24892(push (purecopy '(sh-script 2 0 6)) package--builtin-versions)
24854(put 'sh-shell 'safe-local-variable 'symbolp) 24893(put 'sh-shell 'safe-local-variable 'symbolp)
@@ -24913,8 +24952,8 @@ with your script for an edit-interpret-debug cycle.
24913 24952
24914;;;*** 24953;;;***
24915 24954
24916;;;### (autoloads nil "shadow" "emacs-lisp/shadow.el" (22150 28227 24955;;;### (autoloads nil "shadow" "emacs-lisp/shadow.el" (22330 59913
24917;;;;;; 454072 702000)) 24956;;;;;; 930323 566000))
24918;;; Generated autoloads from emacs-lisp/shadow.el 24957;;; Generated autoloads from emacs-lisp/shadow.el
24919 24958
24920(autoload 'list-load-path-shadows "shadow" "\ 24959(autoload 'list-load-path-shadows "shadow" "\
@@ -24963,8 +25002,8 @@ function, `load-path-shadows-find'.
24963 25002
24964;;;*** 25003;;;***
24965 25004
24966;;;### (autoloads nil "shadowfile" "shadowfile.el" (22150 28229 14072 25005;;;### (autoloads nil "shadowfile" "shadowfile.el" (22330 59913 915323
24967;;;;;; 702000)) 25006;;;;;; 612000))
24968;;; Generated autoloads from shadowfile.el 25007;;; Generated autoloads from shadowfile.el
24969 25008
24970(autoload 'shadow-define-cluster "shadowfile" "\ 25009(autoload 'shadow-define-cluster "shadowfile" "\
@@ -25002,7 +25041,7 @@ Set up file shadowing.
25002 25041
25003;;;*** 25042;;;***
25004 25043
25005;;;### (autoloads nil "shell" "shell.el" (22150 28229 14072 702000)) 25044;;;### (autoloads nil "shell" "shell.el" (22330 59913 915323 612000))
25006;;; Generated autoloads from shell.el 25045;;; Generated autoloads from shell.el
25007 25046
25008(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 25047(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -25050,7 +25089,7 @@ Otherwise, one argument `-i' is passed to the shell.
25050 25089
25051;;;*** 25090;;;***
25052 25091
25053;;;### (autoloads nil "shr" "net/shr.el" (22255 55369 13338 944000)) 25092;;;### (autoloads nil "shr" "net/shr.el" (22331 17372 60369 381000))
25054;;; Generated autoloads from net/shr.el 25093;;; Generated autoloads from net/shr.el
25055 25094
25056(autoload 'shr-render-region "shr" "\ 25095(autoload 'shr-render-region "shr" "\
@@ -25067,8 +25106,8 @@ DOM should be a parse tree as generated by
25067 25106
25068;;;*** 25107;;;***
25069 25108
25070;;;### (autoloads nil "sieve" "gnus/sieve.el" (22150 28228 18072 25109;;;### (autoloads nil "sieve" "gnus/sieve.el" (22331 17372 35369
25071;;;;;; 702000)) 25110;;;;;; 469000))
25072;;; Generated autoloads from gnus/sieve.el 25111;;; Generated autoloads from gnus/sieve.el
25073 25112
25074(autoload 'sieve-manage "sieve" "\ 25113(autoload 'sieve-manage "sieve" "\
@@ -25093,8 +25132,8 @@ DOM should be a parse tree as generated by
25093 25132
25094;;;*** 25133;;;***
25095 25134
25096;;;### (autoloads nil "sieve-mode" "gnus/sieve-mode.el" (22150 28228 25135;;;### (autoloads nil "sieve-mode" "gnus/sieve-mode.el" (22331 17372
25097;;;;;; 18072 702000)) 25136;;;;;; 35369 469000))
25098;;; Generated autoloads from gnus/sieve-mode.el 25137;;; Generated autoloads from gnus/sieve-mode.el
25099 25138
25100(autoload 'sieve-mode "sieve-mode" "\ 25139(autoload 'sieve-mode "sieve-mode" "\
@@ -25109,8 +25148,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
25109 25148
25110;;;*** 25149;;;***
25111 25150
25112;;;### (autoloads nil "simula" "progmodes/simula.el" (22197 58438 25151;;;### (autoloads nil "simula" "progmodes/simula.el" (22330 59913
25113;;;;;; 563460 447000)) 25152;;;;;; 985323 396000))
25114;;; Generated autoloads from progmodes/simula.el 25153;;; Generated autoloads from progmodes/simula.el
25115 25154
25116(autoload 'simula-mode "simula" "\ 25155(autoload 'simula-mode "simula" "\
@@ -25158,8 +25197,8 @@ with no arguments, if that value is non-nil.
25158 25197
25159;;;*** 25198;;;***
25160 25199
25161;;;### (autoloads nil "skeleton" "skeleton.el" (22197 58438 667460 25200;;;### (autoloads nil "skeleton" "skeleton.el" (22330 59913 915323
25162;;;;;; 447000)) 25201;;;;;; 612000))
25163;;; Generated autoloads from skeleton.el 25202;;; Generated autoloads from skeleton.el
25164 25203
25165(defvar skeleton-filter-function 'identity "\ 25204(defvar skeleton-filter-function 'identity "\
@@ -25278,8 +25317,8 @@ twice for the others.
25278 25317
25279;;;*** 25318;;;***
25280 25319
25281;;;### (autoloads nil "smerge-mode" "vc/smerge-mode.el" (22150 28229 25320;;;### (autoloads nil "smerge-mode" "vc/smerge-mode.el" (22331 17372
25282;;;;;; 286072 702000)) 25321;;;;;; 123369 157000))
25283;;; Generated autoloads from vc/smerge-mode.el 25322;;; Generated autoloads from vc/smerge-mode.el
25284 25323
25285(autoload 'smerge-ediff "smerge-mode" "\ 25324(autoload 'smerge-ediff "smerge-mode" "\
@@ -25306,8 +25345,8 @@ If no conflict maker is found, turn off `smerge-mode'.
25306 25345
25307;;;*** 25346;;;***
25308 25347
25309;;;### (autoloads nil "smiley" "gnus/smiley.el" (22150 28228 18072 25348;;;### (autoloads nil "smiley" "gnus/smiley.el" (22331 17372 36369
25310;;;;;; 702000)) 25349;;;;;; 466000))
25311;;; Generated autoloads from gnus/smiley.el 25350;;; Generated autoloads from gnus/smiley.el
25312 25351
25313(autoload 'smiley-region "smiley" "\ 25352(autoload 'smiley-region "smiley" "\
@@ -25324,8 +25363,8 @@ interactively. If there's no argument, do it at the current buffer.
25324 25363
25325;;;*** 25364;;;***
25326 25365
25327;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (22150 28228 25366;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (22331 17372
25328;;;;;; 254072 702000)) 25367;;;;;; 53369 406000))
25329;;; Generated autoloads from mail/smtpmail.el 25368;;; Generated autoloads from mail/smtpmail.el
25330 25369
25331(autoload 'smtpmail-send-it "smtpmail" "\ 25370(autoload 'smtpmail-send-it "smtpmail" "\
@@ -25340,8 +25379,8 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
25340 25379
25341;;;*** 25380;;;***
25342 25381
25343;;;### (autoloads nil "snake" "play/snake.el" (22150 28228 682072 25382;;;### (autoloads nil "snake" "play/snake.el" (22331 17372 87369
25344;;;;;; 702000)) 25383;;;;;; 285000))
25345;;; Generated autoloads from play/snake.el 25384;;; Generated autoloads from play/snake.el
25346 25385
25347(autoload 'snake "snake" "\ 25386(autoload 'snake "snake" "\
@@ -25364,8 +25403,8 @@ Snake mode keybindings:
25364 25403
25365;;;*** 25404;;;***
25366 25405
25367;;;### (autoloads nil "snmp-mode" "net/snmp-mode.el" (22150 28228 25406;;;### (autoloads nil "snmp-mode" "net/snmp-mode.el" (22330 59913
25368;;;;;; 402072 702000)) 25407;;;;;; 954323 492000))
25369;;; Generated autoloads from net/snmp-mode.el 25408;;; Generated autoloads from net/snmp-mode.el
25370 25409
25371(autoload 'snmp-mode "snmp-mode" "\ 25410(autoload 'snmp-mode "snmp-mode" "\
@@ -25394,15 +25433,15 @@ then `snmpv2-mode-hook'.
25394 25433
25395;;;*** 25434;;;***
25396 25435
25397;;;### (autoloads nil "soap-client" "net/soap-client.el" (22249 52871 25436;;;### (autoloads nil "soap-client" "net/soap-client.el" (22331 17372
25398;;;;;; 284284 99000)) 25437;;;;;; 61369 377000))
25399;;; Generated autoloads from net/soap-client.el 25438;;; Generated autoloads from net/soap-client.el
25400(push (purecopy '(soap-client 3 0 2)) package--builtin-versions) 25439(push (purecopy '(soap-client 3 0 2)) package--builtin-versions)
25401 25440
25402;;;*** 25441;;;***
25403 25442
25404;;;### (autoloads nil "solar" "calendar/solar.el" (22284 55604 54845 25443;;;### (autoloads nil "solar" "calendar/solar.el" (22331 17371 982369
25405;;;;;; 171000)) 25444;;;;;; 658000))
25406;;; Generated autoloads from calendar/solar.el 25445;;; Generated autoloads from calendar/solar.el
25407 25446
25408(autoload 'sunrise-sunset "solar" "\ 25447(autoload 'sunrise-sunset "solar" "\
@@ -25417,8 +25456,8 @@ This function is suitable for execution in an init file.
25417 25456
25418;;;*** 25457;;;***
25419 25458
25420;;;### (autoloads nil "solitaire" "play/solitaire.el" (22150 28228 25459;;;### (autoloads nil "solitaire" "play/solitaire.el" (22330 59913
25421;;;;;; 682072 702000)) 25460;;;;;; 970323 443000))
25422;;; Generated autoloads from play/solitaire.el 25461;;; Generated autoloads from play/solitaire.el
25423 25462
25424(autoload 'solitaire "solitaire" "\ 25463(autoload 'solitaire "solitaire" "\
@@ -25493,7 +25532,7 @@ Pick your favorite shortcuts:
25493 25532
25494;;;*** 25533;;;***
25495 25534
25496;;;### (autoloads nil "sort" "sort.el" (22150 28229 18072 702000)) 25535;;;### (autoloads nil "sort" "sort.el" (22330 59913 915323 612000))
25497;;; Generated autoloads from sort.el 25536;;; Generated autoloads from sort.el
25498(put 'sort-fold-case 'safe-local-variable 'booleanp) 25537(put 'sort-fold-case 'safe-local-variable 'booleanp)
25499 25538
@@ -25668,7 +25707,7 @@ is non-nil, it also prints a message describing the number of deletions.
25668 25707
25669;;;*** 25708;;;***
25670 25709
25671;;;### (autoloads nil "spam" "gnus/spam.el" (22150 28228 22072 702000)) 25710;;;### (autoloads nil "spam" "gnus/spam.el" (22331 17372 36369 466000))
25672;;; Generated autoloads from gnus/spam.el 25711;;; Generated autoloads from gnus/spam.el
25673 25712
25674(autoload 'spam-initialize "spam" "\ 25713(autoload 'spam-initialize "spam" "\
@@ -25682,8 +25721,8 @@ installed through `spam-necessary-extra-headers'.
25682 25721
25683;;;*** 25722;;;***
25684 25723
25685;;;### (autoloads nil "spam-report" "gnus/spam-report.el" (22150 25724;;;### (autoloads nil "spam-report" "gnus/spam-report.el" (22331
25686;;;;;; 28228 22072 702000)) 25725;;;;;; 17372 36369 466000))
25687;;; Generated autoloads from gnus/spam-report.el 25726;;; Generated autoloads from gnus/spam-report.el
25688 25727
25689(autoload 'spam-report-process-queue "spam-report" "\ 25728(autoload 'spam-report-process-queue "spam-report" "\
@@ -25725,8 +25764,8 @@ Spam reports will be queued with the method used when
25725 25764
25726;;;*** 25765;;;***
25727 25766
25728;;;### (autoloads nil "speedbar" "speedbar.el" (22189 64323 312321 25767;;;### (autoloads nil "speedbar" "speedbar.el" (22330 59913 915323
25729;;;;;; 19000)) 25768;;;;;; 612000))
25730;;; Generated autoloads from speedbar.el 25769;;; Generated autoloads from speedbar.el
25731 25770
25732(defalias 'speedbar 'speedbar-frame-mode) 25771(defalias 'speedbar 'speedbar-frame-mode)
@@ -25750,8 +25789,8 @@ selected. If the speedbar frame is active, then select the attached frame.
25750 25789
25751;;;*** 25790;;;***
25752 25791
25753;;;### (autoloads nil "spook" "play/spook.el" (22150 28228 682072 25792;;;### (autoloads nil "spook" "play/spook.el" (22330 59913 970323
25754;;;;;; 702000)) 25793;;;;;; 443000))
25755;;; Generated autoloads from play/spook.el 25794;;; Generated autoloads from play/spook.el
25756 25795
25757(autoload 'spook "spook" "\ 25796(autoload 'spook "spook" "\
@@ -25766,8 +25805,8 @@ Return a vector containing the lines from `spook-phrases-file'.
25766 25805
25767;;;*** 25806;;;***
25768 25807
25769;;;### (autoloads nil "sql" "progmodes/sql.el" (22203 10834 812791 25808;;;### (autoloads nil "sql" "progmodes/sql.el" (22331 17372 100369
25770;;;;;; 123000)) 25809;;;;;; 239000))
25771;;; Generated autoloads from progmodes/sql.el 25810;;; Generated autoloads from progmodes/sql.el
25772(push (purecopy '(sql 3 5)) package--builtin-versions) 25811(push (purecopy '(sql 3 5)) package--builtin-versions)
25773 25812
@@ -26233,15 +26272,15 @@ Run vsql as an inferior process.
26233 26272
26234;;;*** 26273;;;***
26235 26274
26236;;;### (autoloads nil "srecode" "cedet/srecode.el" (22150 28227 270072 26275;;;### (autoloads nil "srecode" "cedet/srecode.el" (22330 59913 920323
26237;;;;;; 702000)) 26276;;;;;; 597000))
26238;;; Generated autoloads from cedet/srecode.el 26277;;; Generated autoloads from cedet/srecode.el
26239(push (purecopy '(srecode 1 2)) package--builtin-versions) 26278(push (purecopy '(srecode 1 2)) package--builtin-versions)
26240 26279
26241;;;*** 26280;;;***
26242 26281
26243;;;### (autoloads nil "srecode/srt-mode" "cedet/srecode/srt-mode.el" 26282;;;### (autoloads nil "srecode/srt-mode" "cedet/srecode/srt-mode.el"
26244;;;;;; (22150 28227 274072 702000)) 26283;;;;;; (22330 59913 926323 578000))
26245;;; Generated autoloads from cedet/srecode/srt-mode.el 26284;;; Generated autoloads from cedet/srecode/srt-mode.el
26246 26285
26247(autoload 'srecode-template-mode "srecode/srt-mode" "\ 26286(autoload 'srecode-template-mode "srecode/srt-mode" "\
@@ -26253,8 +26292,8 @@ Major-mode for writing SRecode macros.
26253 26292
26254;;;*** 26293;;;***
26255 26294
26256;;;### (autoloads nil "starttls" "gnus/starttls.el" (22150 28228 26295;;;### (autoloads nil "starttls" "gnus/starttls.el" (22331 17372
26257;;;;;; 22072 702000)) 26296;;;;;; 36369 466000))
26258;;; Generated autoloads from gnus/starttls.el 26297;;; Generated autoloads from gnus/starttls.el
26259 26298
26260(autoload 'starttls-open-stream "starttls" "\ 26299(autoload 'starttls-open-stream "starttls" "\
@@ -26277,7 +26316,8 @@ GnuTLS requires a port number.
26277 26316
26278;;;*** 26317;;;***
26279 26318
26280;;;### (autoloads nil "strokes" "strokes.el" (22182 4679 511463 499000)) 26319;;;### (autoloads nil "strokes" "strokes.el" (22330 59913 915323
26320;;;;;; 612000))
26281;;; Generated autoloads from strokes.el 26321;;; Generated autoloads from strokes.el
26282 26322
26283(autoload 'strokes-global-set-stroke "strokes" "\ 26323(autoload 'strokes-global-set-stroke "strokes" "\
@@ -26348,7 +26388,8 @@ If STROKES-MAP is not given, `strokes-global-map' will be used instead.
26348 26388
26349(defvar strokes-mode nil "\ 26389(defvar strokes-mode nil "\
26350Non-nil if Strokes mode is enabled. 26390Non-nil if Strokes mode is enabled.
26351See the command `strokes-mode' for a description of this minor mode. 26391See the `strokes-mode' command
26392for a description of this minor mode.
26352Setting this variable directly does not take effect; 26393Setting this variable directly does not take effect;
26353either customize it (see the info node `Easy Customization') 26394either customize it (see the info node `Easy Customization')
26354or call the function `strokes-mode'.") 26395or call the function `strokes-mode'.")
@@ -26390,8 +26431,8 @@ Read a complex stroke and insert its glyph into the current buffer.
26390 26431
26391;;;*** 26432;;;***
26392 26433
26393;;;### (autoloads nil "studly" "play/studly.el" (22279 37684 392180 26434;;;### (autoloads nil "studly" "play/studly.el" (22330 59913 969323
26394;;;;;; 436000)) 26435;;;;;; 446000))
26395;;; Generated autoloads from play/studly.el 26436;;; Generated autoloads from play/studly.el
26396 26437
26397(autoload 'studlify-region "studly" "\ 26438(autoload 'studlify-region "studly" "\
@@ -26411,8 +26452,8 @@ Studlify-case the current buffer.
26411 26452
26412;;;*** 26453;;;***
26413 26454
26414;;;### (autoloads nil "subword" "progmodes/subword.el" (22150 28228 26455;;;### (autoloads nil "subword" "progmodes/subword.el" (22330 59913
26415;;;;;; 930072 702000)) 26456;;;;;; 985323 396000))
26416;;; Generated autoloads from progmodes/subword.el 26457;;; Generated autoloads from progmodes/subword.el
26417 26458
26418(define-obsolete-function-alias 'capitalized-words-mode 'subword-mode "25.1") 26459(define-obsolete-function-alias 'capitalized-words-mode 'subword-mode "25.1")
@@ -26447,7 +26488,8 @@ treat nomenclature boundaries as word boundaries.
26447 26488
26448(defvar global-subword-mode nil "\ 26489(defvar global-subword-mode nil "\
26449Non-nil if Global Subword mode is enabled. 26490Non-nil if Global Subword mode is enabled.
26450See the command `global-subword-mode' for a description of this minor mode. 26491See the `global-subword-mode' command
26492for a description of this minor mode.
26451Setting this variable directly does not take effect; 26493Setting this variable directly does not take effect;
26452either customize it (see the info node `Easy Customization') 26494either customize it (see the info node `Easy Customization')
26453or call the function `global-subword-mode'.") 26495or call the function `global-subword-mode'.")
@@ -26483,7 +26525,8 @@ as parts of words: e.g., in `superword-mode',
26483 26525
26484(defvar global-superword-mode nil "\ 26526(defvar global-superword-mode nil "\
26485Non-nil if Global Superword mode is enabled. 26527Non-nil if Global Superword mode is enabled.
26486See the command `global-superword-mode' for a description of this minor mode. 26528See the `global-superword-mode' command
26529for a description of this minor mode.
26487Setting this variable directly does not take effect; 26530Setting this variable directly does not take effect;
26488either customize it (see the info node `Easy Customization') 26531either customize it (see the info node `Easy Customization')
26489or call the function `global-superword-mode'.") 26532or call the function `global-superword-mode'.")
@@ -26504,8 +26547,8 @@ See `superword-mode' for more information on Superword mode.
26504 26547
26505;;;*** 26548;;;***
26506 26549
26507;;;### (autoloads nil "supercite" "mail/supercite.el" (22150 28228 26550;;;### (autoloads nil "supercite" "mail/supercite.el" (22330 59913
26508;;;;;; 254072 702000)) 26551;;;;;; 948323 511000))
26509;;; Generated autoloads from mail/supercite.el 26552;;; Generated autoloads from mail/supercite.el
26510 26553
26511(autoload 'sc-cite-original "supercite" "\ 26554(autoload 'sc-cite-original "supercite" "\
@@ -26537,15 +26580,16 @@ and `sc-post-hook' is run after the guts of this function.
26537 26580
26538;;;*** 26581;;;***
26539 26582
26540;;;### (autoloads nil "t-mouse" "t-mouse.el" (22204 31687 849113 26583;;;### (autoloads nil "t-mouse" "t-mouse.el" (22330 59913 915323
26541;;;;;; 480000)) 26584;;;;;; 612000))
26542;;; Generated autoloads from t-mouse.el 26585;;; Generated autoloads from t-mouse.el
26543 26586
26544(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 26587(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
26545 26588
26546(defvar gpm-mouse-mode t "\ 26589(defvar gpm-mouse-mode t "\
26547Non-nil if Gpm-Mouse mode is enabled. 26590Non-nil if Gpm-Mouse mode is enabled.
26548See the command `gpm-mouse-mode' for a description of this minor mode. 26591See the `gpm-mouse-mode' command
26592for a description of this minor mode.
26549Setting this variable directly does not take effect; 26593Setting this variable directly does not take effect;
26550either customize it (see the info node `Easy Customization') 26594either customize it (see the info node `Easy Customization')
26551or call the function `gpm-mouse-mode'.") 26595or call the function `gpm-mouse-mode'.")
@@ -26570,7 +26614,7 @@ GPM. This is due to limitations in GPM and the Linux kernel.
26570 26614
26571;;;*** 26615;;;***
26572 26616
26573;;;### (autoloads nil "tabify" "tabify.el" (22150 28229 26072 702000)) 26617;;;### (autoloads nil "tabify" "tabify.el" (22330 59913 915323 612000))
26574;;; Generated autoloads from tabify.el 26618;;; Generated autoloads from tabify.el
26575 26619
26576(autoload 'untabify "tabify" "\ 26620(autoload 'untabify "tabify" "\
@@ -26599,8 +26643,8 @@ The variable `tab-width' controls the spacing of tab stops.
26599 26643
26600;;;*** 26644;;;***
26601 26645
26602;;;### (autoloads nil "table" "textmodes/table.el" (22186 51800 574004 26646;;;### (autoloads nil "table" "textmodes/table.el" (22331 17372 118369
26603;;;;;; 628000)) 26647;;;;;; 175000))
26604;;; Generated autoloads from textmodes/table.el 26648;;; Generated autoloads from textmodes/table.el
26605 26649
26606(autoload 'table-insert "table" "\ 26650(autoload 'table-insert "table" "\
@@ -27171,7 +27215,7 @@ converts a table into plain text without frames. It is a companion to
27171 27215
27172;;;*** 27216;;;***
27173 27217
27174;;;### (autoloads nil "talk" "talk.el" (22150 28229 26072 702000)) 27218;;;### (autoloads nil "talk" "talk.el" (22330 59913 915323 612000))
27175;;; Generated autoloads from talk.el 27219;;; Generated autoloads from talk.el
27176 27220
27177(autoload 'talk-connect "talk" "\ 27221(autoload 'talk-connect "talk" "\
@@ -27186,8 +27230,8 @@ Connect to the Emacs talk group from the current X display or tty frame.
27186 27230
27187;;;*** 27231;;;***
27188 27232
27189;;;### (autoloads nil "tar-mode" "tar-mode.el" (22150 28229 26072 27233;;;### (autoloads nil "tar-mode" "tar-mode.el" (22330 59913 915323
27190;;;;;; 702000)) 27234;;;;;; 612000))
27191;;; Generated autoloads from tar-mode.el 27235;;; Generated autoloads from tar-mode.el
27192 27236
27193(autoload 'tar-mode "tar-mode" "\ 27237(autoload 'tar-mode "tar-mode" "\
@@ -27210,8 +27254,8 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
27210 27254
27211;;;*** 27255;;;***
27212 27256
27213;;;### (autoloads nil "tcl" "progmodes/tcl.el" (22150 28228 934072 27257;;;### (autoloads nil "tcl" "progmodes/tcl.el" (22330 59913 985323
27214;;;;;; 702000)) 27258;;;;;; 396000))
27215;;; Generated autoloads from progmodes/tcl.el 27259;;; Generated autoloads from progmodes/tcl.el
27216 27260
27217(autoload 'tcl-mode "tcl" "\ 27261(autoload 'tcl-mode "tcl" "\
@@ -27259,8 +27303,8 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
27259 27303
27260;;;*** 27304;;;***
27261 27305
27262;;;### (autoloads nil "telnet" "net/telnet.el" (22150 28228 406072 27306;;;### (autoloads nil "telnet" "net/telnet.el" (22330 59913 954323
27263;;;;;; 702000)) 27307;;;;;; 492000))
27264;;; Generated autoloads from net/telnet.el 27308;;; Generated autoloads from net/telnet.el
27265 27309
27266(autoload 'telnet "telnet" "\ 27310(autoload 'telnet "telnet" "\
@@ -27285,7 +27329,7 @@ Normally input is edited in Emacs and sent a line at a time.
27285 27329
27286;;;*** 27330;;;***
27287 27331
27288;;;### (autoloads nil "term" "term.el" (22305 18655 603719 883000)) 27332;;;### (autoloads nil "term" "term.el" (22331 17372 109369 207000))
27289;;; Generated autoloads from term.el 27333;;; Generated autoloads from term.el
27290 27334
27291(autoload 'make-term "term" "\ 27335(autoload 'make-term "term" "\
@@ -27327,8 +27371,8 @@ use in that buffer.
27327 27371
27328;;;*** 27372;;;***
27329 27373
27330;;;### (autoloads nil "testcover" "emacs-lisp/testcover.el" (22150 27374;;;### (autoloads nil "testcover" "emacs-lisp/testcover.el" (22330
27331;;;;;; 28227 458072 702000)) 27375;;;;;; 59913 930323 566000))
27332;;; Generated autoloads from emacs-lisp/testcover.el 27376;;; Generated autoloads from emacs-lisp/testcover.el
27333 27377
27334(autoload 'testcover-this-defun "testcover" "\ 27378(autoload 'testcover-this-defun "testcover" "\
@@ -27338,8 +27382,8 @@ Start coverage on function under point.
27338 27382
27339;;;*** 27383;;;***
27340 27384
27341;;;### (autoloads nil "tetris" "play/tetris.el" (22189 64323 280321 27385;;;### (autoloads nil "tetris" "play/tetris.el" (22330 59913 970323
27342;;;;;; 19000)) 27386;;;;;; 443000))
27343;;; Generated autoloads from play/tetris.el 27387;;; Generated autoloads from play/tetris.el
27344(push (purecopy '(tetris 2 1)) package--builtin-versions) 27388(push (purecopy '(tetris 2 1)) package--builtin-versions)
27345 27389
@@ -27364,8 +27408,8 @@ tetris-mode keybindings:
27364 27408
27365;;;*** 27409;;;***
27366 27410
27367;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (22197 58438 27411;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (22331 17372
27368;;;;;; 727460 447000)) 27412;;;;;; 119369 171000))
27369;;; Generated autoloads from textmodes/tex-mode.el 27413;;; Generated autoloads from textmodes/tex-mode.el
27370 27414
27371(defvar tex-shell-file-name nil "\ 27415(defvar tex-shell-file-name nil "\
@@ -27666,8 +27710,8 @@ Major mode to edit DocTeX files.
27666 27710
27667;;;*** 27711;;;***
27668 27712
27669;;;### (autoloads nil "texinfmt" "textmodes/texinfmt.el" (22197 58438 27713;;;### (autoloads nil "texinfmt" "textmodes/texinfmt.el" (22330 59913
27670;;;;;; 759460 447000)) 27714;;;;;; 991323 378000))
27671;;; Generated autoloads from textmodes/texinfmt.el 27715;;; Generated autoloads from textmodes/texinfmt.el
27672 27716
27673(autoload 'texinfo-format-buffer "texinfmt" "\ 27717(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -27706,8 +27750,8 @@ if large. You can use `Info-split' to do this manually.
27706 27750
27707;;;*** 27751;;;***
27708 27752
27709;;;### (autoloads nil "texinfo" "textmodes/texinfo.el" (22197 58438 27753;;;### (autoloads nil "texinfo" "textmodes/texinfo.el" (22331 17372
27710;;;;;; 759460 447000)) 27754;;;;;; 119369 171000))
27711;;; Generated autoloads from textmodes/texinfo.el 27755;;; Generated autoloads from textmodes/texinfo.el
27712 27756
27713(defvar texinfo-open-quote (purecopy "``") "\ 27757(defvar texinfo-open-quote (purecopy "``") "\
@@ -27791,8 +27835,8 @@ value of `texinfo-mode-hook'.
27791 27835
27792;;;*** 27836;;;***
27793 27837
27794;;;### (autoloads nil "thai-util" "language/thai-util.el" (22150 27838;;;### (autoloads nil "thai-util" "language/thai-util.el" (22330
27795;;;;;; 28228 198072 702000)) 27839;;;;;; 59913 941323 532000))
27796;;; Generated autoloads from language/thai-util.el 27840;;; Generated autoloads from language/thai-util.el
27797 27841
27798(autoload 'thai-compose-region "thai-util" "\ 27842(autoload 'thai-compose-region "thai-util" "\
@@ -27819,8 +27863,8 @@ Compose Thai characters in the current buffer.
27819 27863
27820;;;*** 27864;;;***
27821 27865
27822;;;### (autoloads nil "thingatpt" "thingatpt.el" (22225 37858 570976 27866;;;### (autoloads nil "thingatpt" "thingatpt.el" (22331 17372 120369
27823;;;;;; 240000)) 27867;;;;;; 168000))
27824;;; Generated autoloads from thingatpt.el 27868;;; Generated autoloads from thingatpt.el
27825 27869
27826(autoload 'forward-thing "thingatpt" "\ 27870(autoload 'forward-thing "thingatpt" "\
@@ -27884,7 +27928,7 @@ Return the Lisp list at point, or nil if none is found.
27884 27928
27885;;;*** 27929;;;***
27886 27930
27887;;;### (autoloads nil "thumbs" "thumbs.el" (22150 28229 198072 702000)) 27931;;;### (autoloads nil "thumbs" "thumbs.el" (22330 59913 915323 612000))
27888;;; Generated autoloads from thumbs.el 27932;;; Generated autoloads from thumbs.el
27889 27933
27890(autoload 'thumbs-find-thumb "thumbs" "\ 27934(autoload 'thumbs-find-thumb "thumbs" "\
@@ -27918,15 +27962,15 @@ In dired, call the setroot program on the image at point.
27918 27962
27919;;;*** 27963;;;***
27920 27964
27921;;;### (autoloads nil "thunk" "emacs-lisp/thunk.el" (22150 28227 27965;;;### (autoloads nil "thunk" "emacs-lisp/thunk.el" (22330 59913
27922;;;;;; 458072 702000)) 27966;;;;;; 931323 563000))
27923;;; Generated autoloads from emacs-lisp/thunk.el 27967;;; Generated autoloads from emacs-lisp/thunk.el
27924(push (purecopy '(thunk 1 0)) package--builtin-versions) 27968(push (purecopy '(thunk 1 0)) package--builtin-versions)
27925 27969
27926;;;*** 27970;;;***
27927 27971
27928;;;### (autoloads nil "tibet-util" "language/tibet-util.el" (22150 27972;;;### (autoloads nil "tibet-util" "language/tibet-util.el" (22330
27929;;;;;; 28228 198072 702000)) 27973;;;;;; 59913 941323 532000))
27930;;; Generated autoloads from language/tibet-util.el 27974;;; Generated autoloads from language/tibet-util.el
27931 27975
27932(autoload 'tibetan-char-p "tibet-util" "\ 27976(autoload 'tibetan-char-p "tibet-util" "\
@@ -27999,8 +28043,8 @@ See also docstring of the function tibetan-compose-region.
27999 28043
28000;;;*** 28044;;;***
28001 28045
28002;;;### (autoloads nil "tildify" "textmodes/tildify.el" (22165 43181 28046;;;### (autoloads nil "tildify" "textmodes/tildify.el" (22330 59913
28003;;;;;; 139854 955000)) 28047;;;;;; 991323 378000))
28004;;; Generated autoloads from textmodes/tildify.el 28048;;; Generated autoloads from textmodes/tildify.el
28005(push (purecopy '(tildify 4 6 1)) package--builtin-versions) 28049(push (purecopy '(tildify 4 6 1)) package--builtin-versions)
28006 28050
@@ -28066,7 +28110,7 @@ variable will be set to the representation.
28066 28110
28067;;;*** 28111;;;***
28068 28112
28069;;;### (autoloads nil "time" "time.el" (22150 28229 202072 702000)) 28113;;;### (autoloads nil "time" "time.el" (22330 59913 743324 144000))
28070;;; Generated autoloads from time.el 28114;;; Generated autoloads from time.el
28071 28115
28072(defvar display-time-day-and-date nil "\ 28116(defvar display-time-day-and-date nil "\
@@ -28086,7 +28130,8 @@ This runs the normal hook `display-time-hook' after each update.
28086 28130
28087(defvar display-time-mode nil "\ 28131(defvar display-time-mode nil "\
28088Non-nil if Display-Time mode is enabled. 28132Non-nil if Display-Time mode is enabled.
28089See the command `display-time-mode' for a description of this minor mode. 28133See the `display-time-mode' command
28134for a description of this minor mode.
28090Setting this variable directly does not take effect; 28135Setting this variable directly does not take effect;
28091either customize it (see the info node `Easy Customization') 28136either customize it (see the info node `Easy Customization')
28092or call the function `display-time-mode'.") 28137or call the function `display-time-mode'.")
@@ -28128,8 +28173,8 @@ Return a string giving the duration of the Emacs initialization.
28128 28173
28129;;;*** 28174;;;***
28130 28175
28131;;;### (autoloads nil "time-date" "calendar/time-date.el" (22150 28176;;;### (autoloads nil "time-date" "calendar/time-date.el" (22331
28132;;;;;; 28227 82072 702000)) 28177;;;;;; 17371 982369 658000))
28133;;; Generated autoloads from calendar/time-date.el 28178;;; Generated autoloads from calendar/time-date.el
28134 28179
28135(autoload 'date-to-time "time-date" "\ 28180(autoload 'date-to-time "time-date" "\
@@ -28232,8 +28277,8 @@ Convert the time interval in seconds to a short string.
28232 28277
28233;;;*** 28278;;;***
28234 28279
28235;;;### (autoloads nil "time-stamp" "time-stamp.el" (22212 25823 511089 28280;;;### (autoloads nil "time-stamp" "time-stamp.el" (22331 17372 120369
28236;;;;;; 159000)) 28281;;;;;; 168000))
28237;;; Generated autoloads from time-stamp.el 28282;;; Generated autoloads from time-stamp.el
28238(put 'time-stamp-format 'safe-local-variable 'stringp) 28283(put 'time-stamp-format 'safe-local-variable 'stringp)
28239(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 28284(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -28273,14 +28318,15 @@ With ARG, turn time stamping on if and only if arg is positive.
28273 28318
28274;;;*** 28319;;;***
28275 28320
28276;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (22150 28321;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (22331
28277;;;;;; 28227 82072 702000)) 28322;;;;;; 17371 983369 654000))
28278;;; Generated autoloads from calendar/timeclock.el 28323;;; Generated autoloads from calendar/timeclock.el
28279(push (purecopy '(timeclock 2 6 1)) package--builtin-versions) 28324(push (purecopy '(timeclock 2 6 1)) package--builtin-versions)
28280 28325
28281(defvar timeclock-mode-line-display nil "\ 28326(defvar timeclock-mode-line-display nil "\
28282Non-nil if Timeclock-Mode-Line-Display mode is enabled. 28327Non-nil if Timeclock-Mode-Line-Display mode is enabled.
28283See the command `timeclock-mode-line-display' for a description of this minor mode. 28328See the `timeclock-mode-line-display' command
28329for a description of this minor mode.
28284Setting this variable directly does not take effect; 28330Setting this variable directly does not take effect;
28285either customize it (see the info node `Easy Customization') 28331either customize it (see the info node `Easy Customization')
28286or call the function `timeclock-mode-line-display'.") 28332or call the function `timeclock-mode-line-display'.")
@@ -28384,7 +28430,7 @@ relative only to the time worked today, and not to past time.
28384;;;*** 28430;;;***
28385 28431
28386;;;### (autoloads nil "titdic-cnv" "international/titdic-cnv.el" 28432;;;### (autoloads nil "titdic-cnv" "international/titdic-cnv.el"
28387;;;;;; (22150 28228 134072 702000)) 28433;;;;;; (22330 59913 940323 535000))
28388;;; Generated autoloads from international/titdic-cnv.el 28434;;; Generated autoloads from international/titdic-cnv.el
28389 28435
28390(autoload 'titdic-convert "titdic-cnv" "\ 28436(autoload 'titdic-convert "titdic-cnv" "\
@@ -28406,7 +28452,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
28406 28452
28407;;;*** 28453;;;***
28408 28454
28409;;;### (autoloads nil "tmm" "tmm.el" (22295 25908 202516 451000)) 28455;;;### (autoloads nil "tmm" "tmm.el" (22330 59913 743324 144000))
28410;;; Generated autoloads from tmm.el 28456;;; Generated autoloads from tmm.el
28411 (define-key global-map "\M-`" 'tmm-menubar) 28457 (define-key global-map "\M-`" 'tmm-menubar)
28412 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 28458 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -28448,8 +28494,8 @@ Its value should be an event that has a binding in MENU.
28448 28494
28449;;;*** 28495;;;***
28450 28496
28451;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (22304 28497;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (22330
28452;;;;;; 40885 29243 884000)) 28498;;;;;; 59913 919323 600000))
28453;;; Generated autoloads from calendar/todo-mode.el 28499;;; Generated autoloads from calendar/todo-mode.el
28454 28500
28455(autoload 'todo-show "todo-mode" "\ 28501(autoload 'todo-show "todo-mode" "\
@@ -28514,8 +28560,8 @@ Mode for displaying and reprioritizing top priority Todo.
28514 28560
28515;;;*** 28561;;;***
28516 28562
28517;;;### (autoloads nil "tool-bar" "tool-bar.el" (22150 28229 202072 28563;;;### (autoloads nil "tool-bar" "tool-bar.el" (22330 59913 915323
28518;;;;;; 702000)) 28564;;;;;; 612000))
28519;;; Generated autoloads from tool-bar.el 28565;;; Generated autoloads from tool-bar.el
28520 28566
28521(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 28567(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -28585,8 +28631,8 @@ holds a keymap.
28585 28631
28586;;;*** 28632;;;***
28587 28633
28588;;;### (autoloads nil "tq" "emacs-lisp/tq.el" (22150 28227 458072 28634;;;### (autoloads nil "tq" "emacs-lisp/tq.el" (22330 59913 931323
28589;;;;;; 702000)) 28635;;;;;; 563000))
28590;;; Generated autoloads from emacs-lisp/tq.el 28636;;; Generated autoloads from emacs-lisp/tq.el
28591 28637
28592(autoload 'tq-create "tq" "\ 28638(autoload 'tq-create "tq" "\
@@ -28599,8 +28645,8 @@ to a tcp server on another machine.
28599 28645
28600;;;*** 28646;;;***
28601 28647
28602;;;### (autoloads nil "trace" "emacs-lisp/trace.el" (22150 28227 28648;;;### (autoloads nil "trace" "emacs-lisp/trace.el" (22330 59913
28603;;;;;; 458072 702000)) 28649;;;;;; 931323 563000))
28604;;; Generated autoloads from emacs-lisp/trace.el 28650;;; Generated autoloads from emacs-lisp/trace.el
28605 28651
28606(defvar trace-buffer "*trace-output*" "\ 28652(defvar trace-buffer "*trace-output*" "\
@@ -28645,8 +28691,7 @@ the output buffer or changing the window configuration.
28645 28691
28646;;;*** 28692;;;***
28647 28693
28648;;;### (autoloads nil "tramp" "net/tramp.el" (22272 64438 268671 28694;;;### (autoloads nil "tramp" "net/tramp.el" (22331 17372 65369 363000))
28649;;;;;; 103000))
28650;;; Generated autoloads from net/tramp.el 28695;;; Generated autoloads from net/tramp.el
28651 28696
28652(defvar tramp-mode t "\ 28697(defvar tramp-mode t "\
@@ -28761,8 +28806,8 @@ Discard Tramp from loading remote files.
28761 28806
28762;;;*** 28807;;;***
28763 28808
28764;;;### (autoloads nil "tramp-ftp" "net/tramp-ftp.el" (22150 28228 28809;;;### (autoloads nil "tramp-ftp" "net/tramp-ftp.el" (22331 17372
28765;;;;;; 410072 702000)) 28810;;;;;; 61369 377000))
28766;;; Generated autoloads from net/tramp-ftp.el 28811;;; Generated autoloads from net/tramp-ftp.el
28767 28812
28768(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 28813(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -28772,15 +28817,15 @@ Discard Tramp from loading remote files.
28772 28817
28773;;;*** 28818;;;***
28774 28819
28775;;;### (autoloads nil "trampver" "net/trampver.el" (22150 28228 442072 28820;;;### (autoloads nil "trampver" "net/trampver.el" (22331 17372 65369
28776;;;;;; 702000)) 28821;;;;;; 363000))
28777;;; Generated autoloads from net/trampver.el 28822;;; Generated autoloads from net/trampver.el
28778(push (purecopy '(tramp 2 2 13 25 1)) package--builtin-versions) 28823(push (purecopy '(tramp 2 2 13 25 1)) package--builtin-versions)
28779 28824
28780;;;*** 28825;;;***
28781 28826
28782;;;### (autoloads nil "tutorial" "tutorial.el" (22150 28229 206072 28827;;;### (autoloads nil "tutorial" "tutorial.el" (22330 59913 915323
28783;;;;;; 702000)) 28828;;;;;; 612000))
28784;;; Generated autoloads from tutorial.el 28829;;; Generated autoloads from tutorial.el
28785 28830
28786(autoload 'help-with-tutorial "tutorial" "\ 28831(autoload 'help-with-tutorial "tutorial" "\
@@ -28804,8 +28849,8 @@ resumed later.
28804 28849
28805;;;*** 28850;;;***
28806 28851
28807;;;### (autoloads nil "tv-util" "language/tv-util.el" (22086 11929 28852;;;### (autoloads nil "tv-util" "language/tv-util.el" (22330 59913
28808;;;;;; 906062 731000)) 28853;;;;;; 941323 532000))
28809;;; Generated autoloads from language/tv-util.el 28854;;; Generated autoloads from language/tv-util.el
28810 28855
28811(autoload 'tai-viet-composition-function "tv-util" "\ 28856(autoload 'tai-viet-composition-function "tv-util" "\
@@ -28815,8 +28860,8 @@ resumed later.
28815 28860
28816;;;*** 28861;;;***
28817 28862
28818;;;### (autoloads nil "two-column" "textmodes/two-column.el" (22150 28863;;;### (autoloads nil "two-column" "textmodes/two-column.el" (22330
28819;;;;;; 28229 198072 702000)) 28864;;;;;; 59913 991323 378000))
28820;;; Generated autoloads from textmodes/two-column.el 28865;;; Generated autoloads from textmodes/two-column.el
28821 (autoload '2C-command "two-column" () t 'keymap) 28866 (autoload '2C-command "two-column" () t 'keymap)
28822 (global-set-key "\C-x6" '2C-command) 28867 (global-set-key "\C-x6" '2C-command)
@@ -28863,13 +28908,14 @@ First column's text sSs Second column's text
28863 28908
28864;;;*** 28909;;;***
28865 28910
28866;;;### (autoloads nil "type-break" "type-break.el" (22189 64323 316321 28911;;;### (autoloads nil "type-break" "type-break.el" (22330 59913 915323
28867;;;;;; 19000)) 28912;;;;;; 612000))
28868;;; Generated autoloads from type-break.el 28913;;; Generated autoloads from type-break.el
28869 28914
28870(defvar type-break-mode nil "\ 28915(defvar type-break-mode nil "\
28871Non-nil if Type-Break mode is enabled. 28916Non-nil if Type-Break mode is enabled.
28872See the command `type-break-mode' for a description of this minor mode. 28917See the `type-break-mode' command
28918for a description of this minor mode.
28873Setting this variable directly does not take effect; 28919Setting this variable directly does not take effect;
28874either customize it (see the info node `Easy Customization') 28920either customize it (see the info node `Easy Customization')
28875or call the function `type-break-mode'.") 28921or call the function `type-break-mode'.")
@@ -28996,7 +29042,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
28996 29042
28997;;;*** 29043;;;***
28998 29044
28999;;;### (autoloads nil "uce" "mail/uce.el" (22150 28228 258072 702000)) 29045;;;### (autoloads nil "uce" "mail/uce.el" (22330 59913 948323 511000))
29000;;; Generated autoloads from mail/uce.el 29046;;; Generated autoloads from mail/uce.el
29001 29047
29002(autoload 'uce-reply-to-uce "uce" "\ 29048(autoload 'uce-reply-to-uce "uce" "\
@@ -29010,7 +29056,7 @@ You might need to set `uce-mail-reader' before using this.
29010;;;*** 29056;;;***
29011 29057
29012;;;### (autoloads nil "ucs-normalize" "international/ucs-normalize.el" 29058;;;### (autoloads nil "ucs-normalize" "international/ucs-normalize.el"
29013;;;;;; (22150 28228 134072 702000)) 29059;;;;;; (22330 59913 940323 535000))
29014;;; Generated autoloads from international/ucs-normalize.el 29060;;; Generated autoloads from international/ucs-normalize.el
29015 29061
29016(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ 29062(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
@@ -29075,8 +29121,8 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
29075 29121
29076;;;*** 29122;;;***
29077 29123
29078;;;### (autoloads nil "underline" "textmodes/underline.el" (22150 29124;;;### (autoloads nil "underline" "textmodes/underline.el" (22330
29079;;;;;; 28229 198072 702000)) 29125;;;;;; 59913 991323 378000))
29080;;; Generated autoloads from textmodes/underline.el 29126;;; Generated autoloads from textmodes/underline.el
29081 29127
29082(autoload 'underline-region "underline" "\ 29128(autoload 'underline-region "underline" "\
@@ -29096,8 +29142,8 @@ which specify the range to operate on.
29096 29142
29097;;;*** 29143;;;***
29098 29144
29099;;;### (autoloads nil "unrmail" "mail/unrmail.el" (22150 28228 258072 29145;;;### (autoloads nil "unrmail" "mail/unrmail.el" (22330 59913 948323
29100;;;;;; 702000)) 29146;;;;;; 511000))
29101;;; Generated autoloads from mail/unrmail.el 29147;;; Generated autoloads from mail/unrmail.el
29102 29148
29103(autoload 'batch-unrmail "unrmail" "\ 29149(autoload 'batch-unrmail "unrmail" "\
@@ -29117,8 +29163,8 @@ The variable `unrmail-mbox-format' controls which mbox format to use.
29117 29163
29118;;;*** 29164;;;***
29119 29165
29120;;;### (autoloads nil "unsafep" "emacs-lisp/unsafep.el" (22150 28227 29166;;;### (autoloads nil "unsafep" "emacs-lisp/unsafep.el" (22330 59913
29121;;;;;; 458072 702000)) 29167;;;;;; 931323 563000))
29122;;; Generated autoloads from emacs-lisp/unsafep.el 29168;;; Generated autoloads from emacs-lisp/unsafep.el
29123 29169
29124(autoload 'unsafep "unsafep" "\ 29170(autoload 'unsafep "unsafep" "\
@@ -29130,7 +29176,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
29130 29176
29131;;;*** 29177;;;***
29132 29178
29133;;;### (autoloads nil "url" "url/url.el" (22150 28229 234072 702000)) 29179;;;### (autoloads nil "url" "url/url.el" (22331 17372 121369 164000))
29134;;; Generated autoloads from url/url.el 29180;;; Generated autoloads from url/url.el
29135 29181
29136(autoload 'url-retrieve "url" "\ 29182(autoload 'url-retrieve "url" "\
@@ -29172,13 +29218,16 @@ Retrieve URL synchronously.
29172Return the buffer containing the data, or nil if there are no data 29218Return the buffer containing the data, or nil if there are no data
29173associated with it (the case for dired, info, or mailto URLs that need 29219associated with it (the case for dired, info, or mailto URLs that need
29174no further processing). URL is either a string or a parsed URL. 29220no further processing). URL is either a string or a parsed URL.
29221If SILENT is non-nil, don't display progress reports and similar messages.
29222If INHIBIT-COOKIES is non-nil, cookies will neither be stored nor sent
29223to the server.
29175 29224
29176\(fn URL &optional SILENT INHIBIT-COOKIES)" nil nil) 29225\(fn URL &optional SILENT INHIBIT-COOKIES)" nil nil)
29177 29226
29178;;;*** 29227;;;***
29179 29228
29180;;;### (autoloads nil "url-auth" "url/url-auth.el" (22150 28229 210072 29229;;;### (autoloads nil "url-auth" "url/url-auth.el" (22330 59913 992323
29181;;;;;; 702000)) 29230;;;;;; 375000))
29182;;; Generated autoloads from url/url-auth.el 29231;;; Generated autoloads from url/url-auth.el
29183 29232
29184(autoload 'url-get-authentication "url-auth" "\ 29233(autoload 'url-get-authentication "url-auth" "\
@@ -29219,8 +29268,8 @@ RATING a rating between 1 and 10 of the strength of the authentication.
29219 29268
29220;;;*** 29269;;;***
29221 29270
29222;;;### (autoloads nil "url-cache" "url/url-cache.el" (22150 28229 29271;;;### (autoloads nil "url-cache" "url/url-cache.el" (22330 59913
29223;;;;;; 210072 702000)) 29272;;;;;; 992323 375000))
29224;;; Generated autoloads from url/url-cache.el 29273;;; Generated autoloads from url/url-cache.el
29225 29274
29226(autoload 'url-store-in-cache "url-cache" "\ 29275(autoload 'url-store-in-cache "url-cache" "\
@@ -29241,8 +29290,8 @@ Extract FNAM from the local disk cache.
29241 29290
29242;;;*** 29291;;;***
29243 29292
29244;;;### (autoloads nil "url-cid" "url/url-cid.el" (22150 28229 210072 29293;;;### (autoloads nil "url-cid" "url/url-cid.el" (22330 59913 992323
29245;;;;;; 702000)) 29294;;;;;; 375000))
29246;;; Generated autoloads from url/url-cid.el 29295;;; Generated autoloads from url/url-cid.el
29247 29296
29248(autoload 'url-cid "url-cid" "\ 29297(autoload 'url-cid "url-cid" "\
@@ -29252,8 +29301,8 @@ Extract FNAM from the local disk cache.
29252 29301
29253;;;*** 29302;;;***
29254 29303
29255;;;### (autoloads nil "url-dav" "url/url-dav.el" (22150 28229 214072 29304;;;### (autoloads nil "url-dav" "url/url-dav.el" (22330 59913 992323
29256;;;;;; 702000)) 29305;;;;;; 375000))
29257;;; Generated autoloads from url/url-dav.el 29306;;; Generated autoloads from url/url-dav.el
29258 29307
29259(autoload 'url-dav-supported-p "url-dav" "\ 29308(autoload 'url-dav-supported-p "url-dav" "\
@@ -29287,8 +29336,8 @@ added to this list, so most requests can just pass in nil.
29287 29336
29288;;;*** 29337;;;***
29289 29338
29290;;;### (autoloads nil "url-file" "url/url-file.el" (22150 28229 214072 29339;;;### (autoloads nil "url-file" "url/url-file.el" (22330 59913 992323
29291;;;;;; 702000)) 29340;;;;;; 375000))
29292;;; Generated autoloads from url/url-file.el 29341;;; Generated autoloads from url/url-file.el
29293 29342
29294(autoload 'url-file "url-file" "\ 29343(autoload 'url-file "url-file" "\
@@ -29298,8 +29347,8 @@ Handle file: and ftp: URLs.
29298 29347
29299;;;*** 29348;;;***
29300 29349
29301;;;### (autoloads nil "url-gw" "url/url-gw.el" (22150 28229 218072 29350;;;### (autoloads nil "url-gw" "url/url-gw.el" (22331 17372 120369
29302;;;;;; 702000)) 29351;;;;;; 168000))
29303;;; Generated autoloads from url/url-gw.el 29352;;; Generated autoloads from url/url-gw.el
29304 29353
29305(autoload 'url-gateway-nslookup-host "url-gw" "\ 29354(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -29320,13 +29369,14 @@ overriding the value of `url-gateway-method'.
29320 29369
29321;;;*** 29370;;;***
29322 29371
29323;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (22150 29372;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (22331
29324;;;;;; 28229 218072 702000)) 29373;;;;;; 17372 120369 168000))
29325;;; Generated autoloads from url/url-handlers.el 29374;;; Generated autoloads from url/url-handlers.el
29326 29375
29327(defvar url-handler-mode nil "\ 29376(defvar url-handler-mode nil "\
29328Non-nil if Url-Handler mode is enabled. 29377Non-nil if Url-Handler mode is enabled.
29329See the command `url-handler-mode' for a description of this minor mode. 29378See the `url-handler-mode' command
29379for a description of this minor mode.
29330Setting this variable directly does not take effect; 29380Setting this variable directly does not take effect;
29331either customize it (see the info node `Easy Customization') 29381either customize it (see the info node `Easy Customization')
29332or call the function `url-handler-mode'.") 29382or call the function `url-handler-mode'.")
@@ -29382,8 +29432,8 @@ if it had been inserted from a file named URL.
29382 29432
29383;;;*** 29433;;;***
29384 29434
29385;;;### (autoloads nil "url-http" "url/url-http.el" (22229 34898 908051 29435;;;### (autoloads nil "url-http" "url/url-http.el" (22331 17372 121369
29386;;;;;; 395000)) 29436;;;;;; 164000))
29387;;; Generated autoloads from url/url-http.el 29437;;; Generated autoloads from url/url-http.el
29388 (autoload 'url-default-expander "url-expand") 29438 (autoload 'url-default-expander "url-expand")
29389 29439
@@ -29395,8 +29445,8 @@ if it had been inserted from a file named URL.
29395 29445
29396;;;*** 29446;;;***
29397 29447
29398;;;### (autoloads nil "url-irc" "url/url-irc.el" (22150 28229 222072 29448;;;### (autoloads nil "url-irc" "url/url-irc.el" (22330 59913 992323
29399;;;;;; 702000)) 29449;;;;;; 375000))
29400;;; Generated autoloads from url/url-irc.el 29450;;; Generated autoloads from url/url-irc.el
29401 29451
29402(autoload 'url-irc "url-irc" "\ 29452(autoload 'url-irc "url-irc" "\
@@ -29406,8 +29456,8 @@ if it had been inserted from a file named URL.
29406 29456
29407;;;*** 29457;;;***
29408 29458
29409;;;### (autoloads nil "url-ldap" "url/url-ldap.el" (22150 28229 222072 29459;;;### (autoloads nil "url-ldap" "url/url-ldap.el" (22330 59913 992323
29410;;;;;; 702000)) 29460;;;;;; 375000))
29411;;; Generated autoloads from url/url-ldap.el 29461;;; Generated autoloads from url/url-ldap.el
29412 29462
29413(autoload 'url-ldap "url-ldap" "\ 29463(autoload 'url-ldap "url-ldap" "\
@@ -29420,8 +29470,8 @@ URL can be a URL string, or a URL vector of the type returned by
29420 29470
29421;;;*** 29471;;;***
29422 29472
29423;;;### (autoloads nil "url-mailto" "url/url-mailto.el" (22150 28229 29473;;;### (autoloads nil "url-mailto" "url/url-mailto.el" (22330 59913
29424;;;;;; 222072 702000)) 29474;;;;;; 992323 375000))
29425;;; Generated autoloads from url/url-mailto.el 29475;;; Generated autoloads from url/url-mailto.el
29426 29476
29427(autoload 'url-mail "url-mailto" "\ 29477(autoload 'url-mail "url-mailto" "\
@@ -29436,8 +29486,8 @@ Handle the mailto: URL syntax.
29436 29486
29437;;;*** 29487;;;***
29438 29488
29439;;;### (autoloads nil "url-misc" "url/url-misc.el" (22150 28229 222072 29489;;;### (autoloads nil "url-misc" "url/url-misc.el" (22330 59913 992323
29440;;;;;; 702000)) 29490;;;;;; 375000))
29441;;; Generated autoloads from url/url-misc.el 29491;;; Generated autoloads from url/url-misc.el
29442 29492
29443(autoload 'url-man "url-misc" "\ 29493(autoload 'url-man "url-misc" "\
@@ -29468,8 +29518,8 @@ Fetch a data URL (RFC 2397).
29468 29518
29469;;;*** 29519;;;***
29470 29520
29471;;;### (autoloads nil "url-news" "url/url-news.el" (22150 28229 222072 29521;;;### (autoloads nil "url-news" "url/url-news.el" (22330 59913 992323
29472;;;;;; 702000)) 29522;;;;;; 375000))
29473;;; Generated autoloads from url/url-news.el 29523;;; Generated autoloads from url/url-news.el
29474 29524
29475(autoload 'url-news "url-news" "\ 29525(autoload 'url-news "url-news" "\
@@ -29484,8 +29534,8 @@ Fetch a data URL (RFC 2397).
29484 29534
29485;;;*** 29535;;;***
29486 29536
29487;;;### (autoloads nil "url-ns" "url/url-ns.el" (22150 28229 222072 29537;;;### (autoloads nil "url-ns" "url/url-ns.el" (22330 59913 992323
29488;;;;;; 702000)) 29538;;;;;; 375000))
29489;;; Generated autoloads from url/url-ns.el 29539;;; Generated autoloads from url/url-ns.el
29490 29540
29491(autoload 'isPlainHostName "url-ns" "\ 29541(autoload 'isPlainHostName "url-ns" "\
@@ -29525,8 +29575,8 @@ Fetch a data URL (RFC 2397).
29525 29575
29526;;;*** 29576;;;***
29527 29577
29528;;;### (autoloads nil "url-parse" "url/url-parse.el" (22150 28229 29578;;;### (autoloads nil "url-parse" "url/url-parse.el" (22330 59913
29529;;;;;; 222072 702000)) 29579;;;;;; 992323 375000))
29530;;; Generated autoloads from url/url-parse.el 29580;;; Generated autoloads from url/url-parse.el
29531 29581
29532(autoload 'url-recreate-url "url-parse" "\ 29582(autoload 'url-recreate-url "url-parse" "\
@@ -29577,8 +29627,8 @@ parses to
29577 29627
29578;;;*** 29628;;;***
29579 29629
29580;;;### (autoloads nil "url-privacy" "url/url-privacy.el" (22150 28229 29630;;;### (autoloads nil "url-privacy" "url/url-privacy.el" (22330 59913
29581;;;;;; 222072 702000)) 29631;;;;;; 992323 375000))
29582;;; Generated autoloads from url/url-privacy.el 29632;;; Generated autoloads from url/url-privacy.el
29583 29633
29584(autoload 'url-setup-privacy-info "url-privacy" "\ 29634(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -29588,8 +29638,8 @@ Setup variables that expose info about you and your system.
29588 29638
29589;;;*** 29639;;;***
29590 29640
29591;;;### (autoloads nil "url-queue" "url/url-queue.el" (22150 28229 29641;;;### (autoloads nil "url-queue" "url/url-queue.el" (22331 17372
29592;;;;;; 226072 702000)) 29642;;;;;; 121369 164000))
29593;;; Generated autoloads from url/url-queue.el 29643;;; Generated autoloads from url/url-queue.el
29594 29644
29595(autoload 'url-queue-retrieve "url-queue" "\ 29645(autoload 'url-queue-retrieve "url-queue" "\
@@ -29603,8 +29653,8 @@ The variable `url-queue-timeout' sets a timeout.
29603 29653
29604;;;*** 29654;;;***
29605 29655
29606;;;### (autoloads nil "url-tramp" "url/url-tramp.el" (22165 43181 29656;;;### (autoloads nil "url-tramp" "url/url-tramp.el" (22330 59913
29607;;;;;; 143854 955000)) 29657;;;;;; 992323 375000))
29608;;; Generated autoloads from url/url-tramp.el 29658;;; Generated autoloads from url/url-tramp.el
29609 29659
29610(defvar url-tramp-protocols '("ftp" "ssh" "scp" "rsync" "telnet") "\ 29660(defvar url-tramp-protocols '("ftp" "ssh" "scp" "rsync" "telnet") "\
@@ -29622,8 +29672,8 @@ would have been passed to OPERATION.
29622 29672
29623;;;*** 29673;;;***
29624 29674
29625;;;### (autoloads nil "url-util" "url/url-util.el" (22150 28229 234072 29675;;;### (autoloads nil "url-util" "url/url-util.el" (22331 17372 121369
29626;;;;;; 702000)) 29676;;;;;; 164000))
29627;;; Generated autoloads from url/url-util.el 29677;;; Generated autoloads from url/url-util.el
29628 29678
29629(defvar url-debug nil "\ 29679(defvar url-debug nil "\
@@ -29791,8 +29841,8 @@ This uses `url-current-object', set locally to the buffer.
29791 29841
29792;;;*** 29842;;;***
29793 29843
29794;;;### (autoloads nil "userlock" "userlock.el" (22150 28229 234072 29844;;;### (autoloads nil "userlock" "userlock.el" (22330 59913 915323
29795;;;;;; 702000)) 29845;;;;;; 612000))
29796;;; Generated autoloads from userlock.el 29846;;; Generated autoloads from userlock.el
29797 29847
29798(autoload 'ask-user-about-lock "userlock" "\ 29848(autoload 'ask-user-about-lock "userlock" "\
@@ -29820,8 +29870,8 @@ The buffer in question is current when this function is called.
29820 29870
29821;;;*** 29871;;;***
29822 29872
29823;;;### (autoloads nil "utf-7" "international/utf-7.el" (22150 28228 29873;;;### (autoloads nil "utf-7" "international/utf-7.el" (22330 59913
29824;;;;;; 134072 702000)) 29874;;;;;; 940323 535000))
29825;;; Generated autoloads from international/utf-7.el 29875;;; Generated autoloads from international/utf-7.el
29826 29876
29827(autoload 'utf-7-post-read-conversion "utf-7" "\ 29877(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -29846,7 +29896,7 @@ The buffer in question is current when this function is called.
29846 29896
29847;;;*** 29897;;;***
29848 29898
29849;;;### (autoloads nil "utf7" "gnus/utf7.el" (22150 28228 26072 702000)) 29899;;;### (autoloads nil "utf7" "gnus/utf7.el" (22331 17372 37369 462000))
29850;;; Generated autoloads from gnus/utf7.el 29900;;; Generated autoloads from gnus/utf7.el
29851 29901
29852(autoload 'utf7-encode "utf7" "\ 29902(autoload 'utf7-encode "utf7" "\
@@ -29856,8 +29906,8 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil.
29856 29906
29857;;;*** 29907;;;***
29858 29908
29859;;;### (autoloads nil "uudecode" "mail/uudecode.el" (22150 28228 29909;;;### (autoloads nil "uudecode" "mail/uudecode.el" (22330 59913
29860;;;;;; 258072 702000)) 29910;;;;;; 948323 511000))
29861;;; Generated autoloads from mail/uudecode.el 29911;;; Generated autoloads from mail/uudecode.el
29862 29912
29863(autoload 'uudecode-decode-region-external "uudecode" "\ 29913(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -29881,7 +29931,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29881 29931
29882;;;*** 29932;;;***
29883 29933
29884;;;### (autoloads nil "vc" "vc/vc.el" (22150 28229 306072 702000)) 29934;;;### (autoloads nil "vc" "vc/vc.el" (22330 59914 13323 310000))
29885;;; Generated autoloads from vc/vc.el 29935;;; Generated autoloads from vc/vc.el
29886 29936
29887(defvar vc-checkout-hook nil "\ 29937(defvar vc-checkout-hook nil "\
@@ -30197,8 +30247,8 @@ Return the branch part of a revision number REV.
30197 30247
30198;;;*** 30248;;;***
30199 30249
30200;;;### (autoloads nil "vc-annotate" "vc/vc-annotate.el" (22271 43574 30250;;;### (autoloads nil "vc-annotate" "vc/vc-annotate.el" (22330 59914
30201;;;;;; 247751 139000)) 30251;;;;;; 13323 310000))
30202;;; Generated autoloads from vc/vc-annotate.el 30252;;; Generated autoloads from vc/vc-annotate.el
30203 30253
30204(autoload 'vc-annotate "vc-annotate" "\ 30254(autoload 'vc-annotate "vc-annotate" "\
@@ -30237,8 +30287,8 @@ should be applied to the background or to the foreground.
30237 30287
30238;;;*** 30288;;;***
30239 30289
30240;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (22150 28229 290072 30290;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (22331 17372 123369
30241;;;;;; 702000)) 30291;;;;;; 157000))
30242;;; Generated autoloads from vc/vc-bzr.el 30292;;; Generated autoloads from vc/vc-bzr.el
30243 30293
30244(defconst vc-bzr-admin-dirname ".bzr" "\ 30294(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -30254,8 +30304,8 @@ Name of the format file in a .bzr directory.")
30254 30304
30255;;;*** 30305;;;***
30256 30306
30257;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (22150 28229 290072 30307;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (22331 17372 123369
30258;;;;;; 702000)) 30308;;;;;; 157000))
30259;;; Generated autoloads from vc/vc-cvs.el 30309;;; Generated autoloads from vc/vc-cvs.el
30260(defun vc-cvs-registered (f) 30310(defun vc-cvs-registered (f)
30261 "Return non-nil if file F is registered with CVS." 30311 "Return non-nil if file F is registered with CVS."
@@ -30266,8 +30316,8 @@ Name of the format file in a .bzr directory.")
30266 30316
30267;;;*** 30317;;;***
30268 30318
30269;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (22150 28229 294072 30319;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (22330 59914 13323
30270;;;;;; 702000)) 30320;;;;;; 310000))
30271;;; Generated autoloads from vc/vc-dir.el 30321;;; Generated autoloads from vc/vc-dir.el
30272 30322
30273(autoload 'vc-dir "vc-dir" "\ 30323(autoload 'vc-dir "vc-dir" "\
@@ -30291,8 +30341,8 @@ These are the commands available for use in the file status buffer:
30291 30341
30292;;;*** 30342;;;***
30293 30343
30294;;;### (autoloads nil "vc-dispatcher" "vc/vc-dispatcher.el" (22150 30344;;;### (autoloads nil "vc-dispatcher" "vc/vc-dispatcher.el" (22331
30295;;;;;; 28229 294072 702000)) 30345;;;;;; 17372 124369 153000))
30296;;; Generated autoloads from vc/vc-dispatcher.el 30346;;; Generated autoloads from vc/vc-dispatcher.el
30297 30347
30298(autoload 'vc-do-command "vc-dispatcher" "\ 30348(autoload 'vc-do-command "vc-dispatcher" "\
@@ -30315,8 +30365,8 @@ case, and the process object in the asynchronous case.
30315 30365
30316;;;*** 30366;;;***
30317 30367
30318;;;### (autoloads nil "vc-git" "vc/vc-git.el" (22305 18655 607719 30368;;;### (autoloads nil "vc-git" "vc/vc-git.el" (22331 17372 124369
30319;;;;;; 883000)) 30369;;;;;; 153000))
30320;;; Generated autoloads from vc/vc-git.el 30370;;; Generated autoloads from vc/vc-git.el
30321 (defun vc-git-registered (file) 30371 (defun vc-git-registered (file)
30322 "Return non-nil if FILE is registered with git." 30372 "Return non-nil if FILE is registered with git."
@@ -30327,7 +30377,7 @@ case, and the process object in the asynchronous case.
30327 30377
30328;;;*** 30378;;;***
30329 30379
30330;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (22188 43494 205543 203000)) 30380;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (22331 17372 124369 153000))
30331;;; Generated autoloads from vc/vc-hg.el 30381;;; Generated autoloads from vc/vc-hg.el
30332 (defun vc-hg-registered (file) 30382 (defun vc-hg-registered (file)
30333 "Return non-nil if FILE is registered with hg." 30383 "Return non-nil if FILE is registered with hg."
@@ -30338,8 +30388,8 @@ case, and the process object in the asynchronous case.
30338 30388
30339;;;*** 30389;;;***
30340 30390
30341;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (22188 43494 205543 30391;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (22330 59914 13323
30342;;;;;; 203000)) 30392;;;;;; 310000))
30343;;; Generated autoloads from vc/vc-mtn.el 30393;;; Generated autoloads from vc/vc-mtn.el
30344 30394
30345(defconst vc-mtn-admin-dir "_MTN" "\ 30395(defconst vc-mtn-admin-dir "_MTN" "\
@@ -30355,8 +30405,8 @@ Name of the monotone directory's format file.")
30355 30405
30356;;;*** 30406;;;***
30357 30407
30358;;;### (autoloads nil "vc-rcs" "vc/vc-rcs.el" (22150 28229 302072 30408;;;### (autoloads nil "vc-rcs" "vc/vc-rcs.el" (22331 17372 125369
30359;;;;;; 702000)) 30409;;;;;; 150000))
30360;;; Generated autoloads from vc/vc-rcs.el 30410;;; Generated autoloads from vc/vc-rcs.el
30361 30411
30362(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 30412(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -30369,8 +30419,8 @@ For a description of possible values, see `vc-check-master-templates'.")
30369 30419
30370;;;*** 30420;;;***
30371 30421
30372;;;### (autoloads nil "vc-sccs" "vc/vc-sccs.el" (22150 28229 302072 30422;;;### (autoloads nil "vc-sccs" "vc/vc-sccs.el" (22330 59914 13323
30373;;;;;; 702000)) 30423;;;;;; 310000))
30374;;; Generated autoloads from vc/vc-sccs.el 30424;;; Generated autoloads from vc/vc-sccs.el
30375 30425
30376(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 30426(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -30388,8 +30438,8 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
30388 30438
30389;;;*** 30439;;;***
30390 30440
30391;;;### (autoloads nil "vc-src" "vc/vc-src.el" (22150 28229 302072 30441;;;### (autoloads nil "vc-src" "vc/vc-src.el" (22331 17372 125369
30392;;;;;; 702000)) 30442;;;;;; 150000))
30393;;; Generated autoloads from vc/vc-src.el 30443;;; Generated autoloads from vc/vc-src.el
30394 30444
30395(defvar vc-src-master-templates (purecopy '("%s.src/%s,v")) "\ 30445(defvar vc-src-master-templates (purecopy '("%s.src/%s,v")) "\
@@ -30402,8 +30452,8 @@ For a description of possible values, see `vc-check-master-templates'.")
30402 30452
30403;;;*** 30453;;;***
30404 30454
30405;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (22150 28229 302072 30455;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (22330 59914 13323
30406;;;;;; 702000)) 30456;;;;;; 310000))
30407;;; Generated autoloads from vc/vc-svn.el 30457;;; Generated autoloads from vc/vc-svn.el
30408 (defun vc-svn-registered (f) 30458 (defun vc-svn-registered (f)
30409 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 30459 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -30416,8 +30466,8 @@ For a description of possible values, see `vc-check-master-templates'.")
30416 30466
30417;;;*** 30467;;;***
30418 30468
30419;;;### (autoloads nil "vera-mode" "progmodes/vera-mode.el" (22197 30469;;;### (autoloads nil "vera-mode" "progmodes/vera-mode.el" (22330
30420;;;;;; 58438 563460 447000)) 30470;;;;;; 59913 985323 396000))
30421;;; Generated autoloads from progmodes/vera-mode.el 30471;;; Generated autoloads from progmodes/vera-mode.el
30422(push (purecopy '(vera-mode 2 28)) package--builtin-versions) 30472(push (purecopy '(vera-mode 2 28)) package--builtin-versions)
30423 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 30473 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
@@ -30476,7 +30526,7 @@ Key bindings:
30476;;;*** 30526;;;***
30477 30527
30478;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el" 30528;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el"
30479;;;;;; (22197 58438 615460 447000)) 30529;;;;;; (22331 17372 102369 231000))
30480;;; Generated autoloads from progmodes/verilog-mode.el 30530;;; Generated autoloads from progmodes/verilog-mode.el
30481 30531
30482(autoload 'verilog-mode "verilog-mode" "\ 30532(autoload 'verilog-mode "verilog-mode" "\
@@ -30615,8 +30665,8 @@ Key bindings specific to `verilog-mode-map' are:
30615 30665
30616;;;*** 30666;;;***
30617 30667
30618;;;### (autoloads nil "vhdl-mode" "progmodes/vhdl-mode.el" (22292 30668;;;### (autoloads nil "vhdl-mode" "progmodes/vhdl-mode.el" (22330
30619;;;;;; 49734 746738 351000)) 30669;;;;;; 59913 977323 421000))
30620;;; Generated autoloads from progmodes/vhdl-mode.el 30670;;; Generated autoloads from progmodes/vhdl-mode.el
30621 30671
30622(autoload 'vhdl-mode "vhdl-mode" "\ 30672(autoload 'vhdl-mode "vhdl-mode" "\
@@ -31170,8 +31220,8 @@ Key bindings:
31170 31220
31171;;;*** 31221;;;***
31172 31222
31173;;;### (autoloads nil "viet-util" "language/viet-util.el" (22150 31223;;;### (autoloads nil "viet-util" "language/viet-util.el" (22330
31174;;;;;; 28228 198072 702000)) 31224;;;;;; 59913 941323 532000))
31175;;; Generated autoloads from language/viet-util.el 31225;;; Generated autoloads from language/viet-util.el
31176 31226
31177(autoload 'viet-encode-viscii-char "viet-util" "\ 31227(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -31215,7 +31265,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
31215 31265
31216;;;*** 31266;;;***
31217 31267
31218;;;### (autoloads nil "view" "view.el" (22150 28229 322072 702000)) 31268;;;### (autoloads nil "view" "view.el" (22330 59913 915323 612000))
31219;;; Generated autoloads from view.el 31269;;; Generated autoloads from view.el
31220 31270
31221(defvar view-remove-frame-by-deleting t "\ 31271(defvar view-remove-frame-by-deleting t "\
@@ -31471,8 +31521,8 @@ Exit View mode and make the current buffer editable.
31471 31521
31472;;;*** 31522;;;***
31473 31523
31474;;;### (autoloads nil "viper" "emulation/viper.el" (22150 28227 478072 31524;;;### (autoloads nil "viper" "emulation/viper.el" (22331 17371 998369
31475;;;;;; 702000)) 31525;;;;;; 601000))
31476;;; Generated autoloads from emulation/viper.el 31526;;; Generated autoloads from emulation/viper.el
31477(push (purecopy '(viper 3 14 1)) package--builtin-versions) 31527(push (purecopy '(viper 3 14 1)) package--builtin-versions)
31478 31528
@@ -31489,8 +31539,8 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
31489 31539
31490;;;*** 31540;;;***
31491 31541
31492;;;### (autoloads nil "warnings" "emacs-lisp/warnings.el" (22150 31542;;;### (autoloads nil "warnings" "emacs-lisp/warnings.el" (22330
31493;;;;;; 28227 458072 702000)) 31543;;;;;; 59913 931323 563000))
31494;;; Generated autoloads from emacs-lisp/warnings.el 31544;;; Generated autoloads from emacs-lisp/warnings.el
31495 31545
31496(defvar warning-prefix-function nil "\ 31546(defvar warning-prefix-function nil "\
@@ -31580,7 +31630,7 @@ this is equivalent to `display-warning', using
31580 31630
31581;;;*** 31631;;;***
31582 31632
31583;;;### (autoloads nil "wdired" "wdired.el" (22240 5212 92626 379000)) 31633;;;### (autoloads nil "wdired" "wdired.el" (22331 17372 126369 146000))
31584;;; Generated autoloads from wdired.el 31634;;; Generated autoloads from wdired.el
31585(push (purecopy '(wdired 2 0)) package--builtin-versions) 31635(push (purecopy '(wdired 2 0)) package--builtin-versions)
31586 31636
@@ -31598,8 +31648,8 @@ See `wdired-mode'.
31598 31648
31599;;;*** 31649;;;***
31600 31650
31601;;;### (autoloads nil "webjump" "net/webjump.el" (22150 28228 442072 31651;;;### (autoloads nil "webjump" "net/webjump.el" (22330 59913 954323
31602;;;;;; 702000)) 31652;;;;;; 492000))
31603;;; Generated autoloads from net/webjump.el 31653;;; Generated autoloads from net/webjump.el
31604 31654
31605(autoload 'webjump "webjump" "\ 31655(autoload 'webjump "webjump" "\
@@ -31615,8 +31665,8 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
31615 31665
31616;;;*** 31666;;;***
31617 31667
31618;;;### (autoloads nil "which-func" "progmodes/which-func.el" (22150 31668;;;### (autoloads nil "which-func" "progmodes/which-func.el" (22331
31619;;;;;; 28228 986072 702000)) 31669;;;;;; 17372 103369 228000))
31620;;; Generated autoloads from progmodes/which-func.el 31670;;; Generated autoloads from progmodes/which-func.el
31621 (put 'which-func-format 'risky-local-variable t) 31671 (put 'which-func-format 'risky-local-variable t)
31622 (put 'which-func-current 'risky-local-variable t) 31672 (put 'which-func-current 'risky-local-variable t)
@@ -31625,7 +31675,8 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
31625 31675
31626(defvar which-function-mode nil "\ 31676(defvar which-function-mode nil "\
31627Non-nil if Which-Function mode is enabled. 31677Non-nil if Which-Function mode is enabled.
31628See the command `which-function-mode' for a description of this minor mode. 31678See the `which-function-mode' command
31679for a description of this minor mode.
31629Setting this variable directly does not take effect; 31680Setting this variable directly does not take effect;
31630either customize it (see the info node `Easy Customization') 31681either customize it (see the info node `Easy Customization')
31631or call the function `which-function-mode'.") 31682or call the function `which-function-mode'.")
@@ -31646,8 +31697,8 @@ in certain major modes.
31646 31697
31647;;;*** 31698;;;***
31648 31699
31649;;;### (autoloads nil "whitespace" "whitespace.el" (22150 28229 326072 31700;;;### (autoloads nil "whitespace" "whitespace.el" (22330 59913 743324
31650;;;;;; 702000)) 31701;;;;;; 144000))
31651;;; Generated autoloads from whitespace.el 31702;;; Generated autoloads from whitespace.el
31652(push (purecopy '(whitespace 13 2 2)) package--builtin-versions) 31703(push (purecopy '(whitespace 13 2 2)) package--builtin-versions)
31653 31704
@@ -31679,7 +31730,8 @@ See also `whitespace-newline' and `whitespace-display-mappings'.
31679 31730
31680(defvar global-whitespace-mode nil "\ 31731(defvar global-whitespace-mode nil "\
31681Non-nil if Global Whitespace mode is enabled. 31732Non-nil if Global Whitespace mode is enabled.
31682See the command `global-whitespace-mode' for a description of this minor mode. 31733See the `global-whitespace-mode' command
31734for a description of this minor mode.
31683Setting this variable directly does not take effect; 31735Setting this variable directly does not take effect;
31684either customize it (see the info node `Easy Customization') 31736either customize it (see the info node `Easy Customization')
31685or call the function `global-whitespace-mode'.") 31737or call the function `global-whitespace-mode'.")
@@ -31699,7 +31751,8 @@ See also `whitespace-style', `whitespace-newline' and
31699 31751
31700(defvar global-whitespace-newline-mode nil "\ 31752(defvar global-whitespace-newline-mode nil "\
31701Non-nil if Global Whitespace-Newline mode is enabled. 31753Non-nil if Global Whitespace-Newline mode is enabled.
31702See the command `global-whitespace-newline-mode' for a description of this minor mode. 31754See the `global-whitespace-newline-mode' command
31755for a description of this minor mode.
31703Setting this variable directly does not take effect; 31756Setting this variable directly does not take effect;
31704either customize it (see the info node `Easy Customization') 31757either customize it (see the info node `Easy Customization')
31705or call the function `global-whitespace-newline-mode'.") 31758or call the function `global-whitespace-newline-mode'.")
@@ -32015,8 +32068,8 @@ cleaning up these problems.
32015 32068
32016;;;*** 32069;;;***
32017 32070
32018;;;### (autoloads nil "wid-browse" "wid-browse.el" (22150 28229 326072 32071;;;### (autoloads nil "wid-browse" "wid-browse.el" (22330 59913 916323
32019;;;;;; 702000)) 32072;;;;;; 609000))
32020;;; Generated autoloads from wid-browse.el 32073;;; Generated autoloads from wid-browse.el
32021 32074
32022(autoload 'widget-browse-at "wid-browse" "\ 32075(autoload 'widget-browse-at "wid-browse" "\
@@ -32044,8 +32097,8 @@ if ARG is omitted or nil.
32044 32097
32045;;;*** 32098;;;***
32046 32099
32047;;;### (autoloads nil "wid-edit" "wid-edit.el" (22150 28229 330072 32100;;;### (autoloads nil "wid-edit" "wid-edit.el" (22331 17372 126369
32048;;;;;; 702000)) 32101;;;;;; 146000))
32049;;; Generated autoloads from wid-edit.el 32102;;; Generated autoloads from wid-edit.el
32050 32103
32051(autoload 'widgetp "wid-edit" "\ 32104(autoload 'widgetp "wid-edit" "\
@@ -32087,8 +32140,8 @@ Setup current buffer so editing string widgets works.
32087 32140
32088;;;*** 32141;;;***
32089 32142
32090;;;### (autoloads nil "windmove" "windmove.el" (22150 28229 330072 32143;;;### (autoloads nil "windmove" "windmove.el" (22330 59913 916323
32091;;;;;; 702000)) 32144;;;;;; 609000))
32092;;; Generated autoloads from windmove.el 32145;;; Generated autoloads from windmove.el
32093 32146
32094(autoload 'windmove-left "windmove" "\ 32147(autoload 'windmove-left "windmove" "\
@@ -32140,12 +32193,13 @@ Default MODIFIER is `shift'.
32140 32193
32141;;;*** 32194;;;***
32142 32195
32143;;;### (autoloads nil "winner" "winner.el" (22150 28229 354072 702000)) 32196;;;### (autoloads nil "winner" "winner.el" (22330 59913 743324 144000))
32144;;; Generated autoloads from winner.el 32197;;; Generated autoloads from winner.el
32145 32198
32146(defvar winner-mode nil "\ 32199(defvar winner-mode nil "\
32147Non-nil if Winner mode is enabled. 32200Non-nil if Winner mode is enabled.
32148See the command `winner-mode' for a description of this minor mode. 32201See the `winner-mode' command
32202for a description of this minor mode.
32149Setting this variable directly does not take effect; 32203Setting this variable directly does not take effect;
32150either customize it (see the info node `Easy Customization') 32204either customize it (see the info node `Easy Customization')
32151or call the function `winner-mode'.") 32205or call the function `winner-mode'.")
@@ -32156,14 +32210,20 @@ or call the function `winner-mode'.")
32156Toggle Winner mode on or off. 32210Toggle Winner mode on or off.
32157With a prefix argument ARG, enable Winner mode if ARG is 32211With a prefix argument ARG, enable Winner mode if ARG is
32158positive, and disable it otherwise. If called from Lisp, enable 32212positive, and disable it otherwise. If called from Lisp, enable
32159the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. 32213the mode if ARG is omitted or nil, and toggle it if ARG is ‘toggle’.
32160\\{winner-mode-map} 32214
32215Winner mode is a global minor mode that records the changes in
32216the window configuration (i.e. how the frames are partitioned
32217into windows) so that the changes can be \"undone\" using the
32218command `winner-undo'. By default this one is bound to the key
32219sequence `C-c <left>'. If you change your mind (while undoing),
32220you can press `C-c <right>' (calling `winner-redo').
32161 32221
32162\(fn &optional ARG)" t nil) 32222\(fn &optional ARG)" t nil)
32163 32223
32164;;;*** 32224;;;***
32165 32225
32166;;;### (autoloads nil "woman" "woman.el" (22216 22853 52596 491000)) 32226;;;### (autoloads nil "woman" "woman.el" (22330 59913 916323 609000))
32167;;; Generated autoloads from woman.el 32227;;; Generated autoloads from woman.el
32168(push (purecopy '(woman 0 551)) package--builtin-versions) 32228(push (purecopy '(woman 0 551)) package--builtin-versions)
32169 32229
@@ -32212,7 +32272,7 @@ Default bookmark handler for Woman buffers.
32212 32272
32213;;;*** 32273;;;***
32214 32274
32215;;;### (autoloads nil "xml" "xml.el" (22249 52924 872284 99000)) 32275;;;### (autoloads nil "xml" "xml.el" (22330 59913 916323 609000))
32216;;; Generated autoloads from xml.el 32276;;; Generated autoloads from xml.el
32217 32277
32218(autoload 'xml-parse-file "xml" "\ 32278(autoload 'xml-parse-file "xml" "\
@@ -32268,8 +32328,8 @@ Both features can be combined by providing a cons cell
32268 32328
32269;;;*** 32329;;;***
32270 32330
32271;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (22150 28228 462072 32331;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (22331 17372 67369
32272;;;;;; 702000)) 32332;;;;;; 356000))
32273;;; Generated autoloads from nxml/xmltok.el 32333;;; Generated autoloads from nxml/xmltok.el
32274 32334
32275(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 32335(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -32287,8 +32347,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
32287 32347
32288;;;*** 32348;;;***
32289 32349
32290;;;### (autoloads nil "xref" "progmodes/xref.el" (22286 10932 162198 32350;;;### (autoloads nil "xref" "progmodes/xref.el" (22330 59913 977323
32291;;;;;; 251000)) 32351;;;;;; 421000))
32292;;; Generated autoloads from progmodes/xref.el 32352;;; Generated autoloads from progmodes/xref.el
32293 32353
32294(autoload 'xref-find-backend "xref" "\ 32354(autoload 'xref-find-backend "xref" "\
@@ -32355,13 +32415,14 @@ IGNORES is a list of glob patterns.
32355 32415
32356;;;*** 32416;;;***
32357 32417
32358;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (22290 7990 504790 32418;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (22330 59913 743324
32359;;;;;; 288000)) 32419;;;;;; 144000))
32360;;; Generated autoloads from xt-mouse.el 32420;;; Generated autoloads from xt-mouse.el
32361 32421
32362(defvar xterm-mouse-mode nil "\ 32422(defvar xterm-mouse-mode nil "\
32363Non-nil if Xterm-Mouse mode is enabled. 32423Non-nil if Xterm-Mouse mode is enabled.
32364See the command `xterm-mouse-mode' for a description of this minor mode. 32424See the `xterm-mouse-mode' command
32425for a description of this minor mode.
32365Setting this variable directly does not take effect; 32426Setting this variable directly does not take effect;
32366either customize it (see the info node `Easy Customization') 32427either customize it (see the info node `Easy Customization')
32367or call the function `xterm-mouse-mode'.") 32428or call the function `xterm-mouse-mode'.")
@@ -32385,8 +32446,8 @@ down the SHIFT key while pressing the mouse button.
32385 32446
32386;;;*** 32447;;;***
32387 32448
32388;;;### (autoloads nil "xwidget" "xwidget.el" (22272 64438 424671 32449;;;### (autoloads nil "xwidget" "xwidget.el" (22331 17377 954348
32389;;;;;; 103000)) 32450;;;;;; 447000))
32390;;; Generated autoloads from xwidget.el 32451;;; Generated autoloads from xwidget.el
32391 32452
32392(autoload 'xwidget-webkit-browse-url "xwidget" "\ 32453(autoload 'xwidget-webkit-browse-url "xwidget" "\
@@ -32398,7 +32459,7 @@ Interactively, URL defaults to the string looking like a url around point.
32398 32459
32399;;;*** 32460;;;***
32400 32461
32401;;;### (autoloads nil "yenc" "gnus/yenc.el" (22150 28228 26072 702000)) 32462;;;### (autoloads nil "yenc" "gnus/yenc.el" (22331 17372 37369 462000))
32402;;; Generated autoloads from gnus/yenc.el 32463;;; Generated autoloads from gnus/yenc.el
32403 32464
32404(autoload 'yenc-decode-region "yenc" "\ 32465(autoload 'yenc-decode-region "yenc" "\
@@ -32413,7 +32474,7 @@ Extract file name from an yenc header.
32413 32474
32414;;;*** 32475;;;***
32415 32476
32416;;;### (autoloads nil "zone" "play/zone.el" (22150 28228 682072 702000)) 32477;;;### (autoloads nil "zone" "play/zone.el" (22330 59913 970323 443000))
32417;;; Generated autoloads from play/zone.el 32478;;; Generated autoloads from play/zone.el
32418 32479
32419(autoload 'zone "zone" "\ 32480(autoload 'zone "zone" "\
@@ -32459,14 +32520,16 @@ Zone out, completely.
32459;;;;;; "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el" 32520;;;;;; "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el"
32460;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el" 32521;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el"
32461;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el" 32522;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el"
32462;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el" 32523;;;;;; "cedet/semantic/bovine/c-by.el" "cedet/semantic/bovine/c.el"
32463;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el" 32524;;;;;; "cedet/semantic/bovine/debug.el" "cedet/semantic/bovine/el.el"
32464;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm.el" 32525;;;;;; "cedet/semantic/bovine/gcc.el" "cedet/semantic/bovine/make-by.el"
32465;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" 32526;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm-by.el"
32466;;;;;; "cedet/semantic/db-debug.el" "cedet/semantic/db-ebrowse.el" 32527;;;;;; "cedet/semantic/bovine/scm.el" "cedet/semantic/chart.el"
32467;;;;;; "cedet/semantic/db-el.el" "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" 32528;;;;;; "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" "cedet/semantic/db-debug.el"
32468;;;;;; "cedet/semantic/db-global.el" "cedet/semantic/db-javascript.el" 32529;;;;;; "cedet/semantic/db-ebrowse.el" "cedet/semantic/db-el.el"
32469;;;;;; "cedet/semantic/db-mode.el" "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el" 32530;;;;;; "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" "cedet/semantic/db-global.el"
32531;;;;;; "cedet/semantic/db-javascript.el" "cedet/semantic/db-mode.el"
32532;;;;;; "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el"
32470;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el" 32533;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el"
32471;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el" 32534;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el"
32472;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el" 32535;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el"
@@ -32484,20 +32547,22 @@ Zone out, completely.
32484;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el" 32547;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el"
32485;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el" 32548;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el"
32486;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" 32549;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el"
32487;;;;;; "cedet/semantic/wisent/python.el" "cedet/semantic/wisent/wisent.el" 32550;;;;;; "cedet/semantic/wisent/javat-wy.el" "cedet/semantic/wisent/js-wy.el"
32488;;;;;; "cedet/srecode/args.el" "cedet/srecode/compile.el" "cedet/srecode/cpp.el" 32551;;;;;; "cedet/semantic/wisent/python-wy.el" "cedet/semantic/wisent/python.el"
32489;;;;;; "cedet/srecode/ctxt.el" "cedet/srecode/dictionary.el" "cedet/srecode/document.el" 32552;;;;;; "cedet/semantic/wisent/wisent.el" "cedet/srecode/args.el"
32553;;;;;; "cedet/srecode/compile.el" "cedet/srecode/cpp.el" "cedet/srecode/ctxt.el"
32554;;;;;; "cedet/srecode/dictionary.el" "cedet/srecode/document.el"
32490;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el" 32555;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el"
32491;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el" 32556;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el"
32492;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el" 32557;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el"
32493;;;;;; "cedet/srecode/map.el" "cedet/srecode/mode.el" "cedet/srecode/semantic.el" 32558;;;;;; "cedet/srecode/map.el" "cedet/srecode/mode.el" "cedet/srecode/semantic.el"
32494;;;;;; "cedet/srecode/srt.el" "cedet/srecode/table.el" "cedet/srecode/template.el" 32559;;;;;; "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" "cedet/srecode/table.el"
32495;;;;;; "cedet/srecode/texi.el" "cus-dep.el" "dframe.el" "dired-aux.el" 32560;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "cus-dep.el"
32496;;;;;; "dired-x.el" "dom.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" 32561;;;;;; "dframe.el" "dired-aux.el" "dired-x.el" "dom.el" "dos-fns.el"
32497;;;;;; "dynamic-setting.el" "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" 32562;;;;;; "dos-vars.el" "dos-w32.el" "dynamic-setting.el" "emacs-lisp/avl-tree.el"
32498;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" 32563;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/cl-extra.el"
32499;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el" "emacs-lisp/eieio-base.el" 32564;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el"
32500;;;;;; "emacs-lisp/eieio-compat.el" "emacs-lisp/eieio-custom.el" 32565;;;;;; "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-compat.el" "emacs-lisp/eieio-custom.el"
32501;;;;;; "emacs-lisp/eieio-datadebug.el" "emacs-lisp/eieio-opt.el" 32566;;;;;; "emacs-lisp/eieio-datadebug.el" "emacs-lisp/eieio-opt.el"
32502;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/generator.el" 32567;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/generator.el"
32503;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" "emacs-lisp/smie.el" 32568;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" "emacs-lisp/smie.el"
@@ -32537,18 +32602,26 @@ Zone out, completely.
32537;;;;;; "gnus/nnweb.el" "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el" 32602;;;;;; "gnus/nnweb.el" "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el"
32538;;;;;; "gnus/rfc2047.el" "gnus/rfc2231.el" "gnus/rtree.el" "gnus/sieve-manage.el" 32603;;;;;; "gnus/rfc2047.el" "gnus/rfc2231.el" "gnus/rtree.el" "gnus/sieve-manage.el"
32539;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "hex-util.el" 32604;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "hex-util.el"
32540;;;;;; "hfy-cmap.el" "ibuf-ext.el" "international/charscript.el" 32605;;;;;; "hfy-cmap.el" "ibuf-ext.el" "international/charprop.el" "international/charscript.el"
32541;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el" 32606;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el"
32542;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "kermit.el" 32607;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el"
32543;;;;;; "language/hanja-util.el" "language/thai-word.el" "ldefs-boot.el" 32608;;;;;; "international/uni-brackets.el" "international/uni-category.el"
32544;;;;;; "leim/quail/arabic.el" "leim/quail/croatian.el" "leim/quail/cyril-jis.el" 32609;;;;;; "international/uni-combining.el" "international/uni-comment.el"
32545;;;;;; "leim/quail/cyrillic.el" "leim/quail/czech.el" "leim/quail/ethiopic.el" 32610;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el"
32546;;;;;; "leim/quail/georgian.el" "leim/quail/greek.el" "leim/quail/hanja-jis.el" 32611;;;;;; "international/uni-digit.el" "international/uni-lowercase.el"
32547;;;;;; "leim/quail/hanja.el" "leim/quail/hanja3.el" "leim/quail/hebrew.el" 32612;;;;;; "international/uni-mirrored.el" "international/uni-name.el"
32548;;;;;; "leim/quail/indian.el" "leim/quail/ipa-praat.el" "leim/quail/ipa.el" 32613;;;;;; "international/uni-numeric.el" "international/uni-old-name.el"
32549;;;;;; "leim/quail/japanese.el" "leim/quail/lao.el" "leim/quail/latin-alt.el" 32614;;;;;; "international/uni-titlecase.el" "international/uni-uppercase.el"
32550;;;;;; "leim/quail/latin-ltx.el" "leim/quail/latin-post.el" "leim/quail/latin-pre.el" 32615;;;;;; "kermit.el" "language/hanja-util.el" "language/thai-word.el"
32551;;;;;; "leim/quail/lrt.el" "leim/quail/persian.el" "leim/quail/programmer-dvorak.el" 32616;;;;;; "ldefs-boot.el" "leim/ja-dic/ja-dic.el" "leim/quail/arabic.el"
32617;;;;;; "leim/quail/croatian.el" "leim/quail/cyril-jis.el" "leim/quail/cyrillic.el"
32618;;;;;; "leim/quail/czech.el" "leim/quail/ethiopic.el" "leim/quail/georgian.el"
32619;;;;;; "leim/quail/greek.el" "leim/quail/hanja-jis.el" "leim/quail/hanja.el"
32620;;;;;; "leim/quail/hanja3.el" "leim/quail/hebrew.el" "leim/quail/indian.el"
32621;;;;;; "leim/quail/ipa-praat.el" "leim/quail/ipa.el" "leim/quail/japanese.el"
32622;;;;;; "leim/quail/lao.el" "leim/quail/latin-alt.el" "leim/quail/latin-ltx.el"
32623;;;;;; "leim/quail/latin-post.el" "leim/quail/latin-pre.el" "leim/quail/lrt.el"
32624;;;;;; "leim/quail/persian.el" "leim/quail/programmer-dvorak.el"
32552;;;;;; "leim/quail/py-punct.el" "leim/quail/pypunct-b5.el" "leim/quail/rfc1345.el" 32625;;;;;; "leim/quail/py-punct.el" "leim/quail/pypunct-b5.el" "leim/quail/rfc1345.el"
32553;;;;;; "leim/quail/sgml-input.el" "leim/quail/sisheng.el" "leim/quail/slovak.el" 32626;;;;;; "leim/quail/sgml-input.el" "leim/quail/sisheng.el" "leim/quail/slovak.el"
32554;;;;;; "leim/quail/symbol-ksc.el" "leim/quail/tamil-dvorak.el" "leim/quail/thai.el" 32627;;;;;; "leim/quail/symbol-ksc.el" "leim/quail/tamil-dvorak.el" "leim/quail/thai.el"
@@ -32629,7 +32702,7 @@ Zone out, completely.
32629;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" 32702;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el"
32630;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vc/vc-filewise.el" "vcursor.el" 32703;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vc/vc-filewise.el" "vcursor.el"
32631;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" 32704;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el"
32632;;;;;; "x-dnd.el") (22309 59446 538986 699000)) 32705;;;;;; "x-dnd.el") (22331 19288 214877 938000))
32633 32706
32634;;;*** 32707;;;***
32635 32708