aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Petton2017-02-03 16:28:13 +0100
committerNicolas Petton2017-02-03 16:28:13 +0100
commit5e921112680f96d3ed94faf7dcf257e07f92d74b (patch)
tree245fa202005886993deed461bd33513d6c6ca8eb
parenta51f11df0d718005af77cdd5adcf1e3e470a582b (diff)
downloademacs-5e921112680f96d3ed94faf7dcf257e07f92d74b.tar.gz
emacs-5e921112680f96d3ed94faf7dcf257e07f92d74b.zip
Bump Emacs version to 25.2 RC1emacs-25.2-rc1
* README: * configure.ac: * msdos/sed2v2.inp: * nt/README.W32: Bump Emacs version. * lisp/ldefs-boot.el: Update.
-rw-r--r--configure.ac2
-rw-r--r--etc/HISTORY2
-rw-r--r--lisp/ldefs-boot.el2202
-rw-r--r--msdos/sed2v2.inp2
-rw-r--r--nt/README.W322
5 files changed, 1116 insertions, 1094 deletions
diff --git a/configure.ac b/configure.ac
index 4e80eed2727..5853cbbac85 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.91, bug-gnu-emacs@gnu.org) 26AC_INIT(GNU Emacs, 25.2, 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/etc/HISTORY b/etc/HISTORY
index 43790bb92bc..df44f72168a 100644
--- a/etc/HISTORY
+++ b/etc/HISTORY
@@ -209,6 +209,8 @@ GNU Emacs 24.5 (2015-04-10) emacs-24.5
209 209
210GNU Emacs 25.1 (2016-09-16) emacs-25.1 210GNU Emacs 25.1 (2016-09-16) emacs-25.1
211 211
212GNU Emacs 25.2 (2017-02-13) emacs-25.2
213
212 214
213---------------------------------------------------------------------- 215----------------------------------------------------------------------
214This file is part of GNU Emacs. 216This file is part of GNU Emacs.
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 537d280d2ba..e0b0b437393 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" (22388 6383 169254 278000)) 6;;;### (autoloads nil "5x5" "play/5x5.el" (22676 23208 829521 828000))
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" (22388 6383 68;;;### (autoloads nil "ada-mode" "progmodes/ada-mode.el" (22676 23208
69;;;;;; 531257 838000)) 69;;;;;; 836521 799000))
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" (22388 6383 88;;;### (autoloads nil "ada-stmt" "progmodes/ada-stmt.el" (22676 23208
89;;;;;; 583258 350000)) 89;;;;;; 836521 799000))
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" (22388 6383 99;;;### (autoloads nil "ada-xref" "progmodes/ada-xref.el" (22676 23208
100;;;;;; 612258 635000)) 100;;;;;; 837521 795000))
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" (22388 6390 743328 111;;;### (autoloads nil "add-log" "vc/add-log.el" (22676 23208 919521
112;;;;;; 764000)) 112;;;;;; 460000))
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" (22388 6368 241;;;### (autoloads nil "advice" "emacs-lisp/advice.el" (22676 23208
242;;;;;; 545110 460000)) 242;;;;;; 599522 767000))
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" (22388 5702 14555 614000)) 377;;;### (autoloads nil "align" "align.el" (22676 23208 539523 12000))
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" (22388 5702 143556 882000)) 482;;;### (autoloads nil "allout" "allout.el" (22676 23208 541523 4000))
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" (22388 842;;;### (autoloads nil "allout-widgets" "allout-widgets.el" (22676
843;;;;;; 5702 56556 27000)) 843;;;;;; 23208 540523 8000))
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" (22587 10177 785473 901;;;### (autoloads nil "ange-ftp" "net/ange-ftp.el" (22676 23208 761522
902;;;;;; 832000)) 902;;;;;; 105000))
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" (22388 6383 172254 923;;;### (autoloads nil "animate" "play/animate.el" (22676 23208 829521
924;;;;;; 308000)) 924;;;;;; 828000))
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" (22388 5702 202557 956;;;### (autoloads nil "ansi-color" "ansi-color.el" (22676 23208 541523
957;;;;;; 463000)) 957;;;;;; 4000))
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" (22388 983;;;### (autoloads nil "antlr-mode" "progmodes/antlr-mode.el" (22676
984;;;;;; 6383 656259 67000)) 984;;;;;; 23208 837521 795000))
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" (22388 6367 808103 1020;;;### (autoloads nil "appt" "calendar/appt.el" (22676 23208 557522
1021;;;;;; 212000)) 1021;;;;;; 938000))
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,7 +1039,8 @@ ARG is positive, otherwise off.
1039 1039
1040;;;*** 1040;;;***
1041 1041
1042;;;### (autoloads nil "apropos" "apropos.el" (22388 5702 277558 200000)) 1042;;;### (autoloads nil "apropos" "apropos.el" (22676 23208 541523
1043;;;;;; 4000))
1043;;; Generated autoloads from apropos.el 1044;;; Generated autoloads from apropos.el
1044 1045
1045(autoload 'apropos-read-pattern "apropos" "\ 1046(autoload 'apropos-read-pattern "apropos" "\
@@ -1155,8 +1156,8 @@ Returns list of symbols and documentation found.
1155 1156
1156;;;*** 1157;;;***
1157 1158
1158;;;### (autoloads nil "arc-mode" "arc-mode.el" (22587 10177 755473 1159;;;### (autoloads nil "arc-mode" "arc-mode.el" (22676 23208 542523
1159;;;;;; 411000)) 1160;;;;;; 0))
1160;;; Generated autoloads from arc-mode.el 1161;;; Generated autoloads from arc-mode.el
1161 1162
1162(autoload 'archive-mode "arc-mode" "\ 1163(autoload 'archive-mode "arc-mode" "\
@@ -1176,7 +1177,7 @@ archive.
1176 1177
1177;;;*** 1178;;;***
1178 1179
1179;;;### (autoloads nil "array" "array.el" (22388 5702 287558 299000)) 1180;;;### (autoloads nil "array" "array.el" (22676 23208 542523 0))
1180;;; Generated autoloads from array.el 1181;;; Generated autoloads from array.el
1181 1182
1182(autoload 'array-mode "array" "\ 1183(autoload 'array-mode "array" "\
@@ -1247,8 +1248,8 @@ Entering array mode calls the function `array-mode-hook'.
1247 1248
1248;;;*** 1249;;;***
1249 1250
1250;;;### (autoloads nil "artist" "textmodes/artist.el" (22388 6389 1251;;;### (autoloads nil "artist" "textmodes/artist.el" (22676 23208
1251;;;;;; 2311 642000)) 1252;;;;;; 896521 554000))
1252;;; Generated autoloads from textmodes/artist.el 1253;;; Generated autoloads from textmodes/artist.el
1253(push (purecopy '(artist 1 2 6)) package--builtin-versions) 1254(push (purecopy '(artist 1 2 6)) package--builtin-versions)
1254 1255
@@ -1454,8 +1455,8 @@ Keymap summary
1454 1455
1455;;;*** 1456;;;***
1456 1457
1457;;;### (autoloads nil "asm-mode" "progmodes/asm-mode.el" (22388 6383 1458;;;### (autoloads nil "asm-mode" "progmodes/asm-mode.el" (22676 23208
1458;;;;;; 682259 323000)) 1459;;;;;; 837521 795000))
1459;;; Generated autoloads from progmodes/asm-mode.el 1460;;; Generated autoloads from progmodes/asm-mode.el
1460 1461
1461(autoload 'asm-mode "asm-mode" "\ 1462(autoload 'asm-mode "asm-mode" "\
@@ -1482,8 +1483,8 @@ Special commands:
1482 1483
1483;;;*** 1484;;;***
1484 1485
1485;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (22587 1486;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (22676
1486;;;;;; 10177 770473 621000)) 1487;;;;;; 23208 662522 509000))
1487;;; Generated autoloads from gnus/auth-source.el 1488;;; Generated autoloads from gnus/auth-source.el
1488 1489
1489(defvar auth-source-cache-expiry 7200 "\ 1490(defvar auth-source-cache-expiry 7200 "\
@@ -1495,7 +1496,8 @@ let-binding.")
1495 1496
1496;;;*** 1497;;;***
1497 1498
1498;;;### (autoloads nil "autoarg" "autoarg.el" (22388 5702 305558 475000)) 1499;;;### (autoloads nil "autoarg" "autoarg.el" (22676 23208 542523
1500;;;;;; 0))
1499;;; Generated autoloads from autoarg.el 1501;;; Generated autoloads from autoarg.el
1500 1502
1501(defvar autoarg-mode nil "\ 1503(defvar autoarg-mode nil "\
@@ -1557,8 +1559,8 @@ This is similar to `autoarg-mode' but rebinds the keypad keys
1557 1559
1558;;;*** 1560;;;***
1559 1561
1560;;;### (autoloads nil "autoconf" "progmodes/autoconf.el" (22388 6383 1562;;;### (autoloads nil "autoconf" "progmodes/autoconf.el" (22676 23208
1561;;;;;; 698259 481000)) 1563;;;;;; 837521 795000))
1562;;; Generated autoloads from progmodes/autoconf.el 1564;;; Generated autoloads from progmodes/autoconf.el
1563 1565
1564(autoload 'autoconf-mode "autoconf" "\ 1566(autoload 'autoconf-mode "autoconf" "\
@@ -1568,8 +1570,8 @@ Major mode for editing Autoconf configure.ac files.
1568 1570
1569;;;*** 1571;;;***
1570 1572
1571;;;### (autoloads nil "autoinsert" "autoinsert.el" (22388 5702 322558 1573;;;### (autoloads nil "autoinsert" "autoinsert.el" (22676 23208 542523
1572;;;;;; 643000)) 1574;;;;;; 0))
1573;;; Generated autoloads from autoinsert.el 1575;;; Generated autoloads from autoinsert.el
1574 1576
1575(autoload 'auto-insert "autoinsert" "\ 1577(autoload 'auto-insert "autoinsert" "\
@@ -1608,8 +1610,8 @@ insert a template for the file depending on the mode of the buffer.
1608 1610
1609;;;*** 1611;;;***
1610 1612
1611;;;### (autoloads nil "autoload" "emacs-lisp/autoload.el" (22587 1613;;;### (autoloads nil "autoload" "emacs-lisp/autoload.el" (22676
1612;;;;;; 10177 765473 551000)) 1614;;;;;; 23208 599522 767000))
1613;;; Generated autoloads from emacs-lisp/autoload.el 1615;;; Generated autoloads from emacs-lisp/autoload.el
1614 1616
1615(put 'generated-autoload-file 'safe-local-variable 'stringp) 1617(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1660,8 +1662,8 @@ should be non-nil).
1660 1662
1661;;;*** 1663;;;***
1662 1664
1663;;;### (autoloads nil "autorevert" "autorevert.el" (22630 21356 354944 1665;;;### (autoloads nil "autorevert" "autorevert.el" (22676 23208 542523
1664;;;;;; 634000)) 1666;;;;;; 0))
1665;;; Generated autoloads from autorevert.el 1667;;; Generated autoloads from autorevert.el
1666 1668
1667(autoload 'auto-revert-mode "autorevert" "\ 1669(autoload 'auto-revert-mode "autorevert" "\
@@ -1759,7 +1761,7 @@ specifies in the mode line.
1759 1761
1760;;;*** 1762;;;***
1761 1763
1762;;;### (autoloads nil "avoid" "avoid.el" (22388 5702 326558 682000)) 1764;;;### (autoloads nil "avoid" "avoid.el" (22676 23208 543522 995000))
1763;;; Generated autoloads from avoid.el 1765;;; Generated autoloads from avoid.el
1764 1766
1765(defvar mouse-avoidance-mode nil "\ 1767(defvar mouse-avoidance-mode nil "\
@@ -1797,8 +1799,8 @@ definition of \"random distance\".)
1797 1799
1798;;;*** 1800;;;***
1799 1801
1800;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (22388 6383 1802;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (22676 23208
1801;;;;;; 700259 500000)) 1803;;;;;; 837521 795000))
1802;;; Generated autoloads from progmodes/bat-mode.el 1804;;; Generated autoloads from progmodes/bat-mode.el
1803 1805
1804(add-to-list 'auto-mode-alist '("\\.\\(bat\\|cmd\\)\\'" . bat-mode)) 1806(add-to-list 'auto-mode-alist '("\\.\\(bat\\|cmd\\)\\'" . bat-mode))
@@ -1816,8 +1818,8 @@ Run script using `bat-run' and `bat-run-args'.
1816 1818
1817;;;*** 1819;;;***
1818 1820
1819;;;### (autoloads nil "battery" "battery.el" (22587 10177 756473 1821;;;### (autoloads nil "battery" "battery.el" (22676 23208 543522
1820;;;;;; 425000)) 1822;;;;;; 995000))
1821;;; Generated autoloads from battery.el 1823;;; Generated autoloads from battery.el
1822 (put 'battery-mode-line-string 'risky-local-variable t) 1824 (put 'battery-mode-line-string 'risky-local-variable t)
1823 1825
@@ -1853,8 +1855,8 @@ seconds.
1853 1855
1854;;;*** 1856;;;***
1855 1857
1856;;;### (autoloads nil "benchmark" "emacs-lisp/benchmark.el" (22388 1858;;;### (autoloads nil "benchmark" "emacs-lisp/benchmark.el" (22676
1857;;;;;; 6368 596110 962000)) 1859;;;;;; 23208 600522 763000))
1858;;; Generated autoloads from emacs-lisp/benchmark.el 1860;;; Generated autoloads from emacs-lisp/benchmark.el
1859 1861
1860(autoload 'benchmark-run "benchmark" "\ 1862(autoload 'benchmark-run "benchmark" "\
@@ -1890,8 +1892,8 @@ For non-interactive use see also `benchmark-run' and
1890 1892
1891;;;*** 1893;;;***
1892 1894
1893;;;### (autoloads nil "bibtex" "textmodes/bibtex.el" (22388 6389 1895;;;### (autoloads nil "bibtex" "textmodes/bibtex.el" (22676 23208
1894;;;;;; 163313 226000)) 1896;;;;;; 898521 546000))
1895;;; Generated autoloads from textmodes/bibtex.el 1897;;; Generated autoloads from textmodes/bibtex.el
1896 1898
1897(autoload 'bibtex-initialize "bibtex" "\ 1899(autoload 'bibtex-initialize "bibtex" "\
@@ -1983,7 +1985,7 @@ A prefix arg negates the value of `bibtex-search-entry-globally'.
1983;;;*** 1985;;;***
1984 1986
1985;;;### (autoloads nil "bibtex-style" "textmodes/bibtex-style.el" 1987;;;### (autoloads nil "bibtex-style" "textmodes/bibtex-style.el"
1986;;;;;; (22388 6389 80312 409000)) 1988;;;;;; (22676 23208 897521 550000))
1987;;; Generated autoloads from textmodes/bibtex-style.el 1989;;; Generated autoloads from textmodes/bibtex-style.el
1988 1990
1989(autoload 'bibtex-style-mode "bibtex-style" "\ 1991(autoload 'bibtex-style-mode "bibtex-style" "\
@@ -1993,8 +1995,8 @@ Major mode for editing BibTeX style files.
1993 1995
1994;;;*** 1996;;;***
1995 1997
1996;;;### (autoloads nil "binhex" "mail/binhex.el" (22388 6375 470178 1998;;;### (autoloads nil "binhex" "mail/binhex.el" (22676 23208 738522
1997;;;;;; 563000)) 1999;;;;;; 199000))
1998;;; Generated autoloads from mail/binhex.el 2000;;; Generated autoloads from mail/binhex.el
1999 2001
2000(defconst binhex-begin-line "^:...............................................................$" "\ 2002(defconst binhex-begin-line "^:...............................................................$" "\
@@ -2018,8 +2020,8 @@ Binhex decode region between START and END.
2018 2020
2019;;;*** 2021;;;***
2020 2022
2021;;;### (autoloads nil "blackbox" "play/blackbox.el" (22388 6383 172254 2023;;;### (autoloads nil "blackbox" "play/blackbox.el" (22676 23208
2022;;;;;; 308000)) 2024;;;;;; 829521 828000))
2023;;; Generated autoloads from play/blackbox.el 2025;;; Generated autoloads from play/blackbox.el
2024 2026
2025(autoload 'blackbox "blackbox" "\ 2027(autoload 'blackbox "blackbox" "\
@@ -2138,8 +2140,8 @@ a reflection.
2138 2140
2139;;;*** 2141;;;***
2140 2142
2141;;;### (autoloads nil "bookmark" "bookmark.el" (22388 5702 411559 2143;;;### (autoloads nil "bookmark" "bookmark.el" (22676 23208 544522
2142;;;;;; 518000)) 2144;;;;;; 991000))
2143;;; Generated autoloads from bookmark.el 2145;;; Generated autoloads from bookmark.el
2144 (define-key ctl-x-r-map "b" 'bookmark-jump) 2146 (define-key ctl-x-r-map "b" 'bookmark-jump)
2145 (define-key ctl-x-r-map "m" 'bookmark-set) 2147 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2363,8 +2365,8 @@ Incremental search of bookmarks, hiding the non-matches as we go.
2363 2365
2364;;;*** 2366;;;***
2365 2367
2366;;;### (autoloads nil "browse-url" "net/browse-url.el" (22587 10177 2368;;;### (autoloads nil "browse-url" "net/browse-url.el" (22676 23208
2367;;;;;; 785473 832000)) 2369;;;;;; 761522 105000))
2368;;; Generated autoloads from net/browse-url.el 2370;;; Generated autoloads from net/browse-url.el
2369 2371
2370(defvar browse-url-browser-function 'browse-url-default-browser "\ 2372(defvar browse-url-browser-function 'browse-url-default-browser "\
@@ -2712,7 +2714,7 @@ from `browse-url-elinks-wrapper'.
2712 2714
2713;;;*** 2715;;;***
2714 2716
2715;;;### (autoloads nil "bs" "bs.el" (22388 5702 452559 922000)) 2717;;;### (autoloads nil "bs" "bs.el" (22676 23208 544522 991000))
2716;;; Generated autoloads from bs.el 2718;;; Generated autoloads from bs.el
2717(push (purecopy '(bs 1 17)) package--builtin-versions) 2719(push (purecopy '(bs 1 17)) package--builtin-versions)
2718 2720
@@ -2753,8 +2755,8 @@ name of buffer configuration.
2753 2755
2754;;;*** 2756;;;***
2755 2757
2756;;;### (autoloads nil "bubbles" "play/bubbles.el" (22388 6383 181254 2758;;;### (autoloads nil "bubbles" "play/bubbles.el" (22676 23208 829521
2757;;;;;; 396000)) 2759;;;;;; 828000))
2758;;; Generated autoloads from play/bubbles.el 2760;;; Generated autoloads from play/bubbles.el
2759 2761
2760(autoload 'bubbles "bubbles" "\ 2762(autoload 'bubbles "bubbles" "\
@@ -2776,7 +2778,7 @@ columns on its right towards the left.
2776;;;*** 2778;;;***
2777 2779
2778;;;### (autoloads nil "bug-reference" "progmodes/bug-reference.el" 2780;;;### (autoloads nil "bug-reference" "progmodes/bug-reference.el"
2779;;;;;; (22388 6383 700259 500000)) 2781;;;;;; (22676 23208 838521 791000))
2780;;; Generated autoloads from progmodes/bug-reference.el 2782;;; Generated autoloads from progmodes/bug-reference.el
2781 2783
2782(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) 2784(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format)))))
@@ -2796,8 +2798,8 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2796 2798
2797;;;*** 2799;;;***
2798 2800
2799;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (22388 2801;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (22676
2800;;;;;; 6368 704112 24000)) 2802;;;;;; 23208 602522 754000))
2801;;; Generated autoloads from emacs-lisp/bytecomp.el 2803;;; Generated autoloads from emacs-lisp/bytecomp.el
2802(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2804(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2803(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2805(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2917,16 +2919,16 @@ and corresponding effects.
2917 2919
2918;;;*** 2920;;;***
2919 2921
2920;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (22388 2922;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (22676
2921;;;;;; 6367 842103 547000)) 2923;;;;;; 23208 557522 938000))
2922;;; Generated autoloads from calendar/cal-china.el 2924;;; Generated autoloads from calendar/cal-china.el
2923 2925
2924(put 'calendar-chinese-time-zone 'risky-local-variable t) 2926(put 'calendar-chinese-time-zone 'risky-local-variable t)
2925 2927
2926;;;*** 2928;;;***
2927 2929
2928;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (22388 6367 2930;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (22676 23208
2929;;;;;; 847103 596000)) 2931;;;;;; 558522 934000))
2930;;; Generated autoloads from calendar/cal-dst.el 2932;;; Generated autoloads from calendar/cal-dst.el
2931 2933
2932(put 'calendar-daylight-savings-starts 'risky-local-variable t) 2934(put 'calendar-daylight-savings-starts 'risky-local-variable t)
@@ -2937,8 +2939,8 @@ and corresponding effects.
2937 2939
2938;;;*** 2940;;;***
2939 2941
2940;;;### (autoloads nil "cal-hebrew" "calendar/cal-hebrew.el" (22388 2942;;;### (autoloads nil "cal-hebrew" "calendar/cal-hebrew.el" (22676
2941;;;;;; 6367 866103 783000)) 2943;;;;;; 23208 558522 934000))
2942;;; Generated autoloads from calendar/cal-hebrew.el 2944;;; Generated autoloads from calendar/cal-hebrew.el
2943 2945
2944(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2946(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2950,7 +2952,7 @@ from the cursor position.
2950 2952
2951;;;*** 2953;;;***
2952 2954
2953;;;### (autoloads nil "calc" "calc/calc.el" (22388 6367 620101 364000)) 2955;;;### (autoloads nil "calc" "calc/calc.el" (22676 23208 555522 946000))
2954;;; Generated autoloads from calc/calc.el 2956;;; Generated autoloads from calc/calc.el
2955 (define-key ctl-x-map "*" 'calc-dispatch) 2957 (define-key ctl-x-map "*" 'calc-dispatch)
2956 2958
@@ -3036,8 +3038,8 @@ See Info node `(calc)Defining Functions'.
3036 3038
3037;;;*** 3039;;;***
3038 3040
3039;;;### (autoloads nil "calc-undo" "calc/calc-undo.el" (22388 6367 3041;;;### (autoloads nil "calc-undo" "calc/calc-undo.el" (22676 23208
3040;;;;;; 444099 633000)) 3042;;;;;; 553522 955000))
3041;;; Generated autoloads from calc/calc-undo.el 3043;;; Generated autoloads from calc/calc-undo.el
3042 3044
3043(autoload 'calc-undo "calc-undo" "\ 3045(autoload 'calc-undo "calc-undo" "\
@@ -3047,8 +3049,8 @@ See Info node `(calc)Defining Functions'.
3047 3049
3048;;;*** 3050;;;***
3049 3051
3050;;;### (autoloads nil "calculator" "calculator.el" (22388 5702 517560 3052;;;### (autoloads nil "calculator" "calculator.el" (22676 23208 557522
3051;;;;;; 561000)) 3053;;;;;; 938000))
3052;;; Generated autoloads from calculator.el 3054;;; Generated autoloads from calculator.el
3053 3055
3054(autoload 'calculator "calculator" "\ 3056(autoload 'calculator "calculator" "\
@@ -3059,8 +3061,8 @@ See the documentation for `calculator-mode' for more information.
3059 3061
3060;;;*** 3062;;;***
3061 3063
3062;;;### (autoloads nil "calendar" "calendar/calendar.el" (22489 43024 3064;;;### (autoloads nil "calendar" "calendar/calendar.el" (22676 23208
3063;;;;;; 125096 768000)) 3065;;;;;; 561522 922000))
3064;;; Generated autoloads from calendar/calendar.el 3066;;; Generated autoloads from calendar/calendar.el
3065 3067
3066(autoload 'calendar "calendar" "\ 3068(autoload 'calendar "calendar" "\
@@ -3103,8 +3105,8 @@ This function is suitable for execution in an init file.
3103 3105
3104;;;*** 3106;;;***
3105 3107
3106;;;### (autoloads nil "canlock" "gnus/canlock.el" (22388 6371 657141 3108;;;### (autoloads nil "canlock" "gnus/canlock.el" (22676 23208 662522
3107;;;;;; 65000)) 3109;;;;;; 509000))
3108;;; Generated autoloads from gnus/canlock.el 3110;;; Generated autoloads from gnus/canlock.el
3109 3111
3110(autoload 'canlock-insert-header "canlock" "\ 3112(autoload 'canlock-insert-header "canlock" "\
@@ -3121,8 +3123,8 @@ it fails.
3121 3123
3122;;;*** 3124;;;***
3123 3125
3124;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (22388 3126;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (22676
3125;;;;;; 6384 111263 543000)) 3127;;;;;; 23208 842521 774000))
3126;;; Generated autoloads from progmodes/cc-engine.el 3128;;; Generated autoloads from progmodes/cc-engine.el
3127 3129
3128(autoload 'c-guess-basic-syntax "cc-engine" "\ 3130(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -3132,8 +3134,8 @@ Return the syntactic context of the current line.
3132 3134
3133;;;*** 3135;;;***
3134 3136
3135;;;### (autoloads nil "cc-guess" "progmodes/cc-guess.el" (22388 6384 3137;;;### (autoloads nil "cc-guess" "progmodes/cc-guess.el" (22676 23208
3136;;;;;; 327265 667000)) 3138;;;;;; 843521 771000))
3137;;; Generated autoloads from progmodes/cc-guess.el 3139;;; Generated autoloads from progmodes/cc-guess.el
3138 3140
3139(defvar c-guess-guessed-offsets-alist nil "\ 3141(defvar c-guess-guessed-offsets-alist nil "\
@@ -3231,8 +3233,8 @@ the absolute file name of the file if STYLE-NAME is nil.
3231 3233
3232;;;*** 3234;;;***
3233 3235
3234;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (22388 6384 3236;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (22676 23208
3235;;;;;; 496267 328000)) 3237;;;;;; 844521 766000))
3236;;; Generated autoloads from progmodes/cc-mode.el 3238;;; Generated autoloads from progmodes/cc-mode.el
3237 3239
3238(autoload 'c-initialize-cc-mode "cc-mode" "\ 3240(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3390,8 +3392,8 @@ Key bindings:
3390 3392
3391;;;*** 3393;;;***
3392 3394
3393;;;### (autoloads nil "cc-styles" "progmodes/cc-styles.el" (22388 3395;;;### (autoloads nil "cc-styles" "progmodes/cc-styles.el" (22676
3394;;;;;; 6384 576268 115000)) 3396;;;;;; 23208 844521 766000))
3395;;; Generated autoloads from progmodes/cc-styles.el 3397;;; Generated autoloads from progmodes/cc-styles.el
3396 3398
3397(autoload 'c-set-style "cc-styles" "\ 3399(autoload 'c-set-style "cc-styles" "\
@@ -3442,8 +3444,8 @@ and exists only for compatibility reasons.
3442 3444
3443;;;*** 3445;;;***
3444 3446
3445;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (22388 6384 3447;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (22676 23208
3446;;;;;; 657268 912000)) 3448;;;;;; 845521 762000))
3447;;; Generated autoloads from progmodes/cc-vars.el 3449;;; Generated autoloads from progmodes/cc-vars.el
3448(put 'c-basic-offset 'safe-local-variable 'integerp) 3450(put 'c-basic-offset 'safe-local-variable 'integerp)
3449(put 'c-backslash-column 'safe-local-variable 'integerp) 3451(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3451,8 +3453,8 @@ and exists only for compatibility reasons.
3451 3453
3452;;;*** 3454;;;***
3453 3455
3454;;;### (autoloads nil "ccl" "international/ccl.el" (22388 6374 281166 3456;;;### (autoloads nil "ccl" "international/ccl.el" (22676 23208 711522
3455;;;;;; 870000)) 3457;;;;;; 309000))
3456;;; Generated autoloads from international/ccl.el 3458;;; Generated autoloads from international/ccl.el
3457 3459
3458(autoload 'ccl-compile "ccl" "\ 3460(autoload 'ccl-compile "ccl" "\
@@ -3745,8 +3747,8 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3745 3747
3746;;;*** 3748;;;***
3747 3749
3748;;;### (autoloads nil "cconv" "emacs-lisp/cconv.el" (22388 6368 788112 3750;;;### (autoloads nil "cconv" "emacs-lisp/cconv.el" (22676 23208
3749;;;;;; 850000)) 3751;;;;;; 602522 754000))
3750;;; Generated autoloads from emacs-lisp/cconv.el 3752;;; Generated autoloads from emacs-lisp/cconv.el
3751 3753
3752(autoload 'cconv-closure-convert "cconv" "\ 3754(autoload 'cconv-closure-convert "cconv" "\
@@ -3765,15 +3767,15 @@ Add the warnings that closure conversion would encounter.
3765 3767
3766;;;*** 3768;;;***
3767 3769
3768;;;### (autoloads nil "cedet" "cedet/cedet.el" (22388 6368 422109 3770;;;### (autoloads nil "cedet" "cedet/cedet.el" (22676 23208 566522
3769;;;;;; 251000)) 3771;;;;;; 902000))
3770;;; Generated autoloads from cedet/cedet.el 3772;;; Generated autoloads from cedet/cedet.el
3771(push (purecopy '(cedet 2 0)) package--builtin-versions) 3773(push (purecopy '(cedet 2 0)) package--builtin-versions)
3772 3774
3773;;;*** 3775;;;***
3774 3776
3775;;;### (autoloads nil "cfengine" "progmodes/cfengine.el" (22388 6384 3777;;;### (autoloads nil "cfengine" "progmodes/cfengine.el" (22676 23208
3776;;;;;; 702269 354000)) 3778;;;;;; 845521 762000))
3777;;; Generated autoloads from progmodes/cfengine.el 3779;;; Generated autoloads from progmodes/cfengine.el
3778(push (purecopy '(cfengine 1 4)) package--builtin-versions) 3780(push (purecopy '(cfengine 1 4)) package--builtin-versions)
3779 3781
@@ -3802,8 +3804,8 @@ Choose `cfengine2-mode' or `cfengine3-mode' by buffer contents.
3802 3804
3803;;;*** 3805;;;***
3804 3806
3805;;;### (autoloads nil "char-fold" "char-fold.el" (22388 5702 541560 3807;;;### (autoloads nil "char-fold" "char-fold.el" (22676 23208 588522
3806;;;;;; 796000)) 3808;;;;;; 812000))
3807;;; Generated autoloads from char-fold.el 3809;;; Generated autoloads from char-fold.el
3808 3810
3809(autoload 'char-fold-to-regexp "char-fold" "\ 3811(autoload 'char-fold-to-regexp "char-fold" "\
@@ -3822,15 +3824,15 @@ from which to start.
3822 3824
3823;;;*** 3825;;;***
3824 3826
3825;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (22388 6368 788112 3827;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (22676 23208
3826;;;;;; 850000)) 3828;;;;;; 602522 754000))
3827;;; Generated autoloads from emacs-lisp/chart.el 3829;;; Generated autoloads from emacs-lisp/chart.el
3828(push (purecopy '(chart 0 2)) package--builtin-versions) 3830(push (purecopy '(chart 0 2)) package--builtin-versions)
3829 3831
3830;;;*** 3832;;;***
3831 3833
3832;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el" 3834;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el"
3833;;;;;; (22388 6368 813113 96000)) 3835;;;;;; (22676 23208 602522 754000))
3834;;; Generated autoloads from emacs-lisp/check-declare.el 3836;;; Generated autoloads from emacs-lisp/check-declare.el
3835 3837
3836(autoload 'check-declare-file "check-declare" "\ 3838(autoload 'check-declare-file "check-declare" "\
@@ -3847,8 +3849,8 @@ Returns non-nil if any false statements are found.
3847 3849
3848;;;*** 3850;;;***
3849 3851
3850;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (22388 3852;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (22676
3851;;;;;; 6368 849113 450000)) 3853;;;;;; 23208 603522 750000))
3852;;; Generated autoloads from emacs-lisp/checkdoc.el 3854;;; Generated autoloads from emacs-lisp/checkdoc.el
3853(push (purecopy '(checkdoc 0 6 2)) package--builtin-versions) 3855(push (purecopy '(checkdoc 0 6 2)) package--builtin-versions)
3854(put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp) 3856(put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp)
@@ -4058,8 +4060,8 @@ Find package keywords that aren't in `finder-known-keywords'.
4058 4060
4059;;;*** 4061;;;***
4060 4062
4061;;;### (autoloads nil "china-util" "language/china-util.el" (22388 4063;;;### (autoloads nil "china-util" "language/china-util.el" (22676
4062;;;;;; 6374 954173 489000)) 4064;;;;;; 23208 719522 277000))
4063;;; Generated autoloads from language/china-util.el 4065;;; Generated autoloads from language/china-util.el
4064 4066
4065(autoload 'decode-hz-region "china-util" "\ 4067(autoload 'decode-hz-region "china-util" "\
@@ -4096,8 +4098,8 @@ Encode the text in the current buffer to HZ.
4096 4098
4097;;;*** 4099;;;***
4098 4100
4099;;;### (autoloads nil "chistory" "chistory.el" (22587 10177 762473 4101;;;### (autoloads nil "chistory" "chistory.el" (22676 23208 589522
4100;;;;;; 509000)) 4102;;;;;; 807000))
4101;;; Generated autoloads from chistory.el 4103;;; Generated autoloads from chistory.el
4102 4104
4103(autoload 'repeat-matching-complex-command "chistory" "\ 4105(autoload 'repeat-matching-complex-command "chistory" "\
@@ -4136,8 +4138,8 @@ and runs the normal hook `command-history-hook'.
4136 4138
4137;;;*** 4139;;;***
4138 4140
4139;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (22388 4141;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (22676
4140;;;;;; 6368 936114 306000)) 4142;;;;;; 23208 604522 746000))
4141;;; Generated autoloads from emacs-lisp/cl-indent.el 4143;;; Generated autoloads from emacs-lisp/cl-indent.el
4142 4144
4143(autoload 'common-lisp-indent-function "cl-indent" "\ 4145(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -4220,8 +4222,8 @@ instead.
4220 4222
4221;;;*** 4223;;;***
4222 4224
4223;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (22388 6368 4225;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (22676 23208
4224;;;;;; 949114 434000)) 4226;;;;;; 605522 742000))
4225;;; Generated autoloads from emacs-lisp/cl-lib.el 4227;;; Generated autoloads from emacs-lisp/cl-lib.el
4226(push (purecopy '(cl-lib 1 0)) package--builtin-versions) 4228(push (purecopy '(cl-lib 1 0)) package--builtin-versions)
4227 4229
@@ -4239,8 +4241,8 @@ a future Emacs interpreter will be able to use it.")
4239 4241
4240;;;*** 4242;;;***
4241 4243
4242;;;### (autoloads nil "cmacexp" "progmodes/cmacexp.el" (22388 6384 4244;;;### (autoloads nil "cmacexp" "progmodes/cmacexp.el" (22676 23208
4243;;;;;; 705269 384000)) 4245;;;;;; 846521 758000))
4244;;; Generated autoloads from progmodes/cmacexp.el 4246;;; Generated autoloads from progmodes/cmacexp.el
4245 4247
4246(autoload 'c-macro-expand "cmacexp" "\ 4248(autoload 'c-macro-expand "cmacexp" "\
@@ -4260,8 +4262,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
4260 4262
4261;;;*** 4263;;;***
4262 4264
4263;;;### (autoloads nil "cmuscheme" "cmuscheme.el" (22388 5702 612561 4265;;;### (autoloads nil "cmuscheme" "cmuscheme.el" (22676 23208 589522
4264;;;;;; 495000)) 4266;;;;;; 807000))
4265;;; Generated autoloads from cmuscheme.el 4267;;; Generated autoloads from cmuscheme.el
4266 4268
4267(autoload 'run-scheme "cmuscheme" "\ 4269(autoload 'run-scheme "cmuscheme" "\
@@ -4281,7 +4283,7 @@ is run).
4281 4283
4282;;;*** 4284;;;***
4283 4285
4284;;;### (autoloads nil "color" "color.el" (22388 5702 628561 652000)) 4286;;;### (autoloads nil "color" "color.el" (22676 23208 589522 807000))
4285;;; Generated autoloads from color.el 4287;;; Generated autoloads from color.el
4286 4288
4287(autoload 'color-name-to-rgb "color" "\ 4289(autoload 'color-name-to-rgb "color" "\
@@ -4300,7 +4302,7 @@ If FRAME cannot display COLOR, return nil.
4300 4302
4301;;;*** 4303;;;***
4302 4304
4303;;;### (autoloads nil "comint" "comint.el" (22388 5702 673562 95000)) 4305;;;### (autoloads nil "comint" "comint.el" (22676 23208 590522 803000))
4304;;; Generated autoloads from comint.el 4306;;; Generated autoloads from comint.el
4305 4307
4306(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 4308(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -4401,8 +4403,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4401 4403
4402;;;*** 4404;;;***
4403 4405
4404;;;### (autoloads nil "compare-w" "vc/compare-w.el" (22388 6390 746328 4406;;;### (autoloads nil "compare-w" "vc/compare-w.el" (22676 23208
4405;;;;;; 793000)) 4407;;;;;; 920521 456000))
4406;;; Generated autoloads from vc/compare-w.el 4408;;; Generated autoloads from vc/compare-w.el
4407 4409
4408(autoload 'compare-windows "compare-w" "\ 4410(autoload 'compare-windows "compare-w" "\
@@ -4438,8 +4440,8 @@ on third call it again advances points to the next difference and so on.
4438 4440
4439;;;*** 4441;;;***
4440 4442
4441;;;### (autoloads nil "compile" "progmodes/compile.el" (22388 6384 4443;;;### (autoloads nil "compile" "progmodes/compile.el" (22676 23208
4442;;;;;; 791270 230000)) 4444;;;;;; 846521 758000))
4443;;; Generated autoloads from progmodes/compile.el 4445;;; Generated autoloads from progmodes/compile.el
4444 4446
4445(defvar compilation-mode-hook nil "\ 4447(defvar compilation-mode-hook nil "\
@@ -4509,7 +4511,9 @@ You might also use mode hooks to specify it in certain modes, like this:
4509 (concat \"make -k \" 4511 (concat \"make -k \"
4510 (if buffer-file-name 4512 (if buffer-file-name
4511 (shell-quote-argument 4513 (shell-quote-argument
4512 (file-name-sans-extension buffer-file-name))))))))") 4514 (file-name-sans-extension buffer-file-name))))))))
4515
4516It's often useful to leave a space at the end of the value.")
4513 4517
4514(custom-autoload 'compile-command "compile" t) 4518(custom-autoload 'compile-command "compile" t)
4515(put 'compile-command 'safe-local-variable (lambda (a) (and (stringp a) (or (not (boundp 'compilation-read-command)) compilation-read-command)))) 4519(put 'compile-command 'safe-local-variable (lambda (a) (and (stringp a) (or (not (boundp 'compilation-read-command)) compilation-read-command))))
@@ -4620,8 +4624,8 @@ This is the value of `next-error-function' in Compilation buffers.
4620 4624
4621;;;*** 4625;;;***
4622 4626
4623;;;### (autoloads nil "completion" "completion.el" (22388 5702 734562 4627;;;### (autoloads nil "completion" "completion.el" (22676 23208 590522
4624;;;;;; 695000)) 4628;;;;;; 803000))
4625;;; Generated autoloads from completion.el 4629;;; Generated autoloads from completion.el
4626 4630
4627(defvar dynamic-completion-mode nil "\ 4631(defvar dynamic-completion-mode nil "\
@@ -4644,8 +4648,8 @@ if ARG is omitted or nil.
4644 4648
4645;;;*** 4649;;;***
4646 4650
4647;;;### (autoloads nil "conf-mode" "textmodes/conf-mode.el" (22388 4651;;;### (autoloads nil "conf-mode" "textmodes/conf-mode.el" (22676
4648;;;;;; 6389 244314 22000)) 4652;;;;;; 23208 898521 546000))
4649;;; Generated autoloads from textmodes/conf-mode.el 4653;;; Generated autoloads from textmodes/conf-mode.el
4650 4654
4651(autoload 'conf-mode "conf-mode" "\ 4655(autoload 'conf-mode "conf-mode" "\
@@ -4800,8 +4804,8 @@ For details see `conf-mode'. Example:
4800 4804
4801;;;*** 4805;;;***
4802 4806
4803;;;### (autoloads nil "cookie1" "play/cookie1.el" (22388 6383 214254 4807;;;### (autoloads nil "cookie1" "play/cookie1.el" (22676 23208 829521
4804;;;;;; 721000)) 4808;;;;;; 828000))
4805;;; Generated autoloads from play/cookie1.el 4809;;; Generated autoloads from play/cookie1.el
4806 4810
4807(autoload 'cookie "cookie1" "\ 4811(autoload 'cookie "cookie1" "\
@@ -4829,8 +4833,8 @@ and subsequent calls on the same file won't go to disk.
4829 4833
4830;;;*** 4834;;;***
4831 4835
4832;;;### (autoloads nil "copyright" "emacs-lisp/copyright.el" (22388 4836;;;### (autoloads nil "copyright" "emacs-lisp/copyright.el" (22676
4833;;;;;; 6369 72115 643000)) 4837;;;;;; 23208 606522 738000))
4834;;; Generated autoloads from emacs-lisp/copyright.el 4838;;; Generated autoloads from emacs-lisp/copyright.el
4835(put 'copyright-at-end-flag 'safe-local-variable 'booleanp) 4839(put 'copyright-at-end-flag 'safe-local-variable 'booleanp)
4836(put 'copyright-names-regexp 'safe-local-variable 'stringp) 4840(put 'copyright-names-regexp 'safe-local-variable 'stringp)
@@ -4868,8 +4872,8 @@ If FIX is non-nil, run `copyright-fix-years' instead.
4868 4872
4869;;;*** 4873;;;***
4870 4874
4871;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (22388 4875;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (22676
4872;;;;;; 6385 218274 429000)) 4876;;;;;; 23208 848521 750000))
4873;;; Generated autoloads from progmodes/cperl-mode.el 4877;;; Generated autoloads from progmodes/cperl-mode.el
4874(put 'cperl-indent-level 'safe-local-variable 'integerp) 4878(put 'cperl-indent-level 'safe-local-variable 'integerp)
4875(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4879(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -5067,8 +5071,8 @@ Run a `perldoc' on the word around point.
5067 5071
5068;;;*** 5072;;;***
5069 5073
5070;;;### (autoloads nil "cpp" "progmodes/cpp.el" (22388 6385 395276 5074;;;### (autoloads nil "cpp" "progmodes/cpp.el" (22676 23208 848521
5071;;;;;; 170000)) 5075;;;;;; 750000))
5072;;; Generated autoloads from progmodes/cpp.el 5076;;; Generated autoloads from progmodes/cpp.el
5073 5077
5074(autoload 'cpp-highlight-buffer "cpp" "\ 5078(autoload 'cpp-highlight-buffer "cpp" "\
@@ -5086,8 +5090,8 @@ Edit display information for cpp conditionals.
5086 5090
5087;;;*** 5091;;;***
5088 5092
5089;;;### (autoloads nil "crm" "emacs-lisp/crm.el" (22388 6369 74115 5093;;;### (autoloads nil "crm" "emacs-lisp/crm.el" (22676 23208 607522
5090;;;;;; 663000)) 5094;;;;;; 734000))
5091;;; Generated autoloads from emacs-lisp/crm.el 5095;;; Generated autoloads from emacs-lisp/crm.el
5092 5096
5093(autoload 'completing-read-multiple "crm" "\ 5097(autoload 'completing-read-multiple "crm" "\
@@ -5113,8 +5117,8 @@ with empty strings removed.
5113 5117
5114;;;*** 5118;;;***
5115 5119
5116;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (22388 6389 5120;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (22676 23208
5117;;;;;; 247314 52000)) 5121;;;;;; 898521 546000))
5118;;; Generated autoloads from textmodes/css-mode.el 5122;;; Generated autoloads from textmodes/css-mode.el
5119 5123
5120(autoload 'css-mode "css-mode" "\ 5124(autoload 'css-mode "css-mode" "\
@@ -5130,8 +5134,8 @@ Major mode to edit \"Sassy CSS\" files.
5130 5134
5131;;;*** 5135;;;***
5132 5136
5133;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (22388 6369 5137;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (22676 23208
5134;;;;;; 804122 842000)) 5138;;;;;; 619522 685000))
5135;;; Generated autoloads from emulation/cua-base.el 5139;;; Generated autoloads from emulation/cua-base.el
5136 5140
5137(defvar cua-mode nil "\ 5141(defvar cua-mode nil "\
@@ -5177,8 +5181,8 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5177 5181
5178;;;*** 5182;;;***
5179 5183
5180;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (22388 6369 5184;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (22676 23208
5181;;;;;; 824123 38000)) 5185;;;;;; 620522 681000))
5182;;; Generated autoloads from emulation/cua-rect.el 5186;;; Generated autoloads from emulation/cua-rect.el
5183 5187
5184(autoload 'cua-rectangle-mark-mode "cua-rect" "\ 5188(autoload 'cua-rectangle-mark-mode "cua-rect" "\
@@ -5190,7 +5194,7 @@ Activates the region if needed. Only lasts until the region is deactivated.
5190;;;*** 5194;;;***
5191 5195
5192;;;### (autoloads nil "cursor-sensor" "emacs-lisp/cursor-sensor.el" 5196;;;### (autoloads nil "cursor-sensor" "emacs-lisp/cursor-sensor.el"
5193;;;;;; (22630 21356 365944 788000)) 5197;;;;;; (22676 23208 607522 734000))
5194;;; Generated autoloads from emacs-lisp/cursor-sensor.el 5198;;; Generated autoloads from emacs-lisp/cursor-sensor.el
5195 5199
5196(defvar cursor-sensor-inhibit nil) 5200(defvar cursor-sensor-inhibit nil)
@@ -5212,8 +5216,8 @@ is entering the area covered by the text-property property or leaving it.
5212 5216
5213;;;*** 5217;;;***
5214 5218
5215;;;### (autoloads nil "cus-edit" "cus-edit.el" (22630 21356 359944 5219;;;### (autoloads nil "cus-edit" "cus-edit.el" (22676 23208 591522
5216;;;;;; 704000)) 5220;;;;;; 799000))
5217;;; Generated autoloads from cus-edit.el 5221;;; Generated autoloads from cus-edit.el
5218 5222
5219(defvar custom-browse-sort-alphabetically nil "\ 5223(defvar custom-browse-sort-alphabetically nil "\
@@ -5533,8 +5537,8 @@ The format is suitable for use with `easy-menu-define'.
5533 5537
5534;;;*** 5538;;;***
5535 5539
5536;;;### (autoloads nil "cus-theme" "cus-theme.el" (22388 5702 879564 5540;;;### (autoloads nil "cus-theme" "cus-theme.el" (22676 23208 592522
5537;;;;;; 121000)) 5541;;;;;; 795000))
5538;;; Generated autoloads from cus-theme.el 5542;;; Generated autoloads from cus-theme.el
5539 5543
5540(autoload 'customize-create-theme "cus-theme" "\ 5544(autoload 'customize-create-theme "cus-theme" "\
@@ -5567,8 +5571,8 @@ omitted, a buffer named *Custom Themes* is used.
5567 5571
5568;;;*** 5572;;;***
5569 5573
5570;;;### (autoloads nil "cvs-status" "vc/cvs-status.el" (22388 6390 5574;;;### (autoloads nil "cvs-status" "vc/cvs-status.el" (22676 23208
5571;;;;;; 747328 803000)) 5575;;;;;; 920521 456000))
5572;;; Generated autoloads from vc/cvs-status.el 5576;;; Generated autoloads from vc/cvs-status.el
5573 5577
5574(autoload 'cvs-status-mode "cvs-status" "\ 5578(autoload 'cvs-status-mode "cvs-status" "\
@@ -5578,8 +5582,8 @@ Mode used for cvs status output.
5578 5582
5579;;;*** 5583;;;***
5580 5584
5581;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (22388 6385 438276 5585;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (22676 23208 848521
5582;;;;;; 593000)) 5586;;;;;; 750000))
5583;;; Generated autoloads from progmodes/cwarn.el 5587;;; Generated autoloads from progmodes/cwarn.el
5584(push (purecopy '(cwarn 1 3 1)) package--builtin-versions) 5588(push (purecopy '(cwarn 1 3 1)) package--builtin-versions)
5585 5589
@@ -5624,8 +5628,8 @@ See `cwarn-mode' for more information on Cwarn mode.
5624 5628
5625;;;*** 5629;;;***
5626 5630
5627;;;### (autoloads nil "cyril-util" "language/cyril-util.el" (22388 5631;;;### (autoloads nil "cyril-util" "language/cyril-util.el" (22676
5628;;;;;; 6374 956173 509000)) 5632;;;;;; 23208 719522 277000))
5629;;; Generated autoloads from language/cyril-util.el 5633;;; Generated autoloads from language/cyril-util.el
5630 5634
5631(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5635(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5653,8 +5657,8 @@ If the argument is nil, we return the display table to its standard state.
5653 5657
5654;;;*** 5658;;;***
5655 5659
5656;;;### (autoloads nil "dabbrev" "dabbrev.el" (22587 10177 762473 5660;;;### (autoloads nil "dabbrev" "dabbrev.el" (22676 23208 592522
5657;;;;;; 509000)) 5661;;;;;; 795000))
5658;;; Generated autoloads from dabbrev.el 5662;;; Generated autoloads from dabbrev.el
5659(put 'dabbrev-case-fold-search 'risky-local-variable t) 5663(put 'dabbrev-case-fold-search 'risky-local-variable t)
5660(put 'dabbrev-case-replace 'risky-local-variable t) 5664(put 'dabbrev-case-replace 'risky-local-variable t)
@@ -5703,8 +5707,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5703 5707
5704;;;*** 5708;;;***
5705 5709
5706;;;### (autoloads nil "data-debug" "cedet/data-debug.el" (22388 6368 5710;;;### (autoloads nil "data-debug" "cedet/data-debug.el" (22676 23208
5707;;;;;; 422109 251000)) 5711;;;;;; 567522 897000))
5708;;; Generated autoloads from cedet/data-debug.el 5712;;; Generated autoloads from cedet/data-debug.el
5709 5713
5710(autoload 'data-debug-new-buffer "data-debug" "\ 5714(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5714,7 +5718,7 @@ Create a new data-debug buffer with NAME.
5714 5718
5715;;;*** 5719;;;***
5716 5720
5717;;;### (autoloads nil "dbus" "net/dbus.el" (22388 6377 308196 639000)) 5721;;;### (autoloads nil "dbus" "net/dbus.el" (22676 23208 761522 105000))
5718;;; Generated autoloads from net/dbus.el 5722;;; Generated autoloads from net/dbus.el
5719 5723
5720(autoload 'dbus-handle-event "dbus" "\ 5724(autoload 'dbus-handle-event "dbus" "\
@@ -5727,8 +5731,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message.
5727 5731
5728;;;*** 5732;;;***
5729 5733
5730;;;### (autoloads nil "dcl-mode" "progmodes/dcl-mode.el" (22388 6385 5734;;;### (autoloads nil "dcl-mode" "progmodes/dcl-mode.el" (22676 23208
5731;;;;;; 479276 996000)) 5735;;;;;; 849521 746000))
5732;;; Generated autoloads from progmodes/dcl-mode.el 5736;;; Generated autoloads from progmodes/dcl-mode.el
5733 5737
5734(autoload 'dcl-mode "dcl-mode" "\ 5738(autoload 'dcl-mode "dcl-mode" "\
@@ -5854,8 +5858,8 @@ There is some minimal font-lock support (see vars
5854 5858
5855;;;*** 5859;;;***
5856 5860
5857;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (22388 6369 75115 5861;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (22676 23208
5858;;;;;; 673000)) 5862;;;;;; 607522 734000))
5859;;; Generated autoloads from emacs-lisp/debug.el 5863;;; Generated autoloads from emacs-lisp/debug.el
5860 5864
5861(setq debugger 'debug) 5865(setq debugger 'debug)
@@ -5898,8 +5902,8 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5898 5902
5899;;;*** 5903;;;***
5900 5904
5901;;;### (autoloads nil "decipher" "play/decipher.el" (22388 6383 232254 5905;;;### (autoloads nil "decipher" "play/decipher.el" (22676 23208
5902;;;;;; 898000)) 5906;;;;;; 830521 824000))
5903;;; Generated autoloads from play/decipher.el 5907;;; Generated autoloads from play/decipher.el
5904 5908
5905(autoload 'decipher "decipher" "\ 5909(autoload 'decipher "decipher" "\
@@ -5927,8 +5931,8 @@ The most useful commands are:
5927 5931
5928;;;*** 5932;;;***
5929 5933
5930;;;### (autoloads nil "delim-col" "delim-col.el" (22388 5703 6565 5934;;;### (autoloads nil "delim-col" "delim-col.el" (22676 23208 592522
5931;;;;;; 369000)) 5935;;;;;; 795000))
5932;;; Generated autoloads from delim-col.el 5936;;; Generated autoloads from delim-col.el
5933(push (purecopy '(delim-col 2 1)) package--builtin-versions) 5937(push (purecopy '(delim-col 2 1)) package--builtin-versions)
5934 5938
@@ -5953,7 +5957,7 @@ START and END delimits the corners of text rectangle.
5953 5957
5954;;;*** 5958;;;***
5955 5959
5956;;;### (autoloads nil "delsel" "delsel.el" (22388 5703 9565 399000)) 5960;;;### (autoloads nil "delsel" "delsel.el" (22676 23208 593522 791000))
5957;;; Generated autoloads from delsel.el 5961;;; Generated autoloads from delsel.el
5958 5962
5959(defalias 'pending-delete-mode 'delete-selection-mode) 5963(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -5986,8 +5990,8 @@ information on adapting behavior of commands in Delete Selection mode.
5986 5990
5987;;;*** 5991;;;***
5988 5992
5989;;;### (autoloads nil "derived" "emacs-lisp/derived.el" (22388 6369 5993;;;### (autoloads nil "derived" "emacs-lisp/derived.el" (22676 23208
5990;;;;;; 111116 27000)) 5994;;;;;; 607522 734000))
5991;;; Generated autoloads from emacs-lisp/derived.el 5995;;; Generated autoloads from emacs-lisp/derived.el
5992 5996
5993(autoload 'define-derived-mode "derived" "\ 5997(autoload 'define-derived-mode "derived" "\
@@ -6053,8 +6057,8 @@ the first time the mode is used.
6053 6057
6054;;;*** 6058;;;***
6055 6059
6056;;;### (autoloads nil "descr-text" "descr-text.el" (22388 5703 27565 6060;;;### (autoloads nil "descr-text" "descr-text.el" (22676 23208 593522
6057;;;;;; 576000)) 6061;;;;;; 791000))
6058;;; Generated autoloads from descr-text.el 6062;;; Generated autoloads from descr-text.el
6059 6063
6060(autoload 'describe-text-properties "descr-text" "\ 6064(autoload 'describe-text-properties "descr-text" "\
@@ -6103,8 +6107,8 @@ This function is meant to be used as a value of
6103 6107
6104;;;*** 6108;;;***
6105 6109
6106;;;### (autoloads nil "desktop" "desktop.el" (22630 21356 360944 6110;;;### (autoloads nil "desktop" "desktop.el" (22676 23208 593522
6107;;;;;; 718000)) 6111;;;;;; 791000))
6108;;; Generated autoloads from desktop.el 6112;;; Generated autoloads from desktop.el
6109 6113
6110(defvar desktop-save-mode nil "\ 6114(defvar desktop-save-mode nil "\
@@ -6332,8 +6336,8 @@ Revert to the last loaded desktop.
6332 6336
6333;;;*** 6337;;;***
6334 6338
6335;;;### (autoloads nil "deuglify" "gnus/deuglify.el" (22388 6371 666141 6339;;;### (autoloads nil "deuglify" "gnus/deuglify.el" (22676 23208
6336;;;;;; 154000)) 6340;;;;;; 663522 505000))
6337;;; Generated autoloads from gnus/deuglify.el 6341;;; Generated autoloads from gnus/deuglify.el
6338 6342
6339(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 6343(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -6365,8 +6369,8 @@ Deuglify broken Outlook (Express) articles and redisplay.
6365 6369
6366;;;*** 6370;;;***
6367 6371
6368;;;### (autoloads nil "diary-lib" "calendar/diary-lib.el" (22388 6372;;;### (autoloads nil "diary-lib" "calendar/diary-lib.el" (22676
6369;;;;;; 6368 72105 809000)) 6373;;;;;; 23208 562522 918000))
6370;;; Generated autoloads from calendar/diary-lib.el 6374;;; Generated autoloads from calendar/diary-lib.el
6371 6375
6372(autoload 'diary "diary-lib" "\ 6376(autoload 'diary "diary-lib" "\
@@ -6408,7 +6412,7 @@ Major mode for editing the diary file.
6408 6412
6409;;;*** 6413;;;***
6410 6414
6411;;;### (autoloads nil "diff" "vc/diff.el" (22388 6390 787329 197000)) 6415;;;### (autoloads nil "diff" "vc/diff.el" (22676 23208 920521 456000))
6412;;; Generated autoloads from vc/diff.el 6416;;; Generated autoloads from vc/diff.el
6413 6417
6414(defvar diff-switches (purecopy "-u") "\ 6418(defvar diff-switches (purecopy "-u") "\
@@ -6456,8 +6460,8 @@ This requires the external program `diff' to be in your `exec-path'.
6456 6460
6457;;;*** 6461;;;***
6458 6462
6459;;;### (autoloads nil "diff-mode" "vc/diff-mode.el" (22388 6390 785329 6463;;;### (autoloads nil "diff-mode" "vc/diff-mode.el" (22676 23208
6460;;;;;; 177000)) 6464;;;;;; 920521 456000))
6461;;; Generated autoloads from vc/diff-mode.el 6465;;; Generated autoloads from vc/diff-mode.el
6462 6466
6463(autoload 'diff-mode "diff-mode" "\ 6467(autoload 'diff-mode "diff-mode" "\
@@ -6489,7 +6493,7 @@ the mode if ARG is omitted or nil.
6489 6493
6490;;;*** 6494;;;***
6491 6495
6492;;;### (autoloads nil "dig" "net/dig.el" (22388 6377 355197 101000)) 6496;;;### (autoloads nil "dig" "net/dig.el" (22676 23208 761522 105000))
6493;;; Generated autoloads from net/dig.el 6497;;; Generated autoloads from net/dig.el
6494 6498
6495(autoload 'dig "dig" "\ 6499(autoload 'dig "dig" "\
@@ -6500,7 +6504,7 @@ Optional arguments are passed to `dig-invoke'.
6500 6504
6501;;;*** 6505;;;***
6502 6506
6503;;;### (autoloads nil "dired" "dired.el" (22630 21356 363944 760000)) 6507;;;### (autoloads nil "dired" "dired.el" (22676 23208 596522 779000))
6504;;; Generated autoloads from dired.el 6508;;; Generated autoloads from dired.el
6505 6509
6506(defvar dired-listing-switches (purecopy "-al") "\ 6510(defvar dired-listing-switches (purecopy "-al") "\
@@ -6626,8 +6630,8 @@ Keybindings:
6626 6630
6627;;;*** 6631;;;***
6628 6632
6629;;;### (autoloads nil "dirtrack" "dirtrack.el" (22388 5703 290568 6633;;;### (autoloads nil "dirtrack" "dirtrack.el" (22676 23208 596522
6630;;;;;; 163000)) 6634;;;;;; 779000))
6631;;; Generated autoloads from dirtrack.el 6635;;; Generated autoloads from dirtrack.el
6632 6636
6633(autoload 'dirtrack-mode "dirtrack" "\ 6637(autoload 'dirtrack-mode "dirtrack" "\
@@ -6657,8 +6661,8 @@ from `default-directory'.
6657 6661
6658;;;*** 6662;;;***
6659 6663
6660;;;### (autoloads nil "disass" "emacs-lisp/disass.el" (22388 6369 6664;;;### (autoloads nil "disass" "emacs-lisp/disass.el" (22676 23208
6661;;;;;; 111116 27000)) 6665;;;;;; 607522 734000))
6662;;; Generated autoloads from emacs-lisp/disass.el 6666;;; Generated autoloads from emacs-lisp/disass.el
6663 6667
6664(autoload 'disassemble "disass" "\ 6668(autoload 'disassemble "disass" "\
@@ -6672,8 +6676,8 @@ redefine OBJECT if it is a symbol.
6672 6676
6673;;;*** 6677;;;***
6674 6678
6675;;;### (autoloads nil "disp-table" "disp-table.el" (22388 5703 328568 6679;;;### (autoloads nil "disp-table" "disp-table.el" (22676 23208 596522
6676;;;;;; 537000)) 6680;;;;;; 779000))
6677;;; Generated autoloads from disp-table.el 6681;;; Generated autoloads from disp-table.el
6678 6682
6679(autoload 'make-display-table "disp-table" "\ 6683(autoload 'make-display-table "disp-table" "\
@@ -6794,8 +6798,8 @@ in `.emacs'.
6794 6798
6795;;;*** 6799;;;***
6796 6800
6797;;;### (autoloads nil "dissociate" "play/dissociate.el" (22388 6383 6801;;;### (autoloads nil "dissociate" "play/dissociate.el" (22676 23208
6798;;;;;; 236254 937000)) 6802;;;;;; 830521 824000))
6799;;; Generated autoloads from play/dissociate.el 6803;;; Generated autoloads from play/dissociate.el
6800 6804
6801(autoload 'dissociated-press "dissociate" "\ 6805(autoload 'dissociated-press "dissociate" "\
@@ -6811,7 +6815,7 @@ Default is 2.
6811 6815
6812;;;*** 6816;;;***
6813 6817
6814;;;### (autoloads nil "dnd" "dnd.el" (22388 5703 329568 547000)) 6818;;;### (autoloads nil "dnd" "dnd.el" (22676 23208 596522 779000))
6815;;; Generated autoloads from dnd.el 6819;;; Generated autoloads from dnd.el
6816 6820
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)) "\ 6821(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)) "\
@@ -6831,8 +6835,8 @@ if some action was made, or nil if the URL is ignored.")
6831 6835
6832;;;*** 6836;;;***
6833 6837
6834;;;### (autoloads nil "dns-mode" "textmodes/dns-mode.el" (22388 6389 6838;;;### (autoloads nil "dns-mode" "textmodes/dns-mode.el" (22676 23208
6835;;;;;; 248314 61000)) 6839;;;;;; 898521 546000))
6836;;; Generated autoloads from textmodes/dns-mode.el 6840;;; Generated autoloads from textmodes/dns-mode.el
6837 6841
6838(autoload 'dns-mode "dns-mode" "\ 6842(autoload 'dns-mode "dns-mode" "\
@@ -6855,8 +6859,8 @@ Locate SOA record and increment the serial field.
6855 6859
6856;;;*** 6860;;;***
6857 6861
6858;;;### (autoloads nil "doc-view" "doc-view.el" (22388 5703 332568 6862;;;### (autoloads nil "doc-view" "doc-view.el" (22676 23208 597522
6859;;;;;; 576000)) 6863;;;;;; 775000))
6860;;; Generated autoloads from doc-view.el 6864;;; Generated autoloads from doc-view.el
6861 6865
6862(autoload 'doc-view-mode-p "doc-view" "\ 6866(autoload 'doc-view-mode-p "doc-view" "\
@@ -6902,8 +6906,8 @@ See the command `doc-view-mode' for more information on this mode.
6902 6906
6903;;;*** 6907;;;***
6904 6908
6905;;;### (autoloads nil "doctor" "play/doctor.el" (22388 6383 237254 6909;;;### (autoloads nil "doctor" "play/doctor.el" (22676 23208 830521
6906;;;;;; 947000)) 6910;;;;;; 824000))
6907;;; Generated autoloads from play/doctor.el 6911;;; Generated autoloads from play/doctor.el
6908 6912
6909(autoload 'doctor "doctor" "\ 6913(autoload 'doctor "doctor" "\
@@ -6913,7 +6917,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6913 6917
6914;;;*** 6918;;;***
6915 6919
6916;;;### (autoloads nil "double" "double.el" (22388 5703 374568 989000)) 6920;;;### (autoloads nil "double" "double.el" (22676 23208 597522 775000))
6917;;; Generated autoloads from double.el 6921;;; Generated autoloads from double.el
6918 6922
6919(autoload 'double-mode "double" "\ 6923(autoload 'double-mode "double" "\
@@ -6929,8 +6933,8 @@ strings when pressed twice. See `double-map' for details.
6929 6933
6930;;;*** 6934;;;***
6931 6935
6932;;;### (autoloads nil "dunnet" "play/dunnet.el" (22388 6383 302255 6936;;;### (autoloads nil "dunnet" "play/dunnet.el" (22676 23208 831521
6933;;;;;; 586000)) 6937;;;;;; 819000))
6934;;; Generated autoloads from play/dunnet.el 6938;;; Generated autoloads from play/dunnet.el
6935(push (purecopy '(dunnet 2 2)) package--builtin-versions) 6939(push (purecopy '(dunnet 2 2)) package--builtin-versions)
6936 6940
@@ -6941,8 +6945,8 @@ Switch to *dungeon* buffer and start game.
6941 6945
6942;;;*** 6946;;;***
6943 6947
6944;;;### (autoloads nil "easy-mmode" "emacs-lisp/easy-mmode.el" (22630 6948;;;### (autoloads nil "easy-mmode" "emacs-lisp/easy-mmode.el" (22676
6945;;;;;; 21356 366944 802000)) 6949;;;;;; 23208 607522 734000))
6946;;; Generated autoloads from emacs-lisp/easy-mmode.el 6950;;; Generated autoloads from emacs-lisp/easy-mmode.el
6947 6951
6948(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6952(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -7085,8 +7089,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
7085 7089
7086;;;*** 7090;;;***
7087 7091
7088;;;### (autoloads nil "easymenu" "emacs-lisp/easymenu.el" (22388 7092;;;### (autoloads nil "easymenu" "emacs-lisp/easymenu.el" (22676
7089;;;;;; 6369 115116 66000)) 7093;;;;;; 23208 608522 730000))
7090;;; Generated autoloads from emacs-lisp/easymenu.el 7094;;; Generated autoloads from emacs-lisp/easymenu.el
7091 7095
7092(autoload 'easy-menu-define "easymenu" "\ 7096(autoload 'easy-menu-define "easymenu" "\
@@ -7224,8 +7228,8 @@ To implement dynamic menus, either call this from
7224 7228
7225;;;*** 7229;;;***
7226 7230
7227;;;### (autoloads nil "ebnf2ps" "progmodes/ebnf2ps.el" (22388 6385 7231;;;### (autoloads nil "ebnf2ps" "progmodes/ebnf2ps.el" (22676 23208
7228;;;;;; 685279 22000)) 7232;;;;;; 851521 738000))
7229;;; Generated autoloads from progmodes/ebnf2ps.el 7233;;; Generated autoloads from progmodes/ebnf2ps.el
7230(push (purecopy '(ebnf2ps 4 4)) package--builtin-versions) 7234(push (purecopy '(ebnf2ps 4 4)) package--builtin-versions)
7231 7235
@@ -7490,8 +7494,8 @@ See `ebnf-style-database' documentation.
7490 7494
7491;;;*** 7495;;;***
7492 7496
7493;;;### (autoloads nil "ebrowse" "progmodes/ebrowse.el" (22388 6385 7497;;;### (autoloads nil "ebrowse" "progmodes/ebrowse.el" (22676 23208
7494;;;;;; 813280 281000)) 7498;;;;;; 852521 734000))
7495;;; Generated autoloads from progmodes/ebrowse.el 7499;;; Generated autoloads from progmodes/ebrowse.el
7496 7500
7497(autoload 'ebrowse-tree-mode "ebrowse" "\ 7501(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7639,8 +7643,8 @@ Display statistics for a class tree.
7639 7643
7640;;;*** 7644;;;***
7641 7645
7642;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (22388 5703 376569 7646;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (22676 23208 598522
7643;;;;;; 8000)) 7647;;;;;; 771000))
7644;;; Generated autoloads from ebuff-menu.el 7648;;; Generated autoloads from ebuff-menu.el
7645 7649
7646(autoload 'electric-buffer-list "ebuff-menu" "\ 7650(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7672,8 +7676,8 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7672 7676
7673;;;*** 7677;;;***
7674 7678
7675;;;### (autoloads nil "echistory" "echistory.el" (22388 5703 407569 7679;;;### (autoloads nil "echistory" "echistory.el" (22676 23208 598522
7676;;;;;; 313000)) 7680;;;;;; 771000))
7677;;; Generated autoloads from echistory.el 7681;;; Generated autoloads from echistory.el
7678 7682
7679(autoload 'Electric-command-history-redo-expression "echistory" "\ 7683(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7684,8 +7688,8 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7684 7688
7685;;;*** 7689;;;***
7686 7690
7687;;;### (autoloads nil "ecomplete" "gnus/ecomplete.el" (22388 6371 7691;;;### (autoloads nil "ecomplete" "gnus/ecomplete.el" (22676 23208
7688;;;;;; 666141 154000)) 7692;;;;;; 663522 505000))
7689;;; Generated autoloads from gnus/ecomplete.el 7693;;; Generated autoloads from gnus/ecomplete.el
7690 7694
7691(autoload 'ecomplete-setup "ecomplete" "\ 7695(autoload 'ecomplete-setup "ecomplete" "\
@@ -7695,7 +7699,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7695 7699
7696;;;*** 7700;;;***
7697 7701
7698;;;### (autoloads nil "ede" "cedet/ede.el" (22388 6368 441109 438000)) 7702;;;### (autoloads nil "ede" "cedet/ede.el" (22676 23208 567522 897000))
7699;;; Generated autoloads from cedet/ede.el 7703;;; Generated autoloads from cedet/ede.el
7700(push (purecopy '(ede 1 2)) package--builtin-versions) 7704(push (purecopy '(ede 1 2)) package--builtin-versions)
7701 7705
@@ -7722,8 +7726,8 @@ an EDE controlled project.
7722 7726
7723;;;*** 7727;;;***
7724 7728
7725;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (22388 6369 7729;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (22676 23208
7726;;;;;; 157116 479000)) 7730;;;;;; 608522 730000))
7727;;; Generated autoloads from emacs-lisp/edebug.el 7731;;; Generated autoloads from emacs-lisp/edebug.el
7728 7732
7729(defvar edebug-all-defs nil "\ 7733(defvar edebug-all-defs nil "\
@@ -7787,7 +7791,7 @@ Toggle edebugging of all forms.
7787 7791
7788;;;*** 7792;;;***
7789 7793
7790;;;### (autoloads nil "ediff" "vc/ediff.el" (22388 6391 36331 645000)) 7794;;;### (autoloads nil "ediff" "vc/ediff.el" (22676 23208 924521 440000))
7791;;; Generated autoloads from vc/ediff.el 7795;;; Generated autoloads from vc/ediff.el
7792(push (purecopy '(ediff 2 81 4)) package--builtin-versions) 7796(push (purecopy '(ediff 2 81 4)) package--builtin-versions)
7793 7797
@@ -8059,8 +8063,8 @@ With optional NODE, goes to that node.
8059 8063
8060;;;*** 8064;;;***
8061 8065
8062;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (22388 6390 8066;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (22676 23208
8063;;;;;; 831329 629000)) 8067;;;;;; 921521 452000))
8064;;; Generated autoloads from vc/ediff-help.el 8068;;; Generated autoloads from vc/ediff-help.el
8065 8069
8066(autoload 'ediff-customize "ediff-help" "\ 8070(autoload 'ediff-customize "ediff-help" "\
@@ -8070,8 +8074,8 @@ With optional NODE, goes to that node.
8070 8074
8071;;;*** 8075;;;***
8072 8076
8073;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (22388 6390 8077;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (22676 23208
8074;;;;;; 876330 72000)) 8078;;;;;; 922521 448000))
8075;;; Generated autoloads from vc/ediff-mult.el 8079;;; Generated autoloads from vc/ediff-mult.el
8076 8080
8077(autoload 'ediff-show-registry "ediff-mult" "\ 8081(autoload 'ediff-show-registry "ediff-mult" "\
@@ -8083,8 +8087,8 @@ Display Ediff's registry.
8083 8087
8084;;;*** 8088;;;***
8085 8089
8086;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (22630 21356 8090;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (22676 23208
8087;;;;;; 413945 462000)) 8091;;;;;; 923521 444000))
8088;;; Generated autoloads from vc/ediff-util.el 8092;;; Generated autoloads from vc/ediff-util.el
8089 8093
8090(autoload 'ediff-toggle-multiframe "ediff-util" "\ 8094(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -8103,7 +8107,8 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
8103 8107
8104;;;*** 8108;;;***
8105 8109
8106;;;### (autoloads nil "edmacro" "edmacro.el" (22388 5703 410569 343000)) 8110;;;### (autoloads nil "edmacro" "edmacro.el" (22676 23208 598522
8111;;;;;; 771000))
8107;;; Generated autoloads from edmacro.el 8112;;; Generated autoloads from edmacro.el
8108(push (purecopy '(edmacro 2 1)) package--builtin-versions) 8113(push (purecopy '(edmacro 2 1)) package--builtin-versions)
8109 8114
@@ -8152,8 +8157,8 @@ or nil, use a compact 80-column format.
8152 8157
8153;;;*** 8158;;;***
8154 8159
8155;;;### (autoloads nil "edt" "emulation/edt.el" (22587 10177 767473 8160;;;### (autoloads nil "edt" "emulation/edt.el" (22676 23208 621522
8156;;;;;; 579000)) 8161;;;;;; 677000))
8157;;; Generated autoloads from emulation/edt.el 8162;;; Generated autoloads from emulation/edt.el
8158 8163
8159(autoload 'edt-set-scroll-margins "edt" "\ 8164(autoload 'edt-set-scroll-margins "edt" "\
@@ -8170,7 +8175,7 @@ Turn on EDT Emulation.
8170 8175
8171;;;*** 8176;;;***
8172 8177
8173;;;### (autoloads nil "ehelp" "ehelp.el" (22388 5703 411569 352000)) 8178;;;### (autoloads nil "ehelp" "ehelp.el" (22676 23208 598522 771000))
8174;;; Generated autoloads from ehelp.el 8179;;; Generated autoloads from ehelp.el
8175 8180
8176(autoload 'with-electric-help "ehelp" "\ 8181(autoload 'with-electric-help "ehelp" "\
@@ -8206,15 +8211,15 @@ BUFFER is put back into its original major mode.
8206 8211
8207;;;*** 8212;;;***
8208 8213
8209;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (22388 6369 284117 8214;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (22676 23208
8210;;;;;; 728000)) 8215;;;;;; 610522 722000))
8211;;; Generated autoloads from emacs-lisp/eieio.el 8216;;; Generated autoloads from emacs-lisp/eieio.el
8212(push (purecopy '(eieio 1 4)) package--builtin-versions) 8217(push (purecopy '(eieio 1 4)) package--builtin-versions)
8213 8218
8214;;;*** 8219;;;***
8215 8220
8216;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (22587 8221;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (22676
8217;;;;;; 10177 766473 565000)) 8222;;;;;; 23208 609522 726000))
8218;;; Generated autoloads from emacs-lisp/eieio-core.el 8223;;; Generated autoloads from emacs-lisp/eieio-core.el
8219(push (purecopy '(eieio-core 1 4)) package--builtin-versions) 8224(push (purecopy '(eieio-core 1 4)) package--builtin-versions)
8220 8225
@@ -8230,8 +8235,8 @@ It creates an autoload function for CNAME's constructor.
8230 8235
8231;;;*** 8236;;;***
8232 8237
8233;;;### (autoloads nil "elec-pair" "elec-pair.el" (22388 5703 414569 8238;;;### (autoloads nil "elec-pair" "elec-pair.el" (22676 23208 598522
8234;;;;;; 382000)) 8239;;;;;; 771000))
8235;;; Generated autoloads from elec-pair.el 8240;;; Generated autoloads from elec-pair.el
8236 8241
8237(defvar electric-pair-text-pairs '((34 . 34)) "\ 8242(defvar electric-pair-text-pairs '((34 . 34)) "\
@@ -8273,8 +8278,8 @@ Toggle `electric-pair-mode' only in this buffer.
8273 8278
8274;;;*** 8279;;;***
8275 8280
8276;;;### (autoloads nil "elide-head" "elide-head.el" (22388 5703 450569 8281;;;### (autoloads nil "elide-head" "elide-head.el" (22676 23208 598522
8277;;;;;; 736000)) 8282;;;;;; 771000))
8278;;; Generated autoloads from elide-head.el 8283;;; Generated autoloads from elide-head.el
8279 8284
8280(autoload 'elide-head "elide-head" "\ 8285(autoload 'elide-head "elide-head" "\
@@ -8289,8 +8294,8 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8289 8294
8290;;;*** 8295;;;***
8291 8296
8292;;;### (autoloads nil "elint" "emacs-lisp/elint.el" (22388 6369 300117 8297;;;### (autoloads nil "elint" "emacs-lisp/elint.el" (22676 23208
8293;;;;;; 885000)) 8298;;;;;; 610522 722000))
8294;;; Generated autoloads from emacs-lisp/elint.el 8299;;; Generated autoloads from emacs-lisp/elint.el
8295 8300
8296(autoload 'elint-file "elint" "\ 8301(autoload 'elint-file "elint" "\
@@ -8325,8 +8330,8 @@ optional prefix argument REINIT is non-nil.
8325 8330
8326;;;*** 8331;;;***
8327 8332
8328;;;### (autoloads nil "elp" "emacs-lisp/elp.el" (22388 6369 328118 8333;;;### (autoloads nil "elp" "emacs-lisp/elp.el" (22676 23208 610522
8329;;;;;; 161000)) 8334;;;;;; 722000))
8330;;; Generated autoloads from emacs-lisp/elp.el 8335;;; Generated autoloads from emacs-lisp/elp.el
8331 8336
8332(autoload 'elp-instrument-function "elp" "\ 8337(autoload 'elp-instrument-function "elp" "\
@@ -8360,8 +8365,8 @@ displayed.
8360 8365
8361;;;*** 8366;;;***
8362 8367
8363;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (22388 5703 453569 8368;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (22676 23208 619522
8364;;;;;; 765000)) 8369;;;;;; 685000))
8365;;; Generated autoloads from emacs-lock.el 8370;;; Generated autoloads from emacs-lock.el
8366 8371
8367(autoload 'emacs-lock-mode "emacs-lock" "\ 8372(autoload 'emacs-lock-mode "emacs-lock" "\
@@ -8388,8 +8393,8 @@ Other values are interpreted as usual.
8388 8393
8389;;;*** 8394;;;***
8390 8395
8391;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (22587 10177 8396;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (22676 23208
8392;;;;;; 779473 747000)) 8397;;;;;; 739522 195000))
8393;;; Generated autoloads from mail/emacsbug.el 8398;;; Generated autoloads from mail/emacsbug.el
8394 8399
8395(autoload 'report-emacs-bug "emacsbug" "\ 8400(autoload 'report-emacs-bug "emacsbug" "\
@@ -8402,7 +8407,8 @@ Prompts for bug subject. Leaves you in a mail buffer.
8402 8407
8403;;;*** 8408;;;***
8404 8409
8405;;;### (autoloads nil "emerge" "vc/emerge.el" (22388 6391 68331 960000)) 8410;;;### (autoloads nil "emerge" "vc/emerge.el" (22387 39328 661703
8411;;;;;; 831000))
8406;;; Generated autoloads from vc/emerge.el 8412;;; Generated autoloads from vc/emerge.el
8407 8413
8408(autoload 'emerge-files "emerge" "\ 8414(autoload 'emerge-files "emerge" "\
@@ -8462,8 +8468,8 @@ Emerge two RCS revisions of a file, with another revision as ancestor.
8462 8468
8463;;;*** 8469;;;***
8464 8470
8465;;;### (autoloads nil "enriched" "textmodes/enriched.el" (22388 6389 8471;;;### (autoloads nil "enriched" "textmodes/enriched.el" (22676 23208
8466;;;;;; 248314 61000)) 8472;;;;;; 898521 546000))
8467;;; Generated autoloads from textmodes/enriched.el 8473;;; Generated autoloads from textmodes/enriched.el
8468 8474
8469(autoload 'enriched-mode "enriched" "\ 8475(autoload 'enriched-mode "enriched" "\
@@ -8498,7 +8504,7 @@ Commands:
8498 8504
8499;;;*** 8505;;;***
8500 8506
8501;;;### (autoloads nil "epa" "epa.el" (22388 5703 490570 130000)) 8507;;;### (autoloads nil "epa" "epa.el" (22676 23208 624522 665000))
8502;;; Generated autoloads from epa.el 8508;;; Generated autoloads from epa.el
8503 8509
8504(autoload 'epa-list-keys "epa" "\ 8510(autoload 'epa-list-keys "epa" "\
@@ -8686,8 +8692,8 @@ Insert selected KEYS after the point.
8686 8692
8687;;;*** 8693;;;***
8688 8694
8689;;;### (autoloads nil "epa-dired" "epa-dired.el" (22388 5703 456569 8695;;;### (autoloads nil "epa-dired" "epa-dired.el" (22676 23208 624522
8690;;;;;; 795000)) 8696;;;;;; 665000))
8691;;; Generated autoloads from epa-dired.el 8697;;; Generated autoloads from epa-dired.el
8692 8698
8693(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8699(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8712,8 +8718,8 @@ Encrypt marked files.
8712 8718
8713;;;*** 8719;;;***
8714 8720
8715;;;### (autoloads nil "epa-file" "epa-file.el" (22388 5703 456569 8721;;;### (autoloads nil "epa-file" "epa-file.el" (22676 23208 624522
8716;;;;;; 795000)) 8722;;;;;; 665000))
8717;;; Generated autoloads from epa-file.el 8723;;; Generated autoloads from epa-file.el
8718 8724
8719(autoload 'epa-file-handler "epa-file" "\ 8725(autoload 'epa-file-handler "epa-file" "\
@@ -8733,8 +8739,8 @@ Encrypt marked files.
8733 8739
8734;;;*** 8740;;;***
8735 8741
8736;;;### (autoloads nil "epa-mail" "epa-mail.el" (22388 5703 459569 8742;;;### (autoloads nil "epa-mail" "epa-mail.el" (22676 23208 624522
8737;;;;;; 824000)) 8743;;;;;; 665000))
8738;;; Generated autoloads from epa-mail.el 8744;;; Generated autoloads from epa-mail.el
8739 8745
8740(autoload 'epa-mail-mode "epa-mail" "\ 8746(autoload 'epa-mail-mode "epa-mail" "\
@@ -8812,7 +8818,7 @@ if ARG is omitted or nil.
8812 8818
8813;;;*** 8819;;;***
8814 8820
8815;;;### (autoloads nil "epg" "epg.el" (22388 5703 495570 179000)) 8821;;;### (autoloads nil "epg" "epg.el" (22676 23208 625522 661000))
8816;;; Generated autoloads from epg.el 8822;;; Generated autoloads from epg.el
8817(push (purecopy '(epg 1 0 0)) package--builtin-versions) 8823(push (purecopy '(epg 1 0 0)) package--builtin-versions)
8818 8824
@@ -8823,8 +8829,8 @@ Return a context object.
8823 8829
8824;;;*** 8830;;;***
8825 8831
8826;;;### (autoloads nil "epg-config" "epg-config.el" (22388 5703 494570 8832;;;### (autoloads nil "epg-config" "epg-config.el" (22676 23208 624522
8827;;;;;; 169000)) 8833;;;;;; 665000))
8828;;; Generated autoloads from epg-config.el 8834;;; Generated autoloads from epg-config.el
8829 8835
8830(autoload 'epg-find-configuration "epg-config" "\ 8836(autoload 'epg-find-configuration "epg-config" "\
@@ -8858,7 +8864,7 @@ Look at CONFIG and try to expand GROUP.
8858 8864
8859;;;*** 8865;;;***
8860 8866
8861;;;### (autoloads nil "erc" "erc/erc.el" (22388 6370 962134 230000)) 8867;;;### (autoloads nil "erc" "erc/erc.el" (22676 23208 634522 624000))
8862;;; Generated autoloads from erc/erc.el 8868;;; Generated autoloads from erc/erc.el
8863(push (purecopy '(erc 5 3)) package--builtin-versions) 8869(push (purecopy '(erc 5 3)) package--builtin-versions)
8864 8870
@@ -8907,36 +8913,36 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8907 8913
8908;;;*** 8914;;;***
8909 8915
8910;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (22388 8916;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (22676
8911;;;;;; 6370 614130 808000)) 8917;;;;;; 23208 627522 652000))
8912;;; Generated autoloads from erc/erc-autoaway.el 8918;;; Generated autoloads from erc/erc-autoaway.el
8913 (autoload 'erc-autoaway-mode "erc-autoaway") 8919 (autoload 'erc-autoaway-mode "erc-autoaway")
8914 8920
8915;;;*** 8921;;;***
8916 8922
8917;;;### (autoloads nil "erc-button" "erc/erc-button.el" (22388 6370 8923;;;### (autoloads nil "erc-button" "erc/erc-button.el" (22676 23208
8918;;;;;; 674131 398000)) 8924;;;;;; 628522 648000))
8919;;; Generated autoloads from erc/erc-button.el 8925;;; Generated autoloads from erc/erc-button.el
8920 (autoload 'erc-button-mode "erc-button" nil t) 8926 (autoload 'erc-button-mode "erc-button" nil t)
8921 8927
8922;;;*** 8928;;;***
8923 8929
8924;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (22388 6370 8930;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (22676 23208
8925;;;;;; 700131 653000)) 8931;;;;;; 628522 648000))
8926;;; Generated autoloads from erc/erc-capab.el 8932;;; Generated autoloads from erc/erc-capab.el
8927 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 8933 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8928 8934
8929;;;*** 8935;;;***
8930 8936
8931;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (22388 6370 8937;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (22676 23208
8932;;;;;; 700131 653000)) 8938;;;;;; 628522 648000))
8933;;; Generated autoloads from erc/erc-compat.el 8939;;; Generated autoloads from erc/erc-compat.el
8934 (autoload 'erc-define-minor-mode "erc-compat") 8940 (autoload 'erc-define-minor-mode "erc-compat")
8935 8941
8936;;;*** 8942;;;***
8937 8943
8938;;;### (autoloads nil "erc-dcc" "erc/erc-dcc.el" (22388 6370 705131 8944;;;### (autoloads nil "erc-dcc" "erc/erc-dcc.el" (22676 23208 629522
8939;;;;;; 703000)) 8945;;;;;; 644000))
8940;;; Generated autoloads from erc/erc-dcc.el 8946;;; Generated autoloads from erc/erc-dcc.el
8941 (autoload 'erc-dcc-mode "erc-dcc") 8947 (autoload 'erc-dcc-mode "erc-dcc")
8942 8948
@@ -8966,14 +8972,14 @@ that subcommand.
8966;;;*** 8972;;;***
8967 8973
8968;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el" 8974;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el"
8969;;;;;; (22388 6370 744132 87000)) 8975;;;;;; (22676 23208 629522 644000))
8970;;; Generated autoloads from erc/erc-desktop-notifications.el 8976;;; Generated autoloads from erc/erc-desktop-notifications.el
8971(autoload 'erc-notifications-mode "erc-desktop-notifications" "" t) 8977(autoload 'erc-notifications-mode "erc-desktop-notifications" "" t)
8972 8978
8973;;;*** 8979;;;***
8974 8980
8975;;;### (autoloads nil "erc-ezbounce" "erc/erc-ezbounce.el" (22388 8981;;;### (autoloads nil "erc-ezbounce" "erc/erc-ezbounce.el" (22676
8976;;;;;; 6370 745132 97000)) 8982;;;;;; 23208 629522 644000))
8977;;; Generated autoloads from erc/erc-ezbounce.el 8983;;; Generated autoloads from erc/erc-ezbounce.el
8978 8984
8979(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 8985(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -9035,8 +9041,8 @@ Add EZBouncer convenience functions to ERC.
9035 9041
9036;;;*** 9042;;;***
9037 9043
9038;;;### (autoloads nil "erc-fill" "erc/erc-fill.el" (22388 6370 745132 9044;;;### (autoloads nil "erc-fill" "erc/erc-fill.el" (22676 23208 630522
9039;;;;;; 97000)) 9045;;;;;; 640000))
9040;;; Generated autoloads from erc/erc-fill.el 9046;;; Generated autoloads from erc/erc-fill.el
9041 (autoload 'erc-fill-mode "erc-fill" nil t) 9047 (autoload 'erc-fill-mode "erc-fill" nil t)
9042 9048
@@ -9048,8 +9054,8 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
9048 9054
9049;;;*** 9055;;;***
9050 9056
9051;;;### (autoloads nil "erc-identd" "erc/erc-identd.el" (22388 6370 9057;;;### (autoloads nil "erc-identd" "erc/erc-identd.el" (22676 23208
9052;;;;;; 750132 146000)) 9058;;;;;; 630522 640000))
9053;;; Generated autoloads from erc/erc-identd.el 9059;;; Generated autoloads from erc/erc-identd.el
9054 (autoload 'erc-identd-mode "erc-identd") 9060 (autoload 'erc-identd-mode "erc-identd")
9055 9061
@@ -9070,8 +9076,8 @@ system.
9070 9076
9071;;;*** 9077;;;***
9072 9078
9073;;;### (autoloads nil "erc-imenu" "erc/erc-imenu.el" (22388 6370 9079;;;### (autoloads nil "erc-imenu" "erc/erc-imenu.el" (22676 23208
9074;;;;;; 751132 156000)) 9080;;;;;; 630522 640000))
9075;;; Generated autoloads from erc/erc-imenu.el 9081;;; Generated autoloads from erc/erc-imenu.el
9076 9082
9077(autoload 'erc-create-imenu-index "erc-imenu" "\ 9083(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -9081,22 +9087,22 @@ system.
9081 9087
9082;;;*** 9088;;;***
9083 9089
9084;;;### (autoloads nil "erc-join" "erc/erc-join.el" (22388 6370 751132 9090;;;### (autoloads nil "erc-join" "erc/erc-join.el" (22676 23208 630522
9085;;;;;; 156000)) 9091;;;;;; 640000))
9086;;; Generated autoloads from erc/erc-join.el 9092;;; Generated autoloads from erc/erc-join.el
9087 (autoload 'erc-autojoin-mode "erc-join" nil t) 9093 (autoload 'erc-autojoin-mode "erc-join" nil t)
9088 9094
9089;;;*** 9095;;;***
9090 9096
9091;;;### (autoloads nil "erc-list" "erc/erc-list.el" (22388 6370 758132 9097;;;### (autoloads nil "erc-list" "erc/erc-list.el" (22676 23208 630522
9092;;;;;; 225000)) 9098;;;;;; 640000))
9093;;; Generated autoloads from erc/erc-list.el 9099;;; Generated autoloads from erc/erc-list.el
9094 (autoload 'erc-list-mode "erc-list") 9100 (autoload 'erc-list-mode "erc-list")
9095 9101
9096;;;*** 9102;;;***
9097 9103
9098;;;### (autoloads nil "erc-log" "erc/erc-log.el" (22388 6370 777132 9104;;;### (autoloads nil "erc-log" "erc/erc-log.el" (22676 23208 630522
9099;;;;;; 411000)) 9105;;;;;; 640000))
9100;;; Generated autoloads from erc/erc-log.el 9106;;; Generated autoloads from erc/erc-log.el
9101 (autoload 'erc-log-mode "erc-log" nil t) 9107 (autoload 'erc-log-mode "erc-log" nil t)
9102 9108
@@ -9125,8 +9131,8 @@ You can save every individual message by putting this function on
9125 9131
9126;;;*** 9132;;;***
9127 9133
9128;;;### (autoloads nil "erc-match" "erc/erc-match.el" (22388 6370 9134;;;### (autoloads nil "erc-match" "erc/erc-match.el" (22676 23208
9129;;;;;; 796132 598000)) 9135;;;;;; 630522 640000))
9130;;; Generated autoloads from erc/erc-match.el 9136;;; Generated autoloads from erc/erc-match.el
9131 (autoload 'erc-match-mode "erc-match") 9137 (autoload 'erc-match-mode "erc-match")
9132 9138
@@ -9172,15 +9178,15 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
9172 9178
9173;;;*** 9179;;;***
9174 9180
9175;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (22388 6370 796132 9181;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (22676 23208 630522
9176;;;;;; 598000)) 9182;;;;;; 640000))
9177;;; Generated autoloads from erc/erc-menu.el 9183;;; Generated autoloads from erc/erc-menu.el
9178 (autoload 'erc-menu-mode "erc-menu" nil t) 9184 (autoload 'erc-menu-mode "erc-menu" nil t)
9179 9185
9180;;;*** 9186;;;***
9181 9187
9182;;;### (autoloads nil "erc-netsplit" "erc/erc-netsplit.el" (22388 9188;;;### (autoloads nil "erc-netsplit" "erc/erc-netsplit.el" (22676
9183;;;;;; 6370 798132 618000)) 9189;;;;;; 23208 631522 636000))
9184;;; Generated autoloads from erc/erc-netsplit.el 9190;;; Generated autoloads from erc/erc-netsplit.el
9185 (autoload 'erc-netsplit-mode "erc-netsplit") 9191 (autoload 'erc-netsplit-mode "erc-netsplit")
9186 9192
@@ -9191,8 +9197,8 @@ Show who's gone.
9191 9197
9192;;;*** 9198;;;***
9193 9199
9194;;;### (autoloads nil "erc-networks" "erc/erc-networks.el" (22388 9200;;;### (autoloads nil "erc-networks" "erc/erc-networks.el" (22676
9195;;;;;; 6370 799132 627000)) 9201;;;;;; 23208 631522 636000))
9196;;; Generated autoloads from erc/erc-networks.el 9202;;; Generated autoloads from erc/erc-networks.el
9197 9203
9198(autoload 'erc-determine-network "erc-networks" "\ 9204(autoload 'erc-determine-network "erc-networks" "\
@@ -9209,8 +9215,8 @@ Interactively select a server to connect to using `erc-server-alist'.
9209 9215
9210;;;*** 9216;;;***
9211 9217
9212;;;### (autoloads nil "erc-notify" "erc/erc-notify.el" (22388 6370 9218;;;### (autoloads nil "erc-notify" "erc/erc-notify.el" (22676 23208
9213;;;;;; 837133 1000)) 9219;;;;;; 631522 636000))
9214;;; Generated autoloads from erc/erc-notify.el 9220;;; Generated autoloads from erc/erc-notify.el
9215 (autoload 'erc-notify-mode "erc-notify" nil t) 9221 (autoload 'erc-notify-mode "erc-notify" nil t)
9216 9222
@@ -9228,36 +9234,36 @@ with args, toggle notify status of people.
9228 9234
9229;;;*** 9235;;;***
9230 9236
9231;;;### (autoloads nil "erc-page" "erc/erc-page.el" (22388 6370 837133 9237;;;### (autoloads nil "erc-page" "erc/erc-page.el" (22676 23208 631522
9232;;;;;; 1000)) 9238;;;;;; 636000))
9233;;; Generated autoloads from erc/erc-page.el 9239;;; Generated autoloads from erc/erc-page.el
9234 (autoload 'erc-page-mode "erc-page") 9240 (autoload 'erc-page-mode "erc-page")
9235 9241
9236;;;*** 9242;;;***
9237 9243
9238;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (22388 9244;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (22676
9239;;;;;; 6370 839133 21000)) 9245;;;;;; 23208 631522 636000))
9240;;; Generated autoloads from erc/erc-pcomplete.el 9246;;; Generated autoloads from erc/erc-pcomplete.el
9241 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 9247 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9242 9248
9243;;;*** 9249;;;***
9244 9250
9245;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (22388 6370 9251;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (22676 23208
9246;;;;;; 839133 21000)) 9252;;;;;; 631522 636000))
9247;;; Generated autoloads from erc/erc-replace.el 9253;;; Generated autoloads from erc/erc-replace.el
9248 (autoload 'erc-replace-mode "erc-replace") 9254 (autoload 'erc-replace-mode "erc-replace")
9249 9255
9250;;;*** 9256;;;***
9251 9257
9252;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (22388 6370 841133 9258;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (22676 23208 631522
9253;;;;;; 40000)) 9259;;;;;; 636000))
9254;;; Generated autoloads from erc/erc-ring.el 9260;;; Generated autoloads from erc/erc-ring.el
9255 (autoload 'erc-ring-mode "erc-ring" nil t) 9261 (autoload 'erc-ring-mode "erc-ring" nil t)
9256 9262
9257;;;*** 9263;;;***
9258 9264
9259;;;### (autoloads nil "erc-services" "erc/erc-services.el" (22388 9265;;;### (autoloads nil "erc-services" "erc/erc-services.el" (22676
9260;;;;;; 6370 841133 40000)) 9266;;;;;; 23208 631522 636000))
9261;;; Generated autoloads from erc/erc-services.el 9267;;; Generated autoloads from erc/erc-services.el
9262 (autoload 'erc-services-mode "erc-services" nil t) 9268 (autoload 'erc-services-mode "erc-services" nil t)
9263 9269
@@ -9274,15 +9280,15 @@ When called interactively, read the password using `read-passwd'.
9274 9280
9275;;;*** 9281;;;***
9276 9282
9277;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (22388 6370 9283;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (22676 23208
9278;;;;;; 843133 60000)) 9284;;;;;; 631522 636000))
9279;;; Generated autoloads from erc/erc-sound.el 9285;;; Generated autoloads from erc/erc-sound.el
9280 (autoload 'erc-sound-mode "erc-sound") 9286 (autoload 'erc-sound-mode "erc-sound")
9281 9287
9282;;;*** 9288;;;***
9283 9289
9284;;;### (autoloads nil "erc-speedbar" "erc/erc-speedbar.el" (22388 9290;;;### (autoloads nil "erc-speedbar" "erc/erc-speedbar.el" (22676
9285;;;;;; 6370 843133 60000)) 9291;;;;;; 23208 632522 632000))
9286;;; Generated autoloads from erc/erc-speedbar.el 9292;;; Generated autoloads from erc/erc-speedbar.el
9287 9293
9288(autoload 'erc-speedbar-browser "erc-speedbar" "\ 9294(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -9293,22 +9299,22 @@ This will add a speedbar major display mode.
9293 9299
9294;;;*** 9300;;;***
9295 9301
9296;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (22388 9302;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (22676
9297;;;;;; 6370 844133 70000)) 9303;;;;;; 23208 632522 632000))
9298;;; Generated autoloads from erc/erc-spelling.el 9304;;; Generated autoloads from erc/erc-spelling.el
9299 (autoload 'erc-spelling-mode "erc-spelling" nil t) 9305 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9300 9306
9301;;;*** 9307;;;***
9302 9308
9303;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (22388 6370 9309;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (22676 23208
9304;;;;;; 857133 197000)) 9310;;;;;; 632522 632000))
9305;;; Generated autoloads from erc/erc-stamp.el 9311;;; Generated autoloads from erc/erc-stamp.el
9306 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 9312 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9307 9313
9308;;;*** 9314;;;***
9309 9315
9310;;;### (autoloads nil "erc-track" "erc/erc-track.el" (22388 6370 9316;;;### (autoloads nil "erc-track" "erc/erc-track.el" (22676 23208
9311;;;;;; 879133 414000)) 9317;;;;;; 632522 632000))
9312;;; Generated autoloads from erc/erc-track.el 9318;;; Generated autoloads from erc/erc-track.el
9313 9319
9314(defvar erc-track-minor-mode nil "\ 9320(defvar erc-track-minor-mode nil "\
@@ -9334,8 +9340,8 @@ keybindings will not do anything useful.
9334 9340
9335;;;*** 9341;;;***
9336 9342
9337;;;### (autoloads nil "erc-truncate" "erc/erc-truncate.el" (22388 9343;;;### (autoloads nil "erc-truncate" "erc/erc-truncate.el" (22676
9338;;;;;; 6370 879133 414000)) 9344;;;;;; 23208 632522 632000))
9339;;; Generated autoloads from erc/erc-truncate.el 9345;;; Generated autoloads from erc/erc-truncate.el
9340 (autoload 'erc-truncate-mode "erc-truncate" nil t) 9346 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9341 9347
@@ -9354,8 +9360,8 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
9354 9360
9355;;;*** 9361;;;***
9356 9362
9357;;;### (autoloads nil "erc-xdcc" "erc/erc-xdcc.el" (22388 6370 880133 9363;;;### (autoloads nil "erc-xdcc" "erc/erc-xdcc.el" (22676 23208 632522
9358;;;;;; 424000)) 9364;;;;;; 632000))
9359;;; Generated autoloads from erc/erc-xdcc.el 9365;;; Generated autoloads from erc/erc-xdcc.el
9360 (autoload 'erc-xdcc-mode "erc-xdcc") 9366 (autoload 'erc-xdcc-mode "erc-xdcc")
9361 9367
@@ -9366,8 +9372,8 @@ Add a file to `erc-xdcc-files'.
9366 9372
9367;;;*** 9373;;;***
9368 9374
9369;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (22388 6369 379118 9375;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (22676 23208 611522
9370;;;;;; 662000)) 9376;;;;;; 718000))
9371;;; Generated autoloads from emacs-lisp/ert.el 9377;;; Generated autoloads from emacs-lisp/ert.el
9372 9378
9373(autoload 'ert-deftest "ert" "\ 9379(autoload 'ert-deftest "ert" "\
@@ -9436,8 +9442,8 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test).
9436 9442
9437;;;*** 9443;;;***
9438 9444
9439;;;### (autoloads nil "ert-x" "emacs-lisp/ert-x.el" (22388 6369 330118 9445;;;### (autoloads nil "ert-x" "emacs-lisp/ert-x.el" (22676 23208
9440;;;;;; 180000)) 9446;;;;;; 611522 718000))
9441;;; Generated autoloads from emacs-lisp/ert-x.el 9447;;; Generated autoloads from emacs-lisp/ert-x.el
9442 9448
9443(put 'ert-with-test-buffer 'lisp-indent-function 1) 9449(put 'ert-with-test-buffer 'lisp-indent-function 1)
@@ -9449,8 +9455,8 @@ Kill all test buffers that are still live.
9449 9455
9450;;;*** 9456;;;***
9451 9457
9452;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (22587 10177 9458;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (22676 23208
9453;;;;;; 768473 593000)) 9459;;;;;; 638522 607000))
9454;;; Generated autoloads from eshell/esh-mode.el 9460;;; Generated autoloads from eshell/esh-mode.el
9455 9461
9456(autoload 'eshell-mode "esh-mode" "\ 9462(autoload 'eshell-mode "esh-mode" "\
@@ -9460,8 +9466,8 @@ Emacs shell interactive mode.
9460 9466
9461;;;*** 9467;;;***
9462 9468
9463;;;### (autoloads nil "eshell" "eshell/eshell.el" (22388 6370 441129 9469;;;### (autoloads nil "eshell" "eshell/eshell.el" (22676 23208 639522
9464;;;;;; 106000)) 9470;;;;;; 603000))
9465;;; Generated autoloads from eshell/eshell.el 9471;;; Generated autoloads from eshell/eshell.el
9466(push (purecopy '(eshell 2 4 2)) package--builtin-versions) 9472(push (purecopy '(eshell 2 4 2)) package--builtin-versions)
9467 9473
@@ -9496,8 +9502,8 @@ corresponding to a successful execution.
9496 9502
9497;;;*** 9503;;;***
9498 9504
9499;;;### (autoloads nil "etags" "progmodes/etags.el" (22489 43024 128096 9505;;;### (autoloads nil "etags" "progmodes/etags.el" (22676 23208 853521
9500;;;;;; 697000)) 9506;;;;;; 730000))
9501;;; Generated autoloads from progmodes/etags.el 9507;;; Generated autoloads from progmodes/etags.el
9502 9508
9503(defvar tags-file-name nil "\ 9509(defvar tags-file-name nil "\
@@ -9810,8 +9816,8 @@ for \\[find-tag] (which see).
9810 9816
9811;;;*** 9817;;;***
9812 9818
9813;;;### (autoloads nil "ethio-util" "language/ethio-util.el" (22388 9819;;;### (autoloads nil "ethio-util" "language/ethio-util.el" (22676
9814;;;;;; 6374 991173 853000)) 9820;;;;;; 23208 720522 273000))
9815;;; Generated autoloads from language/ethio-util.el 9821;;; Generated autoloads from language/ethio-util.el
9816 9822
9817(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9823(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -9979,7 +9985,7 @@ With ARG, insert that many delimiters.
9979 9985
9980;;;*** 9986;;;***
9981 9987
9982;;;### (autoloads nil "eudc" "net/eudc.el" (22388 6377 395197 495000)) 9988;;;### (autoloads nil "eudc" "net/eudc.el" (22676 23208 763522 97000))
9983;;; Generated autoloads from net/eudc.el 9989;;; Generated autoloads from net/eudc.el
9984 9990
9985(autoload 'eudc-set-server "eudc" "\ 9991(autoload 'eudc-set-server "eudc" "\
@@ -10033,8 +10039,8 @@ This does nothing except loading eudc by autoload side-effect.
10033 10039
10034;;;*** 10040;;;***
10035 10041
10036;;;### (autoloads nil "eudc-bob" "net/eudc-bob.el" (22388 6377 358197 10042;;;### (autoloads nil "eudc-bob" "net/eudc-bob.el" (22676 23208 762522
10037;;;;;; 131000)) 10043;;;;;; 101000))
10038;;; Generated autoloads from net/eudc-bob.el 10044;;; Generated autoloads from net/eudc-bob.el
10039 10045
10040(autoload 'eudc-display-generic-binary "eudc-bob" "\ 10046(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -10069,8 +10075,8 @@ Display a button for the JPEG DATA.
10069 10075
10070;;;*** 10076;;;***
10071 10077
10072;;;### (autoloads nil "eudc-export" "net/eudc-export.el" (22388 6377 10078;;;### (autoloads nil "eudc-export" "net/eudc-export.el" (22676 23208
10073;;;;;; 358197 131000)) 10079;;;;;; 762522 101000))
10074;;; Generated autoloads from net/eudc-export.el 10080;;; Generated autoloads from net/eudc-export.el
10075 10081
10076(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 10082(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -10086,8 +10092,8 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10086 10092
10087;;;*** 10093;;;***
10088 10094
10089;;;### (autoloads nil "eudc-hotlist" "net/eudc-hotlist.el" (22388 10095;;;### (autoloads nil "eudc-hotlist" "net/eudc-hotlist.el" (22676
10090;;;;;; 6377 361197 160000)) 10096;;;;;; 23208 762522 101000))
10091;;; Generated autoloads from net/eudc-hotlist.el 10097;;; Generated autoloads from net/eudc-hotlist.el
10092 10098
10093(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 10099(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -10097,8 +10103,8 @@ Edit the hotlist of directory servers in a specialized buffer.
10097 10103
10098;;;*** 10104;;;***
10099 10105
10100;;;### (autoloads nil "ewoc" "emacs-lisp/ewoc.el" (22388 6369 386118 10106;;;### (autoloads nil "ewoc" "emacs-lisp/ewoc.el" (22676 23208 612522
10101;;;;;; 731000)) 10107;;;;;; 714000))
10102;;; Generated autoloads from emacs-lisp/ewoc.el 10108;;; Generated autoloads from emacs-lisp/ewoc.el
10103 10109
10104(autoload 'ewoc-create "ewoc" "\ 10110(autoload 'ewoc-create "ewoc" "\
@@ -10124,7 +10130,7 @@ fourth arg NOSEP non-nil inhibits this.
10124 10130
10125;;;*** 10131;;;***
10126 10132
10127;;;### (autoloads nil "eww" "net/eww.el" (22388 6377 438197 918000)) 10133;;;### (autoloads nil "eww" "net/eww.el" (22676 23208 763522 97000))
10128;;; Generated autoloads from net/eww.el 10134;;; Generated autoloads from net/eww.el
10129 10135
10130(defvar eww-suggest-uris '(eww-links-at-point url-get-url-at-point eww-current-url) "\ 10136(defvar eww-suggest-uris '(eww-links-at-point url-get-url-at-point eww-current-url) "\
@@ -10171,8 +10177,8 @@ Display the bookmarks.
10171 10177
10172;;;*** 10178;;;***
10173 10179
10174;;;### (autoloads nil "executable" "progmodes/executable.el" (22388 10180;;;### (autoloads nil "executable" "progmodes/executable.el" (22676
10175;;;;;; 6386 103283 133000)) 10181;;;;;; 23208 853521 730000))
10176;;; Generated autoloads from progmodes/executable.el 10182;;; Generated autoloads from progmodes/executable.el
10177 10183
10178(autoload 'executable-command-find-posix-p "executable" "\ 10184(autoload 'executable-command-find-posix-p "executable" "\
@@ -10207,7 +10213,7 @@ file modes.
10207 10213
10208;;;*** 10214;;;***
10209 10215
10210;;;### (autoloads nil "expand" "expand.el" (22388 5703 536570 582000)) 10216;;;### (autoloads nil "expand" "expand.el" (22676 23208 639522 603000))
10211;;; Generated autoloads from expand.el 10217;;; Generated autoloads from expand.el
10212 10218
10213(autoload 'expand-add-abbrevs "expand" "\ 10219(autoload 'expand-add-abbrevs "expand" "\
@@ -10256,8 +10262,8 @@ This is used only in conjunction with `expand-add-abbrevs'.
10256 10262
10257;;;*** 10263;;;***
10258 10264
10259;;;### (autoloads nil "f90" "progmodes/f90.el" (22630 21356 405945 10265;;;### (autoloads nil "f90" "progmodes/f90.el" (22676 23208 853521
10260;;;;;; 349000)) 10266;;;;;; 730000))
10261;;; Generated autoloads from progmodes/f90.el 10267;;; Generated autoloads from progmodes/f90.el
10262 10268
10263(autoload 'f90-mode "f90" "\ 10269(autoload 'f90-mode "f90" "\
@@ -10324,8 +10330,8 @@ with no args, if that value is non-nil.
10324 10330
10325;;;*** 10331;;;***
10326 10332
10327;;;### (autoloads nil "face-remap" "face-remap.el" (22388 5703 600571 10333;;;### (autoloads nil "face-remap" "face-remap.el" (22676 23208 639522
10328;;;;;; 211000)) 10334;;;;;; 603000))
10329;;; Generated autoloads from face-remap.el 10335;;; Generated autoloads from face-remap.el
10330 10336
10331(autoload 'face-remap-add-relative "face-remap" "\ 10337(autoload 'face-remap-add-relative "face-remap" "\
@@ -10484,8 +10490,8 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
10484 10490
10485;;;*** 10491;;;***
10486 10492
10487;;;### (autoloads nil "feedmail" "mail/feedmail.el" (22388 6375 510178 10493;;;### (autoloads nil "feedmail" "mail/feedmail.el" (22387 39327
10488;;;;;; 957000)) 10494;;;;;; 901706 545000))
10489;;; Generated autoloads from mail/feedmail.el 10495;;; Generated autoloads from mail/feedmail.el
10490(push (purecopy '(feedmail 11)) package--builtin-versions) 10496(push (purecopy '(feedmail 11)) package--builtin-versions)
10491 10497
@@ -10539,7 +10545,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10539 10545
10540;;;*** 10546;;;***
10541 10547
10542;;;### (autoloads nil "ffap" "ffap.el" (22630 21356 368944 830000)) 10548;;;### (autoloads nil "ffap" "ffap.el" (22676 23208 645522 579000))
10543;;; Generated autoloads from ffap.el 10549;;; Generated autoloads from ffap.el
10544 10550
10545(autoload 'ffap-next "ffap" "\ 10551(autoload 'ffap-next "ffap" "\
@@ -10602,8 +10608,8 @@ Evaluate the forms in variable `ffap-bindings'.
10602 10608
10603;;;*** 10609;;;***
10604 10610
10605;;;### (autoloads nil "filecache" "filecache.el" (22388 5703 754572 10611;;;### (autoloads nil "filecache" "filecache.el" (22676 23208 645522
10606;;;;;; 726000)) 10612;;;;;; 579000))
10607;;; Generated autoloads from filecache.el 10613;;; Generated autoloads from filecache.el
10608 10614
10609(autoload 'file-cache-add-directory "filecache" "\ 10615(autoload 'file-cache-add-directory "filecache" "\
@@ -10660,8 +10666,8 @@ the name is considered already unique; only the second substitution
10660 10666
10661;;;*** 10667;;;***
10662 10668
10663;;;### (autoloads nil "filenotify" "filenotify.el" (22388 5703 780572 10669;;;### (autoloads nil "filenotify" "filenotify.el" (22676 23208 645522
10664;;;;;; 982000)) 10670;;;;;; 579000))
10665;;; Generated autoloads from filenotify.el 10671;;; Generated autoloads from filenotify.el
10666 10672
10667(autoload 'file-notify-handle-event "filenotify" "\ 10673(autoload 'file-notify-handle-event "filenotify" "\
@@ -10676,7 +10682,8 @@ Otherwise, signal a `file-notify-error'.
10676 10682
10677;;;*** 10683;;;***
10678 10684
10679;;;### (autoloads nil "files-x" "files-x.el" (22388 5703 781572 992000)) 10685;;;### (autoloads nil "files-x" "files-x.el" (22676 23208 645522
10686;;;;;; 579000))
10680;;; Generated autoloads from files-x.el 10687;;; Generated autoloads from files-x.el
10681 10688
10682(autoload 'add-file-local-variable "files-x" "\ 10689(autoload 'add-file-local-variable "files-x" "\
@@ -10741,8 +10748,8 @@ Copy directory-local variables to the -*- line.
10741 10748
10742;;;*** 10749;;;***
10743 10750
10744;;;### (autoloads nil "filesets" "filesets.el" (22388 5704 35575 10751;;;### (autoloads nil "filesets" "filesets.el" (22676 23208 648522
10745;;;;;; 489000)) 10752;;;;;; 567000))
10746;;; Generated autoloads from filesets.el 10753;;; Generated autoloads from filesets.el
10747 10754
10748(autoload 'filesets-init "filesets" "\ 10755(autoload 'filesets-init "filesets" "\
@@ -10753,8 +10760,8 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10753 10760
10754;;;*** 10761;;;***
10755 10762
10756;;;### (autoloads nil "find-cmd" "find-cmd.el" (22388 5704 81575 10763;;;### (autoloads nil "find-cmd" "find-cmd.el" (22676 23208 648522
10757;;;;;; 942000)) 10764;;;;;; 567000))
10758;;; Generated autoloads from find-cmd.el 10765;;; Generated autoloads from find-cmd.el
10759(push (purecopy '(find-cmd 0 6)) package--builtin-versions) 10766(push (purecopy '(find-cmd 0 6)) package--builtin-versions)
10760 10767
@@ -10774,8 +10781,8 @@ result is a string that should be ready for the command line.
10774 10781
10775;;;*** 10782;;;***
10776 10783
10777;;;### (autoloads nil "find-dired" "find-dired.el" (22388 5704 84575 10784;;;### (autoloads nil "find-dired" "find-dired.el" (22676 23208 648522
10778;;;;;; 971000)) 10785;;;;;; 567000))
10779;;; Generated autoloads from find-dired.el 10786;;; Generated autoloads from find-dired.el
10780 10787
10781(autoload 'find-dired "find-dired" "\ 10788(autoload 'find-dired "find-dired" "\
@@ -10815,8 +10822,8 @@ use in place of \"-ls\" as the final argument.
10815 10822
10816;;;*** 10823;;;***
10817 10824
10818;;;### (autoloads nil "find-file" "find-file.el" (22388 5704 85575 10825;;;### (autoloads nil "find-file" "find-file.el" (22676 23208 649522
10819;;;;;; 981000)) 10826;;;;;; 563000))
10820;;; Generated autoloads from find-file.el 10827;;; Generated autoloads from find-file.el
10821 10828
10822(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10829(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10906,8 +10913,8 @@ Visit the file you click on in another window.
10906 10913
10907;;;*** 10914;;;***
10908 10915
10909;;;### (autoloads nil "find-func" "emacs-lisp/find-func.el" (22587 10916;;;### (autoloads nil "find-func" "emacs-lisp/find-func.el" (22676
10910;;;;;; 10177 766473 565000)) 10917;;;;;; 23208 612522 714000))
10911;;; Generated autoloads from emacs-lisp/find-func.el 10918;;; Generated autoloads from emacs-lisp/find-func.el
10912 10919
10913(autoload 'find-library "find-func" "\ 10920(autoload 'find-library "find-func" "\
@@ -11077,8 +11084,8 @@ Define some key bindings for the find-function family of functions.
11077 11084
11078;;;*** 11085;;;***
11079 11086
11080;;;### (autoloads nil "find-lisp" "find-lisp.el" (22388 5704 89576 11087;;;### (autoloads nil "find-lisp" "find-lisp.el" (22676 23208 649522
11081;;;;;; 20000)) 11088;;;;;; 563000))
11082;;; Generated autoloads from find-lisp.el 11089;;; Generated autoloads from find-lisp.el
11083 11090
11084(autoload 'find-lisp-find-dired "find-lisp" "\ 11091(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -11098,7 +11105,7 @@ Change the filter on a `find-lisp-find-dired' buffer to REGEXP.
11098 11105
11099;;;*** 11106;;;***
11100 11107
11101;;;### (autoloads nil "finder" "finder.el" (22388 5704 124576 364000)) 11108;;;### (autoloads nil "finder" "finder.el" (22676 23208 649522 563000))
11102;;; Generated autoloads from finder.el 11109;;; Generated autoloads from finder.el
11103(push (purecopy '(finder 1 0)) package--builtin-versions) 11110(push (purecopy '(finder 1 0)) package--builtin-versions)
11104 11111
@@ -11120,8 +11127,8 @@ Find packages matching a given keyword.
11120 11127
11121;;;*** 11128;;;***
11122 11129
11123;;;### (autoloads nil "flow-ctrl" "flow-ctrl.el" (22388 5704 128576 11130;;;### (autoloads nil "flow-ctrl" "flow-ctrl.el" (22676 23208 649522
11124;;;;;; 404000)) 11131;;;;;; 563000))
11125;;; Generated autoloads from flow-ctrl.el 11132;;; Generated autoloads from flow-ctrl.el
11126 11133
11127(autoload 'enable-flow-control "flow-ctrl" "\ 11134(autoload 'enable-flow-control "flow-ctrl" "\
@@ -11142,8 +11149,8 @@ to get the effect of a C-q.
11142 11149
11143;;;*** 11150;;;***
11144 11151
11145;;;### (autoloads nil "flow-fill" "gnus/flow-fill.el" (22388 6371 11152;;;### (autoloads nil "flow-fill" "gnus/flow-fill.el" (22676 23208
11146;;;;;; 667141 163000)) 11153;;;;;; 663522 505000))
11147;;; Generated autoloads from gnus/flow-fill.el 11154;;; Generated autoloads from gnus/flow-fill.el
11148 11155
11149(autoload 'fill-flowed-encode "flow-fill" "\ 11156(autoload 'fill-flowed-encode "flow-fill" "\
@@ -11158,8 +11165,8 @@ to get the effect of a C-q.
11158 11165
11159;;;*** 11166;;;***
11160 11167
11161;;;### (autoloads nil "flymake" "progmodes/flymake.el" (22388 6386 11168;;;### (autoloads nil "flymake" "progmodes/flymake.el" (22676 23208
11162;;;;;; 215284 234000)) 11169;;;;;; 854521 726000))
11163;;; Generated autoloads from progmodes/flymake.el 11170;;; Generated autoloads from progmodes/flymake.el
11164(push (purecopy '(flymake 0 3)) package--builtin-versions) 11171(push (purecopy '(flymake 0 3)) package--builtin-versions)
11165 11172
@@ -11189,8 +11196,8 @@ Turn flymake mode off.
11189 11196
11190;;;*** 11197;;;***
11191 11198
11192;;;### (autoloads nil "flyspell" "textmodes/flyspell.el" (22388 6389 11199;;;### (autoloads nil "flyspell" "textmodes/flyspell.el" (22676 23208
11193;;;;;; 329314 858000)) 11200;;;;;; 899521 542000))
11194;;; Generated autoloads from textmodes/flyspell.el 11201;;; Generated autoloads from textmodes/flyspell.el
11195 11202
11196(autoload 'flyspell-prog-mode "flyspell" "\ 11203(autoload 'flyspell-prog-mode "flyspell" "\
@@ -11260,13 +11267,14 @@ Flyspell whole buffer.
11260 11267
11261;;;*** 11268;;;***
11262 11269
11263;;;### (autoloads nil "foldout" "foldout.el" (22388 5704 128576 404000)) 11270;;;### (autoloads nil "foldout" "foldout.el" (22676 23208 649522
11271;;;;;; 563000))
11264;;; Generated autoloads from foldout.el 11272;;; Generated autoloads from foldout.el
11265(push (purecopy '(foldout 1 10)) package--builtin-versions) 11273(push (purecopy '(foldout 1 10)) package--builtin-versions)
11266 11274
11267;;;*** 11275;;;***
11268 11276
11269;;;### (autoloads nil "follow" "follow.el" (22388 5704 168576 797000)) 11277;;;### (autoloads nil "follow" "follow.el" (22676 23208 650522 559000))
11270;;; Generated autoloads from follow.el 11278;;; Generated autoloads from follow.el
11271 11279
11272(autoload 'turn-on-follow-mode "follow" "\ 11280(autoload 'turn-on-follow-mode "follow" "\
@@ -11388,8 +11396,8 @@ selected if the original window is the first one in the frame.
11388 11396
11389;;;*** 11397;;;***
11390 11398
11391;;;### (autoloads nil "footnote" "mail/footnote.el" (22388 6375 555179 11399;;;### (autoloads nil "footnote" "mail/footnote.el" (22676 23208
11392;;;;;; 400000)) 11400;;;;;; 739522 195000))
11393;;; Generated autoloads from mail/footnote.el 11401;;; Generated autoloads from mail/footnote.el
11394(push (purecopy '(footnote 0 19)) package--builtin-versions) 11402(push (purecopy '(footnote 0 19)) package--builtin-versions)
11395 11403
@@ -11408,7 +11416,7 @@ play around with the following keys:
11408 11416
11409;;;*** 11417;;;***
11410 11418
11411;;;### (autoloads nil "forms" "forms.el" (22388 5704 290577 997000)) 11419;;;### (autoloads nil "forms" "forms.el" (22676 23208 651522 554000))
11412;;; Generated autoloads from forms.el 11420;;; Generated autoloads from forms.el
11413 11421
11414(autoload 'forms-mode "forms" "\ 11422(autoload 'forms-mode "forms" "\
@@ -11444,8 +11452,8 @@ Visit a file in Forms mode in other window.
11444 11452
11445;;;*** 11453;;;***
11446 11454
11447;;;### (autoloads nil "fortran" "progmodes/fortran.el" (22388 6386 11455;;;### (autoloads nil "fortran" "progmodes/fortran.el" (22676 23208
11448;;;;;; 297285 40000)) 11456;;;;;; 854521 726000))
11449;;; Generated autoloads from progmodes/fortran.el 11457;;; Generated autoloads from progmodes/fortran.el
11450 11458
11451(autoload 'fortran-mode "fortran" "\ 11459(autoload 'fortran-mode "fortran" "\
@@ -11522,8 +11530,8 @@ with no args, if that value is non-nil.
11522 11530
11523;;;*** 11531;;;***
11524 11532
11525;;;### (autoloads nil "fortune" "play/fortune.el" (22388 6383 331255 11533;;;### (autoloads nil "fortune" "play/fortune.el" (22676 23208 831521
11526;;;;;; 871000)) 11534;;;;;; 819000))
11527;;; Generated autoloads from play/fortune.el 11535;;; Generated autoloads from play/fortune.el
11528 11536
11529(autoload 'fortune-add-fortune "fortune" "\ 11537(autoload 'fortune-add-fortune "fortune" "\
@@ -11571,8 +11579,8 @@ and choose the directory as the fortune-file.
11571 11579
11572;;;*** 11580;;;***
11573 11581
11574;;;### (autoloads nil "frameset" "frameset.el" (22388 5704 371578 11582;;;### (autoloads nil "frameset" "frameset.el" (22676 23208 652522
11575;;;;;; 794000)) 11583;;;;;; 550000))
11576;;; Generated autoloads from frameset.el 11584;;; Generated autoloads from frameset.el
11577 11585
11578(defvar frameset-session-filter-alist '((name . :never) (left . frameset-filter-iconified) (minibuffer . frameset-filter-minibuffer) (top . frameset-filter-iconified)) "\ 11586(defvar frameset-session-filter-alist '((name . :never) (left . frameset-filter-iconified) (minibuffer . frameset-filter-minibuffer) (top . frameset-filter-iconified)) "\
@@ -11758,15 +11766,15 @@ Interactively, reads the register using `register-read-with-preview'.
11758 11766
11759;;;*** 11767;;;***
11760 11768
11761;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (22388 6383 335255 11769;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (22676 23208
11762;;;;;; 911000)) 11770;;;;;; 831521 819000))
11763;;; Generated autoloads from play/gamegrid.el 11771;;; Generated autoloads from play/gamegrid.el
11764(push (purecopy '(gamegrid 1 2)) package--builtin-versions) 11772(push (purecopy '(gamegrid 1 2)) package--builtin-versions)
11765 11773
11766;;;*** 11774;;;***
11767 11775
11768;;;### (autoloads nil "gdb-mi" "progmodes/gdb-mi.el" (22587 10177 11776;;;### (autoloads nil "gdb-mi" "progmodes/gdb-mi.el" (22676 23208
11769;;;;;; 798474 14000)) 11777;;;;;; 855521 721000))
11770;;; Generated autoloads from progmodes/gdb-mi.el 11778;;; Generated autoloads from progmodes/gdb-mi.el
11771 11779
11772(defvar gdb-enable-debug nil "\ 11780(defvar gdb-enable-debug nil "\
@@ -11848,8 +11856,8 @@ detailed description of this mode.
11848 11856
11849;;;*** 11857;;;***
11850 11858
11851;;;### (autoloads nil "generic" "emacs-lisp/generic.el" (22388 6369 11859;;;### (autoloads nil "generic" "emacs-lisp/generic.el" (22676 23208
11852;;;;;; 423119 95000)) 11860;;;;;; 613522 710000))
11853;;; Generated autoloads from emacs-lisp/generic.el 11861;;; Generated autoloads from emacs-lisp/generic.el
11854 11862
11855(defvar generic-mode-list nil "\ 11863(defvar generic-mode-list nil "\
@@ -11929,8 +11937,8 @@ regular expression that can be used as an element of
11929 11937
11930;;;*** 11938;;;***
11931 11939
11932;;;### (autoloads nil "glasses" "progmodes/glasses.el" (22388 6386 11940;;;### (autoloads nil "glasses" "progmodes/glasses.el" (22676 23208
11933;;;;;; 507287 105000)) 11941;;;;;; 855521 721000))
11934;;; Generated autoloads from progmodes/glasses.el 11942;;; Generated autoloads from progmodes/glasses.el
11935 11943
11936(autoload 'glasses-mode "glasses" "\ 11944(autoload 'glasses-mode "glasses" "\
@@ -11944,8 +11952,8 @@ add virtual separators (like underscores) at places they belong to.
11944 11952
11945;;;*** 11953;;;***
11946 11954
11947;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (22388 6371 11955;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (22676 23208
11948;;;;;; 667141 163000)) 11956;;;;;; 664522 501000))
11949;;; Generated autoloads from gnus/gmm-utils.el 11957;;; Generated autoloads from gnus/gmm-utils.el
11950 11958
11951(autoload 'gmm-regexp-concat "gmm-utils" "\ 11959(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -11999,7 +12007,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11999 12007
12000;;;*** 12008;;;***
12001 12009
12002;;;### (autoloads nil "gnus" "gnus/gnus.el" (22388 6373 163155 876000)) 12010;;;### (autoloads nil "gnus" "gnus/gnus.el" (22676 23208 681522 432000))
12003;;; Generated autoloads from gnus/gnus.el 12011;;; Generated autoloads from gnus/gnus.el
12004(push (purecopy '(gnus 5 13)) package--builtin-versions) 12012(push (purecopy '(gnus 5 13)) package--builtin-versions)
12005(when (fboundp 'custom-autoload) 12013(when (fboundp 'custom-autoload)
@@ -12049,8 +12057,8 @@ prompt the user for the name of an NNTP server to use.
12049 12057
12050;;;*** 12058;;;***
12051 12059
12052;;;### (autoloads nil "gnus-agent" "gnus/gnus-agent.el" (22388 6371 12060;;;### (autoloads nil "gnus-agent" "gnus/gnus-agent.el" (22676 23208
12053;;;;;; 716141 645000)) 12061;;;;;; 664522 501000))
12054;;; Generated autoloads from gnus/gnus-agent.el 12062;;; Generated autoloads from gnus/gnus-agent.el
12055 12063
12056(autoload 'gnus-unplugged "gnus-agent" "\ 12064(autoload 'gnus-unplugged "gnus-agent" "\
@@ -12140,8 +12148,8 @@ CLEAN is obsolete and ignored.
12140 12148
12141;;;*** 12149;;;***
12142 12150
12143;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (22587 10177 12151;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (22676 23208
12144;;;;;; 773473 663000)) 12152;;;;;; 666522 493000))
12145;;; Generated autoloads from gnus/gnus-art.el 12153;;; Generated autoloads from gnus/gnus-art.el
12146 12154
12147(autoload 'gnus-article-prepare-display "gnus-art" "\ 12155(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -12151,8 +12159,8 @@ Make the current buffer look like a nice article.
12151 12159
12152;;;*** 12160;;;***
12153 12161
12154;;;### (autoloads nil "gnus-bookmark" "gnus/gnus-bookmark.el" (22388 12162;;;### (autoloads nil "gnus-bookmark" "gnus/gnus-bookmark.el" (22676
12155;;;;;; 6371 929143 740000)) 12163;;;;;; 23208 667522 489000))
12156;;; Generated autoloads from gnus/gnus-bookmark.el 12164;;; Generated autoloads from gnus/gnus-bookmark.el
12157 12165
12158(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 12166(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -12175,8 +12183,8 @@ deletion, or > if it is flagged for displaying.
12175 12183
12176;;;*** 12184;;;***
12177 12185
12178;;;### (autoloads nil "gnus-cache" "gnus/gnus-cache.el" (22388 6371 12186;;;### (autoloads nil "gnus-cache" "gnus/gnus-cache.el" (22676 23208
12179;;;;;; 944143 887000)) 12187;;;;;; 667522 489000))
12180;;; Generated autoloads from gnus/gnus-cache.el 12188;;; Generated autoloads from gnus/gnus-cache.el
12181 12189
12182(autoload 'gnus-jog-cache "gnus-cache" "\ 12190(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -12217,8 +12225,8 @@ supported.
12217 12225
12218;;;*** 12226;;;***
12219 12227
12220;;;### (autoloads nil "gnus-delay" "gnus/gnus-delay.el" (22388 6372 12228;;;### (autoloads nil "gnus-delay" "gnus/gnus-delay.el" (22676 23208
12221;;;;;; 21144 645000)) 12229;;;;;; 668522 485000))
12222;;; Generated autoloads from gnus/gnus-delay.el 12230;;; Generated autoloads from gnus/gnus-delay.el
12223 12231
12224(autoload 'gnus-delay-article "gnus-delay" "\ 12232(autoload 'gnus-delay-article "gnus-delay" "\
@@ -12253,8 +12261,8 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
12253 12261
12254;;;*** 12262;;;***
12255 12263
12256;;;### (autoloads nil "gnus-diary" "gnus/gnus-diary.el" (22388 6372 12264;;;### (autoloads nil "gnus-diary" "gnus/gnus-diary.el" (22676 23208
12257;;;;;; 22144 655000)) 12265;;;;;; 668522 485000))
12258;;; Generated autoloads from gnus/gnus-diary.el 12266;;; Generated autoloads from gnus/gnus-diary.el
12259 12267
12260(autoload 'gnus-user-format-function-d "gnus-diary" "\ 12268(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -12269,8 +12277,8 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
12269 12277
12270;;;*** 12278;;;***
12271 12279
12272;;;### (autoloads nil "gnus-dired" "gnus/gnus-dired.el" (22388 6372 12280;;;### (autoloads nil "gnus-dired" "gnus/gnus-dired.el" (22676 23208
12273;;;;;; 22144 655000)) 12281;;;;;; 668522 485000))
12274;;; Generated autoloads from gnus/gnus-dired.el 12282;;; Generated autoloads from gnus/gnus-dired.el
12275 12283
12276(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 12284(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -12280,8 +12288,8 @@ Convenience method to turn on gnus-dired-mode.
12280 12288
12281;;;*** 12289;;;***
12282 12290
12283;;;### (autoloads nil "gnus-draft" "gnus/gnus-draft.el" (22388 6372 12291;;;### (autoloads nil "gnus-draft" "gnus/gnus-draft.el" (22676 23208
12284;;;;;; 23144 664000)) 12292;;;;;; 668522 485000))
12285;;; Generated autoloads from gnus/gnus-draft.el 12293;;; Generated autoloads from gnus/gnus-draft.el
12286 12294
12287(autoload 'gnus-draft-reminder "gnus-draft" "\ 12295(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -12291,8 +12299,8 @@ Reminder user if there are unsent drafts.
12291 12299
12292;;;*** 12300;;;***
12293 12301
12294;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (22388 6372 81145 12302;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (22676 23208
12295;;;;;; 235000)) 12303;;;;;; 669522 481000))
12296;;; Generated autoloads from gnus/gnus-fun.el 12304;;; Generated autoloads from gnus/gnus-fun.el
12297 12305
12298(autoload 'gnus--random-face-with-type "gnus-fun" "\ 12306(autoload 'gnus--random-face-with-type "gnus-fun" "\
@@ -12357,8 +12365,8 @@ Insert a random Face header from `gnus-face-directory'.
12357 12365
12358;;;*** 12366;;;***
12359 12367
12360;;;### (autoloads nil "gnus-gravatar" "gnus/gnus-gravatar.el" (22388 12368;;;### (autoloads nil "gnus-gravatar" "gnus/gnus-gravatar.el" (22676
12361;;;;;; 6372 82145 245000)) 12369;;;;;; 23208 669522 481000))
12362;;; Generated autoloads from gnus/gnus-gravatar.el 12370;;; Generated autoloads from gnus/gnus-gravatar.el
12363 12371
12364(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ 12372(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\
@@ -12375,8 +12383,8 @@ If gravatars are already displayed, remove them.
12375 12383
12376;;;*** 12384;;;***
12377 12385
12378;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (22388 6372 12386;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (22676 23208
12379;;;;;; 124145 658000)) 12387;;;;;; 670522 477000))
12380;;; Generated autoloads from gnus/gnus-group.el 12388;;; Generated autoloads from gnus/gnus-group.el
12381 12389
12382(autoload 'gnus-fetch-group "gnus-group" "\ 12390(autoload 'gnus-fetch-group "gnus-group" "\
@@ -12393,8 +12401,8 @@ Pop up a frame and enter GROUP.
12393 12401
12394;;;*** 12402;;;***
12395 12403
12396;;;### (autoloads nil "gnus-html" "gnus/gnus-html.el" (22388 6372 12404;;;### (autoloads nil "gnus-html" "gnus/gnus-html.el" (22676 23208
12397;;;;;; 166146 71000)) 12405;;;;;; 670522 477000))
12398;;; Generated autoloads from gnus/gnus-html.el 12406;;; Generated autoloads from gnus/gnus-html.el
12399 12407
12400(autoload 'gnus-article-html "gnus-html" "\ 12408(autoload 'gnus-article-html "gnus-html" "\
@@ -12409,8 +12417,8 @@ Pop up a frame and enter GROUP.
12409 12417
12410;;;*** 12418;;;***
12411 12419
12412;;;### (autoloads nil "gnus-kill" "gnus/gnus-kill.el" (22630 21356 12420;;;### (autoloads nil "gnus-kill" "gnus/gnus-kill.el" (22676 23208
12413;;;;;; 373944 901000)) 12421;;;;;; 671522 473000))
12414;;; Generated autoloads from gnus/gnus-kill.el 12422;;; Generated autoloads from gnus/gnus-kill.el
12415 12423
12416(defalias 'gnus-batch-kill 'gnus-batch-score) 12424(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -12423,8 +12431,8 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12423 12431
12424;;;*** 12432;;;***
12425 12433
12426;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (22388 6372 250146 12434;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (22676 23208 672522
12427;;;;;; 897000)) 12435;;;;;; 469000))
12428;;; Generated autoloads from gnus/gnus-ml.el 12436;;; Generated autoloads from gnus/gnus-ml.el
12429 12437
12430(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 12438(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -12447,8 +12455,8 @@ Minor mode for providing mailing-list commands.
12447 12455
12448;;;*** 12456;;;***
12449 12457
12450;;;### (autoloads nil "gnus-mlspl" "gnus/gnus-mlspl.el" (22388 6372 12458;;;### (autoloads nil "gnus-mlspl" "gnus/gnus-mlspl.el" (22676 23208
12451;;;;;; 251146 907000)) 12459;;;;;; 672522 469000))
12452;;; Generated autoloads from gnus/gnus-mlspl.el 12460;;; Generated autoloads from gnus/gnus-mlspl.el
12453 12461
12454(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 12462(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -12548,8 +12556,8 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12548 12556
12549;;;*** 12557;;;***
12550 12558
12551;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (22388 6372 285147 12559;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (22676 23208
12552;;;;;; 241000)) 12560;;;;;; 672522 469000))
12553;;; Generated autoloads from gnus/gnus-msg.el 12561;;; Generated autoloads from gnus/gnus-msg.el
12554 12562
12555(autoload 'gnus-msg-mail "gnus-msg" "\ 12563(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -12576,7 +12584,7 @@ Like `message-reply'.
12576;;;*** 12584;;;***
12577 12585
12578;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el" 12586;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el"
12579;;;;;; (22388 6372 289147 280000)) 12587;;;;;; (22676 23208 672522 469000))
12580;;; Generated autoloads from gnus/gnus-notifications.el 12588;;; Generated autoloads from gnus/gnus-notifications.el
12581 12589
12582(autoload 'gnus-notifications "gnus-notifications" "\ 12590(autoload 'gnus-notifications "gnus-notifications" "\
@@ -12592,8 +12600,8 @@ This is typically a function to add in
12592 12600
12593;;;*** 12601;;;***
12594 12602
12595;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (22388 6372 12603;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (22676 23208
12596;;;;;; 309147 477000)) 12604;;;;;; 672522 469000))
12597;;; Generated autoloads from gnus/gnus-picon.el 12605;;; Generated autoloads from gnus/gnus-picon.el
12598 12606
12599(autoload 'gnus-treat-from-picon "gnus-picon" "\ 12607(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -12616,8 +12624,8 @@ If picons are already displayed, remove them.
12616 12624
12617;;;*** 12625;;;***
12618 12626
12619;;;### (autoloads nil "gnus-range" "gnus/gnus-range.el" (22388 6372 12627;;;### (autoloads nil "gnus-range" "gnus/gnus-range.el" (22676 23208
12620;;;;;; 328147 664000)) 12628;;;;;; 672522 469000))
12621;;; Generated autoloads from gnus/gnus-range.el 12629;;; Generated autoloads from gnus/gnus-range.el
12622 12630
12623(autoload 'gnus-sorted-difference "gnus-range" "\ 12631(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -12684,8 +12692,8 @@ Add NUM into sorted LIST by side effect.
12684 12692
12685;;;*** 12693;;;***
12686 12694
12687;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (22388 12695;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (22676
12688;;;;;; 6372 330147 684000)) 12696;;;;;; 23208 673522 465000))
12689;;; Generated autoloads from gnus/gnus-registry.el 12697;;; Generated autoloads from gnus/gnus-registry.el
12690 12698
12691(autoload 'gnus-registry-initialize "gnus-registry" "\ 12699(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -12700,8 +12708,8 @@ Install the registry hooks.
12700 12708
12701;;;*** 12709;;;***
12702 12710
12703;;;### (autoloads nil "gnus-sieve" "gnus/gnus-sieve.el" (22388 6372 12711;;;### (autoloads nil "gnus-sieve" "gnus/gnus-sieve.el" (22676 23208
12704;;;;;; 437148 736000)) 12712;;;;;; 674522 460000))
12705;;; Generated autoloads from gnus/gnus-sieve.el 12713;;; Generated autoloads from gnus/gnus-sieve.el
12706 12714
12707(autoload 'gnus-sieve-update "gnus-sieve" "\ 12715(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -12728,8 +12736,8 @@ See the documentation for these variables and functions for details.
12728 12736
12729;;;*** 12737;;;***
12730 12738
12731;;;### (autoloads nil "gnus-spec" "gnus/gnus-spec.el" (22388 6372 12739;;;### (autoloads nil "gnus-spec" "gnus/gnus-spec.el" (22676 23208
12732;;;;;; 457148 932000)) 12740;;;;;; 674522 460000))
12733;;; Generated autoloads from gnus/gnus-spec.el 12741;;; Generated autoloads from gnus/gnus-spec.el
12734 12742
12735(autoload 'gnus-update-format "gnus-spec" "\ 12743(autoload 'gnus-update-format "gnus-spec" "\
@@ -12739,8 +12747,8 @@ Update the format specification near point.
12739 12747
12740;;;*** 12748;;;***
12741 12749
12742;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (22388 6372 12750;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (22676 23208
12743;;;;;; 548149 827000)) 12751;;;;;; 675522 456000))
12744;;; Generated autoloads from gnus/gnus-start.el 12752;;; Generated autoloads from gnus/gnus-start.el
12745 12753
12746(autoload 'gnus-declare-backend "gnus-start" "\ 12754(autoload 'gnus-declare-backend "gnus-start" "\
@@ -12750,8 +12758,8 @@ Declare back end NAME with ABILITIES as a Gnus back end.
12750 12758
12751;;;*** 12759;;;***
12752 12760
12753;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (22388 6372 777152 12761;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (22676 23208
12754;;;;;; 80000)) 12762;;;;;; 678522 444000))
12755;;; Generated autoloads from gnus/gnus-sum.el 12763;;; Generated autoloads from gnus/gnus-sum.el
12756 12764
12757(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ 12765(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
@@ -12762,8 +12770,8 @@ BOOKMARK is a bookmark name or a bookmark record.
12762 12770
12763;;;*** 12771;;;***
12764 12772
12765;;;### (autoloads nil "gnus-sync" "gnus/gnus-sync.el" (22388 6372 12773;;;### (autoloads nil "gnus-sync" "gnus/gnus-sync.el" (22676 23208
12766;;;;;; 949153 772000)) 12774;;;;;; 678522 444000))
12767;;; Generated autoloads from gnus/gnus-sync.el 12775;;; Generated autoloads from gnus/gnus-sync.el
12768 12776
12769(autoload 'gnus-sync-initialize "gnus-sync" "\ 12777(autoload 'gnus-sync-initialize "gnus-sync" "\
@@ -12778,8 +12786,8 @@ Install the sync hooks.
12778 12786
12779;;;*** 12787;;;***
12780 12788
12781;;;### (autoloads nil "gnus-win" "gnus/gnus-win.el" (22388 6373 115155 12789;;;### (autoloads nil "gnus-win" "gnus/gnus-win.el" (22676 23208
12782;;;;;; 403000)) 12790;;;;;; 681522 432000))
12783;;; Generated autoloads from gnus/gnus-win.el 12791;;; Generated autoloads from gnus/gnus-win.el
12784 12792
12785(autoload 'gnus-add-configuration "gnus-win" "\ 12793(autoload 'gnus-add-configuration "gnus-win" "\
@@ -12789,8 +12797,8 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12789 12797
12790;;;*** 12798;;;***
12791 12799
12792;;;### (autoloads nil "gnutls" "net/gnutls.el" (22388 6377 479198 12800;;;### (autoloads nil "gnutls" "net/gnutls.el" (22676 23208 763522
12793;;;;;; 321000)) 12801;;;;;; 97000))
12794;;; Generated autoloads from net/gnutls.el 12802;;; Generated autoloads from net/gnutls.el
12795 12803
12796(defvar gnutls-min-prime-bits 256 "\ 12804(defvar gnutls-min-prime-bits 256 "\
@@ -12806,8 +12814,8 @@ A value of nil says to use the default GnuTLS value.")
12806 12814
12807;;;*** 12815;;;***
12808 12816
12809;;;### (autoloads nil "gomoku" "play/gomoku.el" (22388 6383 373256 12817;;;### (autoloads nil "gomoku" "play/gomoku.el" (22676 23208 831521
12810;;;;;; 284000)) 12818;;;;;; 819000))
12811;;; Generated autoloads from play/gomoku.el 12819;;; Generated autoloads from play/gomoku.el
12812 12820
12813(autoload 'gomoku "gomoku" "\ 12821(autoload 'gomoku "gomoku" "\
@@ -12833,8 +12841,8 @@ Use \\[describe-mode] for more info.
12833 12841
12834;;;*** 12842;;;***
12835 12843
12836;;;### (autoloads nil "goto-addr" "net/goto-addr.el" (22388 6377 12844;;;### (autoloads nil "goto-addr" "net/goto-addr.el" (22676 23208
12837;;;;;; 479198 321000)) 12845;;;;;; 764522 93000))
12838;;; Generated autoloads from net/goto-addr.el 12846;;; Generated autoloads from net/goto-addr.el
12839 12847
12840(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 12848(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -12875,8 +12883,8 @@ Like `goto-address-mode', but only for comments and strings.
12875 12883
12876;;;*** 12884;;;***
12877 12885
12878;;;### (autoloads nil "gravatar" "gnus/gravatar.el" (22388 6373 208156 12886;;;### (autoloads nil "gravatar" "gnus/gravatar.el" (22676 23208
12879;;;;;; 318000)) 12887;;;;;; 682522 428000))
12880;;; Generated autoloads from gnus/gravatar.el 12888;;; Generated autoloads from gnus/gravatar.el
12881 12889
12882(autoload 'gravatar-retrieve "gravatar" "\ 12890(autoload 'gravatar-retrieve "gravatar" "\
@@ -12892,8 +12900,8 @@ Retrieve MAIL-ADDRESS gravatar and returns it.
12892 12900
12893;;;*** 12901;;;***
12894 12902
12895;;;### (autoloads nil "grep" "progmodes/grep.el" (22388 6386 514287 12903;;;### (autoloads nil "grep" "progmodes/grep.el" (22676 23208 855521
12896;;;;;; 174000)) 12904;;;;;; 721000))
12897;;; Generated autoloads from progmodes/grep.el 12905;;; Generated autoloads from progmodes/grep.el
12898 12906
12899(defvar grep-window-height nil "\ 12907(defvar grep-window-height nil "\
@@ -13060,7 +13068,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'.
13060 13068
13061;;;*** 13069;;;***
13062 13070
13063;;;### (autoloads nil "gs" "gs.el" (22388 5704 415579 226000)) 13071;;;### (autoloads nil "gs" "gs.el" (22676 23208 702522 346000))
13064;;; Generated autoloads from gs.el 13072;;; Generated autoloads from gs.el
13065 13073
13066(autoload 'gs-load-image "gs" "\ 13074(autoload 'gs-load-image "gs" "\
@@ -13073,8 +13081,8 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
13073 13081
13074;;;*** 13082;;;***
13075 13083
13076;;;### (autoloads nil "gud" "progmodes/gud.el" (22431 53468 725634 13084;;;### (autoloads nil "gud" "progmodes/gud.el" (22676 23208 856521
13077;;;;;; 240000)) 13085;;;;;; 717000))
13078;;; Generated autoloads from progmodes/gud.el 13086;;; Generated autoloads from progmodes/gud.el
13079 13087
13080(autoload 'gud-gdb "gud" "\ 13088(autoload 'gud-gdb "gud" "\
@@ -13176,8 +13184,8 @@ it if ARG is omitted or nil.
13176 13184
13177;;;*** 13185;;;***
13178 13186
13179;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (22489 43024 126096 13187;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (22676 23208 613522
13180;;;;;; 745000)) 13188;;;;;; 710000))
13181;;; Generated autoloads from emacs-lisp/gv.el 13189;;; Generated autoloads from emacs-lisp/gv.el
13182 13190
13183(autoload 'gv-get "gv" "\ 13191(autoload 'gv-get "gv" "\
@@ -13279,8 +13287,8 @@ binding mode.
13279 13287
13280;;;*** 13288;;;***
13281 13289
13282;;;### (autoloads nil "handwrite" "play/handwrite.el" (22388 6383 13290;;;### (autoloads nil "handwrite" "play/handwrite.el" (22676 23208
13283;;;;;; 391256 461000)) 13291;;;;;; 832521 815000))
13284;;; Generated autoloads from play/handwrite.el 13292;;; Generated autoloads from play/handwrite.el
13285 13293
13286(autoload 'handwrite "handwrite" "\ 13294(autoload 'handwrite "handwrite" "\
@@ -13297,8 +13305,8 @@ Variables: `handwrite-linespace' (default 12)
13297 13305
13298;;;*** 13306;;;***
13299 13307
13300;;;### (autoloads nil "hanoi" "play/hanoi.el" (22388 6383 415256 13308;;;### (autoloads nil "hanoi" "play/hanoi.el" (22387 39328 264705
13301;;;;;; 698000)) 13309;;;;;; 249000))
13302;;; Generated autoloads from play/hanoi.el 13310;;; Generated autoloads from play/hanoi.el
13303 13311
13304(autoload 'hanoi "hanoi" "\ 13312(autoload 'hanoi "hanoi" "\
@@ -13325,8 +13333,8 @@ to be updated.
13325 13333
13326;;;*** 13334;;;***
13327 13335
13328;;;### (autoloads nil "hashcash" "mail/hashcash.el" (22388 6375 557179 13336;;;### (autoloads nil "hashcash" "mail/hashcash.el" (22676 23208
13329;;;;;; 420000)) 13337;;;;;; 739522 195000))
13330;;; Generated autoloads from mail/hashcash.el 13338;;; Generated autoloads from mail/hashcash.el
13331 13339
13332(autoload 'hashcash-insert-payment "hashcash" "\ 13340(autoload 'hashcash-insert-payment "hashcash" "\
@@ -13368,8 +13376,8 @@ Prefix arg sets default accept amount temporarily.
13368 13376
13369;;;*** 13377;;;***
13370 13378
13371;;;### (autoloads nil "help-at-pt" "help-at-pt.el" (22388 5704 419579 13379;;;### (autoloads nil "help-at-pt" "help-at-pt.el" (22676 23208 702522
13372;;;;;; 265000)) 13380;;;;;; 346000))
13373;;; Generated autoloads from help-at-pt.el 13381;;; Generated autoloads from help-at-pt.el
13374 13382
13375(autoload 'help-at-pt-string "help-at-pt" "\ 13383(autoload 'help-at-pt-string "help-at-pt" "\
@@ -13496,8 +13504,8 @@ different regions. With numeric argument ARG, behaves like
13496 13504
13497;;;*** 13505;;;***
13498 13506
13499;;;### (autoloads nil "help-fns" "help-fns.el" (22587 10177 774473 13507;;;### (autoloads nil "help-fns" "help-fns.el" (22676 23208 702522
13500;;;;;; 677000)) 13508;;;;;; 346000))
13501;;; Generated autoloads from help-fns.el 13509;;; Generated autoloads from help-fns.el
13502 13510
13503(autoload 'describe-function "help-fns" "\ 13511(autoload 'describe-function "help-fns" "\
@@ -13585,8 +13593,8 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file.
13585 13593
13586;;;*** 13594;;;***
13587 13595
13588;;;### (autoloads nil "help-macro" "help-macro.el" (22388 5704 462579 13596;;;### (autoloads nil "help-macro" "help-macro.el" (22676 23208 702522
13589;;;;;; 689000)) 13597;;;;;; 346000))
13590;;; Generated autoloads from help-macro.el 13598;;; Generated autoloads from help-macro.el
13591 13599
13592(defvar three-step-help nil "\ 13600(defvar three-step-help nil "\
@@ -13600,8 +13608,8 @@ gives the window that lists the options.")
13600 13608
13601;;;*** 13609;;;***
13602 13610
13603;;;### (autoloads nil "help-mode" "help-mode.el" (22587 10177 774473 13611;;;### (autoloads nil "help-mode" "help-mode.el" (22676 23208 702522
13604;;;;;; 677000)) 13612;;;;;; 346000))
13605;;; Generated autoloads from help-mode.el 13613;;; Generated autoloads from help-mode.el
13606 13614
13607(autoload 'help-mode "help-mode" "\ 13615(autoload 'help-mode "help-mode" "\
@@ -13702,8 +13710,8 @@ BOOKMARK is a bookmark name or a bookmark record.
13702 13710
13703;;;*** 13711;;;***
13704 13712
13705;;;### (autoloads nil "helper" "emacs-lisp/helper.el" (22388 6369 13713;;;### (autoloads nil "helper" "emacs-lisp/helper.el" (22676 23208
13706;;;;;; 433119 193000)) 13714;;;;;; 613522 710000))
13707;;; Generated autoloads from emacs-lisp/helper.el 13715;;; Generated autoloads from emacs-lisp/helper.el
13708 13716
13709(autoload 'Helper-describe-bindings "helper" "\ 13717(autoload 'Helper-describe-bindings "helper" "\
@@ -13718,7 +13726,7 @@ Provide help for current mode.
13718 13726
13719;;;*** 13727;;;***
13720 13728
13721;;;### (autoloads nil "hexl" "hexl.el" (22388 5704 524580 299000)) 13729;;;### (autoloads nil "hexl" "hexl.el" (22676 23208 702522 346000))
13722;;; Generated autoloads from hexl.el 13730;;; Generated autoloads from hexl.el
13723 13731
13724(autoload 'hexl-mode "hexl" "\ 13732(autoload 'hexl-mode "hexl" "\
@@ -13812,7 +13820,8 @@ This discards the buffer's undo information.
13812 13820
13813;;;*** 13821;;;***
13814 13822
13815;;;### (autoloads nil "hi-lock" "hi-lock.el" (22388 5704 575580 800000)) 13823;;;### (autoloads nil "hi-lock" "hi-lock.el" (22676 23208 703522
13824;;;;;; 342000))
13816;;; Generated autoloads from hi-lock.el 13825;;; Generated autoloads from hi-lock.el
13817 13826
13818(autoload 'hi-lock-mode "hi-lock" "\ 13827(autoload 'hi-lock-mode "hi-lock" "\
@@ -13980,8 +13989,8 @@ be found in variable `hi-lock-interactive-patterns'.
13980 13989
13981;;;*** 13990;;;***
13982 13991
13983;;;### (autoloads nil "hideif" "progmodes/hideif.el" (22388 6386 13992;;;### (autoloads nil "hideif" "progmodes/hideif.el" (22676 23208
13984;;;;;; 684288 846000)) 13993;;;;;; 857521 713000))
13985;;; Generated autoloads from progmodes/hideif.el 13994;;; Generated autoloads from progmodes/hideif.el
13986 13995
13987(autoload 'hide-ifdef-mode "hideif" "\ 13996(autoload 'hide-ifdef-mode "hideif" "\
@@ -14028,8 +14037,8 @@ Several variables affect how the hiding is done:
14028 14037
14029;;;*** 14038;;;***
14030 14039
14031;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (22388 6386 14040;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (22676 23208
14032;;;;;; 703289 33000)) 14041;;;;;; 857521 713000))
14033;;; Generated autoloads from progmodes/hideshow.el 14042;;; Generated autoloads from progmodes/hideshow.el
14034 14043
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))) "\ 14044(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))) "\
@@ -14091,8 +14100,8 @@ Unconditionally turn off `hs-minor-mode'.
14091 14100
14092;;;*** 14101;;;***
14093 14102
14094;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (22388 5704 576580 14103;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (22676 23208 703522
14095;;;;;; 810000)) 14104;;;;;; 342000))
14096;;; Generated autoloads from hilit-chg.el 14105;;; Generated autoloads from hilit-chg.el
14097 14106
14098(autoload 'highlight-changes-mode "hilit-chg" "\ 14107(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -14224,8 +14233,8 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
14224 14233
14225;;;*** 14234;;;***
14226 14235
14227;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (22388 5704 619581 14236;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (22676 23208 703522
14228;;;;;; 232000)) 14237;;;;;; 342000))
14229;;; Generated autoloads from hippie-exp.el 14238;;; Generated autoloads from hippie-exp.el
14230(push (purecopy '(hippie-exp 1 6)) package--builtin-versions) 14239(push (purecopy '(hippie-exp 1 6)) package--builtin-versions)
14231 14240
@@ -14257,7 +14266,8 @@ argument VERBOSE non-nil makes the function verbose.
14257 14266
14258;;;*** 14267;;;***
14259 14268
14260;;;### (autoloads nil "hl-line" "hl-line.el" (22388 5704 621581 252000)) 14269;;;### (autoloads nil "hl-line" "hl-line.el" (22676 23208 703522
14270;;;;;; 342000))
14261;;; Generated autoloads from hl-line.el 14271;;; Generated autoloads from hl-line.el
14262 14272
14263(autoload 'hl-line-mode "hl-line" "\ 14273(autoload 'hl-line-mode "hl-line" "\
@@ -14307,8 +14317,8 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
14307 14317
14308;;;*** 14318;;;***
14309 14319
14310;;;### (autoloads nil "holidays" "calendar/holidays.el" (22388 6368 14320;;;### (autoloads nil "holidays" "calendar/holidays.el" (22676 23208
14311;;;;;; 119106 271000)) 14321;;;;;; 562522 918000))
14312;;; Generated autoloads from calendar/holidays.el 14322;;; Generated autoloads from calendar/holidays.el
14313 14323
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"))) "\ 14324(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"))) "\
@@ -14418,8 +14428,8 @@ The optional LABEL is used to label the buffer created.
14418 14428
14419;;;*** 14429;;;***
14420 14430
14421;;;### (autoloads nil "html2text" "gnus/html2text.el" (22388 6373 14431;;;### (autoloads nil "html2text" "gnus/html2text.el" (22676 23208
14422;;;;;; 233156 564000)) 14432;;;;;; 682522 428000))
14423;;; Generated autoloads from gnus/html2text.el 14433;;; Generated autoloads from gnus/html2text.el
14424 14434
14425(autoload 'html2text "html2text" "\ 14435(autoload 'html2text "html2text" "\
@@ -14429,8 +14439,8 @@ Convert HTML to plain text in the current buffer.
14429 14439
14430;;;*** 14440;;;***
14431 14441
14432;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (22630 21356 14442;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (22676 23208
14433;;;;;; 376944 943000)) 14443;;;;;; 704522 338000))
14434;;; Generated autoloads from htmlfontify.el 14444;;; Generated autoloads from htmlfontify.el
14435(push (purecopy '(htmlfontify 0 21)) package--builtin-versions) 14445(push (purecopy '(htmlfontify 0 21)) package--builtin-versions)
14436 14446
@@ -14463,8 +14473,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'.
14463 14473
14464;;;*** 14474;;;***
14465 14475
14466;;;### (autoloads nil "ibuf-macs" "ibuf-macs.el" (22388 5704 724582 14476;;;### (autoloads nil "ibuf-macs" "ibuf-macs.el" (22676 23208 705522
14467;;;;;; 265000)) 14477;;;;;; 334000))
14468;;; Generated autoloads from ibuf-macs.el 14478;;; Generated autoloads from ibuf-macs.el
14469 14479
14470(autoload 'define-ibuffer-column "ibuf-macs" "\ 14480(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -14566,7 +14576,8 @@ bound to the current value of the filter.
14566 14576
14567;;;*** 14577;;;***
14568 14578
14569;;;### (autoloads nil "ibuffer" "ibuffer.el" (22388 5704 764582 658000)) 14579;;;### (autoloads nil "ibuffer" "ibuffer.el" (22676 23208 705522
14580;;;;;; 334000))
14570;;; Generated autoloads from ibuffer.el 14581;;; Generated autoloads from ibuffer.el
14571 14582
14572(autoload 'ibuffer-list-buffers "ibuffer" "\ 14583(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -14605,8 +14616,8 @@ FORMATS is the value to use for `ibuffer-formats'.
14605 14616
14606;;;*** 14617;;;***
14607 14618
14608;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (22587 14619;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (22676
14609;;;;;; 10177 756473 425000)) 14620;;;;;; 23208 563522 913000))
14610;;; Generated autoloads from calendar/icalendar.el 14621;;; Generated autoloads from calendar/icalendar.el
14611(push (purecopy '(icalendar 0 19)) package--builtin-versions) 14622(push (purecopy '(icalendar 0 19)) package--builtin-versions)
14612 14623
@@ -14659,8 +14670,8 @@ buffer `*icalendar-errors*'.
14659 14670
14660;;;*** 14671;;;***
14661 14672
14662;;;### (autoloads nil "icomplete" "icomplete.el" (22388 5704 805583 14673;;;### (autoloads nil "icomplete" "icomplete.el" (22676 23208 705522
14663;;;;;; 62000)) 14674;;;;;; 334000))
14664;;; Generated autoloads from icomplete.el 14675;;; Generated autoloads from icomplete.el
14665 14676
14666(defvar icomplete-mode nil "\ 14677(defvar icomplete-mode nil "\
@@ -14700,8 +14711,8 @@ completions:
14700 14711
14701;;;*** 14712;;;***
14702 14713
14703;;;### (autoloads nil "icon" "progmodes/icon.el" (22388 6386 724289 14714;;;### (autoloads nil "icon" "progmodes/icon.el" (22676 23208 857521
14704;;;;;; 240000)) 14715;;;;;; 713000))
14705;;; Generated autoloads from progmodes/icon.el 14716;;; Generated autoloads from progmodes/icon.el
14706 14717
14707(autoload 'icon-mode "icon" "\ 14718(autoload 'icon-mode "icon" "\
@@ -14741,8 +14752,8 @@ with no args, if that value is non-nil.
14741 14752
14742;;;*** 14753;;;***
14743 14754
14744;;;### (autoloads nil "idlw-shell" "progmodes/idlw-shell.el" (22388 14755;;;### (autoloads nil "idlw-shell" "progmodes/idlw-shell.el" (22676
14745;;;;;; 6386 833290 311000)) 14756;;;;;; 23208 858521 709000))
14746;;; Generated autoloads from progmodes/idlw-shell.el 14757;;; Generated autoloads from progmodes/idlw-shell.el
14747 14758
14748(autoload 'idlwave-shell "idlw-shell" "\ 14759(autoload 'idlwave-shell "idlw-shell" "\
@@ -14767,8 +14778,8 @@ See also the variable `idlwave-shell-prompt-pattern'.
14767 14778
14768;;;*** 14779;;;***
14769 14780
14770;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (22587 10177 14781;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (22676 23208
14771;;;;;; 800474 42000)) 14782;;;;;; 860521 701000))
14772;;; Generated autoloads from progmodes/idlwave.el 14783;;; Generated autoloads from progmodes/idlwave.el
14773(push (purecopy '(idlwave 6 1 22)) package--builtin-versions) 14784(push (purecopy '(idlwave 6 1 22)) package--builtin-versions)
14774 14785
@@ -14897,7 +14908,7 @@ The main features of this mode are
14897 14908
14898;;;*** 14909;;;***
14899 14910
14900;;;### (autoloads nil "ido" "ido.el" (22388 5704 862583 622000)) 14911;;;### (autoloads nil "ido" "ido.el" (22676 23208 706522 330000))
14901;;; Generated autoloads from ido.el 14912;;; Generated autoloads from ido.el
14902 14913
14903(defvar ido-mode nil "\ 14914(defvar ido-mode nil "\
@@ -15159,7 +15170,7 @@ DEF, if non-nil, is the default value.
15159 15170
15160;;;*** 15171;;;***
15161 15172
15162;;;### (autoloads nil "ielm" "ielm.el" (22388 5704 921584 203000)) 15173;;;### (autoloads nil "ielm" "ielm.el" (22676 23208 707522 326000))
15163;;; Generated autoloads from ielm.el 15174;;; Generated autoloads from ielm.el
15164 15175
15165(autoload 'ielm "ielm" "\ 15176(autoload 'ielm "ielm" "\
@@ -15171,7 +15182,7 @@ See `inferior-emacs-lisp-mode' for details.
15171 15182
15172;;;*** 15183;;;***
15173 15184
15174;;;### (autoloads nil "iimage" "iimage.el" (22388 5704 924584 232000)) 15185;;;### (autoloads nil "iimage" "iimage.el" (22676 23208 707522 326000))
15175;;; Generated autoloads from iimage.el 15186;;; Generated autoloads from iimage.el
15176 15187
15177(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") 15188(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")
@@ -15187,7 +15198,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
15187 15198
15188;;;*** 15199;;;***
15189 15200
15190;;;### (autoloads nil "image" "image.el" (22388 5705 444589 346000)) 15201;;;### (autoloads nil "image" "image.el" (22676 23208 708522 322000))
15191;;; Generated autoloads from image.el 15202;;; Generated autoloads from image.el
15192 15203
15193(autoload 'image-type-from-data "image" "\ 15204(autoload 'image-type-from-data "image" "\
@@ -15380,8 +15391,8 @@ If Emacs is compiled without ImageMagick support, this does nothing.
15380 15391
15381;;;*** 15392;;;***
15382 15393
15383;;;### (autoloads nil "image-dired" "image-dired.el" (22388 5705 15394;;;### (autoloads nil "image-dired" "image-dired.el" (22676 23208
15384;;;;;; 150586 455000)) 15395;;;;;; 707522 326000))
15385;;; Generated autoloads from image-dired.el 15396;;; Generated autoloads from image-dired.el
15386(push (purecopy '(image-dired 0 4 11)) package--builtin-versions) 15397(push (purecopy '(image-dired 0 4 11)) package--builtin-versions)
15387 15398
@@ -15518,8 +15529,8 @@ easy-to-use form.
15518 15529
15519;;;*** 15530;;;***
15520 15531
15521;;;### (autoloads nil "image-file" "image-file.el" (22388 5705 201586 15532;;;### (autoloads nil "image-file" "image-file.el" (22676 23208 707522
15522;;;;;; 957000)) 15533;;;;;; 326000))
15523;;; Generated autoloads from image-file.el 15534;;; Generated autoloads from image-file.el
15524 15535
15525(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 15536(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -15582,8 +15593,8 @@ An image file is one whose name has an extension in
15582 15593
15583;;;*** 15594;;;***
15584 15595
15585;;;### (autoloads nil "image-mode" "image-mode.el" (22388 5705 201586 15596;;;### (autoloads nil "image-mode" "image-mode.el" (22676 23208 708522
15586;;;;;; 957000)) 15597;;;;;; 322000))
15587;;; Generated autoloads from image-mode.el 15598;;; Generated autoloads from image-mode.el
15588 15599
15589(autoload 'image-mode "image-mode" "\ 15600(autoload 'image-mode "image-mode" "\
@@ -15630,7 +15641,7 @@ on these modes.
15630 15641
15631;;;*** 15642;;;***
15632 15643
15633;;;### (autoloads nil "imenu" "imenu.el" (22388 5705 445589 356000)) 15644;;;### (autoloads nil "imenu" "imenu.el" (22676 23208 708522 322000))
15634;;; Generated autoloads from imenu.el 15645;;; Generated autoloads from imenu.el
15635 15646
15636(defvar imenu-sort-function nil "\ 15647(defvar imenu-sort-function nil "\
@@ -15768,8 +15779,8 @@ for more information.
15768 15779
15769;;;*** 15780;;;***
15770 15781
15771;;;### (autoloads nil "ind-util" "language/ind-util.el" (22587 10177 15782;;;### (autoloads nil "ind-util" "language/ind-util.el" (22676 23208
15772;;;;;; 779473 747000)) 15783;;;;;; 724522 256000))
15773;;; Generated autoloads from language/ind-util.el 15784;;; Generated autoloads from language/ind-util.el
15774 15785
15775(autoload 'indian-compose-region "ind-util" "\ 15786(autoload 'indian-compose-region "ind-util" "\
@@ -15799,8 +15810,8 @@ Convert old Emacs Devanagari characters to UCS.
15799 15810
15800;;;*** 15811;;;***
15801 15812
15802;;;### (autoloads nil "inf-lisp" "progmodes/inf-lisp.el" (22388 6387 15813;;;### (autoloads nil "inf-lisp" "progmodes/inf-lisp.el" (22676 23208
15803;;;;;; 122293 154000)) 15814;;;;;; 861521 697000))
15804;;; Generated autoloads from progmodes/inf-lisp.el 15815;;; Generated autoloads from progmodes/inf-lisp.el
15805 15816
15806(autoload 'inferior-lisp "inf-lisp" "\ 15817(autoload 'inferior-lisp "inf-lisp" "\
@@ -15818,7 +15829,7 @@ of `inferior-lisp-program'). Runs the hooks from
15818 15829
15819;;;*** 15830;;;***
15820 15831
15821;;;### (autoloads nil "info" "info.el" (22587 10177 776473 705000)) 15832;;;### (autoloads nil "info" "info.el" (22676 23208 710522 314000))
15822;;; Generated autoloads from info.el 15833;;; Generated autoloads from info.el
15823 15834
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))))) "\ 15835(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))))) "\
@@ -16030,8 +16041,8 @@ completion alternatives to currently visited manuals.
16030 16041
16031;;;*** 16042;;;***
16032 16043
16033;;;### (autoloads nil "info-look" "info-look.el" (22388 5705 484589 16044;;;### (autoloads nil "info-look" "info-look.el" (22676 23208 709522
16034;;;;;; 739000)) 16045;;;;;; 318000))
16035;;; Generated autoloads from info-look.el 16046;;; Generated autoloads from info-look.el
16036 16047
16037(autoload 'info-lookup-reset "info-look" "\ 16048(autoload 'info-lookup-reset "info-look" "\
@@ -16078,8 +16089,8 @@ Perform completion on file preceding point.
16078 16089
16079;;;*** 16090;;;***
16080 16091
16081;;;### (autoloads nil "info-xref" "info-xref.el" (22388 5705 523590 16092;;;### (autoloads nil "info-xref" "info-xref.el" (22676 23208 709522
16082;;;;;; 123000)) 16093;;;;;; 318000))
16083;;; Generated autoloads from info-xref.el 16094;;; Generated autoloads from info-xref.el
16084(push (purecopy '(info-xref 3)) package--builtin-versions) 16095(push (purecopy '(info-xref 3)) package--builtin-versions)
16085 16096
@@ -16162,8 +16173,8 @@ the sources handy.
16162 16173
16163;;;*** 16174;;;***
16164 16175
16165;;;### (autoloads nil "informat" "informat.el" (22388 5705 689591 16176;;;### (autoloads nil "informat" "informat.el" (22676 23208 710522
16166;;;;;; 755000)) 16177;;;;;; 314000))
16167;;; Generated autoloads from informat.el 16178;;; Generated autoloads from informat.el
16168 16179
16169(autoload 'Info-tagify "informat" "\ 16180(autoload 'Info-tagify "informat" "\
@@ -16208,8 +16219,8 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
16208 16219
16209;;;*** 16220;;;***
16210 16221
16211;;;### (autoloads nil "inline" "emacs-lisp/inline.el" (22630 21356 16222;;;### (autoloads nil "inline" "emacs-lisp/inline.el" (22676 23208
16212;;;;;; 366944 802000)) 16223;;;;;; 613522 710000))
16213;;; Generated autoloads from emacs-lisp/inline.el 16224;;; Generated autoloads from emacs-lisp/inline.el
16214 16225
16215(autoload 'define-inline "inline" "\ 16226(autoload 'define-inline "inline" "\
@@ -16223,8 +16234,8 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
16223 16234
16224;;;*** 16235;;;***
16225 16236
16226;;;### (autoloads nil "inversion" "cedet/inversion.el" (22388 6368 16237;;;### (autoloads nil "inversion" "cedet/inversion.el" (22676 23208
16227;;;;;; 463109 654000)) 16238;;;;;; 571522 881000))
16228;;; Generated autoloads from cedet/inversion.el 16239;;; Generated autoloads from cedet/inversion.el
16229(push (purecopy '(inversion 1 3)) package--builtin-versions) 16240(push (purecopy '(inversion 1 3)) package--builtin-versions)
16230 16241
@@ -16236,8 +16247,8 @@ Only checks one based on which kind of Emacs is being run.
16236 16247
16237;;;*** 16248;;;***
16238 16249
16239;;;### (autoloads nil "isearch-x" "international/isearch-x.el" (22388 16250;;;### (autoloads nil "isearch-x" "international/isearch-x.el" (22676
16240;;;;;; 6374 396168 1000)) 16251;;;;;; 23208 711522 309000))
16241;;; Generated autoloads from international/isearch-x.el 16252;;; Generated autoloads from international/isearch-x.el
16242 16253
16243(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 16254(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -16257,8 +16268,8 @@ Toggle input method in interactive search.
16257 16268
16258;;;*** 16269;;;***
16259 16270
16260;;;### (autoloads nil "isearchb" "isearchb.el" (22388 5705 752592 16271;;;### (autoloads nil "isearchb" "isearchb.el" (22676 23208 717522
16261;;;;;; 375000)) 16272;;;;;; 285000))
16262;;; Generated autoloads from isearchb.el 16273;;; Generated autoloads from isearchb.el
16263(push (purecopy '(isearchb 1 5)) package--builtin-versions) 16274(push (purecopy '(isearchb 1 5)) package--builtin-versions)
16264 16275
@@ -16272,8 +16283,8 @@ accessed via isearchb.
16272 16283
16273;;;*** 16284;;;***
16274 16285
16275;;;### (autoloads nil "iso-cvt" "international/iso-cvt.el" (22388 16286;;;### (autoloads nil "iso-cvt" "international/iso-cvt.el" (22676
16276;;;;;; 6374 400168 41000)) 16287;;;;;; 23208 712522 305000))
16277;;; Generated autoloads from international/iso-cvt.el 16288;;; Generated autoloads from international/iso-cvt.el
16278 16289
16279(autoload 'iso-spanish "iso-cvt" "\ 16290(autoload 'iso-spanish "iso-cvt" "\
@@ -16364,15 +16375,15 @@ Add submenus to the File menu, to convert to and from various formats.
16364;;;*** 16375;;;***
16365 16376
16366;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 16377;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
16367;;;;;; (22388 6374 403168 70000)) 16378;;;;;; (22676 23208 712522 305000))
16368;;; Generated autoloads from international/iso-transl.el 16379;;; Generated autoloads from international/iso-transl.el
16369 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 16380 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
16370 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap) 16381 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap)
16371 16382
16372;;;*** 16383;;;***
16373 16384
16374;;;### (autoloads nil "ispell" "textmodes/ispell.el" (22388 6389 16385;;;### (autoloads nil "ispell" "textmodes/ispell.el" (22676 23208
16375;;;;;; 418315 733000)) 16386;;;;;; 900521 538000))
16376;;; Generated autoloads from textmodes/ispell.el 16387;;; Generated autoloads from textmodes/ispell.el
16377 16388
16378(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 16389(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
@@ -16605,8 +16616,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
16605 16616
16606;;;*** 16617;;;***
16607 16618
16608;;;### (autoloads nil "japan-util" "language/japan-util.el" (22388 16619;;;### (autoloads nil "japan-util" "language/japan-util.el" (22676
16609;;;;;; 6375 363177 511000)) 16620;;;;;; 23208 724522 256000))
16610;;; Generated autoloads from language/japan-util.el 16621;;; Generated autoloads from language/japan-util.el
16611 16622
16612(autoload 'setup-japanese-environment-internal "japan-util" "\ 16623(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -16683,8 +16694,8 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16683 16694
16684;;;*** 16695;;;***
16685 16696
16686;;;### (autoloads nil "jka-compr" "jka-compr.el" (22388 5705 804592 16697;;;### (autoloads nil "jka-compr" "jka-compr.el" (22676 23208 718522
16687;;;;;; 887000)) 16698;;;;;; 281000))
16688;;; Generated autoloads from jka-compr.el 16699;;; Generated autoloads from jka-compr.el
16689 16700
16690(defvar jka-compr-inhibit nil "\ 16701(defvar jka-compr-inhibit nil "\
@@ -16707,8 +16718,8 @@ by `jka-compr-installed'.
16707 16718
16708;;;*** 16719;;;***
16709 16720
16710;;;### (autoloads nil "js" "progmodes/js.el" (22630 21356 407945 16721;;;### (autoloads nil "js" "progmodes/js.el" (22676 23208 862521
16711;;;;;; 377000)) 16722;;;;;; 693000))
16712;;; Generated autoloads from progmodes/js.el 16723;;; Generated autoloads from progmodes/js.el
16713(push (purecopy '(js 9)) package--builtin-versions) 16724(push (purecopy '(js 9)) package--builtin-versions)
16714 16725
@@ -16735,14 +16746,14 @@ locally, like so:
16735 16746
16736;;;*** 16747;;;***
16737 16748
16738;;;### (autoloads nil "json" "json.el" (22388 5705 807592 916000)) 16749;;;### (autoloads nil "json" "json.el" (22676 23208 718522 281000))
16739;;; Generated autoloads from json.el 16750;;; Generated autoloads from json.el
16740(push (purecopy '(json 1 4)) package--builtin-versions) 16751(push (purecopy '(json 1 4)) package--builtin-versions)
16741 16752
16742;;;*** 16753;;;***
16743 16754
16744;;;### (autoloads nil "keypad" "emulation/keypad.el" (22388 6369 16755;;;### (autoloads nil "keypad" "emulation/keypad.el" (22676 23208
16745;;;;;; 920123 983000)) 16756;;;;;; 621522 677000))
16746;;; Generated autoloads from emulation/keypad.el 16757;;; Generated autoloads from emulation/keypad.el
16747 16758
16748(defvar keypad-setup nil "\ 16759(defvar keypad-setup nil "\
@@ -16797,8 +16808,8 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
16797 16808
16798;;;*** 16809;;;***
16799 16810
16800;;;### (autoloads nil "kinsoku" "international/kinsoku.el" (22388 16811;;;### (autoloads nil "kinsoku" "international/kinsoku.el" (22676
16801;;;;;; 6374 423168 267000)) 16812;;;;;; 23208 712522 305000))
16802;;; Generated autoloads from international/kinsoku.el 16813;;; Generated autoloads from international/kinsoku.el
16803 16814
16804(autoload 'kinsoku "kinsoku" "\ 16815(autoload 'kinsoku "kinsoku" "\
@@ -16819,8 +16830,8 @@ the context of text formatting.
16819 16830
16820;;;*** 16831;;;***
16821 16832
16822;;;### (autoloads nil "kkc" "international/kkc.el" (22388 6374 436168 16833;;;### (autoloads nil "kkc" "international/kkc.el" (22676 23208 713522
16823;;;;;; 395000)) 16834;;;;;; 301000))
16824;;; Generated autoloads from international/kkc.el 16835;;; Generated autoloads from international/kkc.el
16825 16836
16826(defvar kkc-after-update-conversion-functions nil "\ 16837(defvar kkc-after-update-conversion-functions nil "\
@@ -16842,7 +16853,7 @@ and the return value is the length of the conversion.
16842 16853
16843;;;*** 16854;;;***
16844 16855
16845;;;### (autoloads nil "kmacro" "kmacro.el" (22388 5705 847593 309000)) 16856;;;### (autoloads nil "kmacro" "kmacro.el" (22676 23208 719522 277000))
16846;;; Generated autoloads from kmacro.el 16857;;; Generated autoloads from kmacro.el
16847 (global-set-key "\C-x(" 'kmacro-start-macro) 16858 (global-set-key "\C-x(" 'kmacro-start-macro)
16848 (global-set-key "\C-x)" 'kmacro-end-macro) 16859 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -16954,8 +16965,8 @@ If kbd macro currently being defined end it before activating it.
16954 16965
16955;;;*** 16966;;;***
16956 16967
16957;;;### (autoloads nil "korea-util" "language/korea-util.el" (22388 16968;;;### (autoloads nil "korea-util" "language/korea-util.el" (22676
16958;;;;;; 6375 366177 541000)) 16969;;;;;; 23208 724522 256000))
16959;;; Generated autoloads from language/korea-util.el 16970;;; Generated autoloads from language/korea-util.el
16960 16971
16961(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ 16972(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
@@ -16969,8 +16980,8 @@ The kind of Korean keyboard for Korean input method.
16969 16980
16970;;;*** 16981;;;***
16971 16982
16972;;;### (autoloads nil "lao-util" "language/lao-util.el" (22388 6375 16983;;;### (autoloads nil "lao-util" "language/lao-util.el" (22676 23208
16973;;;;;; 368177 560000)) 16984;;;;;; 724522 256000))
16974;;; Generated autoloads from language/lao-util.el 16985;;; Generated autoloads from language/lao-util.el
16975 16986
16976(autoload 'lao-compose-string "lao-util" "\ 16987(autoload 'lao-compose-string "lao-util" "\
@@ -17007,8 +17018,8 @@ Transcribe Romanized Lao string STR to Lao character string.
17007 17018
17008;;;*** 17019;;;***
17009 17020
17010;;;### (autoloads nil "latexenc" "international/latexenc.el" (22388 17021;;;### (autoloads nil "latexenc" "international/latexenc.el" (22676
17011;;;;;; 6374 439168 424000)) 17022;;;;;; 23208 713522 301000))
17012;;; Generated autoloads from international/latexenc.el 17023;;; Generated autoloads from international/latexenc.el
17013 17024
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))) "\ 17025(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))) "\
@@ -17040,7 +17051,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
17040;;;*** 17051;;;***
17041 17052
17042;;;### (autoloads nil "latin1-disp" "international/latin1-disp.el" 17053;;;### (autoloads nil "latin1-disp" "international/latin1-disp.el"
17043;;;;;; (22388 6374 462168 650000)) 17054;;;;;; (22676 23208 713522 301000))
17044;;; Generated autoloads from international/latin1-disp.el 17055;;; Generated autoloads from international/latin1-disp.el
17045 17056
17046(defvar latin1-display nil "\ 17057(defvar latin1-display nil "\
@@ -17081,8 +17092,8 @@ use either \\[customize] or the function `latin1-display'.")
17081 17092
17082;;;*** 17093;;;***
17083 17094
17084;;;### (autoloads nil "ld-script" "progmodes/ld-script.el" (22388 17095;;;### (autoloads nil "ld-script" "progmodes/ld-script.el" (22676
17085;;;;;; 6387 218294 98000)) 17096;;;;;; 23208 862521 693000))
17086;;; Generated autoloads from progmodes/ld-script.el 17097;;; Generated autoloads from progmodes/ld-script.el
17087 17098
17088(autoload 'ld-script-mode "ld-script" "\ 17099(autoload 'ld-script-mode "ld-script" "\
@@ -17092,8 +17103,8 @@ A major mode to edit GNU ld script files
17092 17103
17093;;;*** 17104;;;***
17094 17105
17095;;;### (autoloads nil "let-alist" "emacs-lisp/let-alist.el" (22388 17106;;;### (autoloads nil "let-alist" "emacs-lisp/let-alist.el" (22676
17096;;;;;; 6369 450119 360000)) 17107;;;;;; 23208 613522 710000))
17097;;; Generated autoloads from emacs-lisp/let-alist.el 17108;;; Generated autoloads from emacs-lisp/let-alist.el
17098(push (purecopy '(let-alist 1 0 4)) package--builtin-versions) 17109(push (purecopy '(let-alist 1 0 4)) package--builtin-versions)
17099 17110
@@ -17132,7 +17143,7 @@ displayed in the example above.
17132 17143
17133;;;*** 17144;;;***
17134 17145
17135;;;### (autoloads nil "life" "play/life.el" (22388 6383 419256 737000)) 17146;;;### (autoloads nil "life" "play/life.el" (22676 23208 832521 815000))
17136;;; Generated autoloads from play/life.el 17147;;; Generated autoloads from play/life.el
17137 17148
17138(autoload 'life "life" "\ 17149(autoload 'life "life" "\
@@ -17145,7 +17156,7 @@ generations (this defaults to 1).
17145 17156
17146;;;*** 17157;;;***
17147 17158
17148;;;### (autoloads nil "linum" "linum.el" (22388 5706 317597 931000)) 17159;;;### (autoloads nil "linum" "linum.el" (22676 23208 737522 203000))
17149;;; Generated autoloads from linum.el 17160;;; Generated autoloads from linum.el
17150(push (purecopy '(linum 0 9 24)) package--builtin-versions) 17161(push (purecopy '(linum 0 9 24)) package--builtin-versions)
17151 17162
@@ -17183,8 +17194,8 @@ See `linum-mode' for more information on Linum mode.
17183 17194
17184;;;*** 17195;;;***
17185 17196
17186;;;### (autoloads nil "loadhist" "loadhist.el" (22388 5706 319597 17197;;;### (autoloads nil "loadhist" "loadhist.el" (22676 23208 737522
17187;;;;;; 951000)) 17198;;;;;; 203000))
17188;;; Generated autoloads from loadhist.el 17199;;; Generated autoloads from loadhist.el
17189 17200
17190(autoload 'unload-feature "loadhist" "\ 17201(autoload 'unload-feature "loadhist" "\
@@ -17215,7 +17226,7 @@ something strange, such as redefining an Emacs function.
17215 17226
17216;;;*** 17227;;;***
17217 17228
17218;;;### (autoloads nil "locate" "locate.el" (22388 5706 360598 354000)) 17229;;;### (autoloads nil "locate" "locate.el" (22676 23208 738522 199000))
17219;;; Generated autoloads from locate.el 17230;;; Generated autoloads from locate.el
17220 17231
17221(defvar locate-ls-subdir-switches (purecopy "-al") "\ 17232(defvar locate-ls-subdir-switches (purecopy "-al") "\
@@ -17267,8 +17278,8 @@ except that FILTER is not optional.
17267 17278
17268;;;*** 17279;;;***
17269 17280
17270;;;### (autoloads nil "log-edit" "vc/log-edit.el" (22388 6391 125332 17281;;;### (autoloads nil "log-edit" "vc/log-edit.el" (22676 23208 924521
17271;;;;;; 520000)) 17282;;;;;; 440000))
17272;;; Generated autoloads from vc/log-edit.el 17283;;; Generated autoloads from vc/log-edit.el
17273 17284
17274(autoload 'log-edit "log-edit" "\ 17285(autoload 'log-edit "log-edit" "\
@@ -17299,8 +17310,8 @@ done. Otherwise, it uses the current buffer.
17299 17310
17300;;;*** 17311;;;***
17301 17312
17302;;;### (autoloads nil "log-view" "vc/log-view.el" (22388 6391 153332 17313;;;### (autoloads nil "log-view" "vc/log-view.el" (22676 23208 924521
17303;;;;;; 797000)) 17314;;;;;; 440000))
17304;;; Generated autoloads from vc/log-view.el 17315;;; Generated autoloads from vc/log-view.el
17305 17316
17306(autoload 'log-view-mode "log-view" "\ 17317(autoload 'log-view-mode "log-view" "\
@@ -17310,7 +17321,7 @@ Major mode for browsing CVS log output.
17310 17321
17311;;;*** 17322;;;***
17312 17323
17313;;;### (autoloads nil "lpr" "lpr.el" (22388 5706 361598 364000)) 17324;;;### (autoloads nil "lpr" "lpr.el" (22676 23208 738522 199000))
17314;;; Generated autoloads from lpr.el 17325;;; Generated autoloads from lpr.el
17315 17326
17316(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\ 17327(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\
@@ -17405,8 +17416,8 @@ for further customization of the printer command.
17405 17416
17406;;;*** 17417;;;***
17407 17418
17408;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (22587 10177 779473 17419;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (22676 23208 738522
17409;;;;;; 747000)) 17420;;;;;; 199000))
17410;;; Generated autoloads from ls-lisp.el 17421;;; Generated autoloads from ls-lisp.el
17411 17422
17412(defvar ls-lisp-support-shell-wildcards t "\ 17423(defvar ls-lisp-support-shell-wildcards t "\
@@ -17417,8 +17428,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
17417 17428
17418;;;*** 17429;;;***
17419 17430
17420;;;### (autoloads nil "lunar" "calendar/lunar.el" (22388 6368 185106 17431;;;### (autoloads nil "lunar" "calendar/lunar.el" (22676 23208 563522
17421;;;;;; 920000)) 17432;;;;;; 913000))
17422;;; Generated autoloads from calendar/lunar.el 17433;;; Generated autoloads from calendar/lunar.el
17423 17434
17424(autoload 'lunar-phases "lunar" "\ 17435(autoload 'lunar-phases "lunar" "\
@@ -17430,8 +17441,8 @@ This function is suitable for execution in an init file.
17430 17441
17431;;;*** 17442;;;***
17432 17443
17433;;;### (autoloads nil "m4-mode" "progmodes/m4-mode.el" (22388 6387 17444;;;### (autoloads nil "m4-mode" "progmodes/m4-mode.el" (22676 23208
17434;;;;;; 219294 107000)) 17445;;;;;; 862521 693000))
17435;;; Generated autoloads from progmodes/m4-mode.el 17446;;; Generated autoloads from progmodes/m4-mode.el
17436 17447
17437(autoload 'm4-mode "m4-mode" "\ 17448(autoload 'm4-mode "m4-mode" "\
@@ -17441,7 +17452,7 @@ A major mode to edit m4 macro files.
17441 17452
17442;;;*** 17453;;;***
17443 17454
17444;;;### (autoloads nil "macros" "macros.el" (22388 5706 405598 797000)) 17455;;;### (autoloads nil "macros" "macros.el" (22676 23208 738522 199000))
17445;;; Generated autoloads from macros.el 17456;;; Generated autoloads from macros.el
17446 17457
17447(autoload 'name-last-kbd-macro "macros" "\ 17458(autoload 'name-last-kbd-macro "macros" "\
@@ -17530,8 +17541,8 @@ and then select the region of un-tablified names and use
17530 17541
17531;;;*** 17542;;;***
17532 17543
17533;;;### (autoloads nil "mail-extr" "mail/mail-extr.el" (22388 6375 17544;;;### (autoloads nil "mail-extr" "mail/mail-extr.el" (22676 23208
17534;;;;;; 635180 186000)) 17545;;;;;; 739522 195000))
17535;;; Generated autoloads from mail/mail-extr.el 17546;;; Generated autoloads from mail/mail-extr.el
17536 17547
17537(autoload 'mail-extract-address-components "mail-extr" "\ 17548(autoload 'mail-extract-address-components "mail-extr" "\
@@ -17561,8 +17572,8 @@ Convert mail domain DOMAIN to the country it corresponds to.
17561 17572
17562;;;*** 17573;;;***
17563 17574
17564;;;### (autoloads nil "mail-hist" "mail/mail-hist.el" (22388 6375 17575;;;### (autoloads nil "mail-hist" "mail/mail-hist.el" (22676 23208
17565;;;;;; 637180 206000)) 17576;;;;;; 739522 195000))
17566;;; Generated autoloads from mail/mail-hist.el 17577;;; Generated autoloads from mail/mail-hist.el
17567 17578
17568(autoload 'mail-hist-define-keys "mail-hist" "\ 17579(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -17591,8 +17602,8 @@ This function normally would be called when the message is sent.
17591 17602
17592;;;*** 17603;;;***
17593 17604
17594;;;### (autoloads nil "mail-utils" "mail/mail-utils.el" (22388 6375 17605;;;### (autoloads nil "mail-utils" "mail/mail-utils.el" (22676 23208
17595;;;;;; 637180 206000)) 17606;;;;;; 740522 191000))
17596;;; Generated autoloads from mail/mail-utils.el 17607;;; Generated autoloads from mail/mail-utils.el
17597 17608
17598(defvar mail-use-rfc822 nil "\ 17609(defvar mail-use-rfc822 nil "\
@@ -17666,8 +17677,8 @@ matches may be returned from the message body.
17666 17677
17667;;;*** 17678;;;***
17668 17679
17669;;;### (autoloads nil "mailabbrev" "mail/mailabbrev.el" (22388 6375 17680;;;### (autoloads nil "mailabbrev" "mail/mailabbrev.el" (22676 23208
17670;;;;;; 638180 216000)) 17681;;;;;; 740522 191000))
17671;;; Generated autoloads from mail/mailabbrev.el 17682;;; Generated autoloads from mail/mailabbrev.el
17672 17683
17673(defvar mail-abbrevs-mode nil "\ 17684(defvar mail-abbrevs-mode nil "\
@@ -17717,8 +17728,8 @@ double-quotes.
17717 17728
17718;;;*** 17729;;;***
17719 17730
17720;;;### (autoloads nil "mailalias" "mail/mailalias.el" (22388 6375 17731;;;### (autoloads nil "mailalias" "mail/mailalias.el" (22676 23208
17721;;;;;; 639180 226000)) 17732;;;;;; 740522 191000))
17722;;; Generated autoloads from mail/mailalias.el 17733;;; Generated autoloads from mail/mailalias.el
17723 17734
17724(defvar mail-complete-style 'angles "\ 17735(defvar mail-complete-style 'angles "\
@@ -17771,8 +17782,8 @@ current header, calls `mail-complete-function' and passes prefix ARG if any.
17771 17782
17772;;;*** 17783;;;***
17773 17784
17774;;;### (autoloads nil "mailclient" "mail/mailclient.el" (22388 6375 17785;;;### (autoloads nil "mailclient" "mail/mailclient.el" (22676 23208
17775;;;;;; 639180 226000)) 17786;;;;;; 740522 191000))
17776;;; Generated autoloads from mail/mailclient.el 17787;;; Generated autoloads from mail/mailclient.el
17777 17788
17778(autoload 'mailclient-send-it "mailclient" "\ 17789(autoload 'mailclient-send-it "mailclient" "\
@@ -17784,8 +17795,8 @@ The mail client is taken to be the handler of mailto URLs.
17784 17795
17785;;;*** 17796;;;***
17786 17797
17787;;;### (autoloads nil "make-mode" "progmodes/make-mode.el" (22388 17798;;;### (autoloads nil "make-mode" "progmodes/make-mode.el" (22676
17788;;;;;; 6387 242294 334000)) 17799;;;;;; 23208 862521 693000))
17789;;; Generated autoloads from progmodes/make-mode.el 17800;;; Generated autoloads from progmodes/make-mode.el
17790 17801
17791(autoload 'makefile-mode "make-mode" "\ 17802(autoload 'makefile-mode "make-mode" "\
@@ -17902,7 +17913,8 @@ An adapted `makefile-mode' that knows about imake.
17902 17913
17903;;;*** 17914;;;***
17904 17915
17905;;;### (autoloads nil "makesum" "makesum.el" (22388 5706 447599 210000)) 17916;;;### (autoloads nil "makesum" "makesum.el" (22676 23208 745522
17917;;;;;; 171000))
17906;;; Generated autoloads from makesum.el 17918;;; Generated autoloads from makesum.el
17907 17919
17908(autoload 'make-command-summary "makesum" "\ 17920(autoload 'make-command-summary "makesum" "\
@@ -17913,7 +17925,7 @@ Previous contents of that buffer are killed first.
17913 17925
17914;;;*** 17926;;;***
17915 17927
17916;;;### (autoloads nil "man" "man.el" (22587 10177 780473 761000)) 17928;;;### (autoloads nil "man" "man.el" (22676 23208 746522 166000))
17917;;; Generated autoloads from man.el 17929;;; Generated autoloads from man.el
17918 17930
17919(defalias 'manual-entry 'man) 17931(defalias 'manual-entry 'man)
@@ -17969,14 +17981,14 @@ Default bookmark handler for Man buffers.
17969 17981
17970;;;*** 17982;;;***
17971 17983
17972;;;### (autoloads nil "map" "emacs-lisp/map.el" (22388 6369 508119 17984;;;### (autoloads nil "map" "emacs-lisp/map.el" (22676 23208 614522
17973;;;;;; 931000)) 17985;;;;;; 705000))
17974;;; Generated autoloads from emacs-lisp/map.el 17986;;; Generated autoloads from emacs-lisp/map.el
17975(push (purecopy '(map 1 0)) package--builtin-versions) 17987(push (purecopy '(map 1 0)) package--builtin-versions)
17976 17988
17977;;;*** 17989;;;***
17978 17990
17979;;;### (autoloads nil "master" "master.el" (22388 5706 537600 95000)) 17991;;;### (autoloads nil "master" "master.el" (22676 23208 746522 166000))
17980;;; Generated autoloads from master.el 17992;;; Generated autoloads from master.el
17981(push (purecopy '(master 1 0 2)) package--builtin-versions) 17993(push (purecopy '(master 1 0 2)) package--builtin-versions)
17982 17994
@@ -17999,8 +18011,8 @@ yourself the value of `master-of' by calling `master-show-slave'.
17999 18011
18000;;;*** 18012;;;***
18001 18013
18002;;;### (autoloads nil "mb-depth" "mb-depth.el" (22388 5706 539600 18014;;;### (autoloads nil "mb-depth" "mb-depth.el" (22676 23208 746522
18003;;;;;; 114000)) 18015;;;;;; 166000))
18004;;; Generated autoloads from mb-depth.el 18016;;; Generated autoloads from mb-depth.el
18005 18017
18006(defvar minibuffer-depth-indicate-mode nil "\ 18018(defvar minibuffer-depth-indicate-mode nil "\
@@ -18028,14 +18040,14 @@ recursion depth in the minibuffer prompt. This is only useful if
18028 18040
18029;;;*** 18041;;;***
18030 18042
18031;;;### (autoloads nil "md4" "md4.el" (22388 5706 539600 114000)) 18043;;;### (autoloads nil "md4" "md4.el" (22676 23208 746522 166000))
18032;;; Generated autoloads from md4.el 18044;;; Generated autoloads from md4.el
18033(push (purecopy '(md4 1 0)) package--builtin-versions) 18045(push (purecopy '(md4 1 0)) package--builtin-versions)
18034 18046
18035;;;*** 18047;;;***
18036 18048
18037;;;### (autoloads nil "message" "gnus/message.el" (22388 6373 395158 18049;;;### (autoloads nil "message" "gnus/message.el" (22676 23208 685522
18038;;;;;; 158000)) 18050;;;;;; 416000))
18039;;; Generated autoloads from gnus/message.el 18051;;; Generated autoloads from gnus/message.el
18040 18052
18041(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 18053(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -18200,8 +18212,8 @@ which specify the range to operate on.
18200 18212
18201;;;*** 18213;;;***
18202 18214
18203;;;### (autoloads nil "meta-mode" "progmodes/meta-mode.el" (22388 18215;;;### (autoloads nil "meta-mode" "progmodes/meta-mode.el" (22676
18204;;;;;; 6387 280294 707000)) 18216;;;;;; 23208 863521 689000))
18205;;; Generated autoloads from progmodes/meta-mode.el 18217;;; Generated autoloads from progmodes/meta-mode.el
18206(push (purecopy '(meta-mode 1 0)) package--builtin-versions) 18218(push (purecopy '(meta-mode 1 0)) package--builtin-versions)
18207 18219
@@ -18217,8 +18229,8 @@ Major mode for editing MetaPost sources.
18217 18229
18218;;;*** 18230;;;***
18219 18231
18220;;;### (autoloads nil "metamail" "mail/metamail.el" (22388 6375 640180 18232;;;### (autoloads nil "metamail" "mail/metamail.el" (22676 23208
18221;;;;;; 235000)) 18233;;;;;; 740522 191000))
18222;;; Generated autoloads from mail/metamail.el 18234;;; Generated autoloads from mail/metamail.el
18223 18235
18224(autoload 'metamail-interpret-header "metamail" "\ 18236(autoload 'metamail-interpret-header "metamail" "\
@@ -18261,8 +18273,8 @@ redisplayed as output is inserted.
18261 18273
18262;;;*** 18274;;;***
18263 18275
18264;;;### (autoloads nil "mh-comp" "mh-e/mh-comp.el" (22388 6376 408187 18276;;;### (autoloads nil "mh-comp" "mh-e/mh-comp.el" (22676 23208 751522
18265;;;;;; 788000)) 18277;;;;;; 146000))
18266;;; Generated autoloads from mh-e/mh-comp.el 18278;;; Generated autoloads from mh-e/mh-comp.el
18267 18279
18268(autoload 'mh-smail "mh-comp" "\ 18280(autoload 'mh-smail "mh-comp" "\
@@ -18352,7 +18364,7 @@ delete the draft message.
18352 18364
18353;;;*** 18365;;;***
18354 18366
18355;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (22388 6376 513188 821000)) 18367;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (22676 23208 752522 142000))
18356;;; Generated autoloads from mh-e/mh-e.el 18368;;; Generated autoloads from mh-e/mh-e.el
18357(push (purecopy '(mh-e 8 6)) package--builtin-versions) 18369(push (purecopy '(mh-e 8 6)) package--builtin-versions)
18358 18370
@@ -18369,8 +18381,8 @@ Display version information about MH-E and the MH mail handling system.
18369 18381
18370;;;*** 18382;;;***
18371 18383
18372;;;### (autoloads nil "mh-folder" "mh-e/mh-folder.el" (22388 6376 18384;;;### (autoloads nil "mh-folder" "mh-e/mh-folder.el" (22676 23208
18373;;;;;; 631189 982000)) 18385;;;;;; 752522 142000))
18374;;; Generated autoloads from mh-e/mh-folder.el 18386;;; Generated autoloads from mh-e/mh-folder.el
18375 18387
18376(autoload 'mh-rmail "mh-folder" "\ 18388(autoload 'mh-rmail "mh-folder" "\
@@ -18451,8 +18463,8 @@ perform the operation on all messages in that region.
18451 18463
18452;;;*** 18464;;;***
18453 18465
18454;;;### (autoloads nil "midnight" "midnight.el" (22388 5706 628600 18466;;;### (autoloads nil "midnight" "midnight.el" (22676 23208 756522
18455;;;;;; 990000)) 18467;;;;;; 126000))
18456;;; Generated autoloads from midnight.el 18468;;; Generated autoloads from midnight.el
18457 18469
18458(defvar midnight-mode nil "\ 18470(defvar midnight-mode nil "\
@@ -18493,8 +18505,8 @@ to its second argument TM.
18493 18505
18494;;;*** 18506;;;***
18495 18507
18496;;;### (autoloads nil "minibuf-eldef" "minibuf-eldef.el" (22388 5706 18508;;;### (autoloads nil "minibuf-eldef" "minibuf-eldef.el" (22676 23208
18497;;;;;; 628600 990000)) 18509;;;;;; 756522 126000))
18498;;; Generated autoloads from minibuf-eldef.el 18510;;; Generated autoloads from minibuf-eldef.el
18499 18511
18500(defvar minibuffer-electric-default-mode nil "\ 18512(defvar minibuffer-electric-default-mode nil "\
@@ -18524,7 +18536,7 @@ is modified to remove the default indication.
18524 18536
18525;;;*** 18537;;;***
18526 18538
18527;;;### (autoloads nil "misc" "misc.el" (22388 5706 864603 311000)) 18539;;;### (autoloads nil "misc" "misc.el" (22676 23208 757522 122000))
18528;;; Generated autoloads from misc.el 18540;;; Generated autoloads from misc.el
18529 18541
18530(autoload 'butterfly "misc" "\ 18542(autoload 'butterfly "misc" "\
@@ -18552,8 +18564,8 @@ The return value is always nil.
18552 18564
18553;;;*** 18565;;;***
18554 18566
18555;;;### (autoloads nil "misearch" "misearch.el" (22388 5706 866603 18567;;;### (autoloads nil "misearch" "misearch.el" (22676 23208 757522
18556;;;;;; 331000)) 18568;;;;;; 122000))
18557;;; Generated autoloads from misearch.el 18569;;; Generated autoloads from misearch.el
18558 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 18570 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
18559 18571
@@ -18641,8 +18653,8 @@ whose file names match the specified wildcard.
18641 18653
18642;;;*** 18654;;;***
18643 18655
18644;;;### (autoloads nil "mixal-mode" "progmodes/mixal-mode.el" (22388 18656;;;### (autoloads nil "mixal-mode" "progmodes/mixal-mode.el" (22676
18645;;;;;; 6387 283294 737000)) 18657;;;;;; 23208 863521 689000))
18646;;; Generated autoloads from progmodes/mixal-mode.el 18658;;; Generated autoloads from progmodes/mixal-mode.el
18647(push (purecopy '(mixal-mode 0 1)) package--builtin-versions) 18659(push (purecopy '(mixal-mode 0 1)) package--builtin-versions)
18648 18660
@@ -18653,8 +18665,8 @@ Major mode for the mixal asm language.
18653 18665
18654;;;*** 18666;;;***
18655 18667
18656;;;### (autoloads nil "mm-encode" "gnus/mm-encode.el" (22388 6373 18668;;;### (autoloads nil "mm-encode" "gnus/mm-encode.el" (22676 23208
18657;;;;;; 521159 397000)) 18669;;;;;; 687522 407000))
18658;;; Generated autoloads from gnus/mm-encode.el 18670;;; Generated autoloads from gnus/mm-encode.el
18659 18671
18660(autoload 'mm-default-file-encoding "mm-encode" "\ 18672(autoload 'mm-default-file-encoding "mm-encode" "\
@@ -18664,8 +18676,8 @@ Return a default encoding for FILE.
18664 18676
18665;;;*** 18677;;;***
18666 18678
18667;;;### (autoloads nil "mm-extern" "gnus/mm-extern.el" (22388 6373 18679;;;### (autoloads nil "mm-extern" "gnus/mm-extern.el" (22676 23208
18668;;;;;; 524159 426000)) 18680;;;;;; 687522 407000))
18669;;; Generated autoloads from gnus/mm-extern.el 18681;;; Generated autoloads from gnus/mm-extern.el
18670 18682
18671(autoload 'mm-extern-cache-contents "mm-extern" "\ 18683(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -18683,8 +18695,8 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18683 18695
18684;;;*** 18696;;;***
18685 18697
18686;;;### (autoloads nil "mm-partial" "gnus/mm-partial.el" (22388 6373 18698;;;### (autoloads nil "mm-partial" "gnus/mm-partial.el" (22676 23208
18687;;;;;; 524159 426000)) 18699;;;;;; 688522 403000))
18688;;; Generated autoloads from gnus/mm-partial.el 18700;;; Generated autoloads from gnus/mm-partial.el
18689 18701
18690(autoload 'mm-inline-partial "mm-partial" "\ 18702(autoload 'mm-inline-partial "mm-partial" "\
@@ -18697,8 +18709,8 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18697 18709
18698;;;*** 18710;;;***
18699 18711
18700;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (22388 6373 526159 18712;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (22676 23208 688522
18701;;;;;; 446000)) 18713;;;;;; 403000))
18702;;; Generated autoloads from gnus/mm-url.el 18714;;; Generated autoloads from gnus/mm-url.el
18703 18715
18704(autoload 'mm-url-insert-file-contents "mm-url" "\ 18716(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -18714,8 +18726,8 @@ Insert file contents of URL using `mm-url-program'.
18714 18726
18715;;;*** 18727;;;***
18716 18728
18717;;;### (autoloads nil "mm-uu" "gnus/mm-uu.el" (22388 6373 564159 18729;;;### (autoloads nil "mm-uu" "gnus/mm-uu.el" (22676 23208 688522
18718;;;;;; 819000)) 18730;;;;;; 403000))
18719;;; Generated autoloads from gnus/mm-uu.el 18731;;; Generated autoloads from gnus/mm-uu.el
18720 18732
18721(autoload 'mm-uu-dissect "mm-uu" "\ 18733(autoload 'mm-uu-dissect "mm-uu" "\
@@ -18734,7 +18746,7 @@ Assume text has been decoded if DECODED is non-nil.
18734 18746
18735;;;*** 18747;;;***
18736 18748
18737;;;### (autoloads nil "mml" "gnus/mml.el" (22388 6373 623160 399000)) 18749;;;### (autoloads nil "mml" "gnus/mml.el" (22676 23208 689522 399000))
18738;;; Generated autoloads from gnus/mml.el 18750;;; Generated autoloads from gnus/mml.el
18739 18751
18740(autoload 'mml-to-mime "mml" "\ 18752(autoload 'mml-to-mime "mml" "\
@@ -18759,8 +18771,8 @@ body) or \"attachment\" (separate from the body).
18759 18771
18760;;;*** 18772;;;***
18761 18773
18762;;;### (autoloads nil "mml1991" "gnus/mml1991.el" (22388 6373 653160 18774;;;### (autoloads nil "mml1991" "gnus/mml1991.el" (22676 23208 689522
18763;;;;;; 694000)) 18775;;;;;; 399000))
18764;;; Generated autoloads from gnus/mml1991.el 18776;;; Generated autoloads from gnus/mml1991.el
18765 18777
18766(autoload 'mml1991-encrypt "mml1991" "\ 18778(autoload 'mml1991-encrypt "mml1991" "\
@@ -18775,8 +18787,8 @@ body) or \"attachment\" (separate from the body).
18775 18787
18776;;;*** 18788;;;***
18777 18789
18778;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (22388 6373 662160 18790;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (22676 23208 689522
18779;;;;;; 783000)) 18791;;;;;; 399000))
18780;;; Generated autoloads from gnus/mml2015.el 18792;;; Generated autoloads from gnus/mml2015.el
18781 18793
18782(autoload 'mml2015-decrypt "mml2015" "\ 18794(autoload 'mml2015-decrypt "mml2015" "\
@@ -18816,16 +18828,16 @@ body) or \"attachment\" (separate from the body).
18816 18828
18817;;;*** 18829;;;***
18818 18830
18819;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (22388 6368 18831;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (22676 23208
18820;;;;;; 463109 654000)) 18832;;;;;; 571522 881000))
18821;;; Generated autoloads from cedet/mode-local.el 18833;;; Generated autoloads from cedet/mode-local.el
18822 18834
18823(put 'define-overloadable-function 'doc-string-elt 3) 18835(put 'define-overloadable-function 'doc-string-elt 3)
18824 18836
18825;;;*** 18837;;;***
18826 18838
18827;;;### (autoloads nil "modula2" "progmodes/modula2.el" (22388 6387 18839;;;### (autoloads nil "modula2" "progmodes/modula2.el" (22387 39328
18828;;;;;; 287294 776000)) 18840;;;;;; 369704 874000))
18829;;; Generated autoloads from progmodes/modula2.el 18841;;; Generated autoloads from progmodes/modula2.el
18830 18842
18831(defalias 'modula-2-mode 'm2-mode) 18843(defalias 'modula-2-mode 'm2-mode)
@@ -18858,8 +18870,8 @@ followed by the first character of the construct.
18858 18870
18859;;;*** 18871;;;***
18860 18872
18861;;;### (autoloads nil "morse" "play/morse.el" (22388 6383 419256 18873;;;### (autoloads nil "morse" "play/morse.el" (22676 23208 832521
18862;;;;;; 737000)) 18874;;;;;; 815000))
18863;;; Generated autoloads from play/morse.el 18875;;; Generated autoloads from play/morse.el
18864 18876
18865(autoload 'morse-region "morse" "\ 18877(autoload 'morse-region "morse" "\
@@ -18884,8 +18896,8 @@ Convert NATO phonetic alphabet in region to ordinary ASCII text.
18884 18896
18885;;;*** 18897;;;***
18886 18898
18887;;;### (autoloads nil "mouse-drag" "mouse-drag.el" (22388 5706 883603 18899;;;### (autoloads nil "mouse-drag" "mouse-drag.el" (22676 23208 758522
18888;;;;;; 498000)) 18900;;;;;; 117000))
18889;;; Generated autoloads from mouse-drag.el 18901;;; Generated autoloads from mouse-drag.el
18890 18902
18891(autoload 'mouse-drag-throw "mouse-drag" "\ 18903(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -18932,7 +18944,7 @@ To test this function, evaluate:
18932 18944
18933;;;*** 18945;;;***
18934 18946
18935;;;### (autoloads nil "mpc" "mpc.el" (22388 5707 75605 386000)) 18947;;;### (autoloads nil "mpc" "mpc.el" (22676 23208 759522 113000))
18936;;; Generated autoloads from mpc.el 18948;;; Generated autoloads from mpc.el
18937 18949
18938(autoload 'mpc "mpc" "\ 18950(autoload 'mpc "mpc" "\
@@ -18942,7 +18954,7 @@ Main entry point for MPC.
18942 18954
18943;;;*** 18955;;;***
18944 18956
18945;;;### (autoloads nil "mpuz" "play/mpuz.el" (22388 6383 433256 875000)) 18957;;;### (autoloads nil "mpuz" "play/mpuz.el" (22676 23208 832521 815000))
18946;;; Generated autoloads from play/mpuz.el 18958;;; Generated autoloads from play/mpuz.el
18947 18959
18948(autoload 'mpuz "mpuz" "\ 18960(autoload 'mpuz "mpuz" "\
@@ -18952,7 +18964,7 @@ Multiplication puzzle with GNU Emacs.
18952 18964
18953;;;*** 18965;;;***
18954 18966
18955;;;### (autoloads nil "msb" "msb.el" (22388 5707 159606 212000)) 18967;;;### (autoloads nil "msb" "msb.el" (22676 23208 759522 113000))
18956;;; Generated autoloads from msb.el 18968;;; Generated autoloads from msb.el
18957 18969
18958(defvar msb-mode nil "\ 18970(defvar msb-mode nil "\
@@ -18978,8 +18990,8 @@ different buffer menu using the function `msb'.
18978 18990
18979;;;*** 18991;;;***
18980 18992
18981;;;### (autoloads nil "mule-diag" "international/mule-diag.el" (22388 18993;;;### (autoloads nil "mule-diag" "international/mule-diag.el" (22676
18982;;;;;; 6374 566169 673000)) 18994;;;;;; 23208 714522 297000))
18983;;; Generated autoloads from international/mule-diag.el 18995;;; Generated autoloads from international/mule-diag.el
18984 18996
18985(autoload 'list-character-sets "mule-diag" "\ 18997(autoload 'list-character-sets "mule-diag" "\
@@ -19111,8 +19123,8 @@ The default is 20. If LIMIT is negative, do not limit the listing.
19111 19123
19112;;;*** 19124;;;***
19113 19125
19114;;;### (autoloads nil "mule-util" "international/mule-util.el" (22388 19126;;;### (autoloads nil "mule-util" "international/mule-util.el" (22676
19115;;;;;; 6374 605170 57000)) 19127;;;;;; 23208 715522 293000))
19116;;; Generated autoloads from international/mule-util.el 19128;;; Generated autoloads from international/mule-util.el
19117 19129
19118(defsubst string-to-list (string) "\ 19130(defsubst string-to-list (string) "\
@@ -19271,8 +19283,8 @@ QUALITY can be:
19271 19283
19272;;;*** 19284;;;***
19273 19285
19274;;;### (autoloads nil "net-utils" "net/net-utils.el" (22388 6377 19286;;;### (autoloads nil "net-utils" "net/net-utils.el" (22676 23208
19275;;;;;; 599199 501000)) 19287;;;;;; 765522 89000))
19276;;; Generated autoloads from net/net-utils.el 19288;;; Generated autoloads from net/net-utils.el
19277 19289
19278(autoload 'ifconfig "net-utils" "\ 19290(autoload 'ifconfig "net-utils" "\
@@ -19366,7 +19378,8 @@ Open a network connection to HOST on PORT.
19366 19378
19367;;;*** 19379;;;***
19368 19380
19369;;;### (autoloads nil "netrc" "net/netrc.el" (22388 6377 609199 599000)) 19381;;;### (autoloads nil "netrc" "net/netrc.el" (22676 23208 765522
19382;;;;;; 89000))
19370;;; Generated autoloads from net/netrc.el 19383;;; Generated autoloads from net/netrc.el
19371 19384
19372(autoload 'netrc-credentials "netrc" "\ 19385(autoload 'netrc-credentials "netrc" "\
@@ -19378,8 +19391,8 @@ listed in the PORTS list.
19378 19391
19379;;;*** 19392;;;***
19380 19393
19381;;;### (autoloads nil "network-stream" "net/network-stream.el" (22388 19394;;;### (autoloads nil "network-stream" "net/network-stream.el" (22676
19382;;;;;; 6377 611199 619000)) 19395;;;;;; 23208 765522 89000))
19383;;; Generated autoloads from net/network-stream.el 19396;;; Generated autoloads from net/network-stream.el
19384 19397
19385(autoload 'open-network-stream "network-stream" "\ 19398(autoload 'open-network-stream "network-stream" "\
@@ -19475,8 +19488,8 @@ asynchronously, if possible.
19475 19488
19476;;;*** 19489;;;***
19477 19490
19478;;;### (autoloads nil "newst-backend" "net/newst-backend.el" (22388 19491;;;### (autoloads nil "newst-backend" "net/newst-backend.el" (22676
19479;;;;;; 6377 707200 563000)) 19492;;;;;; 23208 766522 85000))
19480;;; Generated autoloads from net/newst-backend.el 19493;;; Generated autoloads from net/newst-backend.el
19481 19494
19482(autoload 'newsticker-running-p "newst-backend" "\ 19495(autoload 'newsticker-running-p "newst-backend" "\
@@ -19498,7 +19511,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
19498;;;*** 19511;;;***
19499 19512
19500;;;### (autoloads nil "newst-plainview" "net/newst-plainview.el" 19513;;;### (autoloads nil "newst-plainview" "net/newst-plainview.el"
19501;;;;;; (22388 6377 714200 632000)) 19514;;;;;; (22676 23208 766522 85000))
19502;;; Generated autoloads from net/newst-plainview.el 19515;;; Generated autoloads from net/newst-plainview.el
19503 19516
19504(autoload 'newsticker-plainview "newst-plainview" "\ 19517(autoload 'newsticker-plainview "newst-plainview" "\
@@ -19508,8 +19521,8 @@ Start newsticker plainview.
19508 19521
19509;;;*** 19522;;;***
19510 19523
19511;;;### (autoloads nil "newst-reader" "net/newst-reader.el" (22388 19524;;;### (autoloads nil "newst-reader" "net/newst-reader.el" (22676
19512;;;;;; 6377 747200 956000)) 19525;;;;;; 23208 766522 85000))
19513;;; Generated autoloads from net/newst-reader.el 19526;;; Generated autoloads from net/newst-reader.el
19514 19527
19515(autoload 'newsticker-show-news "newst-reader" "\ 19528(autoload 'newsticker-show-news "newst-reader" "\
@@ -19519,8 +19532,8 @@ Start reading news. You may want to bind this to a key.
19519 19532
19520;;;*** 19533;;;***
19521 19534
19522;;;### (autoloads nil "newst-ticker" "net/newst-ticker.el" (22388 19535;;;### (autoloads nil "newst-ticker" "net/newst-ticker.el" (22676
19523;;;;;; 6377 755201 35000)) 19536;;;;;; 23208 766522 85000))
19524;;; Generated autoloads from net/newst-ticker.el 19537;;; Generated autoloads from net/newst-ticker.el
19525 19538
19526(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 19539(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -19540,8 +19553,8 @@ running already.
19540 19553
19541;;;*** 19554;;;***
19542 19555
19543;;;### (autoloads nil "newst-treeview" "net/newst-treeview.el" (22388 19556;;;### (autoloads nil "newst-treeview" "net/newst-treeview.el" (22676
19544;;;;;; 6377 785201 330000)) 19557;;;;;; 23208 767522 81000))
19545;;; Generated autoloads from net/newst-treeview.el 19558;;; Generated autoloads from net/newst-treeview.el
19546 19559
19547(autoload 'newsticker-treeview "newst-treeview" "\ 19560(autoload 'newsticker-treeview "newst-treeview" "\
@@ -19551,8 +19564,8 @@ Start newsticker treeview.
19551 19564
19552;;;*** 19565;;;***
19553 19566
19554;;;### (autoloads nil "nndiary" "gnus/nndiary.el" (22388 6373 720161 19567;;;### (autoloads nil "nndiary" "gnus/nndiary.el" (22676 23208 690522
19555;;;;;; 353000)) 19568;;;;;; 395000))
19556;;; Generated autoloads from gnus/nndiary.el 19569;;; Generated autoloads from gnus/nndiary.el
19557 19570
19558(autoload 'nndiary-generate-nov-databases "nndiary" "\ 19571(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -19562,8 +19575,8 @@ Generate NOV databases in all nndiary directories.
19562 19575
19563;;;*** 19576;;;***
19564 19577
19565;;;### (autoloads nil "nndoc" "gnus/nndoc.el" (22388 6373 725161 19578;;;### (autoloads nil "nndoc" "gnus/nndoc.el" (22676 23208 691522
19566;;;;;; 403000)) 19579;;;;;; 391000))
19567;;; Generated autoloads from gnus/nndoc.el 19580;;; Generated autoloads from gnus/nndoc.el
19568 19581
19569(autoload 'nndoc-add-type "nndoc" "\ 19582(autoload 'nndoc-add-type "nndoc" "\
@@ -19577,8 +19590,8 @@ symbol in the alist.
19577 19590
19578;;;*** 19591;;;***
19579 19592
19580;;;### (autoloads nil "nnfolder" "gnus/nnfolder.el" (22388 6373 768161 19593;;;### (autoloads nil "nnfolder" "gnus/nnfolder.el" (22676 23208
19581;;;;;; 825000)) 19594;;;;;; 691522 391000))
19582;;; Generated autoloads from gnus/nnfolder.el 19595;;; Generated autoloads from gnus/nnfolder.el
19583 19596
19584(autoload 'nnfolder-generate-active-file "nnfolder" "\ 19597(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -19589,7 +19602,7 @@ This command does not work if you use short group names.
19589 19602
19590;;;*** 19603;;;***
19591 19604
19592;;;### (autoloads nil "nnml" "gnus/nnml.el" (22388 6374 14164 244000)) 19605;;;### (autoloads nil "nnml" "gnus/nnml.el" (22676 23208 695522 375000))
19593;;; Generated autoloads from gnus/nnml.el 19606;;; Generated autoloads from gnus/nnml.el
19594 19607
19595(autoload 'nnml-generate-nov-databases "nnml" "\ 19608(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -19599,7 +19612,7 @@ Generate NOV databases in all nnml directories.
19599 19612
19600;;;*** 19613;;;***
19601 19614
19602;;;### (autoloads nil "novice" "novice.el" (22388 5707 314607 736000)) 19615;;;### (autoloads nil "novice" "novice.el" (22676 23208 777522 40000))
19603;;; Generated autoloads from novice.el 19616;;; Generated autoloads from novice.el
19604 19617
19605(define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1") 19618(define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1")
@@ -19631,8 +19644,8 @@ future sessions.
19631 19644
19632;;;*** 19645;;;***
19633 19646
19634;;;### (autoloads nil "nroff-mode" "textmodes/nroff-mode.el" (22388 19647;;;### (autoloads nil "nroff-mode" "textmodes/nroff-mode.el" (22676
19635;;;;;; 6389 478316 324000)) 19648;;;;;; 23208 900521 538000))
19636;;; Generated autoloads from textmodes/nroff-mode.el 19649;;; Generated autoloads from textmodes/nroff-mode.el
19637 19650
19638(autoload 'nroff-mode "nroff-mode" "\ 19651(autoload 'nroff-mode "nroff-mode" "\
@@ -19646,14 +19659,14 @@ closing requests for requests that are used in matched pairs.
19646 19659
19647;;;*** 19660;;;***
19648 19661
19649;;;### (autoloads nil "ntlm" "net/ntlm.el" (22388 6377 844201 910000)) 19662;;;### (autoloads nil "ntlm" "net/ntlm.el" (22676 23208 767522 81000))
19650;;; Generated autoloads from net/ntlm.el 19663;;; Generated autoloads from net/ntlm.el
19651(push (purecopy '(ntlm 2 0 0)) package--builtin-versions) 19664(push (purecopy '(ntlm 2 0 0)) package--builtin-versions)
19652 19665
19653;;;*** 19666;;;***
19654 19667
19655;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (22388 6379 19668;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (22676 23208
19656;;;;;; 155214 803000)) 19669;;;;;; 777522 40000))
19657;;; Generated autoloads from nxml/nxml-glyph.el 19670;;; Generated autoloads from nxml/nxml-glyph.el
19658 19671
19659(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 19672(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -19665,8 +19678,8 @@ Return nil if the face cannot display a glyph for N.
19665 19678
19666;;;*** 19679;;;***
19667 19680
19668;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (22388 6379 19681;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (22676 23208
19669;;;;;; 228215 522000)) 19682;;;;;; 778522 36000))
19670;;; Generated autoloads from nxml/nxml-mode.el 19683;;; Generated autoloads from nxml/nxml-mode.el
19671 19684
19672(autoload 'nxml-mode "nxml-mode" "\ 19685(autoload 'nxml-mode "nxml-mode" "\
@@ -19726,8 +19739,8 @@ Many aspects this mode can be customized using
19726 19739
19727;;;*** 19740;;;***
19728 19741
19729;;;### (autoloads nil "nxml-uchnm" "nxml/nxml-uchnm.el" (22388 6379 19742;;;### (autoloads nil "nxml-uchnm" "nxml/nxml-uchnm.el" (22676 23208
19730;;;;;; 309216 317000)) 19743;;;;;; 779522 32000))
19731;;; Generated autoloads from nxml/nxml-uchnm.el 19744;;; Generated autoloads from nxml/nxml-uchnm.el
19732 19745
19733(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 19746(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -19739,8 +19752,8 @@ the variable `nxml-enabled-unicode-blocks'.
19739 19752
19740;;;*** 19753;;;***
19741 19754
19742;;;### (autoloads nil "octave" "progmodes/octave.el" (22388 6387 19755;;;### (autoloads nil "octave" "progmodes/octave.el" (22676 23208
19743;;;;;; 328295 179000)) 19756;;;;;; 863521 689000))
19744;;; Generated autoloads from progmodes/octave.el 19757;;; Generated autoloads from progmodes/octave.el
19745 19758
19746(autoload 'octave-mode "octave" "\ 19759(autoload 'octave-mode "octave" "\
@@ -19777,8 +19790,8 @@ startup file, `~/.emacs-octave'.
19777 19790
19778;;;*** 19791;;;***
19779 19792
19780;;;### (autoloads nil "opascal" "progmodes/opascal.el" (22388 6387 19793;;;### (autoloads nil "opascal" "progmodes/opascal.el" (22676 23208
19781;;;;;; 367295 563000)) 19794;;;;;; 864521 685000))
19782;;; Generated autoloads from progmodes/opascal.el 19795;;; Generated autoloads from progmodes/opascal.el
19783 19796
19784(define-obsolete-function-alias 'delphi-mode 'opascal-mode "24.4") 19797(define-obsolete-function-alias 'delphi-mode 'opascal-mode "24.4")
@@ -19813,7 +19826,7 @@ Coloring:
19813 19826
19814;;;*** 19827;;;***
19815 19828
19816;;;### (autoloads nil "org" "org/org.el" (22587 10177 795473 972000)) 19829;;;### (autoloads nil "org" "org/org.el" (22676 23208 820521 864000))
19817;;; Generated autoloads from org/org.el 19830;;; Generated autoloads from org/org.el
19818 19831
19819(autoload 'org-babel-do-load-languages "org" "\ 19832(autoload 'org-babel-do-load-languages "org" "\
@@ -20034,8 +20047,8 @@ Call the customize function with org as argument.
20034 20047
20035;;;*** 20048;;;***
20036 20049
20037;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (22388 6380 20050;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (22676 23208
20038;;;;;; 492227 952000)) 20051;;;;;; 804521 930000))
20039;;; Generated autoloads from org/org-agenda.el 20052;;; Generated autoloads from org/org-agenda.el
20040 20053
20041(autoload 'org-toggle-sticky-agenda "org-agenda" "\ 20054(autoload 'org-toggle-sticky-agenda "org-agenda" "\
@@ -20308,8 +20321,8 @@ to override `appt-message-warning-time'.
20308 20321
20309;;;*** 20322;;;***
20310 20323
20311;;;### (autoloads nil "org-capture" "org/org-capture.el" (22388 6380 20324;;;### (autoloads nil "org-capture" "org/org-capture.el" (22676 23208
20312;;;;;; 765230 636000)) 20325;;;;;; 805521 926000))
20313;;; Generated autoloads from org/org-capture.el 20326;;; Generated autoloads from org/org-capture.el
20314 20327
20315(autoload 'org-capture-string "org-capture" "\ 20328(autoload 'org-capture-string "org-capture" "\
@@ -20351,8 +20364,8 @@ Set `org-capture-templates' to be similar to `org-remember-templates'.
20351 20364
20352;;;*** 20365;;;***
20353 20366
20354;;;### (autoloads nil "org-colview" "org/org-colview.el" (22388 6380 20367;;;### (autoloads nil "org-colview" "org/org-colview.el" (22676 23208
20355;;;;;; 918232 141000)) 20368;;;;;; 806521 921000))
20356;;; Generated autoloads from org/org-colview.el 20369;;; Generated autoloads from org/org-colview.el
20357 20370
20358(autoload 'org-columns-remove-overlays "org-colview" "\ 20371(autoload 'org-columns-remove-overlays "org-colview" "\
@@ -20415,8 +20428,8 @@ Turn on or update column view in the agenda.
20415 20428
20416;;;*** 20429;;;***
20417 20430
20418;;;### (autoloads nil "org-compat" "org/org-compat.el" (22388 6380 20431;;;### (autoloads nil "org-compat" "org/org-compat.el" (22676 23208
20419;;;;;; 946232 416000)) 20432;;;;;; 807521 917000))
20420;;; Generated autoloads from org/org-compat.el 20433;;; Generated autoloads from org/org-compat.el
20421 20434
20422(autoload 'org-check-version "org-compat" "\ 20435(autoload 'org-check-version "org-compat" "\
@@ -20426,8 +20439,8 @@ Try very hard to provide sensible version strings.
20426 20439
20427;;;*** 20440;;;***
20428 20441
20429;;;### (autoloads nil "org-macs" "org/org-macs.el" (22388 6381 325236 20442;;;### (autoloads nil "org-macs" "org/org-macs.el" (22676 23208 812521
20430;;;;;; 144000)) 20443;;;;;; 897000))
20431;;; Generated autoloads from org/org-macs.el 20444;;; Generated autoloads from org/org-macs.el
20432 20445
20433(autoload 'org-load-noerror-mustsuffix "org-macs" "\ 20446(autoload 'org-load-noerror-mustsuffix "org-macs" "\
@@ -20437,8 +20450,8 @@ Load FILE with optional arguments NOERROR and MUSTSUFFIX. Drop the MUSTSUFFIX a
20437 20450
20438;;;*** 20451;;;***
20439 20452
20440;;;### (autoloads nil "org-version" "org/org-version.el" (22388 6381 20453;;;### (autoloads nil "org-version" "org/org-version.el" (22387 39328
20441;;;;;; 568238 534000)) 20454;;;;;; 229705 374000))
20442;;; Generated autoloads from org/org-version.el 20455;;; Generated autoloads from org/org-version.el
20443 20456
20444(autoload 'org-release "org-version" "\ 20457(autoload 'org-release "org-version" "\
@@ -20455,8 +20468,8 @@ The Git version of org-mode.
20455 20468
20456;;;*** 20469;;;***
20457 20470
20458;;;### (autoloads nil "outline" "outline.el" (22587 10177 795473 20471;;;### (autoloads nil "outline" "outline.el" (22676 23208 827521
20459;;;;;; 972000)) 20472;;;;;; 836000))
20460;;; Generated autoloads from outline.el 20473;;; Generated autoloads from outline.el
20461(put 'outline-regexp 'safe-local-variable 'stringp) 20474(put 'outline-regexp 'safe-local-variable 'stringp)
20462(put 'outline-heading-end-regexp 'safe-local-variable 'stringp) 20475(put 'outline-heading-end-regexp 'safe-local-variable 'stringp)
@@ -20499,8 +20512,8 @@ See the command `outline-mode' for more information on this mode.
20499 20512
20500;;;*** 20513;;;***
20501 20514
20502;;;### (autoloads nil "package" "emacs-lisp/package.el" (22420 38537 20515;;;### (autoloads nil "package" "emacs-lisp/package.el" (22676 23208
20503;;;;;; 270424 442000)) 20516;;;;;; 615522 701000))
20504;;; Generated autoloads from emacs-lisp/package.el 20517;;; Generated autoloads from emacs-lisp/package.el
20505(push (purecopy '(package 1 1 0)) package--builtin-versions) 20518(push (purecopy '(package 1 1 0)) package--builtin-versions)
20506 20519
@@ -20618,7 +20631,7 @@ The list is displayed in a buffer named `*Packages*'.
20618 20631
20619;;;*** 20632;;;***
20620 20633
20621;;;### (autoloads nil "paren" "paren.el" (22388 5707 384608 424000)) 20634;;;### (autoloads nil "paren" "paren.el" (22676 23208 827521 836000))
20622;;; Generated autoloads from paren.el 20635;;; Generated autoloads from paren.el
20623 20636
20624(defvar show-paren-mode nil "\ 20637(defvar show-paren-mode nil "\
@@ -20645,8 +20658,8 @@ matching parenthesis is highlighted in `show-paren-style' after
20645 20658
20646;;;*** 20659;;;***
20647 20660
20648;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (22388 20661;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (22676
20649;;;;;; 6368 186106 930000)) 20662;;;;;; 23208 563522 913000))
20650;;; Generated autoloads from calendar/parse-time.el 20663;;; Generated autoloads from calendar/parse-time.el
20651(put 'parse-time-rules 'risky-local-variable t) 20664(put 'parse-time-rules 'risky-local-variable t)
20652 20665
@@ -20659,8 +20672,8 @@ unknown are returned as nil.
20659 20672
20660;;;*** 20673;;;***
20661 20674
20662;;;### (autoloads nil "pascal" "progmodes/pascal.el" (22388 6387 20675;;;### (autoloads nil "pascal" "progmodes/pascal.el" (22676 23208
20663;;;;;; 391295 799000)) 20676;;;;;; 864521 685000))
20664;;; Generated autoloads from progmodes/pascal.el 20677;;; Generated autoloads from progmodes/pascal.el
20665 20678
20666(autoload 'pascal-mode "pascal" "\ 20679(autoload 'pascal-mode "pascal" "\
@@ -20709,8 +20722,8 @@ See also the user variables `pascal-type-keywords', `pascal-start-keywords' and
20709 20722
20710;;;*** 20723;;;***
20711 20724
20712;;;### (autoloads nil "password-cache" "password-cache.el" (22388 20725;;;### (autoloads nil "password-cache" "password-cache.el" (22676
20713;;;;;; 5707 386608 444000)) 20726;;;;;; 23208 827521 836000))
20714;;; Generated autoloads from password-cache.el 20727;;; Generated autoloads from password-cache.el
20715 20728
20716(defvar password-cache t "\ 20729(defvar password-cache t "\
@@ -20731,8 +20744,8 @@ Check if KEY is in the cache.
20731 20744
20732;;;*** 20745;;;***
20733 20746
20734;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (22388 6369 618121 20747;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (22676 23208
20735;;;;;; 13000)) 20748;;;;;; 615522 701000))
20736;;; Generated autoloads from emacs-lisp/pcase.el 20749;;; Generated autoloads from emacs-lisp/pcase.el
20737 20750
20738(autoload 'pcase "pcase" "\ 20751(autoload 'pcase "pcase" "\
@@ -20852,8 +20865,8 @@ to this macro.
20852 20865
20853;;;*** 20866;;;***
20854 20867
20855;;;### (autoloads nil "pcmpl-cvs" "pcmpl-cvs.el" (22388 5707 387608 20868;;;### (autoloads nil "pcmpl-cvs" "pcmpl-cvs.el" (22676 23208 827521
20856;;;;;; 454000)) 20869;;;;;; 836000))
20857;;; Generated autoloads from pcmpl-cvs.el 20870;;; Generated autoloads from pcmpl-cvs.el
20858 20871
20859(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 20872(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -20863,8 +20876,8 @@ Completion rules for the `cvs' command.
20863 20876
20864;;;*** 20877;;;***
20865 20878
20866;;;### (autoloads nil "pcmpl-gnu" "pcmpl-gnu.el" (22388 5707 389608 20879;;;### (autoloads nil "pcmpl-gnu" "pcmpl-gnu.el" (22676 23208 827521
20867;;;;;; 473000)) 20880;;;;;; 836000))
20868;;; Generated autoloads from pcmpl-gnu.el 20881;;; Generated autoloads from pcmpl-gnu.el
20869 20882
20870(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 20883(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -20891,8 +20904,8 @@ Completion for the GNU tar utility.
20891 20904
20892;;;*** 20905;;;***
20893 20906
20894;;;### (autoloads nil "pcmpl-linux" "pcmpl-linux.el" (22388 5707 20907;;;### (autoloads nil "pcmpl-linux" "pcmpl-linux.el" (22676 23208
20895;;;;;; 397608 552000)) 20908;;;;;; 828521 832000))
20896;;; Generated autoloads from pcmpl-linux.el 20909;;; Generated autoloads from pcmpl-linux.el
20897 20910
20898(autoload 'pcomplete/kill "pcmpl-linux" "\ 20911(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -20912,8 +20925,8 @@ Completion for GNU/Linux `mount'.
20912 20925
20913;;;*** 20926;;;***
20914 20927
20915;;;### (autoloads nil "pcmpl-rpm" "pcmpl-rpm.el" (22388 5707 398608 20928;;;### (autoloads nil "pcmpl-rpm" "pcmpl-rpm.el" (22676 23208 828521
20916;;;;;; 562000)) 20929;;;;;; 832000))
20917;;; Generated autoloads from pcmpl-rpm.el 20930;;; Generated autoloads from pcmpl-rpm.el
20918 20931
20919(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 20932(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -20923,8 +20936,8 @@ Completion for the `rpm' command.
20923 20936
20924;;;*** 20937;;;***
20925 20938
20926;;;### (autoloads nil "pcmpl-unix" "pcmpl-unix.el" (22388 5707 426608 20939;;;### (autoloads nil "pcmpl-unix" "pcmpl-unix.el" (22676 23208 828521
20927;;;;;; 837000)) 20940;;;;;; 832000))
20928;;; Generated autoloads from pcmpl-unix.el 20941;;; Generated autoloads from pcmpl-unix.el
20929 20942
20930(autoload 'pcomplete/cd "pcmpl-unix" "\ 20943(autoload 'pcomplete/cd "pcmpl-unix" "\
@@ -20979,7 +20992,8 @@ Includes files as well as host names followed by a colon.
20979 20992
20980;;;*** 20993;;;***
20981 20994
20982;;;### (autoloads nil "pcmpl-x" "pcmpl-x.el" (22388 5707 427608 847000)) 20995;;;### (autoloads nil "pcmpl-x" "pcmpl-x.el" (22676 23208 828521
20996;;;;;; 832000))
20983;;; Generated autoloads from pcmpl-x.el 20997;;; Generated autoloads from pcmpl-x.el
20984 20998
20985(autoload 'pcomplete/tlmgr "pcmpl-x" "\ 20999(autoload 'pcomplete/tlmgr "pcmpl-x" "\
@@ -21003,8 +21017,8 @@ Completion for the `ag' command.
21003 21017
21004;;;*** 21018;;;***
21005 21019
21006;;;### (autoloads nil "pcomplete" "pcomplete.el" (22388 5707 441608 21020;;;### (autoloads nil "pcomplete" "pcomplete.el" (22676 23208 828521
21007;;;;;; 985000)) 21021;;;;;; 832000))
21008;;; Generated autoloads from pcomplete.el 21022;;; Generated autoloads from pcomplete.el
21009 21023
21010(autoload 'pcomplete "pcomplete" "\ 21024(autoload 'pcomplete "pcomplete" "\
@@ -21061,7 +21075,7 @@ Setup `shell-mode' to use pcomplete.
21061 21075
21062;;;*** 21076;;;***
21063 21077
21064;;;### (autoloads nil "pcvs" "vc/pcvs.el" (22587 10177 812474 210000)) 21078;;;### (autoloads nil "pcvs" "vc/pcvs.el" (22676 23208 925521 436000))
21065;;; Generated autoloads from vc/pcvs.el 21079;;; Generated autoloads from vc/pcvs.el
21066 21080
21067(autoload 'cvs-checkout "pcvs" "\ 21081(autoload 'cvs-checkout "pcvs" "\
@@ -21136,8 +21150,8 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
21136 21150
21137;;;*** 21151;;;***
21138 21152
21139;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (22388 6391 155332 21153;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (22676 23208
21140;;;;;; 816000)) 21154;;;;;; 924521 440000))
21141;;; Generated autoloads from vc/pcvs-defs.el 21155;;; Generated autoloads from vc/pcvs-defs.el
21142 21156
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)) "\ 21157(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)) "\
@@ -21145,8 +21159,8 @@ Global menu used by PCL-CVS.")
21145 21159
21146;;;*** 21160;;;***
21147 21161
21148;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (22388 21162;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (22676
21149;;;;;; 6387 473296 605000)) 21163;;;;;; 23208 864521 685000))
21150;;; Generated autoloads from progmodes/perl-mode.el 21164;;; Generated autoloads from progmodes/perl-mode.el
21151(put 'perl-indent-level 'safe-local-variable 'integerp) 21165(put 'perl-indent-level 'safe-local-variable 'integerp)
21152(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 21166(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -21207,8 +21221,8 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
21207 21221
21208;;;*** 21222;;;***
21209 21223
21210;;;### (autoloads nil "picture" "textmodes/picture.el" (22388 6389 21224;;;### (autoloads nil "picture" "textmodes/picture.el" (22676 23208
21211;;;;;; 521316 747000)) 21225;;;;;; 901521 534000))
21212;;; Generated autoloads from textmodes/picture.el 21226;;; Generated autoloads from textmodes/picture.el
21213 21227
21214(autoload 'picture-mode "picture" "\ 21228(autoload 'picture-mode "picture" "\
@@ -21288,8 +21302,8 @@ they are not by default assigned to keys.
21288 21302
21289;;;*** 21303;;;***
21290 21304
21291;;;### (autoloads nil "pinentry" "net/pinentry.el" (22388 6377 846201 21305;;;### (autoloads nil "pinentry" "net/pinentry.el" (22676 23208 767522
21292;;;;;; 930000)) 21306;;;;;; 81000))
21293;;; Generated autoloads from net/pinentry.el 21307;;; Generated autoloads from net/pinentry.el
21294(push (purecopy '(pinentry 0 1)) package--builtin-versions) 21308(push (purecopy '(pinentry 0 1)) package--builtin-versions)
21295 21309
@@ -21306,8 +21320,8 @@ will not be shown.
21306 21320
21307;;;*** 21321;;;***
21308 21322
21309;;;### (autoloads nil "plstore" "gnus/plstore.el" (22388 6374 119165 21323;;;### (autoloads nil "plstore" "gnus/plstore.el" (22676 23208 697522
21310;;;;;; 277000)) 21324;;;;;; 367000))
21311;;; Generated autoloads from gnus/plstore.el 21325;;; Generated autoloads from gnus/plstore.el
21312 21326
21313(autoload 'plstore-open "plstore" "\ 21327(autoload 'plstore-open "plstore" "\
@@ -21322,7 +21336,8 @@ Major mode for editing PLSTORE files.
21322 21336
21323;;;*** 21337;;;***
21324 21338
21325;;;### (autoloads nil "po" "textmodes/po.el" (22388 6389 566317 189000)) 21339;;;### (autoloads nil "po" "textmodes/po.el" (22676 23208 901521
21340;;;;;; 534000))
21326;;; Generated autoloads from textmodes/po.el 21341;;; Generated autoloads from textmodes/po.el
21327 21342
21328(autoload 'po-find-file-coding-system "po" "\ 21343(autoload 'po-find-file-coding-system "po" "\
@@ -21333,7 +21348,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
21333 21348
21334;;;*** 21349;;;***
21335 21350
21336;;;### (autoloads nil "pong" "play/pong.el" (22388 6383 433256 875000)) 21351;;;### (autoloads nil "pong" "play/pong.el" (22676 23208 832521 815000))
21337;;; Generated autoloads from play/pong.el 21352;;; Generated autoloads from play/pong.el
21338 21353
21339(autoload 'pong "pong" "\ 21354(autoload 'pong "pong" "\
@@ -21349,7 +21364,7 @@ pong-mode keybindings:\\<pong-mode-map>
21349 21364
21350;;;*** 21365;;;***
21351 21366
21352;;;### (autoloads nil "pop3" "gnus/pop3.el" (22388 6374 119165 277000)) 21367;;;### (autoloads nil "pop3" "gnus/pop3.el" (22676 23208 697522 367000))
21353;;; Generated autoloads from gnus/pop3.el 21368;;; Generated autoloads from gnus/pop3.el
21354 21369
21355(autoload 'pop3-movemail "pop3" "\ 21370(autoload 'pop3-movemail "pop3" "\
@@ -21360,8 +21375,8 @@ Use streaming commands.
21360 21375
21361;;;*** 21376;;;***
21362 21377
21363;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (22388 6369 620121 21378;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (22676 23208 615522
21364;;;;;; 33000)) 21379;;;;;; 701000))
21365;;; Generated autoloads from emacs-lisp/pp.el 21380;;; Generated autoloads from emacs-lisp/pp.el
21366 21381
21367(autoload 'pp-to-string "pp" "\ 21382(autoload 'pp-to-string "pp" "\
@@ -21411,8 +21426,8 @@ Ignores leading comment characters.
21411 21426
21412;;;*** 21427;;;***
21413 21428
21414;;;### (autoloads nil "printing" "printing.el" (22587 10177 797474 21429;;;### (autoloads nil "printing" "printing.el" (22676 23208 834521
21415;;;;;; 0)) 21430;;;;;; 807000))
21416;;; Generated autoloads from printing.el 21431;;; Generated autoloads from printing.el
21417(push (purecopy '(printing 6 9 3)) package--builtin-versions) 21432(push (purecopy '(printing 6 9 3)) package--builtin-versions)
21418 21433
@@ -22000,7 +22015,7 @@ are both set to t.
22000 22015
22001;;;*** 22016;;;***
22002 22017
22003;;;### (autoloads nil "proced" "proced.el" (22388 5707 663611 168000)) 22018;;;### (autoloads nil "proced" "proced.el" (22676 23208 835521 803000))
22004;;; Generated autoloads from proced.el 22019;;; Generated autoloads from proced.el
22005 22020
22006(autoload 'proced "proced" "\ 22021(autoload 'proced "proced" "\
@@ -22018,8 +22033,8 @@ Proced buffers.
22018 22033
22019;;;*** 22034;;;***
22020 22035
22021;;;### (autoloads nil "profiler" "profiler.el" (22431 53468 722634 22036;;;### (autoloads nil "profiler" "profiler.el" (22676 23208 835521
22022;;;;;; 211000)) 22037;;;;;; 803000))
22023;;; Generated autoloads from profiler.el 22038;;; Generated autoloads from profiler.el
22024 22039
22025(autoload 'profiler-start "profiler" "\ 22040(autoload 'profiler-start "profiler" "\
@@ -22047,8 +22062,8 @@ Open profile FILENAME.
22047 22062
22048;;;*** 22063;;;***
22049 22064
22050;;;### (autoloads nil "project" "progmodes/project.el" (22388 6387 22065;;;### (autoloads nil "project" "progmodes/project.el" (22676 23208
22051;;;;;; 479296 664000)) 22066;;;;;; 865521 681000))
22052;;; Generated autoloads from progmodes/project.el 22067;;; Generated autoloads from progmodes/project.el
22053 22068
22054(autoload 'project-current "project" "\ 22069(autoload 'project-current "project" "\
@@ -22090,8 +22105,8 @@ recognized.
22090 22105
22091;;;*** 22106;;;***
22092 22107
22093;;;### (autoloads nil "prolog" "progmodes/prolog.el" (22388 6387 22108;;;### (autoloads nil "prolog" "progmodes/prolog.el" (22676 23208
22094;;;;;; 512296 989000)) 22109;;;;;; 865521 681000))
22095;;; Generated autoloads from progmodes/prolog.el 22110;;; Generated autoloads from progmodes/prolog.el
22096 22111
22097(autoload 'prolog-mode "prolog" "\ 22112(autoload 'prolog-mode "prolog" "\
@@ -22124,7 +22139,7 @@ With prefix argument ARG, restart the Prolog process if running before.
22124 22139
22125;;;*** 22140;;;***
22126 22141
22127;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (22388 5707 728611 808000)) 22142;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (22676 23208 878521 628000))
22128;;; Generated autoloads from ps-bdf.el 22143;;; Generated autoloads from ps-bdf.el
22129 22144
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")) "\ 22145(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")) "\
@@ -22135,8 +22150,8 @@ The default value is (\"/usr/local/share/emacs/fonts/bdf\").")
22135 22150
22136;;;*** 22151;;;***
22137 22152
22138;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (22388 6387 22153;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (22676 23208
22139;;;;;; 553297 392000)) 22154;;;;;; 866521 676000))
22140;;; Generated autoloads from progmodes/ps-mode.el 22155;;; Generated autoloads from progmodes/ps-mode.el
22141(push (purecopy '(ps-mode 1 1 9)) package--builtin-versions) 22156(push (purecopy '(ps-mode 1 1 9)) package--builtin-versions)
22142 22157
@@ -22182,8 +22197,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
22182 22197
22183;;;*** 22198;;;***
22184 22199
22185;;;### (autoloads nil "ps-print" "ps-print.el" (22388 5707 937613 22200;;;### (autoloads nil "ps-print" "ps-print.el" (22676 23208 880521
22186;;;;;; 863000)) 22201;;;;;; 619000))
22187;;; Generated autoloads from ps-print.el 22202;;; Generated autoloads from ps-print.el
22188(push (purecopy '(ps-print 7 3 5)) package--builtin-versions) 22203(push (purecopy '(ps-print 7 3 5)) package--builtin-versions)
22189 22204
@@ -22380,8 +22395,8 @@ If EXTENSION is any other symbol, it is ignored.
22380 22395
22381;;;*** 22396;;;***
22382 22397
22383;;;### (autoloads nil "pulse" "cedet/pulse.el" (22388 6368 485109 22398;;;### (autoloads nil "pulse" "cedet/pulse.el" (22676 23208 572522
22384;;;;;; 870000)) 22399;;;;;; 877000))
22385;;; Generated autoloads from cedet/pulse.el 22400;;; Generated autoloads from cedet/pulse.el
22386(push (purecopy '(pulse 1 0)) package--builtin-versions) 22401(push (purecopy '(pulse 1 0)) package--builtin-versions)
22387 22402
@@ -22399,8 +22414,8 @@ Optional argument FACE specifies the face to do the highlighting.
22399 22414
22400;;;*** 22415;;;***
22401 22416
22402;;;### (autoloads nil "python" "progmodes/python.el" (22587 10177 22417;;;### (autoloads nil "python" "progmodes/python.el" (22676 23208
22403;;;;;; 802474 70000)) 22418;;;;;; 867521 672000))
22404;;; Generated autoloads from progmodes/python.el 22419;;; Generated autoloads from progmodes/python.el
22405(push (purecopy '(python 0 25 1)) package--builtin-versions) 22420(push (purecopy '(python 0 25 1)) package--builtin-versions)
22406 22421
@@ -22437,7 +22452,7 @@ Major mode for editing Python files.
22437 22452
22438;;;*** 22453;;;***
22439 22454
22440;;;### (autoloads nil "qp" "gnus/qp.el" (22388 6374 122165 307000)) 22455;;;### (autoloads nil "qp" "gnus/qp.el" (22676 23208 697522 367000))
22441;;; Generated autoloads from gnus/qp.el 22456;;; Generated autoloads from gnus/qp.el
22442 22457
22443(autoload 'quoted-printable-decode-region "qp" "\ 22458(autoload 'quoted-printable-decode-region "qp" "\
@@ -22456,8 +22471,8 @@ them into characters should be done separately.
22456 22471
22457;;;*** 22472;;;***
22458 22473
22459;;;### (autoloads nil "quail" "international/quail.el" (22388 6374 22474;;;### (autoloads nil "quail" "international/quail.el" (22676 23208
22460;;;;;; 689170 883000)) 22475;;;;;; 716522 289000))
22461;;; Generated autoloads from international/quail.el 22476;;; Generated autoloads from international/quail.el
22462 22477
22463(autoload 'quail-title "quail" "\ 22478(autoload 'quail-title "quail" "\
@@ -22687,8 +22702,8 @@ of each directory.
22687 22702
22688;;;*** 22703;;;***
22689 22704
22690;;;### (autoloads nil "quail/hangul" "leim/quail/hangul.el" (22388 22705;;;### (autoloads nil "quail/hangul" "leim/quail/hangul.el" (22676
22691;;;;;; 7510 443340 205000)) 22706;;;;;; 23208 733522 220000))
22692;;; Generated autoloads from leim/quail/hangul.el 22707;;; Generated autoloads from leim/quail/hangul.el
22693 22708
22694(autoload 'hangul-input-method-activate "quail/hangul" "\ 22709(autoload 'hangul-input-method-activate "quail/hangul" "\
@@ -22701,7 +22716,7 @@ HELP-TEXT is a text set in `hangul-input-method-help-text'.
22701;;;*** 22716;;;***
22702 22717
22703;;;### (autoloads nil "quail/uni-input" "leim/quail/uni-input.el" 22718;;;### (autoloads nil "quail/uni-input" "leim/quail/uni-input.el"
22704;;;;;; (22388 7511 889354 425000)) 22719;;;;;; (22676 23208 737522 203000))
22705;;; Generated autoloads from leim/quail/uni-input.el 22720;;; Generated autoloads from leim/quail/uni-input.el
22706 22721
22707(autoload 'ucs-input-activate "quail/uni-input" "\ 22722(autoload 'ucs-input-activate "quail/uni-input" "\
@@ -22715,8 +22730,8 @@ While this input method is active, the variable
22715 22730
22716;;;*** 22731;;;***
22717 22732
22718;;;### (autoloads nil "quickurl" "net/quickurl.el" (22388 6377 884202 22733;;;### (autoloads nil "quickurl" "net/quickurl.el" (22676 23208 767522
22719;;;;;; 303000)) 22734;;;;;; 81000))
22720;;; Generated autoloads from net/quickurl.el 22735;;; Generated autoloads from net/quickurl.el
22721 22736
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" "\ 22737(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" "\
@@ -22787,7 +22802,8 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22787 22802
22788;;;*** 22803;;;***
22789 22804
22790;;;### (autoloads nil "rcirc" "net/rcirc.el" (22388 6377 971203 159000)) 22805;;;### (autoloads nil "rcirc" "net/rcirc.el" (22676 23208 768522
22806;;;;;; 77000))
22791;;; Generated autoloads from net/rcirc.el 22807;;; Generated autoloads from net/rcirc.el
22792 22808
22793(autoload 'rcirc "rcirc" "\ 22809(autoload 'rcirc "rcirc" "\
@@ -22826,8 +22842,8 @@ if ARG is omitted or nil.
22826 22842
22827;;;*** 22843;;;***
22828 22844
22829;;;### (autoloads nil "re-builder" "emacs-lisp/re-builder.el" (22388 22845;;;### (autoloads nil "re-builder" "emacs-lisp/re-builder.el" (22676
22830;;;;;; 6369 628121 111000)) 22846;;;;;; 23208 616522 697000))
22831;;; Generated autoloads from emacs-lisp/re-builder.el 22847;;; Generated autoloads from emacs-lisp/re-builder.el
22832 22848
22833(defalias 'regexp-builder 're-builder) 22849(defalias 'regexp-builder 're-builder)
@@ -22845,7 +22861,8 @@ matching parts of the target buffer will be highlighted.
22845 22861
22846;;;*** 22862;;;***
22847 22863
22848;;;### (autoloads nil "recentf" "recentf.el" (22388 5708 102615 486000)) 22864;;;### (autoloads nil "recentf" "recentf.el" (22676 23208 880521
22865;;;;;; 619000))
22849;;; Generated autoloads from recentf.el 22866;;; Generated autoloads from recentf.el
22850 22867
22851(defvar recentf-mode nil "\ 22868(defvar recentf-mode nil "\
@@ -22872,7 +22889,7 @@ were operated on recently.
22872 22889
22873;;;*** 22890;;;***
22874 22891
22875;;;### (autoloads nil "rect" "rect.el" (22587 10177 803474 84000)) 22892;;;### (autoloads nil "rect" "rect.el" (22676 23208 880521 619000))
22876;;; Generated autoloads from rect.el 22893;;; Generated autoloads from rect.el
22877 22894
22878(autoload 'delete-rectangle "rect" "\ 22895(autoload 'delete-rectangle "rect" "\
@@ -23012,8 +23029,8 @@ Activates the region if needed. Only lasts until the region is deactivated.
23012 23029
23013;;;*** 23030;;;***
23014 23031
23015;;;### (autoloads nil "refill" "textmodes/refill.el" (22388 6389 23032;;;### (autoloads nil "refill" "textmodes/refill.el" (22676 23208
23016;;;;;; 566317 189000)) 23033;;;;;; 902521 530000))
23017;;; Generated autoloads from textmodes/refill.el 23034;;; Generated autoloads from textmodes/refill.el
23018 23035
23019(autoload 'refill-mode "refill" "\ 23036(autoload 'refill-mode "refill" "\
@@ -23033,8 +23050,8 @@ For true \"word wrap\" behavior, use `visual-line-mode' instead.
23033 23050
23034;;;*** 23051;;;***
23035 23052
23036;;;### (autoloads nil "reftex" "textmodes/reftex.el" (22388 6389 23053;;;### (autoloads nil "reftex" "textmodes/reftex.el" (22676 23208
23037;;;;;; 951320 975000)) 23054;;;;;; 906521 513000))
23038;;; Generated autoloads from textmodes/reftex.el 23055;;; Generated autoloads from textmodes/reftex.el
23039(autoload 'reftex-citation "reftex-cite" nil t) 23056(autoload 'reftex-citation "reftex-cite" nil t)
23040(autoload 'reftex-all-document-files "reftex-parse") 23057(autoload 'reftex-all-document-files "reftex-parse")
@@ -23087,8 +23104,8 @@ This enforces rescanning the buffer on next use.
23087 23104
23088;;;*** 23105;;;***
23089 23106
23090;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (22388 23107;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (22676
23091;;;;;; 6389 866320 139000)) 23108;;;;;; 23208 905521 517000))
23092;;; Generated autoloads from textmodes/reftex-vars.el 23109;;; Generated autoloads from textmodes/reftex-vars.el
23093(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 23110(put 'reftex-vref-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)))) 23111(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -23097,8 +23114,8 @@ This enforces rescanning the buffer on next use.
23097 23114
23098;;;*** 23115;;;***
23099 23116
23100;;;### (autoloads nil "regexp-opt" "emacs-lisp/regexp-opt.el" (22489 23117;;;### (autoloads nil "regexp-opt" "emacs-lisp/regexp-opt.el" (22676
23101;;;;;; 43024 126096 745000)) 23118;;;;;; 23208 616522 697000))
23102;;; Generated autoloads from emacs-lisp/regexp-opt.el 23119;;; Generated autoloads from emacs-lisp/regexp-opt.el
23103 23120
23104(autoload 'regexp-opt "regexp-opt" "\ 23121(autoload 'regexp-opt "regexp-opt" "\
@@ -23153,15 +23170,15 @@ This means the number of non-shy regexp grouping constructs
23153 23170
23154;;;*** 23171;;;***
23155 23172
23156;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (22388 6369 632121 23173;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (22676 23208 616522
23157;;;;;; 150000)) 23174;;;;;; 697000))
23158;;; Generated autoloads from emacs-lisp/regi.el 23175;;; Generated autoloads from emacs-lisp/regi.el
23159(push (purecopy '(regi 1 8)) package--builtin-versions) 23176(push (purecopy '(regi 1 8)) package--builtin-versions)
23160 23177
23161;;;*** 23178;;;***
23162 23179
23163;;;### (autoloads nil "remember" "textmodes/remember.el" (22388 6389 23180;;;### (autoloads nil "remember" "textmodes/remember.el" (22676 23208
23164;;;;;; 996321 418000)) 23181;;;;;; 907521 509000))
23165;;; Generated autoloads from textmodes/remember.el 23182;;; Generated autoloads from textmodes/remember.el
23166(push (purecopy '(remember 2 0)) package--builtin-versions) 23183(push (purecopy '(remember 2 0)) package--builtin-versions)
23167 23184
@@ -23215,7 +23232,7 @@ to turn the *scratch* buffer into your notes buffer.
23215 23232
23216;;;*** 23233;;;***
23217 23234
23218;;;### (autoloads nil "repeat" "repeat.el" (22388 5708 226616 706000)) 23235;;;### (autoloads nil "repeat" "repeat.el" (22676 23208 881521 615000))
23219;;; Generated autoloads from repeat.el 23236;;; Generated autoloads from repeat.el
23220(push (purecopy '(repeat 0 51)) package--builtin-versions) 23237(push (purecopy '(repeat 0 51)) package--builtin-versions)
23221 23238
@@ -23238,8 +23255,8 @@ recently executed command not bound to an input event\".
23238 23255
23239;;;*** 23256;;;***
23240 23257
23241;;;### (autoloads nil "reporter" "mail/reporter.el" (22388 6375 640180 23258;;;### (autoloads nil "reporter" "mail/reporter.el" (22676 23208
23242;;;;;; 235000)) 23259;;;;;; 741522 187000))
23243;;; Generated autoloads from mail/reporter.el 23260;;; Generated autoloads from mail/reporter.el
23244 23261
23245(autoload 'reporter-submit-bug-report "reporter" "\ 23262(autoload 'reporter-submit-bug-report "reporter" "\
@@ -23270,8 +23287,8 @@ mail-sending package is used for editing and sending the message.
23270 23287
23271;;;*** 23288;;;***
23272 23289
23273;;;### (autoloads nil "reposition" "reposition.el" (22388 5708 409618 23290;;;### (autoloads nil "reposition" "reposition.el" (22676 23208 881521
23274;;;;;; 505000)) 23291;;;;;; 615000))
23275;;; Generated autoloads from reposition.el 23292;;; Generated autoloads from reposition.el
23276 23293
23277(autoload 'reposition-window "reposition" "\ 23294(autoload 'reposition-window "reposition" "\
@@ -23297,7 +23314,7 @@ first comment line visible (if point is in a comment).
23297 23314
23298;;;*** 23315;;;***
23299 23316
23300;;;### (autoloads nil "reveal" "reveal.el" (22388 5708 409618 505000)) 23317;;;### (autoloads nil "reveal" "reveal.el" (22676 23208 881521 615000))
23301;;; Generated autoloads from reveal.el 23318;;; Generated autoloads from reveal.el
23302 23319
23303(autoload 'reveal-mode "reveal" "\ 23320(autoload 'reveal-mode "reveal" "\
@@ -23333,8 +23350,8 @@ the mode if ARG is omitted or nil.
23333 23350
23334;;;*** 23351;;;***
23335 23352
23336;;;### (autoloads nil "ring" "emacs-lisp/ring.el" (22388 6369 634121 23353;;;### (autoloads nil "ring" "emacs-lisp/ring.el" (22676 23208 616522
23337;;;;;; 170000)) 23354;;;;;; 697000))
23338;;; Generated autoloads from emacs-lisp/ring.el 23355;;; Generated autoloads from emacs-lisp/ring.el
23339 23356
23340(autoload 'ring-p "ring" "\ 23357(autoload 'ring-p "ring" "\
@@ -23349,8 +23366,8 @@ Make a ring that can contain SIZE elements.
23349 23366
23350;;;*** 23367;;;***
23351 23368
23352;;;### (autoloads nil "rlogin" "net/rlogin.el" (22388 6377 978203 23369;;;### (autoloads nil "rlogin" "net/rlogin.el" (22676 23208 768522
23353;;;;;; 228000)) 23370;;;;;; 77000))
23354;;; Generated autoloads from net/rlogin.el 23371;;; Generated autoloads from net/rlogin.el
23355 23372
23356(autoload 'rlogin "rlogin" "\ 23373(autoload 'rlogin "rlogin" "\
@@ -23394,8 +23411,8 @@ variable.
23394 23411
23395;;;*** 23412;;;***
23396 23413
23397;;;### (autoloads nil "rmail" "mail/rmail.el" (22388 6375 722181 23414;;;### (autoloads nil "rmail" "mail/rmail.el" (22676 23208 742522
23398;;;;;; 42000)) 23415;;;;;; 183000))
23399;;; Generated autoloads from mail/rmail.el 23416;;; Generated autoloads from mail/rmail.el
23400 23417
23401(defvar rmail-file-name (purecopy "~/RMAIL") "\ 23418(defvar rmail-file-name (purecopy "~/RMAIL") "\
@@ -23592,8 +23609,8 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23592 23609
23593;;;*** 23610;;;***
23594 23611
23595;;;### (autoloads nil "rmailout" "mail/rmailout.el" (22388 6375 836182 23612;;;### (autoloads nil "rmailout" "mail/rmailout.el" (22676 23208
23596;;;;;; 163000)) 23613;;;;;; 743522 179000))
23597;;; Generated autoloads from mail/rmailout.el 23614;;; Generated autoloads from mail/rmailout.el
23598(put 'rmail-output-file-alist 'risky-local-variable t) 23615(put 'rmail-output-file-alist 'risky-local-variable t)
23599 23616
@@ -23657,8 +23674,8 @@ than appending to it. Deletes the message after writing if
23657 23674
23658;;;*** 23675;;;***
23659 23676
23660;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (22388 6379 23677;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (22676 23208
23661;;;;;; 311216 337000)) 23678;;;;;; 779522 32000))
23662;;; Generated autoloads from nxml/rng-cmpct.el 23679;;; Generated autoloads from nxml/rng-cmpct.el
23663 23680
23664(autoload 'rng-c-load-schema "rng-cmpct" "\ 23681(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -23669,8 +23686,8 @@ Return a pattern.
23669 23686
23670;;;*** 23687;;;***
23671 23688
23672;;;### (autoloads nil "rng-nxml" "nxml/rng-nxml.el" (22388 6379 395217 23689;;;### (autoloads nil "rng-nxml" "nxml/rng-nxml.el" (22676 23208
23673;;;;;; 163000)) 23690;;;;;; 780522 28000))
23674;;; Generated autoloads from nxml/rng-nxml.el 23691;;; Generated autoloads from nxml/rng-nxml.el
23675 23692
23676(autoload 'rng-nxml-mode-init "rng-nxml" "\ 23693(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -23682,8 +23699,8 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23682 23699
23683;;;*** 23700;;;***
23684 23701
23685;;;### (autoloads nil "rng-valid" "nxml/rng-valid.el" (22388 6379 23702;;;### (autoloads nil "rng-valid" "nxml/rng-valid.el" (22676 23208
23686;;;;;; 440217 606000)) 23703;;;;;; 780522 28000))
23687;;; Generated autoloads from nxml/rng-valid.el 23704;;; Generated autoloads from nxml/rng-valid.el
23688 23705
23689(autoload 'rng-validate-mode "rng-valid" "\ 23706(autoload 'rng-validate-mode "rng-valid" "\
@@ -23713,8 +23730,8 @@ to use for finding the schema.
23713 23730
23714;;;*** 23731;;;***
23715 23732
23716;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (22388 6379 480217 23733;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (22676 23208 781522
23717;;;;;; 999000)) 23734;;;;;; 24000))
23718;;; Generated autoloads from nxml/rng-xsd.el 23735;;; Generated autoloads from nxml/rng-xsd.el
23719 23736
23720(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 23737(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -23741,8 +23758,8 @@ must be equal.
23741 23758
23742;;;*** 23759;;;***
23743 23760
23744;;;### (autoloads nil "robin" "international/robin.el" (22388 6374 23761;;;### (autoloads nil "robin" "international/robin.el" (22387 39327
23745;;;;;; 714171 129000)) 23762;;;;;; 617707 559000))
23746;;; Generated autoloads from international/robin.el 23763;;; Generated autoloads from international/robin.el
23747 23764
23748(autoload 'robin-define-package "robin" "\ 23765(autoload 'robin-define-package "robin" "\
@@ -23774,7 +23791,7 @@ Start using robin package NAME, which is a string.
23774 23791
23775;;;*** 23792;;;***
23776 23793
23777;;;### (autoloads nil "rot13" "rot13.el" (22388 5708 410618 514000)) 23794;;;### (autoloads nil "rot13" "rot13.el" (22676 23208 881521 615000))
23778;;; Generated autoloads from rot13.el 23795;;; Generated autoloads from rot13.el
23779 23796
23780(autoload 'rot13 "rot13" "\ 23797(autoload 'rot13 "rot13" "\
@@ -23811,8 +23828,8 @@ Toggle the use of ROT13 encoding for the current window.
23811 23828
23812;;;*** 23829;;;***
23813 23830
23814;;;### (autoloads nil "rst" "textmodes/rst.el" (22587 10177 810474 23831;;;### (autoloads nil "rst" "textmodes/rst.el" (22676 23208 907521
23815;;;;;; 182000)) 23832;;;;;; 509000))
23816;;; Generated autoloads from textmodes/rst.el 23833;;; Generated autoloads from textmodes/rst.el
23817 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 23834 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
23818 23835
@@ -23842,8 +23859,8 @@ for modes derived from Text mode, like Mail mode.
23842 23859
23843;;;*** 23860;;;***
23844 23861
23845;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (22388 23862;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (22676
23846;;;;;; 6387 729299 124000)) 23863;;;;;; 23208 867521 672000))
23847;;; Generated autoloads from progmodes/ruby-mode.el 23864;;; Generated autoloads from progmodes/ruby-mode.el
23848(push (purecopy '(ruby-mode 1 2)) package--builtin-versions) 23865(push (purecopy '(ruby-mode 1 2)) package--builtin-versions)
23849 23866
@@ -23860,8 +23877,8 @@ Major mode for editing Ruby code.
23860 23877
23861;;;*** 23878;;;***
23862 23879
23863;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (22388 5708 411618 23880;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (22676 23208 882521
23864;;;;;; 524000)) 23881;;;;;; 611000))
23865;;; Generated autoloads from ruler-mode.el 23882;;; Generated autoloads from ruler-mode.el
23866(push (purecopy '(ruler-mode 1 6)) package--builtin-versions) 23883(push (purecopy '(ruler-mode 1 6)) package--builtin-versions)
23867 23884
@@ -23879,8 +23896,8 @@ if ARG is omitted or nil.
23879 23896
23880;;;*** 23897;;;***
23881 23898
23882;;;### (autoloads nil "rx" "emacs-lisp/rx.el" (22388 6369 650121 23899;;;### (autoloads nil "rx" "emacs-lisp/rx.el" (22676 23208 616522
23883;;;;;; 327000)) 23900;;;;;; 697000))
23884;;; Generated autoloads from emacs-lisp/rx.el 23901;;; Generated autoloads from emacs-lisp/rx.el
23885 23902
23886(autoload 'rx-to-string "rx" "\ 23903(autoload 'rx-to-string "rx" "\
@@ -24191,15 +24208,15 @@ enclosed in `(and ...)'.
24191 24208
24192;;;*** 24209;;;***
24193 24210
24194;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (22388 6378 24211;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (22676 23208
24195;;;;;; 9203 533000)) 24212;;;;;; 768522 77000))
24196;;; Generated autoloads from net/sasl-ntlm.el 24213;;; Generated autoloads from net/sasl-ntlm.el
24197(push (purecopy '(sasl 1 0)) package--builtin-versions) 24214(push (purecopy '(sasl 1 0)) package--builtin-versions)
24198 24215
24199;;;*** 24216;;;***
24200 24217
24201;;;### (autoloads nil "savehist" "savehist.el" (22388 5708 411618 24218;;;### (autoloads nil "savehist" "savehist.el" (22676 23208 882521
24202;;;;;; 524000)) 24219;;;;;; 611000))
24203;;; Generated autoloads from savehist.el 24220;;; Generated autoloads from savehist.el
24204(push (purecopy '(savehist 24)) package--builtin-versions) 24221(push (purecopy '(savehist 24)) package--builtin-versions)
24205 24222
@@ -24232,8 +24249,8 @@ histories, which is probably undesirable.
24232 24249
24233;;;*** 24250;;;***
24234 24251
24235;;;### (autoloads nil "saveplace" "saveplace.el" (22388 5708 453618 24252;;;### (autoloads nil "saveplace" "saveplace.el" (22676 23208 882521
24236;;;;;; 938000)) 24253;;;;;; 611000))
24237;;; Generated autoloads from saveplace.el 24254;;; Generated autoloads from saveplace.el
24238 24255
24239(defvar save-place-mode nil "\ 24256(defvar save-place-mode nil "\
@@ -24271,8 +24288,8 @@ file:
24271 24288
24272;;;*** 24289;;;***
24273 24290
24274;;;### (autoloads nil "scheme" "progmodes/scheme.el" (22388 6387 24291;;;### (autoloads nil "scheme" "progmodes/scheme.el" (22676 23208
24275;;;;;; 746299 291000)) 24292;;;;;; 868521 668000))
24276;;; Generated autoloads from progmodes/scheme.el 24293;;; Generated autoloads from progmodes/scheme.el
24277 24294
24278(autoload 'scheme-mode "scheme" "\ 24295(autoload 'scheme-mode "scheme" "\
@@ -24311,8 +24328,8 @@ that variable's value is a string.
24311 24328
24312;;;*** 24329;;;***
24313 24330
24314;;;### (autoloads nil "score-mode" "gnus/score-mode.el" (22388 6374 24331;;;### (autoloads nil "score-mode" "gnus/score-mode.el" (22676 23208
24315;;;;;; 162165 700000)) 24332;;;;;; 698522 362000))
24316;;; Generated autoloads from gnus/score-mode.el 24333;;; Generated autoloads from gnus/score-mode.el
24317 24334
24318(autoload 'gnus-score-mode "score-mode" "\ 24335(autoload 'gnus-score-mode "score-mode" "\
@@ -24325,8 +24342,8 @@ This mode is an extended emacs-lisp mode.
24325 24342
24326;;;*** 24343;;;***
24327 24344
24328;;;### (autoloads nil "scroll-all" "scroll-all.el" (22388 5708 454618 24345;;;### (autoloads nil "scroll-all" "scroll-all.el" (22676 23208 882521
24329;;;;;; 948000)) 24346;;;;;; 611000))
24330;;; Generated autoloads from scroll-all.el 24347;;; Generated autoloads from scroll-all.el
24331 24348
24332(defvar scroll-all-mode nil "\ 24349(defvar scroll-all-mode nil "\
@@ -24352,8 +24369,8 @@ one window apply to all visible windows in the same frame.
24352 24369
24353;;;*** 24370;;;***
24354 24371
24355;;;### (autoloads nil "scroll-lock" "scroll-lock.el" (22388 5708 24372;;;### (autoloads nil "scroll-lock" "scroll-lock.el" (22676 23208
24356;;;;;; 509619 488000)) 24373;;;;;; 882521 611000))
24357;;; Generated autoloads from scroll-lock.el 24374;;; Generated autoloads from scroll-lock.el
24358 24375
24359(autoload 'scroll-lock-mode "scroll-lock" "\ 24376(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -24369,16 +24386,16 @@ vertically fixed relative to window boundaries during scrolling.
24369 24386
24370;;;*** 24387;;;***
24371 24388
24372;;;### (autoloads nil "secrets" "net/secrets.el" (22388 6378 21203 24389;;;### (autoloads nil "secrets" "net/secrets.el" (22676 23208 769522
24373;;;;;; 651000)) 24390;;;;;; 73000))
24374;;; Generated autoloads from net/secrets.el 24391;;; Generated autoloads from net/secrets.el
24375(when (featurep 'dbusbind) 24392(when (featurep 'dbusbind)
24376 (autoload 'secrets-show-secrets "secrets" nil t)) 24393 (autoload 'secrets-show-secrets "secrets" nil t))
24377 24394
24378;;;*** 24395;;;***
24379 24396
24380;;;### (autoloads nil "semantic" "cedet/semantic.el" (22388 6368 24397;;;### (autoloads nil "semantic" "cedet/semantic.el" (22676 23208
24381;;;;;; 485109 870000)) 24398;;;;;; 572522 877000))
24382;;; Generated autoloads from cedet/semantic.el 24399;;; Generated autoloads from cedet/semantic.el
24383(push (purecopy '(semantic 2 2)) package--builtin-versions) 24400(push (purecopy '(semantic 2 2)) package--builtin-versions)
24384 24401
@@ -24437,7 +24454,7 @@ Semantic mode.
24437;;;*** 24454;;;***
24438 24455
24439;;;### (autoloads nil "semantic/bovine/grammar" "cedet/semantic/bovine/grammar.el" 24456;;;### (autoloads nil "semantic/bovine/grammar" "cedet/semantic/bovine/grammar.el"
24440;;;;;; (22388 11492 220498 203000)) 24457;;;;;; (22676 23208 574522 869000))
24441;;; Generated autoloads from cedet/semantic/bovine/grammar.el 24458;;; Generated autoloads from cedet/semantic/bovine/grammar.el
24442 24459
24443(autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\ 24460(autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\
@@ -24448,7 +24465,7 @@ Major mode for editing Bovine grammars.
24448;;;*** 24465;;;***
24449 24466
24450;;;### (autoloads nil "semantic/wisent/grammar" "cedet/semantic/wisent/grammar.el" 24467;;;### (autoloads nil "semantic/wisent/grammar" "cedet/semantic/wisent/grammar.el"
24451;;;;;; (22388 11492 494500 898000)) 24468;;;;;; (22676 23208 585522 824000))
24452;;; Generated autoloads from cedet/semantic/wisent/grammar.el 24469;;; Generated autoloads from cedet/semantic/wisent/grammar.el
24453 24470
24454(autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\ 24471(autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\
@@ -24458,8 +24475,8 @@ Major mode for editing Wisent grammars.
24458 24475
24459;;;*** 24476;;;***
24460 24477
24461;;;### (autoloads nil "sendmail" "mail/sendmail.el" (22630 21356 24478;;;### (autoloads nil "sendmail" "mail/sendmail.el" (22676 23208
24462;;;;;; 397945 237000)) 24479;;;;;; 744522 175000))
24463;;; Generated autoloads from mail/sendmail.el 24480;;; Generated autoloads from mail/sendmail.el
24464 24481
24465(defvar mail-from-style 'default "\ 24482(defvar mail-from-style 'default "\
@@ -24740,14 +24757,14 @@ Like `mail' command, but display mail buffer in another frame.
24740 24757
24741;;;*** 24758;;;***
24742 24759
24743;;;### (autoloads nil "seq" "emacs-lisp/seq.el" (22489 43024 126096 24760;;;### (autoloads nil "seq" "emacs-lisp/seq.el" (22676 23208 617522
24744;;;;;; 745000)) 24761;;;;;; 693000))
24745;;; Generated autoloads from emacs-lisp/seq.el 24762;;; Generated autoloads from emacs-lisp/seq.el
24746(push (purecopy '(seq 2 3)) package--builtin-versions) 24763(push (purecopy '(seq 2 3)) package--builtin-versions)
24747 24764
24748;;;*** 24765;;;***
24749 24766
24750;;;### (autoloads nil "server" "server.el" (22388 5708 590620 286000)) 24767;;;### (autoloads nil "server" "server.el" (22676 23208 883521 607000))
24751;;; Generated autoloads from server.el 24768;;; Generated autoloads from server.el
24752 24769
24753(put 'server-host 'risky-local-variable t) 24770(put 'server-host 'risky-local-variable t)
@@ -24815,7 +24832,7 @@ only these files will be asked to be saved.
24815 24832
24816;;;*** 24833;;;***
24817 24834
24818;;;### (autoloads nil "ses" "ses.el" (22457 44247 406108 197000)) 24835;;;### (autoloads nil "ses" "ses.el" (22676 23208 884521 603000))
24819;;; Generated autoloads from ses.el 24836;;; Generated autoloads from ses.el
24820 24837
24821(autoload 'ses-mode "ses" "\ 24838(autoload 'ses-mode "ses" "\
@@ -24859,8 +24876,8 @@ formula:
24859 24876
24860;;;*** 24877;;;***
24861 24878
24862;;;### (autoloads nil "sgml-mode" "textmodes/sgml-mode.el" (22388 24879;;;### (autoloads nil "sgml-mode" "textmodes/sgml-mode.el" (22676
24863;;;;;; 6390 132322 756000)) 24880;;;;;; 23208 908521 505000))
24864;;; Generated autoloads from textmodes/sgml-mode.el 24881;;; Generated autoloads from textmodes/sgml-mode.el
24865 24882
24866(autoload 'sgml-mode "sgml-mode" "\ 24883(autoload 'sgml-mode "sgml-mode" "\
@@ -24925,8 +24942,8 @@ To work around that, do:
24925 24942
24926;;;*** 24943;;;***
24927 24944
24928;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (22587 24945;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (22676
24929;;;;;; 10177 803474 84000)) 24946;;;;;; 23208 868521 668000))
24930;;; Generated autoloads from progmodes/sh-script.el 24947;;; Generated autoloads from progmodes/sh-script.el
24931(push (purecopy '(sh-script 2 0 6)) package--builtin-versions) 24948(push (purecopy '(sh-script 2 0 6)) package--builtin-versions)
24932(put 'sh-shell 'safe-local-variable 'symbolp) 24949(put 'sh-shell 'safe-local-variable 'symbolp)
@@ -24991,8 +25008,8 @@ with your script for an edit-interpret-debug cycle.
24991 25008
24992;;;*** 25009;;;***
24993 25010
24994;;;### (autoloads nil "shadow" "emacs-lisp/shadow.el" (22388 6369 25011;;;### (autoloads nil "shadow" "emacs-lisp/shadow.el" (22676 23208
24995;;;;;; 668121 504000)) 25012;;;;;; 617522 693000))
24996;;; Generated autoloads from emacs-lisp/shadow.el 25013;;; Generated autoloads from emacs-lisp/shadow.el
24997 25014
24998(autoload 'list-load-path-shadows "shadow" "\ 25015(autoload 'list-load-path-shadows "shadow" "\
@@ -25041,8 +25058,8 @@ function, `load-path-shadows-find'.
25041 25058
25042;;;*** 25059;;;***
25043 25060
25044;;;### (autoloads nil "shadowfile" "shadowfile.el" (22388 5708 840622 25061;;;### (autoloads nil "shadowfile" "shadowfile.el" (22676 23208 884521
25045;;;;;; 743000)) 25062;;;;;; 603000))
25046;;; Generated autoloads from shadowfile.el 25063;;; Generated autoloads from shadowfile.el
25047 25064
25048(autoload 'shadow-define-cluster "shadowfile" "\ 25065(autoload 'shadow-define-cluster "shadowfile" "\
@@ -25080,7 +25097,7 @@ Set up file shadowing.
25080 25097
25081;;;*** 25098;;;***
25082 25099
25083;;;### (autoloads nil "shell" "shell.el" (22388 5708 884623 178000)) 25100;;;### (autoloads nil "shell" "shell.el" (22676 23208 884521 603000))
25084;;; Generated autoloads from shell.el 25101;;; Generated autoloads from shell.el
25085 25102
25086(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 25103(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -25128,7 +25145,7 @@ Otherwise, one argument `-i' is passed to the shell.
25128 25145
25129;;;*** 25146;;;***
25130 25147
25131;;;### (autoloads nil "shr" "net/shr.el" (22587 10177 786473 845000)) 25148;;;### (autoloads nil "shr" "net/shr.el" (22676 23208 770522 69000))
25132;;; Generated autoloads from net/shr.el 25149;;; Generated autoloads from net/shr.el
25133 25150
25134(autoload 'shr-render-region "shr" "\ 25151(autoload 'shr-render-region "shr" "\
@@ -25145,8 +25162,8 @@ DOM should be a parse tree as generated by
25145 25162
25146;;;*** 25163;;;***
25147 25164
25148;;;### (autoloads nil "sieve" "gnus/sieve.el" (22388 6374 179165 25165;;;### (autoloads nil "sieve" "gnus/sieve.el" (22676 23208 699522
25149;;;;;; 867000)) 25166;;;;;; 358000))
25150;;; Generated autoloads from gnus/sieve.el 25167;;; Generated autoloads from gnus/sieve.el
25151 25168
25152(autoload 'sieve-manage "sieve" "\ 25169(autoload 'sieve-manage "sieve" "\
@@ -25171,8 +25188,8 @@ DOM should be a parse tree as generated by
25171 25188
25172;;;*** 25189;;;***
25173 25190
25174;;;### (autoloads nil "sieve-mode" "gnus/sieve-mode.el" (22388 6374 25191;;;### (autoloads nil "sieve-mode" "gnus/sieve-mode.el" (22676 23208
25175;;;;;; 173165 808000)) 25192;;;;;; 699522 358000))
25176;;; Generated autoloads from gnus/sieve-mode.el 25193;;; Generated autoloads from gnus/sieve-mode.el
25177 25194
25178(autoload 'sieve-mode "sieve-mode" "\ 25195(autoload 'sieve-mode "sieve-mode" "\
@@ -25187,8 +25204,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
25187 25204
25188;;;*** 25205;;;***
25189 25206
25190;;;### (autoloads nil "simula" "progmodes/simula.el" (22388 6387 25207;;;### (autoloads nil "simula" "progmodes/simula.el" (22676 23208
25191;;;;;; 879300 598000)) 25208;;;;;; 869521 664000))
25192;;; Generated autoloads from progmodes/simula.el 25209;;; Generated autoloads from progmodes/simula.el
25193 25210
25194(autoload 'simula-mode "simula" "\ 25211(autoload 'simula-mode "simula" "\
@@ -25236,8 +25253,8 @@ with no arguments, if that value is non-nil.
25236 25253
25237;;;*** 25254;;;***
25238 25255
25239;;;### (autoloads nil "skeleton" "skeleton.el" (22630 21356 411945 25256;;;### (autoloads nil "skeleton" "skeleton.el" (22676 23208 887521
25240;;;;;; 433000)) 25257;;;;;; 591000))
25241;;; Generated autoloads from skeleton.el 25258;;; Generated autoloads from skeleton.el
25242 25259
25243(defvar skeleton-filter-function 'identity "\ 25260(defvar skeleton-filter-function 'identity "\
@@ -25357,8 +25374,8 @@ twice for the others.
25357 25374
25358;;;*** 25375;;;***
25359 25376
25360;;;### (autoloads nil "smerge-mode" "vc/smerge-mode.el" (22388 6391 25377;;;### (autoloads nil "smerge-mode" "vc/smerge-mode.el" (22676 23208
25361;;;;;; 279334 35000)) 25378;;;;;; 926521 431000))
25362;;; Generated autoloads from vc/smerge-mode.el 25379;;; Generated autoloads from vc/smerge-mode.el
25363 25380
25364(autoload 'smerge-ediff "smerge-mode" "\ 25381(autoload 'smerge-ediff "smerge-mode" "\
@@ -25385,8 +25402,8 @@ If no conflict maker is found, turn off `smerge-mode'.
25385 25402
25386;;;*** 25403;;;***
25387 25404
25388;;;### (autoloads nil "smiley" "gnus/smiley.el" (22388 6374 180165 25405;;;### (autoloads nil "smiley" "gnus/smiley.el" (22676 23208 699522
25389;;;;;; 877000)) 25406;;;;;; 358000))
25390;;; Generated autoloads from gnus/smiley.el 25407;;; Generated autoloads from gnus/smiley.el
25391 25408
25392(autoload 'smiley-region "smiley" "\ 25409(autoload 'smiley-region "smiley" "\
@@ -25403,8 +25420,8 @@ interactively. If there's no argument, do it at the current buffer.
25403 25420
25404;;;*** 25421;;;***
25405 25422
25406;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (22388 6375 961183 25423;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (22676 23208
25407;;;;;; 392000)) 25424;;;;;; 744522 175000))
25408;;; Generated autoloads from mail/smtpmail.el 25425;;; Generated autoloads from mail/smtpmail.el
25409 25426
25410(autoload 'smtpmail-send-it "smtpmail" "\ 25427(autoload 'smtpmail-send-it "smtpmail" "\
@@ -25419,8 +25436,8 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
25419 25436
25420;;;*** 25437;;;***
25421 25438
25422;;;### (autoloads nil "snake" "play/snake.el" (22388 6383 455257 25439;;;### (autoloads nil "snake" "play/snake.el" (22676 23208 832521
25423;;;;;; 91000)) 25440;;;;;; 815000))
25424;;; Generated autoloads from play/snake.el 25441;;; Generated autoloads from play/snake.el
25425 25442
25426(autoload 'snake "snake" "\ 25443(autoload 'snake "snake" "\
@@ -25443,8 +25460,8 @@ Snake mode keybindings:
25443 25460
25444;;;*** 25461;;;***
25445 25462
25446;;;### (autoloads nil "snmp-mode" "net/snmp-mode.el" (22388 6378 25463;;;### (autoloads nil "snmp-mode" "net/snmp-mode.el" (22676 23208
25447;;;;;; 107204 497000)) 25464;;;;;; 770522 69000))
25448;;; Generated autoloads from net/snmp-mode.el 25465;;; Generated autoloads from net/snmp-mode.el
25449 25466
25450(autoload 'snmp-mode "snmp-mode" "\ 25467(autoload 'snmp-mode "snmp-mode" "\
@@ -25473,15 +25490,15 @@ then `snmpv2-mode-hook'.
25473 25490
25474;;;*** 25491;;;***
25475 25492
25476;;;### (autoloads nil "soap-client" "net/soap-client.el" (22388 6378 25493;;;### (autoloads nil "soap-client" "net/soap-client.el" (22676 23208
25477;;;;;; 185205 264000)) 25494;;;;;; 771522 64000))
25478;;; Generated autoloads from net/soap-client.el 25495;;; Generated autoloads from net/soap-client.el
25479(push (purecopy '(soap-client 3 0 2)) package--builtin-versions) 25496(push (purecopy '(soap-client 3 0 2)) package--builtin-versions)
25480 25497
25481;;;*** 25498;;;***
25482 25499
25483;;;### (autoloads nil "solar" "calendar/solar.el" (22630 21356 355944 25500;;;### (autoloads nil "solar" "calendar/solar.el" (22676 23208 563522
25484;;;;;; 648000)) 25501;;;;;; 913000))
25485;;; Generated autoloads from calendar/solar.el 25502;;; Generated autoloads from calendar/solar.el
25486 25503
25487(autoload 'sunrise-sunset "solar" "\ 25504(autoload 'sunrise-sunset "solar" "\
@@ -25496,8 +25513,8 @@ This function is suitable for execution in an init file.
25496 25513
25497;;;*** 25514;;;***
25498 25515
25499;;;### (autoloads nil "solitaire" "play/solitaire.el" (22388 6383 25516;;;### (autoloads nil "solitaire" "play/solitaire.el" (22676 23208
25500;;;;;; 455257 91000)) 25517;;;;;; 833521 811000))
25501;;; Generated autoloads from play/solitaire.el 25518;;; Generated autoloads from play/solitaire.el
25502 25519
25503(autoload 'solitaire "solitaire" "\ 25520(autoload 'solitaire "solitaire" "\
@@ -25572,7 +25589,7 @@ Pick your favorite shortcuts:
25572 25589
25573;;;*** 25590;;;***
25574 25591
25575;;;### (autoloads nil "sort" "sort.el" (22388 5709 370627 956000)) 25592;;;### (autoloads nil "sort" "sort.el" (22676 23208 887521 591000))
25576;;; Generated autoloads from sort.el 25593;;; Generated autoloads from sort.el
25577(put 'sort-fold-case 'safe-local-variable 'booleanp) 25594(put 'sort-fold-case 'safe-local-variable 'booleanp)
25578 25595
@@ -25747,7 +25764,7 @@ is non-nil, it also prints a message describing the number of deletions.
25747 25764
25748;;;*** 25765;;;***
25749 25766
25750;;;### (autoloads nil "spam" "gnus/spam.el" (22388 6374 263166 693000)) 25767;;;### (autoloads nil "spam" "gnus/spam.el" (22676 23208 700522 354000))
25751;;; Generated autoloads from gnus/spam.el 25768;;; Generated autoloads from gnus/spam.el
25752 25769
25753(autoload 'spam-initialize "spam" "\ 25770(autoload 'spam-initialize "spam" "\
@@ -25761,8 +25778,8 @@ installed through `spam-necessary-extra-headers'.
25761 25778
25762;;;*** 25779;;;***
25763 25780
25764;;;### (autoloads nil "spam-report" "gnus/spam-report.el" (22388 25781;;;### (autoloads nil "spam-report" "gnus/spam-report.el" (22676
25765;;;;;; 6374 182165 897000)) 25782;;;;;; 23208 699522 358000))
25766;;; Generated autoloads from gnus/spam-report.el 25783;;; Generated autoloads from gnus/spam-report.el
25767 25784
25768(autoload 'spam-report-process-queue "spam-report" "\ 25785(autoload 'spam-report-process-queue "spam-report" "\
@@ -25804,8 +25821,8 @@ Spam reports will be queued with the method used when
25804 25821
25805;;;*** 25822;;;***
25806 25823
25807;;;### (autoloads nil "speedbar" "speedbar.el" (22388 5709 449628 25824;;;### (autoloads nil "speedbar" "speedbar.el" (22676 23208 888521
25808;;;;;; 733000)) 25825;;;;;; 587000))
25809;;; Generated autoloads from speedbar.el 25826;;; Generated autoloads from speedbar.el
25810 25827
25811(defalias 'speedbar 'speedbar-frame-mode) 25828(defalias 'speedbar 'speedbar-frame-mode)
@@ -25829,8 +25846,8 @@ selected. If the speedbar frame is active, then select the attached frame.
25829 25846
25830;;;*** 25847;;;***
25831 25848
25832;;;### (autoloads nil "spook" "play/spook.el" (22388 6383 458257 25849;;;### (autoloads nil "spook" "play/spook.el" (22676 23208 833521
25833;;;;;; 120000)) 25850;;;;;; 811000))
25834;;; Generated autoloads from play/spook.el 25851;;; Generated autoloads from play/spook.el
25835 25852
25836(autoload 'spook "spook" "\ 25853(autoload 'spook "spook" "\
@@ -25845,8 +25862,8 @@ Return a vector containing the lines from `spook-phrases-file'.
25845 25862
25846;;;*** 25863;;;***
25847 25864
25848;;;### (autoloads nil "sql" "progmodes/sql.el" (22388 6387 963301 25865;;;### (autoloads nil "sql" "progmodes/sql.el" (22676 23208 870521
25849;;;;;; 424000)) 25866;;;;;; 660000))
25850;;; Generated autoloads from progmodes/sql.el 25867;;; Generated autoloads from progmodes/sql.el
25851(push (purecopy '(sql 3 5)) package--builtin-versions) 25868(push (purecopy '(sql 3 5)) package--builtin-versions)
25852 25869
@@ -26312,15 +26329,15 @@ Run vsql as an inferior process.
26312 26329
26313;;;*** 26330;;;***
26314 26331
26315;;;### (autoloads nil "srecode" "cedet/srecode.el" (22388 6368 506110 26332;;;### (autoloads nil "srecode" "cedet/srecode.el" (22676 23208 586522
26316;;;;;; 77000)) 26333;;;;;; 820000))
26317;;; Generated autoloads from cedet/srecode.el 26334;;; Generated autoloads from cedet/srecode.el
26318(push (purecopy '(srecode 1 2)) package--builtin-versions) 26335(push (purecopy '(srecode 1 2)) package--builtin-versions)
26319 26336
26320;;;*** 26337;;;***
26321 26338
26322;;;### (autoloads nil "srecode/srt-mode" "cedet/srecode/srt-mode.el" 26339;;;### (autoloads nil "srecode/srt-mode" "cedet/srecode/srt-mode.el"
26323;;;;;; (22388 7503 616273 65000)) 26340;;;;;; (22676 23208 588522 812000))
26324;;; Generated autoloads from cedet/srecode/srt-mode.el 26341;;; Generated autoloads from cedet/srecode/srt-mode.el
26325 26342
26326(autoload 'srecode-template-mode "srecode/srt-mode" "\ 26343(autoload 'srecode-template-mode "srecode/srt-mode" "\
@@ -26332,8 +26349,8 @@ Major-mode for writing SRecode macros.
26332 26349
26333;;;*** 26350;;;***
26334 26351
26335;;;### (autoloads nil "starttls" "gnus/starttls.el" (22630 21356 26352;;;### (autoloads nil "starttls" "gnus/starttls.el" (22676 23208
26336;;;;;; 375944 929000)) 26353;;;;;; 700522 354000))
26337;;; Generated autoloads from gnus/starttls.el 26354;;; Generated autoloads from gnus/starttls.el
26338 26355
26339(autoload 'starttls-open-stream "starttls" "\ 26356(autoload 'starttls-open-stream "starttls" "\
@@ -26356,7 +26373,8 @@ GnuTLS requires a port number.
26356 26373
26357;;;*** 26374;;;***
26358 26375
26359;;;### (autoloads nil "strokes" "strokes.el" (22388 5709 633630 542000)) 26376;;;### (autoloads nil "strokes" "strokes.el" (22676 23208 889521
26377;;;;;; 583000))
26360;;; Generated autoloads from strokes.el 26378;;; Generated autoloads from strokes.el
26361 26379
26362(autoload 'strokes-global-set-stroke "strokes" "\ 26380(autoload 'strokes-global-set-stroke "strokes" "\
@@ -26470,8 +26488,8 @@ Read a complex stroke and insert its glyph into the current buffer.
26470 26488
26471;;;*** 26489;;;***
26472 26490
26473;;;### (autoloads nil "studly" "play/studly.el" (22388 6383 458257 26491;;;### (autoloads nil "studly" "play/studly.el" (22387 39328 273705
26474;;;;;; 120000)) 26492;;;;;; 217000))
26475;;; Generated autoloads from play/studly.el 26493;;; Generated autoloads from play/studly.el
26476 26494
26477(autoload 'studlify-region "studly" "\ 26495(autoload 'studlify-region "studly" "\
@@ -26491,8 +26509,8 @@ Studlify-case the current buffer.
26491 26509
26492;;;*** 26510;;;***
26493 26511
26494;;;### (autoloads nil "subword" "progmodes/subword.el" (22388 6388 26512;;;### (autoloads nil "subword" "progmodes/subword.el" (22676 23208
26495;;;;;; 3301 818000)) 26513;;;;;; 870521 660000))
26496;;; Generated autoloads from progmodes/subword.el 26514;;; Generated autoloads from progmodes/subword.el
26497 26515
26498(define-obsolete-function-alias 'capitalized-words-mode 'subword-mode "25.1") 26516(define-obsolete-function-alias 'capitalized-words-mode 'subword-mode "25.1")
@@ -26586,8 +26604,8 @@ See `superword-mode' for more information on Superword mode.
26586 26604
26587;;;*** 26605;;;***
26588 26606
26589;;;### (autoloads nil "supercite" "mail/supercite.el" (22388 6376 26607;;;### (autoloads nil "supercite" "mail/supercite.el" (22676 23208
26590;;;;;; 4183 815000)) 26608;;;;;; 745522 171000))
26591;;; Generated autoloads from mail/supercite.el 26609;;; Generated autoloads from mail/supercite.el
26592 26610
26593(autoload 'sc-cite-original "supercite" "\ 26611(autoload 'sc-cite-original "supercite" "\
@@ -26619,7 +26637,8 @@ and `sc-post-hook' is run after the guts of this function.
26619 26637
26620;;;*** 26638;;;***
26621 26639
26622;;;### (autoloads nil "t-mouse" "t-mouse.el" (22388 5709 919633 355000)) 26640;;;### (autoloads nil "t-mouse" "t-mouse.el" (22676 23208 890521
26641;;;;;; 579000))
26623;;; Generated autoloads from t-mouse.el 26642;;; Generated autoloads from t-mouse.el
26624 26643
26625(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 26644(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -26652,7 +26671,7 @@ GPM. This is due to limitations in GPM and the Linux kernel.
26652 26671
26653;;;*** 26672;;;***
26654 26673
26655;;;### (autoloads nil "tabify" "tabify.el" (22388 5709 919633 355000)) 26674;;;### (autoloads nil "tabify" "tabify.el" (22676 23208 891521 574000))
26656;;; Generated autoloads from tabify.el 26675;;; Generated autoloads from tabify.el
26657 26676
26658(autoload 'untabify "tabify" "\ 26677(autoload 'untabify "tabify" "\
@@ -26681,8 +26700,8 @@ The variable `tab-width' controls the spacing of tab stops.
26681 26700
26682;;;*** 26701;;;***
26683 26702
26684;;;### (autoloads nil "table" "textmodes/table.el" (22388 6390 235323 26703;;;### (autoloads nil "table" "textmodes/table.el" (22676 23208 909521
26685;;;;;; 768000)) 26704;;;;;; 501000))
26686;;; Generated autoloads from textmodes/table.el 26705;;; Generated autoloads from textmodes/table.el
26687 26706
26688(autoload 'table-insert "table" "\ 26707(autoload 'table-insert "table" "\
@@ -27253,7 +27272,7 @@ converts a table into plain text without frames. It is a companion to
27253 27272
27254;;;*** 27273;;;***
27255 27274
27256;;;### (autoloads nil "talk" "talk.el" (22388 5709 921633 374000)) 27275;;;### (autoloads nil "talk" "talk.el" (22676 23208 891521 574000))
27257;;; Generated autoloads from talk.el 27276;;; Generated autoloads from talk.el
27258 27277
27259(autoload 'talk-connect "talk" "\ 27278(autoload 'talk-connect "talk" "\
@@ -27268,8 +27287,8 @@ Connect to the Emacs talk group from the current X display or tty frame.
27268 27287
27269;;;*** 27288;;;***
27270 27289
27271;;;### (autoloads nil "tar-mode" "tar-mode.el" (22388 5709 957633 27290;;;### (autoloads nil "tar-mode" "tar-mode.el" (22676 23208 891521
27272;;;;;; 728000)) 27291;;;;;; 574000))
27273;;; Generated autoloads from tar-mode.el 27292;;; Generated autoloads from tar-mode.el
27274 27293
27275(autoload 'tar-mode "tar-mode" "\ 27294(autoload 'tar-mode "tar-mode" "\
@@ -27292,8 +27311,8 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
27292 27311
27293;;;*** 27312;;;***
27294 27313
27295;;;### (autoloads nil "tcl" "progmodes/tcl.el" (22388 6388 41302 27314;;;### (autoloads nil "tcl" "progmodes/tcl.el" (22676 23208 870521
27296;;;;;; 191000)) 27315;;;;;; 660000))
27297;;; Generated autoloads from progmodes/tcl.el 27316;;; Generated autoloads from progmodes/tcl.el
27298 27317
27299(autoload 'tcl-mode "tcl" "\ 27318(autoload 'tcl-mode "tcl" "\
@@ -27341,8 +27360,8 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
27341 27360
27342;;;*** 27361;;;***
27343 27362
27344;;;### (autoloads nil "telnet" "net/telnet.el" (22388 6378 270206 27363;;;### (autoloads nil "telnet" "net/telnet.el" (22676 23208 772522
27345;;;;;; 100000)) 27364;;;;;; 60000))
27346;;; Generated autoloads from net/telnet.el 27365;;; Generated autoloads from net/telnet.el
27347 27366
27348(autoload 'telnet "telnet" "\ 27367(autoload 'telnet "telnet" "\
@@ -27367,7 +27386,7 @@ Normally input is edited in Emacs and sent a line at a time.
27367 27386
27368;;;*** 27387;;;***
27369 27388
27370;;;### (autoloads nil "term" "term.el" (22587 10177 808474 154000)) 27389;;;### (autoloads nil "term" "term.el" (22676 23208 892521 570000))
27371;;; Generated autoloads from term.el 27390;;; Generated autoloads from term.el
27372 27391
27373(autoload 'make-term "term" "\ 27392(autoload 'make-term "term" "\
@@ -27409,8 +27428,8 @@ use in that buffer.
27409 27428
27410;;;*** 27429;;;***
27411 27430
27412;;;### (autoloads nil "testcover" "emacs-lisp/testcover.el" (22388 27431;;;### (autoloads nil "testcover" "emacs-lisp/testcover.el" (22676
27413;;;;;; 6369 795122 753000)) 27432;;;;;; 23208 618522 689000))
27414;;; Generated autoloads from emacs-lisp/testcover.el 27433;;; Generated autoloads from emacs-lisp/testcover.el
27415 27434
27416(autoload 'testcover-this-defun "testcover" "\ 27435(autoload 'testcover-this-defun "testcover" "\
@@ -27420,8 +27439,8 @@ Start coverage on function under point.
27420 27439
27421;;;*** 27440;;;***
27422 27441
27423;;;### (autoloads nil "tetris" "play/tetris.el" (22388 6383 460257 27442;;;### (autoloads nil "tetris" "play/tetris.el" (22676 23208 833521
27424;;;;;; 140000)) 27443;;;;;; 811000))
27425;;; Generated autoloads from play/tetris.el 27444;;; Generated autoloads from play/tetris.el
27426(push (purecopy '(tetris 2 1)) package--builtin-versions) 27445(push (purecopy '(tetris 2 1)) package--builtin-versions)
27427 27446
@@ -27446,8 +27465,8 @@ tetris-mode keybindings:
27446 27465
27447;;;*** 27466;;;***
27448 27467
27449;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (22587 10177 27468;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (22676 23208
27450;;;;;; 811474 196000)) 27469;;;;;; 910521 497000))
27451;;; Generated autoloads from textmodes/tex-mode.el 27470;;; Generated autoloads from textmodes/tex-mode.el
27452 27471
27453(defvar tex-shell-file-name nil "\ 27472(defvar tex-shell-file-name nil "\
@@ -27748,8 +27767,8 @@ Major mode to edit DocTeX files.
27748 27767
27749;;;*** 27768;;;***
27750 27769
27751;;;### (autoloads nil "texinfmt" "textmodes/texinfmt.el" (22388 6390 27770;;;### (autoloads nil "texinfmt" "textmodes/texinfmt.el" (22676 23208
27752;;;;;; 408325 469000)) 27771;;;;;; 911521 493000))
27753;;; Generated autoloads from textmodes/texinfmt.el 27772;;; Generated autoloads from textmodes/texinfmt.el
27754 27773
27755(autoload 'texinfo-format-buffer "texinfmt" "\ 27774(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -27788,8 +27807,8 @@ if large. You can use `Info-split' to do this manually.
27788 27807
27789;;;*** 27808;;;***
27790 27809
27791;;;### (autoloads nil "texinfo" "textmodes/texinfo.el" (22388 6390 27810;;;### (autoloads nil "texinfo" "textmodes/texinfo.el" (22676 23208
27792;;;;;; 440325 784000)) 27811;;;;;; 911521 493000))
27793;;; Generated autoloads from textmodes/texinfo.el 27812;;; Generated autoloads from textmodes/texinfo.el
27794 27813
27795(defvar texinfo-open-quote (purecopy "``") "\ 27814(defvar texinfo-open-quote (purecopy "``") "\
@@ -27873,8 +27892,8 @@ value of `texinfo-mode-hook'.
27873 27892
27874;;;*** 27893;;;***
27875 27894
27876;;;### (autoloads nil "thai-util" "language/thai-util.el" (22388 27895;;;### (autoloads nil "thai-util" "language/thai-util.el" (22676
27877;;;;;; 6375 384177 718000)) 27896;;;;;; 23208 725522 252000))
27878;;; Generated autoloads from language/thai-util.el 27897;;; Generated autoloads from language/thai-util.el
27879 27898
27880(autoload 'thai-compose-region "thai-util" "\ 27899(autoload 'thai-compose-region "thai-util" "\
@@ -27901,8 +27920,8 @@ Compose Thai characters in the current buffer.
27901 27920
27902;;;*** 27921;;;***
27903 27922
27904;;;### (autoloads nil "thingatpt" "thingatpt.el" (22388 5710 166635 27923;;;### (autoloads nil "thingatpt" "thingatpt.el" (22676 23208 913521
27905;;;;;; 784000)) 27924;;;;;; 485000))
27906;;; Generated autoloads from thingatpt.el 27925;;; Generated autoloads from thingatpt.el
27907 27926
27908(autoload 'forward-thing "thingatpt" "\ 27927(autoload 'forward-thing "thingatpt" "\
@@ -27966,7 +27985,7 @@ Return the Lisp list at point, or nil if none is found.
27966 27985
27967;;;*** 27986;;;***
27968 27987
27969;;;### (autoloads nil "thumbs" "thumbs.el" (22388 5710 168635 803000)) 27988;;;### (autoloads nil "thumbs" "thumbs.el" (22676 23208 913521 485000))
27970;;; Generated autoloads from thumbs.el 27989;;; Generated autoloads from thumbs.el
27971 27990
27972(autoload 'thumbs-find-thumb "thumbs" "\ 27991(autoload 'thumbs-find-thumb "thumbs" "\
@@ -28000,15 +28019,15 @@ In dired, call the setroot program on the image at point.
28000 28019
28001;;;*** 28020;;;***
28002 28021
28003;;;### (autoloads nil "thunk" "emacs-lisp/thunk.el" (22388 6369 797122 28022;;;### (autoloads nil "thunk" "emacs-lisp/thunk.el" (22676 23208
28004;;;;;; 773000)) 28023;;;;;; 618522 689000))
28005;;; Generated autoloads from emacs-lisp/thunk.el 28024;;; Generated autoloads from emacs-lisp/thunk.el
28006(push (purecopy '(thunk 1 0)) package--builtin-versions) 28025(push (purecopy '(thunk 1 0)) package--builtin-versions)
28007 28026
28008;;;*** 28027;;;***
28009 28028
28010;;;### (autoloads nil "tibet-util" "language/tibet-util.el" (22388 28029;;;### (autoloads nil "tibet-util" "language/tibet-util.el" (22676
28011;;;;;; 6375 464178 504000)) 28030;;;;;; 23208 725522 252000))
28012;;; Generated autoloads from language/tibet-util.el 28031;;; Generated autoloads from language/tibet-util.el
28013 28032
28014(autoload 'tibetan-char-p "tibet-util" "\ 28033(autoload 'tibetan-char-p "tibet-util" "\
@@ -28081,8 +28100,8 @@ See also docstring of the function tibetan-compose-region.
28081 28100
28082;;;*** 28101;;;***
28083 28102
28084;;;### (autoloads nil "tildify" "textmodes/tildify.el" (22388 6390 28103;;;### (autoloads nil "tildify" "textmodes/tildify.el" (22676 23208
28085;;;;;; 524326 610000)) 28104;;;;;; 912521 489000))
28086;;; Generated autoloads from textmodes/tildify.el 28105;;; Generated autoloads from textmodes/tildify.el
28087(push (purecopy '(tildify 4 6 1)) package--builtin-versions) 28106(push (purecopy '(tildify 4 6 1)) package--builtin-versions)
28088 28107
@@ -28148,7 +28167,7 @@ variable will be set to the representation.
28148 28167
28149;;;*** 28168;;;***
28150 28169
28151;;;### (autoloads nil "time" "time.el" (22630 21356 411945 433000)) 28170;;;### (autoloads nil "time" "time.el" (22676 23208 913521 485000))
28152;;; Generated autoloads from time.el 28171;;; Generated autoloads from time.el
28153 28172
28154(defvar display-time-day-and-date nil "\ 28173(defvar display-time-day-and-date nil "\
@@ -28211,8 +28230,8 @@ Return a string giving the duration of the Emacs initialization.
28211 28230
28212;;;*** 28231;;;***
28213 28232
28214;;;### (autoloads nil "time-date" "calendar/time-date.el" (22388 28233;;;### (autoloads nil "time-date" "calendar/time-date.el" (22676
28215;;;;;; 6368 233107 392000)) 28234;;;;;; 23208 563522 913000))
28216;;; Generated autoloads from calendar/time-date.el 28235;;; Generated autoloads from calendar/time-date.el
28217 28236
28218(autoload 'date-to-time "time-date" "\ 28237(autoload 'date-to-time "time-date" "\
@@ -28315,8 +28334,8 @@ Convert the time interval in seconds to a short string.
28315 28334
28316;;;*** 28335;;;***
28317 28336
28318;;;### (autoloads nil "time-stamp" "time-stamp.el" (22388 5710 209636 28337;;;### (autoloads nil "time-stamp" "time-stamp.el" (22676 23208 913521
28319;;;;;; 207000)) 28338;;;;;; 485000))
28320;;; Generated autoloads from time-stamp.el 28339;;; Generated autoloads from time-stamp.el
28321(put 'time-stamp-format 'safe-local-variable 'stringp) 28340(put 'time-stamp-format 'safe-local-variable 'stringp)
28322(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 28341(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -28356,8 +28375,8 @@ With ARG, turn time stamping on if and only if arg is positive.
28356 28375
28357;;;*** 28376;;;***
28358 28377
28359;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (22388 28378;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (22676
28360;;;;;; 6368 236107 422000)) 28379;;;;;; 23208 564522 910000))
28361;;; Generated autoloads from calendar/timeclock.el 28380;;; Generated autoloads from calendar/timeclock.el
28362(push (purecopy '(timeclock 2 6 1)) package--builtin-versions) 28381(push (purecopy '(timeclock 2 6 1)) package--builtin-versions)
28363 28382
@@ -28468,7 +28487,7 @@ relative only to the time worked today, and not to past time.
28468;;;*** 28487;;;***
28469 28488
28470;;;### (autoloads nil "titdic-cnv" "international/titdic-cnv.el" 28489;;;### (autoloads nil "titdic-cnv" "international/titdic-cnv.el"
28471;;;;;; (22388 6374 736171 345000)) 28490;;;;;; (22676 23208 716522 289000))
28472;;; Generated autoloads from international/titdic-cnv.el 28491;;; Generated autoloads from international/titdic-cnv.el
28473 28492
28474(autoload 'titdic-convert "titdic-cnv" "\ 28493(autoload 'titdic-convert "titdic-cnv" "\
@@ -28490,7 +28509,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
28490 28509
28491;;;*** 28510;;;***
28492 28511
28493;;;### (autoloads nil "tmm" "tmm.el" (22388 5710 257636 679000)) 28512;;;### (autoloads nil "tmm" "tmm.el" (22676 23208 913521 485000))
28494;;; Generated autoloads from tmm.el 28513;;; Generated autoloads from tmm.el
28495 (define-key global-map "\M-`" 'tmm-menubar) 28514 (define-key global-map "\M-`" 'tmm-menubar)
28496 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 28515 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -28532,8 +28551,8 @@ Its value should be an event that has a binding in MENU.
28532 28551
28533;;;*** 28552;;;***
28534 28553
28535;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (22420 28554;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (22676
28536;;;;;; 38537 264424 383000)) 28555;;;;;; 23208 565522 906000))
28537;;; Generated autoloads from calendar/todo-mode.el 28556;;; Generated autoloads from calendar/todo-mode.el
28538 28557
28539(autoload 'todo-show "todo-mode" "\ 28558(autoload 'todo-show "todo-mode" "\
@@ -28598,8 +28617,8 @@ Mode for displaying and reprioritizing top priority Todo.
28598 28617
28599;;;*** 28618;;;***
28600 28619
28601;;;### (autoloads nil "tool-bar" "tool-bar.el" (22388 5710 258636 28620;;;### (autoloads nil "tool-bar" "tool-bar.el" (22676 23208 913521
28602;;;;;; 688000)) 28621;;;;;; 485000))
28603;;; Generated autoloads from tool-bar.el 28622;;; Generated autoloads from tool-bar.el
28604 28623
28605(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 28624(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -28669,8 +28688,8 @@ holds a keymap.
28669 28688
28670;;;*** 28689;;;***
28671 28690
28672;;;### (autoloads nil "tq" "emacs-lisp/tq.el" (22388 6369 799122 28691;;;### (autoloads nil "tq" "emacs-lisp/tq.el" (22676 23208 618522
28673;;;;;; 793000)) 28692;;;;;; 689000))
28674;;; Generated autoloads from emacs-lisp/tq.el 28693;;; Generated autoloads from emacs-lisp/tq.el
28675 28694
28676(autoload 'tq-create "tq" "\ 28695(autoload 'tq-create "tq" "\
@@ -28683,8 +28702,8 @@ to a tcp server on another machine.
28683 28702
28684;;;*** 28703;;;***
28685 28704
28686;;;### (autoloads nil "trace" "emacs-lisp/trace.el" (22388 6369 800122 28705;;;### (autoloads nil "trace" "emacs-lisp/trace.el" (22676 23208
28687;;;;;; 802000)) 28706;;;;;; 619522 685000))
28688;;; Generated autoloads from emacs-lisp/trace.el 28707;;; Generated autoloads from emacs-lisp/trace.el
28689 28708
28690(defvar trace-buffer "*trace-output*" "\ 28709(defvar trace-buffer "*trace-output*" "\
@@ -28729,8 +28748,8 @@ the output buffer or changing the window configuration.
28729 28748
28730;;;*** 28749;;;***
28731 28750
28732;;;### (autoloads nil "tramp" "net/tramp.el" (22587 10177 789473 28751;;;### (autoloads nil "tramp" "net/tramp.el" (22676 23208 776522
28733;;;;;; 888000)) 28752;;;;;; 44000))
28734;;; Generated autoloads from net/tramp.el 28753;;; Generated autoloads from net/tramp.el
28735 28754
28736(defvar tramp-mode t "\ 28755(defvar tramp-mode t "\
@@ -28845,8 +28864,8 @@ Discard Tramp from loading remote files.
28845 28864
28846;;;*** 28865;;;***
28847 28866
28848;;;### (autoloads nil "tramp-ftp" "net/tramp-ftp.el" (22388 6378 28867;;;### (autoloads nil "tramp-ftp" "net/tramp-ftp.el" (22676 23208
28849;;;;;; 476208 126000)) 28868;;;;;; 772522 60000))
28850;;; Generated autoloads from net/tramp-ftp.el 28869;;; Generated autoloads from net/tramp-ftp.el
28851 28870
28852(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 28871(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -28856,15 +28875,15 @@ Discard Tramp from loading remote files.
28856 28875
28857;;;*** 28876;;;***
28858 28877
28859;;;### (autoloads nil "trampver" "net/trampver.el" (22587 10177 789473 28878;;;### (autoloads nil "trampver" "net/trampver.el" (22676 23208 776522
28860;;;;;; 888000)) 28879;;;;;; 44000))
28861;;; Generated autoloads from net/trampver.el 28880;;; Generated autoloads from net/trampver.el
28862(push (purecopy '(tramp 2 2 13 25 2)) package--builtin-versions) 28881(push (purecopy '(tramp 2 2 13 25 2)) package--builtin-versions)
28863 28882
28864;;;*** 28883;;;***
28865 28884
28866;;;### (autoloads nil "tutorial" "tutorial.el" (22388 5710 354637 28885;;;### (autoloads nil "tutorial" "tutorial.el" (22676 23208 914521
28867;;;;;; 632000)) 28886;;;;;; 481000))
28868;;; Generated autoloads from tutorial.el 28887;;; Generated autoloads from tutorial.el
28869 28888
28870(autoload 'help-with-tutorial "tutorial" "\ 28889(autoload 'help-with-tutorial "tutorial" "\
@@ -28888,8 +28907,8 @@ resumed later.
28888 28907
28889;;;*** 28908;;;***
28890 28909
28891;;;### (autoloads nil "tv-util" "language/tv-util.el" (22388 6375 28910;;;### (autoloads nil "tv-util" "language/tv-util.el" (22387 39327
28892;;;;;; 465178 514000)) 28911;;;;;; 668707 377000))
28893;;; Generated autoloads from language/tv-util.el 28912;;; Generated autoloads from language/tv-util.el
28894 28913
28895(autoload 'tai-viet-composition-function "tv-util" "\ 28914(autoload 'tai-viet-composition-function "tv-util" "\
@@ -28899,8 +28918,8 @@ resumed later.
28899 28918
28900;;;*** 28919;;;***
28901 28920
28902;;;### (autoloads nil "two-column" "textmodes/two-column.el" (22388 28921;;;### (autoloads nil "two-column" "textmodes/two-column.el" (22676
28903;;;;;; 6390 530326 669000)) 28922;;;;;; 23208 912521 489000))
28904;;; Generated autoloads from textmodes/two-column.el 28923;;; Generated autoloads from textmodes/two-column.el
28905 (autoload '2C-command "two-column" () t 'keymap) 28924 (autoload '2C-command "two-column" () t 'keymap)
28906 (global-set-key "\C-x6" '2C-command) 28925 (global-set-key "\C-x6" '2C-command)
@@ -28947,8 +28966,8 @@ First column's text sSs Second column's text
28947 28966
28948;;;*** 28967;;;***
28949 28968
28950;;;### (autoloads nil "type-break" "type-break.el" (22388 5710 396638 28969;;;### (autoloads nil "type-break" "type-break.el" (22676 23208 915521
28951;;;;;; 46000)) 28970;;;;;; 476000))
28952;;; Generated autoloads from type-break.el 28971;;; Generated autoloads from type-break.el
28953 28972
28954(defvar type-break-mode nil "\ 28973(defvar type-break-mode nil "\
@@ -29081,7 +29100,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
29081 29100
29082;;;*** 29101;;;***
29083 29102
29084;;;### (autoloads nil "uce" "mail/uce.el" (22388 6376 94184 700000)) 29103;;;### (autoloads nil "uce" "mail/uce.el" (22676 23208 745522 171000))
29085;;; Generated autoloads from mail/uce.el 29104;;; Generated autoloads from mail/uce.el
29086 29105
29087(autoload 'uce-reply-to-uce "uce" "\ 29106(autoload 'uce-reply-to-uce "uce" "\
@@ -29095,7 +29114,7 @@ You might need to set `uce-mail-reader' before using this.
29095;;;*** 29114;;;***
29096 29115
29097;;;### (autoloads nil "ucs-normalize" "international/ucs-normalize.el" 29116;;;### (autoloads nil "ucs-normalize" "international/ucs-normalize.el"
29098;;;;;; (22587 10177 778473 733000)) 29117;;;;;; (22676 23208 716522 289000))
29099;;; Generated autoloads from international/ucs-normalize.el 29118;;; Generated autoloads from international/ucs-normalize.el
29100 29119
29101(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ 29120(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
@@ -29160,8 +29179,8 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
29160 29179
29161;;;*** 29180;;;***
29162 29181
29163;;;### (autoloads nil "underline" "textmodes/underline.el" (22388 29182;;;### (autoloads nil "underline" "textmodes/underline.el" (22676
29164;;;;;; 6390 530326 669000)) 29183;;;;;; 23208 912521 489000))
29165;;; Generated autoloads from textmodes/underline.el 29184;;; Generated autoloads from textmodes/underline.el
29166 29185
29167(autoload 'underline-region "underline" "\ 29186(autoload 'underline-region "underline" "\
@@ -29181,8 +29200,8 @@ which specify the range to operate on.
29181 29200
29182;;;*** 29201;;;***
29183 29202
29184;;;### (autoloads nil "unrmail" "mail/unrmail.el" (22388 6376 95184 29203;;;### (autoloads nil "unrmail" "mail/unrmail.el" (22676 23208 745522
29185;;;;;; 710000)) 29204;;;;;; 171000))
29186;;; Generated autoloads from mail/unrmail.el 29205;;; Generated autoloads from mail/unrmail.el
29187 29206
29188(autoload 'batch-unrmail "unrmail" "\ 29207(autoload 'batch-unrmail "unrmail" "\
@@ -29202,8 +29221,8 @@ The variable `unrmail-mbox-format' controls which mbox format to use.
29202 29221
29203;;;*** 29222;;;***
29204 29223
29205;;;### (autoloads nil "unsafep" "emacs-lisp/unsafep.el" (22388 6369 29224;;;### (autoloads nil "unsafep" "emacs-lisp/unsafep.el" (22676 23208
29206;;;;;; 802122 822000)) 29225;;;;;; 619522 685000))
29207;;; Generated autoloads from emacs-lisp/unsafep.el 29226;;; Generated autoloads from emacs-lisp/unsafep.el
29208 29227
29209(autoload 'unsafep "unsafep" "\ 29228(autoload 'unsafep "unsafep" "\
@@ -29215,7 +29234,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
29215 29234
29216;;;*** 29235;;;***
29217 29236
29218;;;### (autoloads nil "url" "url/url.el" (22388 6390 706328 400000)) 29237;;;### (autoloads nil "url" "url/url.el" (22676 23208 919521 460000))
29219;;; Generated autoloads from url/url.el 29238;;; Generated autoloads from url/url.el
29220 29239
29221(autoload 'url-retrieve "url" "\ 29240(autoload 'url-retrieve "url" "\
@@ -29265,8 +29284,8 @@ to the server.
29265 29284
29266;;;*** 29285;;;***
29267 29286
29268;;;### (autoloads nil "url-auth" "url/url-auth.el" (22388 6390 576327 29287;;;### (autoloads nil "url-auth" "url/url-auth.el" (22676 23208 915521
29269;;;;;; 121000)) 29288;;;;;; 476000))
29270;;; Generated autoloads from url/url-auth.el 29289;;; Generated autoloads from url/url-auth.el
29271 29290
29272(autoload 'url-get-authentication "url-auth" "\ 29291(autoload 'url-get-authentication "url-auth" "\
@@ -29307,8 +29326,8 @@ RATING a rating between 1 and 10 of the strength of the authentication.
29307 29326
29308;;;*** 29327;;;***
29309 29328
29310;;;### (autoloads nil "url-cache" "url/url-cache.el" (22388 6390 29329;;;### (autoloads nil "url-cache" "url/url-cache.el" (22676 23208
29311;;;;;; 578327 141000)) 29330;;;;;; 916521 472000))
29312;;; Generated autoloads from url/url-cache.el 29331;;; Generated autoloads from url/url-cache.el
29313 29332
29314(autoload 'url-store-in-cache "url-cache" "\ 29333(autoload 'url-store-in-cache "url-cache" "\
@@ -29329,8 +29348,8 @@ Extract FNAM from the local disk cache.
29329 29348
29330;;;*** 29349;;;***
29331 29350
29332;;;### (autoloads nil "url-cid" "url/url-cid.el" (22388 6390 578327 29351;;;### (autoloads nil "url-cid" "url/url-cid.el" (22676 23208 916521
29333;;;;;; 141000)) 29352;;;;;; 472000))
29334;;; Generated autoloads from url/url-cid.el 29353;;; Generated autoloads from url/url-cid.el
29335 29354
29336(autoload 'url-cid "url-cid" "\ 29355(autoload 'url-cid "url-cid" "\
@@ -29340,8 +29359,8 @@ Extract FNAM from the local disk cache.
29340 29359
29341;;;*** 29360;;;***
29342 29361
29343;;;### (autoloads nil "url-dav" "url/url-dav.el" (22388 6390 581327 29362;;;### (autoloads nil "url-dav" "url/url-dav.el" (22676 23208 916521
29344;;;;;; 171000)) 29363;;;;;; 472000))
29345;;; Generated autoloads from url/url-dav.el 29364;;; Generated autoloads from url/url-dav.el
29346 29365
29347(autoload 'url-dav-supported-p "url-dav" "\ 29366(autoload 'url-dav-supported-p "url-dav" "\
@@ -29375,8 +29394,8 @@ added to this list, so most requests can just pass in nil.
29375 29394
29376;;;*** 29395;;;***
29377 29396
29378;;;### (autoloads nil "url-file" "url/url-file.el" (22388 6390 611327 29397;;;### (autoloads nil "url-file" "url/url-file.el" (22676 23208 916521
29379;;;;;; 466000)) 29398;;;;;; 472000))
29380;;; Generated autoloads from url/url-file.el 29399;;; Generated autoloads from url/url-file.el
29381 29400
29382(autoload 'url-file "url-file" "\ 29401(autoload 'url-file "url-file" "\
@@ -29386,8 +29405,8 @@ Handle file: and ftp: URLs.
29386 29405
29387;;;*** 29406;;;***
29388 29407
29389;;;### (autoloads nil "url-gw" "url/url-gw.el" (22388 6390 617327 29408;;;### (autoloads nil "url-gw" "url/url-gw.el" (22676 23208 916521
29390;;;;;; 525000)) 29409;;;;;; 472000))
29391;;; Generated autoloads from url/url-gw.el 29410;;; Generated autoloads from url/url-gw.el
29392 29411
29393(autoload 'url-gateway-nslookup-host "url-gw" "\ 29412(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -29408,8 +29427,8 @@ overriding the value of `url-gateway-method'.
29408 29427
29409;;;*** 29428;;;***
29410 29429
29411;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (22388 29430;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (22676
29412;;;;;; 6390 619327 544000)) 29431;;;;;; 23208 917521 468000))
29413;;; Generated autoloads from url/url-handlers.el 29432;;; Generated autoloads from url/url-handlers.el
29414 29433
29415(defvar url-handler-mode nil "\ 29434(defvar url-handler-mode nil "\
@@ -29471,8 +29490,8 @@ if it had been inserted from a file named URL.
29471 29490
29472;;;*** 29491;;;***
29473 29492
29474;;;### (autoloads nil "url-http" "url/url-http.el" (22587 10177 811474 29493;;;### (autoloads nil "url-http" "url/url-http.el" (22676 23208 917521
29475;;;;;; 196000)) 29494;;;;;; 468000))
29476;;; Generated autoloads from url/url-http.el 29495;;; Generated autoloads from url/url-http.el
29477 (autoload 'url-default-expander "url-expand") 29496 (autoload 'url-default-expander "url-expand")
29478 29497
@@ -29484,8 +29503,8 @@ if it had been inserted from a file named URL.
29484 29503
29485;;;*** 29504;;;***
29486 29505
29487;;;### (autoloads nil "url-irc" "url/url-irc.el" (22388 6390 660327 29506;;;### (autoloads nil "url-irc" "url/url-irc.el" (22676 23208 917521
29488;;;;;; 948000)) 29507;;;;;; 468000))
29489;;; Generated autoloads from url/url-irc.el 29508;;; Generated autoloads from url/url-irc.el
29490 29509
29491(autoload 'url-irc "url-irc" "\ 29510(autoload 'url-irc "url-irc" "\
@@ -29495,8 +29514,8 @@ if it had been inserted from a file named URL.
29495 29514
29496;;;*** 29515;;;***
29497 29516
29498;;;### (autoloads nil "url-ldap" "url/url-ldap.el" (22388 6390 660327 29517;;;### (autoloads nil "url-ldap" "url/url-ldap.el" (22676 23208 917521
29499;;;;;; 948000)) 29518;;;;;; 468000))
29500;;; Generated autoloads from url/url-ldap.el 29519;;; Generated autoloads from url/url-ldap.el
29501 29520
29502(autoload 'url-ldap "url-ldap" "\ 29521(autoload 'url-ldap "url-ldap" "\
@@ -29509,8 +29528,8 @@ URL can be a URL string, or a URL vector of the type returned by
29509 29528
29510;;;*** 29529;;;***
29511 29530
29512;;;### (autoloads nil "url-mailto" "url/url-mailto.el" (22388 6390 29531;;;### (autoloads nil "url-mailto" "url/url-mailto.el" (22676 23208
29513;;;;;; 661327 958000)) 29532;;;;;; 917521 468000))
29514;;; Generated autoloads from url/url-mailto.el 29533;;; Generated autoloads from url/url-mailto.el
29515 29534
29516(autoload 'url-mail "url-mailto" "\ 29535(autoload 'url-mail "url-mailto" "\
@@ -29525,8 +29544,8 @@ Handle the mailto: URL syntax.
29525 29544
29526;;;*** 29545;;;***
29527 29546
29528;;;### (autoloads nil "url-misc" "url/url-misc.el" (22388 6390 663327 29547;;;### (autoloads nil "url-misc" "url/url-misc.el" (22676 23208 918521
29529;;;;;; 977000)) 29548;;;;;; 464000))
29530;;; Generated autoloads from url/url-misc.el 29549;;; Generated autoloads from url/url-misc.el
29531 29550
29532(autoload 'url-man "url-misc" "\ 29551(autoload 'url-man "url-misc" "\
@@ -29557,8 +29576,8 @@ Fetch a data URL (RFC 2397).
29557 29576
29558;;;*** 29577;;;***
29559 29578
29560;;;### (autoloads nil "url-news" "url/url-news.el" (22388 6390 663327 29579;;;### (autoloads nil "url-news" "url/url-news.el" (22676 23208 918521
29561;;;;;; 977000)) 29580;;;;;; 464000))
29562;;; Generated autoloads from url/url-news.el 29581;;; Generated autoloads from url/url-news.el
29563 29582
29564(autoload 'url-news "url-news" "\ 29583(autoload 'url-news "url-news" "\
@@ -29573,8 +29592,8 @@ Fetch a data URL (RFC 2397).
29573 29592
29574;;;*** 29593;;;***
29575 29594
29576;;;### (autoloads nil "url-ns" "url/url-ns.el" (22388 6390 665327 29595;;;### (autoloads nil "url-ns" "url/url-ns.el" (22676 23208 918521
29577;;;;;; 997000)) 29596;;;;;; 464000))
29578;;; Generated autoloads from url/url-ns.el 29597;;; Generated autoloads from url/url-ns.el
29579 29598
29580(autoload 'isPlainHostName "url-ns" "\ 29599(autoload 'isPlainHostName "url-ns" "\
@@ -29614,8 +29633,8 @@ Fetch a data URL (RFC 2397).
29614 29633
29615;;;*** 29634;;;***
29616 29635
29617;;;### (autoloads nil "url-parse" "url/url-parse.el" (22388 6390 29636;;;### (autoloads nil "url-parse" "url/url-parse.el" (22676 23208
29618;;;;;; 681328 154000)) 29637;;;;;; 918521 464000))
29619;;; Generated autoloads from url/url-parse.el 29638;;; Generated autoloads from url/url-parse.el
29620 29639
29621(autoload 'url-recreate-url "url-parse" "\ 29640(autoload 'url-recreate-url "url-parse" "\
@@ -29666,8 +29685,8 @@ parses to
29666 29685
29667;;;*** 29686;;;***
29668 29687
29669;;;### (autoloads nil "url-privacy" "url/url-privacy.el" (22388 6390 29688;;;### (autoloads nil "url-privacy" "url/url-privacy.el" (22676 23208
29670;;;;;; 683328 174000)) 29689;;;;;; 918521 464000))
29671;;; Generated autoloads from url/url-privacy.el 29690;;; Generated autoloads from url/url-privacy.el
29672 29691
29673(autoload 'url-setup-privacy-info "url-privacy" "\ 29692(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -29677,8 +29696,8 @@ Setup variables that expose info about you and your system.
29677 29696
29678;;;*** 29697;;;***
29679 29698
29680;;;### (autoloads nil "url-queue" "url/url-queue.el" (22388 6390 29699;;;### (autoloads nil "url-queue" "url/url-queue.el" (22676 23208
29681;;;;;; 702328 361000)) 29700;;;;;; 918521 464000))
29682;;; Generated autoloads from url/url-queue.el 29701;;; Generated autoloads from url/url-queue.el
29683 29702
29684(autoload 'url-queue-retrieve "url-queue" "\ 29703(autoload 'url-queue-retrieve "url-queue" "\
@@ -29692,8 +29711,8 @@ The variable `url-queue-timeout' sets a timeout.
29692 29711
29693;;;*** 29712;;;***
29694 29713
29695;;;### (autoloads nil "url-tramp" "url/url-tramp.el" (22388 6390 29714;;;### (autoloads nil "url-tramp" "url/url-tramp.el" (22676 23208
29696;;;;;; 703328 370000)) 29715;;;;;; 918521 464000))
29697;;; Generated autoloads from url/url-tramp.el 29716;;; Generated autoloads from url/url-tramp.el
29698 29717
29699(defvar url-tramp-protocols '("ftp" "ssh" "scp" "rsync" "telnet") "\ 29718(defvar url-tramp-protocols '("ftp" "ssh" "scp" "rsync" "telnet") "\
@@ -29711,8 +29730,8 @@ would have been passed to OPERATION.
29711 29730
29712;;;*** 29731;;;***
29713 29732
29714;;;### (autoloads nil "url-util" "url/url-util.el" (22388 6390 704328 29733;;;### (autoloads nil "url-util" "url/url-util.el" (22676 23208 919521
29715;;;;;; 380000)) 29734;;;;;; 460000))
29716;;; Generated autoloads from url/url-util.el 29735;;; Generated autoloads from url/url-util.el
29717 29736
29718(defvar url-debug nil "\ 29737(defvar url-debug nil "\
@@ -29880,8 +29899,8 @@ This uses `url-current-object', set locally to the buffer.
29880 29899
29881;;;*** 29900;;;***
29882 29901
29883;;;### (autoloads nil "userlock" "userlock.el" (22388 5710 439638 29902;;;### (autoloads nil "userlock" "userlock.el" (22676 23208 919521
29884;;;;;; 468000)) 29903;;;;;; 460000))
29885;;; Generated autoloads from userlock.el 29904;;; Generated autoloads from userlock.el
29886 29905
29887(autoload 'ask-user-about-lock "userlock" "\ 29906(autoload 'ask-user-about-lock "userlock" "\
@@ -29909,8 +29928,8 @@ The buffer in question is current when this function is called.
29909 29928
29910;;;*** 29929;;;***
29911 29930
29912;;;### (autoloads nil "utf-7" "international/utf-7.el" (22388 6374 29931;;;### (autoloads nil "utf-7" "international/utf-7.el" (22676 23208
29913;;;;;; 952173 469000)) 29932;;;;;; 717522 285000))
29914;;; Generated autoloads from international/utf-7.el 29933;;; Generated autoloads from international/utf-7.el
29915 29934
29916(autoload 'utf-7-post-read-conversion "utf-7" "\ 29935(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -29935,7 +29954,7 @@ The buffer in question is current when this function is called.
29935 29954
29936;;;*** 29955;;;***
29937 29956
29938;;;### (autoloads nil "utf7" "gnus/utf7.el" (22388 6374 272166 782000)) 29957;;;### (autoloads nil "utf7" "gnus/utf7.el" (22676 23208 700522 354000))
29939;;; Generated autoloads from gnus/utf7.el 29958;;; Generated autoloads from gnus/utf7.el
29940 29959
29941(autoload 'utf7-encode "utf7" "\ 29960(autoload 'utf7-encode "utf7" "\
@@ -29945,8 +29964,8 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil.
29945 29964
29946;;;*** 29965;;;***
29947 29966
29948;;;### (autoloads nil "uudecode" "mail/uudecode.el" (22388 6376 109184 29967;;;### (autoloads nil "uudecode" "mail/uudecode.el" (22676 23208
29949;;;;;; 848000)) 29968;;;;;; 745522 171000))
29950;;; Generated autoloads from mail/uudecode.el 29969;;; Generated autoloads from mail/uudecode.el
29951 29970
29952(autoload 'uudecode-decode-region-external "uudecode" "\ 29971(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -29970,7 +29989,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29970 29989
29971;;;*** 29990;;;***
29972 29991
29973;;;### (autoloads nil "vc" "vc/vc.el" (22587 10177 813474 224000)) 29992;;;### (autoloads nil "vc" "vc/vc.el" (22676 23208 931521 411000))
29974;;; Generated autoloads from vc/vc.el 29993;;; Generated autoloads from vc/vc.el
29975 29994
29976(defvar vc-checkout-hook nil "\ 29995(defvar vc-checkout-hook nil "\
@@ -30290,8 +30309,8 @@ Return the branch part of a revision number REV.
30290 30309
30291;;;*** 30310;;;***
30292 30311
30293;;;### (autoloads nil "vc-annotate" "vc/vc-annotate.el" (22388 6391 30312;;;### (autoloads nil "vc-annotate" "vc/vc-annotate.el" (22676 23208
30294;;;;;; 299334 232000)) 30313;;;;;; 926521 431000))
30295;;; Generated autoloads from vc/vc-annotate.el 30314;;; Generated autoloads from vc/vc-annotate.el
30296 30315
30297(autoload 'vc-annotate "vc-annotate" "\ 30316(autoload 'vc-annotate "vc-annotate" "\
@@ -30330,8 +30349,8 @@ should be applied to the background or to the foreground.
30330 30349
30331;;;*** 30350;;;***
30332 30351
30333;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (22388 6391 331334 30352;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (22676 23208 926521
30334;;;;;; 546000)) 30353;;;;;; 431000))
30335;;; Generated autoloads from vc/vc-bzr.el 30354;;; Generated autoloads from vc/vc-bzr.el
30336 30355
30337(defconst vc-bzr-admin-dirname ".bzr" "\ 30356(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -30347,8 +30366,8 @@ Name of the format file in a .bzr directory.")
30347 30366
30348;;;*** 30367;;;***
30349 30368
30350;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (22587 10177 812474 30369;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (22676 23208 927521
30351;;;;;; 210000)) 30370;;;;;; 428000))
30352;;; Generated autoloads from vc/vc-cvs.el 30371;;; Generated autoloads from vc/vc-cvs.el
30353(defun vc-cvs-registered (f) 30372(defun vc-cvs-registered (f)
30354 "Return non-nil if file F is registered with CVS." 30373 "Return non-nil if file F is registered with CVS."
@@ -30359,8 +30378,8 @@ Name of the format file in a .bzr directory.")
30359 30378
30360;;;*** 30379;;;***
30361 30380
30362;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (22388 6391 424335 30381;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (22676 23208 927521
30363;;;;;; 461000)) 30382;;;;;; 428000))
30364;;; Generated autoloads from vc/vc-dir.el 30383;;; Generated autoloads from vc/vc-dir.el
30365 30384
30366(autoload 'vc-dir "vc-dir" "\ 30385(autoload 'vc-dir "vc-dir" "\
@@ -30384,8 +30403,8 @@ These are the commands available for use in the file status buffer:
30384 30403
30385;;;*** 30404;;;***
30386 30405
30387;;;### (autoloads nil "vc-dispatcher" "vc/vc-dispatcher.el" (22388 30406;;;### (autoloads nil "vc-dispatcher" "vc/vc-dispatcher.el" (22676
30388;;;;;; 6391 464335 854000)) 30407;;;;;; 23208 928521 423000))
30389;;; Generated autoloads from vc/vc-dispatcher.el 30408;;; Generated autoloads from vc/vc-dispatcher.el
30390 30409
30391(autoload 'vc-do-command "vc-dispatcher" "\ 30410(autoload 'vc-do-command "vc-dispatcher" "\
@@ -30408,8 +30427,8 @@ case, and the process object in the asynchronous case.
30408 30427
30409;;;*** 30428;;;***
30410 30429
30411;;;### (autoloads nil "vc-git" "vc/vc-git.el" (22630 21356 413945 30430;;;### (autoloads nil "vc-git" "vc/vc-git.el" (22676 23208 928521
30412;;;;;; 462000)) 30431;;;;;; 423000))
30413;;; Generated autoloads from vc/vc-git.el 30432;;; Generated autoloads from vc/vc-git.el
30414 (defun vc-git-registered (file) 30433 (defun vc-git-registered (file)
30415 "Return non-nil if FILE is registered with git." 30434 "Return non-nil if FILE is registered with git."
@@ -30420,7 +30439,7 @@ case, and the process object in the asynchronous case.
30420 30439
30421;;;*** 30440;;;***
30422 30441
30423;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (22388 6391 556336 759000)) 30442;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (22676 23208 929521 419000))
30424;;; Generated autoloads from vc/vc-hg.el 30443;;; Generated autoloads from vc/vc-hg.el
30425 (defun vc-hg-registered (file) 30444 (defun vc-hg-registered (file)
30426 "Return non-nil if FILE is registered with hg." 30445 "Return non-nil if FILE is registered with hg."
@@ -30431,8 +30450,8 @@ case, and the process object in the asynchronous case.
30431 30450
30432;;;*** 30451;;;***
30433 30452
30434;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (22388 6391 641337 30453;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (22676 23208 929521
30435;;;;;; 595000)) 30454;;;;;; 419000))
30436;;; Generated autoloads from vc/vc-mtn.el 30455;;; Generated autoloads from vc/vc-mtn.el
30437 30456
30438(defconst vc-mtn-admin-dir "_MTN" "\ 30457(defconst vc-mtn-admin-dir "_MTN" "\
@@ -30448,8 +30467,8 @@ Name of the monotone directory's format file.")
30448 30467
30449;;;*** 30468;;;***
30450 30469
30451;;;### (autoloads nil "vc-rcs" "vc/vc-rcs.el" (22388 6391 707338 30470;;;### (autoloads nil "vc-rcs" "vc/vc-rcs.el" (22676 23208 929521
30452;;;;;; 244000)) 30471;;;;;; 419000))
30453;;; Generated autoloads from vc/vc-rcs.el 30472;;; Generated autoloads from vc/vc-rcs.el
30454 30473
30455(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 30474(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -30462,8 +30481,8 @@ For a description of possible values, see `vc-check-master-templates'.")
30462 30481
30463;;;*** 30482;;;***
30464 30483
30465;;;### (autoloads nil "vc-sccs" "vc/vc-sccs.el" (22388 6391 745338 30484;;;### (autoloads nil "vc-sccs" "vc/vc-sccs.el" (22676 23208 929521
30466;;;;;; 618000)) 30485;;;;;; 419000))
30467;;; Generated autoloads from vc/vc-sccs.el 30486;;; Generated autoloads from vc/vc-sccs.el
30468 30487
30469(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 30488(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -30481,8 +30500,8 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
30481 30500
30482;;;*** 30501;;;***
30483 30502
30484;;;### (autoloads nil "vc-src" "vc/vc-src.el" (22388 6391 798339 30503;;;### (autoloads nil "vc-src" "vc/vc-src.el" (22676 23208 930521
30485;;;;;; 139000)) 30504;;;;;; 415000))
30486;;; Generated autoloads from vc/vc-src.el 30505;;; Generated autoloads from vc/vc-src.el
30487 30506
30488(defvar vc-src-master-templates (purecopy '("%s.src/%s,v")) "\ 30507(defvar vc-src-master-templates (purecopy '("%s.src/%s,v")) "\
@@ -30495,8 +30514,8 @@ For a description of possible values, see `vc-check-master-templates'.")
30495 30514
30496;;;*** 30515;;;***
30497 30516
30498;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (22388 6391 799339 30517;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (22676 23208 930521
30499;;;;;; 149000)) 30518;;;;;; 415000))
30500;;; Generated autoloads from vc/vc-svn.el 30519;;; Generated autoloads from vc/vc-svn.el
30501 (defun vc-svn-registered (f) 30520 (defun vc-svn-registered (f)
30502 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 30521 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -30509,8 +30528,8 @@ For a description of possible values, see `vc-check-master-templates'.")
30509 30528
30510;;;*** 30529;;;***
30511 30530
30512;;;### (autoloads nil "vera-mode" "progmodes/vera-mode.el" (22388 30531;;;### (autoloads nil "vera-mode" "progmodes/vera-mode.el" (22676
30513;;;;;; 6388 56302 339000)) 30532;;;;;; 23208 871521 656000))
30514;;; Generated autoloads from progmodes/vera-mode.el 30533;;; Generated autoloads from progmodes/vera-mode.el
30515(push (purecopy '(vera-mode 2 28)) package--builtin-versions) 30534(push (purecopy '(vera-mode 2 28)) package--builtin-versions)
30516 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 30535 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
@@ -30569,7 +30588,7 @@ Key bindings:
30569;;;*** 30588;;;***
30570 30589
30571;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el" 30590;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el"
30572;;;;;; (22388 6388 217303 922000)) 30591;;;;;; (22676 23208 873521 648000))
30573;;; Generated autoloads from progmodes/verilog-mode.el 30592;;; Generated autoloads from progmodes/verilog-mode.el
30574 30593
30575(autoload 'verilog-mode "verilog-mode" "\ 30594(autoload 'verilog-mode "verilog-mode" "\
@@ -30708,8 +30727,8 @@ Key bindings specific to `verilog-mode-map' are:
30708 30727
30709;;;*** 30728;;;***
30710 30729
30711;;;### (autoloads nil "vhdl-mode" "progmodes/vhdl-mode.el" (22388 30730;;;### (autoloads nil "vhdl-mode" "progmodes/vhdl-mode.el" (22676
30712;;;;;; 6388 508306 784000)) 30731;;;;;; 23208 877521 632000))
30713;;; Generated autoloads from progmodes/vhdl-mode.el 30732;;; Generated autoloads from progmodes/vhdl-mode.el
30714 30733
30715(autoload 'vhdl-mode "vhdl-mode" "\ 30734(autoload 'vhdl-mode "vhdl-mode" "\
@@ -31263,8 +31282,8 @@ Key bindings:
31263 31282
31264;;;*** 31283;;;***
31265 31284
31266;;;### (autoloads nil "viet-util" "language/viet-util.el" (22388 31285;;;### (autoloads nil "viet-util" "language/viet-util.el" (22676
31267;;;;;; 6375 466178 524000)) 31286;;;;;; 23208 725522 252000))
31268;;; Generated autoloads from language/viet-util.el 31287;;; Generated autoloads from language/viet-util.el
31269 31288
31270(autoload 'viet-encode-viscii-char "viet-util" "\ 31289(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -31308,7 +31327,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
31308 31327
31309;;;*** 31328;;;***
31310 31329
31311;;;### (autoloads nil "view" "view.el" (22388 5710 520639 265000)) 31330;;;### (autoloads nil "view" "view.el" (22676 23208 931521 411000))
31312;;; Generated autoloads from view.el 31331;;; Generated autoloads from view.el
31313 31332
31314(defvar view-remove-frame-by-deleting t "\ 31333(defvar view-remove-frame-by-deleting t "\
@@ -31564,8 +31583,8 @@ Exit View mode and make the current buffer editable.
31564 31583
31565;;;*** 31584;;;***
31566 31585
31567;;;### (autoloads nil "viper" "emulation/viper.el" (22388 6370 127126 31586;;;### (autoloads nil "viper" "emulation/viper.el" (22676 23208 624522
31568;;;;;; 18000)) 31587;;;;;; 665000))
31569;;; Generated autoloads from emulation/viper.el 31588;;; Generated autoloads from emulation/viper.el
31570(push (purecopy '(viper 3 14 1)) package--builtin-versions) 31589(push (purecopy '(viper 3 14 1)) package--builtin-versions)
31571 31590
@@ -31582,8 +31601,8 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
31582 31601
31583;;;*** 31602;;;***
31584 31603
31585;;;### (autoloads nil "warnings" "emacs-lisp/warnings.el" (22388 31604;;;### (autoloads nil "warnings" "emacs-lisp/warnings.el" (22676
31586;;;;;; 6369 802122 822000)) 31605;;;;;; 23208 619522 685000))
31587;;; Generated autoloads from emacs-lisp/warnings.el 31606;;; Generated autoloads from emacs-lisp/warnings.el
31588 31607
31589(defvar warning-prefix-function nil "\ 31608(defvar warning-prefix-function nil "\
@@ -31673,7 +31692,7 @@ this is equivalent to `display-warning', using
31673 31692
31674;;;*** 31693;;;***
31675 31694
31676;;;### (autoloads nil "wdired" "wdired.el" (22388 5710 565639 708000)) 31695;;;### (autoloads nil "wdired" "wdired.el" (22676 23208 932521 407000))
31677;;; Generated autoloads from wdired.el 31696;;; Generated autoloads from wdired.el
31678(push (purecopy '(wdired 2 0)) package--builtin-versions) 31697(push (purecopy '(wdired 2 0)) package--builtin-versions)
31679 31698
@@ -31691,8 +31710,8 @@ See `wdired-mode'.
31691 31710
31692;;;*** 31711;;;***
31693 31712
31694;;;### (autoloads nil "webjump" "net/webjump.el" (22388 6379 113214 31713;;;### (autoloads nil "webjump" "net/webjump.el" (22676 23208 776522
31695;;;;;; 390000)) 31714;;;;;; 44000))
31696;;; Generated autoloads from net/webjump.el 31715;;; Generated autoloads from net/webjump.el
31697 31716
31698(autoload 'webjump "webjump" "\ 31717(autoload 'webjump "webjump" "\
@@ -31708,8 +31727,8 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
31708 31727
31709;;;*** 31728;;;***
31710 31729
31711;;;### (autoloads nil "which-func" "progmodes/which-func.el" (22388 31730;;;### (autoloads nil "which-func" "progmodes/which-func.el" (22676
31712;;;;;; 6388 697308 643000)) 31731;;;;;; 23208 877521 632000))
31713;;; Generated autoloads from progmodes/which-func.el 31732;;; Generated autoloads from progmodes/which-func.el
31714 (put 'which-func-format 'risky-local-variable t) 31733 (put 'which-func-format 'risky-local-variable t)
31715 (put 'which-func-current 'risky-local-variable t) 31734 (put 'which-func-current 'risky-local-variable t)
@@ -31740,8 +31759,8 @@ in certain major modes.
31740 31759
31741;;;*** 31760;;;***
31742 31761
31743;;;### (autoloads nil "whitespace" "whitespace.el" (22587 10177 814474 31762;;;### (autoloads nil "whitespace" "whitespace.el" (22676 23208 932521
31744;;;;;; 238000)) 31763;;;;;; 407000))
31745;;; Generated autoloads from whitespace.el 31764;;; Generated autoloads from whitespace.el
31746(push (purecopy '(whitespace 13 2 2)) package--builtin-versions) 31765(push (purecopy '(whitespace 13 2 2)) package--builtin-versions)
31747 31766
@@ -32119,8 +32138,8 @@ cleaning up these problems.
32119 32138
32120;;;*** 32139;;;***
32121 32140
32122;;;### (autoloads nil "wid-browse" "wid-browse.el" (22388 5710 661640 32141;;;### (autoloads nil "wid-browse" "wid-browse.el" (22676 23208 932521
32123;;;;;; 652000)) 32142;;;;;; 407000))
32124;;; Generated autoloads from wid-browse.el 32143;;; Generated autoloads from wid-browse.el
32125 32144
32126(autoload 'widget-browse-at "wid-browse" "\ 32145(autoload 'widget-browse-at "wid-browse" "\
@@ -32148,8 +32167,8 @@ if ARG is omitted or nil.
32148 32167
32149;;;*** 32168;;;***
32150 32169
32151;;;### (autoloads nil "wid-edit" "wid-edit.el" (22388 5710 705641 32170;;;### (autoloads nil "wid-edit" "wid-edit.el" (22676 23208 933521
32152;;;;;; 84000)) 32171;;;;;; 403000))
32153;;; Generated autoloads from wid-edit.el 32172;;; Generated autoloads from wid-edit.el
32154 32173
32155(autoload 'widgetp "wid-edit" "\ 32174(autoload 'widgetp "wid-edit" "\
@@ -32191,8 +32210,8 @@ Setup current buffer so editing string widgets works.
32191 32210
32192;;;*** 32211;;;***
32193 32212
32194;;;### (autoloads nil "windmove" "windmove.el" (22388 5710 791641 32213;;;### (autoloads nil "windmove" "windmove.el" (22676 23208 933521
32195;;;;;; 930000)) 32214;;;;;; 403000))
32196;;; Generated autoloads from windmove.el 32215;;; Generated autoloads from windmove.el
32197 32216
32198(autoload 'windmove-left "windmove" "\ 32217(autoload 'windmove-left "windmove" "\
@@ -32244,7 +32263,7 @@ Default MODIFIER is `shift'.
32244 32263
32245;;;*** 32264;;;***
32246 32265
32247;;;### (autoloads nil "winner" "winner.el" (22388 5711 24644 221000)) 32266;;;### (autoloads nil "winner" "winner.el" (22676 23208 935521 395000))
32248;;; Generated autoloads from winner.el 32267;;; Generated autoloads from winner.el
32249 32268
32250(defvar winner-mode nil "\ 32269(defvar winner-mode nil "\
@@ -32274,7 +32293,7 @@ you can press `C-c <right>' (calling `winner-redo').
32274 32293
32275;;;*** 32294;;;***
32276 32295
32277;;;### (autoloads nil "woman" "woman.el" (22388 5711 111645 78000)) 32296;;;### (autoloads nil "woman" "woman.el" (22676 23208 936521 391000))
32278;;; Generated autoloads from woman.el 32297;;; Generated autoloads from woman.el
32279(push (purecopy '(woman 0 551)) package--builtin-versions) 32298(push (purecopy '(woman 0 551)) package--builtin-versions)
32280 32299
@@ -32323,7 +32342,7 @@ Default bookmark handler for Woman buffers.
32323 32342
32324;;;*** 32343;;;***
32325 32344
32326;;;### (autoloads nil "xml" "xml.el" (22388 5711 194645 894000)) 32345;;;### (autoloads nil "xml" "xml.el" (22676 23208 937521 387000))
32327;;; Generated autoloads from xml.el 32346;;; Generated autoloads from xml.el
32328 32347
32329(autoload 'xml-parse-file "xml" "\ 32348(autoload 'xml-parse-file "xml" "\
@@ -32379,8 +32398,8 @@ Both features can be combined by providing a cons cell
32379 32398
32380;;;*** 32399;;;***
32381 32400
32382;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (22388 6379 484218 32401;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (22676 23208 781522
32383;;;;;; 39000)) 32402;;;;;; 24000))
32384;;; Generated autoloads from nxml/xmltok.el 32403;;; Generated autoloads from nxml/xmltok.el
32385 32404
32386(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 32405(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -32398,8 +32417,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
32398 32417
32399;;;*** 32418;;;***
32400 32419
32401;;;### (autoloads nil "xref" "progmodes/xref.el" (22388 6388 698308 32420;;;### (autoloads nil "xref" "progmodes/xref.el" (22676 23208 877521
32402;;;;;; 653000)) 32421;;;;;; 632000))
32403;;; Generated autoloads from progmodes/xref.el 32422;;; Generated autoloads from progmodes/xref.el
32404 32423
32405(autoload 'xref-find-backend "xref" "\ 32424(autoload 'xref-find-backend "xref" "\
@@ -32466,8 +32485,8 @@ IGNORES is a list of glob patterns.
32466 32485
32467;;;*** 32486;;;***
32468 32487
32469;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (22630 21356 414945 32488;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (22676 23208 937521
32470;;;;;; 476000)) 32489;;;;;; 387000))
32471;;; Generated autoloads from xt-mouse.el 32490;;; Generated autoloads from xt-mouse.el
32472 32491
32473(defvar xterm-mouse-mode nil "\ 32492(defvar xterm-mouse-mode nil "\
@@ -32497,7 +32516,8 @@ down the SHIFT key while pressing the mouse button.
32497 32516
32498;;;*** 32517;;;***
32499 32518
32500;;;### (autoloads nil "xwidget" "xwidget.el" (22388 5711 213646 81000)) 32519;;;### (autoloads nil "xwidget" "xwidget.el" (22676 23208 937521
32520;;;;;; 387000))
32501;;; Generated autoloads from xwidget.el 32521;;; Generated autoloads from xwidget.el
32502 32522
32503(autoload 'xwidget-webkit-browse-url "xwidget" "\ 32523(autoload 'xwidget-webkit-browse-url "xwidget" "\
@@ -32509,7 +32529,7 @@ Interactively, URL defaults to the string looking like a url around point.
32509 32529
32510;;;*** 32530;;;***
32511 32531
32512;;;### (autoloads nil "yenc" "gnus/yenc.el" (22388 6374 272166 782000)) 32532;;;### (autoloads nil "yenc" "gnus/yenc.el" (22676 23208 700522 354000))
32513;;; Generated autoloads from gnus/yenc.el 32533;;; Generated autoloads from gnus/yenc.el
32514 32534
32515(autoload 'yenc-decode-region "yenc" "\ 32535(autoload 'yenc-decode-region "yenc" "\
@@ -32524,7 +32544,7 @@ Extract file name from an yenc header.
32524 32544
32525;;;*** 32545;;;***
32526 32546
32527;;;### (autoloads nil "zone" "play/zone.el" (22388 6383 476257 297000)) 32547;;;### (autoloads nil "zone" "play/zone.el" (22676 23208 833521 811000))
32528;;; Generated autoloads from play/zone.el 32548;;; Generated autoloads from play/zone.el
32529 32549
32530(autoload 'zone "zone" "\ 32550(autoload 'zone "zone" "\
@@ -32752,7 +32772,7 @@ Zone out, completely.
32752;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" 32772;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el"
32753;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vc/vc-filewise.el" "vcursor.el" 32773;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vc/vc-filewise.el" "vcursor.el"
32754;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" 32774;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el"
32755;;;;;; "x-dnd.el") (22630 28319 171596 148000)) 32775;;;;;; "x-dnd.el") (22676 38554 103597 865000))
32756 32776
32757;;;*** 32777;;;***
32758 32778
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp
index 7d0d7e96231..cbe5bad384c 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.91"/ 69/^#undef VERSION/s/^.*$/#define VERSION "25.2"/
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 37183539f87..bdd8bd4cb9f 100644
--- a/nt/README.W32
+++ b/nt/README.W32
@@ -1,7 +1,7 @@
1Copyright (C) 2001-2017 Free Software Foundation, Inc. 1Copyright (C) 2001-2017 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.91 for MS-Windows 4 Emacs version 25.2 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