aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Petton2016-12-30 15:38:03 +0100
committerNicolas Petton2016-12-30 15:38:03 +0100
commite092f08515af5e523a85ce0624e36da61fba65bd (patch)
treef7745b2ecb1521827ed85770d2054a0f8e284628
parent665be694b641b040b67def026e03d6e965bccb03 (diff)
downloademacs-e092f08515af5e523a85ce0624e36da61fba65bd.tar.gz
emacs-e092f08515af5e523a85ce0624e36da61fba65bd.zip
Bump Emacs version to 25.1.91emacs-25.1.91
* README: * configure.ac: * msdos/sed2v2.inp: * nt/README.W32: Bump Emacs version. * lisp/ldefs-boot.el: Update.
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--lisp/ldefs-boot.el2223
-rw-r--r--msdos/sed2v2.inp2
-rw-r--r--nt/README.W322
5 files changed, 1112 insertions, 1119 deletions
diff --git a/README b/README
index 10cd60b934f..1ca9ebe95c8 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Copyright (C) 2001-2016 Free Software Foundation, Inc.
2See the end of the file for license conditions. 2See the end of the file for license conditions.
3 3
4 4
5This directory tree holds version 25.1.90 of GNU Emacs, the extensible, 5This directory tree holds version 25.1.91 of GNU Emacs, the extensible,
6customizable, self-documenting real-time display editor. 6customizable, self-documenting real-time display editor.
7 7
8The file INSTALL in this directory says how to build and install GNU 8The file INSTALL in this directory says how to build and install GNU
diff --git a/configure.ac b/configure.ac
index 4ce7e21ba73..8a5842c42a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23 23
24AC_PREREQ(2.65) 24AC_PREREQ(2.65)
25dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el. 25dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el.
26AC_INIT(GNU Emacs, 25.1.90, bug-gnu-emacs@gnu.org) 26AC_INIT(GNU Emacs, 25.1.91, bug-gnu-emacs@gnu.org)
27 27
28dnl Set emacs_config_options to the options of 'configure', quoted for the shell, 28dnl Set emacs_config_options to the options of 'configure', quoted for the shell,
29dnl and then quoted again for a C string. Separate options with spaces. 29dnl and then quoted again for a C string. Separate options with spaces.
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 8a1d65248c6..537d280d2ba 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" (22387 39328 255705 281000)) 6;;;### (autoloads nil "5x5" "play/5x5.el" (22388 6383 169254 278000))
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" (22387 39328 68;;;### (autoloads nil "ada-mode" "progmodes/ada-mode.el" (22388 6383
69;;;;;; 275705 210000)) 69;;;;;; 531257 838000))
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" (22387 39328 88;;;### (autoloads nil "ada-stmt" "progmodes/ada-stmt.el" (22388 6383
89;;;;;; 277705 202000)) 89;;;;;; 583258 350000))
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" (22387 39328 99;;;### (autoloads nil "ada-xref" "progmodes/ada-xref.el" (22388 6383
100;;;;;; 278705 199000)) 100;;;;;; 612258 635000))
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" (22387 39328 622703 111;;;### (autoloads nil "add-log" "vc/add-log.el" (22388 6390 743328
112;;;;;; 971000)) 112;;;;;; 764000))
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" (22387 39327 241;;;### (autoloads nil "advice" "emacs-lisp/advice.el" (22388 6368
242;;;;;; 270708 798000)) 242;;;;;; 545110 460000))
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" (22387 39326 533711 429000)) 377;;;### (autoloads nil "align" "align.el" (22388 5702 14555 614000))
378;;; Generated autoloads from align.el 378;;; Generated autoloads from align.el
379 379
380(autoload 'align "align" "\ 380(autoload 'align "align" "\
@@ -479,7 +479,7 @@ indented.
479 479
480;;;*** 480;;;***
481 481
482;;;### (autoloads nil "allout" "allout.el" (22387 39326 536711 418000)) 482;;;### (autoloads nil "allout" "allout.el" (22388 5702 143556 882000))
483;;; Generated autoloads from allout.el 483;;; Generated autoloads from allout.el
484(push (purecopy '(allout 2 3)) package--builtin-versions) 484(push (purecopy '(allout 2 3)) package--builtin-versions)
485 485
@@ -839,8 +839,8 @@ for details on preparing Emacs for automatic allout activation.
839 839
840;;;*** 840;;;***
841 841
842;;;### (autoloads nil "allout-widgets" "allout-widgets.el" (22387 842;;;### (autoloads nil "allout-widgets" "allout-widgets.el" (22388
843;;;;;; 39326 534711 425000)) 843;;;;;; 5702 56556 27000))
844;;; Generated autoloads from allout-widgets.el 844;;; Generated autoloads from allout-widgets.el
845(push (purecopy '(allout-widgets 1 0)) package--builtin-versions) 845(push (purecopy '(allout-widgets 1 0)) package--builtin-versions)
846 846
@@ -898,8 +898,8 @@ outline hot-spot navigation (see `allout-mode').
898 898
899;;;*** 899;;;***
900 900
901;;;### (autoloads nil "ange-ftp" "net/ange-ftp.el" (22578 62356 730212 901;;;### (autoloads nil "ange-ftp" "net/ange-ftp.el" (22587 10177 785473
902;;;;;; 84000)) 902;;;;;; 832000))
903;;; Generated autoloads from net/ange-ftp.el 903;;; Generated autoloads from net/ange-ftp.el
904 904
905(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 905(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
@@ -920,8 +920,8 @@ directory, so that Emacs will know its current contents.
920 920
921;;;*** 921;;;***
922 922
923;;;### (autoloads nil "animate" "play/animate.el" (22387 39328 255705 923;;;### (autoloads nil "animate" "play/animate.el" (22388 6383 172254
924;;;;;; 281000)) 924;;;;;; 308000))
925;;; Generated autoloads from play/animate.el 925;;; Generated autoloads from play/animate.el
926 926
927(autoload 'animate-string "animate" "\ 927(autoload 'animate-string "animate" "\
@@ -953,8 +953,8 @@ the buffer *Birthday-Present-for-Name*.
953 953
954;;;*** 954;;;***
955 955
956;;;### (autoloads nil "ansi-color" "ansi-color.el" (22387 39326 538711 956;;;### (autoloads nil "ansi-color" "ansi-color.el" (22388 5702 202557
957;;;;;; 411000)) 957;;;;;; 463000))
958;;; Generated autoloads from ansi-color.el 958;;; Generated autoloads from ansi-color.el
959(push (purecopy '(ansi-color 3 4 2)) package--builtin-versions) 959(push (purecopy '(ansi-color 3 4 2)) package--builtin-versions)
960 960
@@ -980,8 +980,8 @@ This is a good function to put in `comint-output-filter-functions'.
980 980
981;;;*** 981;;;***
982 982
983;;;### (autoloads nil "antlr-mode" "progmodes/antlr-mode.el" (22387 983;;;### (autoloads nil "antlr-mode" "progmodes/antlr-mode.el" (22388
984;;;;;; 39328 279705 195000)) 984;;;;;; 6383 656259 67000))
985;;; Generated autoloads from progmodes/antlr-mode.el 985;;; Generated autoloads from progmodes/antlr-mode.el
986(push (purecopy '(antlr-mode 2 2 3)) package--builtin-versions) 986(push (purecopy '(antlr-mode 2 2 3)) package--builtin-versions)
987 987
@@ -1017,8 +1017,8 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
1017 1017
1018;;;*** 1018;;;***
1019 1019
1020;;;### (autoloads nil "appt" "calendar/appt.el" (22387 39327 74709 1020;;;### (autoloads nil "appt" "calendar/appt.el" (22388 6367 808103
1021;;;;;; 497000)) 1021;;;;;; 212000))
1022;;; Generated autoloads from calendar/appt.el 1022;;; Generated autoloads from calendar/appt.el
1023 1023
1024(autoload 'appt-add "appt" "\ 1024(autoload 'appt-add "appt" "\
@@ -1039,8 +1039,7 @@ ARG is positive, otherwise off.
1039 1039
1040;;;*** 1040;;;***
1041 1041
1042;;;### (autoloads nil "apropos" "apropos.el" (22387 39326 539711 1042;;;### (autoloads nil "apropos" "apropos.el" (22388 5702 277558 200000))
1043;;;;;; 407000))
1044;;; Generated autoloads from apropos.el 1043;;; Generated autoloads from apropos.el
1045 1044
1046(autoload 'apropos-read-pattern "apropos" "\ 1045(autoload 'apropos-read-pattern "apropos" "\
@@ -1156,8 +1155,8 @@ Returns list of symbols and documentation found.
1156 1155
1157;;;*** 1156;;;***
1158 1157
1159;;;### (autoloads nil "arc-mode" "arc-mode.el" (22578 62356 712212 1158;;;### (autoloads nil "arc-mode" "arc-mode.el" (22587 10177 755473
1160;;;;;; 180000)) 1159;;;;;; 411000))
1161;;; Generated autoloads from arc-mode.el 1160;;; Generated autoloads from arc-mode.el
1162 1161
1163(autoload 'archive-mode "arc-mode" "\ 1162(autoload 'archive-mode "arc-mode" "\
@@ -1177,7 +1176,7 @@ archive.
1177 1176
1178;;;*** 1177;;;***
1179 1178
1180;;;### (autoloads nil "array" "array.el" (22387 39326 541711 400000)) 1179;;;### (autoloads nil "array" "array.el" (22388 5702 287558 299000))
1181;;; Generated autoloads from array.el 1180;;; Generated autoloads from array.el
1182 1181
1183(autoload 'array-mode "array" "\ 1182(autoload 'array-mode "array" "\
@@ -1248,8 +1247,8 @@ Entering array mode calls the function `array-mode-hook'.
1248 1247
1249;;;*** 1248;;;***
1250 1249
1251;;;### (autoloads nil "artist" "textmodes/artist.el" (22387 39328 1250;;;### (autoloads nil "artist" "textmodes/artist.el" (22388 6389
1252;;;;;; 519704 339000)) 1251;;;;;; 2311 642000))
1253;;; Generated autoloads from textmodes/artist.el 1252;;; Generated autoloads from textmodes/artist.el
1254(push (purecopy '(artist 1 2 6)) package--builtin-versions) 1253(push (purecopy '(artist 1 2 6)) package--builtin-versions)
1255 1254
@@ -1455,8 +1454,8 @@ Keymap summary
1455 1454
1456;;;*** 1455;;;***
1457 1456
1458;;;### (autoloads nil "asm-mode" "progmodes/asm-mode.el" (22387 39328 1457;;;### (autoloads nil "asm-mode" "progmodes/asm-mode.el" (22388 6383
1459;;;;;; 280705 192000)) 1458;;;;;; 682259 323000))
1460;;; Generated autoloads from progmodes/asm-mode.el 1459;;; Generated autoloads from progmodes/asm-mode.el
1461 1460
1462(autoload 'asm-mode "asm-mode" "\ 1461(autoload 'asm-mode "asm-mode" "\
@@ -1483,8 +1482,8 @@ Special commands:
1483 1482
1484;;;*** 1483;;;***
1485 1484
1486;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (22578 1485;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (22587
1487;;;;;; 62356 719212 143000)) 1486;;;;;; 10177 770473 621000))
1488;;; Generated autoloads from gnus/auth-source.el 1487;;; Generated autoloads from gnus/auth-source.el
1489 1488
1490(defvar auth-source-cache-expiry 7200 "\ 1489(defvar auth-source-cache-expiry 7200 "\
@@ -1496,8 +1495,7 @@ let-binding.")
1496 1495
1497;;;*** 1496;;;***
1498 1497
1499;;;### (autoloads nil "autoarg" "autoarg.el" (22387 39326 542711 1498;;;### (autoloads nil "autoarg" "autoarg.el" (22388 5702 305558 475000))
1500;;;;;; 397000))
1501;;; Generated autoloads from autoarg.el 1499;;; Generated autoloads from autoarg.el
1502 1500
1503(defvar autoarg-mode nil "\ 1501(defvar autoarg-mode nil "\
@@ -1559,8 +1557,8 @@ This is similar to `autoarg-mode' but rebinds the keypad keys
1559 1557
1560;;;*** 1558;;;***
1561 1559
1562;;;### (autoloads nil "autoconf" "progmodes/autoconf.el" (22387 39328 1560;;;### (autoloads nil "autoconf" "progmodes/autoconf.el" (22388 6383
1563;;;;;; 280705 192000)) 1561;;;;;; 698259 481000))
1564;;; Generated autoloads from progmodes/autoconf.el 1562;;; Generated autoloads from progmodes/autoconf.el
1565 1563
1566(autoload 'autoconf-mode "autoconf" "\ 1564(autoload 'autoconf-mode "autoconf" "\
@@ -1570,8 +1568,8 @@ Major mode for editing Autoconf configure.ac files.
1570 1568
1571;;;*** 1569;;;***
1572 1570
1573;;;### (autoloads nil "autoinsert" "autoinsert.el" (22387 39326 542711 1571;;;### (autoloads nil "autoinsert" "autoinsert.el" (22388 5702 322558
1574;;;;;; 397000)) 1572;;;;;; 643000))
1575;;; Generated autoloads from autoinsert.el 1573;;; Generated autoloads from autoinsert.el
1576 1574
1577(autoload 'auto-insert "autoinsert" "\ 1575(autoload 'auto-insert "autoinsert" "\
@@ -1610,8 +1608,8 @@ insert a template for the file depending on the mode of the buffer.
1610 1608
1611;;;*** 1609;;;***
1612 1610
1613;;;### (autoloads nil "autoload" "emacs-lisp/autoload.el" (22578 1611;;;### (autoloads nil "autoload" "emacs-lisp/autoload.el" (22587
1614;;;;;; 62356 716212 159000)) 1612;;;;;; 10177 765473 551000))
1615;;; Generated autoloads from emacs-lisp/autoload.el 1613;;; Generated autoloads from emacs-lisp/autoload.el
1616 1614
1617(put 'generated-autoload-file 'safe-local-variable 'stringp) 1615(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1662,8 +1660,8 @@ should be non-nil).
1662 1660
1663;;;*** 1661;;;***
1664 1662
1665;;;### (autoloads nil "autorevert" "autorevert.el" (22387 39326 543711 1663;;;### (autoloads nil "autorevert" "autorevert.el" (22630 21356 354944
1666;;;;;; 393000)) 1664;;;;;; 634000))
1667;;; Generated autoloads from autorevert.el 1665;;; Generated autoloads from autorevert.el
1668 1666
1669(autoload 'auto-revert-mode "autorevert" "\ 1667(autoload 'auto-revert-mode "autorevert" "\
@@ -1676,6 +1674,9 @@ Auto Revert mode is a minor mode that affects only the current
1676buffer. When enabled, it reverts the buffer when the file on 1674buffer. When enabled, it reverts the buffer when the file on
1677disk changes. 1675disk changes.
1678 1676
1677When a buffer is reverted, a message is generated. This can be
1678suppressed by setting `auto-revert-verbose' to nil.
1679
1679Use `global-auto-revert-mode' to automatically revert all buffers. 1680Use `global-auto-revert-mode' to automatically revert all buffers.
1680Use `auto-revert-tail-mode' if you know that the file will only grow 1681Use `auto-revert-tail-mode' if you know that the file will only grow
1681without being changed in the part that is already in the buffer. 1682without being changed in the part that is already in the buffer.
@@ -1706,6 +1707,9 @@ You can edit the buffer and turn this mode off and on again as
1706you please. But make sure the background process has stopped 1707you please. But make sure the background process has stopped
1707writing before you save the file! 1708writing before you save the file!
1708 1709
1710When a buffer is reverted, a message is generated. This can be
1711suppressed by setting `auto-revert-verbose' to nil.
1712
1709Use `auto-revert-mode' for changes other than appends! 1713Use `auto-revert-mode' for changes other than appends!
1710 1714
1711\(fn &optional ARG)" t nil) 1715\(fn &optional ARG)" t nil)
@@ -1744,6 +1748,9 @@ documentation of that variable. It ignores buffers with modes
1744matching `global-auto-revert-ignore-modes', and buffers with a 1748matching `global-auto-revert-ignore-modes', and buffers with a
1745non-nil vale of `global-auto-revert-ignore-buffer'. 1749non-nil vale of `global-auto-revert-ignore-buffer'.
1746 1750
1751When a buffer is reverted, a message is generated. This can be
1752suppressed by setting `auto-revert-verbose' to nil.
1753
1747This function calls the hook `global-auto-revert-mode-hook'. 1754This function calls the hook `global-auto-revert-mode-hook'.
1748It displays the text that `global-auto-revert-mode-text' 1755It displays the text that `global-auto-revert-mode-text'
1749specifies in the mode line. 1756specifies in the mode line.
@@ -1752,7 +1759,7 @@ specifies in the mode line.
1752 1759
1753;;;*** 1760;;;***
1754 1761
1755;;;### (autoloads nil "avoid" "avoid.el" (22387 39326 543711 393000)) 1762;;;### (autoloads nil "avoid" "avoid.el" (22388 5702 326558 682000))
1756;;; Generated autoloads from avoid.el 1763;;; Generated autoloads from avoid.el
1757 1764
1758(defvar mouse-avoidance-mode nil "\ 1765(defvar mouse-avoidance-mode nil "\
@@ -1790,8 +1797,8 @@ definition of \"random distance\".)
1790 1797
1791;;;*** 1798;;;***
1792 1799
1793;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (22387 39328 1800;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (22388 6383
1794;;;;;; 281705 188000)) 1801;;;;;; 700259 500000))
1795;;; Generated autoloads from progmodes/bat-mode.el 1802;;; Generated autoloads from progmodes/bat-mode.el
1796 1803
1797(add-to-list 'auto-mode-alist '("\\.\\(bat\\|cmd\\)\\'" . bat-mode)) 1804(add-to-list 'auto-mode-alist '("\\.\\(bat\\|cmd\\)\\'" . bat-mode))
@@ -1809,8 +1816,8 @@ Run script using `bat-run' and `bat-run-args'.
1809 1816
1810;;;*** 1817;;;***
1811 1818
1812;;;### (autoloads nil "battery" "battery.el" (22578 62356 712212 1819;;;### (autoloads nil "battery" "battery.el" (22587 10177 756473
1813;;;;;; 180000)) 1820;;;;;; 425000))
1814;;; Generated autoloads from battery.el 1821;;; Generated autoloads from battery.el
1815 (put 'battery-mode-line-string 'risky-local-variable t) 1822 (put 'battery-mode-line-string 'risky-local-variable t)
1816 1823
@@ -1846,8 +1853,8 @@ seconds.
1846 1853
1847;;;*** 1854;;;***
1848 1855
1849;;;### (autoloads nil "benchmark" "emacs-lisp/benchmark.el" (22387 1856;;;### (autoloads nil "benchmark" "emacs-lisp/benchmark.el" (22388
1850;;;;;; 39327 272708 790000)) 1857;;;;;; 6368 596110 962000))
1851;;; Generated autoloads from emacs-lisp/benchmark.el 1858;;; Generated autoloads from emacs-lisp/benchmark.el
1852 1859
1853(autoload 'benchmark-run "benchmark" "\ 1860(autoload 'benchmark-run "benchmark" "\
@@ -1883,8 +1890,8 @@ For non-interactive use see also `benchmark-run' and
1883 1890
1884;;;*** 1891;;;***
1885 1892
1886;;;### (autoloads nil "bibtex" "textmodes/bibtex.el" (22387 39328 1893;;;### (autoloads nil "bibtex" "textmodes/bibtex.el" (22388 6389
1887;;;;;; 529704 303000)) 1894;;;;;; 163313 226000))
1888;;; Generated autoloads from textmodes/bibtex.el 1895;;; Generated autoloads from textmodes/bibtex.el
1889 1896
1890(autoload 'bibtex-initialize "bibtex" "\ 1897(autoload 'bibtex-initialize "bibtex" "\
@@ -1976,7 +1983,7 @@ A prefix arg negates the value of `bibtex-search-entry-globally'.
1976;;;*** 1983;;;***
1977 1984
1978;;;### (autoloads nil "bibtex-style" "textmodes/bibtex-style.el" 1985;;;### (autoloads nil "bibtex-style" "textmodes/bibtex-style.el"
1979;;;;;; (22387 39328 527704 310000)) 1986;;;;;; (22388 6389 80312 409000))
1980;;; Generated autoloads from textmodes/bibtex-style.el 1987;;; Generated autoloads from textmodes/bibtex-style.el
1981 1988
1982(autoload 'bibtex-style-mode "bibtex-style" "\ 1989(autoload 'bibtex-style-mode "bibtex-style" "\
@@ -1986,8 +1993,8 @@ Major mode for editing BibTeX style files.
1986 1993
1987;;;*** 1994;;;***
1988 1995
1989;;;### (autoloads nil "binhex" "mail/binhex.el" (22387 39327 899706 1996;;;### (autoloads nil "binhex" "mail/binhex.el" (22388 6375 470178
1990;;;;;; 552000)) 1997;;;;;; 563000))
1991;;; Generated autoloads from mail/binhex.el 1998;;; Generated autoloads from mail/binhex.el
1992 1999
1993(defconst binhex-begin-line "^:...............................................................$" "\ 2000(defconst binhex-begin-line "^:...............................................................$" "\
@@ -2011,8 +2018,8 @@ Binhex decode region between START and END.
2011 2018
2012;;;*** 2019;;;***
2013 2020
2014;;;### (autoloads nil "blackbox" "play/blackbox.el" (22387 39328 2021;;;### (autoloads nil "blackbox" "play/blackbox.el" (22388 6383 172254
2015;;;;;; 256705 277000)) 2022;;;;;; 308000))
2016;;; Generated autoloads from play/blackbox.el 2023;;; Generated autoloads from play/blackbox.el
2017 2024
2018(autoload 'blackbox "blackbox" "\ 2025(autoload 'blackbox "blackbox" "\
@@ -2131,8 +2138,8 @@ a reflection.
2131 2138
2132;;;*** 2139;;;***
2133 2140
2134;;;### (autoloads nil "bookmark" "bookmark.el" (22387 39326 545711 2141;;;### (autoloads nil "bookmark" "bookmark.el" (22388 5702 411559
2135;;;;;; 386000)) 2142;;;;;; 518000))
2136;;; Generated autoloads from bookmark.el 2143;;; Generated autoloads from bookmark.el
2137 (define-key ctl-x-r-map "b" 'bookmark-jump) 2144 (define-key ctl-x-r-map "b" 'bookmark-jump)
2138 (define-key ctl-x-r-map "m" 'bookmark-set) 2145 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2356,8 +2363,8 @@ Incremental search of bookmarks, hiding the non-matches as we go.
2356 2363
2357;;;*** 2364;;;***
2358 2365
2359;;;### (autoloads nil "browse-url" "net/browse-url.el" (22578 62356 2366;;;### (autoloads nil "browse-url" "net/browse-url.el" (22587 10177
2360;;;;;; 730212 84000)) 2367;;;;;; 785473 832000))
2361;;; Generated autoloads from net/browse-url.el 2368;;; Generated autoloads from net/browse-url.el
2362 2369
2363(defvar browse-url-browser-function 'browse-url-default-browser "\ 2370(defvar browse-url-browser-function 'browse-url-default-browser "\
@@ -2705,7 +2712,7 @@ from `browse-url-elinks-wrapper'.
2705 2712
2706;;;*** 2713;;;***
2707 2714
2708;;;### (autoloads nil "bs" "bs.el" (22387 39326 546711 382000)) 2715;;;### (autoloads nil "bs" "bs.el" (22388 5702 452559 922000))
2709;;; Generated autoloads from bs.el 2716;;; Generated autoloads from bs.el
2710(push (purecopy '(bs 1 17)) package--builtin-versions) 2717(push (purecopy '(bs 1 17)) package--builtin-versions)
2711 2718
@@ -2746,8 +2753,8 @@ name of buffer configuration.
2746 2753
2747;;;*** 2754;;;***
2748 2755
2749;;;### (autoloads nil "bubbles" "play/bubbles.el" (22387 39328 256705 2756;;;### (autoloads nil "bubbles" "play/bubbles.el" (22388 6383 181254
2750;;;;;; 277000)) 2757;;;;;; 396000))
2751;;; Generated autoloads from play/bubbles.el 2758;;; Generated autoloads from play/bubbles.el
2752 2759
2753(autoload 'bubbles "bubbles" "\ 2760(autoload 'bubbles "bubbles" "\
@@ -2769,7 +2776,7 @@ columns on its right towards the left.
2769;;;*** 2776;;;***
2770 2777
2771;;;### (autoloads nil "bug-reference" "progmodes/bug-reference.el" 2778;;;### (autoloads nil "bug-reference" "progmodes/bug-reference.el"
2772;;;;;; (22387 39328 281705 188000)) 2779;;;;;; (22388 6383 700259 500000))
2773;;; Generated autoloads from progmodes/bug-reference.el 2780;;; Generated autoloads from progmodes/bug-reference.el
2774 2781
2775(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) 2782(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format)))))
@@ -2789,8 +2796,8 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2789 2796
2790;;;*** 2797;;;***
2791 2798
2792;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (22387 2799;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (22388
2793;;;;;; 39327 276708 776000)) 2800;;;;;; 6368 704112 24000))
2794;;; Generated autoloads from emacs-lisp/bytecomp.el 2801;;; Generated autoloads from emacs-lisp/bytecomp.el
2795(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2802(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2796(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2803(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2910,16 +2917,16 @@ and corresponding effects.
2910 2917
2911;;;*** 2918;;;***
2912 2919
2913;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (22387 2920;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (22388
2914;;;;;; 39327 75709 494000)) 2921;;;;;; 6367 842103 547000))
2915;;; Generated autoloads from calendar/cal-china.el 2922;;; Generated autoloads from calendar/cal-china.el
2916 2923
2917(put 'calendar-chinese-time-zone 'risky-local-variable t) 2924(put 'calendar-chinese-time-zone 'risky-local-variable t)
2918 2925
2919;;;*** 2926;;;***
2920 2927
2921;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (22387 39327 2928;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (22388 6367
2922;;;;;; 77709 487000)) 2929;;;;;; 847103 596000))
2923;;; Generated autoloads from calendar/cal-dst.el 2930;;; Generated autoloads from calendar/cal-dst.el
2924 2931
2925(put 'calendar-daylight-savings-starts 'risky-local-variable t) 2932(put 'calendar-daylight-savings-starts 'risky-local-variable t)
@@ -2930,8 +2937,8 @@ and corresponding effects.
2930 2937
2931;;;*** 2938;;;***
2932 2939
2933;;;### (autoloads nil "cal-hebrew" "calendar/cal-hebrew.el" (22387 2940;;;### (autoloads nil "cal-hebrew" "calendar/cal-hebrew.el" (22388
2934;;;;;; 39327 78709 483000)) 2941;;;;;; 6367 866103 783000))
2935;;; Generated autoloads from calendar/cal-hebrew.el 2942;;; Generated autoloads from calendar/cal-hebrew.el
2936 2943
2937(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2944(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2943,7 +2950,7 @@ from the cursor position.
2943 2950
2944;;;*** 2951;;;***
2945 2952
2946;;;### (autoloads nil "calc" "calc/calc.el" (22387 39327 40709 619000)) 2953;;;### (autoloads nil "calc" "calc/calc.el" (22388 6367 620101 364000))
2947;;; Generated autoloads from calc/calc.el 2954;;; Generated autoloads from calc/calc.el
2948 (define-key ctl-x-map "*" 'calc-dispatch) 2955 (define-key ctl-x-map "*" 'calc-dispatch)
2949 2956
@@ -3029,8 +3036,8 @@ See Info node `(calc)Defining Functions'.
3029 3036
3030;;;*** 3037;;;***
3031 3038
3032;;;### (autoloads nil "calc-undo" "calc/calc-undo.el" (22387 39327 3039;;;### (autoloads nil "calc-undo" "calc/calc-undo.el" (22388 6367
3033;;;;;; 30709 655000)) 3040;;;;;; 444099 633000))
3034;;; Generated autoloads from calc/calc-undo.el 3041;;; Generated autoloads from calc/calc-undo.el
3035 3042
3036(autoload 'calc-undo "calc-undo" "\ 3043(autoload 'calc-undo "calc-undo" "\
@@ -3040,8 +3047,8 @@ See Info node `(calc)Defining Functions'.
3040 3047
3041;;;*** 3048;;;***
3042 3049
3043;;;### (autoloads nil "calculator" "calculator.el" (22387 39326 549711 3050;;;### (autoloads nil "calculator" "calculator.el" (22388 5702 517560
3044;;;;;; 372000)) 3051;;;;;; 561000))
3045;;; Generated autoloads from calculator.el 3052;;; Generated autoloads from calculator.el
3046 3053
3047(autoload 'calculator "calculator" "\ 3054(autoload 'calculator "calculator" "\
@@ -3052,8 +3059,8 @@ See the documentation for `calculator-mode' for more information.
3052 3059
3053;;;*** 3060;;;***
3054 3061
3055;;;### (autoloads nil "calendar" "calendar/calendar.el" (22490 22723 3062;;;### (autoloads nil "calendar" "calendar/calendar.el" (22489 43024
3056;;;;;; 646600 845000)) 3063;;;;;; 125096 768000))
3057;;; Generated autoloads from calendar/calendar.el 3064;;; Generated autoloads from calendar/calendar.el
3058 3065
3059(autoload 'calendar "calendar" "\ 3066(autoload 'calendar "calendar" "\
@@ -3096,8 +3103,8 @@ This function is suitable for execution in an init file.
3096 3103
3097;;;*** 3104;;;***
3098 3105
3099;;;### (autoloads nil "canlock" "gnus/canlock.el" (22387 39327 447708 3106;;;### (autoloads nil "canlock" "gnus/canlock.el" (22388 6371 657141
3100;;;;;; 166000)) 3107;;;;;; 65000))
3101;;; Generated autoloads from gnus/canlock.el 3108;;; Generated autoloads from gnus/canlock.el
3102 3109
3103(autoload 'canlock-insert-header "canlock" "\ 3110(autoload 'canlock-insert-header "canlock" "\
@@ -3114,8 +3121,8 @@ it fails.
3114 3121
3115;;;*** 3122;;;***
3116 3123
3117;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (22387 3124;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (22388
3118;;;;;; 39328 290705 156000)) 3125;;;;;; 6384 111263 543000))
3119;;; Generated autoloads from progmodes/cc-engine.el 3126;;; Generated autoloads from progmodes/cc-engine.el
3120 3127
3121(autoload 'c-guess-basic-syntax "cc-engine" "\ 3128(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -3125,8 +3132,8 @@ Return the syntactic context of the current line.
3125 3132
3126;;;*** 3133;;;***
3127 3134
3128;;;### (autoloads nil "cc-guess" "progmodes/cc-guess.el" (22387 39328 3135;;;### (autoloads nil "cc-guess" "progmodes/cc-guess.el" (22388 6384
3129;;;;;; 296705 134000)) 3136;;;;;; 327265 667000))
3130;;; Generated autoloads from progmodes/cc-guess.el 3137;;; Generated autoloads from progmodes/cc-guess.el
3131 3138
3132(defvar c-guess-guessed-offsets-alist nil "\ 3139(defvar c-guess-guessed-offsets-alist nil "\
@@ -3224,8 +3231,8 @@ the absolute file name of the file if STYLE-NAME is nil.
3224 3231
3225;;;*** 3232;;;***
3226 3233
3227;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (22387 39328 3234;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (22388 6384
3228;;;;;; 299705 124000)) 3235;;;;;; 496267 328000))
3229;;; Generated autoloads from progmodes/cc-mode.el 3236;;; Generated autoloads from progmodes/cc-mode.el
3230 3237
3231(autoload 'c-initialize-cc-mode "cc-mode" "\ 3238(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3383,8 +3390,8 @@ Key bindings:
3383 3390
3384;;;*** 3391;;;***
3385 3392
3386;;;### (autoloads nil "cc-styles" "progmodes/cc-styles.el" (22387 3393;;;### (autoloads nil "cc-styles" "progmodes/cc-styles.el" (22388
3387;;;;;; 39328 301705 117000)) 3394;;;;;; 6384 576268 115000))
3388;;; Generated autoloads from progmodes/cc-styles.el 3395;;; Generated autoloads from progmodes/cc-styles.el
3389 3396
3390(autoload 'c-set-style "cc-styles" "\ 3397(autoload 'c-set-style "cc-styles" "\
@@ -3435,8 +3442,8 @@ and exists only for compatibility reasons.
3435 3442
3436;;;*** 3443;;;***
3437 3444
3438;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (22387 39328 3445;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (22388 6384
3439;;;;;; 301705 117000)) 3446;;;;;; 657268 912000))
3440;;; Generated autoloads from progmodes/cc-vars.el 3447;;; Generated autoloads from progmodes/cc-vars.el
3441(put 'c-basic-offset 'safe-local-variable 'integerp) 3448(put 'c-basic-offset 'safe-local-variable 'integerp)
3442(put 'c-backslash-column 'safe-local-variable 'integerp) 3449(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3444,8 +3451,8 @@ and exists only for compatibility reasons.
3444 3451
3445;;;*** 3452;;;***
3446 3453
3447;;;### (autoloads nil "ccl" "international/ccl.el" (22387 39327 578707 3454;;;### (autoloads nil "ccl" "international/ccl.el" (22388 6374 281166
3448;;;;;; 698000)) 3455;;;;;; 870000))
3449;;; Generated autoloads from international/ccl.el 3456;;; Generated autoloads from international/ccl.el
3450 3457
3451(autoload 'ccl-compile "ccl" "\ 3458(autoload 'ccl-compile "ccl" "\
@@ -3738,8 +3745,8 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3738 3745
3739;;;*** 3746;;;***
3740 3747
3741;;;### (autoloads nil "cconv" "emacs-lisp/cconv.el" (22387 39327 3748;;;### (autoloads nil "cconv" "emacs-lisp/cconv.el" (22388 6368 788112
3742;;;;;; 277708 773000)) 3749;;;;;; 850000))
3743;;; Generated autoloads from emacs-lisp/cconv.el 3750;;; Generated autoloads from emacs-lisp/cconv.el
3744 3751
3745(autoload 'cconv-closure-convert "cconv" "\ 3752(autoload 'cconv-closure-convert "cconv" "\
@@ -3758,15 +3765,15 @@ Add the warnings that closure conversion would encounter.
3758 3765
3759;;;*** 3766;;;***
3760 3767
3761;;;### (autoloads nil "cedet" "cedet/cedet.el" (22387 39327 134709 3768;;;### (autoloads nil "cedet" "cedet/cedet.el" (22388 6368 422109
3762;;;;;; 283000)) 3769;;;;;; 251000))
3763;;; Generated autoloads from cedet/cedet.el 3770;;; Generated autoloads from cedet/cedet.el
3764(push (purecopy '(cedet 2 0)) package--builtin-versions) 3771(push (purecopy '(cedet 2 0)) package--builtin-versions)
3765 3772
3766;;;*** 3773;;;***
3767 3774
3768;;;### (autoloads nil "cfengine" "progmodes/cfengine.el" (22387 39328 3775;;;### (autoloads nil "cfengine" "progmodes/cfengine.el" (22388 6384
3769;;;;;; 303705 110000)) 3776;;;;;; 702269 354000))
3770;;; Generated autoloads from progmodes/cfengine.el 3777;;; Generated autoloads from progmodes/cfengine.el
3771(push (purecopy '(cfengine 1 4)) package--builtin-versions) 3778(push (purecopy '(cfengine 1 4)) package--builtin-versions)
3772 3779
@@ -3795,8 +3802,8 @@ Choose `cfengine2-mode' or `cfengine3-mode' by buffer contents.
3795 3802
3796;;;*** 3803;;;***
3797 3804
3798;;;### (autoloads nil "char-fold" "char-fold.el" (22387 39326 550711 3805;;;### (autoloads nil "char-fold" "char-fold.el" (22388 5702 541560
3799;;;;;; 368000)) 3806;;;;;; 796000))
3800;;; Generated autoloads from char-fold.el 3807;;; Generated autoloads from char-fold.el
3801 3808
3802(autoload 'char-fold-to-regexp "char-fold" "\ 3809(autoload 'char-fold-to-regexp "char-fold" "\
@@ -3815,15 +3822,15 @@ from which to start.
3815 3822
3816;;;*** 3823;;;***
3817 3824
3818;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (22387 39327 3825;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (22388 6368 788112
3819;;;;;; 278708 769000)) 3826;;;;;; 850000))
3820;;; Generated autoloads from emacs-lisp/chart.el 3827;;; Generated autoloads from emacs-lisp/chart.el
3821(push (purecopy '(chart 0 2)) package--builtin-versions) 3828(push (purecopy '(chart 0 2)) package--builtin-versions)
3822 3829
3823;;;*** 3830;;;***
3824 3831
3825;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el" 3832;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el"
3826;;;;;; (22387 39327 278708 769000)) 3833;;;;;; (22388 6368 813113 96000))
3827;;; Generated autoloads from emacs-lisp/check-declare.el 3834;;; Generated autoloads from emacs-lisp/check-declare.el
3828 3835
3829(autoload 'check-declare-file "check-declare" "\ 3836(autoload 'check-declare-file "check-declare" "\
@@ -3840,8 +3847,8 @@ Returns non-nil if any false statements are found.
3840 3847
3841;;;*** 3848;;;***
3842 3849
3843;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (22387 3850;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (22388
3844;;;;;; 39327 279708 766000)) 3851;;;;;; 6368 849113 450000))
3845;;; Generated autoloads from emacs-lisp/checkdoc.el 3852;;; Generated autoloads from emacs-lisp/checkdoc.el
3846(push (purecopy '(checkdoc 0 6 2)) package--builtin-versions) 3853(push (purecopy '(checkdoc 0 6 2)) package--builtin-versions)
3847(put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp) 3854(put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp)
@@ -4051,8 +4058,8 @@ Find package keywords that aren't in `finder-known-keywords'.
4051 4058
4052;;;*** 4059;;;***
4053 4060
4054;;;### (autoloads nil "china-util" "language/china-util.el" (22387 4061;;;### (autoloads nil "china-util" "language/china-util.el" (22388
4055;;;;;; 39327 648707 448000)) 4062;;;;;; 6374 954173 489000))
4056;;; Generated autoloads from language/china-util.el 4063;;; Generated autoloads from language/china-util.el
4057 4064
4058(autoload 'decode-hz-region "china-util" "\ 4065(autoload 'decode-hz-region "china-util" "\
@@ -4089,8 +4096,8 @@ Encode the text in the current buffer to HZ.
4089 4096
4090;;;*** 4097;;;***
4091 4098
4092;;;### (autoloads nil "chistory" "chistory.el" (22578 62356 713212 4099;;;### (autoloads nil "chistory" "chistory.el" (22587 10177 762473
4093;;;;;; 175000)) 4100;;;;;; 509000))
4094;;; Generated autoloads from chistory.el 4101;;; Generated autoloads from chistory.el
4095 4102
4096(autoload 'repeat-matching-complex-command "chistory" "\ 4103(autoload 'repeat-matching-complex-command "chistory" "\
@@ -4129,8 +4136,8 @@ and runs the normal hook `command-history-hook'.
4129 4136
4130;;;*** 4137;;;***
4131 4138
4132;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (22387 4139;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (22388
4133;;;;;; 39327 282708 755000)) 4140;;;;;; 6368 936114 306000))
4134;;; Generated autoloads from emacs-lisp/cl-indent.el 4141;;; Generated autoloads from emacs-lisp/cl-indent.el
4135 4142
4136(autoload 'common-lisp-indent-function "cl-indent" "\ 4143(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -4213,8 +4220,8 @@ instead.
4213 4220
4214;;;*** 4221;;;***
4215 4222
4216;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (22387 39327 4223;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (22388 6368
4217;;;;;; 283708 751000)) 4224;;;;;; 949114 434000))
4218;;; Generated autoloads from emacs-lisp/cl-lib.el 4225;;; Generated autoloads from emacs-lisp/cl-lib.el
4219(push (purecopy '(cl-lib 1 0)) package--builtin-versions) 4226(push (purecopy '(cl-lib 1 0)) package--builtin-versions)
4220 4227
@@ -4232,8 +4239,8 @@ a future Emacs interpreter will be able to use it.")
4232 4239
4233;;;*** 4240;;;***
4234 4241
4235;;;### (autoloads nil "cmacexp" "progmodes/cmacexp.el" (22387 39328 4242;;;### (autoloads nil "cmacexp" "progmodes/cmacexp.el" (22388 6384
4236;;;;;; 303705 110000)) 4243;;;;;; 705269 384000))
4237;;; Generated autoloads from progmodes/cmacexp.el 4244;;; Generated autoloads from progmodes/cmacexp.el
4238 4245
4239(autoload 'c-macro-expand "cmacexp" "\ 4246(autoload 'c-macro-expand "cmacexp" "\
@@ -4253,8 +4260,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
4253 4260
4254;;;*** 4261;;;***
4255 4262
4256;;;### (autoloads nil "cmuscheme" "cmuscheme.el" (22387 39326 553711 4263;;;### (autoloads nil "cmuscheme" "cmuscheme.el" (22388 5702 612561
4257;;;;;; 358000)) 4264;;;;;; 495000))
4258;;; Generated autoloads from cmuscheme.el 4265;;; Generated autoloads from cmuscheme.el
4259 4266
4260(autoload 'run-scheme "cmuscheme" "\ 4267(autoload 'run-scheme "cmuscheme" "\
@@ -4274,7 +4281,7 @@ is run).
4274 4281
4275;;;*** 4282;;;***
4276 4283
4277;;;### (autoloads nil "color" "color.el" (22387 39326 553711 358000)) 4284;;;### (autoloads nil "color" "color.el" (22388 5702 628561 652000))
4278;;; Generated autoloads from color.el 4285;;; Generated autoloads from color.el
4279 4286
4280(autoload 'color-name-to-rgb "color" "\ 4287(autoload 'color-name-to-rgb "color" "\
@@ -4293,7 +4300,7 @@ If FRAME cannot display COLOR, return nil.
4293 4300
4294;;;*** 4301;;;***
4295 4302
4296;;;### (autoloads nil "comint" "comint.el" (22387 39326 555711 350000)) 4303;;;### (autoloads nil "comint" "comint.el" (22388 5702 673562 95000))
4297;;; Generated autoloads from comint.el 4304;;; Generated autoloads from comint.el
4298 4305
4299(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 4306(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -4394,8 +4401,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4394 4401
4395;;;*** 4402;;;***
4396 4403
4397;;;### (autoloads nil "compare-w" "vc/compare-w.el" (22387 39328 4404;;;### (autoloads nil "compare-w" "vc/compare-w.el" (22388 6390 746328
4398;;;;;; 648703 878000)) 4405;;;;;; 793000))
4399;;; Generated autoloads from vc/compare-w.el 4406;;; Generated autoloads from vc/compare-w.el
4400 4407
4401(autoload 'compare-windows "compare-w" "\ 4408(autoload 'compare-windows "compare-w" "\
@@ -4431,8 +4438,8 @@ on third call it again advances points to the next difference and so on.
4431 4438
4432;;;*** 4439;;;***
4433 4440
4434;;;### (autoloads nil "compile" "progmodes/compile.el" (22387 39328 4441;;;### (autoloads nil "compile" "progmodes/compile.el" (22388 6384
4435;;;;;; 304705 106000)) 4442;;;;;; 791270 230000))
4436;;; Generated autoloads from progmodes/compile.el 4443;;; Generated autoloads from progmodes/compile.el
4437 4444
4438(defvar compilation-mode-hook nil "\ 4445(defvar compilation-mode-hook nil "\
@@ -4613,8 +4620,8 @@ This is the value of `next-error-function' in Compilation buffers.
4613 4620
4614;;;*** 4621;;;***
4615 4622
4616;;;### (autoloads nil "completion" "completion.el" (22387 39326 556711 4623;;;### (autoloads nil "completion" "completion.el" (22388 5702 734562
4617;;;;;; 347000)) 4624;;;;;; 695000))
4618;;; Generated autoloads from completion.el 4625;;; Generated autoloads from completion.el
4619 4626
4620(defvar dynamic-completion-mode nil "\ 4627(defvar dynamic-completion-mode nil "\
@@ -4637,8 +4644,8 @@ if ARG is omitted or nil.
4637 4644
4638;;;*** 4645;;;***
4639 4646
4640;;;### (autoloads nil "conf-mode" "textmodes/conf-mode.el" (22387 4647;;;### (autoloads nil "conf-mode" "textmodes/conf-mode.el" (22388
4641;;;;;; 39328 531704 295000)) 4648;;;;;; 6389 244314 22000))
4642;;; Generated autoloads from textmodes/conf-mode.el 4649;;; Generated autoloads from textmodes/conf-mode.el
4643 4650
4644(autoload 'conf-mode "conf-mode" "\ 4651(autoload 'conf-mode "conf-mode" "\
@@ -4793,8 +4800,8 @@ For details see `conf-mode'. Example:
4793 4800
4794;;;*** 4801;;;***
4795 4802
4796;;;### (autoloads nil "cookie1" "play/cookie1.el" (22387 39328 257705 4803;;;### (autoloads nil "cookie1" "play/cookie1.el" (22388 6383 214254
4797;;;;;; 274000)) 4804;;;;;; 721000))
4798;;; Generated autoloads from play/cookie1.el 4805;;; Generated autoloads from play/cookie1.el
4799 4806
4800(autoload 'cookie "cookie1" "\ 4807(autoload 'cookie "cookie1" "\
@@ -4822,8 +4829,8 @@ and subsequent calls on the same file won't go to disk.
4822 4829
4823;;;*** 4830;;;***
4824 4831
4825;;;### (autoloads nil "copyright" "emacs-lisp/copyright.el" (22387 4832;;;### (autoloads nil "copyright" "emacs-lisp/copyright.el" (22388
4826;;;;;; 39327 287708 737000)) 4833;;;;;; 6369 72115 643000))
4827;;; Generated autoloads from emacs-lisp/copyright.el 4834;;; Generated autoloads from emacs-lisp/copyright.el
4828(put 'copyright-at-end-flag 'safe-local-variable 'booleanp) 4835(put 'copyright-at-end-flag 'safe-local-variable 'booleanp)
4829(put 'copyright-names-regexp 'safe-local-variable 'stringp) 4836(put 'copyright-names-regexp 'safe-local-variable 'stringp)
@@ -4861,8 +4868,8 @@ If FIX is non-nil, run `copyright-fix-years' instead.
4861 4868
4862;;;*** 4869;;;***
4863 4870
4864;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (22387 4871;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (22388
4865;;;;;; 39328 310705 85000)) 4872;;;;;; 6385 218274 429000))
4866;;; Generated autoloads from progmodes/cperl-mode.el 4873;;; Generated autoloads from progmodes/cperl-mode.el
4867(put 'cperl-indent-level 'safe-local-variable 'integerp) 4874(put 'cperl-indent-level 'safe-local-variable 'integerp)
4868(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4875(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -5060,8 +5067,8 @@ Run a `perldoc' on the word around point.
5060 5067
5061;;;*** 5068;;;***
5062 5069
5063;;;### (autoloads nil "cpp" "progmodes/cpp.el" (22387 39328 312705 5070;;;### (autoloads nil "cpp" "progmodes/cpp.el" (22388 6385 395276
5064;;;;;; 77000)) 5071;;;;;; 170000))
5065;;; Generated autoloads from progmodes/cpp.el 5072;;; Generated autoloads from progmodes/cpp.el
5066 5073
5067(autoload 'cpp-highlight-buffer "cpp" "\ 5074(autoload 'cpp-highlight-buffer "cpp" "\
@@ -5079,8 +5086,8 @@ Edit display information for cpp conditionals.
5079 5086
5080;;;*** 5087;;;***
5081 5088
5082;;;### (autoloads nil "crm" "emacs-lisp/crm.el" (22387 39327 288708 5089;;;### (autoloads nil "crm" "emacs-lisp/crm.el" (22388 6369 74115
5083;;;;;; 733000)) 5090;;;;;; 663000))
5084;;; Generated autoloads from emacs-lisp/crm.el 5091;;; Generated autoloads from emacs-lisp/crm.el
5085 5092
5086(autoload 'completing-read-multiple "crm" "\ 5093(autoload 'completing-read-multiple "crm" "\
@@ -5106,8 +5113,8 @@ with empty strings removed.
5106 5113
5107;;;*** 5114;;;***
5108 5115
5109;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (22387 39328 5116;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (22388 6389
5110;;;;;; 532704 292000)) 5117;;;;;; 247314 52000))
5111;;; Generated autoloads from textmodes/css-mode.el 5118;;; Generated autoloads from textmodes/css-mode.el
5112 5119
5113(autoload 'css-mode "css-mode" "\ 5120(autoload 'css-mode "css-mode" "\
@@ -5123,8 +5130,8 @@ Major mode to edit \"Sassy CSS\" files.
5123 5130
5124;;;*** 5131;;;***
5125 5132
5126;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (22387 39327 5133;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (22388 6369
5127;;;;;; 363708 465000)) 5134;;;;;; 804122 842000))
5128;;; Generated autoloads from emulation/cua-base.el 5135;;; Generated autoloads from emulation/cua-base.el
5129 5136
5130(defvar cua-mode nil "\ 5137(defvar cua-mode nil "\
@@ -5170,8 +5177,8 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5170 5177
5171;;;*** 5178;;;***
5172 5179
5173;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (22387 39327 5180;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (22388 6369
5174;;;;;; 364708 462000)) 5181;;;;;; 824123 38000))
5175;;; Generated autoloads from emulation/cua-rect.el 5182;;; Generated autoloads from emulation/cua-rect.el
5176 5183
5177(autoload 'cua-rectangle-mark-mode "cua-rect" "\ 5184(autoload 'cua-rectangle-mark-mode "cua-rect" "\
@@ -5183,7 +5190,7 @@ Activates the region if needed. Only lasts until the region is deactivated.
5183;;;*** 5190;;;***
5184 5191
5185;;;### (autoloads nil "cursor-sensor" "emacs-lisp/cursor-sensor.el" 5192;;;### (autoloads nil "cursor-sensor" "emacs-lisp/cursor-sensor.el"
5186;;;;;; (22387 39327 288708 733000)) 5193;;;;;; (22630 21356 365944 788000))
5187;;; Generated autoloads from emacs-lisp/cursor-sensor.el 5194;;; Generated autoloads from emacs-lisp/cursor-sensor.el
5188 5195
5189(defvar cursor-sensor-inhibit nil) 5196(defvar cursor-sensor-inhibit nil)
@@ -5205,8 +5212,8 @@ is entering the area covered by the text-property property or leaving it.
5205 5212
5206;;;*** 5213;;;***
5207 5214
5208;;;### (autoloads nil "cus-edit" "cus-edit.el" (22421 48064 572733 5215;;;### (autoloads nil "cus-edit" "cus-edit.el" (22630 21356 359944
5209;;;;;; 228000)) 5216;;;;;; 704000))
5210;;; Generated autoloads from cus-edit.el 5217;;; Generated autoloads from cus-edit.el
5211 5218
5212(defvar custom-browse-sort-alphabetically nil "\ 5219(defvar custom-browse-sort-alphabetically nil "\
@@ -5493,7 +5500,7 @@ option itself, into the file you specify, overwriting any
5493`custom-set-variables' and `custom-set-faces' forms already 5500`custom-set-variables' and `custom-set-faces' forms already
5494present in that file. It will not delete any customizations from 5501present in that file. It will not delete any customizations from
5495the old custom file. You should do that manually if that is what you 5502the old custom file. You should do that manually if that is what you
5496want. You also have to put something like `(load \"CUSTOM-FILE\") 5503want. You also have to put something like (load \"CUSTOM-FILE\")
5497in your init file, where CUSTOM-FILE is the actual name of the 5504in your init file, where CUSTOM-FILE is the actual name of the
5498file. Otherwise, Emacs will not load the file when it starts up, 5505file. Otherwise, Emacs will not load the file when it starts up,
5499and hence will not set `custom-file' to that file either.") 5506and hence will not set `custom-file' to that file either.")
@@ -5526,8 +5533,8 @@ The format is suitable for use with `easy-menu-define'.
5526 5533
5527;;;*** 5534;;;***
5528 5535
5529;;;### (autoloads nil "cus-theme" "cus-theme.el" (22387 39326 564711 5536;;;### (autoloads nil "cus-theme" "cus-theme.el" (22388 5702 879564
5530;;;;;; 318000)) 5537;;;;;; 121000))
5531;;; Generated autoloads from cus-theme.el 5538;;; Generated autoloads from cus-theme.el
5532 5539
5533(autoload 'customize-create-theme "cus-theme" "\ 5540(autoload 'customize-create-theme "cus-theme" "\
@@ -5560,8 +5567,8 @@ omitted, a buffer named *Custom Themes* is used.
5560 5567
5561;;;*** 5568;;;***
5562 5569
5563;;;### (autoloads nil "cvs-status" "vc/cvs-status.el" (22387 39328 5570;;;### (autoloads nil "cvs-status" "vc/cvs-status.el" (22388 6390
5564;;;;;; 649703 874000)) 5571;;;;;; 747328 803000))
5565;;; Generated autoloads from vc/cvs-status.el 5572;;; Generated autoloads from vc/cvs-status.el
5566 5573
5567(autoload 'cvs-status-mode "cvs-status" "\ 5574(autoload 'cvs-status-mode "cvs-status" "\
@@ -5571,8 +5578,8 @@ Mode used for cvs status output.
5571 5578
5572;;;*** 5579;;;***
5573 5580
5574;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (22387 39328 313705 5581;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (22388 6385 438276
5575;;;;;; 74000)) 5582;;;;;; 593000))
5576;;; Generated autoloads from progmodes/cwarn.el 5583;;; Generated autoloads from progmodes/cwarn.el
5577(push (purecopy '(cwarn 1 3 1)) package--builtin-versions) 5584(push (purecopy '(cwarn 1 3 1)) package--builtin-versions)
5578 5585
@@ -5617,8 +5624,8 @@ See `cwarn-mode' for more information on Cwarn mode.
5617 5624
5618;;;*** 5625;;;***
5619 5626
5620;;;### (autoloads nil "cyril-util" "language/cyril-util.el" (22387 5627;;;### (autoloads nil "cyril-util" "language/cyril-util.el" (22388
5621;;;;;; 39327 648707 448000)) 5628;;;;;; 6374 956173 509000))
5622;;; Generated autoloads from language/cyril-util.el 5629;;; Generated autoloads from language/cyril-util.el
5623 5630
5624(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5631(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5646,8 +5653,8 @@ If the argument is nil, we return the display table to its standard state.
5646 5653
5647;;;*** 5654;;;***
5648 5655
5649;;;### (autoloads nil "dabbrev" "dabbrev.el" (22578 62356 713212 5656;;;### (autoloads nil "dabbrev" "dabbrev.el" (22587 10177 762473
5650;;;;;; 175000)) 5657;;;;;; 509000))
5651;;; Generated autoloads from dabbrev.el 5658;;; Generated autoloads from dabbrev.el
5652(put 'dabbrev-case-fold-search 'risky-local-variable t) 5659(put 'dabbrev-case-fold-search 'risky-local-variable t)
5653(put 'dabbrev-case-replace 'risky-local-variable t) 5660(put 'dabbrev-case-replace 'risky-local-variable t)
@@ -5696,8 +5703,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5696 5703
5697;;;*** 5704;;;***
5698 5705
5699;;;### (autoloads nil "data-debug" "cedet/data-debug.el" (22387 39327 5706;;;### (autoloads nil "data-debug" "cedet/data-debug.el" (22388 6368
5700;;;;;; 134709 283000)) 5707;;;;;; 422109 251000))
5701;;; Generated autoloads from cedet/data-debug.el 5708;;; Generated autoloads from cedet/data-debug.el
5702 5709
5703(autoload 'data-debug-new-buffer "data-debug" "\ 5710(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5707,7 +5714,7 @@ Create a new data-debug buffer with NAME.
5707 5714
5708;;;*** 5715;;;***
5709 5716
5710;;;### (autoloads nil "dbus" "net/dbus.el" (22387 39327 967706 309000)) 5717;;;### (autoloads nil "dbus" "net/dbus.el" (22388 6377 308196 639000))
5711;;; Generated autoloads from net/dbus.el 5718;;; Generated autoloads from net/dbus.el
5712 5719
5713(autoload 'dbus-handle-event "dbus" "\ 5720(autoload 'dbus-handle-event "dbus" "\
@@ -5720,8 +5727,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message.
5720 5727
5721;;;*** 5728;;;***
5722 5729
5723;;;### (autoloads nil "dcl-mode" "progmodes/dcl-mode.el" (22387 39328 5730;;;### (autoloads nil "dcl-mode" "progmodes/dcl-mode.el" (22388 6385
5724;;;;;; 313705 74000)) 5731;;;;;; 479276 996000))
5725;;; Generated autoloads from progmodes/dcl-mode.el 5732;;; Generated autoloads from progmodes/dcl-mode.el
5726 5733
5727(autoload 'dcl-mode "dcl-mode" "\ 5734(autoload 'dcl-mode "dcl-mode" "\
@@ -5847,8 +5854,8 @@ There is some minimal font-lock support (see vars
5847 5854
5848;;;*** 5855;;;***
5849 5856
5850;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (22387 39327 5857;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (22388 6369 75115
5851;;;;;; 289708 730000)) 5858;;;;;; 673000))
5852;;; Generated autoloads from emacs-lisp/debug.el 5859;;; Generated autoloads from emacs-lisp/debug.el
5853 5860
5854(setq debugger 'debug) 5861(setq debugger 'debug)
@@ -5891,8 +5898,8 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5891 5898
5892;;;*** 5899;;;***
5893 5900
5894;;;### (autoloads nil "decipher" "play/decipher.el" (22387 39328 5901;;;### (autoloads nil "decipher" "play/decipher.el" (22388 6383 232254
5895;;;;;; 258705 270000)) 5902;;;;;; 898000))
5896;;; Generated autoloads from play/decipher.el 5903;;; Generated autoloads from play/decipher.el
5897 5904
5898(autoload 'decipher "decipher" "\ 5905(autoload 'decipher "decipher" "\
@@ -5920,8 +5927,8 @@ The most useful commands are:
5920 5927
5921;;;*** 5928;;;***
5922 5929
5923;;;### (autoloads nil "delim-col" "delim-col.el" (22387 39326 566711 5930;;;### (autoloads nil "delim-col" "delim-col.el" (22388 5703 6565
5924;;;;;; 311000)) 5931;;;;;; 369000))
5925;;; Generated autoloads from delim-col.el 5932;;; Generated autoloads from delim-col.el
5926(push (purecopy '(delim-col 2 1)) package--builtin-versions) 5933(push (purecopy '(delim-col 2 1)) package--builtin-versions)
5927 5934
@@ -5946,7 +5953,7 @@ START and END delimits the corners of text rectangle.
5946 5953
5947;;;*** 5954;;;***
5948 5955
5949;;;### (autoloads nil "delsel" "delsel.el" (22387 39326 566711 311000)) 5956;;;### (autoloads nil "delsel" "delsel.el" (22388 5703 9565 399000))
5950;;; Generated autoloads from delsel.el 5957;;; Generated autoloads from delsel.el
5951 5958
5952(defalias 'pending-delete-mode 'delete-selection-mode) 5959(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -5979,8 +5986,8 @@ information on adapting behavior of commands in Delete Selection mode.
5979 5986
5980;;;*** 5987;;;***
5981 5988
5982;;;### (autoloads nil "derived" "emacs-lisp/derived.el" (22387 39327 5989;;;### (autoloads nil "derived" "emacs-lisp/derived.el" (22388 6369
5983;;;;;; 289708 730000)) 5990;;;;;; 111116 27000))
5984;;; Generated autoloads from emacs-lisp/derived.el 5991;;; Generated autoloads from emacs-lisp/derived.el
5985 5992
5986(autoload 'define-derived-mode "derived" "\ 5993(autoload 'define-derived-mode "derived" "\
@@ -6046,8 +6053,8 @@ the first time the mode is used.
6046 6053
6047;;;*** 6054;;;***
6048 6055
6049;;;### (autoloads nil "descr-text" "descr-text.el" (22387 39326 567711 6056;;;### (autoloads nil "descr-text" "descr-text.el" (22388 5703 27565
6050;;;;;; 307000)) 6057;;;;;; 576000))
6051;;; Generated autoloads from descr-text.el 6058;;; Generated autoloads from descr-text.el
6052 6059
6053(autoload 'describe-text-properties "descr-text" "\ 6060(autoload 'describe-text-properties "descr-text" "\
@@ -6096,8 +6103,8 @@ This function is meant to be used as a value of
6096 6103
6097;;;*** 6104;;;***
6098 6105
6099;;;### (autoloads nil "desktop" "desktop.el" (22387 39326 567711 6106;;;### (autoloads nil "desktop" "desktop.el" (22630 21356 360944
6100;;;;;; 307000)) 6107;;;;;; 718000))
6101;;; Generated autoloads from desktop.el 6108;;; Generated autoloads from desktop.el
6102 6109
6103(defvar desktop-save-mode nil "\ 6110(defvar desktop-save-mode nil "\
@@ -6325,8 +6332,8 @@ Revert to the last loaded desktop.
6325 6332
6326;;;*** 6333;;;***
6327 6334
6328;;;### (autoloads nil "deuglify" "gnus/deuglify.el" (22387 39327 6335;;;### (autoloads nil "deuglify" "gnus/deuglify.el" (22388 6371 666141
6329;;;;;; 448708 162000)) 6336;;;;;; 154000))
6330;;; Generated autoloads from gnus/deuglify.el 6337;;; Generated autoloads from gnus/deuglify.el
6331 6338
6332(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 6339(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -6358,8 +6365,8 @@ Deuglify broken Outlook (Express) articles and redisplay.
6358 6365
6359;;;*** 6366;;;***
6360 6367
6361;;;### (autoloads nil "diary-lib" "calendar/diary-lib.el" (22387 6368;;;### (autoloads nil "diary-lib" "calendar/diary-lib.el" (22388
6362;;;;;; 39327 108709 376000)) 6369;;;;;; 6368 72105 809000))
6363;;; Generated autoloads from calendar/diary-lib.el 6370;;; Generated autoloads from calendar/diary-lib.el
6364 6371
6365(autoload 'diary "diary-lib" "\ 6372(autoload 'diary "diary-lib" "\
@@ -6401,7 +6408,7 @@ Major mode for editing the diary file.
6401 6408
6402;;;*** 6409;;;***
6403 6410
6404;;;### (autoloads nil "diff" "vc/diff.el" (22387 39328 651703 867000)) 6411;;;### (autoloads nil "diff" "vc/diff.el" (22388 6390 787329 197000))
6405;;; Generated autoloads from vc/diff.el 6412;;; Generated autoloads from vc/diff.el
6406 6413
6407(defvar diff-switches (purecopy "-u") "\ 6414(defvar diff-switches (purecopy "-u") "\
@@ -6449,8 +6456,8 @@ This requires the external program `diff' to be in your `exec-path'.
6449 6456
6450;;;*** 6457;;;***
6451 6458
6452;;;### (autoloads nil "diff-mode" "vc/diff-mode.el" (22387 39328 6459;;;### (autoloads nil "diff-mode" "vc/diff-mode.el" (22388 6390 785329
6453;;;;;; 650703 871000)) 6460;;;;;; 177000))
6454;;; Generated autoloads from vc/diff-mode.el 6461;;; Generated autoloads from vc/diff-mode.el
6455 6462
6456(autoload 'diff-mode "diff-mode" "\ 6463(autoload 'diff-mode "diff-mode" "\
@@ -6482,7 +6489,7 @@ the mode if ARG is omitted or nil.
6482 6489
6483;;;*** 6490;;;***
6484 6491
6485;;;### (autoloads nil "dig" "net/dig.el" (22387 39327 967706 309000)) 6492;;;### (autoloads nil "dig" "net/dig.el" (22388 6377 355197 101000))
6486;;; Generated autoloads from net/dig.el 6493;;; Generated autoloads from net/dig.el
6487 6494
6488(autoload 'dig "dig" "\ 6495(autoload 'dig "dig" "\
@@ -6493,7 +6500,7 @@ Optional arguments are passed to `dig-invoke'.
6493 6500
6494;;;*** 6501;;;***
6495 6502
6496;;;### (autoloads nil "dired" "dired.el" (22579 9748 130924 321000)) 6503;;;### (autoloads nil "dired" "dired.el" (22630 21356 363944 760000))
6497;;; Generated autoloads from dired.el 6504;;; Generated autoloads from dired.el
6498 6505
6499(defvar dired-listing-switches (purecopy "-al") "\ 6506(defvar dired-listing-switches (purecopy "-al") "\
@@ -6619,8 +6626,8 @@ Keybindings:
6619 6626
6620;;;*** 6627;;;***
6621 6628
6622;;;### (autoloads nil "dirtrack" "dirtrack.el" (22387 39326 575711 6629;;;### (autoloads nil "dirtrack" "dirtrack.el" (22388 5703 290568
6623;;;;;; 279000)) 6630;;;;;; 163000))
6624;;; Generated autoloads from dirtrack.el 6631;;; Generated autoloads from dirtrack.el
6625 6632
6626(autoload 'dirtrack-mode "dirtrack" "\ 6633(autoload 'dirtrack-mode "dirtrack" "\
@@ -6650,8 +6657,8 @@ from `default-directory'.
6650 6657
6651;;;*** 6658;;;***
6652 6659
6653;;;### (autoloads nil "disass" "emacs-lisp/disass.el" (22387 39327 6660;;;### (autoloads nil "disass" "emacs-lisp/disass.el" (22388 6369
6654;;;;;; 290708 726000)) 6661;;;;;; 111116 27000))
6655;;; Generated autoloads from emacs-lisp/disass.el 6662;;; Generated autoloads from emacs-lisp/disass.el
6656 6663
6657(autoload 'disassemble "disass" "\ 6664(autoload 'disassemble "disass" "\
@@ -6665,8 +6672,8 @@ redefine OBJECT if it is a symbol.
6665 6672
6666;;;*** 6673;;;***
6667 6674
6668;;;### (autoloads nil "disp-table" "disp-table.el" (22387 39326 576711 6675;;;### (autoloads nil "disp-table" "disp-table.el" (22388 5703 328568
6669;;;;;; 275000)) 6676;;;;;; 537000))
6670;;; Generated autoloads from disp-table.el 6677;;; Generated autoloads from disp-table.el
6671 6678
6672(autoload 'make-display-table "disp-table" "\ 6679(autoload 'make-display-table "disp-table" "\
@@ -6787,8 +6794,8 @@ in `.emacs'.
6787 6794
6788;;;*** 6795;;;***
6789 6796
6790;;;### (autoloads nil "dissociate" "play/dissociate.el" (22387 39328 6797;;;### (autoloads nil "dissociate" "play/dissociate.el" (22388 6383
6791;;;;;; 258705 270000)) 6798;;;;;; 236254 937000))
6792;;; Generated autoloads from play/dissociate.el 6799;;; Generated autoloads from play/dissociate.el
6793 6800
6794(autoload 'dissociated-press "dissociate" "\ 6801(autoload 'dissociated-press "dissociate" "\
@@ -6804,7 +6811,7 @@ Default is 2.
6804 6811
6805;;;*** 6812;;;***
6806 6813
6807;;;### (autoloads nil "dnd" "dnd.el" (22387 39326 576711 275000)) 6814;;;### (autoloads nil "dnd" "dnd.el" (22388 5703 329568 547000))
6808;;; Generated autoloads from dnd.el 6815;;; Generated autoloads from dnd.el
6809 6816
6810(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)) "\ 6817(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)) "\
@@ -6824,8 +6831,8 @@ if some action was made, or nil if the URL is ignored.")
6824 6831
6825;;;*** 6832;;;***
6826 6833
6827;;;### (autoloads nil "dns-mode" "textmodes/dns-mode.el" (22387 39328 6834;;;### (autoloads nil "dns-mode" "textmodes/dns-mode.el" (22388 6389
6828;;;;;; 532704 292000)) 6835;;;;;; 248314 61000))
6829;;; Generated autoloads from textmodes/dns-mode.el 6836;;; Generated autoloads from textmodes/dns-mode.el
6830 6837
6831(autoload 'dns-mode "dns-mode" "\ 6838(autoload 'dns-mode "dns-mode" "\
@@ -6848,8 +6855,8 @@ Locate SOA record and increment the serial field.
6848 6855
6849;;;*** 6856;;;***
6850 6857
6851;;;### (autoloads nil "doc-view" "doc-view.el" (22387 39326 577711 6858;;;### (autoloads nil "doc-view" "doc-view.el" (22388 5703 332568
6852;;;;;; 272000)) 6859;;;;;; 576000))
6853;;; Generated autoloads from doc-view.el 6860;;; Generated autoloads from doc-view.el
6854 6861
6855(autoload 'doc-view-mode-p "doc-view" "\ 6862(autoload 'doc-view-mode-p "doc-view" "\
@@ -6895,8 +6902,8 @@ See the command `doc-view-mode' for more information on this mode.
6895 6902
6896;;;*** 6903;;;***
6897 6904
6898;;;### (autoloads nil "doctor" "play/doctor.el" (22387 39328 259705 6905;;;### (autoloads nil "doctor" "play/doctor.el" (22388 6383 237254
6899;;;;;; 267000)) 6906;;;;;; 947000))
6900;;; Generated autoloads from play/doctor.el 6907;;; Generated autoloads from play/doctor.el
6901 6908
6902(autoload 'doctor "doctor" "\ 6909(autoload 'doctor "doctor" "\
@@ -6906,7 +6913,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6906 6913
6907;;;*** 6914;;;***
6908 6915
6909;;;### (autoloads nil "double" "double.el" (22387 39326 589711 229000)) 6916;;;### (autoloads nil "double" "double.el" (22388 5703 374568 989000))
6910;;; Generated autoloads from double.el 6917;;; Generated autoloads from double.el
6911 6918
6912(autoload 'double-mode "double" "\ 6919(autoload 'double-mode "double" "\
@@ -6922,8 +6929,8 @@ strings when pressed twice. See `double-map' for details.
6922 6929
6923;;;*** 6930;;;***
6924 6931
6925;;;### (autoloads nil "dunnet" "play/dunnet.el" (22387 39328 260705 6932;;;### (autoloads nil "dunnet" "play/dunnet.el" (22388 6383 302255
6926;;;;;; 263000)) 6933;;;;;; 586000))
6927;;; Generated autoloads from play/dunnet.el 6934;;; Generated autoloads from play/dunnet.el
6928(push (purecopy '(dunnet 2 2)) package--builtin-versions) 6935(push (purecopy '(dunnet 2 2)) package--builtin-versions)
6929 6936
@@ -6934,8 +6941,8 @@ Switch to *dungeon* buffer and start game.
6934 6941
6935;;;*** 6942;;;***
6936 6943
6937;;;### (autoloads nil "easy-mmode" "emacs-lisp/easy-mmode.el" (22387 6944;;;### (autoloads nil "easy-mmode" "emacs-lisp/easy-mmode.el" (22630
6938;;;;;; 39327 291708 723000)) 6945;;;;;; 21356 366944 802000))
6939;;; Generated autoloads from emacs-lisp/easy-mmode.el 6946;;; Generated autoloads from emacs-lisp/easy-mmode.el
6940 6947
6941(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6948(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -6964,9 +6971,10 @@ Optional LIGHTER is displayed in the mode line when the mode is on.
6964Optional KEYMAP is the default keymap bound to the mode keymap. 6971Optional KEYMAP is the default keymap bound to the mode keymap.
6965 If non-nil, it should be a variable name (whose value is a keymap), 6972 If non-nil, it should be a variable name (whose value is a keymap),
6966 or an expression that returns either a keymap or a list of 6973 or an expression that returns either a keymap or a list of
6967 arguments for `easy-mmode-define-keymap'. If you supply a KEYMAP 6974 (KEY . BINDING) pairs where KEY and BINDING are suitable for
6968 argument that is not a symbol, this macro defines the variable 6975 `define-key'. If you supply a KEYMAP argument that is not a
6969 MODE-map and gives it the value that KEYMAP specifies. 6976 symbol, this macro defines the variable MODE-map and gives it
6977 the value that KEYMAP specifies.
6970 6978
6971BODY contains code to execute each time the mode is enabled or disabled. 6979BODY contains code to execute each time the mode is enabled or disabled.
6972 It is executed after toggling the mode, and before running MODE-hook. 6980 It is executed after toggling the mode, and before running MODE-hook.
@@ -7077,8 +7085,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
7077 7085
7078;;;*** 7086;;;***
7079 7087
7080;;;### (autoloads nil "easymenu" "emacs-lisp/easymenu.el" (22387 7088;;;### (autoloads nil "easymenu" "emacs-lisp/easymenu.el" (22388
7081;;;;;; 39327 291708 723000)) 7089;;;;;; 6369 115116 66000))
7082;;; Generated autoloads from emacs-lisp/easymenu.el 7090;;; Generated autoloads from emacs-lisp/easymenu.el
7083 7091
7084(autoload 'easy-menu-define "easymenu" "\ 7092(autoload 'easy-menu-define "easymenu" "\
@@ -7216,8 +7224,8 @@ To implement dynamic menus, either call this from
7216 7224
7217;;;*** 7225;;;***
7218 7226
7219;;;### (autoloads nil "ebnf2ps" "progmodes/ebnf2ps.el" (22387 39328 7227;;;### (autoloads nil "ebnf2ps" "progmodes/ebnf2ps.el" (22388 6385
7220;;;;;; 319705 52000)) 7228;;;;;; 685279 22000))
7221;;; Generated autoloads from progmodes/ebnf2ps.el 7229;;; Generated autoloads from progmodes/ebnf2ps.el
7222(push (purecopy '(ebnf2ps 4 4)) package--builtin-versions) 7230(push (purecopy '(ebnf2ps 4 4)) package--builtin-versions)
7223 7231
@@ -7482,8 +7490,8 @@ See `ebnf-style-database' documentation.
7482 7490
7483;;;*** 7491;;;***
7484 7492
7485;;;### (autoloads nil "ebrowse" "progmodes/ebrowse.el" (22387 39328 7493;;;### (autoloads nil "ebrowse" "progmodes/ebrowse.el" (22388 6385
7486;;;;;; 321705 45000)) 7494;;;;;; 813280 281000))
7487;;; Generated autoloads from progmodes/ebrowse.el 7495;;; Generated autoloads from progmodes/ebrowse.el
7488 7496
7489(autoload 'ebrowse-tree-mode "ebrowse" "\ 7497(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7631,8 +7639,8 @@ Display statistics for a class tree.
7631 7639
7632;;;*** 7640;;;***
7633 7641
7634;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (22387 39326 590711 7642;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (22388 5703 376569
7635;;;;;; 225000)) 7643;;;;;; 8000))
7636;;; Generated autoloads from ebuff-menu.el 7644;;; Generated autoloads from ebuff-menu.el
7637 7645
7638(autoload 'electric-buffer-list "ebuff-menu" "\ 7646(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7664,8 +7672,8 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7664 7672
7665;;;*** 7673;;;***
7666 7674
7667;;;### (autoloads nil "echistory" "echistory.el" (22387 39326 591711 7675;;;### (autoloads nil "echistory" "echistory.el" (22388 5703 407569
7668;;;;;; 222000)) 7676;;;;;; 313000))
7669;;; Generated autoloads from echistory.el 7677;;; Generated autoloads from echistory.el
7670 7678
7671(autoload 'Electric-command-history-redo-expression "echistory" "\ 7679(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7676,8 +7684,8 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7676 7684
7677;;;*** 7685;;;***
7678 7686
7679;;;### (autoloads nil "ecomplete" "gnus/ecomplete.el" (22387 39327 7687;;;### (autoloads nil "ecomplete" "gnus/ecomplete.el" (22388 6371
7680;;;;;; 448708 162000)) 7688;;;;;; 666141 154000))
7681;;; Generated autoloads from gnus/ecomplete.el 7689;;; Generated autoloads from gnus/ecomplete.el
7682 7690
7683(autoload 'ecomplete-setup "ecomplete" "\ 7691(autoload 'ecomplete-setup "ecomplete" "\
@@ -7687,7 +7695,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7687 7695
7688;;;*** 7696;;;***
7689 7697
7690;;;### (autoloads nil "ede" "cedet/ede.el" (22387 39327 135709 280000)) 7698;;;### (autoloads nil "ede" "cedet/ede.el" (22388 6368 441109 438000))
7691;;; Generated autoloads from cedet/ede.el 7699;;; Generated autoloads from cedet/ede.el
7692(push (purecopy '(ede 1 2)) package--builtin-versions) 7700(push (purecopy '(ede 1 2)) package--builtin-versions)
7693 7701
@@ -7714,8 +7722,8 @@ an EDE controlled project.
7714 7722
7715;;;*** 7723;;;***
7716 7724
7717;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (22387 39327 7725;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (22388 6369
7718;;;;;; 293708 716000)) 7726;;;;;; 157116 479000))
7719;;; Generated autoloads from emacs-lisp/edebug.el 7727;;; Generated autoloads from emacs-lisp/edebug.el
7720 7728
7721(defvar edebug-all-defs nil "\ 7729(defvar edebug-all-defs nil "\
@@ -7779,7 +7787,7 @@ Toggle edebugging of all forms.
7779 7787
7780;;;*** 7788;;;***
7781 7789
7782;;;### (autoloads nil "ediff" "vc/ediff.el" (22387 39328 660703 835000)) 7790;;;### (autoloads nil "ediff" "vc/ediff.el" (22388 6391 36331 645000))
7783;;; Generated autoloads from vc/ediff.el 7791;;; Generated autoloads from vc/ediff.el
7784(push (purecopy '(ediff 2 81 4)) package--builtin-versions) 7792(push (purecopy '(ediff 2 81 4)) package--builtin-versions)
7785 7793
@@ -8051,8 +8059,8 @@ With optional NODE, goes to that node.
8051 8059
8052;;;*** 8060;;;***
8053 8061
8054;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (22387 39328 8062;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (22388 6390
8055;;;;;; 653703 860000)) 8063;;;;;; 831329 629000))
8056;;; Generated autoloads from vc/ediff-help.el 8064;;; Generated autoloads from vc/ediff-help.el
8057 8065
8058(autoload 'ediff-customize "ediff-help" "\ 8066(autoload 'ediff-customize "ediff-help" "\
@@ -8062,8 +8070,8 @@ With optional NODE, goes to that node.
8062 8070
8063;;;*** 8071;;;***
8064 8072
8065;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (22387 39328 8073;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (22388 6390
8066;;;;;; 656703 849000)) 8074;;;;;; 876330 72000))
8067;;; Generated autoloads from vc/ediff-mult.el 8075;;; Generated autoloads from vc/ediff-mult.el
8068 8076
8069(autoload 'ediff-show-registry "ediff-mult" "\ 8077(autoload 'ediff-show-registry "ediff-mult" "\
@@ -8075,8 +8083,8 @@ Display Ediff's registry.
8075 8083
8076;;;*** 8084;;;***
8077 8085
8078;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (22387 39328 8086;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (22630 21356
8079;;;;;; 658703 842000)) 8087;;;;;; 413945 462000))
8080;;; Generated autoloads from vc/ediff-util.el 8088;;; Generated autoloads from vc/ediff-util.el
8081 8089
8082(autoload 'ediff-toggle-multiframe "ediff-util" "\ 8090(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -8095,8 +8103,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
8095 8103
8096;;;*** 8104;;;***
8097 8105
8098;;;### (autoloads nil "edmacro" "edmacro.el" (22387 39326 591711 8106;;;### (autoloads nil "edmacro" "edmacro.el" (22388 5703 410569 343000))
8099;;;;;; 222000))
8100;;; Generated autoloads from edmacro.el 8107;;; Generated autoloads from edmacro.el
8101(push (purecopy '(edmacro 2 1)) package--builtin-versions) 8108(push (purecopy '(edmacro 2 1)) package--builtin-versions)
8102 8109
@@ -8145,8 +8152,8 @@ or nil, use a compact 80-column format.
8145 8152
8146;;;*** 8153;;;***
8147 8154
8148;;;### (autoloads nil "edt" "emulation/edt.el" (22578 62356 717212 8155;;;### (autoloads nil "edt" "emulation/edt.el" (22587 10177 767473
8149;;;;;; 153000)) 8156;;;;;; 579000))
8150;;; Generated autoloads from emulation/edt.el 8157;;; Generated autoloads from emulation/edt.el
8151 8158
8152(autoload 'edt-set-scroll-margins "edt" "\ 8159(autoload 'edt-set-scroll-margins "edt" "\
@@ -8163,7 +8170,7 @@ Turn on EDT Emulation.
8163 8170
8164;;;*** 8171;;;***
8165 8172
8166;;;### (autoloads nil "ehelp" "ehelp.el" (22387 39326 592711 218000)) 8173;;;### (autoloads nil "ehelp" "ehelp.el" (22388 5703 411569 352000))
8167;;; Generated autoloads from ehelp.el 8174;;; Generated autoloads from ehelp.el
8168 8175
8169(autoload 'with-electric-help "ehelp" "\ 8176(autoload 'with-electric-help "ehelp" "\
@@ -8199,15 +8206,15 @@ BUFFER is put back into its original major mode.
8199 8206
8200;;;*** 8207;;;***
8201 8208
8202;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (22387 39327 8209;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (22388 6369 284117
8203;;;;;; 299708 694000)) 8210;;;;;; 728000))
8204;;; Generated autoloads from emacs-lisp/eieio.el 8211;;; Generated autoloads from emacs-lisp/eieio.el
8205(push (purecopy '(eieio 1 4)) package--builtin-versions) 8212(push (purecopy '(eieio 1 4)) package--builtin-versions)
8206 8213
8207;;;*** 8214;;;***
8208 8215
8209;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (22578 8216;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (22587
8210;;;;;; 62356 716212 159000)) 8217;;;;;; 10177 766473 565000))
8211;;; Generated autoloads from emacs-lisp/eieio-core.el 8218;;; Generated autoloads from emacs-lisp/eieio-core.el
8212(push (purecopy '(eieio-core 1 4)) package--builtin-versions) 8219(push (purecopy '(eieio-core 1 4)) package--builtin-versions)
8213 8220
@@ -8223,8 +8230,8 @@ It creates an autoload function for CNAME's constructor.
8223 8230
8224;;;*** 8231;;;***
8225 8232
8226;;;### (autoloads nil "elec-pair" "elec-pair.el" (22387 39326 592711 8233;;;### (autoloads nil "elec-pair" "elec-pair.el" (22388 5703 414569
8227;;;;;; 218000)) 8234;;;;;; 382000))
8228;;; Generated autoloads from elec-pair.el 8235;;; Generated autoloads from elec-pair.el
8229 8236
8230(defvar electric-pair-text-pairs '((34 . 34)) "\ 8237(defvar electric-pair-text-pairs '((34 . 34)) "\
@@ -8266,8 +8273,8 @@ Toggle `electric-pair-mode' only in this buffer.
8266 8273
8267;;;*** 8274;;;***
8268 8275
8269;;;### (autoloads nil "elide-head" "elide-head.el" (22387 39326 593711 8276;;;### (autoloads nil "elide-head" "elide-head.el" (22388 5703 450569
8270;;;;;; 215000)) 8277;;;;;; 736000))
8271;;; Generated autoloads from elide-head.el 8278;;; Generated autoloads from elide-head.el
8272 8279
8273(autoload 'elide-head "elide-head" "\ 8280(autoload 'elide-head "elide-head" "\
@@ -8282,8 +8289,8 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8282 8289
8283;;;*** 8290;;;***
8284 8291
8285;;;### (autoloads nil "elint" "emacs-lisp/elint.el" (22387 39327 8292;;;### (autoloads nil "elint" "emacs-lisp/elint.el" (22388 6369 300117
8286;;;;;; 300708 690000)) 8293;;;;;; 885000))
8287;;; Generated autoloads from emacs-lisp/elint.el 8294;;; Generated autoloads from emacs-lisp/elint.el
8288 8295
8289(autoload 'elint-file "elint" "\ 8296(autoload 'elint-file "elint" "\
@@ -8318,8 +8325,8 @@ optional prefix argument REINIT is non-nil.
8318 8325
8319;;;*** 8326;;;***
8320 8327
8321;;;### (autoloads nil "elp" "emacs-lisp/elp.el" (22387 39327 301708 8328;;;### (autoloads nil "elp" "emacs-lisp/elp.el" (22388 6369 328118
8322;;;;;; 687000)) 8329;;;;;; 161000))
8323;;; Generated autoloads from emacs-lisp/elp.el 8330;;; Generated autoloads from emacs-lisp/elp.el
8324 8331
8325(autoload 'elp-instrument-function "elp" "\ 8332(autoload 'elp-instrument-function "elp" "\
@@ -8353,8 +8360,8 @@ displayed.
8353 8360
8354;;;*** 8361;;;***
8355 8362
8356;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (22387 39326 594711 8363;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (22388 5703 453569
8357;;;;;; 211000)) 8364;;;;;; 765000))
8358;;; Generated autoloads from emacs-lock.el 8365;;; Generated autoloads from emacs-lock.el
8359 8366
8360(autoload 'emacs-lock-mode "emacs-lock" "\ 8367(autoload 'emacs-lock-mode "emacs-lock" "\
@@ -8381,8 +8388,8 @@ Other values are interpreted as usual.
8381 8388
8382;;;*** 8389;;;***
8383 8390
8384;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (22578 62356 8391;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (22587 10177
8385;;;;;; 725212 110000)) 8392;;;;;; 779473 747000))
8386;;; Generated autoloads from mail/emacsbug.el 8393;;; Generated autoloads from mail/emacsbug.el
8387 8394
8388(autoload 'report-emacs-bug "emacsbug" "\ 8395(autoload 'report-emacs-bug "emacsbug" "\
@@ -8395,8 +8402,7 @@ Prompts for bug subject. Leaves you in a mail buffer.
8395 8402
8396;;;*** 8403;;;***
8397 8404
8398;;;### (autoloads nil "emerge" "vc/emerge.el" (22387 39328 661703 8405;;;### (autoloads nil "emerge" "vc/emerge.el" (22388 6391 68331 960000))
8399;;;;;; 831000))
8400;;; Generated autoloads from vc/emerge.el 8406;;; Generated autoloads from vc/emerge.el
8401 8407
8402(autoload 'emerge-files "emerge" "\ 8408(autoload 'emerge-files "emerge" "\
@@ -8456,8 +8462,8 @@ Emerge two RCS revisions of a file, with another revision as ancestor.
8456 8462
8457;;;*** 8463;;;***
8458 8464
8459;;;### (autoloads nil "enriched" "textmodes/enriched.el" (22387 39328 8465;;;### (autoloads nil "enriched" "textmodes/enriched.el" (22388 6389
8460;;;;;; 533704 288000)) 8466;;;;;; 248314 61000))
8461;;; Generated autoloads from textmodes/enriched.el 8467;;; Generated autoloads from textmodes/enriched.el
8462 8468
8463(autoload 'enriched-mode "enriched" "\ 8469(autoload 'enriched-mode "enriched" "\
@@ -8492,7 +8498,7 @@ Commands:
8492 8498
8493;;;*** 8499;;;***
8494 8500
8495;;;### (autoloads nil "epa" "epa.el" (22387 39326 603711 179000)) 8501;;;### (autoloads nil "epa" "epa.el" (22388 5703 490570 130000))
8496;;; Generated autoloads from epa.el 8502;;; Generated autoloads from epa.el
8497 8503
8498(autoload 'epa-list-keys "epa" "\ 8504(autoload 'epa-list-keys "epa" "\
@@ -8680,8 +8686,8 @@ Insert selected KEYS after the point.
8680 8686
8681;;;*** 8687;;;***
8682 8688
8683;;;### (autoloads nil "epa-dired" "epa-dired.el" (22387 39326 594711 8689;;;### (autoloads nil "epa-dired" "epa-dired.el" (22388 5703 456569
8684;;;;;; 211000)) 8690;;;;;; 795000))
8685;;; Generated autoloads from epa-dired.el 8691;;; Generated autoloads from epa-dired.el
8686 8692
8687(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8693(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8706,8 +8712,8 @@ Encrypt marked files.
8706 8712
8707;;;*** 8713;;;***
8708 8714
8709;;;### (autoloads nil "epa-file" "epa-file.el" (22387 39326 595711 8715;;;### (autoloads nil "epa-file" "epa-file.el" (22388 5703 456569
8710;;;;;; 208000)) 8716;;;;;; 795000))
8711;;; Generated autoloads from epa-file.el 8717;;; Generated autoloads from epa-file.el
8712 8718
8713(autoload 'epa-file-handler "epa-file" "\ 8719(autoload 'epa-file-handler "epa-file" "\
@@ -8727,8 +8733,8 @@ Encrypt marked files.
8727 8733
8728;;;*** 8734;;;***
8729 8735
8730;;;### (autoloads nil "epa-mail" "epa-mail.el" (22387 39326 595711 8736;;;### (autoloads nil "epa-mail" "epa-mail.el" (22388 5703 459569
8731;;;;;; 208000)) 8737;;;;;; 824000))
8732;;; Generated autoloads from epa-mail.el 8738;;; Generated autoloads from epa-mail.el
8733 8739
8734(autoload 'epa-mail-mode "epa-mail" "\ 8740(autoload 'epa-mail-mode "epa-mail" "\
@@ -8806,7 +8812,7 @@ if ARG is omitted or nil.
8806 8812
8807;;;*** 8813;;;***
8808 8814
8809;;;### (autoloads nil "epg" "epg.el" (22387 39326 604711 175000)) 8815;;;### (autoloads nil "epg" "epg.el" (22388 5703 495570 179000))
8810;;; Generated autoloads from epg.el 8816;;; Generated autoloads from epg.el
8811(push (purecopy '(epg 1 0 0)) package--builtin-versions) 8817(push (purecopy '(epg 1 0 0)) package--builtin-versions)
8812 8818
@@ -8817,8 +8823,8 @@ Return a context object.
8817 8823
8818;;;*** 8824;;;***
8819 8825
8820;;;### (autoloads nil "epg-config" "epg-config.el" (22387 39326 603711 8826;;;### (autoloads nil "epg-config" "epg-config.el" (22388 5703 494570
8821;;;;;; 179000)) 8827;;;;;; 169000))
8822;;; Generated autoloads from epg-config.el 8828;;; Generated autoloads from epg-config.el
8823 8829
8824(autoload 'epg-find-configuration "epg-config" "\ 8830(autoload 'epg-find-configuration "epg-config" "\
@@ -8852,7 +8858,7 @@ Look at CONFIG and try to expand GROUP.
8852 8858
8853;;;*** 8859;;;***
8854 8860
8855;;;### (autoloads nil "erc" "erc/erc.el" (22387 39327 421708 258000)) 8861;;;### (autoloads nil "erc" "erc/erc.el" (22388 6370 962134 230000))
8856;;; Generated autoloads from erc/erc.el 8862;;; Generated autoloads from erc/erc.el
8857(push (purecopy '(erc 5 3)) package--builtin-versions) 8863(push (purecopy '(erc 5 3)) package--builtin-versions)
8858 8864
@@ -8901,36 +8907,36 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8901 8907
8902;;;*** 8908;;;***
8903 8909
8904;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (22387 8910;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (22388
8905;;;;;; 39327 403708 323000)) 8911;;;;;; 6370 614130 808000))
8906;;; Generated autoloads from erc/erc-autoaway.el 8912;;; Generated autoloads from erc/erc-autoaway.el
8907 (autoload 'erc-autoaway-mode "erc-autoaway") 8913 (autoload 'erc-autoaway-mode "erc-autoaway")
8908 8914
8909;;;*** 8915;;;***
8910 8916
8911;;;### (autoloads nil "erc-button" "erc/erc-button.el" (22387 39327 8917;;;### (autoloads nil "erc-button" "erc/erc-button.el" (22388 6370
8912;;;;;; 405708 316000)) 8918;;;;;; 674131 398000))
8913;;; Generated autoloads from erc/erc-button.el 8919;;; Generated autoloads from erc/erc-button.el
8914 (autoload 'erc-button-mode "erc-button" nil t) 8920 (autoload 'erc-button-mode "erc-button" nil t)
8915 8921
8916;;;*** 8922;;;***
8917 8923
8918;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (22387 39327 8924;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (22388 6370
8919;;;;;; 405708 316000)) 8925;;;;;; 700131 653000))
8920;;; Generated autoloads from erc/erc-capab.el 8926;;; Generated autoloads from erc/erc-capab.el
8921 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 8927 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8922 8928
8923;;;*** 8929;;;***
8924 8930
8925;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (22387 39327 8931;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (22388 6370
8926;;;;;; 406708 312000)) 8932;;;;;; 700131 653000))
8927;;; Generated autoloads from erc/erc-compat.el 8933;;; Generated autoloads from erc/erc-compat.el
8928 (autoload 'erc-define-minor-mode "erc-compat") 8934 (autoload 'erc-define-minor-mode "erc-compat")
8929 8935
8930;;;*** 8936;;;***
8931 8937
8932;;;### (autoloads nil "erc-dcc" "erc/erc-dcc.el" (22387 39327 406708 8938;;;### (autoloads nil "erc-dcc" "erc/erc-dcc.el" (22388 6370 705131
8933;;;;;; 312000)) 8939;;;;;; 703000))
8934;;; Generated autoloads from erc/erc-dcc.el 8940;;; Generated autoloads from erc/erc-dcc.el
8935 (autoload 'erc-dcc-mode "erc-dcc") 8941 (autoload 'erc-dcc-mode "erc-dcc")
8936 8942
@@ -8960,14 +8966,14 @@ that subcommand.
8960;;;*** 8966;;;***
8961 8967
8962;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el" 8968;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el"
8963;;;;;; (22387 39327 407708 309000)) 8969;;;;;; (22388 6370 744132 87000))
8964;;; Generated autoloads from erc/erc-desktop-notifications.el 8970;;; Generated autoloads from erc/erc-desktop-notifications.el
8965(autoload 'erc-notifications-mode "erc-desktop-notifications" "" t) 8971(autoload 'erc-notifications-mode "erc-desktop-notifications" "" t)
8966 8972
8967;;;*** 8973;;;***
8968 8974
8969;;;### (autoloads nil "erc-ezbounce" "erc/erc-ezbounce.el" (22387 8975;;;### (autoloads nil "erc-ezbounce" "erc/erc-ezbounce.el" (22388
8970;;;;;; 39327 407708 309000)) 8976;;;;;; 6370 745132 97000))
8971;;; Generated autoloads from erc/erc-ezbounce.el 8977;;; Generated autoloads from erc/erc-ezbounce.el
8972 8978
8973(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 8979(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -9029,8 +9035,8 @@ Add EZBouncer convenience functions to ERC.
9029 9035
9030;;;*** 9036;;;***
9031 9037
9032;;;### (autoloads nil "erc-fill" "erc/erc-fill.el" (22387 39327 408708 9038;;;### (autoloads nil "erc-fill" "erc/erc-fill.el" (22388 6370 745132
9033;;;;;; 305000)) 9039;;;;;; 97000))
9034;;; Generated autoloads from erc/erc-fill.el 9040;;; Generated autoloads from erc/erc-fill.el
9035 (autoload 'erc-fill-mode "erc-fill" nil t) 9041 (autoload 'erc-fill-mode "erc-fill" nil t)
9036 9042
@@ -9042,8 +9048,8 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
9042 9048
9043;;;*** 9049;;;***
9044 9050
9045;;;### (autoloads nil "erc-identd" "erc/erc-identd.el" (22387 39327 9051;;;### (autoloads nil "erc-identd" "erc/erc-identd.el" (22388 6370
9046;;;;;; 409708 301000)) 9052;;;;;; 750132 146000))
9047;;; Generated autoloads from erc/erc-identd.el 9053;;; Generated autoloads from erc/erc-identd.el
9048 (autoload 'erc-identd-mode "erc-identd") 9054 (autoload 'erc-identd-mode "erc-identd")
9049 9055
@@ -9064,8 +9070,8 @@ system.
9064 9070
9065;;;*** 9071;;;***
9066 9072
9067;;;### (autoloads nil "erc-imenu" "erc/erc-imenu.el" (22387 39327 9073;;;### (autoloads nil "erc-imenu" "erc/erc-imenu.el" (22388 6370
9068;;;;;; 410708 298000)) 9074;;;;;; 751132 156000))
9069;;; Generated autoloads from erc/erc-imenu.el 9075;;; Generated autoloads from erc/erc-imenu.el
9070 9076
9071(autoload 'erc-create-imenu-index "erc-imenu" "\ 9077(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -9075,22 +9081,22 @@ system.
9075 9081
9076;;;*** 9082;;;***
9077 9083
9078;;;### (autoloads nil "erc-join" "erc/erc-join.el" (22387 39327 410708 9084;;;### (autoloads nil "erc-join" "erc/erc-join.el" (22388 6370 751132
9079;;;;;; 298000)) 9085;;;;;; 156000))
9080;;; Generated autoloads from erc/erc-join.el 9086;;; Generated autoloads from erc/erc-join.el
9081 (autoload 'erc-autojoin-mode "erc-join" nil t) 9087 (autoload 'erc-autojoin-mode "erc-join" nil t)
9082 9088
9083;;;*** 9089;;;***
9084 9090
9085;;;### (autoloads nil "erc-list" "erc/erc-list.el" (22387 39327 411708 9091;;;### (autoloads nil "erc-list" "erc/erc-list.el" (22388 6370 758132
9086;;;;;; 294000)) 9092;;;;;; 225000))
9087;;; Generated autoloads from erc/erc-list.el 9093;;; Generated autoloads from erc/erc-list.el
9088 (autoload 'erc-list-mode "erc-list") 9094 (autoload 'erc-list-mode "erc-list")
9089 9095
9090;;;*** 9096;;;***
9091 9097
9092;;;### (autoloads nil "erc-log" "erc/erc-log.el" (22387 39327 411708 9098;;;### (autoloads nil "erc-log" "erc/erc-log.el" (22388 6370 777132
9093;;;;;; 294000)) 9099;;;;;; 411000))
9094;;; Generated autoloads from erc/erc-log.el 9100;;; Generated autoloads from erc/erc-log.el
9095 (autoload 'erc-log-mode "erc-log" nil t) 9101 (autoload 'erc-log-mode "erc-log" nil t)
9096 9102
@@ -9119,8 +9125,8 @@ You can save every individual message by putting this function on
9119 9125
9120;;;*** 9126;;;***
9121 9127
9122;;;### (autoloads nil "erc-match" "erc/erc-match.el" (22387 39327 9128;;;### (autoloads nil "erc-match" "erc/erc-match.el" (22388 6370
9123;;;;;; 412708 291000)) 9129;;;;;; 796132 598000))
9124;;; Generated autoloads from erc/erc-match.el 9130;;; Generated autoloads from erc/erc-match.el
9125 (autoload 'erc-match-mode "erc-match") 9131 (autoload 'erc-match-mode "erc-match")
9126 9132
@@ -9166,15 +9172,15 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
9166 9172
9167;;;*** 9173;;;***
9168 9174
9169;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (22387 39327 413708 9175;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (22388 6370 796132
9170;;;;;; 287000)) 9176;;;;;; 598000))
9171;;; Generated autoloads from erc/erc-menu.el 9177;;; Generated autoloads from erc/erc-menu.el
9172 (autoload 'erc-menu-mode "erc-menu" nil t) 9178 (autoload 'erc-menu-mode "erc-menu" nil t)
9173 9179
9174;;;*** 9180;;;***
9175 9181
9176;;;### (autoloads nil "erc-netsplit" "erc/erc-netsplit.el" (22387 9182;;;### (autoloads nil "erc-netsplit" "erc/erc-netsplit.el" (22388
9177;;;;;; 39327 413708 287000)) 9183;;;;;; 6370 798132 618000))
9178;;; Generated autoloads from erc/erc-netsplit.el 9184;;; Generated autoloads from erc/erc-netsplit.el
9179 (autoload 'erc-netsplit-mode "erc-netsplit") 9185 (autoload 'erc-netsplit-mode "erc-netsplit")
9180 9186
@@ -9185,8 +9191,8 @@ Show who's gone.
9185 9191
9186;;;*** 9192;;;***
9187 9193
9188;;;### (autoloads nil "erc-networks" "erc/erc-networks.el" (22387 9194;;;### (autoloads nil "erc-networks" "erc/erc-networks.el" (22388
9189;;;;;; 39327 413708 287000)) 9195;;;;;; 6370 799132 627000))
9190;;; Generated autoloads from erc/erc-networks.el 9196;;; Generated autoloads from erc/erc-networks.el
9191 9197
9192(autoload 'erc-determine-network "erc-networks" "\ 9198(autoload 'erc-determine-network "erc-networks" "\
@@ -9203,8 +9209,8 @@ Interactively select a server to connect to using `erc-server-alist'.
9203 9209
9204;;;*** 9210;;;***
9205 9211
9206;;;### (autoloads nil "erc-notify" "erc/erc-notify.el" (22387 39327 9212;;;### (autoloads nil "erc-notify" "erc/erc-notify.el" (22388 6370
9207;;;;;; 414708 283000)) 9213;;;;;; 837133 1000))
9208;;; Generated autoloads from erc/erc-notify.el 9214;;; Generated autoloads from erc/erc-notify.el
9209 (autoload 'erc-notify-mode "erc-notify" nil t) 9215 (autoload 'erc-notify-mode "erc-notify" nil t)
9210 9216
@@ -9222,36 +9228,36 @@ with args, toggle notify status of people.
9222 9228
9223;;;*** 9229;;;***
9224 9230
9225;;;### (autoloads nil "erc-page" "erc/erc-page.el" (22387 39327 415708 9231;;;### (autoloads nil "erc-page" "erc/erc-page.el" (22388 6370 837133
9226;;;;;; 280000)) 9232;;;;;; 1000))
9227;;; Generated autoloads from erc/erc-page.el 9233;;; Generated autoloads from erc/erc-page.el
9228 (autoload 'erc-page-mode "erc-page") 9234 (autoload 'erc-page-mode "erc-page")
9229 9235
9230;;;*** 9236;;;***
9231 9237
9232;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (22387 9238;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (22388
9233;;;;;; 39327 415708 280000)) 9239;;;;;; 6370 839133 21000))
9234;;; Generated autoloads from erc/erc-pcomplete.el 9240;;; Generated autoloads from erc/erc-pcomplete.el
9235 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 9241 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9236 9242
9237;;;*** 9243;;;***
9238 9244
9239;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (22387 39327 9245;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (22388 6370
9240;;;;;; 415708 280000)) 9246;;;;;; 839133 21000))
9241;;; Generated autoloads from erc/erc-replace.el 9247;;; Generated autoloads from erc/erc-replace.el
9242 (autoload 'erc-replace-mode "erc-replace") 9248 (autoload 'erc-replace-mode "erc-replace")
9243 9249
9244;;;*** 9250;;;***
9245 9251
9246;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (22387 39327 416708 9252;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (22388 6370 841133
9247;;;;;; 276000)) 9253;;;;;; 40000))
9248;;; Generated autoloads from erc/erc-ring.el 9254;;; Generated autoloads from erc/erc-ring.el
9249 (autoload 'erc-ring-mode "erc-ring" nil t) 9255 (autoload 'erc-ring-mode "erc-ring" nil t)
9250 9256
9251;;;*** 9257;;;***
9252 9258
9253;;;### (autoloads nil "erc-services" "erc/erc-services.el" (22387 9259;;;### (autoloads nil "erc-services" "erc/erc-services.el" (22388
9254;;;;;; 39327 416708 276000)) 9260;;;;;; 6370 841133 40000))
9255;;; Generated autoloads from erc/erc-services.el 9261;;; Generated autoloads from erc/erc-services.el
9256 (autoload 'erc-services-mode "erc-services" nil t) 9262 (autoload 'erc-services-mode "erc-services" nil t)
9257 9263
@@ -9268,15 +9274,15 @@ When called interactively, read the password using `read-passwd'.
9268 9274
9269;;;*** 9275;;;***
9270 9276
9271;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (22387 39327 9277;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (22388 6370
9272;;;;;; 416708 276000)) 9278;;;;;; 843133 60000))
9273;;; Generated autoloads from erc/erc-sound.el 9279;;; Generated autoloads from erc/erc-sound.el
9274 (autoload 'erc-sound-mode "erc-sound") 9280 (autoload 'erc-sound-mode "erc-sound")
9275 9281
9276;;;*** 9282;;;***
9277 9283
9278;;;### (autoloads nil "erc-speedbar" "erc/erc-speedbar.el" (22387 9284;;;### (autoloads nil "erc-speedbar" "erc/erc-speedbar.el" (22388
9279;;;;;; 39327 417708 273000)) 9285;;;;;; 6370 843133 60000))
9280;;; Generated autoloads from erc/erc-speedbar.el 9286;;; Generated autoloads from erc/erc-speedbar.el
9281 9287
9282(autoload 'erc-speedbar-browser "erc-speedbar" "\ 9288(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -9287,22 +9293,22 @@ This will add a speedbar major display mode.
9287 9293
9288;;;*** 9294;;;***
9289 9295
9290;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (22387 9296;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (22388
9291;;;;;; 39327 417708 273000)) 9297;;;;;; 6370 844133 70000))
9292;;; Generated autoloads from erc/erc-spelling.el 9298;;; Generated autoloads from erc/erc-spelling.el
9293 (autoload 'erc-spelling-mode "erc-spelling" nil t) 9299 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9294 9300
9295;;;*** 9301;;;***
9296 9302
9297;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (22387 39327 9303;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (22388 6370
9298;;;;;; 417708 273000)) 9304;;;;;; 857133 197000))
9299;;; Generated autoloads from erc/erc-stamp.el 9305;;; Generated autoloads from erc/erc-stamp.el
9300 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 9306 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9301 9307
9302;;;*** 9308;;;***
9303 9309
9304;;;### (autoloads nil "erc-track" "erc/erc-track.el" (22387 39327 9310;;;### (autoloads nil "erc-track" "erc/erc-track.el" (22388 6370
9305;;;;;; 418708 269000)) 9311;;;;;; 879133 414000))
9306;;; Generated autoloads from erc/erc-track.el 9312;;; Generated autoloads from erc/erc-track.el
9307 9313
9308(defvar erc-track-minor-mode nil "\ 9314(defvar erc-track-minor-mode nil "\
@@ -9328,8 +9334,8 @@ keybindings will not do anything useful.
9328 9334
9329;;;*** 9335;;;***
9330 9336
9331;;;### (autoloads nil "erc-truncate" "erc/erc-truncate.el" (22387 9337;;;### (autoloads nil "erc-truncate" "erc/erc-truncate.el" (22388
9332;;;;;; 39327 419708 266000)) 9338;;;;;; 6370 879133 414000))
9333;;; Generated autoloads from erc/erc-truncate.el 9339;;; Generated autoloads from erc/erc-truncate.el
9334 (autoload 'erc-truncate-mode "erc-truncate" nil t) 9340 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9335 9341
@@ -9348,8 +9354,8 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
9348 9354
9349;;;*** 9355;;;***
9350 9356
9351;;;### (autoloads nil "erc-xdcc" "erc/erc-xdcc.el" (22387 39327 419708 9357;;;### (autoloads nil "erc-xdcc" "erc/erc-xdcc.el" (22388 6370 880133
9352;;;;;; 266000)) 9358;;;;;; 424000))
9353;;; Generated autoloads from erc/erc-xdcc.el 9359;;; Generated autoloads from erc/erc-xdcc.el
9354 (autoload 'erc-xdcc-mode "erc-xdcc") 9360 (autoload 'erc-xdcc-mode "erc-xdcc")
9355 9361
@@ -9360,8 +9366,8 @@ Add a file to `erc-xdcc-files'.
9360 9366
9361;;;*** 9367;;;***
9362 9368
9363;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (22387 39327 302708 9369;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (22388 6369 379118
9364;;;;;; 683000)) 9370;;;;;; 662000))
9365;;; Generated autoloads from emacs-lisp/ert.el 9371;;; Generated autoloads from emacs-lisp/ert.el
9366 9372
9367(autoload 'ert-deftest "ert" "\ 9373(autoload 'ert-deftest "ert" "\
@@ -9430,8 +9436,8 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test).
9430 9436
9431;;;*** 9437;;;***
9432 9438
9433;;;### (autoloads nil "ert-x" "emacs-lisp/ert-x.el" (22387 39327 9439;;;### (autoloads nil "ert-x" "emacs-lisp/ert-x.el" (22388 6369 330118
9434;;;;;; 301708 687000)) 9440;;;;;; 180000))
9435;;; Generated autoloads from emacs-lisp/ert-x.el 9441;;; Generated autoloads from emacs-lisp/ert-x.el
9436 9442
9437(put 'ert-with-test-buffer 'lisp-indent-function 1) 9443(put 'ert-with-test-buffer 'lisp-indent-function 1)
@@ -9443,8 +9449,8 @@ Kill all test buffers that are still live.
9443 9449
9444;;;*** 9450;;;***
9445 9451
9446;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (22587 59854 9452;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (22587 10177
9447;;;;;; 958142 856000)) 9453;;;;;; 768473 593000))
9448;;; Generated autoloads from eshell/esh-mode.el 9454;;; Generated autoloads from eshell/esh-mode.el
9449 9455
9450(autoload 'eshell-mode "esh-mode" "\ 9456(autoload 'eshell-mode "esh-mode" "\
@@ -9454,8 +9460,8 @@ Emacs shell interactive mode.
9454 9460
9455;;;*** 9461;;;***
9456 9462
9457;;;### (autoloads nil "eshell" "eshell/eshell.el" (22387 39327 436708 9463;;;### (autoloads nil "eshell" "eshell/eshell.el" (22388 6370 441129
9458;;;;;; 205000)) 9464;;;;;; 106000))
9459;;; Generated autoloads from eshell/eshell.el 9465;;; Generated autoloads from eshell/eshell.el
9460(push (purecopy '(eshell 2 4 2)) package--builtin-versions) 9466(push (purecopy '(eshell 2 4 2)) package--builtin-versions)
9461 9467
@@ -9490,8 +9496,8 @@ corresponding to a successful execution.
9490 9496
9491;;;*** 9497;;;***
9492 9498
9493;;;### (autoloads nil "etags" "progmodes/etags.el" (22490 22724 15599 9499;;;### (autoloads nil "etags" "progmodes/etags.el" (22489 43024 128096
9494;;;;;; 212000)) 9500;;;;;; 697000))
9495;;; Generated autoloads from progmodes/etags.el 9501;;; Generated autoloads from progmodes/etags.el
9496 9502
9497(defvar tags-file-name nil "\ 9503(defvar tags-file-name nil "\
@@ -9804,8 +9810,8 @@ for \\[find-tag] (which see).
9804 9810
9805;;;*** 9811;;;***
9806 9812
9807;;;### (autoloads nil "ethio-util" "language/ethio-util.el" (22387 9813;;;### (autoloads nil "ethio-util" "language/ethio-util.el" (22388
9808;;;;;; 39327 650707 441000)) 9814;;;;;; 6374 991173 853000))
9809;;; Generated autoloads from language/ethio-util.el 9815;;; Generated autoloads from language/ethio-util.el
9810 9816
9811(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9817(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -9973,7 +9979,7 @@ With ARG, insert that many delimiters.
9973 9979
9974;;;*** 9980;;;***
9975 9981
9976;;;### (autoloads nil "eudc" "net/eudc.el" (22387 39327 971706 295000)) 9982;;;### (autoloads nil "eudc" "net/eudc.el" (22388 6377 395197 495000))
9977;;; Generated autoloads from net/eudc.el 9983;;; Generated autoloads from net/eudc.el
9978 9984
9979(autoload 'eudc-set-server "eudc" "\ 9985(autoload 'eudc-set-server "eudc" "\
@@ -10027,8 +10033,8 @@ This does nothing except loading eudc by autoload side-effect.
10027 10033
10028;;;*** 10034;;;***
10029 10035
10030;;;### (autoloads nil "eudc-bob" "net/eudc-bob.el" (22387 39327 968706 10036;;;### (autoloads nil "eudc-bob" "net/eudc-bob.el" (22388 6377 358197
10031;;;;;; 306000)) 10037;;;;;; 131000))
10032;;; Generated autoloads from net/eudc-bob.el 10038;;; Generated autoloads from net/eudc-bob.el
10033 10039
10034(autoload 'eudc-display-generic-binary "eudc-bob" "\ 10040(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -10063,8 +10069,8 @@ Display a button for the JPEG DATA.
10063 10069
10064;;;*** 10070;;;***
10065 10071
10066;;;### (autoloads nil "eudc-export" "net/eudc-export.el" (22387 39327 10072;;;### (autoloads nil "eudc-export" "net/eudc-export.el" (22388 6377
10067;;;;;; 969706 302000)) 10073;;;;;; 358197 131000))
10068;;; Generated autoloads from net/eudc-export.el 10074;;; Generated autoloads from net/eudc-export.el
10069 10075
10070(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 10076(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -10080,8 +10086,8 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10080 10086
10081;;;*** 10087;;;***
10082 10088
10083;;;### (autoloads nil "eudc-hotlist" "net/eudc-hotlist.el" (22387 10089;;;### (autoloads nil "eudc-hotlist" "net/eudc-hotlist.el" (22388
10084;;;;;; 39327 970706 298000)) 10090;;;;;; 6377 361197 160000))
10085;;; Generated autoloads from net/eudc-hotlist.el 10091;;; Generated autoloads from net/eudc-hotlist.el
10086 10092
10087(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 10093(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -10091,8 +10097,8 @@ Edit the hotlist of directory servers in a specialized buffer.
10091 10097
10092;;;*** 10098;;;***
10093 10099
10094;;;### (autoloads nil "ewoc" "emacs-lisp/ewoc.el" (22387 39327 303708 10100;;;### (autoloads nil "ewoc" "emacs-lisp/ewoc.el" (22388 6369 386118
10095;;;;;; 680000)) 10101;;;;;; 731000))
10096;;; Generated autoloads from emacs-lisp/ewoc.el 10102;;; Generated autoloads from emacs-lisp/ewoc.el
10097 10103
10098(autoload 'ewoc-create "ewoc" "\ 10104(autoload 'ewoc-create "ewoc" "\
@@ -10118,7 +10124,7 @@ fourth arg NOSEP non-nil inhibits this.
10118 10124
10119;;;*** 10125;;;***
10120 10126
10121;;;### (autoloads nil "eww" "net/eww.el" (22387 39327 973706 288000)) 10127;;;### (autoloads nil "eww" "net/eww.el" (22388 6377 438197 918000))
10122;;; Generated autoloads from net/eww.el 10128;;; Generated autoloads from net/eww.el
10123 10129
10124(defvar eww-suggest-uris '(eww-links-at-point url-get-url-at-point eww-current-url) "\ 10130(defvar eww-suggest-uris '(eww-links-at-point url-get-url-at-point eww-current-url) "\
@@ -10165,8 +10171,8 @@ Display the bookmarks.
10165 10171
10166;;;*** 10172;;;***
10167 10173
10168;;;### (autoloads nil "executable" "progmodes/executable.el" (22387 10174;;;### (autoloads nil "executable" "progmodes/executable.el" (22388
10169;;;;;; 39328 325705 31000)) 10175;;;;;; 6386 103283 133000))
10170;;; Generated autoloads from progmodes/executable.el 10176;;; Generated autoloads from progmodes/executable.el
10171 10177
10172(autoload 'executable-command-find-posix-p "executable" "\ 10178(autoload 'executable-command-find-posix-p "executable" "\
@@ -10201,7 +10207,7 @@ file modes.
10201 10207
10202;;;*** 10208;;;***
10203 10209
10204;;;### (autoloads nil "expand" "expand.el" (22387 39326 605711 172000)) 10210;;;### (autoloads nil "expand" "expand.el" (22388 5703 536570 582000))
10205;;; Generated autoloads from expand.el 10211;;; Generated autoloads from expand.el
10206 10212
10207(autoload 'expand-add-abbrevs "expand" "\ 10213(autoload 'expand-add-abbrevs "expand" "\
@@ -10250,8 +10256,8 @@ This is used only in conjunction with `expand-add-abbrevs'.
10250 10256
10251;;;*** 10257;;;***
10252 10258
10253;;;### (autoloads nil "f90" "progmodes/f90.el" (22587 59854 959142 10259;;;### (autoloads nil "f90" "progmodes/f90.el" (22630 21356 405945
10254;;;;;; 850000)) 10260;;;;;; 349000))
10255;;; Generated autoloads from progmodes/f90.el 10261;;; Generated autoloads from progmodes/f90.el
10256 10262
10257(autoload 'f90-mode "f90" "\ 10263(autoload 'f90-mode "f90" "\
@@ -10318,8 +10324,8 @@ with no args, if that value is non-nil.
10318 10324
10319;;;*** 10325;;;***
10320 10326
10321;;;### (autoloads nil "face-remap" "face-remap.el" (22387 39326 606711 10327;;;### (autoloads nil "face-remap" "face-remap.el" (22388 5703 600571
10322;;;;;; 168000)) 10328;;;;;; 211000))
10323;;; Generated autoloads from face-remap.el 10329;;; Generated autoloads from face-remap.el
10324 10330
10325(autoload 'face-remap-add-relative "face-remap" "\ 10331(autoload 'face-remap-add-relative "face-remap" "\
@@ -10478,8 +10484,8 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
10478 10484
10479;;;*** 10485;;;***
10480 10486
10481;;;### (autoloads nil "feedmail" "mail/feedmail.el" (22387 39327 10487;;;### (autoloads nil "feedmail" "mail/feedmail.el" (22388 6375 510178
10482;;;;;; 901706 545000)) 10488;;;;;; 957000))
10483;;; Generated autoloads from mail/feedmail.el 10489;;; Generated autoloads from mail/feedmail.el
10484(push (purecopy '(feedmail 11)) package--builtin-versions) 10490(push (purecopy '(feedmail 11)) package--builtin-versions)
10485 10491
@@ -10533,7 +10539,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10533 10539
10534;;;*** 10540;;;***
10535 10541
10536;;;### (autoloads nil "ffap" "ffap.el" (22387 39326 611711 151000)) 10542;;;### (autoloads nil "ffap" "ffap.el" (22630 21356 368944 830000))
10537;;; Generated autoloads from ffap.el 10543;;; Generated autoloads from ffap.el
10538 10544
10539(autoload 'ffap-next "ffap" "\ 10545(autoload 'ffap-next "ffap" "\
@@ -10596,8 +10602,8 @@ Evaluate the forms in variable `ffap-bindings'.
10596 10602
10597;;;*** 10603;;;***
10598 10604
10599;;;### (autoloads nil "filecache" "filecache.el" (22387 39326 612711 10605;;;### (autoloads nil "filecache" "filecache.el" (22388 5703 754572
10600;;;;;; 147000)) 10606;;;;;; 726000))
10601;;; Generated autoloads from filecache.el 10607;;; Generated autoloads from filecache.el
10602 10608
10603(autoload 'file-cache-add-directory "filecache" "\ 10609(autoload 'file-cache-add-directory "filecache" "\
@@ -10654,8 +10660,8 @@ the name is considered already unique; only the second substitution
10654 10660
10655;;;*** 10661;;;***
10656 10662
10657;;;### (autoloads nil "filenotify" "filenotify.el" (22387 39326 612711 10663;;;### (autoloads nil "filenotify" "filenotify.el" (22388 5703 780572
10658;;;;;; 147000)) 10664;;;;;; 982000))
10659;;; Generated autoloads from filenotify.el 10665;;; Generated autoloads from filenotify.el
10660 10666
10661(autoload 'file-notify-handle-event "filenotify" "\ 10667(autoload 'file-notify-handle-event "filenotify" "\
@@ -10670,8 +10676,7 @@ Otherwise, signal a `file-notify-error'.
10670 10676
10671;;;*** 10677;;;***
10672 10678
10673;;;### (autoloads nil "files-x" "files-x.el" (22387 39326 613711 10679;;;### (autoloads nil "files-x" "files-x.el" (22388 5703 781572 992000))
10674;;;;;; 143000))
10675;;; Generated autoloads from files-x.el 10680;;; Generated autoloads from files-x.el
10676 10681
10677(autoload 'add-file-local-variable "files-x" "\ 10682(autoload 'add-file-local-variable "files-x" "\
@@ -10736,8 +10741,8 @@ Copy directory-local variables to the -*- line.
10736 10741
10737;;;*** 10742;;;***
10738 10743
10739;;;### (autoloads nil "filesets" "filesets.el" (22387 39326 618711 10744;;;### (autoloads nil "filesets" "filesets.el" (22388 5704 35575
10740;;;;;; 125000)) 10745;;;;;; 489000))
10741;;; Generated autoloads from filesets.el 10746;;; Generated autoloads from filesets.el
10742 10747
10743(autoload 'filesets-init "filesets" "\ 10748(autoload 'filesets-init "filesets" "\
@@ -10748,8 +10753,8 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10748 10753
10749;;;*** 10754;;;***
10750 10755
10751;;;### (autoloads nil "find-cmd" "find-cmd.el" (22387 39326 618711 10756;;;### (autoloads nil "find-cmd" "find-cmd.el" (22388 5704 81575
10752;;;;;; 125000)) 10757;;;;;; 942000))
10753;;; Generated autoloads from find-cmd.el 10758;;; Generated autoloads from find-cmd.el
10754(push (purecopy '(find-cmd 0 6)) package--builtin-versions) 10759(push (purecopy '(find-cmd 0 6)) package--builtin-versions)
10755 10760
@@ -10769,8 +10774,8 @@ result is a string that should be ready for the command line.
10769 10774
10770;;;*** 10775;;;***
10771 10776
10772;;;### (autoloads nil "find-dired" "find-dired.el" (22387 39326 619711 10777;;;### (autoloads nil "find-dired" "find-dired.el" (22388 5704 84575
10773;;;;;; 122000)) 10778;;;;;; 971000))
10774;;; Generated autoloads from find-dired.el 10779;;; Generated autoloads from find-dired.el
10775 10780
10776(autoload 'find-dired "find-dired" "\ 10781(autoload 'find-dired "find-dired" "\
@@ -10810,8 +10815,8 @@ use in place of \"-ls\" as the final argument.
10810 10815
10811;;;*** 10816;;;***
10812 10817
10813;;;### (autoloads nil "find-file" "find-file.el" (22387 39326 619711 10818;;;### (autoloads nil "find-file" "find-file.el" (22388 5704 85575
10814;;;;;; 122000)) 10819;;;;;; 981000))
10815;;; Generated autoloads from find-file.el 10820;;; Generated autoloads from find-file.el
10816 10821
10817(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10822(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10901,8 +10906,8 @@ Visit the file you click on in another window.
10901 10906
10902;;;*** 10907;;;***
10903 10908
10904;;;### (autoloads nil "find-func" "emacs-lisp/find-func.el" (22578 10909;;;### (autoloads nil "find-func" "emacs-lisp/find-func.el" (22587
10905;;;;;; 62356 716212 159000)) 10910;;;;;; 10177 766473 565000))
10906;;; Generated autoloads from emacs-lisp/find-func.el 10911;;; Generated autoloads from emacs-lisp/find-func.el
10907 10912
10908(autoload 'find-library "find-func" "\ 10913(autoload 'find-library "find-func" "\
@@ -11072,8 +11077,8 @@ Define some key bindings for the find-function family of functions.
11072 11077
11073;;;*** 11078;;;***
11074 11079
11075;;;### (autoloads nil "find-lisp" "find-lisp.el" (22387 39326 620711 11080;;;### (autoloads nil "find-lisp" "find-lisp.el" (22388 5704 89576
11076;;;;;; 118000)) 11081;;;;;; 20000))
11077;;; Generated autoloads from find-lisp.el 11082;;; Generated autoloads from find-lisp.el
11078 11083
11079(autoload 'find-lisp-find-dired "find-lisp" "\ 11084(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -11093,7 +11098,7 @@ Change the filter on a `find-lisp-find-dired' buffer to REGEXP.
11093 11098
11094;;;*** 11099;;;***
11095 11100
11096;;;### (autoloads nil "finder" "finder.el" (22387 39326 621711 115000)) 11101;;;### (autoloads nil "finder" "finder.el" (22388 5704 124576 364000))
11097;;; Generated autoloads from finder.el 11102;;; Generated autoloads from finder.el
11098(push (purecopy '(finder 1 0)) package--builtin-versions) 11103(push (purecopy '(finder 1 0)) package--builtin-versions)
11099 11104
@@ -11115,8 +11120,8 @@ Find packages matching a given keyword.
11115 11120
11116;;;*** 11121;;;***
11117 11122
11118;;;### (autoloads nil "flow-ctrl" "flow-ctrl.el" (22387 39326 622711 11123;;;### (autoloads nil "flow-ctrl" "flow-ctrl.el" (22388 5704 128576
11119;;;;;; 111000)) 11124;;;;;; 404000))
11120;;; Generated autoloads from flow-ctrl.el 11125;;; Generated autoloads from flow-ctrl.el
11121 11126
11122(autoload 'enable-flow-control "flow-ctrl" "\ 11127(autoload 'enable-flow-control "flow-ctrl" "\
@@ -11137,8 +11142,8 @@ to get the effect of a C-q.
11137 11142
11138;;;*** 11143;;;***
11139 11144
11140;;;### (autoloads nil "flow-fill" "gnus/flow-fill.el" (22387 39327 11145;;;### (autoloads nil "flow-fill" "gnus/flow-fill.el" (22388 6371
11141;;;;;; 449708 159000)) 11146;;;;;; 667141 163000))
11142;;; Generated autoloads from gnus/flow-fill.el 11147;;; Generated autoloads from gnus/flow-fill.el
11143 11148
11144(autoload 'fill-flowed-encode "flow-fill" "\ 11149(autoload 'fill-flowed-encode "flow-fill" "\
@@ -11153,8 +11158,8 @@ to get the effect of a C-q.
11153 11158
11154;;;*** 11159;;;***
11155 11160
11156;;;### (autoloads nil "flymake" "progmodes/flymake.el" (22387 39328 11161;;;### (autoloads nil "flymake" "progmodes/flymake.el" (22388 6386
11157;;;;;; 328705 20000)) 11162;;;;;; 215284 234000))
11158;;; Generated autoloads from progmodes/flymake.el 11163;;; Generated autoloads from progmodes/flymake.el
11159(push (purecopy '(flymake 0 3)) package--builtin-versions) 11164(push (purecopy '(flymake 0 3)) package--builtin-versions)
11160 11165
@@ -11184,8 +11189,8 @@ Turn flymake mode off.
11184 11189
11185;;;*** 11190;;;***
11186 11191
11187;;;### (autoloads nil "flyspell" "textmodes/flyspell.el" (22387 39328 11192;;;### (autoloads nil "flyspell" "textmodes/flyspell.el" (22388 6389
11188;;;;;; 535704 281000)) 11193;;;;;; 329314 858000))
11189;;; Generated autoloads from textmodes/flyspell.el 11194;;; Generated autoloads from textmodes/flyspell.el
11190 11195
11191(autoload 'flyspell-prog-mode "flyspell" "\ 11196(autoload 'flyspell-prog-mode "flyspell" "\
@@ -11255,14 +11260,13 @@ Flyspell whole buffer.
11255 11260
11256;;;*** 11261;;;***
11257 11262
11258;;;### (autoloads nil "foldout" "foldout.el" (22387 39326 622711 11263;;;### (autoloads nil "foldout" "foldout.el" (22388 5704 128576 404000))
11259;;;;;; 111000))
11260;;; Generated autoloads from foldout.el 11264;;; Generated autoloads from foldout.el
11261(push (purecopy '(foldout 1 10)) package--builtin-versions) 11265(push (purecopy '(foldout 1 10)) package--builtin-versions)
11262 11266
11263;;;*** 11267;;;***
11264 11268
11265;;;### (autoloads nil "follow" "follow.el" (22387 39326 623711 108000)) 11269;;;### (autoloads nil "follow" "follow.el" (22388 5704 168576 797000))
11266;;; Generated autoloads from follow.el 11270;;; Generated autoloads from follow.el
11267 11271
11268(autoload 'turn-on-follow-mode "follow" "\ 11272(autoload 'turn-on-follow-mode "follow" "\
@@ -11384,8 +11388,8 @@ selected if the original window is the first one in the frame.
11384 11388
11385;;;*** 11389;;;***
11386 11390
11387;;;### (autoloads nil "footnote" "mail/footnote.el" (22387 39327 11391;;;### (autoloads nil "footnote" "mail/footnote.el" (22388 6375 555179
11388;;;;;; 923706 466000)) 11392;;;;;; 400000))
11389;;; Generated autoloads from mail/footnote.el 11393;;; Generated autoloads from mail/footnote.el
11390(push (purecopy '(footnote 0 19)) package--builtin-versions) 11394(push (purecopy '(footnote 0 19)) package--builtin-versions)
11391 11395
@@ -11404,7 +11408,7 @@ play around with the following keys:
11404 11408
11405;;;*** 11409;;;***
11406 11410
11407;;;### (autoloads nil "forms" "forms.el" (22387 39326 627711 93000)) 11411;;;### (autoloads nil "forms" "forms.el" (22388 5704 290577 997000))
11408;;; Generated autoloads from forms.el 11412;;; Generated autoloads from forms.el
11409 11413
11410(autoload 'forms-mode "forms" "\ 11414(autoload 'forms-mode "forms" "\
@@ -11440,8 +11444,8 @@ Visit a file in Forms mode in other window.
11440 11444
11441;;;*** 11445;;;***
11442 11446
11443;;;### (autoloads nil "fortran" "progmodes/fortran.el" (22387 39328 11447;;;### (autoloads nil "fortran" "progmodes/fortran.el" (22388 6386
11444;;;;;; 329705 17000)) 11448;;;;;; 297285 40000))
11445;;; Generated autoloads from progmodes/fortran.el 11449;;; Generated autoloads from progmodes/fortran.el
11446 11450
11447(autoload 'fortran-mode "fortran" "\ 11451(autoload 'fortran-mode "fortran" "\
@@ -11518,8 +11522,8 @@ with no args, if that value is non-nil.
11518 11522
11519;;;*** 11523;;;***
11520 11524
11521;;;### (autoloads nil "fortune" "play/fortune.el" (22387 39328 261705 11525;;;### (autoloads nil "fortune" "play/fortune.el" (22388 6383 331255
11522;;;;;; 259000)) 11526;;;;;; 871000))
11523;;; Generated autoloads from play/fortune.el 11527;;; Generated autoloads from play/fortune.el
11524 11528
11525(autoload 'fortune-add-fortune "fortune" "\ 11529(autoload 'fortune-add-fortune "fortune" "\
@@ -11567,8 +11571,8 @@ and choose the directory as the fortune-file.
11567 11571
11568;;;*** 11572;;;***
11569 11573
11570;;;### (autoloads nil "frameset" "frameset.el" (22387 39326 628711 11574;;;### (autoloads nil "frameset" "frameset.el" (22388 5704 371578
11571;;;;;; 90000)) 11575;;;;;; 794000))
11572;;; Generated autoloads from frameset.el 11576;;; Generated autoloads from frameset.el
11573 11577
11574(defvar frameset-session-filter-alist '((name . :never) (left . frameset-filter-iconified) (minibuffer . frameset-filter-minibuffer) (top . frameset-filter-iconified)) "\ 11578(defvar frameset-session-filter-alist '((name . :never) (left . frameset-filter-iconified) (minibuffer . frameset-filter-minibuffer) (top . frameset-filter-iconified)) "\
@@ -11754,15 +11758,15 @@ Interactively, reads the register using `register-read-with-preview'.
11754 11758
11755;;;*** 11759;;;***
11756 11760
11757;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (22387 39328 11761;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (22388 6383 335255
11758;;;;;; 261705 259000)) 11762;;;;;; 911000))
11759;;; Generated autoloads from play/gamegrid.el 11763;;; Generated autoloads from play/gamegrid.el
11760(push (purecopy '(gamegrid 1 2)) package--builtin-versions) 11764(push (purecopy '(gamegrid 1 2)) package--builtin-versions)
11761 11765
11762;;;*** 11766;;;***
11763 11767
11764;;;### (autoloads nil "gdb-mi" "progmodes/gdb-mi.el" (22578 62356 11768;;;### (autoloads nil "gdb-mi" "progmodes/gdb-mi.el" (22587 10177
11765;;;;;; 739212 35000)) 11769;;;;;; 798474 14000))
11766;;; Generated autoloads from progmodes/gdb-mi.el 11770;;; Generated autoloads from progmodes/gdb-mi.el
11767 11771
11768(defvar gdb-enable-debug nil "\ 11772(defvar gdb-enable-debug nil "\
@@ -11844,8 +11848,8 @@ detailed description of this mode.
11844 11848
11845;;;*** 11849;;;***
11846 11850
11847;;;### (autoloads nil "generic" "emacs-lisp/generic.el" (22387 39327 11851;;;### (autoloads nil "generic" "emacs-lisp/generic.el" (22388 6369
11848;;;;;; 306708 669000)) 11852;;;;;; 423119 95000))
11849;;; Generated autoloads from emacs-lisp/generic.el 11853;;; Generated autoloads from emacs-lisp/generic.el
11850 11854
11851(defvar generic-mode-list nil "\ 11855(defvar generic-mode-list nil "\
@@ -11925,8 +11929,8 @@ regular expression that can be used as an element of
11925 11929
11926;;;*** 11930;;;***
11927 11931
11928;;;### (autoloads nil "glasses" "progmodes/glasses.el" (22387 39328 11932;;;### (autoloads nil "glasses" "progmodes/glasses.el" (22388 6386
11929;;;;;; 335704 995000)) 11933;;;;;; 507287 105000))
11930;;; Generated autoloads from progmodes/glasses.el 11934;;; Generated autoloads from progmodes/glasses.el
11931 11935
11932(autoload 'glasses-mode "glasses" "\ 11936(autoload 'glasses-mode "glasses" "\
@@ -11940,8 +11944,8 @@ add virtual separators (like underscores) at places they belong to.
11940 11944
11941;;;*** 11945;;;***
11942 11946
11943;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (22387 39327 11947;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (22388 6371
11944;;;;;; 449708 159000)) 11948;;;;;; 667141 163000))
11945;;; Generated autoloads from gnus/gmm-utils.el 11949;;; Generated autoloads from gnus/gmm-utils.el
11946 11950
11947(autoload 'gmm-regexp-concat "gmm-utils" "\ 11951(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -11995,7 +11999,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11995 11999
11996;;;*** 12000;;;***
11997 12001
11998;;;### (autoloads nil "gnus" "gnus/gnus.el" (22387 39327 493708 2000)) 12002;;;### (autoloads nil "gnus" "gnus/gnus.el" (22388 6373 163155 876000))
11999;;; Generated autoloads from gnus/gnus.el 12003;;; Generated autoloads from gnus/gnus.el
12000(push (purecopy '(gnus 5 13)) package--builtin-versions) 12004(push (purecopy '(gnus 5 13)) package--builtin-versions)
12001(when (fboundp 'custom-autoload) 12005(when (fboundp 'custom-autoload)
@@ -12045,8 +12049,8 @@ prompt the user for the name of an NNTP server to use.
12045 12049
12046;;;*** 12050;;;***
12047 12051
12048;;;### (autoloads nil "gnus-agent" "gnus/gnus-agent.el" (22387 39327 12052;;;### (autoloads nil "gnus-agent" "gnus/gnus-agent.el" (22388 6371
12049;;;;;; 450708 155000)) 12053;;;;;; 716141 645000))
12050;;; Generated autoloads from gnus/gnus-agent.el 12054;;; Generated autoloads from gnus/gnus-agent.el
12051 12055
12052(autoload 'gnus-unplugged "gnus-agent" "\ 12056(autoload 'gnus-unplugged "gnus-agent" "\
@@ -12136,8 +12140,8 @@ CLEAN is obsolete and ignored.
12136 12140
12137;;;*** 12141;;;***
12138 12142
12139;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (22578 62356 12143;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (22587 10177
12140;;;;;; 721212 132000)) 12144;;;;;; 773473 663000))
12141;;; Generated autoloads from gnus/gnus-art.el 12145;;; Generated autoloads from gnus/gnus-art.el
12142 12146
12143(autoload 'gnus-article-prepare-display "gnus-art" "\ 12147(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -12147,8 +12151,8 @@ Make the current buffer look like a nice article.
12147 12151
12148;;;*** 12152;;;***
12149 12153
12150;;;### (autoloads nil "gnus-bookmark" "gnus/gnus-bookmark.el" (22387 12154;;;### (autoloads nil "gnus-bookmark" "gnus/gnus-bookmark.el" (22388
12151;;;;;; 39327 457708 130000)) 12155;;;;;; 6371 929143 740000))
12152;;; Generated autoloads from gnus/gnus-bookmark.el 12156;;; Generated autoloads from gnus/gnus-bookmark.el
12153 12157
12154(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 12158(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -12171,8 +12175,8 @@ deletion, or > if it is flagged for displaying.
12171 12175
12172;;;*** 12176;;;***
12173 12177
12174;;;### (autoloads nil "gnus-cache" "gnus/gnus-cache.el" (22387 39327 12178;;;### (autoloads nil "gnus-cache" "gnus/gnus-cache.el" (22388 6371
12175;;;;;; 457708 130000)) 12179;;;;;; 944143 887000))
12176;;; Generated autoloads from gnus/gnus-cache.el 12180;;; Generated autoloads from gnus/gnus-cache.el
12177 12181
12178(autoload 'gnus-jog-cache "gnus-cache" "\ 12182(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -12213,8 +12217,8 @@ supported.
12213 12217
12214;;;*** 12218;;;***
12215 12219
12216;;;### (autoloads nil "gnus-delay" "gnus/gnus-delay.el" (22387 39327 12220;;;### (autoloads nil "gnus-delay" "gnus/gnus-delay.el" (22388 6372
12217;;;;;; 460708 119000)) 12221;;;;;; 21144 645000))
12218;;; Generated autoloads from gnus/gnus-delay.el 12222;;; Generated autoloads from gnus/gnus-delay.el
12219 12223
12220(autoload 'gnus-delay-article "gnus-delay" "\ 12224(autoload 'gnus-delay-article "gnus-delay" "\
@@ -12249,8 +12253,8 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
12249 12253
12250;;;*** 12254;;;***
12251 12255
12252;;;### (autoloads nil "gnus-diary" "gnus/gnus-diary.el" (22387 39327 12256;;;### (autoloads nil "gnus-diary" "gnus/gnus-diary.el" (22388 6372
12253;;;;;; 461708 116000)) 12257;;;;;; 22144 655000))
12254;;; Generated autoloads from gnus/gnus-diary.el 12258;;; Generated autoloads from gnus/gnus-diary.el
12255 12259
12256(autoload 'gnus-user-format-function-d "gnus-diary" "\ 12260(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -12265,8 +12269,8 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
12265 12269
12266;;;*** 12270;;;***
12267 12271
12268;;;### (autoloads nil "gnus-dired" "gnus/gnus-dired.el" (22387 39327 12272;;;### (autoloads nil "gnus-dired" "gnus/gnus-dired.el" (22388 6372
12269;;;;;; 461708 116000)) 12273;;;;;; 22144 655000))
12270;;; Generated autoloads from gnus/gnus-dired.el 12274;;; Generated autoloads from gnus/gnus-dired.el
12271 12275
12272(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 12276(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -12276,8 +12280,8 @@ Convenience method to turn on gnus-dired-mode.
12276 12280
12277;;;*** 12281;;;***
12278 12282
12279;;;### (autoloads nil "gnus-draft" "gnus/gnus-draft.el" (22387 39327 12283;;;### (autoloads nil "gnus-draft" "gnus/gnus-draft.el" (22388 6372
12280;;;;;; 461708 116000)) 12284;;;;;; 23144 664000))
12281;;; Generated autoloads from gnus/gnus-draft.el 12285;;; Generated autoloads from gnus/gnus-draft.el
12282 12286
12283(autoload 'gnus-draft-reminder "gnus-draft" "\ 12287(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -12287,8 +12291,8 @@ Reminder user if there are unsent drafts.
12287 12291
12288;;;*** 12292;;;***
12289 12293
12290;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (22387 39327 12294;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (22388 6372 81145
12291;;;;;; 463708 109000)) 12295;;;;;; 235000))
12292;;; Generated autoloads from gnus/gnus-fun.el 12296;;; Generated autoloads from gnus/gnus-fun.el
12293 12297
12294(autoload 'gnus--random-face-with-type "gnus-fun" "\ 12298(autoload 'gnus--random-face-with-type "gnus-fun" "\
@@ -12353,8 +12357,8 @@ Insert a random Face header from `gnus-face-directory'.
12353 12357
12354;;;*** 12358;;;***
12355 12359
12356;;;### (autoloads nil "gnus-gravatar" "gnus/gnus-gravatar.el" (22387 12360;;;### (autoloads nil "gnus-gravatar" "gnus/gnus-gravatar.el" (22388
12357;;;;;; 39327 463708 109000)) 12361;;;;;; 6372 82145 245000))
12358;;; Generated autoloads from gnus/gnus-gravatar.el 12362;;; Generated autoloads from gnus/gnus-gravatar.el
12359 12363
12360(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ 12364(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\
@@ -12371,8 +12375,8 @@ If gravatars are already displayed, remove them.
12371 12375
12372;;;*** 12376;;;***
12373 12377
12374;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (22387 39327 12378;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (22388 6372
12375;;;;;; 465708 101000)) 12379;;;;;; 124145 658000))
12376;;; Generated autoloads from gnus/gnus-group.el 12380;;; Generated autoloads from gnus/gnus-group.el
12377 12381
12378(autoload 'gnus-fetch-group "gnus-group" "\ 12382(autoload 'gnus-fetch-group "gnus-group" "\
@@ -12389,8 +12393,8 @@ Pop up a frame and enter GROUP.
12389 12393
12390;;;*** 12394;;;***
12391 12395
12392;;;### (autoloads nil "gnus-html" "gnus/gnus-html.el" (22387 39327 12396;;;### (autoloads nil "gnus-html" "gnus/gnus-html.el" (22388 6372
12393;;;;;; 466708 98000)) 12397;;;;;; 166146 71000))
12394;;; Generated autoloads from gnus/gnus-html.el 12398;;; Generated autoloads from gnus/gnus-html.el
12395 12399
12396(autoload 'gnus-article-html "gnus-html" "\ 12400(autoload 'gnus-article-html "gnus-html" "\
@@ -12405,8 +12409,8 @@ Pop up a frame and enter GROUP.
12405 12409
12406;;;*** 12410;;;***
12407 12411
12408;;;### (autoloads nil "gnus-kill" "gnus/gnus-kill.el" (22387 39327 12412;;;### (autoloads nil "gnus-kill" "gnus/gnus-kill.el" (22630 21356
12409;;;;;; 469708 87000)) 12413;;;;;; 373944 901000))
12410;;; Generated autoloads from gnus/gnus-kill.el 12414;;; Generated autoloads from gnus/gnus-kill.el
12411 12415
12412(defalias 'gnus-batch-kill 'gnus-batch-score) 12416(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -12419,8 +12423,8 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12419 12423
12420;;;*** 12424;;;***
12421 12425
12422;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (22387 39327 470708 12426;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (22388 6372 250146
12423;;;;;; 83000)) 12427;;;;;; 897000))
12424;;; Generated autoloads from gnus/gnus-ml.el 12428;;; Generated autoloads from gnus/gnus-ml.el
12425 12429
12426(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 12430(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -12443,8 +12447,8 @@ Minor mode for providing mailing-list commands.
12443 12447
12444;;;*** 12448;;;***
12445 12449
12446;;;### (autoloads nil "gnus-mlspl" "gnus/gnus-mlspl.el" (22387 39327 12450;;;### (autoloads nil "gnus-mlspl" "gnus/gnus-mlspl.el" (22388 6372
12447;;;;;; 470708 83000)) 12451;;;;;; 251146 907000))
12448;;; Generated autoloads from gnus/gnus-mlspl.el 12452;;; Generated autoloads from gnus/gnus-mlspl.el
12449 12453
12450(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 12454(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -12544,8 +12548,8 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12544 12548
12545;;;*** 12549;;;***
12546 12550
12547;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (22387 39327 12551;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (22388 6372 285147
12548;;;;;; 471708 80000)) 12552;;;;;; 241000))
12549;;; Generated autoloads from gnus/gnus-msg.el 12553;;; Generated autoloads from gnus/gnus-msg.el
12550 12554
12551(autoload 'gnus-msg-mail "gnus-msg" "\ 12555(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -12572,7 +12576,7 @@ Like `message-reply'.
12572;;;*** 12576;;;***
12573 12577
12574;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el" 12578;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el"
12575;;;;;; (22387 39327 472708 76000)) 12579;;;;;; (22388 6372 289147 280000))
12576;;; Generated autoloads from gnus/gnus-notifications.el 12580;;; Generated autoloads from gnus/gnus-notifications.el
12577 12581
12578(autoload 'gnus-notifications "gnus-notifications" "\ 12582(autoload 'gnus-notifications "gnus-notifications" "\
@@ -12588,8 +12592,8 @@ This is typically a function to add in
12588 12592
12589;;;*** 12593;;;***
12590 12594
12591;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (22387 39327 12595;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (22388 6372
12592;;;;;; 472708 76000)) 12596;;;;;; 309147 477000))
12593;;; Generated autoloads from gnus/gnus-picon.el 12597;;; Generated autoloads from gnus/gnus-picon.el
12594 12598
12595(autoload 'gnus-treat-from-picon "gnus-picon" "\ 12599(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -12612,8 +12616,8 @@ If picons are already displayed, remove them.
12612 12616
12613;;;*** 12617;;;***
12614 12618
12615;;;### (autoloads nil "gnus-range" "gnus/gnus-range.el" (22387 39327 12619;;;### (autoloads nil "gnus-range" "gnus/gnus-range.el" (22388 6372
12616;;;;;; 473708 73000)) 12620;;;;;; 328147 664000))
12617;;; Generated autoloads from gnus/gnus-range.el 12621;;; Generated autoloads from gnus/gnus-range.el
12618 12622
12619(autoload 'gnus-sorted-difference "gnus-range" "\ 12623(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -12680,8 +12684,8 @@ Add NUM into sorted LIST by side effect.
12680 12684
12681;;;*** 12685;;;***
12682 12686
12683;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (22387 12687;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (22388
12684;;;;;; 39327 473708 73000)) 12688;;;;;; 6372 330147 684000))
12685;;; Generated autoloads from gnus/gnus-registry.el 12689;;; Generated autoloads from gnus/gnus-registry.el
12686 12690
12687(autoload 'gnus-registry-initialize "gnus-registry" "\ 12691(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -12696,8 +12700,8 @@ Install the registry hooks.
12696 12700
12697;;;*** 12701;;;***
12698 12702
12699;;;### (autoloads nil "gnus-sieve" "gnus/gnus-sieve.el" (22387 39327 12703;;;### (autoloads nil "gnus-sieve" "gnus/gnus-sieve.el" (22388 6372
12700;;;;;; 476708 62000)) 12704;;;;;; 437148 736000))
12701;;; Generated autoloads from gnus/gnus-sieve.el 12705;;; Generated autoloads from gnus/gnus-sieve.el
12702 12706
12703(autoload 'gnus-sieve-update "gnus-sieve" "\ 12707(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -12724,8 +12728,8 @@ See the documentation for these variables and functions for details.
12724 12728
12725;;;*** 12729;;;***
12726 12730
12727;;;### (autoloads nil "gnus-spec" "gnus/gnus-spec.el" (22387 39327 12731;;;### (autoloads nil "gnus-spec" "gnus/gnus-spec.el" (22388 6372
12728;;;;;; 476708 62000)) 12732;;;;;; 457148 932000))
12729;;; Generated autoloads from gnus/gnus-spec.el 12733;;; Generated autoloads from gnus/gnus-spec.el
12730 12734
12731(autoload 'gnus-update-format "gnus-spec" "\ 12735(autoload 'gnus-update-format "gnus-spec" "\
@@ -12735,8 +12739,8 @@ Update the format specification near point.
12735 12739
12736;;;*** 12740;;;***
12737 12741
12738;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (22387 39327 12742;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (22388 6372
12739;;;;;; 479708 51000)) 12743;;;;;; 548149 827000))
12740;;; Generated autoloads from gnus/gnus-start.el 12744;;; Generated autoloads from gnus/gnus-start.el
12741 12745
12742(autoload 'gnus-declare-backend "gnus-start" "\ 12746(autoload 'gnus-declare-backend "gnus-start" "\
@@ -12746,8 +12750,8 @@ Declare back end NAME with ABILITIES as a Gnus back end.
12746 12750
12747;;;*** 12751;;;***
12748 12752
12749;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (22387 39327 12753;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (22388 6372 777152
12750;;;;;; 482708 41000)) 12754;;;;;; 80000))
12751;;; Generated autoloads from gnus/gnus-sum.el 12755;;; Generated autoloads from gnus/gnus-sum.el
12752 12756
12753(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ 12757(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
@@ -12758,8 +12762,8 @@ BOOKMARK is a bookmark name or a bookmark record.
12758 12762
12759;;;*** 12763;;;***
12760 12764
12761;;;### (autoloads nil "gnus-sync" "gnus/gnus-sync.el" (22387 39327 12765;;;### (autoloads nil "gnus-sync" "gnus/gnus-sync.el" (22388 6372
12762;;;;;; 486708 26000)) 12766;;;;;; 949153 772000))
12763;;; Generated autoloads from gnus/gnus-sync.el 12767;;; Generated autoloads from gnus/gnus-sync.el
12764 12768
12765(autoload 'gnus-sync-initialize "gnus-sync" "\ 12769(autoload 'gnus-sync-initialize "gnus-sync" "\
@@ -12774,8 +12778,8 @@ Install the sync hooks.
12774 12778
12775;;;*** 12779;;;***
12776 12780
12777;;;### (autoloads nil "gnus-win" "gnus/gnus-win.el" (22387 39327 12781;;;### (autoloads nil "gnus-win" "gnus/gnus-win.el" (22388 6373 115155
12778;;;;;; 491708 8000)) 12782;;;;;; 403000))
12779;;; Generated autoloads from gnus/gnus-win.el 12783;;; Generated autoloads from gnus/gnus-win.el
12780 12784
12781(autoload 'gnus-add-configuration "gnus-win" "\ 12785(autoload 'gnus-add-configuration "gnus-win" "\
@@ -12785,8 +12789,8 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12785 12789
12786;;;*** 12790;;;***
12787 12791
12788;;;### (autoloads nil "gnutls" "net/gnutls.el" (22387 39327 974706 12792;;;### (autoloads nil "gnutls" "net/gnutls.el" (22388 6377 479198
12789;;;;;; 284000)) 12793;;;;;; 321000))
12790;;; Generated autoloads from net/gnutls.el 12794;;; Generated autoloads from net/gnutls.el
12791 12795
12792(defvar gnutls-min-prime-bits 256 "\ 12796(defvar gnutls-min-prime-bits 256 "\
@@ -12802,8 +12806,8 @@ A value of nil says to use the default GnuTLS value.")
12802 12806
12803;;;*** 12807;;;***
12804 12808
12805;;;### (autoloads nil "gomoku" "play/gomoku.el" (22387 39328 263705 12809;;;### (autoloads nil "gomoku" "play/gomoku.el" (22388 6383 373256
12806;;;;;; 252000)) 12810;;;;;; 284000))
12807;;; Generated autoloads from play/gomoku.el 12811;;; Generated autoloads from play/gomoku.el
12808 12812
12809(autoload 'gomoku "gomoku" "\ 12813(autoload 'gomoku "gomoku" "\
@@ -12829,8 +12833,8 @@ Use \\[describe-mode] for more info.
12829 12833
12830;;;*** 12834;;;***
12831 12835
12832;;;### (autoloads nil "goto-addr" "net/goto-addr.el" (22387 39327 12836;;;### (autoloads nil "goto-addr" "net/goto-addr.el" (22388 6377
12833;;;;;; 974706 284000)) 12837;;;;;; 479198 321000))
12834;;; Generated autoloads from net/goto-addr.el 12838;;; Generated autoloads from net/goto-addr.el
12835 12839
12836(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 12840(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -12871,8 +12875,8 @@ Like `goto-address-mode', but only for comments and strings.
12871 12875
12872;;;*** 12876;;;***
12873 12877
12874;;;### (autoloads nil "gravatar" "gnus/gravatar.el" (22387 39327 12878;;;### (autoloads nil "gravatar" "gnus/gravatar.el" (22388 6373 208156
12875;;;;;; 494707 998000)) 12879;;;;;; 318000))
12876;;; Generated autoloads from gnus/gravatar.el 12880;;; Generated autoloads from gnus/gravatar.el
12877 12881
12878(autoload 'gravatar-retrieve "gravatar" "\ 12882(autoload 'gravatar-retrieve "gravatar" "\
@@ -12888,8 +12892,8 @@ Retrieve MAIL-ADDRESS gravatar and returns it.
12888 12892
12889;;;*** 12893;;;***
12890 12894
12891;;;### (autoloads nil "grep" "progmodes/grep.el" (22387 39328 336704 12895;;;### (autoloads nil "grep" "progmodes/grep.el" (22388 6386 514287
12892;;;;;; 992000)) 12896;;;;;; 174000))
12893;;; Generated autoloads from progmodes/grep.el 12897;;; Generated autoloads from progmodes/grep.el
12894 12898
12895(defvar grep-window-height nil "\ 12899(defvar grep-window-height nil "\
@@ -13056,7 +13060,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'.
13056 13060
13057;;;*** 13061;;;***
13058 13062
13059;;;### (autoloads nil "gs" "gs.el" (22387 39326 630711 83000)) 13063;;;### (autoloads nil "gs" "gs.el" (22388 5704 415579 226000))
13060;;; Generated autoloads from gs.el 13064;;; Generated autoloads from gs.el
13061 13065
13062(autoload 'gs-load-image "gs" "\ 13066(autoload 'gs-load-image "gs" "\
@@ -13069,8 +13073,8 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
13069 13073
13070;;;*** 13074;;;***
13071 13075
13072;;;### (autoloads nil "gud" "progmodes/gud.el" (22432 21609 981325 13076;;;### (autoloads nil "gud" "progmodes/gud.el" (22431 53468 725634
13073;;;;;; 89000)) 13077;;;;;; 240000))
13074;;; Generated autoloads from progmodes/gud.el 13078;;; Generated autoloads from progmodes/gud.el
13075 13079
13076(autoload 'gud-gdb "gud" "\ 13080(autoload 'gud-gdb "gud" "\
@@ -13172,8 +13176,8 @@ it if ARG is omitted or nil.
13172 13176
13173;;;*** 13177;;;***
13174 13178
13175;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (22490 22723 681600 13179;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (22489 43024 126096
13176;;;;;; 690000)) 13180;;;;;; 745000))
13177;;; Generated autoloads from emacs-lisp/gv.el 13181;;; Generated autoloads from emacs-lisp/gv.el
13178 13182
13179(autoload 'gv-get "gv" "\ 13183(autoload 'gv-get "gv" "\
@@ -13275,8 +13279,8 @@ binding mode.
13275 13279
13276;;;*** 13280;;;***
13277 13281
13278;;;### (autoloads nil "handwrite" "play/handwrite.el" (22387 39328 13282;;;### (autoloads nil "handwrite" "play/handwrite.el" (22388 6383
13279;;;;;; 263705 252000)) 13283;;;;;; 391256 461000))
13280;;; Generated autoloads from play/handwrite.el 13284;;; Generated autoloads from play/handwrite.el
13281 13285
13282(autoload 'handwrite "handwrite" "\ 13286(autoload 'handwrite "handwrite" "\
@@ -13293,8 +13297,8 @@ Variables: `handwrite-linespace' (default 12)
13293 13297
13294;;;*** 13298;;;***
13295 13299
13296;;;### (autoloads nil "hanoi" "play/hanoi.el" (22387 39328 264705 13300;;;### (autoloads nil "hanoi" "play/hanoi.el" (22388 6383 415256
13297;;;;;; 249000)) 13301;;;;;; 698000))
13298;;; Generated autoloads from play/hanoi.el 13302;;; Generated autoloads from play/hanoi.el
13299 13303
13300(autoload 'hanoi "hanoi" "\ 13304(autoload 'hanoi "hanoi" "\
@@ -13321,8 +13325,8 @@ to be updated.
13321 13325
13322;;;*** 13326;;;***
13323 13327
13324;;;### (autoloads nil "hashcash" "mail/hashcash.el" (22387 39327 13328;;;### (autoloads nil "hashcash" "mail/hashcash.el" (22388 6375 557179
13325;;;;;; 924706 463000)) 13329;;;;;; 420000))
13326;;; Generated autoloads from mail/hashcash.el 13330;;; Generated autoloads from mail/hashcash.el
13327 13331
13328(autoload 'hashcash-insert-payment "hashcash" "\ 13332(autoload 'hashcash-insert-payment "hashcash" "\
@@ -13364,8 +13368,8 @@ Prefix arg sets default accept amount temporarily.
13364 13368
13365;;;*** 13369;;;***
13366 13370
13367;;;### (autoloads nil "help-at-pt" "help-at-pt.el" (22387 39326 631711 13371;;;### (autoloads nil "help-at-pt" "help-at-pt.el" (22388 5704 419579
13368;;;;;; 79000)) 13372;;;;;; 265000))
13369;;; Generated autoloads from help-at-pt.el 13373;;; Generated autoloads from help-at-pt.el
13370 13374
13371(autoload 'help-at-pt-string "help-at-pt" "\ 13375(autoload 'help-at-pt-string "help-at-pt" "\
@@ -13492,8 +13496,8 @@ different regions. With numeric argument ARG, behaves like
13492 13496
13493;;;*** 13497;;;***
13494 13498
13495;;;### (autoloads nil "help-fns" "help-fns.el" (22578 62356 721212 13499;;;### (autoloads nil "help-fns" "help-fns.el" (22587 10177 774473
13496;;;;;; 132000)) 13500;;;;;; 677000))
13497;;; Generated autoloads from help-fns.el 13501;;; Generated autoloads from help-fns.el
13498 13502
13499(autoload 'describe-function "help-fns" "\ 13503(autoload 'describe-function "help-fns" "\
@@ -13581,8 +13585,8 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file.
13581 13585
13582;;;*** 13586;;;***
13583 13587
13584;;;### (autoloads nil "help-macro" "help-macro.el" (22387 39326 632711 13588;;;### (autoloads nil "help-macro" "help-macro.el" (22388 5704 462579
13585;;;;;; 75000)) 13589;;;;;; 689000))
13586;;; Generated autoloads from help-macro.el 13590;;; Generated autoloads from help-macro.el
13587 13591
13588(defvar three-step-help nil "\ 13592(defvar three-step-help nil "\
@@ -13596,8 +13600,8 @@ gives the window that lists the options.")
13596 13600
13597;;;*** 13601;;;***
13598 13602
13599;;;### (autoloads nil "help-mode" "help-mode.el" (22578 62356 721212 13603;;;### (autoloads nil "help-mode" "help-mode.el" (22587 10177 774473
13600;;;;;; 132000)) 13604;;;;;; 677000))
13601;;; Generated autoloads from help-mode.el 13605;;; Generated autoloads from help-mode.el
13602 13606
13603(autoload 'help-mode "help-mode" "\ 13607(autoload 'help-mode "help-mode" "\
@@ -13698,8 +13702,8 @@ BOOKMARK is a bookmark name or a bookmark record.
13698 13702
13699;;;*** 13703;;;***
13700 13704
13701;;;### (autoloads nil "helper" "emacs-lisp/helper.el" (22387 39327 13705;;;### (autoloads nil "helper" "emacs-lisp/helper.el" (22388 6369
13702;;;;;; 307708 665000)) 13706;;;;;; 433119 193000))
13703;;; Generated autoloads from emacs-lisp/helper.el 13707;;; Generated autoloads from emacs-lisp/helper.el
13704 13708
13705(autoload 'Helper-describe-bindings "helper" "\ 13709(autoload 'Helper-describe-bindings "helper" "\
@@ -13714,7 +13718,7 @@ Provide help for current mode.
13714 13718
13715;;;*** 13719;;;***
13716 13720
13717;;;### (autoloads nil "hexl" "hexl.el" (22387 39326 635711 65000)) 13721;;;### (autoloads nil "hexl" "hexl.el" (22388 5704 524580 299000))
13718;;; Generated autoloads from hexl.el 13722;;; Generated autoloads from hexl.el
13719 13723
13720(autoload 'hexl-mode "hexl" "\ 13724(autoload 'hexl-mode "hexl" "\
@@ -13808,8 +13812,7 @@ This discards the buffer's undo information.
13808 13812
13809;;;*** 13813;;;***
13810 13814
13811;;;### (autoloads nil "hi-lock" "hi-lock.el" (22387 39326 636711 13815;;;### (autoloads nil "hi-lock" "hi-lock.el" (22388 5704 575580 800000))
13812;;;;;; 61000))
13813;;; Generated autoloads from hi-lock.el 13816;;; Generated autoloads from hi-lock.el
13814 13817
13815(autoload 'hi-lock-mode "hi-lock" "\ 13818(autoload 'hi-lock-mode "hi-lock" "\
@@ -13977,8 +13980,8 @@ be found in variable `hi-lock-interactive-patterns'.
13977 13980
13978;;;*** 13981;;;***
13979 13982
13980;;;### (autoloads nil "hideif" "progmodes/hideif.el" (22387 39328 13983;;;### (autoloads nil "hideif" "progmodes/hideif.el" (22388 6386
13981;;;;;; 338704 984000)) 13984;;;;;; 684288 846000))
13982;;; Generated autoloads from progmodes/hideif.el 13985;;; Generated autoloads from progmodes/hideif.el
13983 13986
13984(autoload 'hide-ifdef-mode "hideif" "\ 13987(autoload 'hide-ifdef-mode "hideif" "\
@@ -14025,8 +14028,8 @@ Several variables affect how the hiding is done:
14025 14028
14026;;;*** 14029;;;***
14027 14030
14028;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (22387 39328 14031;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (22388 6386
14029;;;;;; 339704 981000)) 14032;;;;;; 703289 33000))
14030;;; Generated autoloads from progmodes/hideshow.el 14033;;; Generated autoloads from progmodes/hideshow.el
14031 14034
14032(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))) "\ 14035(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))) "\
@@ -14088,8 +14091,8 @@ Unconditionally turn off `hs-minor-mode'.
14088 14091
14089;;;*** 14092;;;***
14090 14093
14091;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (22387 39326 637711 14094;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (22388 5704 576580
14092;;;;;; 58000)) 14095;;;;;; 810000))
14093;;; Generated autoloads from hilit-chg.el 14096;;; Generated autoloads from hilit-chg.el
14094 14097
14095(autoload 'highlight-changes-mode "hilit-chg" "\ 14098(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -14221,8 +14224,8 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
14221 14224
14222;;;*** 14225;;;***
14223 14226
14224;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (22387 39326 638711 14227;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (22388 5704 619581
14225;;;;;; 54000)) 14228;;;;;; 232000))
14226;;; Generated autoloads from hippie-exp.el 14229;;; Generated autoloads from hippie-exp.el
14227(push (purecopy '(hippie-exp 1 6)) package--builtin-versions) 14230(push (purecopy '(hippie-exp 1 6)) package--builtin-versions)
14228 14231
@@ -14254,8 +14257,7 @@ argument VERBOSE non-nil makes the function verbose.
14254 14257
14255;;;*** 14258;;;***
14256 14259
14257;;;### (autoloads nil "hl-line" "hl-line.el" (22387 39326 638711 14260;;;### (autoloads nil "hl-line" "hl-line.el" (22388 5704 621581 252000))
14258;;;;;; 54000))
14259;;; Generated autoloads from hl-line.el 14261;;; Generated autoloads from hl-line.el
14260 14262
14261(autoload 'hl-line-mode "hl-line" "\ 14263(autoload 'hl-line-mode "hl-line" "\
@@ -14305,8 +14307,8 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
14305 14307
14306;;;*** 14308;;;***
14307 14309
14308;;;### (autoloads nil "holidays" "calendar/holidays.el" (22387 39327 14310;;;### (autoloads nil "holidays" "calendar/holidays.el" (22388 6368
14309;;;;;; 110709 369000)) 14311;;;;;; 119106 271000))
14310;;; Generated autoloads from calendar/holidays.el 14312;;; Generated autoloads from calendar/holidays.el
14311 14313
14312(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"))) "\ 14314(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"))) "\
@@ -14416,8 +14418,8 @@ The optional LABEL is used to label the buffer created.
14416 14418
14417;;;*** 14419;;;***
14418 14420
14419;;;### (autoloads nil "html2text" "gnus/html2text.el" (22387 39327 14421;;;### (autoloads nil "html2text" "gnus/html2text.el" (22388 6373
14420;;;;;; 495707 994000)) 14422;;;;;; 233156 564000))
14421;;; Generated autoloads from gnus/html2text.el 14423;;; Generated autoloads from gnus/html2text.el
14422 14424
14423(autoload 'html2text "html2text" "\ 14425(autoload 'html2text "html2text" "\
@@ -14427,8 +14429,8 @@ Convert HTML to plain text in the current buffer.
14427 14429
14428;;;*** 14430;;;***
14429 14431
14430;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (22387 39326 14432;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (22630 21356
14431;;;;;; 639711 51000)) 14433;;;;;; 376944 943000))
14432;;; Generated autoloads from htmlfontify.el 14434;;; Generated autoloads from htmlfontify.el
14433(push (purecopy '(htmlfontify 0 21)) package--builtin-versions) 14435(push (purecopy '(htmlfontify 0 21)) package--builtin-versions)
14434 14436
@@ -14461,8 +14463,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'.
14461 14463
14462;;;*** 14464;;;***
14463 14465
14464;;;### (autoloads nil "ibuf-macs" "ibuf-macs.el" (22387 39326 641711 14466;;;### (autoloads nil "ibuf-macs" "ibuf-macs.el" (22388 5704 724582
14465;;;;;; 43000)) 14467;;;;;; 265000))
14466;;; Generated autoloads from ibuf-macs.el 14468;;; Generated autoloads from ibuf-macs.el
14467 14469
14468(autoload 'define-ibuffer-column "ibuf-macs" "\ 14470(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -14564,8 +14566,7 @@ bound to the current value of the filter.
14564 14566
14565;;;*** 14567;;;***
14566 14568
14567;;;### (autoloads nil "ibuffer" "ibuffer.el" (22387 39326 642711 14569;;;### (autoloads nil "ibuffer" "ibuffer.el" (22388 5704 764582 658000))
14568;;;;;; 40000))
14569;;; Generated autoloads from ibuffer.el 14570;;; Generated autoloads from ibuffer.el
14570 14571
14571(autoload 'ibuffer-list-buffers "ibuffer" "\ 14572(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -14604,8 +14605,8 @@ FORMATS is the value to use for `ibuffer-formats'.
14604 14605
14605;;;*** 14606;;;***
14606 14607
14607;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (22578 14608;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (22587
14608;;;;;; 62356 713212 175000)) 14609;;;;;; 10177 756473 425000))
14609;;; Generated autoloads from calendar/icalendar.el 14610;;; Generated autoloads from calendar/icalendar.el
14610(push (purecopy '(icalendar 0 19)) package--builtin-versions) 14611(push (purecopy '(icalendar 0 19)) package--builtin-versions)
14611 14612
@@ -14658,8 +14659,8 @@ buffer `*icalendar-errors*'.
14658 14659
14659;;;*** 14660;;;***
14660 14661
14661;;;### (autoloads nil "icomplete" "icomplete.el" (22387 39326 643711 14662;;;### (autoloads nil "icomplete" "icomplete.el" (22388 5704 805583
14662;;;;;; 36000)) 14663;;;;;; 62000))
14663;;; Generated autoloads from icomplete.el 14664;;; Generated autoloads from icomplete.el
14664 14665
14665(defvar icomplete-mode nil "\ 14666(defvar icomplete-mode nil "\
@@ -14699,8 +14700,8 @@ completions:
14699 14700
14700;;;*** 14701;;;***
14701 14702
14702;;;### (autoloads nil "icon" "progmodes/icon.el" (22387 39328 340704 14703;;;### (autoloads nil "icon" "progmodes/icon.el" (22388 6386 724289
14703;;;;;; 977000)) 14704;;;;;; 240000))
14704;;; Generated autoloads from progmodes/icon.el 14705;;; Generated autoloads from progmodes/icon.el
14705 14706
14706(autoload 'icon-mode "icon" "\ 14707(autoload 'icon-mode "icon" "\
@@ -14740,8 +14741,8 @@ with no args, if that value is non-nil.
14740 14741
14741;;;*** 14742;;;***
14742 14743
14743;;;### (autoloads nil "idlw-shell" "progmodes/idlw-shell.el" (22387 14744;;;### (autoloads nil "idlw-shell" "progmodes/idlw-shell.el" (22388
14744;;;;;; 39328 342704 970000)) 14745;;;;;; 6386 833290 311000))
14745;;; Generated autoloads from progmodes/idlw-shell.el 14746;;; Generated autoloads from progmodes/idlw-shell.el
14746 14747
14747(autoload 'idlwave-shell "idlw-shell" "\ 14748(autoload 'idlwave-shell "idlw-shell" "\
@@ -14766,8 +14767,8 @@ See also the variable `idlwave-shell-prompt-pattern'.
14766 14767
14767;;;*** 14768;;;***
14768 14769
14769;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (22578 62356 14770;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (22587 10177
14770;;;;;; 741212 24000)) 14771;;;;;; 800474 42000))
14771;;; Generated autoloads from progmodes/idlwave.el 14772;;; Generated autoloads from progmodes/idlwave.el
14772(push (purecopy '(idlwave 6 1 22)) package--builtin-versions) 14773(push (purecopy '(idlwave 6 1 22)) package--builtin-versions)
14773 14774
@@ -14896,7 +14897,7 @@ The main features of this mode are
14896 14897
14897;;;*** 14898;;;***
14898 14899
14899;;;### (autoloads nil "ido" "ido.el" (22387 39326 645711 29000)) 14900;;;### (autoloads nil "ido" "ido.el" (22388 5704 862583 622000))
14900;;; Generated autoloads from ido.el 14901;;; Generated autoloads from ido.el
14901 14902
14902(defvar ido-mode nil "\ 14903(defvar ido-mode nil "\
@@ -15158,7 +15159,7 @@ DEF, if non-nil, is the default value.
15158 15159
15159;;;*** 15160;;;***
15160 15161
15161;;;### (autoloads nil "ielm" "ielm.el" (22387 39326 646711 25000)) 15162;;;### (autoloads nil "ielm" "ielm.el" (22388 5704 921584 203000))
15162;;; Generated autoloads from ielm.el 15163;;; Generated autoloads from ielm.el
15163 15164
15164(autoload 'ielm "ielm" "\ 15165(autoload 'ielm "ielm" "\
@@ -15170,7 +15171,7 @@ See `inferior-emacs-lisp-mode' for details.
15170 15171
15171;;;*** 15172;;;***
15172 15173
15173;;;### (autoloads nil "iimage" "iimage.el" (22387 39326 646711 25000)) 15174;;;### (autoloads nil "iimage" "iimage.el" (22388 5704 924584 232000))
15174;;; Generated autoloads from iimage.el 15175;;; Generated autoloads from iimage.el
15175 15176
15176(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") 15177(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")
@@ -15186,7 +15187,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
15186 15187
15187;;;*** 15188;;;***
15188 15189
15189;;;### (autoloads nil "image" "image.el" (22387 39326 650711 11000)) 15190;;;### (autoloads nil "image" "image.el" (22388 5705 444589 346000))
15190;;; Generated autoloads from image.el 15191;;; Generated autoloads from image.el
15191 15192
15192(autoload 'image-type-from-data "image" "\ 15193(autoload 'image-type-from-data "image" "\
@@ -15379,8 +15380,8 @@ If Emacs is compiled without ImageMagick support, this does nothing.
15379 15380
15380;;;*** 15381;;;***
15381 15382
15382;;;### (autoloads nil "image-dired" "image-dired.el" (22387 39326 15383;;;### (autoloads nil "image-dired" "image-dired.el" (22388 5705
15383;;;;;; 648711 18000)) 15384;;;;;; 150586 455000))
15384;;; Generated autoloads from image-dired.el 15385;;; Generated autoloads from image-dired.el
15385(push (purecopy '(image-dired 0 4 11)) package--builtin-versions) 15386(push (purecopy '(image-dired 0 4 11)) package--builtin-versions)
15386 15387
@@ -15517,8 +15518,8 @@ easy-to-use form.
15517 15518
15518;;;*** 15519;;;***
15519 15520
15520;;;### (autoloads nil "image-file" "image-file.el" (22387 39326 649711 15521;;;### (autoloads nil "image-file" "image-file.el" (22388 5705 201586
15521;;;;;; 15000)) 15522;;;;;; 957000))
15522;;; Generated autoloads from image-file.el 15523;;; Generated autoloads from image-file.el
15523 15524
15524(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 15525(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -15581,8 +15582,8 @@ An image file is one whose name has an extension in
15581 15582
15582;;;*** 15583;;;***
15583 15584
15584;;;### (autoloads nil "image-mode" "image-mode.el" (22387 39326 649711 15585;;;### (autoloads nil "image-mode" "image-mode.el" (22388 5705 201586
15585;;;;;; 15000)) 15586;;;;;; 957000))
15586;;; Generated autoloads from image-mode.el 15587;;; Generated autoloads from image-mode.el
15587 15588
15588(autoload 'image-mode "image-mode" "\ 15589(autoload 'image-mode "image-mode" "\
@@ -15629,7 +15630,7 @@ on these modes.
15629 15630
15630;;;*** 15631;;;***
15631 15632
15632;;;### (autoloads nil "imenu" "imenu.el" (22387 39326 651711 8000)) 15633;;;### (autoloads nil "imenu" "imenu.el" (22388 5705 445589 356000))
15633;;; Generated autoloads from imenu.el 15634;;; Generated autoloads from imenu.el
15634 15635
15635(defvar imenu-sort-function nil "\ 15636(defvar imenu-sort-function nil "\
@@ -15767,8 +15768,8 @@ for more information.
15767 15768
15768;;;*** 15769;;;***
15769 15770
15770;;;### (autoloads nil "ind-util" "language/ind-util.el" (22578 62356 15771;;;### (autoloads nil "ind-util" "language/ind-util.el" (22587 10177
15771;;;;;; 725212 110000)) 15772;;;;;; 779473 747000))
15772;;; Generated autoloads from language/ind-util.el 15773;;; Generated autoloads from language/ind-util.el
15773 15774
15774(autoload 'indian-compose-region "ind-util" "\ 15775(autoload 'indian-compose-region "ind-util" "\
@@ -15798,8 +15799,8 @@ Convert old Emacs Devanagari characters to UCS.
15798 15799
15799;;;*** 15800;;;***
15800 15801
15801;;;### (autoloads nil "inf-lisp" "progmodes/inf-lisp.el" (22387 39328 15802;;;### (autoloads nil "inf-lisp" "progmodes/inf-lisp.el" (22388 6387
15802;;;;;; 351704 938000)) 15803;;;;;; 122293 154000))
15803;;; Generated autoloads from progmodes/inf-lisp.el 15804;;; Generated autoloads from progmodes/inf-lisp.el
15804 15805
15805(autoload 'inferior-lisp "inf-lisp" "\ 15806(autoload 'inferior-lisp "inf-lisp" "\
@@ -15817,7 +15818,7 @@ of `inferior-lisp-program'). Runs the hooks from
15817 15818
15818;;;*** 15819;;;***
15819 15820
15820;;;### (autoloads nil "info" "info.el" (22578 62356 723212 121000)) 15821;;;### (autoloads nil "info" "info.el" (22587 10177 776473 705000))
15821;;; Generated autoloads from info.el 15822;;; Generated autoloads from info.el
15822 15823
15823(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))))) "\ 15824(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))))) "\
@@ -16029,8 +16030,8 @@ completion alternatives to currently visited manuals.
16029 16030
16030;;;*** 16031;;;***
16031 16032
16032;;;### (autoloads nil "info-look" "info-look.el" (22387 39326 652711 16033;;;### (autoloads nil "info-look" "info-look.el" (22388 5705 484589
16033;;;;;; 4000)) 16034;;;;;; 739000))
16034;;; Generated autoloads from info-look.el 16035;;; Generated autoloads from info-look.el
16035 16036
16036(autoload 'info-lookup-reset "info-look" "\ 16037(autoload 'info-lookup-reset "info-look" "\
@@ -16077,8 +16078,8 @@ Perform completion on file preceding point.
16077 16078
16078;;;*** 16079;;;***
16079 16080
16080;;;### (autoloads nil "info-xref" "info-xref.el" (22387 39326 653711 16081;;;### (autoloads nil "info-xref" "info-xref.el" (22388 5705 523590
16081;;;;;; 0)) 16082;;;;;; 123000))
16082;;; Generated autoloads from info-xref.el 16083;;; Generated autoloads from info-xref.el
16083(push (purecopy '(info-xref 3)) package--builtin-versions) 16084(push (purecopy '(info-xref 3)) package--builtin-versions)
16084 16085
@@ -16161,8 +16162,8 @@ the sources handy.
16161 16162
16162;;;*** 16163;;;***
16163 16164
16164;;;### (autoloads nil "informat" "informat.el" (22387 39326 656710 16165;;;### (autoloads nil "informat" "informat.el" (22388 5705 689591
16165;;;;;; 990000)) 16166;;;;;; 755000))
16166;;; Generated autoloads from informat.el 16167;;; Generated autoloads from informat.el
16167 16168
16168(autoload 'Info-tagify "informat" "\ 16169(autoload 'Info-tagify "informat" "\
@@ -16207,8 +16208,8 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
16207 16208
16208;;;*** 16209;;;***
16209 16210
16210;;;### (autoloads nil "inline" "emacs-lisp/inline.el" (22387 39327 16211;;;### (autoloads nil "inline" "emacs-lisp/inline.el" (22630 21356
16211;;;;;; 307708 665000)) 16212;;;;;; 366944 802000))
16212;;; Generated autoloads from emacs-lisp/inline.el 16213;;; Generated autoloads from emacs-lisp/inline.el
16213 16214
16214(autoload 'define-inline "inline" "\ 16215(autoload 'define-inline "inline" "\
@@ -16222,8 +16223,8 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
16222 16223
16223;;;*** 16224;;;***
16224 16225
16225;;;### (autoloads nil "inversion" "cedet/inversion.el" (22387 39327 16226;;;### (autoloads nil "inversion" "cedet/inversion.el" (22388 6368
16226;;;;;; 136709 276000)) 16227;;;;;; 463109 654000))
16227;;; Generated autoloads from cedet/inversion.el 16228;;; Generated autoloads from cedet/inversion.el
16228(push (purecopy '(inversion 1 3)) package--builtin-versions) 16229(push (purecopy '(inversion 1 3)) package--builtin-versions)
16229 16230
@@ -16235,8 +16236,8 @@ Only checks one based on which kind of Emacs is being run.
16235 16236
16236;;;*** 16237;;;***
16237 16238
16238;;;### (autoloads nil "isearch-x" "international/isearch-x.el" (22387 16239;;;### (autoloads nil "isearch-x" "international/isearch-x.el" (22388
16239;;;;;; 39327 581707 687000)) 16240;;;;;; 6374 396168 1000))
16240;;; Generated autoloads from international/isearch-x.el 16241;;; Generated autoloads from international/isearch-x.el
16241 16242
16242(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 16243(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -16256,8 +16257,8 @@ Toggle input method in interactive search.
16256 16257
16257;;;*** 16258;;;***
16258 16259
16259;;;### (autoloads nil "isearchb" "isearchb.el" (22387 39326 658710 16260;;;### (autoloads nil "isearchb" "isearchb.el" (22388 5705 752592
16260;;;;;; 983000)) 16261;;;;;; 375000))
16261;;; Generated autoloads from isearchb.el 16262;;; Generated autoloads from isearchb.el
16262(push (purecopy '(isearchb 1 5)) package--builtin-versions) 16263(push (purecopy '(isearchb 1 5)) package--builtin-versions)
16263 16264
@@ -16271,8 +16272,8 @@ accessed via isearchb.
16271 16272
16272;;;*** 16273;;;***
16273 16274
16274;;;### (autoloads nil "iso-cvt" "international/iso-cvt.el" (22387 16275;;;### (autoloads nil "iso-cvt" "international/iso-cvt.el" (22388
16275;;;;;; 39327 582707 684000)) 16276;;;;;; 6374 400168 41000))
16276;;; Generated autoloads from international/iso-cvt.el 16277;;; Generated autoloads from international/iso-cvt.el
16277 16278
16278(autoload 'iso-spanish "iso-cvt" "\ 16279(autoload 'iso-spanish "iso-cvt" "\
@@ -16363,15 +16364,15 @@ Add submenus to the File menu, to convert to and from various formats.
16363;;;*** 16364;;;***
16364 16365
16365;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 16366;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
16366;;;;;; (22387 39327 583707 680000)) 16367;;;;;; (22388 6374 403168 70000))
16367;;; Generated autoloads from international/iso-transl.el 16368;;; Generated autoloads from international/iso-transl.el
16368 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 16369 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
16369 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap) 16370 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap)
16370 16371
16371;;;*** 16372;;;***
16372 16373
16373;;;### (autoloads nil "ispell" "textmodes/ispell.el" (22387 39328 16374;;;### (autoloads nil "ispell" "textmodes/ispell.el" (22388 6389
16374;;;;;; 536704 278000)) 16375;;;;;; 418315 733000))
16375;;; Generated autoloads from textmodes/ispell.el 16376;;; Generated autoloads from textmodes/ispell.el
16376 16377
16377(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 16378(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
@@ -16604,8 +16605,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
16604 16605
16605;;;*** 16606;;;***
16606 16607
16607;;;### (autoloads nil "japan-util" "language/japan-util.el" (22387 16608;;;### (autoloads nil "japan-util" "language/japan-util.el" (22388
16608;;;;;; 39327 660707 405000)) 16609;;;;;; 6375 363177 511000))
16609;;; Generated autoloads from language/japan-util.el 16610;;; Generated autoloads from language/japan-util.el
16610 16611
16611(autoload 'setup-japanese-environment-internal "japan-util" "\ 16612(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -16682,8 +16683,8 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16682 16683
16683;;;*** 16684;;;***
16684 16685
16685;;;### (autoloads nil "jka-compr" "jka-compr.el" (22387 39326 660710 16686;;;### (autoloads nil "jka-compr" "jka-compr.el" (22388 5705 804592
16686;;;;;; 976000)) 16687;;;;;; 887000))
16687;;; Generated autoloads from jka-compr.el 16688;;; Generated autoloads from jka-compr.el
16688 16689
16689(defvar jka-compr-inhibit nil "\ 16690(defvar jka-compr-inhibit nil "\
@@ -16706,8 +16707,8 @@ by `jka-compr-installed'.
16706 16707
16707;;;*** 16708;;;***
16708 16709
16709;;;### (autoloads nil "js" "progmodes/js.el" (22578 62356 742212 16710;;;### (autoloads nil "js" "progmodes/js.el" (22630 21356 407945
16710;;;;;; 19000)) 16711;;;;;; 377000))
16711;;; Generated autoloads from progmodes/js.el 16712;;; Generated autoloads from progmodes/js.el
16712(push (purecopy '(js 9)) package--builtin-versions) 16713(push (purecopy '(js 9)) package--builtin-versions)
16713 16714
@@ -16734,14 +16735,14 @@ locally, like so:
16734 16735
16735;;;*** 16736;;;***
16736 16737
16737;;;### (autoloads nil "json" "json.el" (22387 39326 661710 972000)) 16738;;;### (autoloads nil "json" "json.el" (22388 5705 807592 916000))
16738;;; Generated autoloads from json.el 16739;;; Generated autoloads from json.el
16739(push (purecopy '(json 1 4)) package--builtin-versions) 16740(push (purecopy '(json 1 4)) package--builtin-versions)
16740 16741
16741;;;*** 16742;;;***
16742 16743
16743;;;### (autoloads nil "keypad" "emulation/keypad.el" (22387 39327 16744;;;### (autoloads nil "keypad" "emulation/keypad.el" (22388 6369
16744;;;;;; 368708 448000)) 16745;;;;;; 920123 983000))
16745;;; Generated autoloads from emulation/keypad.el 16746;;; Generated autoloads from emulation/keypad.el
16746 16747
16747(defvar keypad-setup nil "\ 16748(defvar keypad-setup nil "\
@@ -16796,8 +16797,8 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
16796 16797
16797;;;*** 16798;;;***
16798 16799
16799;;;### (autoloads nil "kinsoku" "international/kinsoku.el" (22387 16800;;;### (autoloads nil "kinsoku" "international/kinsoku.el" (22388
16800;;;;;; 39327 593707 644000)) 16801;;;;;; 6374 423168 267000))
16801;;; Generated autoloads from international/kinsoku.el 16802;;; Generated autoloads from international/kinsoku.el
16802 16803
16803(autoload 'kinsoku "kinsoku" "\ 16804(autoload 'kinsoku "kinsoku" "\
@@ -16818,8 +16819,8 @@ the context of text formatting.
16818 16819
16819;;;*** 16820;;;***
16820 16821
16821;;;### (autoloads nil "kkc" "international/kkc.el" (22387 39327 594707 16822;;;### (autoloads nil "kkc" "international/kkc.el" (22388 6374 436168
16822;;;;;; 641000)) 16823;;;;;; 395000))
16823;;; Generated autoloads from international/kkc.el 16824;;; Generated autoloads from international/kkc.el
16824 16825
16825(defvar kkc-after-update-conversion-functions nil "\ 16826(defvar kkc-after-update-conversion-functions nil "\
@@ -16841,7 +16842,7 @@ and the return value is the length of the conversion.
16841 16842
16842;;;*** 16843;;;***
16843 16844
16844;;;### (autoloads nil "kmacro" "kmacro.el" (22387 39326 662710 968000)) 16845;;;### (autoloads nil "kmacro" "kmacro.el" (22388 5705 847593 309000))
16845;;; Generated autoloads from kmacro.el 16846;;; Generated autoloads from kmacro.el
16846 (global-set-key "\C-x(" 'kmacro-start-macro) 16847 (global-set-key "\C-x(" 'kmacro-start-macro)
16847 (global-set-key "\C-x)" 'kmacro-end-macro) 16848 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -16953,8 +16954,8 @@ If kbd macro currently being defined end it before activating it.
16953 16954
16954;;;*** 16955;;;***
16955 16956
16956;;;### (autoloads nil "korea-util" "language/korea-util.el" (22387 16957;;;### (autoloads nil "korea-util" "language/korea-util.el" (22388
16957;;;;;; 39327 661707 402000)) 16958;;;;;; 6375 366177 541000))
16958;;; Generated autoloads from language/korea-util.el 16959;;; Generated autoloads from language/korea-util.el
16959 16960
16960(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ 16961(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
@@ -16968,8 +16969,8 @@ The kind of Korean keyboard for Korean input method.
16968 16969
16969;;;*** 16970;;;***
16970 16971
16971;;;### (autoloads nil "lao-util" "language/lao-util.el" (22387 39327 16972;;;### (autoloads nil "lao-util" "language/lao-util.el" (22388 6375
16972;;;;;; 662707 398000)) 16973;;;;;; 368177 560000))
16973;;; Generated autoloads from language/lao-util.el 16974;;; Generated autoloads from language/lao-util.el
16974 16975
16975(autoload 'lao-compose-string "lao-util" "\ 16976(autoload 'lao-compose-string "lao-util" "\
@@ -17006,8 +17007,8 @@ Transcribe Romanized Lao string STR to Lao character string.
17006 17007
17007;;;*** 17008;;;***
17008 17009
17009;;;### (autoloads nil "latexenc" "international/latexenc.el" (22387 17010;;;### (autoloads nil "latexenc" "international/latexenc.el" (22388
17010;;;;;; 39327 594707 641000)) 17011;;;;;; 6374 439168 424000))
17011;;; Generated autoloads from international/latexenc.el 17012;;; Generated autoloads from international/latexenc.el
17012 17013
17013(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))) "\ 17014(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))) "\
@@ -17039,7 +17040,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
17039;;;*** 17040;;;***
17040 17041
17041;;;### (autoloads nil "latin1-disp" "international/latin1-disp.el" 17042;;;### (autoloads nil "latin1-disp" "international/latin1-disp.el"
17042;;;;;; (22387 39327 607707 594000)) 17043;;;;;; (22388 6374 462168 650000))
17043;;; Generated autoloads from international/latin1-disp.el 17044;;; Generated autoloads from international/latin1-disp.el
17044 17045
17045(defvar latin1-display nil "\ 17046(defvar latin1-display nil "\
@@ -17080,8 +17081,8 @@ use either \\[customize] or the function `latin1-display'.")
17080 17081
17081;;;*** 17082;;;***
17082 17083
17083;;;### (autoloads nil "ld-script" "progmodes/ld-script.el" (22387 17084;;;### (autoloads nil "ld-script" "progmodes/ld-script.el" (22388
17084;;;;;; 39328 365704 888000)) 17085;;;;;; 6387 218294 98000))
17085;;; Generated autoloads from progmodes/ld-script.el 17086;;; Generated autoloads from progmodes/ld-script.el
17086 17087
17087(autoload 'ld-script-mode "ld-script" "\ 17088(autoload 'ld-script-mode "ld-script" "\
@@ -17091,8 +17092,8 @@ A major mode to edit GNU ld script files
17091 17092
17092;;;*** 17093;;;***
17093 17094
17094;;;### (autoloads nil "let-alist" "emacs-lisp/let-alist.el" (22387 17095;;;### (autoloads nil "let-alist" "emacs-lisp/let-alist.el" (22388
17095;;;;;; 39327 308708 662000)) 17096;;;;;; 6369 450119 360000))
17096;;; Generated autoloads from emacs-lisp/let-alist.el 17097;;; Generated autoloads from emacs-lisp/let-alist.el
17097(push (purecopy '(let-alist 1 0 4)) package--builtin-versions) 17098(push (purecopy '(let-alist 1 0 4)) package--builtin-versions)
17098 17099
@@ -17131,7 +17132,7 @@ displayed in the example above.
17131 17132
17132;;;*** 17133;;;***
17133 17134
17134;;;### (autoloads nil "life" "play/life.el" (22387 39328 265705 245000)) 17135;;;### (autoloads nil "life" "play/life.el" (22388 6383 419256 737000))
17135;;; Generated autoloads from play/life.el 17136;;; Generated autoloads from play/life.el
17136 17137
17137(autoload 'life "life" "\ 17138(autoload 'life "life" "\
@@ -17144,7 +17145,7 @@ generations (this defaults to 1).
17144 17145
17145;;;*** 17146;;;***
17146 17147
17147;;;### (autoloads nil "linum" "linum.el" (22387 39326 675710 922000)) 17148;;;### (autoloads nil "linum" "linum.el" (22388 5706 317597 931000))
17148;;; Generated autoloads from linum.el 17149;;; Generated autoloads from linum.el
17149(push (purecopy '(linum 0 9 24)) package--builtin-versions) 17150(push (purecopy '(linum 0 9 24)) package--builtin-versions)
17150 17151
@@ -17182,8 +17183,8 @@ See `linum-mode' for more information on Linum mode.
17182 17183
17183;;;*** 17184;;;***
17184 17185
17185;;;### (autoloads nil "loadhist" "loadhist.el" (22387 39326 685710 17186;;;### (autoloads nil "loadhist" "loadhist.el" (22388 5706 319597
17186;;;;;; 886000)) 17187;;;;;; 951000))
17187;;; Generated autoloads from loadhist.el 17188;;; Generated autoloads from loadhist.el
17188 17189
17189(autoload 'unload-feature "loadhist" "\ 17190(autoload 'unload-feature "loadhist" "\
@@ -17214,7 +17215,7 @@ something strange, such as redefining an Emacs function.
17214 17215
17215;;;*** 17216;;;***
17216 17217
17217;;;### (autoloads nil "locate" "locate.el" (22387 39326 686710 883000)) 17218;;;### (autoloads nil "locate" "locate.el" (22388 5706 360598 354000))
17218;;; Generated autoloads from locate.el 17219;;; Generated autoloads from locate.el
17219 17220
17220(defvar locate-ls-subdir-switches (purecopy "-al") "\ 17221(defvar locate-ls-subdir-switches (purecopy "-al") "\
@@ -17266,8 +17267,8 @@ except that FILTER is not optional.
17266 17267
17267;;;*** 17268;;;***
17268 17269
17269;;;### (autoloads nil "log-edit" "vc/log-edit.el" (22387 39328 663703 17270;;;### (autoloads nil "log-edit" "vc/log-edit.el" (22388 6391 125332
17270;;;;;; 824000)) 17271;;;;;; 520000))
17271;;; Generated autoloads from vc/log-edit.el 17272;;; Generated autoloads from vc/log-edit.el
17272 17273
17273(autoload 'log-edit "log-edit" "\ 17274(autoload 'log-edit "log-edit" "\
@@ -17298,8 +17299,8 @@ done. Otherwise, it uses the current buffer.
17298 17299
17299;;;*** 17300;;;***
17300 17301
17301;;;### (autoloads nil "log-view" "vc/log-view.el" (22387 39328 663703 17302;;;### (autoloads nil "log-view" "vc/log-view.el" (22388 6391 153332
17302;;;;;; 824000)) 17303;;;;;; 797000))
17303;;; Generated autoloads from vc/log-view.el 17304;;; Generated autoloads from vc/log-view.el
17304 17305
17305(autoload 'log-view-mode "log-view" "\ 17306(autoload 'log-view-mode "log-view" "\
@@ -17309,7 +17310,7 @@ Major mode for browsing CVS log output.
17309 17310
17310;;;*** 17311;;;***
17311 17312
17312;;;### (autoloads nil "lpr" "lpr.el" (22387 39326 687710 879000)) 17313;;;### (autoloads nil "lpr" "lpr.el" (22388 5706 361598 364000))
17313;;; Generated autoloads from lpr.el 17314;;; Generated autoloads from lpr.el
17314 17315
17315(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\ 17316(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\
@@ -17404,8 +17405,8 @@ for further customization of the printer command.
17404 17405
17405;;;*** 17406;;;***
17406 17407
17407;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (22578 62356 725212 17408;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (22587 10177 779473
17408;;;;;; 110000)) 17409;;;;;; 747000))
17409;;; Generated autoloads from ls-lisp.el 17410;;; Generated autoloads from ls-lisp.el
17410 17411
17411(defvar ls-lisp-support-shell-wildcards t "\ 17412(defvar ls-lisp-support-shell-wildcards t "\
@@ -17416,8 +17417,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
17416 17417
17417;;;*** 17418;;;***
17418 17419
17419;;;### (autoloads nil "lunar" "calendar/lunar.el" (22387 39327 112709 17420;;;### (autoloads nil "lunar" "calendar/lunar.el" (22388 6368 185106
17420;;;;;; 362000)) 17421;;;;;; 920000))
17421;;; Generated autoloads from calendar/lunar.el 17422;;; Generated autoloads from calendar/lunar.el
17422 17423
17423(autoload 'lunar-phases "lunar" "\ 17424(autoload 'lunar-phases "lunar" "\
@@ -17429,8 +17430,8 @@ This function is suitable for execution in an init file.
17429 17430
17430;;;*** 17431;;;***
17431 17432
17432;;;### (autoloads nil "m4-mode" "progmodes/m4-mode.el" (22387 39328 17433;;;### (autoloads nil "m4-mode" "progmodes/m4-mode.el" (22388 6387
17433;;;;;; 365704 888000)) 17434;;;;;; 219294 107000))
17434;;; Generated autoloads from progmodes/m4-mode.el 17435;;; Generated autoloads from progmodes/m4-mode.el
17435 17436
17436(autoload 'm4-mode "m4-mode" "\ 17437(autoload 'm4-mode "m4-mode" "\
@@ -17440,7 +17441,7 @@ A major mode to edit m4 macro files.
17440 17441
17441;;;*** 17442;;;***
17442 17443
17443;;;### (autoloads nil "macros" "macros.el" (22387 39326 688710 876000)) 17444;;;### (autoloads nil "macros" "macros.el" (22388 5706 405598 797000))
17444;;; Generated autoloads from macros.el 17445;;; Generated autoloads from macros.el
17445 17446
17446(autoload 'name-last-kbd-macro "macros" "\ 17447(autoload 'name-last-kbd-macro "macros" "\
@@ -17529,8 +17530,8 @@ and then select the region of un-tablified names and use
17529 17530
17530;;;*** 17531;;;***
17531 17532
17532;;;### (autoloads nil "mail-extr" "mail/mail-extr.el" (22387 39327 17533;;;### (autoloads nil "mail-extr" "mail/mail-extr.el" (22388 6375
17533;;;;;; 924706 463000)) 17534;;;;;; 635180 186000))
17534;;; Generated autoloads from mail/mail-extr.el 17535;;; Generated autoloads from mail/mail-extr.el
17535 17536
17536(autoload 'mail-extract-address-components "mail-extr" "\ 17537(autoload 'mail-extract-address-components "mail-extr" "\
@@ -17560,8 +17561,8 @@ Convert mail domain DOMAIN to the country it corresponds to.
17560 17561
17561;;;*** 17562;;;***
17562 17563
17563;;;### (autoloads nil "mail-hist" "mail/mail-hist.el" (22387 39327 17564;;;### (autoloads nil "mail-hist" "mail/mail-hist.el" (22388 6375
17564;;;;;; 925706 459000)) 17565;;;;;; 637180 206000))
17565;;; Generated autoloads from mail/mail-hist.el 17566;;; Generated autoloads from mail/mail-hist.el
17566 17567
17567(autoload 'mail-hist-define-keys "mail-hist" "\ 17568(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -17590,8 +17591,8 @@ This function normally would be called when the message is sent.
17590 17591
17591;;;*** 17592;;;***
17592 17593
17593;;;### (autoloads nil "mail-utils" "mail/mail-utils.el" (22387 39327 17594;;;### (autoloads nil "mail-utils" "mail/mail-utils.el" (22388 6375
17594;;;;;; 925706 459000)) 17595;;;;;; 637180 206000))
17595;;; Generated autoloads from mail/mail-utils.el 17596;;; Generated autoloads from mail/mail-utils.el
17596 17597
17597(defvar mail-use-rfc822 nil "\ 17598(defvar mail-use-rfc822 nil "\
@@ -17665,8 +17666,8 @@ matches may be returned from the message body.
17665 17666
17666;;;*** 17667;;;***
17667 17668
17668;;;### (autoloads nil "mailabbrev" "mail/mailabbrev.el" (22387 39327 17669;;;### (autoloads nil "mailabbrev" "mail/mailabbrev.el" (22388 6375
17669;;;;;; 926706 456000)) 17670;;;;;; 638180 216000))
17670;;; Generated autoloads from mail/mailabbrev.el 17671;;; Generated autoloads from mail/mailabbrev.el
17671 17672
17672(defvar mail-abbrevs-mode nil "\ 17673(defvar mail-abbrevs-mode nil "\
@@ -17716,8 +17717,8 @@ double-quotes.
17716 17717
17717;;;*** 17718;;;***
17718 17719
17719;;;### (autoloads nil "mailalias" "mail/mailalias.el" (22387 39327 17720;;;### (autoloads nil "mailalias" "mail/mailalias.el" (22388 6375
17720;;;;;; 926706 456000)) 17721;;;;;; 639180 226000))
17721;;; Generated autoloads from mail/mailalias.el 17722;;; Generated autoloads from mail/mailalias.el
17722 17723
17723(defvar mail-complete-style 'angles "\ 17724(defvar mail-complete-style 'angles "\
@@ -17770,8 +17771,8 @@ current header, calls `mail-complete-function' and passes prefix ARG if any.
17770 17771
17771;;;*** 17772;;;***
17772 17773
17773;;;### (autoloads nil "mailclient" "mail/mailclient.el" (22387 39327 17774;;;### (autoloads nil "mailclient" "mail/mailclient.el" (22388 6375
17774;;;;;; 927706 452000)) 17775;;;;;; 639180 226000))
17775;;; Generated autoloads from mail/mailclient.el 17776;;; Generated autoloads from mail/mailclient.el
17776 17777
17777(autoload 'mailclient-send-it "mailclient" "\ 17778(autoload 'mailclient-send-it "mailclient" "\
@@ -17783,8 +17784,8 @@ The mail client is taken to be the handler of mailto URLs.
17783 17784
17784;;;*** 17785;;;***
17785 17786
17786;;;### (autoloads nil "make-mode" "progmodes/make-mode.el" (22387 17787;;;### (autoloads nil "make-mode" "progmodes/make-mode.el" (22388
17787;;;;;; 39328 366704 885000)) 17788;;;;;; 6387 242294 334000))
17788;;; Generated autoloads from progmodes/make-mode.el 17789;;; Generated autoloads from progmodes/make-mode.el
17789 17790
17790(autoload 'makefile-mode "make-mode" "\ 17791(autoload 'makefile-mode "make-mode" "\
@@ -17901,8 +17902,7 @@ An adapted `makefile-mode' that knows about imake.
17901 17902
17902;;;*** 17903;;;***
17903 17904
17904;;;### (autoloads nil "makesum" "makesum.el" (22387 39326 688710 17905;;;### (autoloads nil "makesum" "makesum.el" (22388 5706 447599 210000))
17905;;;;;; 876000))
17906;;; Generated autoloads from makesum.el 17906;;; Generated autoloads from makesum.el
17907 17907
17908(autoload 'make-command-summary "makesum" "\ 17908(autoload 'make-command-summary "makesum" "\
@@ -17913,7 +17913,7 @@ Previous contents of that buffer are killed first.
17913 17913
17914;;;*** 17914;;;***
17915 17915
17916;;;### (autoloads nil "man" "man.el" (22578 62356 726212 105000)) 17916;;;### (autoloads nil "man" "man.el" (22587 10177 780473 761000))
17917;;; Generated autoloads from man.el 17917;;; Generated autoloads from man.el
17918 17918
17919(defalias 'manual-entry 'man) 17919(defalias 'manual-entry 'man)
@@ -17969,14 +17969,14 @@ Default bookmark handler for Man buffers.
17969 17969
17970;;;*** 17970;;;***
17971 17971
17972;;;### (autoloads nil "map" "emacs-lisp/map.el" (22387 39327 311708 17972;;;### (autoloads nil "map" "emacs-lisp/map.el" (22388 6369 508119
17973;;;;;; 651000)) 17973;;;;;; 931000))
17974;;; Generated autoloads from emacs-lisp/map.el 17974;;; Generated autoloads from emacs-lisp/map.el
17975(push (purecopy '(map 1 0)) package--builtin-versions) 17975(push (purecopy '(map 1 0)) package--builtin-versions)
17976 17976
17977;;;*** 17977;;;***
17978 17978
17979;;;### (autoloads nil "master" "master.el" (22387 39326 690710 868000)) 17979;;;### (autoloads nil "master" "master.el" (22388 5706 537600 95000))
17980;;; Generated autoloads from master.el 17980;;; Generated autoloads from master.el
17981(push (purecopy '(master 1 0 2)) package--builtin-versions) 17981(push (purecopy '(master 1 0 2)) package--builtin-versions)
17982 17982
@@ -17999,8 +17999,8 @@ yourself the value of `master-of' by calling `master-show-slave'.
17999 17999
18000;;;*** 18000;;;***
18001 18001
18002;;;### (autoloads nil "mb-depth" "mb-depth.el" (22387 39326 690710 18002;;;### (autoloads nil "mb-depth" "mb-depth.el" (22388 5706 539600
18003;;;;;; 868000)) 18003;;;;;; 114000))
18004;;; Generated autoloads from mb-depth.el 18004;;; Generated autoloads from mb-depth.el
18005 18005
18006(defvar minibuffer-depth-indicate-mode nil "\ 18006(defvar minibuffer-depth-indicate-mode nil "\
@@ -18028,14 +18028,14 @@ recursion depth in the minibuffer prompt. This is only useful if
18028 18028
18029;;;*** 18029;;;***
18030 18030
18031;;;### (autoloads nil "md4" "md4.el" (22387 39326 691710 865000)) 18031;;;### (autoloads nil "md4" "md4.el" (22388 5706 539600 114000))
18032;;; Generated autoloads from md4.el 18032;;; Generated autoloads from md4.el
18033(push (purecopy '(md4 1 0)) package--builtin-versions) 18033(push (purecopy '(md4 1 0)) package--builtin-versions)
18034 18034
18035;;;*** 18035;;;***
18036 18036
18037;;;### (autoloads nil "message" "gnus/message.el" (22387 39327 500707 18037;;;### (autoloads nil "message" "gnus/message.el" (22388 6373 395158
18038;;;;;; 977000)) 18038;;;;;; 158000))
18039;;; Generated autoloads from gnus/message.el 18039;;; Generated autoloads from gnus/message.el
18040 18040
18041(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 18041(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -18200,8 +18200,8 @@ which specify the range to operate on.
18200 18200
18201;;;*** 18201;;;***
18202 18202
18203;;;### (autoloads nil "meta-mode" "progmodes/meta-mode.el" (22387 18203;;;### (autoloads nil "meta-mode" "progmodes/meta-mode.el" (22388
18204;;;;;; 39328 367704 881000)) 18204;;;;;; 6387 280294 707000))
18205;;; Generated autoloads from progmodes/meta-mode.el 18205;;; Generated autoloads from progmodes/meta-mode.el
18206(push (purecopy '(meta-mode 1 0)) package--builtin-versions) 18206(push (purecopy '(meta-mode 1 0)) package--builtin-versions)
18207 18207
@@ -18217,8 +18217,8 @@ Major mode for editing MetaPost sources.
18217 18217
18218;;;*** 18218;;;***
18219 18219
18220;;;### (autoloads nil "metamail" "mail/metamail.el" (22387 39327 18220;;;### (autoloads nil "metamail" "mail/metamail.el" (22388 6375 640180
18221;;;;;; 928706 448000)) 18221;;;;;; 235000))
18222;;; Generated autoloads from mail/metamail.el 18222;;; Generated autoloads from mail/metamail.el
18223 18223
18224(autoload 'metamail-interpret-header "metamail" "\ 18224(autoload 'metamail-interpret-header "metamail" "\
@@ -18261,8 +18261,8 @@ redisplayed as output is inserted.
18261 18261
18262;;;*** 18262;;;***
18263 18263
18264;;;### (autoloads nil "mh-comp" "mh-e/mh-comp.el" (22387 39327 947706 18264;;;### (autoloads nil "mh-comp" "mh-e/mh-comp.el" (22388 6376 408187
18265;;;;;; 380000)) 18265;;;;;; 788000))
18266;;; Generated autoloads from mh-e/mh-comp.el 18266;;; Generated autoloads from mh-e/mh-comp.el
18267 18267
18268(autoload 'mh-smail "mh-comp" "\ 18268(autoload 'mh-smail "mh-comp" "\
@@ -18352,7 +18352,7 @@ delete the draft message.
18352 18352
18353;;;*** 18353;;;***
18354 18354
18355;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (22387 39327 948706 377000)) 18355;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (22388 6376 513188 821000))
18356;;; Generated autoloads from mh-e/mh-e.el 18356;;; Generated autoloads from mh-e/mh-e.el
18357(push (purecopy '(mh-e 8 6)) package--builtin-versions) 18357(push (purecopy '(mh-e 8 6)) package--builtin-versions)
18358 18358
@@ -18369,8 +18369,8 @@ Display version information about MH-E and the MH mail handling system.
18369 18369
18370;;;*** 18370;;;***
18371 18371
18372;;;### (autoloads nil "mh-folder" "mh-e/mh-folder.el" (22387 39327 18372;;;### (autoloads nil "mh-folder" "mh-e/mh-folder.el" (22388 6376
18373;;;;;; 949706 373000)) 18373;;;;;; 631189 982000))
18374;;; Generated autoloads from mh-e/mh-folder.el 18374;;; Generated autoloads from mh-e/mh-folder.el
18375 18375
18376(autoload 'mh-rmail "mh-folder" "\ 18376(autoload 'mh-rmail "mh-folder" "\
@@ -18451,8 +18451,8 @@ perform the operation on all messages in that region.
18451 18451
18452;;;*** 18452;;;***
18453 18453
18454;;;### (autoloads nil "midnight" "midnight.el" (22387 39326 692710 18454;;;### (autoloads nil "midnight" "midnight.el" (22388 5706 628600
18455;;;;;; 861000)) 18455;;;;;; 990000))
18456;;; Generated autoloads from midnight.el 18456;;; Generated autoloads from midnight.el
18457 18457
18458(defvar midnight-mode nil "\ 18458(defvar midnight-mode nil "\
@@ -18493,8 +18493,8 @@ to its second argument TM.
18493 18493
18494;;;*** 18494;;;***
18495 18495
18496;;;### (autoloads nil "minibuf-eldef" "minibuf-eldef.el" (22387 39326 18496;;;### (autoloads nil "minibuf-eldef" "minibuf-eldef.el" (22388 5706
18497;;;;;; 693710 858000)) 18497;;;;;; 628600 990000))
18498;;; Generated autoloads from minibuf-eldef.el 18498;;; Generated autoloads from minibuf-eldef.el
18499 18499
18500(defvar minibuffer-electric-default-mode nil "\ 18500(defvar minibuffer-electric-default-mode nil "\
@@ -18524,7 +18524,7 @@ is modified to remove the default indication.
18524 18524
18525;;;*** 18525;;;***
18526 18526
18527;;;### (autoloads nil "misc" "misc.el" (22387 39326 694710 854000)) 18527;;;### (autoloads nil "misc" "misc.el" (22388 5706 864603 311000))
18528;;; Generated autoloads from misc.el 18528;;; Generated autoloads from misc.el
18529 18529
18530(autoload 'butterfly "misc" "\ 18530(autoload 'butterfly "misc" "\
@@ -18552,8 +18552,8 @@ The return value is always nil.
18552 18552
18553;;;*** 18553;;;***
18554 18554
18555;;;### (autoloads nil "misearch" "misearch.el" (22387 39326 695710 18555;;;### (autoloads nil "misearch" "misearch.el" (22388 5706 866603
18556;;;;;; 851000)) 18556;;;;;; 331000))
18557;;; Generated autoloads from misearch.el 18557;;; Generated autoloads from misearch.el
18558 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 18558 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
18559 18559
@@ -18641,8 +18641,8 @@ whose file names match the specified wildcard.
18641 18641
18642;;;*** 18642;;;***
18643 18643
18644;;;### (autoloads nil "mixal-mode" "progmodes/mixal-mode.el" (22387 18644;;;### (autoloads nil "mixal-mode" "progmodes/mixal-mode.el" (22388
18645;;;;;; 39328 368704 877000)) 18645;;;;;; 6387 283294 737000))
18646;;; Generated autoloads from progmodes/mixal-mode.el 18646;;; Generated autoloads from progmodes/mixal-mode.el
18647(push (purecopy '(mixal-mode 0 1)) package--builtin-versions) 18647(push (purecopy '(mixal-mode 0 1)) package--builtin-versions)
18648 18648
@@ -18653,8 +18653,8 @@ Major mode for the mixal asm language.
18653 18653
18654;;;*** 18654;;;***
18655 18655
18656;;;### (autoloads nil "mm-encode" "gnus/mm-encode.el" (22387 39327 18656;;;### (autoloads nil "mm-encode" "gnus/mm-encode.el" (22388 6373
18657;;;;;; 504707 962000)) 18657;;;;;; 521159 397000))
18658;;; Generated autoloads from gnus/mm-encode.el 18658;;; Generated autoloads from gnus/mm-encode.el
18659 18659
18660(autoload 'mm-default-file-encoding "mm-encode" "\ 18660(autoload 'mm-default-file-encoding "mm-encode" "\
@@ -18664,8 +18664,8 @@ Return a default encoding for FILE.
18664 18664
18665;;;*** 18665;;;***
18666 18666
18667;;;### (autoloads nil "mm-extern" "gnus/mm-extern.el" (22387 39327 18667;;;### (autoloads nil "mm-extern" "gnus/mm-extern.el" (22388 6373
18668;;;;;; 504707 962000)) 18668;;;;;; 524159 426000))
18669;;; Generated autoloads from gnus/mm-extern.el 18669;;; Generated autoloads from gnus/mm-extern.el
18670 18670
18671(autoload 'mm-extern-cache-contents "mm-extern" "\ 18671(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -18683,8 +18683,8 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18683 18683
18684;;;*** 18684;;;***
18685 18685
18686;;;### (autoloads nil "mm-partial" "gnus/mm-partial.el" (22387 39327 18686;;;### (autoloads nil "mm-partial" "gnus/mm-partial.el" (22388 6373
18687;;;;;; 505707 959000)) 18687;;;;;; 524159 426000))
18688;;; Generated autoloads from gnus/mm-partial.el 18688;;; Generated autoloads from gnus/mm-partial.el
18689 18689
18690(autoload 'mm-inline-partial "mm-partial" "\ 18690(autoload 'mm-inline-partial "mm-partial" "\
@@ -18697,8 +18697,8 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18697 18697
18698;;;*** 18698;;;***
18699 18699
18700;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (22387 39327 505707 18700;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (22388 6373 526159
18701;;;;;; 959000)) 18701;;;;;; 446000))
18702;;; Generated autoloads from gnus/mm-url.el 18702;;; Generated autoloads from gnus/mm-url.el
18703 18703
18704(autoload 'mm-url-insert-file-contents "mm-url" "\ 18704(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -18714,8 +18714,8 @@ Insert file contents of URL using `mm-url-program'.
18714 18714
18715;;;*** 18715;;;***
18716 18716
18717;;;### (autoloads nil "mm-uu" "gnus/mm-uu.el" (22387 39327 506707 18717;;;### (autoloads nil "mm-uu" "gnus/mm-uu.el" (22388 6373 564159
18718;;;;;; 955000)) 18718;;;;;; 819000))
18719;;; Generated autoloads from gnus/mm-uu.el 18719;;; Generated autoloads from gnus/mm-uu.el
18720 18720
18721(autoload 'mm-uu-dissect "mm-uu" "\ 18721(autoload 'mm-uu-dissect "mm-uu" "\
@@ -18734,7 +18734,7 @@ Assume text has been decoded if DECODED is non-nil.
18734 18734
18735;;;*** 18735;;;***
18736 18736
18737;;;### (autoloads nil "mml" "gnus/mml.el" (22387 39327 509707 944000)) 18737;;;### (autoloads nil "mml" "gnus/mml.el" (22388 6373 623160 399000))
18738;;; Generated autoloads from gnus/mml.el 18738;;; Generated autoloads from gnus/mml.el
18739 18739
18740(autoload 'mml-to-mime "mml" "\ 18740(autoload 'mml-to-mime "mml" "\
@@ -18759,8 +18759,8 @@ body) or \"attachment\" (separate from the body).
18759 18759
18760;;;*** 18760;;;***
18761 18761
18762;;;### (autoloads nil "mml1991" "gnus/mml1991.el" (22387 39327 509707 18762;;;### (autoloads nil "mml1991" "gnus/mml1991.el" (22388 6373 653160
18763;;;;;; 944000)) 18763;;;;;; 694000))
18764;;; Generated autoloads from gnus/mml1991.el 18764;;; Generated autoloads from gnus/mml1991.el
18765 18765
18766(autoload 'mml1991-encrypt "mml1991" "\ 18766(autoload 'mml1991-encrypt "mml1991" "\
@@ -18775,8 +18775,8 @@ body) or \"attachment\" (separate from the body).
18775 18775
18776;;;*** 18776;;;***
18777 18777
18778;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (22387 39327 510707 18778;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (22388 6373 662160
18779;;;;;; 941000)) 18779;;;;;; 783000))
18780;;; Generated autoloads from gnus/mml2015.el 18780;;; Generated autoloads from gnus/mml2015.el
18781 18781
18782(autoload 'mml2015-decrypt "mml2015" "\ 18782(autoload 'mml2015-decrypt "mml2015" "\
@@ -18816,16 +18816,16 @@ body) or \"attachment\" (separate from the body).
18816 18816
18817;;;*** 18817;;;***
18818 18818
18819;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (22387 39327 18819;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (22388 6368
18820;;;;;; 137709 272000)) 18820;;;;;; 463109 654000))
18821;;; Generated autoloads from cedet/mode-local.el 18821;;; Generated autoloads from cedet/mode-local.el
18822 18822
18823(put 'define-overloadable-function 'doc-string-elt 3) 18823(put 'define-overloadable-function 'doc-string-elt 3)
18824 18824
18825;;;*** 18825;;;***
18826 18826
18827;;;### (autoloads nil "modula2" "progmodes/modula2.el" (22387 39328 18827;;;### (autoloads nil "modula2" "progmodes/modula2.el" (22388 6387
18828;;;;;; 369704 874000)) 18828;;;;;; 287294 776000))
18829;;; Generated autoloads from progmodes/modula2.el 18829;;; Generated autoloads from progmodes/modula2.el
18830 18830
18831(defalias 'modula-2-mode 'm2-mode) 18831(defalias 'modula-2-mode 'm2-mode)
@@ -18858,8 +18858,8 @@ followed by the first character of the construct.
18858 18858
18859;;;*** 18859;;;***
18860 18860
18861;;;### (autoloads nil "morse" "play/morse.el" (22387 39328 265705 18861;;;### (autoloads nil "morse" "play/morse.el" (22388 6383 419256
18862;;;;;; 245000)) 18862;;;;;; 737000))
18863;;; Generated autoloads from play/morse.el 18863;;; Generated autoloads from play/morse.el
18864 18864
18865(autoload 'morse-region "morse" "\ 18865(autoload 'morse-region "morse" "\
@@ -18884,8 +18884,8 @@ Convert NATO phonetic alphabet in region to ordinary ASCII text.
18884 18884
18885;;;*** 18885;;;***
18886 18886
18887;;;### (autoloads nil "mouse-drag" "mouse-drag.el" (22387 39326 695710 18887;;;### (autoloads nil "mouse-drag" "mouse-drag.el" (22388 5706 883603
18888;;;;;; 851000)) 18888;;;;;; 498000))
18889;;; Generated autoloads from mouse-drag.el 18889;;; Generated autoloads from mouse-drag.el
18890 18890
18891(autoload 'mouse-drag-throw "mouse-drag" "\ 18891(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -18932,7 +18932,7 @@ To test this function, evaluate:
18932 18932
18933;;;*** 18933;;;***
18934 18934
18935;;;### (autoloads nil "mpc" "mpc.el" (22387 39326 697710 843000)) 18935;;;### (autoloads nil "mpc" "mpc.el" (22388 5707 75605 386000))
18936;;; Generated autoloads from mpc.el 18936;;; Generated autoloads from mpc.el
18937 18937
18938(autoload 'mpc "mpc" "\ 18938(autoload 'mpc "mpc" "\
@@ -18942,7 +18942,7 @@ Main entry point for MPC.
18942 18942
18943;;;*** 18943;;;***
18944 18944
18945;;;### (autoloads nil "mpuz" "play/mpuz.el" (22387 39328 265705 245000)) 18945;;;### (autoloads nil "mpuz" "play/mpuz.el" (22388 6383 433256 875000))
18946;;; Generated autoloads from play/mpuz.el 18946;;; Generated autoloads from play/mpuz.el
18947 18947
18948(autoload 'mpuz "mpuz" "\ 18948(autoload 'mpuz "mpuz" "\
@@ -18952,7 +18952,7 @@ Multiplication puzzle with GNU Emacs.
18952 18952
18953;;;*** 18953;;;***
18954 18954
18955;;;### (autoloads nil "msb" "msb.el" (22387 39326 698710 840000)) 18955;;;### (autoloads nil "msb" "msb.el" (22388 5707 159606 212000))
18956;;; Generated autoloads from msb.el 18956;;; Generated autoloads from msb.el
18957 18957
18958(defvar msb-mode nil "\ 18958(defvar msb-mode nil "\
@@ -18978,8 +18978,8 @@ different buffer menu using the function `msb'.
18978 18978
18979;;;*** 18979;;;***
18980 18980
18981;;;### (autoloads nil "mule-diag" "international/mule-diag.el" (22387 18981;;;### (autoloads nil "mule-diag" "international/mule-diag.el" (22388
18982;;;;;; 39327 612707 577000)) 18982;;;;;; 6374 566169 673000))
18983;;; Generated autoloads from international/mule-diag.el 18983;;; Generated autoloads from international/mule-diag.el
18984 18984
18985(autoload 'list-character-sets "mule-diag" "\ 18985(autoload 'list-character-sets "mule-diag" "\
@@ -19111,8 +19111,8 @@ The default is 20. If LIMIT is negative, do not limit the listing.
19111 19111
19112;;;*** 19112;;;***
19113 19113
19114;;;### (autoloads nil "mule-util" "international/mule-util.el" (22387 19114;;;### (autoloads nil "mule-util" "international/mule-util.el" (22388
19115;;;;;; 39327 613707 573000)) 19115;;;;;; 6374 605170 57000))
19116;;; Generated autoloads from international/mule-util.el 19116;;; Generated autoloads from international/mule-util.el
19117 19117
19118(defsubst string-to-list (string) "\ 19118(defsubst string-to-list (string) "\
@@ -19271,8 +19271,8 @@ QUALITY can be:
19271 19271
19272;;;*** 19272;;;***
19273 19273
19274;;;### (autoloads nil "net-utils" "net/net-utils.el" (22387 39327 19274;;;### (autoloads nil "net-utils" "net/net-utils.el" (22388 6377
19275;;;;;; 978706 270000)) 19275;;;;;; 599199 501000))
19276;;; Generated autoloads from net/net-utils.el 19276;;; Generated autoloads from net/net-utils.el
19277 19277
19278(autoload 'ifconfig "net-utils" "\ 19278(autoload 'ifconfig "net-utils" "\
@@ -19366,8 +19366,7 @@ Open a network connection to HOST on PORT.
19366 19366
19367;;;*** 19367;;;***
19368 19368
19369;;;### (autoloads nil "netrc" "net/netrc.el" (22387 39327 979706 19369;;;### (autoloads nil "netrc" "net/netrc.el" (22388 6377 609199 599000))
19370;;;;;; 266000))
19371;;; Generated autoloads from net/netrc.el 19370;;; Generated autoloads from net/netrc.el
19372 19371
19373(autoload 'netrc-credentials "netrc" "\ 19372(autoload 'netrc-credentials "netrc" "\
@@ -19379,8 +19378,8 @@ listed in the PORTS list.
19379 19378
19380;;;*** 19379;;;***
19381 19380
19382;;;### (autoloads nil "network-stream" "net/network-stream.el" (22387 19381;;;### (autoloads nil "network-stream" "net/network-stream.el" (22388
19383;;;;;; 39327 979706 266000)) 19382;;;;;; 6377 611199 619000))
19384;;; Generated autoloads from net/network-stream.el 19383;;; Generated autoloads from net/network-stream.el
19385 19384
19386(autoload 'open-network-stream "network-stream" "\ 19385(autoload 'open-network-stream "network-stream" "\
@@ -19476,8 +19475,8 @@ asynchronously, if possible.
19476 19475
19477;;;*** 19476;;;***
19478 19477
19479;;;### (autoloads nil "newst-backend" "net/newst-backend.el" (22387 19478;;;### (autoloads nil "newst-backend" "net/newst-backend.el" (22388
19480;;;;;; 39327 980706 263000)) 19479;;;;;; 6377 707200 563000))
19481;;; Generated autoloads from net/newst-backend.el 19480;;; Generated autoloads from net/newst-backend.el
19482 19481
19483(autoload 'newsticker-running-p "newst-backend" "\ 19482(autoload 'newsticker-running-p "newst-backend" "\
@@ -19499,7 +19498,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
19499;;;*** 19498;;;***
19500 19499
19501;;;### (autoloads nil "newst-plainview" "net/newst-plainview.el" 19500;;;### (autoloads nil "newst-plainview" "net/newst-plainview.el"
19502;;;;;; (22387 39327 981706 259000)) 19501;;;;;; (22388 6377 714200 632000))
19503;;; Generated autoloads from net/newst-plainview.el 19502;;; Generated autoloads from net/newst-plainview.el
19504 19503
19505(autoload 'newsticker-plainview "newst-plainview" "\ 19504(autoload 'newsticker-plainview "newst-plainview" "\
@@ -19509,8 +19508,8 @@ Start newsticker plainview.
19509 19508
19510;;;*** 19509;;;***
19511 19510
19512;;;### (autoloads nil "newst-reader" "net/newst-reader.el" (22387 19511;;;### (autoloads nil "newst-reader" "net/newst-reader.el" (22388
19513;;;;;; 39327 982706 255000)) 19512;;;;;; 6377 747200 956000))
19514;;; Generated autoloads from net/newst-reader.el 19513;;; Generated autoloads from net/newst-reader.el
19515 19514
19516(autoload 'newsticker-show-news "newst-reader" "\ 19515(autoload 'newsticker-show-news "newst-reader" "\
@@ -19520,8 +19519,8 @@ Start reading news. You may want to bind this to a key.
19520 19519
19521;;;*** 19520;;;***
19522 19521
19523;;;### (autoloads nil "newst-ticker" "net/newst-ticker.el" (22387 19522;;;### (autoloads nil "newst-ticker" "net/newst-ticker.el" (22388
19524;;;;;; 39327 983706 252000)) 19523;;;;;; 6377 755201 35000))
19525;;; Generated autoloads from net/newst-ticker.el 19524;;; Generated autoloads from net/newst-ticker.el
19526 19525
19527(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 19526(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -19541,8 +19540,8 @@ running already.
19541 19540
19542;;;*** 19541;;;***
19543 19542
19544;;;### (autoloads nil "newst-treeview" "net/newst-treeview.el" (22387 19543;;;### (autoloads nil "newst-treeview" "net/newst-treeview.el" (22388
19545;;;;;; 39327 983706 252000)) 19544;;;;;; 6377 785201 330000))
19546;;; Generated autoloads from net/newst-treeview.el 19545;;; Generated autoloads from net/newst-treeview.el
19547 19546
19548(autoload 'newsticker-treeview "newst-treeview" "\ 19547(autoload 'newsticker-treeview "newst-treeview" "\
@@ -19552,8 +19551,8 @@ Start newsticker treeview.
19552 19551
19553;;;*** 19552;;;***
19554 19553
19555;;;### (autoloads nil "nndiary" "gnus/nndiary.el" (22387 39327 511707 19554;;;### (autoloads nil "nndiary" "gnus/nndiary.el" (22388 6373 720161
19556;;;;;; 937000)) 19555;;;;;; 353000))
19557;;; Generated autoloads from gnus/nndiary.el 19556;;; Generated autoloads from gnus/nndiary.el
19558 19557
19559(autoload 'nndiary-generate-nov-databases "nndiary" "\ 19558(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -19563,8 +19562,8 @@ Generate NOV databases in all nndiary directories.
19563 19562
19564;;;*** 19563;;;***
19565 19564
19566;;;### (autoloads nil "nndoc" "gnus/nndoc.el" (22387 39327 513707 19565;;;### (autoloads nil "nndoc" "gnus/nndoc.el" (22388 6373 725161
19567;;;;;; 930000)) 19566;;;;;; 403000))
19568;;; Generated autoloads from gnus/nndoc.el 19567;;; Generated autoloads from gnus/nndoc.el
19569 19568
19570(autoload 'nndoc-add-type "nndoc" "\ 19569(autoload 'nndoc-add-type "nndoc" "\
@@ -19578,8 +19577,8 @@ symbol in the alist.
19578 19577
19579;;;*** 19578;;;***
19580 19579
19581;;;### (autoloads nil "nnfolder" "gnus/nnfolder.el" (22387 39327 19580;;;### (autoloads nil "nnfolder" "gnus/nnfolder.el" (22388 6373 768161
19582;;;;;; 514707 926000)) 19581;;;;;; 825000))
19583;;; Generated autoloads from gnus/nnfolder.el 19582;;; Generated autoloads from gnus/nnfolder.el
19584 19583
19585(autoload 'nnfolder-generate-active-file "nnfolder" "\ 19584(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -19590,7 +19589,7 @@ This command does not work if you use short group names.
19590 19589
19591;;;*** 19590;;;***
19592 19591
19593;;;### (autoloads nil "nnml" "gnus/nnml.el" (22387 39327 523707 894000)) 19592;;;### (autoloads nil "nnml" "gnus/nnml.el" (22388 6374 14164 244000))
19594;;; Generated autoloads from gnus/nnml.el 19593;;; Generated autoloads from gnus/nnml.el
19595 19594
19596(autoload 'nnml-generate-nov-databases "nnml" "\ 19595(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -19600,7 +19599,7 @@ Generate NOV databases in all nnml directories.
19600 19599
19601;;;*** 19600;;;***
19602 19601
19603;;;### (autoloads nil "novice" "novice.el" (22387 39326 702710 825000)) 19602;;;### (autoloads nil "novice" "novice.el" (22388 5707 314607 736000))
19604;;; Generated autoloads from novice.el 19603;;; Generated autoloads from novice.el
19605 19604
19606(define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1") 19605(define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1")
@@ -19632,8 +19631,8 @@ future sessions.
19632 19631
19633;;;*** 19632;;;***
19634 19633
19635;;;### (autoloads nil "nroff-mode" "textmodes/nroff-mode.el" (22387 19634;;;### (autoloads nil "nroff-mode" "textmodes/nroff-mode.el" (22388
19636;;;;;; 39328 538704 271000)) 19635;;;;;; 6389 478316 324000))
19637;;; Generated autoloads from textmodes/nroff-mode.el 19636;;; Generated autoloads from textmodes/nroff-mode.el
19638 19637
19639(autoload 'nroff-mode "nroff-mode" "\ 19638(autoload 'nroff-mode "nroff-mode" "\
@@ -19647,14 +19646,14 @@ closing requests for requests that are used in matched pairs.
19647 19646
19648;;;*** 19647;;;***
19649 19648
19650;;;### (autoloads nil "ntlm" "net/ntlm.el" (22387 39327 985706 245000)) 19649;;;### (autoloads nil "ntlm" "net/ntlm.el" (22388 6377 844201 910000))
19651;;; Generated autoloads from net/ntlm.el 19650;;; Generated autoloads from net/ntlm.el
19652(push (purecopy '(ntlm 2 0 0)) package--builtin-versions) 19651(push (purecopy '(ntlm 2 0 0)) package--builtin-versions)
19653 19652
19654;;;*** 19653;;;***
19655 19654
19656;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (22387 39328 19655;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (22388 6379
19657;;;;;; 40706 49000)) 19656;;;;;; 155214 803000))
19658;;; Generated autoloads from nxml/nxml-glyph.el 19657;;; Generated autoloads from nxml/nxml-glyph.el
19659 19658
19660(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 19659(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -19666,8 +19665,8 @@ Return nil if the face cannot display a glyph for N.
19666 19665
19667;;;*** 19666;;;***
19668 19667
19669;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (22387 39328 19668;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (22388 6379
19670;;;;;; 41706 45000)) 19669;;;;;; 228215 522000))
19671;;; Generated autoloads from nxml/nxml-mode.el 19670;;; Generated autoloads from nxml/nxml-mode.el
19672 19671
19673(autoload 'nxml-mode "nxml-mode" "\ 19672(autoload 'nxml-mode "nxml-mode" "\
@@ -19727,8 +19726,8 @@ Many aspects this mode can be customized using
19727 19726
19728;;;*** 19727;;;***
19729 19728
19730;;;### (autoloads nil "nxml-uchnm" "nxml/nxml-uchnm.el" (22387 39328 19729;;;### (autoloads nil "nxml-uchnm" "nxml/nxml-uchnm.el" (22388 6379
19731;;;;;; 60705 977000)) 19730;;;;;; 309216 317000))
19732;;; Generated autoloads from nxml/nxml-uchnm.el 19731;;; Generated autoloads from nxml/nxml-uchnm.el
19733 19732
19734(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 19733(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -19740,8 +19739,8 @@ the variable `nxml-enabled-unicode-blocks'.
19740 19739
19741;;;*** 19740;;;***
19742 19741
19743;;;### (autoloads nil "octave" "progmodes/octave.el" (22387 39328 19742;;;### (autoloads nil "octave" "progmodes/octave.el" (22388 6387
19744;;;;;; 370704 870000)) 19743;;;;;; 328295 179000))
19745;;; Generated autoloads from progmodes/octave.el 19744;;; Generated autoloads from progmodes/octave.el
19746 19745
19747(autoload 'octave-mode "octave" "\ 19746(autoload 'octave-mode "octave" "\
@@ -19778,8 +19777,8 @@ startup file, `~/.emacs-octave'.
19778 19777
19779;;;*** 19778;;;***
19780 19779
19781;;;### (autoloads nil "opascal" "progmodes/opascal.el" (22387 39328 19780;;;### (autoloads nil "opascal" "progmodes/opascal.el" (22388 6387
19782;;;;;; 372704 863000)) 19781;;;;;; 367295 563000))
19783;;; Generated autoloads from progmodes/opascal.el 19782;;; Generated autoloads from progmodes/opascal.el
19784 19783
19785(define-obsolete-function-alias 'delphi-mode 'opascal-mode "24.4") 19784(define-obsolete-function-alias 'delphi-mode 'opascal-mode "24.4")
@@ -19814,7 +19813,7 @@ Coloring:
19814 19813
19815;;;*** 19814;;;***
19816 19815
19817;;;### (autoloads nil "org" "org/org.el" (22578 62356 737212 46000)) 19816;;;### (autoloads nil "org" "org/org.el" (22587 10177 795473 972000))
19818;;; Generated autoloads from org/org.el 19817;;; Generated autoloads from org/org.el
19819 19818
19820(autoload 'org-babel-do-load-languages "org" "\ 19819(autoload 'org-babel-do-load-languages "org" "\
@@ -20035,8 +20034,8 @@ Call the customize function with org as argument.
20035 20034
20036;;;*** 20035;;;***
20037 20036
20038;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (22387 39328 20037;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (22388 6380
20039;;;;;; 198705 484000)) 20038;;;;;; 492227 952000))
20040;;; Generated autoloads from org/org-agenda.el 20039;;; Generated autoloads from org/org-agenda.el
20041 20040
20042(autoload 'org-toggle-sticky-agenda "org-agenda" "\ 20041(autoload 'org-toggle-sticky-agenda "org-agenda" "\
@@ -20309,8 +20308,8 @@ to override `appt-message-warning-time'.
20309 20308
20310;;;*** 20309;;;***
20311 20310
20312;;;### (autoloads nil "org-capture" "org/org-capture.el" (22387 39328 20311;;;### (autoloads nil "org-capture" "org/org-capture.el" (22388 6380
20313;;;;;; 202705 470000)) 20312;;;;;; 765230 636000))
20314;;; Generated autoloads from org/org-capture.el 20313;;; Generated autoloads from org/org-capture.el
20315 20314
20316(autoload 'org-capture-string "org-capture" "\ 20315(autoload 'org-capture-string "org-capture" "\
@@ -20352,8 +20351,8 @@ Set `org-capture-templates' to be similar to `org-remember-templates'.
20352 20351
20353;;;*** 20352;;;***
20354 20353
20355;;;### (autoloads nil "org-colview" "org/org-colview.el" (22387 39328 20354;;;### (autoloads nil "org-colview" "org/org-colview.el" (22388 6380
20356;;;;;; 205705 459000)) 20355;;;;;; 918232 141000))
20357;;; Generated autoloads from org/org-colview.el 20356;;; Generated autoloads from org/org-colview.el
20358 20357
20359(autoload 'org-columns-remove-overlays "org-colview" "\ 20358(autoload 'org-columns-remove-overlays "org-colview" "\
@@ -20416,8 +20415,8 @@ Turn on or update column view in the agenda.
20416 20415
20417;;;*** 20416;;;***
20418 20417
20419;;;### (autoloads nil "org-compat" "org/org-compat.el" (22387 39328 20418;;;### (autoloads nil "org-compat" "org/org-compat.el" (22388 6380
20420;;;;;; 205705 459000)) 20419;;;;;; 946232 416000))
20421;;; Generated autoloads from org/org-compat.el 20420;;; Generated autoloads from org/org-compat.el
20422 20421
20423(autoload 'org-check-version "org-compat" "\ 20422(autoload 'org-check-version "org-compat" "\
@@ -20427,8 +20426,8 @@ Try very hard to provide sensible version strings.
20427 20426
20428;;;*** 20427;;;***
20429 20428
20430;;;### (autoloads nil "org-macs" "org/org-macs.el" (22387 39328 221705 20429;;;### (autoloads nil "org-macs" "org/org-macs.el" (22388 6381 325236
20431;;;;;; 402000)) 20430;;;;;; 144000))
20432;;; Generated autoloads from org/org-macs.el 20431;;; Generated autoloads from org/org-macs.el
20433 20432
20434(autoload 'org-load-noerror-mustsuffix "org-macs" "\ 20433(autoload 'org-load-noerror-mustsuffix "org-macs" "\
@@ -20438,8 +20437,8 @@ Load FILE with optional arguments NOERROR and MUSTSUFFIX. Drop the MUSTSUFFIX a
20438 20437
20439;;;*** 20438;;;***
20440 20439
20441;;;### (autoloads nil "org-version" "org/org-version.el" (22387 39328 20440;;;### (autoloads nil "org-version" "org/org-version.el" (22388 6381
20442;;;;;; 229705 374000)) 20441;;;;;; 568238 534000))
20443;;; Generated autoloads from org/org-version.el 20442;;; Generated autoloads from org/org-version.el
20444 20443
20445(autoload 'org-release "org-version" "\ 20444(autoload 'org-release "org-version" "\
@@ -20456,8 +20455,8 @@ The Git version of org-mode.
20456 20455
20457;;;*** 20456;;;***
20458 20457
20459;;;### (autoloads nil "outline" "outline.el" (22578 62356 737212 20458;;;### (autoloads nil "outline" "outline.el" (22587 10177 795473
20460;;;;;; 46000)) 20459;;;;;; 972000))
20461;;; Generated autoloads from outline.el 20460;;; Generated autoloads from outline.el
20462(put 'outline-regexp 'safe-local-variable 'stringp) 20461(put 'outline-regexp 'safe-local-variable 'stringp)
20463(put 'outline-heading-end-regexp 'safe-local-variable 'stringp) 20462(put 'outline-heading-end-regexp 'safe-local-variable 'stringp)
@@ -20500,8 +20499,8 @@ See the command `outline-mode' for more information on this mode.
20500 20499
20501;;;*** 20500;;;***
20502 20501
20503;;;### (autoloads nil "package" "emacs-lisp/package.el" (22421 48078 20502;;;### (autoloads nil "package" "emacs-lisp/package.el" (22420 38537
20504;;;;;; 37624 440000)) 20503;;;;;; 270424 442000))
20505;;; Generated autoloads from emacs-lisp/package.el 20504;;; Generated autoloads from emacs-lisp/package.el
20506(push (purecopy '(package 1 1 0)) package--builtin-versions) 20505(push (purecopy '(package 1 1 0)) package--builtin-versions)
20507 20506
@@ -20619,7 +20618,7 @@ The list is displayed in a buffer named `*Packages*'.
20619 20618
20620;;;*** 20619;;;***
20621 20620
20622;;;### (autoloads nil "paren" "paren.el" (22387 39326 859710 265000)) 20621;;;### (autoloads nil "paren" "paren.el" (22388 5707 384608 424000))
20623;;; Generated autoloads from paren.el 20622;;; Generated autoloads from paren.el
20624 20623
20625(defvar show-paren-mode nil "\ 20624(defvar show-paren-mode nil "\
@@ -20646,8 +20645,8 @@ matching parenthesis is highlighted in `show-paren-style' after
20646 20645
20647;;;*** 20646;;;***
20648 20647
20649;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (22387 20648;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (22388
20650;;;;;; 39327 112709 362000)) 20649;;;;;; 6368 186106 930000))
20651;;; Generated autoloads from calendar/parse-time.el 20650;;; Generated autoloads from calendar/parse-time.el
20652(put 'parse-time-rules 'risky-local-variable t) 20651(put 'parse-time-rules 'risky-local-variable t)
20653 20652
@@ -20660,8 +20659,8 @@ unknown are returned as nil.
20660 20659
20661;;;*** 20660;;;***
20662 20661
20663;;;### (autoloads nil "pascal" "progmodes/pascal.el" (22387 39328 20662;;;### (autoloads nil "pascal" "progmodes/pascal.el" (22388 6387
20664;;;;;; 373704 859000)) 20663;;;;;; 391295 799000))
20665;;; Generated autoloads from progmodes/pascal.el 20664;;; Generated autoloads from progmodes/pascal.el
20666 20665
20667(autoload 'pascal-mode "pascal" "\ 20666(autoload 'pascal-mode "pascal" "\
@@ -20710,8 +20709,8 @@ See also the user variables `pascal-type-keywords', `pascal-start-keywords' and
20710 20709
20711;;;*** 20710;;;***
20712 20711
20713;;;### (autoloads nil "password-cache" "password-cache.el" (22387 20712;;;### (autoloads nil "password-cache" "password-cache.el" (22388
20714;;;;;; 39326 860710 261000)) 20713;;;;;; 5707 386608 444000))
20715;;; Generated autoloads from password-cache.el 20714;;; Generated autoloads from password-cache.el
20716 20715
20717(defvar password-cache t "\ 20716(defvar password-cache t "\
@@ -20732,8 +20731,8 @@ Check if KEY is in the cache.
20732 20731
20733;;;*** 20732;;;***
20734 20733
20735;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (22387 39327 20734;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (22388 6369 618121
20736;;;;;; 315708 637000)) 20735;;;;;; 13000))
20737;;; Generated autoloads from emacs-lisp/pcase.el 20736;;; Generated autoloads from emacs-lisp/pcase.el
20738 20737
20739(autoload 'pcase "pcase" "\ 20738(autoload 'pcase "pcase" "\
@@ -20853,8 +20852,8 @@ to this macro.
20853 20852
20854;;;*** 20853;;;***
20855 20854
20856;;;### (autoloads nil "pcmpl-cvs" "pcmpl-cvs.el" (22387 39326 860710 20855;;;### (autoloads nil "pcmpl-cvs" "pcmpl-cvs.el" (22388 5707 387608
20857;;;;;; 261000)) 20856;;;;;; 454000))
20858;;; Generated autoloads from pcmpl-cvs.el 20857;;; Generated autoloads from pcmpl-cvs.el
20859 20858
20860(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 20859(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -20864,8 +20863,8 @@ Completion rules for the `cvs' command.
20864 20863
20865;;;*** 20864;;;***
20866 20865
20867;;;### (autoloads nil "pcmpl-gnu" "pcmpl-gnu.el" (22387 39326 863710 20866;;;### (autoloads nil "pcmpl-gnu" "pcmpl-gnu.el" (22388 5707 389608
20868;;;;;; 251000)) 20867;;;;;; 473000))
20869;;; Generated autoloads from pcmpl-gnu.el 20868;;; Generated autoloads from pcmpl-gnu.el
20870 20869
20871(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 20870(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -20892,8 +20891,8 @@ Completion for the GNU tar utility.
20892 20891
20893;;;*** 20892;;;***
20894 20893
20895;;;### (autoloads nil "pcmpl-linux" "pcmpl-linux.el" (22387 39326 20894;;;### (autoloads nil "pcmpl-linux" "pcmpl-linux.el" (22388 5707
20896;;;;;; 863710 251000)) 20895;;;;;; 397608 552000))
20897;;; Generated autoloads from pcmpl-linux.el 20896;;; Generated autoloads from pcmpl-linux.el
20898 20897
20899(autoload 'pcomplete/kill "pcmpl-linux" "\ 20898(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -20913,8 +20912,8 @@ Completion for GNU/Linux `mount'.
20913 20912
20914;;;*** 20913;;;***
20915 20914
20916;;;### (autoloads nil "pcmpl-rpm" "pcmpl-rpm.el" (22387 39326 863710 20915;;;### (autoloads nil "pcmpl-rpm" "pcmpl-rpm.el" (22388 5707 398608
20917;;;;;; 251000)) 20916;;;;;; 562000))
20918;;; Generated autoloads from pcmpl-rpm.el 20917;;; Generated autoloads from pcmpl-rpm.el
20919 20918
20920(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 20919(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -20924,8 +20923,8 @@ Completion for the `rpm' command.
20924 20923
20925;;;*** 20924;;;***
20926 20925
20927;;;### (autoloads nil "pcmpl-unix" "pcmpl-unix.el" (22387 39326 869710 20926;;;### (autoloads nil "pcmpl-unix" "pcmpl-unix.el" (22388 5707 426608
20928;;;;;; 229000)) 20927;;;;;; 837000))
20929;;; Generated autoloads from pcmpl-unix.el 20928;;; Generated autoloads from pcmpl-unix.el
20930 20929
20931(autoload 'pcomplete/cd "pcmpl-unix" "\ 20930(autoload 'pcomplete/cd "pcmpl-unix" "\
@@ -20980,8 +20979,7 @@ Includes files as well as host names followed by a colon.
20980 20979
20981;;;*** 20980;;;***
20982 20981
20983;;;### (autoloads nil "pcmpl-x" "pcmpl-x.el" (22387 39326 870710 20982;;;### (autoloads nil "pcmpl-x" "pcmpl-x.el" (22388 5707 427608 847000))
20984;;;;;; 226000))
20985;;; Generated autoloads from pcmpl-x.el 20983;;; Generated autoloads from pcmpl-x.el
20986 20984
20987(autoload 'pcomplete/tlmgr "pcmpl-x" "\ 20985(autoload 'pcomplete/tlmgr "pcmpl-x" "\
@@ -21005,8 +21003,8 @@ Completion for the `ag' command.
21005 21003
21006;;;*** 21004;;;***
21007 21005
21008;;;### (autoloads nil "pcomplete" "pcomplete.el" (22387 39326 871710 21006;;;### (autoloads nil "pcomplete" "pcomplete.el" (22388 5707 441608
21009;;;;;; 222000)) 21007;;;;;; 985000))
21010;;; Generated autoloads from pcomplete.el 21008;;; Generated autoloads from pcomplete.el
21011 21009
21012(autoload 'pcomplete "pcomplete" "\ 21010(autoload 'pcomplete "pcomplete" "\
@@ -21063,7 +21061,7 @@ Setup `shell-mode' to use pcomplete.
21063 21061
21064;;;*** 21062;;;***
21065 21063
21066;;;### (autoloads nil "pcvs" "vc/pcvs.el" (22578 62356 750211 976000)) 21064;;;### (autoloads nil "pcvs" "vc/pcvs.el" (22587 10177 812474 210000))
21067;;; Generated autoloads from vc/pcvs.el 21065;;; Generated autoloads from vc/pcvs.el
21068 21066
21069(autoload 'cvs-checkout "pcvs" "\ 21067(autoload 'cvs-checkout "pcvs" "\
@@ -21138,8 +21136,8 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
21138 21136
21139;;;*** 21137;;;***
21140 21138
21141;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (22387 39328 21139;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (22388 6391 155332
21142;;;;;; 664703 821000)) 21140;;;;;; 816000))
21143;;; Generated autoloads from vc/pcvs-defs.el 21141;;; Generated autoloads from vc/pcvs-defs.el
21144 21142
21145(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)) "\ 21143(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)) "\
@@ -21147,8 +21145,8 @@ Global menu used by PCL-CVS.")
21147 21145
21148;;;*** 21146;;;***
21149 21147
21150;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (22387 21148;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (22388
21151;;;;;; 39328 374704 856000)) 21149;;;;;; 6387 473296 605000))
21152;;; Generated autoloads from progmodes/perl-mode.el 21150;;; Generated autoloads from progmodes/perl-mode.el
21153(put 'perl-indent-level 'safe-local-variable 'integerp) 21151(put 'perl-indent-level 'safe-local-variable 'integerp)
21154(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 21152(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -21209,8 +21207,8 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
21209 21207
21210;;;*** 21208;;;***
21211 21209
21212;;;### (autoloads nil "picture" "textmodes/picture.el" (22387 39328 21210;;;### (autoloads nil "picture" "textmodes/picture.el" (22388 6389
21213;;;;;; 540704 263000)) 21211;;;;;; 521316 747000))
21214;;; Generated autoloads from textmodes/picture.el 21212;;; Generated autoloads from textmodes/picture.el
21215 21213
21216(autoload 'picture-mode "picture" "\ 21214(autoload 'picture-mode "picture" "\
@@ -21290,8 +21288,8 @@ they are not by default assigned to keys.
21290 21288
21291;;;*** 21289;;;***
21292 21290
21293;;;### (autoloads nil "pinentry" "net/pinentry.el" (22387 39327 986706 21291;;;### (autoloads nil "pinentry" "net/pinentry.el" (22388 6377 846201
21294;;;;;; 241000)) 21292;;;;;; 930000))
21295;;; Generated autoloads from net/pinentry.el 21293;;; Generated autoloads from net/pinentry.el
21296(push (purecopy '(pinentry 0 1)) package--builtin-versions) 21294(push (purecopy '(pinentry 0 1)) package--builtin-versions)
21297 21295
@@ -21308,8 +21306,8 @@ will not be shown.
21308 21306
21309;;;*** 21307;;;***
21310 21308
21311;;;### (autoloads nil "plstore" "gnus/plstore.el" (22387 39327 528707 21309;;;### (autoloads nil "plstore" "gnus/plstore.el" (22388 6374 119165
21312;;;;;; 877000)) 21310;;;;;; 277000))
21313;;; Generated autoloads from gnus/plstore.el 21311;;; Generated autoloads from gnus/plstore.el
21314 21312
21315(autoload 'plstore-open "plstore" "\ 21313(autoload 'plstore-open "plstore" "\
@@ -21324,8 +21322,7 @@ Major mode for editing PLSTORE files.
21324 21322
21325;;;*** 21323;;;***
21326 21324
21327;;;### (autoloads nil "po" "textmodes/po.el" (22387 39328 540704 21325;;;### (autoloads nil "po" "textmodes/po.el" (22388 6389 566317 189000))
21328;;;;;; 263000))
21329;;; Generated autoloads from textmodes/po.el 21326;;; Generated autoloads from textmodes/po.el
21330 21327
21331(autoload 'po-find-file-coding-system "po" "\ 21328(autoload 'po-find-file-coding-system "po" "\
@@ -21336,7 +21333,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
21336 21333
21337;;;*** 21334;;;***
21338 21335
21339;;;### (autoloads nil "pong" "play/pong.el" (22387 39328 266705 242000)) 21336;;;### (autoloads nil "pong" "play/pong.el" (22388 6383 433256 875000))
21340;;; Generated autoloads from play/pong.el 21337;;; Generated autoloads from play/pong.el
21341 21338
21342(autoload 'pong "pong" "\ 21339(autoload 'pong "pong" "\
@@ -21352,7 +21349,7 @@ pong-mode keybindings:\\<pong-mode-map>
21352 21349
21353;;;*** 21350;;;***
21354 21351
21355;;;### (autoloads nil "pop3" "gnus/pop3.el" (22387 39327 529707 873000)) 21352;;;### (autoloads nil "pop3" "gnus/pop3.el" (22388 6374 119165 277000))
21356;;; Generated autoloads from gnus/pop3.el 21353;;; Generated autoloads from gnus/pop3.el
21357 21354
21358(autoload 'pop3-movemail "pop3" "\ 21355(autoload 'pop3-movemail "pop3" "\
@@ -21363,8 +21360,8 @@ Use streaming commands.
21363 21360
21364;;;*** 21361;;;***
21365 21362
21366;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (22387 39327 315708 21363;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (22388 6369 620121
21367;;;;;; 637000)) 21364;;;;;; 33000))
21368;;; Generated autoloads from emacs-lisp/pp.el 21365;;; Generated autoloads from emacs-lisp/pp.el
21369 21366
21370(autoload 'pp-to-string "pp" "\ 21367(autoload 'pp-to-string "pp" "\
@@ -21414,8 +21411,8 @@ Ignores leading comment characters.
21414 21411
21415;;;*** 21412;;;***
21416 21413
21417;;;### (autoloads nil "printing" "printing.el" (22578 62356 738212 21414;;;### (autoloads nil "printing" "printing.el" (22587 10177 797474
21418;;;;;; 40000)) 21415;;;;;; 0))
21419;;; Generated autoloads from printing.el 21416;;; Generated autoloads from printing.el
21420(push (purecopy '(printing 6 9 3)) package--builtin-versions) 21417(push (purecopy '(printing 6 9 3)) package--builtin-versions)
21421 21418
@@ -22003,7 +22000,7 @@ are both set to t.
22003 22000
22004;;;*** 22001;;;***
22005 22002
22006;;;### (autoloads nil "proced" "proced.el" (22387 39326 874710 211000)) 22003;;;### (autoloads nil "proced" "proced.el" (22388 5707 663611 168000))
22007;;; Generated autoloads from proced.el 22004;;; Generated autoloads from proced.el
22008 22005
22009(autoload 'proced "proced" "\ 22006(autoload 'proced "proced" "\
@@ -22021,8 +22018,8 @@ Proced buffers.
22021 22018
22022;;;*** 22019;;;***
22023 22020
22024;;;### (autoloads nil "profiler" "profiler.el" (22432 21609 980325 22021;;;### (autoloads nil "profiler" "profiler.el" (22431 53468 722634
22025;;;;;; 95000)) 22022;;;;;; 211000))
22026;;; Generated autoloads from profiler.el 22023;;; Generated autoloads from profiler.el
22027 22024
22028(autoload 'profiler-start "profiler" "\ 22025(autoload 'profiler-start "profiler" "\
@@ -22050,8 +22047,8 @@ Open profile FILENAME.
22050 22047
22051;;;*** 22048;;;***
22052 22049
22053;;;### (autoloads nil "project" "progmodes/project.el" (22387 39328 22050;;;### (autoloads nil "project" "progmodes/project.el" (22388 6387
22054;;;;;; 379704 838000)) 22051;;;;;; 479296 664000))
22055;;; Generated autoloads from progmodes/project.el 22052;;; Generated autoloads from progmodes/project.el
22056 22053
22057(autoload 'project-current "project" "\ 22054(autoload 'project-current "project" "\
@@ -22093,8 +22090,8 @@ recognized.
22093 22090
22094;;;*** 22091;;;***
22095 22092
22096;;;### (autoloads nil "prolog" "progmodes/prolog.el" (22387 39328 22093;;;### (autoloads nil "prolog" "progmodes/prolog.el" (22388 6387
22097;;;;;; 381704 831000)) 22094;;;;;; 512296 989000))
22098;;; Generated autoloads from progmodes/prolog.el 22095;;; Generated autoloads from progmodes/prolog.el
22099 22096
22100(autoload 'prolog-mode "prolog" "\ 22097(autoload 'prolog-mode "prolog" "\
@@ -22127,7 +22124,7 @@ With prefix argument ARG, restart the Prolog process if running before.
22127 22124
22128;;;*** 22125;;;***
22129 22126
22130;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (22387 39326 876710 204000)) 22127;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (22388 5707 728611 808000))
22131;;; Generated autoloads from ps-bdf.el 22128;;; Generated autoloads from ps-bdf.el
22132 22129
22133(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")) "\ 22130(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")) "\
@@ -22138,8 +22135,8 @@ The default value is (\"/usr/local/share/emacs/fonts/bdf\").")
22138 22135
22139;;;*** 22136;;;***
22140 22137
22141;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (22387 39328 22138;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (22388 6387
22142;;;;;; 381704 831000)) 22139;;;;;; 553297 392000))
22143;;; Generated autoloads from progmodes/ps-mode.el 22140;;; Generated autoloads from progmodes/ps-mode.el
22144(push (purecopy '(ps-mode 1 1 9)) package--builtin-versions) 22141(push (purecopy '(ps-mode 1 1 9)) package--builtin-versions)
22145 22142
@@ -22185,8 +22182,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
22185 22182
22186;;;*** 22183;;;***
22187 22184
22188;;;### (autoloads nil "ps-print" "ps-print.el" (22387 39326 881710 22185;;;### (autoloads nil "ps-print" "ps-print.el" (22388 5707 937613
22189;;;;;; 186000)) 22186;;;;;; 863000))
22190;;; Generated autoloads from ps-print.el 22187;;; Generated autoloads from ps-print.el
22191(push (purecopy '(ps-print 7 3 5)) package--builtin-versions) 22188(push (purecopy '(ps-print 7 3 5)) package--builtin-versions)
22192 22189
@@ -22383,8 +22380,8 @@ If EXTENSION is any other symbol, it is ignored.
22383 22380
22384;;;*** 22381;;;***
22385 22382
22386;;;### (autoloads nil "pulse" "cedet/pulse.el" (22387 39327 137709 22383;;;### (autoloads nil "pulse" "cedet/pulse.el" (22388 6368 485109
22387;;;;;; 272000)) 22384;;;;;; 870000))
22388;;; Generated autoloads from cedet/pulse.el 22385;;; Generated autoloads from cedet/pulse.el
22389(push (purecopy '(pulse 1 0)) package--builtin-versions) 22386(push (purecopy '(pulse 1 0)) package--builtin-versions)
22390 22387
@@ -22402,8 +22399,8 @@ Optional argument FACE specifies the face to do the highlighting.
22402 22399
22403;;;*** 22400;;;***
22404 22401
22405;;;### (autoloads nil "python" "progmodes/python.el" (22578 62356 22402;;;### (autoloads nil "python" "progmodes/python.el" (22587 10177
22406;;;;;; 743212 14000)) 22403;;;;;; 802474 70000))
22407;;; Generated autoloads from progmodes/python.el 22404;;; Generated autoloads from progmodes/python.el
22408(push (purecopy '(python 0 25 1)) package--builtin-versions) 22405(push (purecopy '(python 0 25 1)) package--builtin-versions)
22409 22406
@@ -22440,7 +22437,7 @@ Major mode for editing Python files.
22440 22437
22441;;;*** 22438;;;***
22442 22439
22443;;;### (autoloads nil "qp" "gnus/qp.el" (22387 39327 530707 869000)) 22440;;;### (autoloads nil "qp" "gnus/qp.el" (22388 6374 122165 307000))
22444;;; Generated autoloads from gnus/qp.el 22441;;; Generated autoloads from gnus/qp.el
22445 22442
22446(autoload 'quoted-printable-decode-region "qp" "\ 22443(autoload 'quoted-printable-decode-region "qp" "\
@@ -22459,8 +22456,8 @@ them into characters should be done separately.
22459 22456
22460;;;*** 22457;;;***
22461 22458
22462;;;### (autoloads nil "quail" "international/quail.el" (22387 39327 22459;;;### (autoloads nil "quail" "international/quail.el" (22388 6374
22463;;;;;; 616707 562000)) 22460;;;;;; 689170 883000))
22464;;; Generated autoloads from international/quail.el 22461;;; Generated autoloads from international/quail.el
22465 22462
22466(autoload 'quail-title "quail" "\ 22463(autoload 'quail-title "quail" "\
@@ -22690,8 +22687,8 @@ of each directory.
22690 22687
22691;;;*** 22688;;;***
22692 22689
22693;;;### (autoloads nil "quail/hangul" "leim/quail/hangul.el" (22387 22690;;;### (autoloads nil "quail/hangul" "leim/quail/hangul.el" (22388
22694;;;;;; 39327 824706 820000)) 22691;;;;;; 7510 443340 205000))
22695;;; Generated autoloads from leim/quail/hangul.el 22692;;; Generated autoloads from leim/quail/hangul.el
22696 22693
22697(autoload 'hangul-input-method-activate "quail/hangul" "\ 22694(autoload 'hangul-input-method-activate "quail/hangul" "\
@@ -22704,7 +22701,7 @@ HELP-TEXT is a text set in `hangul-input-method-help-text'.
22704;;;*** 22701;;;***
22705 22702
22706;;;### (autoloads nil "quail/uni-input" "leim/quail/uni-input.el" 22703;;;### (autoloads nil "quail/uni-input" "leim/quail/uni-input.el"
22707;;;;;; (22387 39327 864706 677000)) 22704;;;;;; (22388 7511 889354 425000))
22708;;; Generated autoloads from leim/quail/uni-input.el 22705;;; Generated autoloads from leim/quail/uni-input.el
22709 22706
22710(autoload 'ucs-input-activate "quail/uni-input" "\ 22707(autoload 'ucs-input-activate "quail/uni-input" "\
@@ -22718,8 +22715,8 @@ While this input method is active, the variable
22718 22715
22719;;;*** 22716;;;***
22720 22717
22721;;;### (autoloads nil "quickurl" "net/quickurl.el" (22387 39327 986706 22718;;;### (autoloads nil "quickurl" "net/quickurl.el" (22388 6377 884202
22722;;;;;; 241000)) 22719;;;;;; 303000))
22723;;; Generated autoloads from net/quickurl.el 22720;;; Generated autoloads from net/quickurl.el
22724 22721
22725(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" "\ 22722(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" "\
@@ -22790,8 +22787,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22790 22787
22791;;;*** 22788;;;***
22792 22789
22793;;;### (autoloads nil "rcirc" "net/rcirc.el" (22387 39327 987706 22790;;;### (autoloads nil "rcirc" "net/rcirc.el" (22388 6377 971203 159000))
22794;;;;;; 238000))
22795;;; Generated autoloads from net/rcirc.el 22791;;; Generated autoloads from net/rcirc.el
22796 22792
22797(autoload 'rcirc "rcirc" "\ 22793(autoload 'rcirc "rcirc" "\
@@ -22830,8 +22826,8 @@ if ARG is omitted or nil.
22830 22826
22831;;;*** 22827;;;***
22832 22828
22833;;;### (autoloads nil "re-builder" "emacs-lisp/re-builder.el" (22387 22829;;;### (autoloads nil "re-builder" "emacs-lisp/re-builder.el" (22388
22834;;;;;; 39327 315708 637000)) 22830;;;;;; 6369 628121 111000))
22835;;; Generated autoloads from emacs-lisp/re-builder.el 22831;;; Generated autoloads from emacs-lisp/re-builder.el
22836 22832
22837(defalias 'regexp-builder 're-builder) 22833(defalias 'regexp-builder 're-builder)
@@ -22849,8 +22845,7 @@ matching parts of the target buffer will be highlighted.
22849 22845
22850;;;*** 22846;;;***
22851 22847
22852;;;### (autoloads nil "recentf" "recentf.el" (22387 39326 883710 22848;;;### (autoloads nil "recentf" "recentf.el" (22388 5708 102615 486000))
22853;;;;;; 179000))
22854;;; Generated autoloads from recentf.el 22849;;; Generated autoloads from recentf.el
22855 22850
22856(defvar recentf-mode nil "\ 22851(defvar recentf-mode nil "\
@@ -22877,7 +22872,7 @@ were operated on recently.
22877 22872
22878;;;*** 22873;;;***
22879 22874
22880;;;### (autoloads nil "rect" "rect.el" (22578 62356 744212 8000)) 22875;;;### (autoloads nil "rect" "rect.el" (22587 10177 803474 84000))
22881;;; Generated autoloads from rect.el 22876;;; Generated autoloads from rect.el
22882 22877
22883(autoload 'delete-rectangle "rect" "\ 22878(autoload 'delete-rectangle "rect" "\
@@ -23017,8 +23012,8 @@ Activates the region if needed. Only lasts until the region is deactivated.
23017 23012
23018;;;*** 23013;;;***
23019 23014
23020;;;### (autoloads nil "refill" "textmodes/refill.el" (22387 39328 23015;;;### (autoloads nil "refill" "textmodes/refill.el" (22388 6389
23021;;;;;; 545704 246000)) 23016;;;;;; 566317 189000))
23022;;; Generated autoloads from textmodes/refill.el 23017;;; Generated autoloads from textmodes/refill.el
23023 23018
23024(autoload 'refill-mode "refill" "\ 23019(autoload 'refill-mode "refill" "\
@@ -23038,8 +23033,8 @@ For true \"word wrap\" behavior, use `visual-line-mode' instead.
23038 23033
23039;;;*** 23034;;;***
23040 23035
23041;;;### (autoloads nil "reftex" "textmodes/reftex.el" (22387 39328 23036;;;### (autoloads nil "reftex" "textmodes/reftex.el" (22388 6389
23042;;;;;; 554704 213000)) 23037;;;;;; 951320 975000))
23043;;; Generated autoloads from textmodes/reftex.el 23038;;; Generated autoloads from textmodes/reftex.el
23044(autoload 'reftex-citation "reftex-cite" nil t) 23039(autoload 'reftex-citation "reftex-cite" nil t)
23045(autoload 'reftex-all-document-files "reftex-parse") 23040(autoload 'reftex-all-document-files "reftex-parse")
@@ -23092,8 +23087,8 @@ This enforces rescanning the buffer on next use.
23092 23087
23093;;;*** 23088;;;***
23094 23089
23095;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (22387 23090;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (22388
23096;;;;;; 39328 552704 220000)) 23091;;;;;; 6389 866320 139000))
23097;;; Generated autoloads from textmodes/reftex-vars.el 23092;;; Generated autoloads from textmodes/reftex-vars.el
23098(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 23093(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
23099(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 23094(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -23102,8 +23097,8 @@ This enforces rescanning the buffer on next use.
23102 23097
23103;;;*** 23098;;;***
23104 23099
23105;;;### (autoloads nil "regexp-opt" "emacs-lisp/regexp-opt.el" (22490 23100;;;### (autoloads nil "regexp-opt" "emacs-lisp/regexp-opt.el" (22489
23106;;;;;; 22723 775600 274000)) 23101;;;;;; 43024 126096 745000))
23107;;; Generated autoloads from emacs-lisp/regexp-opt.el 23102;;; Generated autoloads from emacs-lisp/regexp-opt.el
23108 23103
23109(autoload 'regexp-opt "regexp-opt" "\ 23104(autoload 'regexp-opt "regexp-opt" "\
@@ -23158,15 +23153,15 @@ This means the number of non-shy regexp grouping constructs
23158 23153
23159;;;*** 23154;;;***
23160 23155
23161;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (22387 39327 316708 23156;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (22388 6369 632121
23162;;;;;; 633000)) 23157;;;;;; 150000))
23163;;; Generated autoloads from emacs-lisp/regi.el 23158;;; Generated autoloads from emacs-lisp/regi.el
23164(push (purecopy '(regi 1 8)) package--builtin-versions) 23159(push (purecopy '(regi 1 8)) package--builtin-versions)
23165 23160
23166;;;*** 23161;;;***
23167 23162
23168;;;### (autoloads nil "remember" "textmodes/remember.el" (22387 39328 23163;;;### (autoloads nil "remember" "textmodes/remember.el" (22388 6389
23169;;;;;; 554704 213000)) 23164;;;;;; 996321 418000))
23170;;; Generated autoloads from textmodes/remember.el 23165;;; Generated autoloads from textmodes/remember.el
23171(push (purecopy '(remember 2 0)) package--builtin-versions) 23166(push (purecopy '(remember 2 0)) package--builtin-versions)
23172 23167
@@ -23220,7 +23215,7 @@ to turn the *scratch* buffer into your notes buffer.
23220 23215
23221;;;*** 23216;;;***
23222 23217
23223;;;### (autoloads nil "repeat" "repeat.el" (22387 39326 885710 172000)) 23218;;;### (autoloads nil "repeat" "repeat.el" (22388 5708 226616 706000))
23224;;; Generated autoloads from repeat.el 23219;;; Generated autoloads from repeat.el
23225(push (purecopy '(repeat 0 51)) package--builtin-versions) 23220(push (purecopy '(repeat 0 51)) package--builtin-versions)
23226 23221
@@ -23243,8 +23238,8 @@ recently executed command not bound to an input event\".
23243 23238
23244;;;*** 23239;;;***
23245 23240
23246;;;### (autoloads nil "reporter" "mail/reporter.el" (22387 39327 23241;;;### (autoloads nil "reporter" "mail/reporter.el" (22388 6375 640180
23247;;;;;; 929706 445000)) 23242;;;;;; 235000))
23248;;; Generated autoloads from mail/reporter.el 23243;;; Generated autoloads from mail/reporter.el
23249 23244
23250(autoload 'reporter-submit-bug-report "reporter" "\ 23245(autoload 'reporter-submit-bug-report "reporter" "\
@@ -23275,8 +23270,8 @@ mail-sending package is used for editing and sending the message.
23275 23270
23276;;;*** 23271;;;***
23277 23272
23278;;;### (autoloads nil "reposition" "reposition.el" (22387 39326 886710 23273;;;### (autoloads nil "reposition" "reposition.el" (22388 5708 409618
23279;;;;;; 169000)) 23274;;;;;; 505000))
23280;;; Generated autoloads from reposition.el 23275;;; Generated autoloads from reposition.el
23281 23276
23282(autoload 'reposition-window "reposition" "\ 23277(autoload 'reposition-window "reposition" "\
@@ -23302,7 +23297,7 @@ first comment line visible (if point is in a comment).
23302 23297
23303;;;*** 23298;;;***
23304 23299
23305;;;### (autoloads nil "reveal" "reveal.el" (22387 39326 887710 165000)) 23300;;;### (autoloads nil "reveal" "reveal.el" (22388 5708 409618 505000))
23306;;; Generated autoloads from reveal.el 23301;;; Generated autoloads from reveal.el
23307 23302
23308(autoload 'reveal-mode "reveal" "\ 23303(autoload 'reveal-mode "reveal" "\
@@ -23338,8 +23333,8 @@ the mode if ARG is omitted or nil.
23338 23333
23339;;;*** 23334;;;***
23340 23335
23341;;;### (autoloads nil "ring" "emacs-lisp/ring.el" (22387 39327 317708 23336;;;### (autoloads nil "ring" "emacs-lisp/ring.el" (22388 6369 634121
23342;;;;;; 630000)) 23337;;;;;; 170000))
23343;;; Generated autoloads from emacs-lisp/ring.el 23338;;; Generated autoloads from emacs-lisp/ring.el
23344 23339
23345(autoload 'ring-p "ring" "\ 23340(autoload 'ring-p "ring" "\
@@ -23354,8 +23349,8 @@ Make a ring that can contain SIZE elements.
23354 23349
23355;;;*** 23350;;;***
23356 23351
23357;;;### (autoloads nil "rlogin" "net/rlogin.el" (22387 39327 989706 23352;;;### (autoloads nil "rlogin" "net/rlogin.el" (22388 6377 978203
23358;;;;;; 231000)) 23353;;;;;; 228000))
23359;;; Generated autoloads from net/rlogin.el 23354;;; Generated autoloads from net/rlogin.el
23360 23355
23361(autoload 'rlogin "rlogin" "\ 23356(autoload 'rlogin "rlogin" "\
@@ -23399,8 +23394,8 @@ variable.
23399 23394
23400;;;*** 23395;;;***
23401 23396
23402;;;### (autoloads nil "rmail" "mail/rmail.el" (22387 39327 932706 23397;;;### (autoloads nil "rmail" "mail/rmail.el" (22388 6375 722181
23403;;;;;; 434000)) 23398;;;;;; 42000))
23404;;; Generated autoloads from mail/rmail.el 23399;;; Generated autoloads from mail/rmail.el
23405 23400
23406(defvar rmail-file-name (purecopy "~/RMAIL") "\ 23401(defvar rmail-file-name (purecopy "~/RMAIL") "\
@@ -23597,8 +23592,8 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23597 23592
23598;;;*** 23593;;;***
23599 23594
23600;;;### (autoloads nil "rmailout" "mail/rmailout.el" (22387 39327 23595;;;### (autoloads nil "rmailout" "mail/rmailout.el" (22388 6375 836182
23601;;;;;; 935706 423000)) 23596;;;;;; 163000))
23602;;; Generated autoloads from mail/rmailout.el 23597;;; Generated autoloads from mail/rmailout.el
23603(put 'rmail-output-file-alist 'risky-local-variable t) 23598(put 'rmail-output-file-alist 'risky-local-variable t)
23604 23599
@@ -23662,8 +23657,8 @@ than appending to it. Deletes the message after writing if
23662 23657
23663;;;*** 23658;;;***
23664 23659
23665;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (22387 39328 23660;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (22388 6379
23666;;;;;; 61705 974000)) 23661;;;;;; 311216 337000))
23667;;; Generated autoloads from nxml/rng-cmpct.el 23662;;; Generated autoloads from nxml/rng-cmpct.el
23668 23663
23669(autoload 'rng-c-load-schema "rng-cmpct" "\ 23664(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -23674,8 +23669,8 @@ Return a pattern.
23674 23669
23675;;;*** 23670;;;***
23676 23671
23677;;;### (autoloads nil "rng-nxml" "nxml/rng-nxml.el" (22387 39328 23672;;;### (autoloads nil "rng-nxml" "nxml/rng-nxml.el" (22388 6379 395217
23678;;;;;; 63705 966000)) 23673;;;;;; 163000))
23679;;; Generated autoloads from nxml/rng-nxml.el 23674;;; Generated autoloads from nxml/rng-nxml.el
23680 23675
23681(autoload 'rng-nxml-mode-init "rng-nxml" "\ 23676(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -23687,8 +23682,8 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23687 23682
23688;;;*** 23683;;;***
23689 23684
23690;;;### (autoloads nil "rng-valid" "nxml/rng-valid.el" (22387 39328 23685;;;### (autoloads nil "rng-valid" "nxml/rng-valid.el" (22388 6379
23691;;;;;; 66705 956000)) 23686;;;;;; 440217 606000))
23692;;; Generated autoloads from nxml/rng-valid.el 23687;;; Generated autoloads from nxml/rng-valid.el
23693 23688
23694(autoload 'rng-validate-mode "rng-valid" "\ 23689(autoload 'rng-validate-mode "rng-valid" "\
@@ -23718,8 +23713,8 @@ to use for finding the schema.
23718 23713
23719;;;*** 23714;;;***
23720 23715
23721;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (22387 39328 67705 23716;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (22388 6379 480217
23722;;;;;; 952000)) 23717;;;;;; 999000))
23723;;; Generated autoloads from nxml/rng-xsd.el 23718;;; Generated autoloads from nxml/rng-xsd.el
23724 23719
23725(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 23720(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -23746,8 +23741,8 @@ must be equal.
23746 23741
23747;;;*** 23742;;;***
23748 23743
23749;;;### (autoloads nil "robin" "international/robin.el" (22387 39327 23744;;;### (autoloads nil "robin" "international/robin.el" (22388 6374
23750;;;;;; 617707 559000)) 23745;;;;;; 714171 129000))
23751;;; Generated autoloads from international/robin.el 23746;;; Generated autoloads from international/robin.el
23752 23747
23753(autoload 'robin-define-package "robin" "\ 23748(autoload 'robin-define-package "robin" "\
@@ -23779,7 +23774,7 @@ Start using robin package NAME, which is a string.
23779 23774
23780;;;*** 23775;;;***
23781 23776
23782;;;### (autoloads nil "rot13" "rot13.el" (22387 39326 887710 165000)) 23777;;;### (autoloads nil "rot13" "rot13.el" (22388 5708 410618 514000))
23783;;; Generated autoloads from rot13.el 23778;;; Generated autoloads from rot13.el
23784 23779
23785(autoload 'rot13 "rot13" "\ 23780(autoload 'rot13 "rot13" "\
@@ -23816,8 +23811,8 @@ Toggle the use of ROT13 encoding for the current window.
23816 23811
23817;;;*** 23812;;;***
23818 23813
23819;;;### (autoloads nil "rst" "textmodes/rst.el" (22578 62356 749211 23814;;;### (autoloads nil "rst" "textmodes/rst.el" (22587 10177 810474
23820;;;;;; 981000)) 23815;;;;;; 182000))
23821;;; Generated autoloads from textmodes/rst.el 23816;;; Generated autoloads from textmodes/rst.el
23822 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 23817 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
23823 23818
@@ -23847,8 +23842,8 @@ for modes derived from Text mode, like Mail mode.
23847 23842
23848;;;*** 23843;;;***
23849 23844
23850;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (22387 23845;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (22388
23851;;;;;; 39328 385704 817000)) 23846;;;;;; 6387 729299 124000))
23852;;; Generated autoloads from progmodes/ruby-mode.el 23847;;; Generated autoloads from progmodes/ruby-mode.el
23853(push (purecopy '(ruby-mode 1 2)) package--builtin-versions) 23848(push (purecopy '(ruby-mode 1 2)) package--builtin-versions)
23854 23849
@@ -23865,8 +23860,8 @@ Major mode for editing Ruby code.
23865 23860
23866;;;*** 23861;;;***
23867 23862
23868;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (22387 39326 888710 23863;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (22388 5708 411618
23869;;;;;; 161000)) 23864;;;;;; 524000))
23870;;; Generated autoloads from ruler-mode.el 23865;;; Generated autoloads from ruler-mode.el
23871(push (purecopy '(ruler-mode 1 6)) package--builtin-versions) 23866(push (purecopy '(ruler-mode 1 6)) package--builtin-versions)
23872 23867
@@ -23884,8 +23879,8 @@ if ARG is omitted or nil.
23884 23879
23885;;;*** 23880;;;***
23886 23881
23887;;;### (autoloads nil "rx" "emacs-lisp/rx.el" (22387 39327 317708 23882;;;### (autoloads nil "rx" "emacs-lisp/rx.el" (22388 6369 650121
23888;;;;;; 630000)) 23883;;;;;; 327000))
23889;;; Generated autoloads from emacs-lisp/rx.el 23884;;; Generated autoloads from emacs-lisp/rx.el
23890 23885
23891(autoload 'rx-to-string "rx" "\ 23886(autoload 'rx-to-string "rx" "\
@@ -24196,15 +24191,15 @@ enclosed in `(and ...)'.
24196 24191
24197;;;*** 24192;;;***
24198 24193
24199;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (22387 39327 24194;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (22388 6378
24200;;;;;; 990706 227000)) 24195;;;;;; 9203 533000))
24201;;; Generated autoloads from net/sasl-ntlm.el 24196;;; Generated autoloads from net/sasl-ntlm.el
24202(push (purecopy '(sasl 1 0)) package--builtin-versions) 24197(push (purecopy '(sasl 1 0)) package--builtin-versions)
24203 24198
24204;;;*** 24199;;;***
24205 24200
24206;;;### (autoloads nil "savehist" "savehist.el" (22387 39326 888710 24201;;;### (autoloads nil "savehist" "savehist.el" (22388 5708 411618
24207;;;;;; 161000)) 24202;;;;;; 524000))
24208;;; Generated autoloads from savehist.el 24203;;; Generated autoloads from savehist.el
24209(push (purecopy '(savehist 24)) package--builtin-versions) 24204(push (purecopy '(savehist 24)) package--builtin-versions)
24210 24205
@@ -24237,8 +24232,8 @@ histories, which is probably undesirable.
24237 24232
24238;;;*** 24233;;;***
24239 24234
24240;;;### (autoloads nil "saveplace" "saveplace.el" (22387 39326 889710 24235;;;### (autoloads nil "saveplace" "saveplace.el" (22388 5708 453618
24241;;;;;; 158000)) 24236;;;;;; 938000))
24242;;; Generated autoloads from saveplace.el 24237;;; Generated autoloads from saveplace.el
24243 24238
24244(defvar save-place-mode nil "\ 24239(defvar save-place-mode nil "\
@@ -24276,8 +24271,8 @@ file:
24276 24271
24277;;;*** 24272;;;***
24278 24273
24279;;;### (autoloads nil "scheme" "progmodes/scheme.el" (22387 39328 24274;;;### (autoloads nil "scheme" "progmodes/scheme.el" (22388 6387
24280;;;;;; 387704 809000)) 24275;;;;;; 746299 291000))
24281;;; Generated autoloads from progmodes/scheme.el 24276;;; Generated autoloads from progmodes/scheme.el
24282 24277
24283(autoload 'scheme-mode "scheme" "\ 24278(autoload 'scheme-mode "scheme" "\
@@ -24316,8 +24311,8 @@ that variable's value is a string.
24316 24311
24317;;;*** 24312;;;***
24318 24313
24319;;;### (autoloads nil "score-mode" "gnus/score-mode.el" (22387 39327 24314;;;### (autoloads nil "score-mode" "gnus/score-mode.el" (22388 6374
24320;;;;;; 533707 859000)) 24315;;;;;; 162165 700000))
24321;;; Generated autoloads from gnus/score-mode.el 24316;;; Generated autoloads from gnus/score-mode.el
24322 24317
24323(autoload 'gnus-score-mode "score-mode" "\ 24318(autoload 'gnus-score-mode "score-mode" "\
@@ -24330,8 +24325,8 @@ This mode is an extended emacs-lisp mode.
24330 24325
24331;;;*** 24326;;;***
24332 24327
24333;;;### (autoloads nil "scroll-all" "scroll-all.el" (22387 39326 890710 24328;;;### (autoloads nil "scroll-all" "scroll-all.el" (22388 5708 454618
24334;;;;;; 154000)) 24329;;;;;; 948000))
24335;;; Generated autoloads from scroll-all.el 24330;;; Generated autoloads from scroll-all.el
24336 24331
24337(defvar scroll-all-mode nil "\ 24332(defvar scroll-all-mode nil "\
@@ -24357,8 +24352,8 @@ one window apply to all visible windows in the same frame.
24357 24352
24358;;;*** 24353;;;***
24359 24354
24360;;;### (autoloads nil "scroll-lock" "scroll-lock.el" (22387 39326 24355;;;### (autoloads nil "scroll-lock" "scroll-lock.el" (22388 5708
24361;;;;;; 891710 151000)) 24356;;;;;; 509619 488000))
24362;;; Generated autoloads from scroll-lock.el 24357;;; Generated autoloads from scroll-lock.el
24363 24358
24364(autoload 'scroll-lock-mode "scroll-lock" "\ 24359(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -24374,16 +24369,16 @@ vertically fixed relative to window boundaries during scrolling.
24374 24369
24375;;;*** 24370;;;***
24376 24371
24377;;;### (autoloads nil "secrets" "net/secrets.el" (22387 39327 991706 24372;;;### (autoloads nil "secrets" "net/secrets.el" (22388 6378 21203
24378;;;;;; 223000)) 24373;;;;;; 651000))
24379;;; Generated autoloads from net/secrets.el 24374;;; Generated autoloads from net/secrets.el
24380(when (featurep 'dbusbind) 24375(when (featurep 'dbusbind)
24381 (autoload 'secrets-show-secrets "secrets" nil t)) 24376 (autoload 'secrets-show-secrets "secrets" nil t))
24382 24377
24383;;;*** 24378;;;***
24384 24379
24385;;;### (autoloads nil "semantic" "cedet/semantic.el" (22387 39327 24380;;;### (autoloads nil "semantic" "cedet/semantic.el" (22388 6368
24386;;;;;; 138709 269000)) 24381;;;;;; 485109 870000))
24387;;; Generated autoloads from cedet/semantic.el 24382;;; Generated autoloads from cedet/semantic.el
24388(push (purecopy '(semantic 2 2)) package--builtin-versions) 24383(push (purecopy '(semantic 2 2)) package--builtin-versions)
24389 24384
@@ -24442,7 +24437,7 @@ Semantic mode.
24442;;;*** 24437;;;***
24443 24438
24444;;;### (autoloads nil "semantic/bovine/grammar" "cedet/semantic/bovine/grammar.el" 24439;;;### (autoloads nil "semantic/bovine/grammar" "cedet/semantic/bovine/grammar.el"
24445;;;;;; (22387 39327 240708 905000)) 24440;;;;;; (22388 11492 220498 203000))
24446;;; Generated autoloads from cedet/semantic/bovine/grammar.el 24441;;; Generated autoloads from cedet/semantic/bovine/grammar.el
24447 24442
24448(autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\ 24443(autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\
@@ -24453,7 +24448,7 @@ Major mode for editing Bovine grammars.
24453;;;*** 24448;;;***
24454 24449
24455;;;### (autoloads nil "semantic/wisent/grammar" "cedet/semantic/wisent/grammar.el" 24450;;;### (autoloads nil "semantic/wisent/grammar" "cedet/semantic/wisent/grammar.el"
24456;;;;;; (22387 39327 249708 873000)) 24451;;;;;; (22388 11492 494500 898000))
24457;;; Generated autoloads from cedet/semantic/wisent/grammar.el 24452;;; Generated autoloads from cedet/semantic/wisent/grammar.el
24458 24453
24459(autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\ 24454(autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\
@@ -24463,8 +24458,8 @@ Major mode for editing Wisent grammars.
24463 24458
24464;;;*** 24459;;;***
24465 24460
24466;;;### (autoloads nil "sendmail" "mail/sendmail.el" (22387 39327 24461;;;### (autoloads nil "sendmail" "mail/sendmail.el" (22630 21356
24467;;;;;; 937706 416000)) 24462;;;;;; 397945 237000))
24468;;; Generated autoloads from mail/sendmail.el 24463;;; Generated autoloads from mail/sendmail.el
24469 24464
24470(defvar mail-from-style 'default "\ 24465(defvar mail-from-style 'default "\
@@ -24745,14 +24740,14 @@ Like `mail' command, but display mail buffer in another frame.
24745 24740
24746;;;*** 24741;;;***
24747 24742
24748;;;### (autoloads nil "seq" "emacs-lisp/seq.el" (22490 22723 987599 24743;;;### (autoloads nil "seq" "emacs-lisp/seq.el" (22489 43024 126096
24749;;;;;; 335000)) 24744;;;;;; 745000))
24750;;; Generated autoloads from emacs-lisp/seq.el 24745;;; Generated autoloads from emacs-lisp/seq.el
24751(push (purecopy '(seq 2 3)) package--builtin-versions) 24746(push (purecopy '(seq 2 3)) package--builtin-versions)
24752 24747
24753;;;*** 24748;;;***
24754 24749
24755;;;### (autoloads nil "server" "server.el" (22387 39326 892710 147000)) 24750;;;### (autoloads nil "server" "server.el" (22388 5708 590620 286000))
24756;;; Generated autoloads from server.el 24751;;; Generated autoloads from server.el
24757 24752
24758(put 'server-host 'risky-local-variable t) 24753(put 'server-host 'risky-local-variable t)
@@ -24820,7 +24815,7 @@ only these files will be asked to be saved.
24820 24815
24821;;;*** 24816;;;***
24822 24817
24823;;;### (autoloads nil "ses" "ses.el" (22458 46685 211272 717000)) 24818;;;### (autoloads nil "ses" "ses.el" (22457 44247 406108 197000))
24824;;; Generated autoloads from ses.el 24819;;; Generated autoloads from ses.el
24825 24820
24826(autoload 'ses-mode "ses" "\ 24821(autoload 'ses-mode "ses" "\
@@ -24864,8 +24859,8 @@ formula:
24864 24859
24865;;;*** 24860;;;***
24866 24861
24867;;;### (autoloads nil "sgml-mode" "textmodes/sgml-mode.el" (22387 24862;;;### (autoloads nil "sgml-mode" "textmodes/sgml-mode.el" (22388
24868;;;;;; 39328 566704 170000)) 24863;;;;;; 6390 132322 756000))
24869;;; Generated autoloads from textmodes/sgml-mode.el 24864;;; Generated autoloads from textmodes/sgml-mode.el
24870 24865
24871(autoload 'sgml-mode "sgml-mode" "\ 24866(autoload 'sgml-mode "sgml-mode" "\
@@ -24930,8 +24925,8 @@ To work around that, do:
24930 24925
24931;;;*** 24926;;;***
24932 24927
24933;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (22578 24928;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (22587
24934;;;;;; 62356 743212 14000)) 24929;;;;;; 10177 803474 84000))
24935;;; Generated autoloads from progmodes/sh-script.el 24930;;; Generated autoloads from progmodes/sh-script.el
24936(push (purecopy '(sh-script 2 0 6)) package--builtin-versions) 24931(push (purecopy '(sh-script 2 0 6)) package--builtin-versions)
24937(put 'sh-shell 'safe-local-variable 'symbolp) 24932(put 'sh-shell 'safe-local-variable 'symbolp)
@@ -24996,8 +24991,8 @@ with your script for an edit-interpret-debug cycle.
24996 24991
24997;;;*** 24992;;;***
24998 24993
24999;;;### (autoloads nil "shadow" "emacs-lisp/shadow.el" (22387 39327 24994;;;### (autoloads nil "shadow" "emacs-lisp/shadow.el" (22388 6369
25000;;;;;; 318708 626000)) 24995;;;;;; 668121 504000))
25001;;; Generated autoloads from emacs-lisp/shadow.el 24996;;; Generated autoloads from emacs-lisp/shadow.el
25002 24997
25003(autoload 'list-load-path-shadows "shadow" "\ 24998(autoload 'list-load-path-shadows "shadow" "\
@@ -25046,8 +25041,8 @@ function, `load-path-shadows-find'.
25046 25041
25047;;;*** 25042;;;***
25048 25043
25049;;;### (autoloads nil "shadowfile" "shadowfile.el" (22387 39326 894710 25044;;;### (autoloads nil "shadowfile" "shadowfile.el" (22388 5708 840622
25050;;;;;; 140000)) 25045;;;;;; 743000))
25051;;; Generated autoloads from shadowfile.el 25046;;; Generated autoloads from shadowfile.el
25052 25047
25053(autoload 'shadow-define-cluster "shadowfile" "\ 25048(autoload 'shadow-define-cluster "shadowfile" "\
@@ -25085,7 +25080,7 @@ Set up file shadowing.
25085 25080
25086;;;*** 25081;;;***
25087 25082
25088;;;### (autoloads nil "shell" "shell.el" (22387 39326 895710 137000)) 25083;;;### (autoloads nil "shell" "shell.el" (22388 5708 884623 178000))
25089;;; Generated autoloads from shell.el 25084;;; Generated autoloads from shell.el
25090 25085
25091(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 25086(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -25133,7 +25128,7 @@ Otherwise, one argument `-i' is passed to the shell.
25133 25128
25134;;;*** 25129;;;***
25135 25130
25136;;;### (autoloads nil "shr" "net/shr.el" (22578 62356 730212 84000)) 25131;;;### (autoloads nil "shr" "net/shr.el" (22587 10177 786473 845000))
25137;;; Generated autoloads from net/shr.el 25132;;; Generated autoloads from net/shr.el
25138 25133
25139(autoload 'shr-render-region "shr" "\ 25134(autoload 'shr-render-region "shr" "\
@@ -25150,8 +25145,8 @@ DOM should be a parse tree as generated by
25150 25145
25151;;;*** 25146;;;***
25152 25147
25153;;;### (autoloads nil "sieve" "gnus/sieve.el" (22387 39327 534707 25148;;;### (autoloads nil "sieve" "gnus/sieve.el" (22388 6374 179165
25154;;;;;; 855000)) 25149;;;;;; 867000))
25155;;; Generated autoloads from gnus/sieve.el 25150;;; Generated autoloads from gnus/sieve.el
25156 25151
25157(autoload 'sieve-manage "sieve" "\ 25152(autoload 'sieve-manage "sieve" "\
@@ -25176,8 +25171,8 @@ DOM should be a parse tree as generated by
25176 25171
25177;;;*** 25172;;;***
25178 25173
25179;;;### (autoloads nil "sieve-mode" "gnus/sieve-mode.el" (22387 39327 25174;;;### (autoloads nil "sieve-mode" "gnus/sieve-mode.el" (22388 6374
25180;;;;;; 534707 855000)) 25175;;;;;; 173165 808000))
25181;;; Generated autoloads from gnus/sieve-mode.el 25176;;; Generated autoloads from gnus/sieve-mode.el
25182 25177
25183(autoload 'sieve-mode "sieve-mode" "\ 25178(autoload 'sieve-mode "sieve-mode" "\
@@ -25192,8 +25187,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
25192 25187
25193;;;*** 25188;;;***
25194 25189
25195;;;### (autoloads nil "simula" "progmodes/simula.el" (22387 39328 25190;;;### (autoloads nil "simula" "progmodes/simula.el" (22388 6387
25196;;;;;; 390704 799000)) 25191;;;;;; 879300 598000))
25197;;; Generated autoloads from progmodes/simula.el 25192;;; Generated autoloads from progmodes/simula.el
25198 25193
25199(autoload 'simula-mode "simula" "\ 25194(autoload 'simula-mode "simula" "\
@@ -25241,8 +25236,8 @@ with no arguments, if that value is non-nil.
25241 25236
25242;;;*** 25237;;;***
25243 25238
25244;;;### (autoloads nil "skeleton" "skeleton.el" (22387 39326 901710 25239;;;### (autoloads nil "skeleton" "skeleton.el" (22630 21356 411945
25245;;;;;; 115000)) 25240;;;;;; 433000))
25246;;; Generated autoloads from skeleton.el 25241;;; Generated autoloads from skeleton.el
25247 25242
25248(defvar skeleton-filter-function 'identity "\ 25243(defvar skeleton-filter-function 'identity "\
@@ -25287,6 +25282,10 @@ The optional third argument STR, if specified, is the value for the
25287variable `str' within the skeleton. When this is non-nil, the 25282variable `str' within the skeleton. When this is non-nil, the
25288interactor gets ignored, and this should be a valid skeleton element. 25283interactor gets ignored, and this should be a valid skeleton element.
25289 25284
25285When done with skeleton, but before going back to `_'-point, add
25286a newline (unless `skeleton-end-newline' is nil) and run the hook
25287`skeleton-end-hook'.
25288
25290SKELETON is made up as (INTERACTOR ELEMENT ...). INTERACTOR may be nil if 25289SKELETON is made up as (INTERACTOR ELEMENT ...). INTERACTOR may be nil if
25291not needed, a prompt-string or an expression for complex read functions. 25290not needed, a prompt-string or an expression for complex read functions.
25292 25291
@@ -25337,9 +25336,6 @@ available:
25337 input initial input (string or cons with index) while reading str 25336 input initial input (string or cons with index) while reading str
25338 v1, v2 local variables for memorizing anything you want 25337 v1, v2 local variables for memorizing anything you want
25339 25338
25340When done with skeleton, but before going back to `_'-point call
25341`skeleton-end-hook' if that is non-nil.
25342
25343\(fn SKELETON &optional REGIONS STR)" nil nil) 25339\(fn SKELETON &optional REGIONS STR)" nil nil)
25344 25340
25345(autoload 'skeleton-pair-insert-maybe "skeleton" "\ 25341(autoload 'skeleton-pair-insert-maybe "skeleton" "\
@@ -25361,8 +25357,8 @@ twice for the others.
25361 25357
25362;;;*** 25358;;;***
25363 25359
25364;;;### (autoloads nil "smerge-mode" "vc/smerge-mode.el" (22387 39328 25360;;;### (autoloads nil "smerge-mode" "vc/smerge-mode.el" (22388 6391
25365;;;;;; 668703 806000)) 25361;;;;;; 279334 35000))
25366;;; Generated autoloads from vc/smerge-mode.el 25362;;; Generated autoloads from vc/smerge-mode.el
25367 25363
25368(autoload 'smerge-ediff "smerge-mode" "\ 25364(autoload 'smerge-ediff "smerge-mode" "\
@@ -25389,8 +25385,8 @@ If no conflict maker is found, turn off `smerge-mode'.
25389 25385
25390;;;*** 25386;;;***
25391 25387
25392;;;### (autoloads nil "smiley" "gnus/smiley.el" (22387 39327 535707 25388;;;### (autoloads nil "smiley" "gnus/smiley.el" (22388 6374 180165
25393;;;;;; 851000)) 25389;;;;;; 877000))
25394;;; Generated autoloads from gnus/smiley.el 25390;;; Generated autoloads from gnus/smiley.el
25395 25391
25396(autoload 'smiley-region "smiley" "\ 25392(autoload 'smiley-region "smiley" "\
@@ -25407,8 +25403,8 @@ interactively. If there's no argument, do it at the current buffer.
25407 25403
25408;;;*** 25404;;;***
25409 25405
25410;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (22387 39327 25406;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (22388 6375 961183
25411;;;;;; 938706 413000)) 25407;;;;;; 392000))
25412;;; Generated autoloads from mail/smtpmail.el 25408;;; Generated autoloads from mail/smtpmail.el
25413 25409
25414(autoload 'smtpmail-send-it "smtpmail" "\ 25410(autoload 'smtpmail-send-it "smtpmail" "\
@@ -25423,8 +25419,8 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
25423 25419
25424;;;*** 25420;;;***
25425 25421
25426;;;### (autoloads nil "snake" "play/snake.el" (22387 39328 271705 25422;;;### (autoloads nil "snake" "play/snake.el" (22388 6383 455257
25427;;;;;; 224000)) 25423;;;;;; 91000))
25428;;; Generated autoloads from play/snake.el 25424;;; Generated autoloads from play/snake.el
25429 25425
25430(autoload 'snake "snake" "\ 25426(autoload 'snake "snake" "\
@@ -25447,8 +25443,8 @@ Snake mode keybindings:
25447 25443
25448;;;*** 25444;;;***
25449 25445
25450;;;### (autoloads nil "snmp-mode" "net/snmp-mode.el" (22387 39327 25446;;;### (autoloads nil "snmp-mode" "net/snmp-mode.el" (22388 6378
25451;;;;;; 993706 216000)) 25447;;;;;; 107204 497000))
25452;;; Generated autoloads from net/snmp-mode.el 25448;;; Generated autoloads from net/snmp-mode.el
25453 25449
25454(autoload 'snmp-mode "snmp-mode" "\ 25450(autoload 'snmp-mode "snmp-mode" "\
@@ -25477,15 +25473,15 @@ then `snmpv2-mode-hook'.
25477 25473
25478;;;*** 25474;;;***
25479 25475
25480;;;### (autoloads nil "soap-client" "net/soap-client.el" (22387 39327 25476;;;### (autoloads nil "soap-client" "net/soap-client.el" (22388 6378
25481;;;;;; 995706 209000)) 25477;;;;;; 185205 264000))
25482;;; Generated autoloads from net/soap-client.el 25478;;; Generated autoloads from net/soap-client.el
25483(push (purecopy '(soap-client 3 0 2)) package--builtin-versions) 25479(push (purecopy '(soap-client 3 0 2)) package--builtin-versions)
25484 25480
25485;;;*** 25481;;;***
25486 25482
25487;;;### (autoloads nil "solar" "calendar/solar.el" (22387 39327 123709 25483;;;### (autoloads nil "solar" "calendar/solar.el" (22630 21356 355944
25488;;;;;; 322000)) 25484;;;;;; 648000))
25489;;; Generated autoloads from calendar/solar.el 25485;;; Generated autoloads from calendar/solar.el
25490 25486
25491(autoload 'sunrise-sunset "solar" "\ 25487(autoload 'sunrise-sunset "solar" "\
@@ -25500,8 +25496,8 @@ This function is suitable for execution in an init file.
25500 25496
25501;;;*** 25497;;;***
25502 25498
25503;;;### (autoloads nil "solitaire" "play/solitaire.el" (22387 39328 25499;;;### (autoloads nil "solitaire" "play/solitaire.el" (22388 6383
25504;;;;;; 272705 220000)) 25500;;;;;; 455257 91000))
25505;;; Generated autoloads from play/solitaire.el 25501;;; Generated autoloads from play/solitaire.el
25506 25502
25507(autoload 'solitaire "solitaire" "\ 25503(autoload 'solitaire "solitaire" "\
@@ -25576,7 +25572,7 @@ Pick your favorite shortcuts:
25576 25572
25577;;;*** 25573;;;***
25578 25574
25579;;;### (autoloads nil "sort" "sort.el" (22387 39326 901710 115000)) 25575;;;### (autoloads nil "sort" "sort.el" (22388 5709 370627 956000))
25580;;; Generated autoloads from sort.el 25576;;; Generated autoloads from sort.el
25581(put 'sort-fold-case 'safe-local-variable 'booleanp) 25577(put 'sort-fold-case 'safe-local-variable 'booleanp)
25582 25578
@@ -25751,7 +25747,7 @@ is non-nil, it also prints a message describing the number of deletions.
25751 25747
25752;;;*** 25748;;;***
25753 25749
25754;;;### (autoloads nil "spam" "gnus/spam.el" (22387 39327 538707 841000)) 25750;;;### (autoloads nil "spam" "gnus/spam.el" (22388 6374 263166 693000))
25755;;; Generated autoloads from gnus/spam.el 25751;;; Generated autoloads from gnus/spam.el
25756 25752
25757(autoload 'spam-initialize "spam" "\ 25753(autoload 'spam-initialize "spam" "\
@@ -25765,8 +25761,8 @@ installed through `spam-necessary-extra-headers'.
25765 25761
25766;;;*** 25762;;;***
25767 25763
25768;;;### (autoloads nil "spam-report" "gnus/spam-report.el" (22387 25764;;;### (autoloads nil "spam-report" "gnus/spam-report.el" (22388
25769;;;;;; 39327 536707 848000)) 25765;;;;;; 6374 182165 897000))
25770;;; Generated autoloads from gnus/spam-report.el 25766;;; Generated autoloads from gnus/spam-report.el
25771 25767
25772(autoload 'spam-report-process-queue "spam-report" "\ 25768(autoload 'spam-report-process-queue "spam-report" "\
@@ -25808,8 +25804,8 @@ Spam reports will be queued with the method used when
25808 25804
25809;;;*** 25805;;;***
25810 25806
25811;;;### (autoloads nil "speedbar" "speedbar.el" (22387 39326 903710 25807;;;### (autoloads nil "speedbar" "speedbar.el" (22388 5709 449628
25812;;;;;; 108000)) 25808;;;;;; 733000))
25813;;; Generated autoloads from speedbar.el 25809;;; Generated autoloads from speedbar.el
25814 25810
25815(defalias 'speedbar 'speedbar-frame-mode) 25811(defalias 'speedbar 'speedbar-frame-mode)
@@ -25833,8 +25829,8 @@ selected. If the speedbar frame is active, then select the attached frame.
25833 25829
25834;;;*** 25830;;;***
25835 25831
25836;;;### (autoloads nil "spook" "play/spook.el" (22387 39328 272705 25832;;;### (autoloads nil "spook" "play/spook.el" (22388 6383 458257
25837;;;;;; 220000)) 25833;;;;;; 120000))
25838;;; Generated autoloads from play/spook.el 25834;;; Generated autoloads from play/spook.el
25839 25835
25840(autoload 'spook "spook" "\ 25836(autoload 'spook "spook" "\
@@ -25849,8 +25845,8 @@ Return a vector containing the lines from `spook-phrases-file'.
25849 25845
25850;;;*** 25846;;;***
25851 25847
25852;;;### (autoloads nil "sql" "progmodes/sql.el" (22387 39328 393704 25848;;;### (autoloads nil "sql" "progmodes/sql.el" (22388 6387 963301
25853;;;;;; 788000)) 25849;;;;;; 424000))
25854;;; Generated autoloads from progmodes/sql.el 25850;;; Generated autoloads from progmodes/sql.el
25855(push (purecopy '(sql 3 5)) package--builtin-versions) 25851(push (purecopy '(sql 3 5)) package--builtin-versions)
25856 25852
@@ -26316,15 +26312,15 @@ Run vsql as an inferior process.
26316 26312
26317;;;*** 26313;;;***
26318 26314
26319;;;### (autoloads nil "srecode" "cedet/srecode.el" (22387 39327 139709 26315;;;### (autoloads nil "srecode" "cedet/srecode.el" (22388 6368 506110
26320;;;;;; 265000)) 26316;;;;;; 77000))
26321;;; Generated autoloads from cedet/srecode.el 26317;;; Generated autoloads from cedet/srecode.el
26322(push (purecopy '(srecode 1 2)) package--builtin-versions) 26318(push (purecopy '(srecode 1 2)) package--builtin-versions)
26323 26319
26324;;;*** 26320;;;***
26325 26321
26326;;;### (autoloads nil "srecode/srt-mode" "cedet/srecode/srt-mode.el" 26322;;;### (autoloads nil "srecode/srt-mode" "cedet/srecode/srt-mode.el"
26327;;;;;; (22387 39327 265708 816000)) 26323;;;;;; (22388 7503 616273 65000))
26328;;; Generated autoloads from cedet/srecode/srt-mode.el 26324;;; Generated autoloads from cedet/srecode/srt-mode.el
26329 26325
26330(autoload 'srecode-template-mode "srecode/srt-mode" "\ 26326(autoload 'srecode-template-mode "srecode/srt-mode" "\
@@ -26336,8 +26332,8 @@ Major-mode for writing SRecode macros.
26336 26332
26337;;;*** 26333;;;***
26338 26334
26339;;;### (autoloads nil "starttls" "gnus/starttls.el" (22387 39327 26335;;;### (autoloads nil "starttls" "gnus/starttls.el" (22630 21356
26340;;;;;; 538707 841000)) 26336;;;;;; 375944 929000))
26341;;; Generated autoloads from gnus/starttls.el 26337;;; Generated autoloads from gnus/starttls.el
26342 26338
26343(autoload 'starttls-open-stream "starttls" "\ 26339(autoload 'starttls-open-stream "starttls" "\
@@ -26360,8 +26356,7 @@ GnuTLS requires a port number.
26360 26356
26361;;;*** 26357;;;***
26362 26358
26363;;;### (autoloads nil "strokes" "strokes.el" (22387 39326 907710 26359;;;### (autoloads nil "strokes" "strokes.el" (22388 5709 633630 542000))
26364;;;;;; 94000))
26365;;; Generated autoloads from strokes.el 26360;;; Generated autoloads from strokes.el
26366 26361
26367(autoload 'strokes-global-set-stroke "strokes" "\ 26362(autoload 'strokes-global-set-stroke "strokes" "\
@@ -26475,8 +26470,8 @@ Read a complex stroke and insert its glyph into the current buffer.
26475 26470
26476;;;*** 26471;;;***
26477 26472
26478;;;### (autoloads nil "studly" "play/studly.el" (22387 39328 273705 26473;;;### (autoloads nil "studly" "play/studly.el" (22388 6383 458257
26479;;;;;; 217000)) 26474;;;;;; 120000))
26480;;; Generated autoloads from play/studly.el 26475;;; Generated autoloads from play/studly.el
26481 26476
26482(autoload 'studlify-region "studly" "\ 26477(autoload 'studlify-region "studly" "\
@@ -26496,8 +26491,8 @@ Studlify-case the current buffer.
26496 26491
26497;;;*** 26492;;;***
26498 26493
26499;;;### (autoloads nil "subword" "progmodes/subword.el" (22387 39328 26494;;;### (autoloads nil "subword" "progmodes/subword.el" (22388 6388
26500;;;;;; 394704 784000)) 26495;;;;;; 3301 818000))
26501;;; Generated autoloads from progmodes/subword.el 26496;;; Generated autoloads from progmodes/subword.el
26502 26497
26503(define-obsolete-function-alias 'capitalized-words-mode 'subword-mode "25.1") 26498(define-obsolete-function-alias 'capitalized-words-mode 'subword-mode "25.1")
@@ -26591,8 +26586,8 @@ See `superword-mode' for more information on Superword mode.
26591 26586
26592;;;*** 26587;;;***
26593 26588
26594;;;### (autoloads nil "supercite" "mail/supercite.el" (22387 39327 26589;;;### (autoloads nil "supercite" "mail/supercite.el" (22388 6376
26595;;;;;; 939706 409000)) 26590;;;;;; 4183 815000))
26596;;; Generated autoloads from mail/supercite.el 26591;;; Generated autoloads from mail/supercite.el
26597 26592
26598(autoload 'sc-cite-original "supercite" "\ 26593(autoload 'sc-cite-original "supercite" "\
@@ -26624,8 +26619,7 @@ and `sc-post-hook' is run after the guts of this function.
26624 26619
26625;;;*** 26620;;;***
26626 26621
26627;;;### (autoloads nil "t-mouse" "t-mouse.el" (22387 39326 911710 26622;;;### (autoloads nil "t-mouse" "t-mouse.el" (22388 5709 919633 355000))
26628;;;;;; 79000))
26629;;; Generated autoloads from t-mouse.el 26623;;; Generated autoloads from t-mouse.el
26630 26624
26631(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 26625(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -26658,7 +26652,7 @@ GPM. This is due to limitations in GPM and the Linux kernel.
26658 26652
26659;;;*** 26653;;;***
26660 26654
26661;;;### (autoloads nil "tabify" "tabify.el" (22387 39326 911710 79000)) 26655;;;### (autoloads nil "tabify" "tabify.el" (22388 5709 919633 355000))
26662;;; Generated autoloads from tabify.el 26656;;; Generated autoloads from tabify.el
26663 26657
26664(autoload 'untabify "tabify" "\ 26658(autoload 'untabify "tabify" "\
@@ -26687,8 +26681,8 @@ The variable `tab-width' controls the spacing of tab stops.
26687 26681
26688;;;*** 26682;;;***
26689 26683
26690;;;### (autoloads nil "table" "textmodes/table.el" (22387 39328 569704 26684;;;### (autoloads nil "table" "textmodes/table.el" (22388 6390 235323
26691;;;;;; 160000)) 26685;;;;;; 768000))
26692;;; Generated autoloads from textmodes/table.el 26686;;; Generated autoloads from textmodes/table.el
26693 26687
26694(autoload 'table-insert "table" "\ 26688(autoload 'table-insert "table" "\
@@ -27259,7 +27253,7 @@ converts a table into plain text without frames. It is a companion to
27259 27253
27260;;;*** 27254;;;***
27261 27255
27262;;;### (autoloads nil "talk" "talk.el" (22387 39326 912710 76000)) 27256;;;### (autoloads nil "talk" "talk.el" (22388 5709 921633 374000))
27263;;; Generated autoloads from talk.el 27257;;; Generated autoloads from talk.el
27264 27258
27265(autoload 'talk-connect "talk" "\ 27259(autoload 'talk-connect "talk" "\
@@ -27274,8 +27268,8 @@ Connect to the Emacs talk group from the current X display or tty frame.
27274 27268
27275;;;*** 27269;;;***
27276 27270
27277;;;### (autoloads nil "tar-mode" "tar-mode.el" (22387 39326 912710 27271;;;### (autoloads nil "tar-mode" "tar-mode.el" (22388 5709 957633
27278;;;;;; 76000)) 27272;;;;;; 728000))
27279;;; Generated autoloads from tar-mode.el 27273;;; Generated autoloads from tar-mode.el
27280 27274
27281(autoload 'tar-mode "tar-mode" "\ 27275(autoload 'tar-mode "tar-mode" "\
@@ -27298,8 +27292,8 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
27298 27292
27299;;;*** 27293;;;***
27300 27294
27301;;;### (autoloads nil "tcl" "progmodes/tcl.el" (22387 39328 395704 27295;;;### (autoloads nil "tcl" "progmodes/tcl.el" (22388 6388 41302
27302;;;;;; 781000)) 27296;;;;;; 191000))
27303;;; Generated autoloads from progmodes/tcl.el 27297;;; Generated autoloads from progmodes/tcl.el
27304 27298
27305(autoload 'tcl-mode "tcl" "\ 27299(autoload 'tcl-mode "tcl" "\
@@ -27347,8 +27341,8 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
27347 27341
27348;;;*** 27342;;;***
27349 27343
27350;;;### (autoloads nil "telnet" "net/telnet.el" (22387 39327 997706 27344;;;### (autoloads nil "telnet" "net/telnet.el" (22388 6378 270206
27351;;;;;; 202000)) 27345;;;;;; 100000))
27352;;; Generated autoloads from net/telnet.el 27346;;; Generated autoloads from net/telnet.el
27353 27347
27354(autoload 'telnet "telnet" "\ 27348(autoload 'telnet "telnet" "\
@@ -27373,7 +27367,7 @@ Normally input is edited in Emacs and sent a line at a time.
27373 27367
27374;;;*** 27368;;;***
27375 27369
27376;;;### (autoloads nil "term" "term.el" (22578 62356 748211 987000)) 27370;;;### (autoloads nil "term" "term.el" (22587 10177 808474 154000))
27377;;; Generated autoloads from term.el 27371;;; Generated autoloads from term.el
27378 27372
27379(autoload 'make-term "term" "\ 27373(autoload 'make-term "term" "\
@@ -27415,8 +27409,8 @@ use in that buffer.
27415 27409
27416;;;*** 27410;;;***
27417 27411
27418;;;### (autoloads nil "testcover" "emacs-lisp/testcover.el" (22387 27412;;;### (autoloads nil "testcover" "emacs-lisp/testcover.el" (22388
27419;;;;;; 39327 336708 562000)) 27413;;;;;; 6369 795122 753000))
27420;;; Generated autoloads from emacs-lisp/testcover.el 27414;;; Generated autoloads from emacs-lisp/testcover.el
27421 27415
27422(autoload 'testcover-this-defun "testcover" "\ 27416(autoload 'testcover-this-defun "testcover" "\
@@ -27426,8 +27420,8 @@ Start coverage on function under point.
27426 27420
27427;;;*** 27421;;;***
27428 27422
27429;;;### (autoloads nil "tetris" "play/tetris.el" (22387 39328 273705 27423;;;### (autoloads nil "tetris" "play/tetris.el" (22388 6383 460257
27430;;;;;; 217000)) 27424;;;;;; 140000))
27431;;; Generated autoloads from play/tetris.el 27425;;; Generated autoloads from play/tetris.el
27432(push (purecopy '(tetris 2 1)) package--builtin-versions) 27426(push (purecopy '(tetris 2 1)) package--builtin-versions)
27433 27427
@@ -27452,8 +27446,8 @@ tetris-mode keybindings:
27452 27446
27453;;;*** 27447;;;***
27454 27448
27455;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (22587 59854 27449;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (22587 10177
27456;;;;;; 962142 834000)) 27450;;;;;; 811474 196000))
27457;;; Generated autoloads from textmodes/tex-mode.el 27451;;; Generated autoloads from textmodes/tex-mode.el
27458 27452
27459(defvar tex-shell-file-name nil "\ 27453(defvar tex-shell-file-name nil "\
@@ -27754,8 +27748,8 @@ Major mode to edit DocTeX files.
27754 27748
27755;;;*** 27749;;;***
27756 27750
27757;;;### (autoloads nil "texinfmt" "textmodes/texinfmt.el" (22387 39328 27751;;;### (autoloads nil "texinfmt" "textmodes/texinfmt.el" (22388 6390
27758;;;;;; 575704 138000)) 27752;;;;;; 408325 469000))
27759;;; Generated autoloads from textmodes/texinfmt.el 27753;;; Generated autoloads from textmodes/texinfmt.el
27760 27754
27761(autoload 'texinfo-format-buffer "texinfmt" "\ 27755(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -27794,8 +27788,8 @@ if large. You can use `Info-split' to do this manually.
27794 27788
27795;;;*** 27789;;;***
27796 27790
27797;;;### (autoloads nil "texinfo" "textmodes/texinfo.el" (22387 39328 27791;;;### (autoloads nil "texinfo" "textmodes/texinfo.el" (22388 6390
27798;;;;;; 577704 131000)) 27792;;;;;; 440325 784000))
27799;;; Generated autoloads from textmodes/texinfo.el 27793;;; Generated autoloads from textmodes/texinfo.el
27800 27794
27801(defvar texinfo-open-quote (purecopy "``") "\ 27795(defvar texinfo-open-quote (purecopy "``") "\
@@ -27879,8 +27873,8 @@ value of `texinfo-mode-hook'.
27879 27873
27880;;;*** 27874;;;***
27881 27875
27882;;;### (autoloads nil "thai-util" "language/thai-util.el" (22387 27876;;;### (autoloads nil "thai-util" "language/thai-util.el" (22388
27883;;;;;; 39327 664707 391000)) 27877;;;;;; 6375 384177 718000))
27884;;; Generated autoloads from language/thai-util.el 27878;;; Generated autoloads from language/thai-util.el
27885 27879
27886(autoload 'thai-compose-region "thai-util" "\ 27880(autoload 'thai-compose-region "thai-util" "\
@@ -27907,8 +27901,8 @@ Compose Thai characters in the current buffer.
27907 27901
27908;;;*** 27902;;;***
27909 27903
27910;;;### (autoloads nil "thingatpt" "thingatpt.el" (22387 39326 915710 27904;;;### (autoloads nil "thingatpt" "thingatpt.el" (22388 5710 166635
27911;;;;;; 65000)) 27905;;;;;; 784000))
27912;;; Generated autoloads from thingatpt.el 27906;;; Generated autoloads from thingatpt.el
27913 27907
27914(autoload 'forward-thing "thingatpt" "\ 27908(autoload 'forward-thing "thingatpt" "\
@@ -27972,7 +27966,7 @@ Return the Lisp list at point, or nil if none is found.
27972 27966
27973;;;*** 27967;;;***
27974 27968
27975;;;### (autoloads nil "thumbs" "thumbs.el" (22387 39326 916710 61000)) 27969;;;### (autoloads nil "thumbs" "thumbs.el" (22388 5710 168635 803000))
27976;;; Generated autoloads from thumbs.el 27970;;; Generated autoloads from thumbs.el
27977 27971
27978(autoload 'thumbs-find-thumb "thumbs" "\ 27972(autoload 'thumbs-find-thumb "thumbs" "\
@@ -28006,15 +28000,15 @@ In dired, call the setroot program on the image at point.
28006 28000
28007;;;*** 28001;;;***
28008 28002
28009;;;### (autoloads nil "thunk" "emacs-lisp/thunk.el" (22387 39327 28003;;;### (autoloads nil "thunk" "emacs-lisp/thunk.el" (22388 6369 797122
28010;;;;;; 336708 562000)) 28004;;;;;; 773000))
28011;;; Generated autoloads from emacs-lisp/thunk.el 28005;;; Generated autoloads from emacs-lisp/thunk.el
28012(push (purecopy '(thunk 1 0)) package--builtin-versions) 28006(push (purecopy '(thunk 1 0)) package--builtin-versions)
28013 28007
28014;;;*** 28008;;;***
28015 28009
28016;;;### (autoloads nil "tibet-util" "language/tibet-util.el" (22387 28010;;;### (autoloads nil "tibet-util" "language/tibet-util.el" (22388
28017;;;;;; 39327 667707 380000)) 28011;;;;;; 6375 464178 504000))
28018;;; Generated autoloads from language/tibet-util.el 28012;;; Generated autoloads from language/tibet-util.el
28019 28013
28020(autoload 'tibetan-char-p "tibet-util" "\ 28014(autoload 'tibetan-char-p "tibet-util" "\
@@ -28087,8 +28081,8 @@ See also docstring of the function tibetan-compose-region.
28087 28081
28088;;;*** 28082;;;***
28089 28083
28090;;;### (autoloads nil "tildify" "textmodes/tildify.el" (22387 39328 28084;;;### (autoloads nil "tildify" "textmodes/tildify.el" (22388 6390
28091;;;;;; 579704 124000)) 28085;;;;;; 524326 610000))
28092;;; Generated autoloads from textmodes/tildify.el 28086;;; Generated autoloads from textmodes/tildify.el
28093(push (purecopy '(tildify 4 6 1)) package--builtin-versions) 28087(push (purecopy '(tildify 4 6 1)) package--builtin-versions)
28094 28088
@@ -28154,7 +28148,7 @@ variable will be set to the representation.
28154 28148
28155;;;*** 28149;;;***
28156 28150
28157;;;### (autoloads nil "time" "time.el" (22387 39326 918710 54000)) 28151;;;### (autoloads nil "time" "time.el" (22630 21356 411945 433000))
28158;;; Generated autoloads from time.el 28152;;; Generated autoloads from time.el
28159 28153
28160(defvar display-time-day-and-date nil "\ 28154(defvar display-time-day-and-date nil "\
@@ -28217,8 +28211,8 @@ Return a string giving the duration of the Emacs initialization.
28217 28211
28218;;;*** 28212;;;***
28219 28213
28220;;;### (autoloads nil "time-date" "calendar/time-date.el" (22387 28214;;;### (autoloads nil "time-date" "calendar/time-date.el" (22388
28221;;;;;; 39327 124709 319000)) 28215;;;;;; 6368 233107 392000))
28222;;; Generated autoloads from calendar/time-date.el 28216;;; Generated autoloads from calendar/time-date.el
28223 28217
28224(autoload 'date-to-time "time-date" "\ 28218(autoload 'date-to-time "time-date" "\
@@ -28321,8 +28315,8 @@ Convert the time interval in seconds to a short string.
28321 28315
28322;;;*** 28316;;;***
28323 28317
28324;;;### (autoloads nil "time-stamp" "time-stamp.el" (22387 39326 917710 28318;;;### (autoloads nil "time-stamp" "time-stamp.el" (22388 5710 209636
28325;;;;;; 58000)) 28319;;;;;; 207000))
28326;;; Generated autoloads from time-stamp.el 28320;;; Generated autoloads from time-stamp.el
28327(put 'time-stamp-format 'safe-local-variable 'stringp) 28321(put 'time-stamp-format 'safe-local-variable 'stringp)
28328(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 28322(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -28362,8 +28356,8 @@ With ARG, turn time stamping on if and only if arg is positive.
28362 28356
28363;;;*** 28357;;;***
28364 28358
28365;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (22387 28359;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (22388
28366;;;;;; 39327 125709 315000)) 28360;;;;;; 6368 236107 422000))
28367;;; Generated autoloads from calendar/timeclock.el 28361;;; Generated autoloads from calendar/timeclock.el
28368(push (purecopy '(timeclock 2 6 1)) package--builtin-versions) 28362(push (purecopy '(timeclock 2 6 1)) package--builtin-versions)
28369 28363
@@ -28474,7 +28468,7 @@ relative only to the time worked today, and not to past time.
28474;;;*** 28468;;;***
28475 28469
28476;;;### (autoloads nil "titdic-cnv" "international/titdic-cnv.el" 28470;;;### (autoloads nil "titdic-cnv" "international/titdic-cnv.el"
28477;;;;;; (22387 39327 617707 559000)) 28471;;;;;; (22388 6374 736171 345000))
28478;;; Generated autoloads from international/titdic-cnv.el 28472;;; Generated autoloads from international/titdic-cnv.el
28479 28473
28480(autoload 'titdic-convert "titdic-cnv" "\ 28474(autoload 'titdic-convert "titdic-cnv" "\
@@ -28496,7 +28490,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
28496 28490
28497;;;*** 28491;;;***
28498 28492
28499;;;### (autoloads nil "tmm" "tmm.el" (22387 39326 919710 51000)) 28493;;;### (autoloads nil "tmm" "tmm.el" (22388 5710 257636 679000))
28500;;; Generated autoloads from tmm.el 28494;;; Generated autoloads from tmm.el
28501 (define-key global-map "\M-`" 'tmm-menubar) 28495 (define-key global-map "\M-`" 'tmm-menubar)
28502 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 28496 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -28538,8 +28532,8 @@ Its value should be an event that has a binding in MENU.
28538 28532
28539;;;*** 28533;;;***
28540 28534
28541;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (22421 28535;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (22420
28542;;;;;; 47996 796280 817000)) 28536;;;;;; 38537 264424 383000))
28543;;; Generated autoloads from calendar/todo-mode.el 28537;;; Generated autoloads from calendar/todo-mode.el
28544 28538
28545(autoload 'todo-show "todo-mode" "\ 28539(autoload 'todo-show "todo-mode" "\
@@ -28604,8 +28598,8 @@ Mode for displaying and reprioritizing top priority Todo.
28604 28598
28605;;;*** 28599;;;***
28606 28600
28607;;;### (autoloads nil "tool-bar" "tool-bar.el" (22387 39326 919710 28601;;;### (autoloads nil "tool-bar" "tool-bar.el" (22388 5710 258636
28608;;;;;; 51000)) 28602;;;;;; 688000))
28609;;; Generated autoloads from tool-bar.el 28603;;; Generated autoloads from tool-bar.el
28610 28604
28611(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 28605(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -28675,8 +28669,8 @@ holds a keymap.
28675 28669
28676;;;*** 28670;;;***
28677 28671
28678;;;### (autoloads nil "tq" "emacs-lisp/tq.el" (22387 39327 337708 28672;;;### (autoloads nil "tq" "emacs-lisp/tq.el" (22388 6369 799122
28679;;;;;; 558000)) 28673;;;;;; 793000))
28680;;; Generated autoloads from emacs-lisp/tq.el 28674;;; Generated autoloads from emacs-lisp/tq.el
28681 28675
28682(autoload 'tq-create "tq" "\ 28676(autoload 'tq-create "tq" "\
@@ -28689,8 +28683,8 @@ to a tcp server on another machine.
28689 28683
28690;;;*** 28684;;;***
28691 28685
28692;;;### (autoloads nil "trace" "emacs-lisp/trace.el" (22387 39327 28686;;;### (autoloads nil "trace" "emacs-lisp/trace.el" (22388 6369 800122
28693;;;;;; 338708 555000)) 28687;;;;;; 802000))
28694;;; Generated autoloads from emacs-lisp/trace.el 28688;;; Generated autoloads from emacs-lisp/trace.el
28695 28689
28696(defvar trace-buffer "*trace-output*" "\ 28690(defvar trace-buffer "*trace-output*" "\
@@ -28735,8 +28729,8 @@ the output buffer or changing the window configuration.
28735 28729
28736;;;*** 28730;;;***
28737 28731
28738;;;### (autoloads nil "tramp" "net/tramp.el" (22578 62356 732212 28732;;;### (autoloads nil "tramp" "net/tramp.el" (22587 10177 789473
28739;;;;;; 73000)) 28733;;;;;; 888000))
28740;;; Generated autoloads from net/tramp.el 28734;;; Generated autoloads from net/tramp.el
28741 28735
28742(defvar tramp-mode t "\ 28736(defvar tramp-mode t "\
@@ -28851,8 +28845,8 @@ Discard Tramp from loading remote files.
28851 28845
28852;;;*** 28846;;;***
28853 28847
28854;;;### (autoloads nil "tramp-ftp" "net/tramp-ftp.el" (22387 39328 28848;;;### (autoloads nil "tramp-ftp" "net/tramp-ftp.el" (22388 6378
28855;;;;;; 1706 188000)) 28849;;;;;; 476208 126000))
28856;;; Generated autoloads from net/tramp-ftp.el 28850;;; Generated autoloads from net/tramp-ftp.el
28857 28851
28858(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 28852(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -28862,15 +28856,15 @@ Discard Tramp from loading remote files.
28862 28856
28863;;;*** 28857;;;***
28864 28858
28865;;;### (autoloads nil "trampver" "net/trampver.el" (22578 62356 732212 28859;;;### (autoloads nil "trampver" "net/trampver.el" (22587 10177 789473
28866;;;;;; 73000)) 28860;;;;;; 888000))
28867;;; Generated autoloads from net/trampver.el 28861;;; Generated autoloads from net/trampver.el
28868(push (purecopy '(tramp 2 2 13 25 2)) package--builtin-versions) 28862(push (purecopy '(tramp 2 2 13 25 2)) package--builtin-versions)
28869 28863
28870;;;*** 28864;;;***
28871 28865
28872;;;### (autoloads nil "tutorial" "tutorial.el" (22387 39326 921710 28866;;;### (autoloads nil "tutorial" "tutorial.el" (22388 5710 354637
28873;;;;;; 44000)) 28867;;;;;; 632000))
28874;;; Generated autoloads from tutorial.el 28868;;; Generated autoloads from tutorial.el
28875 28869
28876(autoload 'help-with-tutorial "tutorial" "\ 28870(autoload 'help-with-tutorial "tutorial" "\
@@ -28894,8 +28888,8 @@ resumed later.
28894 28888
28895;;;*** 28889;;;***
28896 28890
28897;;;### (autoloads nil "tv-util" "language/tv-util.el" (22387 39327 28891;;;### (autoloads nil "tv-util" "language/tv-util.el" (22388 6375
28898;;;;;; 668707 377000)) 28892;;;;;; 465178 514000))
28899;;; Generated autoloads from language/tv-util.el 28893;;; Generated autoloads from language/tv-util.el
28900 28894
28901(autoload 'tai-viet-composition-function "tv-util" "\ 28895(autoload 'tai-viet-composition-function "tv-util" "\
@@ -28905,8 +28899,8 @@ resumed later.
28905 28899
28906;;;*** 28900;;;***
28907 28901
28908;;;### (autoloads nil "two-column" "textmodes/two-column.el" (22387 28902;;;### (autoloads nil "two-column" "textmodes/two-column.el" (22388
28909;;;;;; 39328 579704 124000)) 28903;;;;;; 6390 530326 669000))
28910;;; Generated autoloads from textmodes/two-column.el 28904;;; Generated autoloads from textmodes/two-column.el
28911 (autoload '2C-command "two-column" () t 'keymap) 28905 (autoload '2C-command "two-column" () t 'keymap)
28912 (global-set-key "\C-x6" '2C-command) 28906 (global-set-key "\C-x6" '2C-command)
@@ -28953,8 +28947,8 @@ First column's text sSs Second column's text
28953 28947
28954;;;*** 28948;;;***
28955 28949
28956;;;### (autoloads nil "type-break" "type-break.el" (22387 39326 921710 28950;;;### (autoloads nil "type-break" "type-break.el" (22388 5710 396638
28957;;;;;; 44000)) 28951;;;;;; 46000))
28958;;; Generated autoloads from type-break.el 28952;;; Generated autoloads from type-break.el
28959 28953
28960(defvar type-break-mode nil "\ 28954(defvar type-break-mode nil "\
@@ -29087,7 +29081,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
29087 29081
29088;;;*** 29082;;;***
29089 29083
29090;;;### (autoloads nil "uce" "mail/uce.el" (22387 39327 939706 409000)) 29084;;;### (autoloads nil "uce" "mail/uce.el" (22388 6376 94184 700000))
29091;;; Generated autoloads from mail/uce.el 29085;;; Generated autoloads from mail/uce.el
29092 29086
29093(autoload 'uce-reply-to-uce "uce" "\ 29087(autoload 'uce-reply-to-uce "uce" "\
@@ -29101,7 +29095,7 @@ You might need to set `uce-mail-reader' before using this.
29101;;;*** 29095;;;***
29102 29096
29103;;;### (autoloads nil "ucs-normalize" "international/ucs-normalize.el" 29097;;;### (autoloads nil "ucs-normalize" "international/ucs-normalize.el"
29104;;;;;; (22578 62356 724212 116000)) 29098;;;;;; (22587 10177 778473 733000))
29105;;; Generated autoloads from international/ucs-normalize.el 29099;;; Generated autoloads from international/ucs-normalize.el
29106 29100
29107(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ 29101(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
@@ -29166,8 +29160,8 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
29166 29160
29167;;;*** 29161;;;***
29168 29162
29169;;;### (autoloads nil "underline" "textmodes/underline.el" (22387 29163;;;### (autoloads nil "underline" "textmodes/underline.el" (22388
29170;;;;;; 39328 580704 121000)) 29164;;;;;; 6390 530326 669000))
29171;;; Generated autoloads from textmodes/underline.el 29165;;; Generated autoloads from textmodes/underline.el
29172 29166
29173(autoload 'underline-region "underline" "\ 29167(autoload 'underline-region "underline" "\
@@ -29187,8 +29181,8 @@ which specify the range to operate on.
29187 29181
29188;;;*** 29182;;;***
29189 29183
29190;;;### (autoloads nil "unrmail" "mail/unrmail.el" (22387 39327 940706 29184;;;### (autoloads nil "unrmail" "mail/unrmail.el" (22388 6376 95184
29191;;;;;; 406000)) 29185;;;;;; 710000))
29192;;; Generated autoloads from mail/unrmail.el 29186;;; Generated autoloads from mail/unrmail.el
29193 29187
29194(autoload 'batch-unrmail "unrmail" "\ 29188(autoload 'batch-unrmail "unrmail" "\
@@ -29208,8 +29202,8 @@ The variable `unrmail-mbox-format' controls which mbox format to use.
29208 29202
29209;;;*** 29203;;;***
29210 29204
29211;;;### (autoloads nil "unsafep" "emacs-lisp/unsafep.el" (22387 39327 29205;;;### (autoloads nil "unsafep" "emacs-lisp/unsafep.el" (22388 6369
29212;;;;;; 338708 555000)) 29206;;;;;; 802122 822000))
29213;;; Generated autoloads from emacs-lisp/unsafep.el 29207;;; Generated autoloads from emacs-lisp/unsafep.el
29214 29208
29215(autoload 'unsafep "unsafep" "\ 29209(autoload 'unsafep "unsafep" "\
@@ -29221,7 +29215,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
29221 29215
29222;;;*** 29216;;;***
29223 29217
29224;;;### (autoloads nil "url" "url/url.el" (22387 39328 621703 974000)) 29218;;;### (autoloads nil "url" "url/url.el" (22388 6390 706328 400000))
29225;;; Generated autoloads from url/url.el 29219;;; Generated autoloads from url/url.el
29226 29220
29227(autoload 'url-retrieve "url" "\ 29221(autoload 'url-retrieve "url" "\
@@ -29271,8 +29265,8 @@ to the server.
29271 29265
29272;;;*** 29266;;;***
29273 29267
29274;;;### (autoloads nil "url-auth" "url/url-auth.el" (22387 39328 608704 29268;;;### (autoloads nil "url-auth" "url/url-auth.el" (22388 6390 576327
29275;;;;;; 20000)) 29269;;;;;; 121000))
29276;;; Generated autoloads from url/url-auth.el 29270;;; Generated autoloads from url/url-auth.el
29277 29271
29278(autoload 'url-get-authentication "url-auth" "\ 29272(autoload 'url-get-authentication "url-auth" "\
@@ -29313,8 +29307,8 @@ RATING a rating between 1 and 10 of the strength of the authentication.
29313 29307
29314;;;*** 29308;;;***
29315 29309
29316;;;### (autoloads nil "url-cache" "url/url-cache.el" (22387 39328 29310;;;### (autoloads nil "url-cache" "url/url-cache.el" (22388 6390
29317;;;;;; 608704 20000)) 29311;;;;;; 578327 141000))
29318;;; Generated autoloads from url/url-cache.el 29312;;; Generated autoloads from url/url-cache.el
29319 29313
29320(autoload 'url-store-in-cache "url-cache" "\ 29314(autoload 'url-store-in-cache "url-cache" "\
@@ -29335,8 +29329,8 @@ Extract FNAM from the local disk cache.
29335 29329
29336;;;*** 29330;;;***
29337 29331
29338;;;### (autoloads nil "url-cid" "url/url-cid.el" (22387 39328 608704 29332;;;### (autoloads nil "url-cid" "url/url-cid.el" (22388 6390 578327
29339;;;;;; 20000)) 29333;;;;;; 141000))
29340;;; Generated autoloads from url/url-cid.el 29334;;; Generated autoloads from url/url-cid.el
29341 29335
29342(autoload 'url-cid "url-cid" "\ 29336(autoload 'url-cid "url-cid" "\
@@ -29346,8 +29340,8 @@ Extract FNAM from the local disk cache.
29346 29340
29347;;;*** 29341;;;***
29348 29342
29349;;;### (autoloads nil "url-dav" "url/url-dav.el" (22387 39328 609704 29343;;;### (autoloads nil "url-dav" "url/url-dav.el" (22388 6390 581327
29350;;;;;; 17000)) 29344;;;;;; 171000))
29351;;; Generated autoloads from url/url-dav.el 29345;;; Generated autoloads from url/url-dav.el
29352 29346
29353(autoload 'url-dav-supported-p "url-dav" "\ 29347(autoload 'url-dav-supported-p "url-dav" "\
@@ -29381,8 +29375,8 @@ added to this list, so most requests can just pass in nil.
29381 29375
29382;;;*** 29376;;;***
29383 29377
29384;;;### (autoloads nil "url-file" "url/url-file.el" (22387 39328 611704 29378;;;### (autoloads nil "url-file" "url/url-file.el" (22388 6390 611327
29385;;;;;; 10000)) 29379;;;;;; 466000))
29386;;; Generated autoloads from url/url-file.el 29380;;; Generated autoloads from url/url-file.el
29387 29381
29388(autoload 'url-file "url-file" "\ 29382(autoload 'url-file "url-file" "\
@@ -29392,8 +29386,8 @@ Handle file: and ftp: URLs.
29392 29386
29393;;;*** 29387;;;***
29394 29388
29395;;;### (autoloads nil "url-gw" "url/url-gw.el" (22387 39328 612704 29389;;;### (autoloads nil "url-gw" "url/url-gw.el" (22388 6390 617327
29396;;;;;; 6000)) 29390;;;;;; 525000))
29397;;; Generated autoloads from url/url-gw.el 29391;;; Generated autoloads from url/url-gw.el
29398 29392
29399(autoload 'url-gateway-nslookup-host "url-gw" "\ 29393(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -29414,8 +29408,8 @@ overriding the value of `url-gateway-method'.
29414 29408
29415;;;*** 29409;;;***
29416 29410
29417;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (22387 29411;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (22388
29418;;;;;; 39328 612704 6000)) 29412;;;;;; 6390 619327 544000))
29419;;; Generated autoloads from url/url-handlers.el 29413;;; Generated autoloads from url/url-handlers.el
29420 29414
29421(defvar url-handler-mode nil "\ 29415(defvar url-handler-mode nil "\
@@ -29477,8 +29471,8 @@ if it had been inserted from a file named URL.
29477 29471
29478;;;*** 29472;;;***
29479 29473
29480;;;### (autoloads nil "url-http" "url/url-http.el" (22578 62356 750211 29474;;;### (autoloads nil "url-http" "url/url-http.el" (22587 10177 811474
29481;;;;;; 976000)) 29475;;;;;; 196000))
29482;;; Generated autoloads from url/url-http.el 29476;;; Generated autoloads from url/url-http.el
29483 (autoload 'url-default-expander "url-expand") 29477 (autoload 'url-default-expander "url-expand")
29484 29478
@@ -29490,8 +29484,8 @@ if it had been inserted from a file named URL.
29490 29484
29491;;;*** 29485;;;***
29492 29486
29493;;;### (autoloads nil "url-irc" "url/url-irc.el" (22387 39328 615703 29487;;;### (autoloads nil "url-irc" "url/url-irc.el" (22388 6390 660327
29494;;;;;; 996000)) 29488;;;;;; 948000))
29495;;; Generated autoloads from url/url-irc.el 29489;;; Generated autoloads from url/url-irc.el
29496 29490
29497(autoload 'url-irc "url-irc" "\ 29491(autoload 'url-irc "url-irc" "\
@@ -29501,8 +29495,8 @@ if it had been inserted from a file named URL.
29501 29495
29502;;;*** 29496;;;***
29503 29497
29504;;;### (autoloads nil "url-ldap" "url/url-ldap.el" (22387 39328 615703 29498;;;### (autoloads nil "url-ldap" "url/url-ldap.el" (22388 6390 660327
29505;;;;;; 996000)) 29499;;;;;; 948000))
29506;;; Generated autoloads from url/url-ldap.el 29500;;; Generated autoloads from url/url-ldap.el
29507 29501
29508(autoload 'url-ldap "url-ldap" "\ 29502(autoload 'url-ldap "url-ldap" "\
@@ -29515,8 +29509,8 @@ URL can be a URL string, or a URL vector of the type returned by
29515 29509
29516;;;*** 29510;;;***
29517 29511
29518;;;### (autoloads nil "url-mailto" "url/url-mailto.el" (22387 39328 29512;;;### (autoloads nil "url-mailto" "url/url-mailto.el" (22388 6390
29519;;;;;; 615703 996000)) 29513;;;;;; 661327 958000))
29520;;; Generated autoloads from url/url-mailto.el 29514;;; Generated autoloads from url/url-mailto.el
29521 29515
29522(autoload 'url-mail "url-mailto" "\ 29516(autoload 'url-mail "url-mailto" "\
@@ -29531,8 +29525,8 @@ Handle the mailto: URL syntax.
29531 29525
29532;;;*** 29526;;;***
29533 29527
29534;;;### (autoloads nil "url-misc" "url/url-misc.el" (22387 39328 616703 29528;;;### (autoloads nil "url-misc" "url/url-misc.el" (22388 6390 663327
29535;;;;;; 992000)) 29529;;;;;; 977000))
29536;;; Generated autoloads from url/url-misc.el 29530;;; Generated autoloads from url/url-misc.el
29537 29531
29538(autoload 'url-man "url-misc" "\ 29532(autoload 'url-man "url-misc" "\
@@ -29563,8 +29557,8 @@ Fetch a data URL (RFC 2397).
29563 29557
29564;;;*** 29558;;;***
29565 29559
29566;;;### (autoloads nil "url-news" "url/url-news.el" (22387 39328 617703 29560;;;### (autoloads nil "url-news" "url/url-news.el" (22388 6390 663327
29567;;;;;; 988000)) 29561;;;;;; 977000))
29568;;; Generated autoloads from url/url-news.el 29562;;; Generated autoloads from url/url-news.el
29569 29563
29570(autoload 'url-news "url-news" "\ 29564(autoload 'url-news "url-news" "\
@@ -29579,8 +29573,8 @@ Fetch a data URL (RFC 2397).
29579 29573
29580;;;*** 29574;;;***
29581 29575
29582;;;### (autoloads nil "url-ns" "url/url-ns.el" (22387 39328 617703 29576;;;### (autoloads nil "url-ns" "url/url-ns.el" (22388 6390 665327
29583;;;;;; 988000)) 29577;;;;;; 997000))
29584;;; Generated autoloads from url/url-ns.el 29578;;; Generated autoloads from url/url-ns.el
29585 29579
29586(autoload 'isPlainHostName "url-ns" "\ 29580(autoload 'isPlainHostName "url-ns" "\
@@ -29620,8 +29614,8 @@ Fetch a data URL (RFC 2397).
29620 29614
29621;;;*** 29615;;;***
29622 29616
29623;;;### (autoloads nil "url-parse" "url/url-parse.el" (22387 39328 29617;;;### (autoloads nil "url-parse" "url/url-parse.el" (22388 6390
29624;;;;;; 618703 985000)) 29618;;;;;; 681328 154000))
29625;;; Generated autoloads from url/url-parse.el 29619;;; Generated autoloads from url/url-parse.el
29626 29620
29627(autoload 'url-recreate-url "url-parse" "\ 29621(autoload 'url-recreate-url "url-parse" "\
@@ -29672,8 +29666,8 @@ parses to
29672 29666
29673;;;*** 29667;;;***
29674 29668
29675;;;### (autoloads nil "url-privacy" "url/url-privacy.el" (22387 39328 29669;;;### (autoloads nil "url-privacy" "url/url-privacy.el" (22388 6390
29676;;;;;; 618703 985000)) 29670;;;;;; 683328 174000))
29677;;; Generated autoloads from url/url-privacy.el 29671;;; Generated autoloads from url/url-privacy.el
29678 29672
29679(autoload 'url-setup-privacy-info "url-privacy" "\ 29673(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -29683,8 +29677,8 @@ Setup variables that expose info about you and your system.
29683 29677
29684;;;*** 29678;;;***
29685 29679
29686;;;### (autoloads nil "url-queue" "url/url-queue.el" (22387 39328 29680;;;### (autoloads nil "url-queue" "url/url-queue.el" (22388 6390
29687;;;;;; 619703 981000)) 29681;;;;;; 702328 361000))
29688;;; Generated autoloads from url/url-queue.el 29682;;; Generated autoloads from url/url-queue.el
29689 29683
29690(autoload 'url-queue-retrieve "url-queue" "\ 29684(autoload 'url-queue-retrieve "url-queue" "\
@@ -29698,8 +29692,8 @@ The variable `url-queue-timeout' sets a timeout.
29698 29692
29699;;;*** 29693;;;***
29700 29694
29701;;;### (autoloads nil "url-tramp" "url/url-tramp.el" (22387 39328 29695;;;### (autoloads nil "url-tramp" "url/url-tramp.el" (22388 6390
29702;;;;;; 619703 981000)) 29696;;;;;; 703328 370000))
29703;;; Generated autoloads from url/url-tramp.el 29697;;; Generated autoloads from url/url-tramp.el
29704 29698
29705(defvar url-tramp-protocols '("ftp" "ssh" "scp" "rsync" "telnet") "\ 29699(defvar url-tramp-protocols '("ftp" "ssh" "scp" "rsync" "telnet") "\
@@ -29717,8 +29711,8 @@ would have been passed to OPERATION.
29717 29711
29718;;;*** 29712;;;***
29719 29713
29720;;;### (autoloads nil "url-util" "url/url-util.el" (22387 39328 620703 29714;;;### (autoloads nil "url-util" "url/url-util.el" (22388 6390 704328
29721;;;;;; 978000)) 29715;;;;;; 380000))
29722;;; Generated autoloads from url/url-util.el 29716;;; Generated autoloads from url/url-util.el
29723 29717
29724(defvar url-debug nil "\ 29718(defvar url-debug nil "\
@@ -29886,8 +29880,8 @@ This uses `url-current-object', set locally to the buffer.
29886 29880
29887;;;*** 29881;;;***
29888 29882
29889;;;### (autoloads nil "userlock" "userlock.el" (22387 39326 923710 29883;;;### (autoloads nil "userlock" "userlock.el" (22388 5710 439638
29890;;;;;; 37000)) 29884;;;;;; 468000))
29891;;; Generated autoloads from userlock.el 29885;;; Generated autoloads from userlock.el
29892 29886
29893(autoload 'ask-user-about-lock "userlock" "\ 29887(autoload 'ask-user-about-lock "userlock" "\
@@ -29915,8 +29909,8 @@ The buffer in question is current when this function is called.
29915 29909
29916;;;*** 29910;;;***
29917 29911
29918;;;### (autoloads nil "utf-7" "international/utf-7.el" (22387 39327 29912;;;### (autoloads nil "utf-7" "international/utf-7.el" (22388 6374
29919;;;;;; 646707 455000)) 29913;;;;;; 952173 469000))
29920;;; Generated autoloads from international/utf-7.el 29914;;; Generated autoloads from international/utf-7.el
29921 29915
29922(autoload 'utf-7-post-read-conversion "utf-7" "\ 29916(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -29941,7 +29935,7 @@ The buffer in question is current when this function is called.
29941 29935
29942;;;*** 29936;;;***
29943 29937
29944;;;### (autoloads nil "utf7" "gnus/utf7.el" (22387 39327 539707 837000)) 29938;;;### (autoloads nil "utf7" "gnus/utf7.el" (22388 6374 272166 782000))
29945;;; Generated autoloads from gnus/utf7.el 29939;;; Generated autoloads from gnus/utf7.el
29946 29940
29947(autoload 'utf7-encode "utf7" "\ 29941(autoload 'utf7-encode "utf7" "\
@@ -29951,8 +29945,8 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil.
29951 29945
29952;;;*** 29946;;;***
29953 29947
29954;;;### (autoloads nil "uudecode" "mail/uudecode.el" (22387 39327 29948;;;### (autoloads nil "uudecode" "mail/uudecode.el" (22388 6376 109184
29955;;;;;; 941706 402000)) 29949;;;;;; 848000))
29956;;; Generated autoloads from mail/uudecode.el 29950;;; Generated autoloads from mail/uudecode.el
29957 29951
29958(autoload 'uudecode-decode-region-external "uudecode" "\ 29952(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -29976,7 +29970,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29976 29970
29977;;;*** 29971;;;***
29978 29972
29979;;;### (autoloads nil "vc" "vc/vc.el" (22578 62356 751211 971000)) 29973;;;### (autoloads nil "vc" "vc/vc.el" (22587 10177 813474 224000))
29980;;; Generated autoloads from vc/vc.el 29974;;; Generated autoloads from vc/vc.el
29981 29975
29982(defvar vc-checkout-hook nil "\ 29976(defvar vc-checkout-hook nil "\
@@ -30296,8 +30290,8 @@ Return the branch part of a revision number REV.
30296 30290
30297;;;*** 30291;;;***
30298 30292
30299;;;### (autoloads nil "vc-annotate" "vc/vc-annotate.el" (22387 39328 30293;;;### (autoloads nil "vc-annotate" "vc/vc-annotate.el" (22388 6391
30300;;;;;; 669703 803000)) 30294;;;;;; 299334 232000))
30301;;; Generated autoloads from vc/vc-annotate.el 30295;;; Generated autoloads from vc/vc-annotate.el
30302 30296
30303(autoload 'vc-annotate "vc-annotate" "\ 30297(autoload 'vc-annotate "vc-annotate" "\
@@ -30336,8 +30330,8 @@ should be applied to the background or to the foreground.
30336 30330
30337;;;*** 30331;;;***
30338 30332
30339;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (22387 39328 670703 30333;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (22388 6391 331334
30340;;;;;; 799000)) 30334;;;;;; 546000))
30341;;; Generated autoloads from vc/vc-bzr.el 30335;;; Generated autoloads from vc/vc-bzr.el
30342 30336
30343(defconst vc-bzr-admin-dirname ".bzr" "\ 30337(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -30353,8 +30347,8 @@ Name of the format file in a .bzr directory.")
30353 30347
30354;;;*** 30348;;;***
30355 30349
30356;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (22578 62356 751211 30350;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (22587 10177 812474
30357;;;;;; 971000)) 30351;;;;;; 210000))
30358;;; Generated autoloads from vc/vc-cvs.el 30352;;; Generated autoloads from vc/vc-cvs.el
30359(defun vc-cvs-registered (f) 30353(defun vc-cvs-registered (f)
30360 "Return non-nil if file F is registered with CVS." 30354 "Return non-nil if file F is registered with CVS."
@@ -30365,8 +30359,8 @@ Name of the format file in a .bzr directory.")
30365 30359
30366;;;*** 30360;;;***
30367 30361
30368;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (22387 39328 672703 30362;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (22388 6391 424335
30369;;;;;; 792000)) 30363;;;;;; 461000))
30370;;; Generated autoloads from vc/vc-dir.el 30364;;; Generated autoloads from vc/vc-dir.el
30371 30365
30372(autoload 'vc-dir "vc-dir" "\ 30366(autoload 'vc-dir "vc-dir" "\
@@ -30390,8 +30384,8 @@ These are the commands available for use in the file status buffer:
30390 30384
30391;;;*** 30385;;;***
30392 30386
30393;;;### (autoloads nil "vc-dispatcher" "vc/vc-dispatcher.el" (22387 30387;;;### (autoloads nil "vc-dispatcher" "vc/vc-dispatcher.el" (22388
30394;;;;;; 39328 673703 789000)) 30388;;;;;; 6391 464335 854000))
30395;;; Generated autoloads from vc/vc-dispatcher.el 30389;;; Generated autoloads from vc/vc-dispatcher.el
30396 30390
30397(autoload 'vc-do-command "vc-dispatcher" "\ 30391(autoload 'vc-do-command "vc-dispatcher" "\
@@ -30414,8 +30408,8 @@ case, and the process object in the asynchronous case.
30414 30408
30415;;;*** 30409;;;***
30416 30410
30417;;;### (autoloads nil "vc-git" "vc/vc-git.el" (22421 48002 959231 30411;;;### (autoloads nil "vc-git" "vc/vc-git.el" (22630 21356 413945
30418;;;;;; 24000)) 30412;;;;;; 462000))
30419;;; Generated autoloads from vc/vc-git.el 30413;;; Generated autoloads from vc/vc-git.el
30420 (defun vc-git-registered (file) 30414 (defun vc-git-registered (file)
30421 "Return non-nil if FILE is registered with git." 30415 "Return non-nil if FILE is registered with git."
@@ -30426,7 +30420,7 @@ case, and the process object in the asynchronous case.
30426 30420
30427;;;*** 30421;;;***
30428 30422
30429;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (22387 39328 675703 781000)) 30423;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (22388 6391 556336 759000))
30430;;; Generated autoloads from vc/vc-hg.el 30424;;; Generated autoloads from vc/vc-hg.el
30431 (defun vc-hg-registered (file) 30425 (defun vc-hg-registered (file)
30432 "Return non-nil if FILE is registered with hg." 30426 "Return non-nil if FILE is registered with hg."
@@ -30437,8 +30431,8 @@ case, and the process object in the asynchronous case.
30437 30431
30438;;;*** 30432;;;***
30439 30433
30440;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (22387 39328 676703 30434;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (22388 6391 641337
30441;;;;;; 778000)) 30435;;;;;; 595000))
30442;;; Generated autoloads from vc/vc-mtn.el 30436;;; Generated autoloads from vc/vc-mtn.el
30443 30437
30444(defconst vc-mtn-admin-dir "_MTN" "\ 30438(defconst vc-mtn-admin-dir "_MTN" "\
@@ -30454,8 +30448,8 @@ Name of the monotone directory's format file.")
30454 30448
30455;;;*** 30449;;;***
30456 30450
30457;;;### (autoloads nil "vc-rcs" "vc/vc-rcs.el" (22387 39328 677703 30451;;;### (autoloads nil "vc-rcs" "vc/vc-rcs.el" (22388 6391 707338
30458;;;;;; 774000)) 30452;;;;;; 244000))
30459;;; Generated autoloads from vc/vc-rcs.el 30453;;; Generated autoloads from vc/vc-rcs.el
30460 30454
30461(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 30455(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -30468,8 +30462,8 @@ For a description of possible values, see `vc-check-master-templates'.")
30468 30462
30469;;;*** 30463;;;***
30470 30464
30471;;;### (autoloads nil "vc-sccs" "vc/vc-sccs.el" (22387 39328 678703 30465;;;### (autoloads nil "vc-sccs" "vc/vc-sccs.el" (22388 6391 745338
30472;;;;;; 771000)) 30466;;;;;; 618000))
30473;;; Generated autoloads from vc/vc-sccs.el 30467;;; Generated autoloads from vc/vc-sccs.el
30474 30468
30475(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 30469(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -30487,8 +30481,8 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
30487 30481
30488;;;*** 30482;;;***
30489 30483
30490;;;### (autoloads nil "vc-src" "vc/vc-src.el" (22387 39328 678703 30484;;;### (autoloads nil "vc-src" "vc/vc-src.el" (22388 6391 798339
30491;;;;;; 771000)) 30485;;;;;; 139000))
30492;;; Generated autoloads from vc/vc-src.el 30486;;; Generated autoloads from vc/vc-src.el
30493 30487
30494(defvar vc-src-master-templates (purecopy '("%s.src/%s,v")) "\ 30488(defvar vc-src-master-templates (purecopy '("%s.src/%s,v")) "\
@@ -30501,8 +30495,8 @@ For a description of possible values, see `vc-check-master-templates'.")
30501 30495
30502;;;*** 30496;;;***
30503 30497
30504;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (22387 39328 679703 30498;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (22388 6391 799339
30505;;;;;; 767000)) 30499;;;;;; 149000))
30506;;; Generated autoloads from vc/vc-svn.el 30500;;; Generated autoloads from vc/vc-svn.el
30507 (defun vc-svn-registered (f) 30501 (defun vc-svn-registered (f)
30508 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 30502 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -30515,8 +30509,8 @@ For a description of possible values, see `vc-check-master-templates'.")
30515 30509
30516;;;*** 30510;;;***
30517 30511
30518;;;### (autoloads nil "vera-mode" "progmodes/vera-mode.el" (22387 30512;;;### (autoloads nil "vera-mode" "progmodes/vera-mode.el" (22388
30519;;;;;; 39328 396704 777000)) 30513;;;;;; 6388 56302 339000))
30520;;; Generated autoloads from progmodes/vera-mode.el 30514;;; Generated autoloads from progmodes/vera-mode.el
30521(push (purecopy '(vera-mode 2 28)) package--builtin-versions) 30515(push (purecopy '(vera-mode 2 28)) package--builtin-versions)
30522 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 30516 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
@@ -30575,7 +30569,7 @@ Key bindings:
30575;;;*** 30569;;;***
30576 30570
30577;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el" 30571;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el"
30578;;;;;; (22387 39328 402704 756000)) 30572;;;;;; (22388 6388 217303 922000))
30579;;; Generated autoloads from progmodes/verilog-mode.el 30573;;; Generated autoloads from progmodes/verilog-mode.el
30580 30574
30581(autoload 'verilog-mode "verilog-mode" "\ 30575(autoload 'verilog-mode "verilog-mode" "\
@@ -30714,8 +30708,8 @@ Key bindings specific to `verilog-mode-map' are:
30714 30708
30715;;;*** 30709;;;***
30716 30710
30717;;;### (autoloads nil "vhdl-mode" "progmodes/vhdl-mode.el" (22387 30711;;;### (autoloads nil "vhdl-mode" "progmodes/vhdl-mode.el" (22388
30718;;;;;; 39328 414704 713000)) 30712;;;;;; 6388 508306 784000))
30719;;; Generated autoloads from progmodes/vhdl-mode.el 30713;;; Generated autoloads from progmodes/vhdl-mode.el
30720 30714
30721(autoload 'vhdl-mode "vhdl-mode" "\ 30715(autoload 'vhdl-mode "vhdl-mode" "\
@@ -31269,8 +31263,8 @@ Key bindings:
31269 31263
31270;;;*** 31264;;;***
31271 31265
31272;;;### (autoloads nil "viet-util" "language/viet-util.el" (22387 31266;;;### (autoloads nil "viet-util" "language/viet-util.el" (22388
31273;;;;;; 39327 668707 377000)) 31267;;;;;; 6375 466178 524000))
31274;;; Generated autoloads from language/viet-util.el 31268;;; Generated autoloads from language/viet-util.el
31275 31269
31276(autoload 'viet-encode-viscii-char "viet-util" "\ 31270(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -31314,7 +31308,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
31314 31308
31315;;;*** 31309;;;***
31316 31310
31317;;;### (autoloads nil "view" "view.el" (22387 39326 924710 33000)) 31311;;;### (autoloads nil "view" "view.el" (22388 5710 520639 265000))
31318;;; Generated autoloads from view.el 31312;;; Generated autoloads from view.el
31319 31313
31320(defvar view-remove-frame-by-deleting t "\ 31314(defvar view-remove-frame-by-deleting t "\
@@ -31570,8 +31564,8 @@ Exit View mode and make the current buffer editable.
31570 31564
31571;;;*** 31565;;;***
31572 31566
31573;;;### (autoloads nil "viper" "emulation/viper.el" (22387 39327 375708 31567;;;### (autoloads nil "viper" "emulation/viper.el" (22388 6370 127126
31574;;;;;; 423000)) 31568;;;;;; 18000))
31575;;; Generated autoloads from emulation/viper.el 31569;;; Generated autoloads from emulation/viper.el
31576(push (purecopy '(viper 3 14 1)) package--builtin-versions) 31570(push (purecopy '(viper 3 14 1)) package--builtin-versions)
31577 31571
@@ -31588,8 +31582,8 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
31588 31582
31589;;;*** 31583;;;***
31590 31584
31591;;;### (autoloads nil "warnings" "emacs-lisp/warnings.el" (22387 31585;;;### (autoloads nil "warnings" "emacs-lisp/warnings.el" (22388
31592;;;;;; 39327 339708 551000)) 31586;;;;;; 6369 802122 822000))
31593;;; Generated autoloads from emacs-lisp/warnings.el 31587;;; Generated autoloads from emacs-lisp/warnings.el
31594 31588
31595(defvar warning-prefix-function nil "\ 31589(defvar warning-prefix-function nil "\
@@ -31679,7 +31673,7 @@ this is equivalent to `display-warning', using
31679 31673
31680;;;*** 31674;;;***
31681 31675
31682;;;### (autoloads nil "wdired" "wdired.el" (22387 39326 926710 26000)) 31676;;;### (autoloads nil "wdired" "wdired.el" (22388 5710 565639 708000))
31683;;; Generated autoloads from wdired.el 31677;;; Generated autoloads from wdired.el
31684(push (purecopy '(wdired 2 0)) package--builtin-versions) 31678(push (purecopy '(wdired 2 0)) package--builtin-versions)
31685 31679
@@ -31697,8 +31691,8 @@ See `wdired-mode'.
31697 31691
31698;;;*** 31692;;;***
31699 31693
31700;;;### (autoloads nil "webjump" "net/webjump.el" (22387 39328 12706 31694;;;### (autoloads nil "webjump" "net/webjump.el" (22388 6379 113214
31701;;;;;; 148000)) 31695;;;;;; 390000))
31702;;; Generated autoloads from net/webjump.el 31696;;; Generated autoloads from net/webjump.el
31703 31697
31704(autoload 'webjump "webjump" "\ 31698(autoload 'webjump "webjump" "\
@@ -31714,8 +31708,8 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
31714 31708
31715;;;*** 31709;;;***
31716 31710
31717;;;### (autoloads nil "which-func" "progmodes/which-func.el" (22387 31711;;;### (autoloads nil "which-func" "progmodes/which-func.el" (22388
31718;;;;;; 39328 419704 695000)) 31712;;;;;; 6388 697308 643000))
31719;;; Generated autoloads from progmodes/which-func.el 31713;;; Generated autoloads from progmodes/which-func.el
31720 (put 'which-func-format 'risky-local-variable t) 31714 (put 'which-func-format 'risky-local-variable t)
31721 (put 'which-func-current 'risky-local-variable t) 31715 (put 'which-func-current 'risky-local-variable t)
@@ -31746,8 +31740,8 @@ in certain major modes.
31746 31740
31747;;;*** 31741;;;***
31748 31742
31749;;;### (autoloads nil "whitespace" "whitespace.el" (22578 62356 752211 31743;;;### (autoloads nil "whitespace" "whitespace.el" (22587 10177 814474
31750;;;;;; 965000)) 31744;;;;;; 238000))
31751;;; Generated autoloads from whitespace.el 31745;;; Generated autoloads from whitespace.el
31752(push (purecopy '(whitespace 13 2 2)) package--builtin-versions) 31746(push (purecopy '(whitespace 13 2 2)) package--builtin-versions)
31753 31747
@@ -32125,8 +32119,8 @@ cleaning up these problems.
32125 32119
32126;;;*** 32120;;;***
32127 32121
32128;;;### (autoloads nil "wid-browse" "wid-browse.el" (22387 39326 928710 32122;;;### (autoloads nil "wid-browse" "wid-browse.el" (22388 5710 661640
32129;;;;;; 19000)) 32123;;;;;; 652000))
32130;;; Generated autoloads from wid-browse.el 32124;;; Generated autoloads from wid-browse.el
32131 32125
32132(autoload 'widget-browse-at "wid-browse" "\ 32126(autoload 'widget-browse-at "wid-browse" "\
@@ -32154,8 +32148,8 @@ if ARG is omitted or nil.
32154 32148
32155;;;*** 32149;;;***
32156 32150
32157;;;### (autoloads nil "wid-edit" "wid-edit.el" (22387 39326 929710 32151;;;### (autoloads nil "wid-edit" "wid-edit.el" (22388 5710 705641
32158;;;;;; 15000)) 32152;;;;;; 84000))
32159;;; Generated autoloads from wid-edit.el 32153;;; Generated autoloads from wid-edit.el
32160 32154
32161(autoload 'widgetp "wid-edit" "\ 32155(autoload 'widgetp "wid-edit" "\
@@ -32197,8 +32191,8 @@ Setup current buffer so editing string widgets works.
32197 32191
32198;;;*** 32192;;;***
32199 32193
32200;;;### (autoloads nil "windmove" "windmove.el" (22387 39326 931710 32194;;;### (autoloads nil "windmove" "windmove.el" (22388 5710 791641
32201;;;;;; 8000)) 32195;;;;;; 930000))
32202;;; Generated autoloads from windmove.el 32196;;; Generated autoloads from windmove.el
32203 32197
32204(autoload 'windmove-left "windmove" "\ 32198(autoload 'windmove-left "windmove" "\
@@ -32250,7 +32244,7 @@ Default MODIFIER is `shift'.
32250 32244
32251;;;*** 32245;;;***
32252 32246
32253;;;### (autoloads nil "winner" "winner.el" (22387 39326 936709 990000)) 32247;;;### (autoloads nil "winner" "winner.el" (22388 5711 24644 221000))
32254;;; Generated autoloads from winner.el 32248;;; Generated autoloads from winner.el
32255 32249
32256(defvar winner-mode nil "\ 32250(defvar winner-mode nil "\
@@ -32280,7 +32274,7 @@ you can press `C-c <right>' (calling `winner-redo').
32280 32274
32281;;;*** 32275;;;***
32282 32276
32283;;;### (autoloads nil "woman" "woman.el" (22387 39326 937709 987000)) 32277;;;### (autoloads nil "woman" "woman.el" (22388 5711 111645 78000))
32284;;; Generated autoloads from woman.el 32278;;; Generated autoloads from woman.el
32285(push (purecopy '(woman 0 551)) package--builtin-versions) 32279(push (purecopy '(woman 0 551)) package--builtin-versions)
32286 32280
@@ -32329,7 +32323,7 @@ Default bookmark handler for Woman buffers.
32329 32323
32330;;;*** 32324;;;***
32331 32325
32332;;;### (autoloads nil "xml" "xml.el" (22387 39326 939709 979000)) 32326;;;### (autoloads nil "xml" "xml.el" (22388 5711 194645 894000))
32333;;; Generated autoloads from xml.el 32327;;; Generated autoloads from xml.el
32334 32328
32335(autoload 'xml-parse-file "xml" "\ 32329(autoload 'xml-parse-file "xml" "\
@@ -32385,8 +32379,8 @@ Both features can be combined by providing a cons cell
32385 32379
32386;;;*** 32380;;;***
32387 32381
32388;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (22387 39328 67705 32382;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (22388 6379 484218
32389;;;;;; 952000)) 32383;;;;;; 39000))
32390;;; Generated autoloads from nxml/xmltok.el 32384;;; Generated autoloads from nxml/xmltok.el
32391 32385
32392(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 32386(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -32404,8 +32398,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
32404 32398
32405;;;*** 32399;;;***
32406 32400
32407;;;### (autoloads nil "xref" "progmodes/xref.el" (22387 39328 420704 32401;;;### (autoloads nil "xref" "progmodes/xref.el" (22388 6388 698308
32408;;;;;; 692000)) 32402;;;;;; 653000))
32409;;; Generated autoloads from progmodes/xref.el 32403;;; Generated autoloads from progmodes/xref.el
32410 32404
32411(autoload 'xref-find-backend "xref" "\ 32405(autoload 'xref-find-backend "xref" "\
@@ -32472,8 +32466,8 @@ IGNORES is a list of glob patterns.
32472 32466
32473;;;*** 32467;;;***
32474 32468
32475;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (22581 47658 786375 32469;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (22630 21356 414945
32476;;;;;; 832000)) 32470;;;;;; 476000))
32477;;; Generated autoloads from xt-mouse.el 32471;;; Generated autoloads from xt-mouse.el
32478 32472
32479(defvar xterm-mouse-mode nil "\ 32473(defvar xterm-mouse-mode nil "\
@@ -32503,8 +32497,7 @@ down the SHIFT key while pressing the mouse button.
32503 32497
32504;;;*** 32498;;;***
32505 32499
32506;;;### (autoloads nil "xwidget" "xwidget.el" (22387 39326 940709 32500;;;### (autoloads nil "xwidget" "xwidget.el" (22388 5711 213646 81000))
32507;;;;;; 976000))
32508;;; Generated autoloads from xwidget.el 32501;;; Generated autoloads from xwidget.el
32509 32502
32510(autoload 'xwidget-webkit-browse-url "xwidget" "\ 32503(autoload 'xwidget-webkit-browse-url "xwidget" "\
@@ -32516,7 +32509,7 @@ Interactively, URL defaults to the string looking like a url around point.
32516 32509
32517;;;*** 32510;;;***
32518 32511
32519;;;### (autoloads nil "yenc" "gnus/yenc.el" (22387 39327 539707 837000)) 32512;;;### (autoloads nil "yenc" "gnus/yenc.el" (22388 6374 272166 782000))
32520;;; Generated autoloads from gnus/yenc.el 32513;;; Generated autoloads from gnus/yenc.el
32521 32514
32522(autoload 'yenc-decode-region "yenc" "\ 32515(autoload 'yenc-decode-region "yenc" "\
@@ -32531,7 +32524,7 @@ Extract file name from an yenc header.
32531 32524
32532;;;*** 32525;;;***
32533 32526
32534;;;### (autoloads nil "zone" "play/zone.el" (22387 39328 274705 213000)) 32527;;;### (autoloads nil "zone" "play/zone.el" (22388 6383 476257 297000))
32535;;; Generated autoloads from play/zone.el 32528;;; Generated autoloads from play/zone.el
32536 32529
32537(autoload 'zone "zone" "\ 32530(autoload 'zone "zone" "\
@@ -32759,7 +32752,7 @@ Zone out, completely.
32759;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" 32752;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el"
32760;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vc/vc-filewise.el" "vcursor.el" 32753;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vc/vc-filewise.el" "vcursor.el"
32761;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" 32754;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el"
32762;;;;;; "x-dnd.el") (22588 27933 487024 747000)) 32755;;;;;; "x-dnd.el") (22630 28319 171596 148000))
32763 32756
32764;;;*** 32757;;;***
32765 32758
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp
index 47bead0d2d9..0c5c8d4f0be 100644
--- a/msdos/sed2v2.inp
+++ b/msdos/sed2v2.inp
@@ -66,7 +66,7 @@
66/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ 66/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
67/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION VERSION/ 67/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION VERSION/
68/^#undef PENDING_OUTPUT_COUNT/s/^.*$/#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)/ 68/^#undef PENDING_OUTPUT_COUNT/s/^.*$/#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)/
69/^#undef VERSION/s/^.*$/#define VERSION "25.1.90"/ 69/^#undef VERSION/s/^.*$/#define VERSION "25.1.91"/
70/^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/ 70/^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/
71/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ 71/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/
72/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ 72/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/
diff --git a/nt/README.W32 b/nt/README.W32
index af375114958..73b96b39494 100644
--- a/nt/README.W32
+++ b/nt/README.W32
@@ -1,7 +1,7 @@
1Copyright (C) 2001-2016 Free Software Foundation, Inc. 1Copyright (C) 2001-2016 Free Software Foundation, Inc.
2See the end of the file for license conditions. 2See the end of the file for license conditions.
3 3
4 Emacs version 25.1.90 for MS-Windows 4 Emacs version 25.1.91 for MS-Windows
5 5
6 This README file describes how to set up and run a precompiled 6 This README file describes how to set up and run a precompiled
7 distribution of the latest version of GNU Emacs for MS-Windows. You 7 distribution of the latest version of GNU Emacs for MS-Windows. You