aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2013-07-01 06:20:51 -0400
committerGlenn Morris2013-07-01 06:20:51 -0400
commitf90ac821483e5df45911279b6a431f47a069847b (patch)
treeb42235e41cd708a3ca2ea3c0bfe95cab3aaceb27 /lisp
parent08e5c8239d923576d2f374f5517322abb363e1a2 (diff)
downloademacs-f90ac821483e5df45911279b6a431f47a069847b.tar.gz
emacs-f90ac821483e5df45911279b6a431f47a069847b.zip
Auto-commit of loaddefs files.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ldefs-boot.el3215
1 files changed, 1417 insertions, 1798 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 6cd20f9c8ca..2c99f2bde2e 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -3,9 +3,7 @@
3;;; Code: 3;;; Code:
4 4
5 5
6;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best 6;;;### (autoloads nil "5x5" "play/5x5.el" (20709 26818 907104 0))
7;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
8;;;;;; "play/5x5.el" (20709 26818 907104 0))
9;;; Generated autoloads from play/5x5.el 7;;; Generated autoloads from play/5x5.el
10 8
11(autoload '5x5 "5x5" "\ 9(autoload '5x5 "5x5" "\
@@ -67,8 +65,8 @@ should return a grid vector array that is the new solution.
67 65
68;;;*** 66;;;***
69 67
70;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 68;;;### (autoloads nil "ada-mode" "progmodes/ada-mode.el" (20874 62962
71;;;;;; (20874 62962 290468 0)) 69;;;;;; 290468 0))
72;;; Generated autoloads from progmodes/ada-mode.el 70;;; Generated autoloads from progmodes/ada-mode.el
73 71
74(autoload 'ada-add-extensions "ada-mode" "\ 72(autoload 'ada-add-extensions "ada-mode" "\
@@ -87,8 +85,8 @@ Ada mode is the major mode for editing Ada code.
87 85
88;;;*** 86;;;***
89 87
90;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 88;;;### (autoloads nil "ada-stmt" "progmodes/ada-stmt.el" (20709 26818
91;;;;;; (20709 26818 907104 0)) 89;;;;;; 907104 0))
92;;; Generated autoloads from progmodes/ada-stmt.el 90;;; Generated autoloads from progmodes/ada-stmt.el
93 91
94(autoload 'ada-header "ada-stmt" "\ 92(autoload 'ada-header "ada-stmt" "\
@@ -98,8 +96,8 @@ Insert a descriptive header at the top of the file.
98 96
99;;;*** 97;;;***
100 98
101;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 99;;;### (autoloads nil "ada-xref" "progmodes/ada-xref.el" (20709 26818
102;;;;;; (20709 26818 907104 0)) 100;;;;;; 907104 0))
103;;; Generated autoloads from progmodes/ada-xref.el 101;;; Generated autoloads from progmodes/ada-xref.el
104 102
105(autoload 'ada-find-file "ada-xref" "\ 103(autoload 'ada-find-file "ada-xref" "\
@@ -110,11 +108,8 @@ Completion is available.
110 108
111;;;*** 109;;;***
112 110
113;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode 111;;;### (autoloads nil "add-log" "vc/add-log.el" (20709 26818 907104
114;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log 112;;;;;; 0))
115;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name
116;;;;;; add-log-current-defun-function) "add-log" "vc/add-log.el"
117;;;;;; (20709 26818 907104 0))
118;;; Generated autoloads from vc/add-log.el 113;;; Generated autoloads from vc/add-log.el
119 114
120(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)
@@ -243,9 +238,8 @@ old-style time formats for entries are supported.
243 238
244;;;*** 239;;;***
245 240
246;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice 241;;;### (autoloads nil "advice" "emacs-lisp/advice.el" (20725 15032
247;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) 242;;;;;; 264919 0))
248;;;;;; "advice" "emacs-lisp/advice.el" (20725 15032 264919 0))
249;;; Generated autoloads from emacs-lisp/advice.el 243;;; Generated autoloads from emacs-lisp/advice.el
250 244
251(defvar ad-redefinition-action 'warn "\ 245(defvar ad-redefinition-action 'warn "\
@@ -381,9 +375,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
381 375
382;;;*** 376;;;***
383 377
384;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 378;;;### (autoloads nil "align" "align.el" (20709 26818 907104 0))
385;;;;;; align-highlight-rule align-current align-entire align-regexp
386;;;;;; align) "align" "align.el" (20709 26818 907104 0))
387;;; Generated autoloads from align.el 379;;; Generated autoloads from align.el
388 380
389(autoload 'align "align" "\ 381(autoload 'align "align" "\
@@ -472,11 +464,9 @@ A replacement function for `newline-and-indent', aligning as it goes.
472 464
473;;;*** 465;;;***
474 466
475;;;### (autoloads (outlineify-sticky allout-mode allout-mode-p allout-auto-activation 467;;;### (autoloads nil "allout" "allout.el" (20932 10282 564846 0))
476;;;;;; allout-setup allout-auto-activation-helper) "allout" "allout.el"
477;;;;;; (20892 39729 858825 0))
478;;; Generated autoloads from allout.el 468;;; Generated autoloads from allout.el
479 469(push (purecopy (quote (allout 2 3))) package--builtin-versions)
480(autoload 'allout-auto-activation-helper "allout" "\ 470(autoload 'allout-auto-activation-helper "allout" "\
481Institute `allout-auto-activation'. 471Institute `allout-auto-activation'.
482 472
@@ -833,11 +823,10 @@ for details on preparing Emacs for automatic allout activation.
833 823
834;;;*** 824;;;***
835 825
836;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation 826;;;### (autoloads nil "allout-widgets" "allout-widgets.el" (20932
837;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el" 827;;;;;; 61699 522706 0))
838;;;;;; (20709 26818 907104 0))
839;;; Generated autoloads from allout-widgets.el 828;;; Generated autoloads from allout-widgets.el
840 829(push (purecopy (quote (allout-widgets 1 0))) package--builtin-versions)
841(let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads)))) 830(let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads))))
842 831
843(autoload 'allout-widgets-setup "allout-widgets" "\ 832(autoload 'allout-widgets-setup "allout-widgets" "\
@@ -894,8 +883,8 @@ outline hot-spot navigation (see `allout-mode').
894 883
895;;;*** 884;;;***
896 885
897;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 886;;;### (autoloads nil "ange-ftp" "net/ange-ftp.el" (20843 54187 671468
898;;;;;; "net/ange-ftp.el" (20843 54187 671468 0)) 887;;;;;; 0))
899;;; Generated autoloads from net/ange-ftp.el 888;;; Generated autoloads from net/ange-ftp.el
900 889
901(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 890(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
@@ -916,8 +905,8 @@ directory, so that Emacs will know its current contents.
916 905
917;;;*** 906;;;***
918 907
919;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 908;;;### (autoloads nil "animate" "play/animate.el" (20709 26818 907104
920;;;;;; "animate" "play/animate.el" (20709 26818 907104 0)) 909;;;;;; 0))
921;;; Generated autoloads from play/animate.el 910;;; Generated autoloads from play/animate.el
922 911
923(autoload 'animate-string "animate" "\ 912(autoload 'animate-string "animate" "\
@@ -949,10 +938,10 @@ the buffer *Birthday-Present-for-Name*.
949 938
950;;;*** 939;;;***
951 940
952;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 941;;;### (autoloads nil "ansi-color" "ansi-color.el" (20930 54950 26050
953;;;;;; "ansi-color" "ansi-color.el" (20709 26818 907104 0)) 942;;;;;; 0))
954;;; Generated autoloads from ansi-color.el 943;;; Generated autoloads from ansi-color.el
955 944(push (purecopy (quote (ansi-color 3 4 2))) package--builtin-versions)
956(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ 945(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
957Set `ansi-color-for-comint-mode' to t. 946Set `ansi-color-for-comint-mode' to t.
958 947
@@ -975,11 +964,10 @@ This is a good function to put in `comint-output-filter-functions'.
975 964
976;;;*** 965;;;***
977 966
978;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 967;;;### (autoloads nil "antlr-mode" "progmodes/antlr-mode.el" (20709
979;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (20709 26818 907104 968;;;;;; 26818 907104 0))
980;;;;;; 0))
981;;; Generated autoloads from progmodes/antlr-mode.el 969;;; Generated autoloads from progmodes/antlr-mode.el
982 970(push (purecopy (quote (antlr-mode 2 2 3))) package--builtin-versions)
983(autoload 'antlr-show-makefile-rules "antlr-mode" "\ 971(autoload 'antlr-show-makefile-rules "antlr-mode" "\
984Show Makefile rules for all grammar files in the current directory. 972Show Makefile rules for all grammar files in the current directory.
985If the `major-mode' of the current buffer has the value `makefile-mode', 973If the `major-mode' of the current buffer has the value `makefile-mode',
@@ -1012,8 +1000,8 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
1012 1000
1013;;;*** 1001;;;***
1014 1002
1015;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el" 1003;;;### (autoloads nil "appt" "calendar/appt.el" (20709 26818 907104
1016;;;;;; (20709 26818 907104 0)) 1004;;;;;; 0))
1017;;; Generated autoloads from calendar/appt.el 1005;;; Generated autoloads from calendar/appt.el
1018 1006
1019(autoload 'appt-add "appt" "\ 1007(autoload 'appt-add "appt" "\
@@ -1034,10 +1022,7 @@ ARG is positive, otherwise off.
1034 1022
1035;;;*** 1023;;;***
1036 1024
1037;;;### (autoloads (apropos-documentation apropos-value apropos-library 1025;;;### (autoloads nil "apropos" "apropos.el" (20716 56 356960 0))
1038;;;;;; apropos apropos-documentation-property apropos-command apropos-variable
1039;;;;;; apropos-user-option apropos-read-pattern) "apropos" "apropos.el"
1040;;;;;; (20716 56 356960 0))
1041;;; Generated autoloads from apropos.el 1026;;; Generated autoloads from apropos.el
1042 1027
1043(autoload 'apropos-read-pattern "apropos" "\ 1028(autoload 'apropos-read-pattern "apropos" "\
@@ -1152,8 +1137,8 @@ Returns list of symbols and documentation found.
1152 1137
1153;;;*** 1138;;;***
1154 1139
1155;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20759 1140;;;### (autoloads nil "arc-mode" "arc-mode.el" (20932 10282 564846
1156;;;;;; 33211 414988 0)) 1141;;;;;; 0))
1157;;; Generated autoloads from arc-mode.el 1142;;; Generated autoloads from arc-mode.el
1158 1143
1159(autoload 'archive-mode "arc-mode" "\ 1144(autoload 'archive-mode "arc-mode" "\
@@ -1173,8 +1158,7 @@ archive.
1173 1158
1174;;;*** 1159;;;***
1175 1160
1176;;;### (autoloads (array-mode) "array" "array.el" (20709 26818 907104 1161;;;### (autoloads nil "array" "array.el" (20709 26818 907104 0))
1177;;;;;; 0))
1178;;; Generated autoloads from array.el 1162;;; Generated autoloads from array.el
1179 1163
1180(autoload 'array-mode "array" "\ 1164(autoload 'array-mode "array" "\
@@ -1245,10 +1229,10 @@ Entering array mode calls the function `array-mode-hook'.
1245 1229
1246;;;*** 1230;;;***
1247 1231
1248;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20891 1232;;;### (autoloads nil "artist" "textmodes/artist.el" (20891 18859
1249;;;;;; 18859 893295 0)) 1233;;;;;; 893295 0))
1250;;; Generated autoloads from textmodes/artist.el 1234;;; Generated autoloads from textmodes/artist.el
1251 1235(push (purecopy (quote (artist 1 2 6))) package--builtin-versions)
1252(autoload 'artist-mode "artist" "\ 1236(autoload 'artist-mode "artist" "\
1253Toggle Artist mode. 1237Toggle Artist mode.
1254With argument ARG, turn Artist mode on if ARG is positive. 1238With argument ARG, turn Artist mode on if ARG is positive.
@@ -1451,8 +1435,8 @@ Keymap summary
1451 1435
1452;;;*** 1436;;;***
1453 1437
1454;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (20709 1438;;;### (autoloads nil "asm-mode" "progmodes/asm-mode.el" (20709 26818
1455;;;;;; 26818 907104 0)) 1439;;;;;; 907104 0))
1456;;; Generated autoloads from progmodes/asm-mode.el 1440;;; Generated autoloads from progmodes/asm-mode.el
1457 1441
1458(autoload 'asm-mode "asm-mode" "\ 1442(autoload 'asm-mode "asm-mode" "\
@@ -1479,8 +1463,8 @@ Special commands:
1479 1463
1480;;;*** 1464;;;***
1481 1465
1482;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el" 1466;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (20929
1483;;;;;; (20755 36154 171386 0)) 1467;;;;;; 34089 117790 0))
1484;;; Generated autoloads from gnus/auth-source.el 1468;;; Generated autoloads from gnus/auth-source.el
1485 1469
1486(defvar auth-source-cache-expiry 7200 "\ 1470(defvar auth-source-cache-expiry 7200 "\
@@ -1492,8 +1476,8 @@ let-binding.")
1492 1476
1493;;;*** 1477;;;***
1494 1478
1495;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1479;;;### (autoloads nil "autoarg" "autoarg.el" (20709 26818 907104
1496;;;;;; (20709 26818 907104 0)) 1480;;;;;; 0))
1497;;; Generated autoloads from autoarg.el 1481;;; Generated autoloads from autoarg.el
1498 1482
1499(defvar autoarg-mode nil "\ 1483(defvar autoarg-mode nil "\
@@ -1553,8 +1537,8 @@ This is similar to `autoarg-mode' but rebinds the keypad keys
1553 1537
1554;;;*** 1538;;;***
1555 1539
1556;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1540;;;### (autoloads nil "autoconf" "progmodes/autoconf.el" (20874 62962
1557;;;;;; (20874 62962 290468 0)) 1541;;;;;; 290468 0))
1558;;; Generated autoloads from progmodes/autoconf.el 1542;;; Generated autoloads from progmodes/autoconf.el
1559 1543
1560(autoload 'autoconf-mode "autoconf" "\ 1544(autoload 'autoconf-mode "autoconf" "\
@@ -1564,8 +1548,8 @@ Major mode for editing Autoconf configure.ac files.
1564 1548
1565;;;*** 1549;;;***
1566 1550
1567;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1551;;;### (autoloads nil "autoinsert" "autoinsert.el" (20709 26818 907104
1568;;;;;; "autoinsert" "autoinsert.el" (20709 26818 907104 0)) 1552;;;;;; 0))
1569;;; Generated autoloads from autoinsert.el 1553;;; Generated autoloads from autoinsert.el
1570 1554
1571(autoload 'auto-insert "autoinsert" "\ 1555(autoload 'auto-insert "autoinsert" "\
@@ -1603,9 +1587,8 @@ insert a template for the file depending on the mode of the buffer.
1603 1587
1604;;;*** 1588;;;***
1605 1589
1606;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1590;;;### (autoloads nil "autoload" "emacs-lisp/autoload.el" (20925
1607;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1591;;;;;; 37032 237257 0))
1608;;;;;; (20879 27694 495748 0))
1609;;; Generated autoloads from emacs-lisp/autoload.el 1592;;; Generated autoloads from emacs-lisp/autoload.el
1610 1593
1611(put 'generated-autoload-file 'safe-local-variable 'stringp) 1594(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1654,9 +1637,8 @@ should be non-nil).
1654 1637
1655;;;*** 1638;;;***
1656 1639
1657;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1640;;;### (autoloads nil "autorevert" "autorevert.el" (20912 25000 802412
1658;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1641;;;;;; 0))
1659;;;;;; "autorevert" "autorevert.el" (20893 60586 188550 0))
1660;;; Generated autoloads from autorevert.el 1642;;; Generated autoloads from autorevert.el
1661 1643
1662(autoload 'auto-revert-mode "autorevert" "\ 1644(autoload 'auto-revert-mode "autorevert" "\
@@ -1744,8 +1726,7 @@ specifies in the mode line.
1744 1726
1745;;;*** 1727;;;***
1746 1728
1747;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1729;;;### (autoloads nil "avoid" "avoid.el" (20709 26818 907104 0))
1748;;;;;; "avoid.el" (20709 26818 907104 0))
1749;;; Generated autoloads from avoid.el 1730;;; Generated autoloads from avoid.el
1750 1731
1751(defvar mouse-avoidance-mode nil "\ 1732(defvar mouse-avoidance-mode nil "\
@@ -1785,8 +1766,7 @@ definition of \"random distance\".)
1785 1766
1786;;;*** 1767;;;***
1787 1768
1788;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1769;;;### (autoloads nil "battery" "battery.el" (20791 9657 561026 0))
1789;;;;;; (20791 9657 561026 0))
1790;;; Generated autoloads from battery.el 1770;;; Generated autoloads from battery.el
1791 (put 'battery-mode-line-string 'risky-local-variable t) 1771 (put 'battery-mode-line-string 'risky-local-variable t)
1792 1772
@@ -1821,9 +1801,8 @@ seconds.
1821 1801
1822;;;*** 1802;;;***
1823 1803
1824;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1804;;;### (autoloads nil "benchmark" "emacs-lisp/benchmark.el" (20709
1825;;;;;; "benchmark" "emacs-lisp/benchmark.el" (20709 26818 907104 1805;;;;;; 26818 907104 0))
1826;;;;;; 0))
1827;;; Generated autoloads from emacs-lisp/benchmark.el 1806;;; Generated autoloads from emacs-lisp/benchmark.el
1828 1807
1829(autoload 'benchmark-run "benchmark" "\ 1808(autoload 'benchmark-run "benchmark" "\
@@ -1859,8 +1838,8 @@ For non-interactive use see also `benchmark-run' and
1859 1838
1860;;;*** 1839;;;***
1861 1840
1862;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) 1841;;;### (autoloads nil "bibtex" "textmodes/bibtex.el" (20937 28198
1863;;;;;; "bibtex" "textmodes/bibtex.el" (20842 33318 816618 0)) 1842;;;;;; 475168 0))
1864;;; Generated autoloads from textmodes/bibtex.el 1843;;; Generated autoloads from textmodes/bibtex.el
1865 1844
1866(autoload 'bibtex-initialize "bibtex" "\ 1845(autoload 'bibtex-initialize "bibtex" "\
@@ -1951,7 +1930,7 @@ A prefix arg negates the value of `bibtex-search-entry-globally'.
1951 1930
1952;;;*** 1931;;;***
1953 1932
1954;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" 1933;;;### (autoloads nil "bibtex-style" "textmodes/bibtex-style.el"
1955;;;;;; (20709 26818 907104 0)) 1934;;;;;; (20709 26818 907104 0))
1956;;; Generated autoloads from textmodes/bibtex-style.el 1935;;; Generated autoloads from textmodes/bibtex-style.el
1957 1936
@@ -1962,9 +1941,8 @@ Major mode for editing BibTeX style files.
1962 1941
1963;;;*** 1942;;;***
1964 1943
1965;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1944;;;### (autoloads nil "binhex" "mail/binhex.el" (20709 26818 907104
1966;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" 1945;;;;;; 0))
1967;;;;;; (20709 26818 907104 0))
1968;;; Generated autoloads from mail/binhex.el 1946;;; Generated autoloads from mail/binhex.el
1969 1947
1970(defconst binhex-begin-line "^:...............................................................$" "\ 1948(defconst binhex-begin-line "^:...............................................................$" "\
@@ -1988,8 +1966,8 @@ Binhex decode region between START and END.
1988 1966
1989;;;*** 1967;;;***
1990 1968
1991;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (20709 1969;;;### (autoloads nil "blackbox" "play/blackbox.el" (20709 26818
1992;;;;;; 26818 907104 0)) 1970;;;;;; 907104 0))
1993;;; Generated autoloads from play/blackbox.el 1971;;; Generated autoloads from play/blackbox.el
1994 1972
1995(autoload 'blackbox "blackbox" "\ 1973(autoload 'blackbox "blackbox" "\
@@ -2108,11 +2086,8 @@ a reflection.
2108 2086
2109;;;*** 2087;;;***
2110 2088
2111;;;### (autoloads (bookmark-bmenu-search bookmark-bmenu-list bookmark-load 2089;;;### (autoloads nil "bookmark" "bookmark.el" (20874 65006 176325
2112;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert 2090;;;;;; 548000))
2113;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate
2114;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark"
2115;;;;;; "bookmark.el" (20874 65006 176325 548000))
2116;;; Generated autoloads from bookmark.el 2091;;; Generated autoloads from bookmark.el
2117 (define-key ctl-x-r-map "b" 'bookmark-jump) 2092 (define-key ctl-x-r-map "b" 'bookmark-jump)
2118 (define-key ctl-x-r-map "m" 'bookmark-set) 2093 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2305,15 +2280,8 @@ Incremental search of bookmarks, hiding the non-matches as we go.
2305 2280
2306;;;*** 2281;;;***
2307 2282
2308;;;### (autoloads (browse-url-elinks browse-url-kde browse-url-generic 2283;;;### (autoloads nil "browse-url" "net/browse-url.el" (20929 34089
2309;;;;;; browse-url-mail browse-url-text-emacs browse-url-text-xterm 2284;;;;;; 117790 0))
2310;;;;;; browse-url-w3-gnudoit browse-url-w3 browse-url-cci browse-url-mosaic
2311;;;;;; browse-url-gnome-moz browse-url-emacs browse-url-galeon browse-url-chromium
2312;;;;;; browse-url-firefox browse-url-mozilla browse-url-netscape
2313;;;;;; browse-url-xdg-open browse-url-at-mouse browse-url-at-point
2314;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2315;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function)
2316;;;;;; "browse-url" "net/browse-url.el" (20874 62962 290468 0))
2317;;; Generated autoloads from net/browse-url.el 2285;;; Generated autoloads from net/browse-url.el
2318 2286
2319(defvar browse-url-browser-function 'browse-url-default-browser "\ 2287(defvar browse-url-browser-function 'browse-url-default-browser "\
@@ -2628,10 +2596,9 @@ from `browse-url-elinks-wrapper'.
2628 2596
2629;;;*** 2597;;;***
2630 2598
2631;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2599;;;### (autoloads nil "bs" "bs.el" (20933 31141 450159 0))
2632;;;;;; "bs" "bs.el" (20709 26818 907104 0))
2633;;; Generated autoloads from bs.el 2600;;; Generated autoloads from bs.el
2634 2601(push (purecopy (quote (bs 1 17))) package--builtin-versions)
2635(autoload 'bs-cycle-next "bs" "\ 2602(autoload 'bs-cycle-next "bs" "\
2636Select next buffer defined by buffer cycling. 2603Select next buffer defined by buffer cycling.
2637The buffers taking part in buffer cycling are defined 2604The buffers taking part in buffer cycling are defined
@@ -2669,8 +2636,8 @@ name of buffer configuration.
2669 2636
2670;;;*** 2637;;;***
2671 2638
2672;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20791 9657 2639;;;### (autoloads nil "bubbles" "play/bubbles.el" (20791 9657 561026
2673;;;;;; 561026 0)) 2640;;;;;; 0))
2674;;; Generated autoloads from play/bubbles.el 2641;;; Generated autoloads from play/bubbles.el
2675 2642
2676(autoload 'bubbles "bubbles" "\ 2643(autoload 'bubbles "bubbles" "\
@@ -2691,8 +2658,8 @@ columns on its right towards the left.
2691 2658
2692;;;*** 2659;;;***
2693 2660
2694;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" 2661;;;### (autoloads nil "bug-reference" "progmodes/bug-reference.el"
2695;;;;;; "progmodes/bug-reference.el" (20709 26818 907104 0)) 2662;;;;;; (20709 26818 907104 0))
2696;;; Generated autoloads from progmodes/bug-reference.el 2663;;; Generated autoloads from progmodes/bug-reference.el
2697 2664
2698(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) 2665(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format)))))
@@ -2712,11 +2679,8 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2712 2679
2713;;;*** 2680;;;***
2714 2681
2715;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 2682;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (20929
2716;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2683;;;;;; 34089 117790 0))
2717;;;;;; compile-defun byte-compile-file byte-recompile-directory
2718;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning)
2719;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20900 33838 319219 0))
2720;;; Generated autoloads from emacs-lisp/bytecomp.el 2684;;; Generated autoloads from emacs-lisp/bytecomp.el
2721(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2685(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2722(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2686(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2858,8 +2822,8 @@ and corresponding effects.
2858 2822
2859;;;*** 2823;;;***
2860 2824
2861;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el" 2825;;;### (autoloads nil "cal-hebrew" "calendar/cal-hebrew.el" (20709
2862;;;;;; (20709 26818 907104 0)) 2826;;;;;; 26818 907104 0))
2863;;; Generated autoloads from calendar/cal-hebrew.el 2827;;; Generated autoloads from calendar/cal-hebrew.el
2864 2828
2865(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2829(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2873,10 +2837,7 @@ from the cursor position.
2873 2837
2874;;;*** 2838;;;***
2875 2839
2876;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2840;;;### (autoloads nil "calc" "calc/calc.el" (20932 10282 564846 0))
2877;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2878;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20863
2879;;;;;; 39461 835648 0))
2880;;; Generated autoloads from calc/calc.el 2841;;; Generated autoloads from calc/calc.el
2881 (define-key ctl-x-map "*" 'calc-dispatch) 2842 (define-key ctl-x-map "*" 'calc-dispatch)
2882 2843
@@ -2960,8 +2921,8 @@ See Info node `(calc)Defining Functions'.
2960 2921
2961;;;*** 2922;;;***
2962 2923
2963;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (20709 2924;;;### (autoloads nil "calc-undo" "calc/calc-undo.el" (20709 26818
2964;;;;;; 26818 907104 0)) 2925;;;;;; 907104 0))
2965;;; Generated autoloads from calc/calc-undo.el 2926;;; Generated autoloads from calc/calc-undo.el
2966 2927
2967(autoload 'calc-undo "calc-undo" "\ 2928(autoload 'calc-undo "calc-undo" "\
@@ -2971,8 +2932,8 @@ See Info node `(calc)Defining Functions'.
2971 2932
2972;;;*** 2933;;;***
2973 2934
2974;;;### (autoloads (calculator) "calculator" "calculator.el" (20891 2935;;;### (autoloads nil "calculator" "calculator.el" (20891 18859 893295
2975;;;;;; 18859 893295 0)) 2936;;;;;; 0))
2976;;; Generated autoloads from calculator.el 2937;;; Generated autoloads from calculator.el
2977 2938
2978(autoload 'calculator "calculator" "\ 2939(autoload 'calculator "calculator" "\
@@ -2983,8 +2944,8 @@ See the documentation for `calculator-mode' for more information.
2983 2944
2984;;;*** 2945;;;***
2985 2946
2986;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20762 2947;;;### (autoloads nil "calendar" "calendar/calendar.el" (20762 9398
2987;;;;;; 9398 526093 0)) 2948;;;;;; 526093 0))
2988;;; Generated autoloads from calendar/calendar.el 2949;;; Generated autoloads from calendar/calendar.el
2989 2950
2990(autoload 'calendar "calendar" "\ 2951(autoload 'calendar "calendar" "\
@@ -3027,8 +2988,8 @@ This function is suitable for execution in an init file.
3027 2988
3028;;;*** 2989;;;***
3029 2990
3030;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 2991;;;### (autoloads nil "canlock" "gnus/canlock.el" (20709 26818 907104
3031;;;;;; "gnus/canlock.el" (20709 26818 907104 0)) 2992;;;;;; 0))
3032;;; Generated autoloads from gnus/canlock.el 2993;;; Generated autoloads from gnus/canlock.el
3033 2994
3034(autoload 'canlock-insert-header "canlock" "\ 2995(autoload 'canlock-insert-header "canlock" "\
@@ -3045,8 +3006,8 @@ it fails.
3045 3006
3046;;;*** 3007;;;***
3047 3008
3048;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" 3009;;;### (autoloads nil "cap-words" "progmodes/cap-words.el" (20709
3049;;;;;; (20709 26818 907104 0)) 3010;;;;;; 26818 907104 0))
3050;;; Generated autoloads from progmodes/cap-words.el 3011;;; Generated autoloads from progmodes/cap-words.el
3051 3012
3052(autoload 'capitalized-words-mode "cap-words" "\ 3013(autoload 'capitalized-words-mode "cap-words" "\
@@ -3092,8 +3053,8 @@ Obsoletes `c-forward-into-nomenclature'.
3092 3053
3093;;;*** 3054;;;***
3094 3055
3095;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 3056;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (20911
3096;;;;;; (20864 28934 62335 0)) 3057;;;;;; 4138 279475 0))
3097;;; Generated autoloads from progmodes/cc-engine.el 3058;;; Generated autoloads from progmodes/cc-engine.el
3098 3059
3099(autoload 'c-guess-basic-syntax "cc-engine" "\ 3060(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -3103,9 +3064,7 @@ Return the syntactic context of the current line.
3103 3064
3104;;;*** 3065;;;***
3105 3066
3106;;;### (autoloads (c-guess-install c-guess-region-no-install c-guess-region 3067;;;### (autoloads nil "cc-guess" "progmodes/cc-guess.el" (20709 26818
3107;;;;;; c-guess-buffer-no-install c-guess-buffer c-guess-no-install
3108;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (20709 26818
3109;;;;;; 907104 0)) 3068;;;;;; 907104 0))
3110;;; Generated autoloads from progmodes/cc-guess.el 3069;;; Generated autoloads from progmodes/cc-guess.el
3111 3070
@@ -3204,9 +3163,8 @@ the absolute file name of the file if STYLE-NAME is nil.
3204 3163
3205;;;*** 3164;;;***
3206 3165
3207;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode 3166;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (20907 7082
3208;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3167;;;;;; 901087 0))
3209;;;;;; (20903 56820 471502 429000))
3210;;; Generated autoloads from progmodes/cc-mode.el 3168;;; Generated autoloads from progmodes/cc-mode.el
3211 3169
3212(autoload 'c-initialize-cc-mode "cc-mode" "\ 3170(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3382,8 +3340,8 @@ Key bindings:
3382 3340
3383;;;*** 3341;;;***
3384 3342
3385;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3343;;;### (autoloads nil "cc-styles" "progmodes/cc-styles.el" (20709
3386;;;;;; "progmodes/cc-styles.el" (20709 26818 907104 0)) 3344;;;;;; 26818 907104 0))
3387;;; Generated autoloads from progmodes/cc-styles.el 3345;;; Generated autoloads from progmodes/cc-styles.el
3388 3346
3389(autoload 'c-set-style "cc-styles" "\ 3347(autoload 'c-set-style "cc-styles" "\
@@ -3434,8 +3392,8 @@ and exists only for compatibility reasons.
3434 3392
3435;;;*** 3393;;;***
3436 3394
3437;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20904 30886 3395;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20907 7082
3438;;;;;; 391458 0)) 3396;;;;;; 901087 0))
3439;;; Generated autoloads from progmodes/cc-vars.el 3397;;; Generated autoloads from progmodes/cc-vars.el
3440(put 'c-basic-offset 'safe-local-variable 'integerp) 3398(put 'c-basic-offset 'safe-local-variable 'integerp)
3441(put 'c-backslash-column 'safe-local-variable 'integerp) 3399(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3443,9 +3401,8 @@ and exists only for compatibility reasons.
3443 3401
3444;;;*** 3402;;;***
3445 3403
3446;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3404;;;### (autoloads nil "ccl" "international/ccl.el" (20884 7264 412929
3447;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3405;;;;;; 442000))
3448;;;;;; (20884 7264 412929 442000))
3449;;; Generated autoloads from international/ccl.el 3406;;; Generated autoloads from international/ccl.el
3450 3407
3451(autoload 'ccl-compile "ccl" "\ 3408(autoload 'ccl-compile "ccl" "\
@@ -3705,8 +3662,8 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3705 3662
3706;;;*** 3663;;;***
3707 3664
3708;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el" 3665;;;### (autoloads nil "cconv" "emacs-lisp/cconv.el" (20922 60838
3709;;;;;; (20709 26818 907104 0)) 3666;;;;;; 997229 0))
3710;;; Generated autoloads from emacs-lisp/cconv.el 3667;;; Generated autoloads from emacs-lisp/cconv.el
3711 3668
3712(autoload 'cconv-closure-convert "cconv" "\ 3669(autoload 'cconv-closure-convert "cconv" "\
@@ -3718,12 +3675,23 @@ Returns a form where all lambdas don't have any free variables.
3718 3675
3719\(fn FORM)" nil nil) 3676\(fn FORM)" nil nil)
3720 3677
3678(autoload 'cconv-warnings-only "cconv" "\
3679Add the warnings that closure conversion would encounter.
3680
3681\(fn FORM)" nil nil)
3682
3683;;;***
3684
3685;;;### (autoloads nil "cedet" "cedet/cedet.el" (20748 62911 684442
3686;;;;;; 0))
3687;;; Generated autoloads from cedet/cedet.el
3688(push (purecopy (quote (cedet 2 0))) package--builtin-versions)
3721;;;*** 3689;;;***
3722 3690
3723;;;### (autoloads (cfengine-auto-mode cfengine2-mode cfengine3-mode) 3691;;;### (autoloads nil "cfengine" "progmodes/cfengine.el" (20929 34089
3724;;;;;; "cfengine" "progmodes/cfengine.el" (20813 33065 721081 0)) 3692;;;;;; 117790 0))
3725;;; Generated autoloads from progmodes/cfengine.el 3693;;; Generated autoloads from progmodes/cfengine.el
3726 3694(push (purecopy (quote (cfengine 1 2))) package--builtin-versions)
3727(autoload 'cfengine3-mode "cfengine" "\ 3695(autoload 'cfengine3-mode "cfengine" "\
3728Major mode for editing CFEngine3 input. 3696Major mode for editing CFEngine3 input.
3729There are no special keybindings by default. 3697There are no special keybindings by default.
@@ -3750,8 +3718,14 @@ on the buffer contents
3750 3718
3751;;;*** 3719;;;***
3752 3720
3753;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" 3721;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (20895 15912
3754;;;;;; "emacs-lisp/check-declare.el" (20709 26818 907104 0)) 3722;;;;;; 444844 0))
3723;;; Generated autoloads from emacs-lisp/chart.el
3724(push (purecopy (quote (chart 0 2))) package--builtin-versions)
3725;;;***
3726
3727;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el"
3728;;;;;; (20709 26818 907104 0))
3755;;; Generated autoloads from emacs-lisp/check-declare.el 3729;;; Generated autoloads from emacs-lisp/check-declare.el
3756 3730
3757(autoload 'check-declare-file "check-declare" "\ 3731(autoload 'check-declare-file "check-declare" "\
@@ -3768,17 +3742,10 @@ Returns non-nil if any false statements are found.
3768 3742
3769;;;*** 3743;;;***
3770 3744
3771;;;### (autoloads (checkdoc-minor-mode checkdoc-ispell-defun checkdoc-ispell-comments 3745;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (20893
3772;;;;;; checkdoc-ispell-continue checkdoc-ispell-start checkdoc-ispell-message-text 3746;;;;;; 60586 188550 0))
3773;;;;;; checkdoc-ispell-message-interactive checkdoc-ispell-interactive
3774;;;;;; checkdoc-ispell-current-buffer checkdoc-ispell checkdoc-defun
3775;;;;;; checkdoc-eval-defun checkdoc-message-text checkdoc-rogue-spaces
3776;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3777;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3778;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3779;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20893 60586 188550 0))
3780;;; Generated autoloads from emacs-lisp/checkdoc.el 3747;;; Generated autoloads from emacs-lisp/checkdoc.el
3781(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 3748(push (purecopy (quote (checkdoc 0 6 2))) package--builtin-versions)(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3782(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) 3749(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
3783(put 'checkdoc-permit-comma-termination-flag 'safe-local-variable 'booleanp) 3750(put 'checkdoc-permit-comma-termination-flag 'safe-local-variable 'booleanp)
3784(put 'checkdoc-arguments-in-order-flag 'safe-local-variable 'booleanp) 3751(put 'checkdoc-arguments-in-order-flag 'safe-local-variable 'booleanp)
@@ -3970,9 +3937,8 @@ checking of documentation strings.
3970 3937
3971;;;*** 3938;;;***
3972 3939
3973;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer 3940;;;### (autoloads nil "china-util" "language/china-util.el" (20799
3974;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" 3941;;;;;; 169 640767 0))
3975;;;;;; "language/china-util.el" (20799 169 640767 0))
3976;;; Generated autoloads from language/china-util.el 3942;;; Generated autoloads from language/china-util.el
3977 3943
3978(autoload 'decode-hz-region "china-util" "\ 3944(autoload 'decode-hz-region "china-util" "\
@@ -4009,8 +3975,8 @@ Encode the text in the current buffer to HZ.
4009 3975
4010;;;*** 3976;;;***
4011 3977
4012;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 3978;;;### (autoloads nil "chistory" "chistory.el" (20709 26818 907104
4013;;;;;; "chistory" "chistory.el" (20709 26818 907104 0)) 3979;;;;;; 0))
4014;;; Generated autoloads from chistory.el 3980;;; Generated autoloads from chistory.el
4015 3981
4016(autoload 'repeat-matching-complex-command "chistory" "\ 3982(autoload 'repeat-matching-complex-command "chistory" "\
@@ -4049,8 +4015,8 @@ and runs the normal hook `command-history-hook'.
4049 4015
4050;;;*** 4016;;;***
4051 4017
4052;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 4018;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (20879
4053;;;;;; (20879 27694 495748 0)) 4019;;;;;; 27694 495748 0))
4054;;; Generated autoloads from emacs-lisp/cl-indent.el 4020;;; Generated autoloads from emacs-lisp/cl-indent.el
4055 4021
4056(autoload 'common-lisp-indent-function "cl-indent" "\ 4022(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -4128,10 +4094,10 @@ For example, the function `case' has an indent property
4128 4094
4129;;;*** 4095;;;***
4130 4096
4131;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (20772 12071 4097;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (20932 10282
4132;;;;;; 425443 833000)) 4098;;;;;; 564846 0))
4133;;; Generated autoloads from emacs-lisp/cl-lib.el 4099;;; Generated autoloads from emacs-lisp/cl-lib.el
4134 4100(push (purecopy (quote (cl-lib 1 0))) package--builtin-versions)
4135(define-obsolete-variable-alias 'custom-print-functions 'cl-custom-print-functions "24.3") 4101(define-obsolete-variable-alias 'custom-print-functions 'cl-custom-print-functions "24.3")
4136 4102
4137(defvar cl-custom-print-functions nil "\ 4103(defvar cl-custom-print-functions nil "\
@@ -4156,8 +4122,8 @@ a future Emacs interpreter will be able to use it.")
4156 4122
4157;;;*** 4123;;;***
4158 4124
4159;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 4125;;;### (autoloads nil "cmacexp" "progmodes/cmacexp.el" (20709 26818
4160;;;;;; (20709 26818 907104 0)) 4126;;;;;; 907104 0))
4161;;; Generated autoloads from progmodes/cmacexp.el 4127;;; Generated autoloads from progmodes/cmacexp.el
4162 4128
4163(autoload 'c-macro-expand "cmacexp" "\ 4129(autoload 'c-macro-expand "cmacexp" "\
@@ -4177,8 +4143,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
4177 4143
4178;;;*** 4144;;;***
4179 4145
4180;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20774 4146;;;### (autoloads nil "cmuscheme" "cmuscheme.el" (20932 61699 522706
4181;;;;;; 53405 584723 417000)) 4147;;;;;; 0))
4182;;; Generated autoloads from cmuscheme.el 4148;;; Generated autoloads from cmuscheme.el
4183 4149
4184(autoload 'run-scheme "cmuscheme" "\ 4150(autoload 'run-scheme "cmuscheme" "\
@@ -4198,8 +4164,7 @@ is run).
4198 4164
4199;;;*** 4165;;;***
4200 4166
4201;;;### (autoloads (color-name-to-rgb) "color" "color.el" (20721 17977 4167;;;### (autoloads nil "color" "color.el" (20721 17977 14204 0))
4202;;;;;; 14204 0))
4203;;; Generated autoloads from color.el 4168;;; Generated autoloads from color.el
4204 4169
4205(autoload 'color-name-to-rgb "color" "\ 4170(autoload 'color-name-to-rgb "color" "\
@@ -4218,10 +4183,7 @@ If FRAME cannot display COLOR, return nil.
4218 4183
4219;;;*** 4184;;;***
4220 4185
4221;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 4186;;;### (autoloads nil "comint" "comint.el" (20932 10282 564846 0))
4222;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4223;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4224;;;;;; (20896 36774 886399 0))
4225;;; Generated autoloads from comint.el 4187;;; Generated autoloads from comint.el
4226 4188
4227(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 4189(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -4320,8 +4282,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4320 4282
4321;;;*** 4283;;;***
4322 4284
4323;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el" 4285;;;### (autoloads nil "compare-w" "vc/compare-w.el" (20871 33574
4324;;;;;; (20871 33574 214287 0)) 4286;;;;;; 214287 0))
4325;;; Generated autoloads from vc/compare-w.el 4287;;; Generated autoloads from vc/compare-w.el
4326 4288
4327(autoload 'compare-windows "compare-w" "\ 4289(autoload 'compare-windows "compare-w" "\
@@ -4354,12 +4316,8 @@ on third call it again advances points to the next difference and so on.
4354 4316
4355;;;*** 4317;;;***
4356 4318
4357;;;### (autoloads (compilation-next-error-function compilation-minor-mode 4319;;;### (autoloads nil "compile" "progmodes/compile.el" (20911 4138
4358;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4320;;;;;; 279475 0))
4359;;;;;; compile compilation-disable-input compile-command compilation-search-path
4360;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
4361;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20856
4362;;;;;; 32301 830403 0))
4363;;; Generated autoloads from progmodes/compile.el 4321;;; Generated autoloads from progmodes/compile.el
4364 4322
4365(defvar compilation-mode-hook nil "\ 4323(defvar compilation-mode-hook nil "\
@@ -4538,8 +4496,8 @@ This is the value of `next-error-function' in Compilation buffers.
4538 4496
4539;;;*** 4497;;;***
4540 4498
4541;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4499;;;### (autoloads nil "completion" "completion.el" (20884 7264 412929
4542;;;;;; (20884 7264 412929 442000)) 4500;;;;;; 442000))
4543;;; Generated autoloads from completion.el 4501;;; Generated autoloads from completion.el
4544 4502
4545(defvar dynamic-completion-mode nil "\ 4503(defvar dynamic-completion-mode nil "\
@@ -4561,10 +4519,8 @@ if ARG is omitted or nil.
4561 4519
4562;;;*** 4520;;;***
4563 4521
4564;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4522;;;### (autoloads nil "conf-mode" "textmodes/conf-mode.el" (20791
4565;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4523;;;;;; 9657 561026 0))
4566;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4567;;;;;; (20791 9657 561026 0))
4568;;; Generated autoloads from textmodes/conf-mode.el 4524;;; Generated autoloads from textmodes/conf-mode.el
4569 4525
4570(autoload 'conf-mode "conf-mode" "\ 4526(autoload 'conf-mode "conf-mode" "\
@@ -4719,16 +4675,18 @@ For details see `conf-mode'. Example:
4719 4675
4720;;;*** 4676;;;***
4721 4677
4722;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 4678;;;### (autoloads nil "cookie1" "play/cookie1.el" (20932 61824 204300
4723;;;;;; "cookie1" "play/cookie1.el" (20709 26818 907104 0)) 4679;;;;;; 748000))
4724;;; Generated autoloads from play/cookie1.el 4680;;; Generated autoloads from play/cookie1.el
4725 4681
4726(autoload 'cookie "cookie1" "\ 4682(autoload 'cookie "cookie1" "\
4727Return a random phrase from PHRASE-FILE. 4683Return a random phrase from PHRASE-FILE.
4728When the phrase file is read in, display STARTMSG at the beginning 4684When the phrase file is read in, display STARTMSG at the beginning
4729of load, ENDMSG at the end. 4685of load, ENDMSG at the end.
4686Interactively, PHRASE-FILE defaults to `cookie-file', unless that
4687is nil or a prefix argument is used.
4730 4688
4731\(fn PHRASE-FILE STARTMSG ENDMSG)" nil nil) 4689\(fn PHRASE-FILE &optional STARTMSG ENDMSG)" t nil)
4732 4690
4733(autoload 'cookie-insert "cookie1" "\ 4691(autoload 'cookie-insert "cookie1" "\
4734Insert random phrases from PHRASE-FILE; COUNT of them. 4692Insert random phrases from PHRASE-FILE; COUNT of them.
@@ -4742,17 +4700,11 @@ Reads in the PHRASE-FILE, returns it as a vector of strings.
4742Emit STARTMSG and ENDMSG before and after. Caches the result; second 4700Emit STARTMSG and ENDMSG before and after. Caches the result; second
4743and subsequent calls on the same file won't go to disk. 4701and subsequent calls on the same file won't go to disk.
4744 4702
4745\(fn PHRASE-FILE STARTMSG ENDMSG)" nil nil) 4703\(fn PHRASE-FILE &optional STARTMSG ENDMSG)" nil nil)
4746
4747(autoload 'shuffle-vector "cookie1" "\
4748Randomly permute the elements of VECTOR (all permutations equally likely).
4749
4750\(fn VECTOR)" nil nil)
4751 4704
4752;;;*** 4705;;;***
4753 4706
4754;;;### (autoloads (copyright-update-directory copyright copyright-fix-years 4707;;;### (autoloads nil "copyright" "emacs-lisp/copyright.el" (20709
4755;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (20709
4756;;;;;; 26818 907104 0)) 4708;;;;;; 26818 907104 0))
4757;;; Generated autoloads from emacs-lisp/copyright.el 4709;;; Generated autoloads from emacs-lisp/copyright.el
4758(put 'copyright-at-end-flag 'safe-local-variable 'booleanp) 4710(put 'copyright-at-end-flag 'safe-local-variable 'booleanp)
@@ -4791,9 +4743,8 @@ If FIX is non-nil, run `copyright-fix-years' instead.
4791 4743
4792;;;*** 4744;;;***
4793 4745
4794;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 4746;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (20929
4795;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (20901 54695 989166 4747;;;;;; 34089 117790 0))
4796;;;;;; 0))
4797;;; Generated autoloads from progmodes/cperl-mode.el 4748;;; Generated autoloads from progmodes/cperl-mode.el
4798(put 'cperl-indent-level 'safe-local-variable 'integerp) 4749(put 'cperl-indent-level 'safe-local-variable 'integerp)
4799(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4750(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -4991,8 +4942,8 @@ Run a `perldoc' on the word around point.
4991 4942
4992;;;*** 4943;;;***
4993 4944
4994;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 4945;;;### (autoloads nil "cpp" "progmodes/cpp.el" (20874 65006 672942
4995;;;;;; (20874 65006 672942 217000)) 4946;;;;;; 217000))
4996;;; Generated autoloads from progmodes/cpp.el 4947;;; Generated autoloads from progmodes/cpp.el
4997 4948
4998(autoload 'cpp-highlight-buffer "cpp" "\ 4949(autoload 'cpp-highlight-buffer "cpp" "\
@@ -5010,8 +4961,8 @@ Edit display information for cpp conditionals.
5010 4961
5011;;;*** 4962;;;***
5012 4963
5013;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 4964;;;### (autoloads nil "crisp" "emulation/crisp.el" (20709 26818 907104
5014;;;;;; (20709 26818 907104 0)) 4965;;;;;; 0))
5015;;; Generated autoloads from emulation/crisp.el 4966;;; Generated autoloads from emulation/crisp.el
5016 4967
5017(defvar crisp-mode nil "\ 4968(defvar crisp-mode nil "\
@@ -5036,8 +4987,8 @@ if ARG is omitted or nil.
5036 4987
5037;;;*** 4988;;;***
5038 4989
5039;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 4990;;;### (autoloads nil "crm" "emacs-lisp/crm.el" (20825 24233 991089
5040;;;;;; (20825 24233 991089 0)) 4991;;;;;; 0))
5041;;; Generated autoloads from emacs-lisp/crm.el 4992;;; Generated autoloads from emacs-lisp/crm.el
5042 4993
5043(autoload 'completing-read-multiple "crm" "\ 4994(autoload 'completing-read-multiple "crm" "\
@@ -5073,8 +5024,8 @@ INHERIT-INPUT-METHOD.
5073 5024
5074;;;*** 5025;;;***
5075 5026
5076;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (20709 5027;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (20709 26818
5077;;;;;; 26818 907104 0)) 5028;;;;;; 907104 0))
5078;;; Generated autoloads from textmodes/css-mode.el 5029;;; Generated autoloads from textmodes/css-mode.el
5079 5030
5080(autoload 'css-mode "css-mode" "\ 5031(autoload 'css-mode "css-mode" "\
@@ -5084,8 +5035,8 @@ Major mode to edit Cascading Style Sheets.
5084 5035
5085;;;*** 5036;;;***
5086 5037
5087;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 5038;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (20709 26818
5088;;;;;; (20709 26818 907104 0)) 5039;;;;;; 907104 0))
5089;;; Generated autoloads from emulation/cua-base.el 5040;;; Generated autoloads from emulation/cua-base.el
5090 5041
5091(defvar cua-mode nil "\ 5042(defvar cua-mode nil "\
@@ -5135,17 +5086,8 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5135 5086
5136;;;*** 5087;;;***
5137 5088
5138;;;### (autoloads (customize-menu-create custom-menu-create customize-save-customized 5089;;;### (autoloads nil "cus-edit" "cus-edit.el" (20932 10282 564846
5139;;;;;; custom-save-all custom-file customize-browse custom-buffer-create-other-window 5090;;;;;; 0))
5140;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces
5141;;;;;; customize-apropos-options customize-apropos customize-saved
5142;;;;;; customize-rogue customize-unsaved customize-face-other-window
5143;;;;;; customize-face customize-changed-options customize-option-other-window
5144;;;;;; customize-option customize-group-other-window customize-group
5145;;;;;; customize-mode customize customize-push-and-save customize-save-variable
5146;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically
5147;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically)
5148;;;;;; "cus-edit" "cus-edit.el" (20874 9766 437572 0))
5149;;; Generated autoloads from cus-edit.el 5091;;; Generated autoloads from cus-edit.el
5150 5092
5151(defvar custom-browse-sort-alphabetically nil "\ 5093(defvar custom-browse-sort-alphabetically nil "\
@@ -5347,8 +5289,8 @@ Customize all saved options and faces.
5347Customize loaded options, faces and groups matching PATTERN. 5289Customize loaded options, faces and groups matching PATTERN.
5348PATTERN can be a word, a list of words (separated by spaces), 5290PATTERN can be a word, a list of words (separated by spaces),
5349or a regexp (using some regexp special characters). If it is a word, 5291or a regexp (using some regexp special characters). If it is a word,
5350search for matches for that word as a substring. If it is a list of words, 5292search for matches for that word as a substring. If it is a list of
5351search for matches for any two (or more) of those words. 5293words, search for matches for any two (or more) of those words.
5352 5294
5353If TYPE is `options', include only options. 5295If TYPE is `options', include only options.
5354If TYPE is `faces', include only faces. 5296If TYPE is `faces', include only faces.
@@ -5456,9 +5398,8 @@ The format is suitable for use with `easy-menu-define'.
5456 5398
5457;;;*** 5399;;;***
5458 5400
5459;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme 5401;;;### (autoloads nil "cus-theme" "cus-theme.el" (20841 12463 538770
5460;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20841 5402;;;;;; 0))
5461;;;;;; 12463 538770 0))
5462;;; Generated autoloads from cus-theme.el 5403;;; Generated autoloads from cus-theme.el
5463 5404
5464(autoload 'customize-create-theme "cus-theme" "\ 5405(autoload 'customize-create-theme "cus-theme" "\
@@ -5491,8 +5432,8 @@ omitted, a buffer named *Custom Themes* is used.
5491 5432
5492;;;*** 5433;;;***
5493 5434
5494;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el" 5435;;;### (autoloads nil "cvs-status" "vc/cvs-status.el" (20709 26818
5495;;;;;; (20709 26818 907104 0)) 5436;;;;;; 907104 0))
5496;;; Generated autoloads from vc/cvs-status.el 5437;;; Generated autoloads from vc/cvs-status.el
5497 5438
5498(autoload 'cvs-status-mode "cvs-status" "\ 5439(autoload 'cvs-status-mode "cvs-status" "\
@@ -5502,10 +5443,10 @@ Mode used for cvs status output.
5502 5443
5503;;;*** 5444;;;***
5504 5445
5505;;;### (autoloads (global-cwarn-mode cwarn-mode) "cwarn" "progmodes/cwarn.el" 5446;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (20709 26818 907104
5506;;;;;; (20709 26818 907104 0)) 5447;;;;;; 0))
5507;;; Generated autoloads from progmodes/cwarn.el 5448;;; Generated autoloads from progmodes/cwarn.el
5508 5449(push (purecopy (quote (cwarn 1 3 1))) package--builtin-versions)
5509(autoload 'cwarn-mode "cwarn" "\ 5450(autoload 'cwarn-mode "cwarn" "\
5510Minor mode that highlights suspicious C and C++ constructions. 5451Minor mode that highlights suspicious C and C++ constructions.
5511 5452
@@ -5546,9 +5487,8 @@ See `cwarn-mode' for more information on Cwarn mode.
5546 5487
5547;;;*** 5488;;;***
5548 5489
5549;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5490;;;### (autoloads nil "cyril-util" "language/cyril-util.el" (20826
5550;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5491;;;;;; 45095 436233 0))
5551;;;;;; (20826 45095 436233 0))
5552;;; Generated autoloads from language/cyril-util.el 5492;;; Generated autoloads from language/cyril-util.el
5553 5493
5554(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5494(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5576,8 +5516,8 @@ If the argument is nil, we return the display table to its standard state.
5576 5516
5577;;;*** 5517;;;***
5578 5518
5579;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5519;;;### (autoloads nil "dabbrev" "dabbrev.el" (20709 26818 907104
5580;;;;;; (20709 26818 907104 0)) 5520;;;;;; 0))
5581;;; Generated autoloads from dabbrev.el 5521;;; Generated autoloads from dabbrev.el
5582(put 'dabbrev-case-fold-search 'risky-local-variable t) 5522(put 'dabbrev-case-fold-search 'risky-local-variable t)
5583(put 'dabbrev-case-replace 'risky-local-variable t) 5523(put 'dabbrev-case-replace 'risky-local-variable t)
@@ -5623,8 +5563,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5623 5563
5624;;;*** 5564;;;***
5625 5565
5626;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" 5566;;;### (autoloads nil "data-debug" "cedet/data-debug.el" (20938 49065
5627;;;;;; (20709 26818 907104 0)) 5567;;;;;; 383398 0))
5628;;; Generated autoloads from cedet/data-debug.el 5568;;; Generated autoloads from cedet/data-debug.el
5629 5569
5630(autoload 'data-debug-new-buffer "data-debug" "\ 5570(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5634,8 +5574,7 @@ Create a new data-debug buffer with NAME.
5634 5574
5635;;;*** 5575;;;***
5636 5576
5637;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20900 5577;;;### (autoloads nil "dbus" "net/dbus.el" (20900 33838 319219 0))
5638;;;;;; 33838 319219 0))
5639;;; Generated autoloads from net/dbus.el 5578;;; Generated autoloads from net/dbus.el
5640 5579
5641(autoload 'dbus-handle-event "dbus" "\ 5580(autoload 'dbus-handle-event "dbus" "\
@@ -5648,8 +5587,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message.
5648 5587
5649;;;*** 5588;;;***
5650 5589
5651;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20763 5590;;;### (autoloads nil "dcl-mode" "progmodes/dcl-mode.el" (20763 30266
5652;;;;;; 30266 231060 0)) 5591;;;;;; 231060 0))
5653;;; Generated autoloads from progmodes/dcl-mode.el 5592;;; Generated autoloads from progmodes/dcl-mode.el
5654 5593
5655(autoload 'dcl-mode "dcl-mode" "\ 5594(autoload 'dcl-mode "dcl-mode" "\
@@ -5775,8 +5714,8 @@ There is some minimal font-lock support (see vars
5775 5714
5776;;;*** 5715;;;***
5777 5716
5778;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5717;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (20709 26818
5779;;;;;; "emacs-lisp/debug.el" (20709 26818 907104 0)) 5718;;;;;; 907104 0))
5780;;; Generated autoloads from emacs-lisp/debug.el 5719;;; Generated autoloads from emacs-lisp/debug.el
5781 5720
5782(setq debugger 'debug) 5721(setq debugger 'debug)
@@ -5819,8 +5758,8 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5819 5758
5820;;;*** 5759;;;***
5821 5760
5822;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5761;;;### (autoloads nil "decipher" "play/decipher.el" (20709 26818
5823;;;;;; (20709 26818 907104 0)) 5762;;;;;; 907104 0))
5824;;; Generated autoloads from play/decipher.el 5763;;; Generated autoloads from play/decipher.el
5825 5764
5826(autoload 'decipher "decipher" "\ 5765(autoload 'decipher "decipher" "\
@@ -5848,11 +5787,10 @@ The most useful commands are:
5848 5787
5849;;;*** 5788;;;***
5850 5789
5851;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 5790;;;### (autoloads nil "delim-col" "delim-col.el" (20709 26818 907104
5852;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (20709 5791;;;;;; 0))
5853;;;;;; 26818 907104 0))
5854;;; Generated autoloads from delim-col.el 5792;;; Generated autoloads from delim-col.el
5855 5793(push (purecopy (quote (delim-col 2 1))) package--builtin-versions)
5856(autoload 'delimit-columns-customize "delim-col" "\ 5794(autoload 'delimit-columns-customize "delim-col" "\
5857Customization of `columns' group. 5795Customization of `columns' group.
5858 5796
@@ -5874,8 +5812,7 @@ START and END delimits the corners of text rectangle.
5874 5812
5875;;;*** 5813;;;***
5876 5814
5877;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (20709 5815;;;### (autoloads nil "delsel" "delsel.el" (20709 26818 907104 0))
5878;;;;;; 26818 907104 0))
5879;;; Generated autoloads from delsel.el 5816;;; Generated autoloads from delsel.el
5880 5817
5881(defalias 'pending-delete-mode 'delete-selection-mode) 5818(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -5904,8 +5841,8 @@ any selection.
5904 5841
5905;;;*** 5842;;;***
5906 5843
5907;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5844;;;### (autoloads nil "derived" "emacs-lisp/derived.el" (20900 33838
5908;;;;;; "derived" "emacs-lisp/derived.el" (20900 33838 319219 0)) 5845;;;;;; 319219 0))
5909;;; Generated autoloads from emacs-lisp/derived.el 5846;;; Generated autoloads from emacs-lisp/derived.el
5910 5847
5911(autoload 'define-derived-mode "derived" "\ 5848(autoload 'define-derived-mode "derived" "\
@@ -5971,8 +5908,8 @@ the first time the mode is used.
5971 5908
5972;;;*** 5909;;;***
5973 5910
5974;;;### (autoloads (describe-char describe-text-properties) "descr-text" 5911;;;### (autoloads nil "descr-text" "descr-text.el" (20875 30633 412173
5975;;;;;; "descr-text.el" (20875 30633 412173 0)) 5912;;;;;; 0))
5976;;; Generated autoloads from descr-text.el 5913;;; Generated autoloads from descr-text.el
5977 5914
5978(autoload 'describe-text-properties "descr-text" "\ 5915(autoload 'describe-text-properties "descr-text" "\
@@ -6006,10 +5943,7 @@ relevant to POS.
6006 5943
6007;;;*** 5944;;;***
6008 5945
6009;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 5946;;;### (autoloads nil "desktop" "desktop.el" (20945 22315 8369 0))
6010;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
6011;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
6012;;;;;; "desktop.el" (20866 42607 417304 513000))
6013;;; Generated autoloads from desktop.el 5947;;; Generated autoloads from desktop.el
6014 5948
6015(defvar desktop-save-mode nil "\ 5949(defvar desktop-save-mode nil "\
@@ -6197,9 +6131,8 @@ Revert to the last loaded desktop.
6197 6131
6198;;;*** 6132;;;***
6199 6133
6200;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 6134;;;### (autoloads nil "deuglify" "gnus/deuglify.el" (20791 9657 561026
6201;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 6135;;;;;; 0))
6202;;;;;; "deuglify" "gnus/deuglify.el" (20791 9657 561026 0))
6203;;; Generated autoloads from gnus/deuglify.el 6136;;; Generated autoloads from gnus/deuglify.el
6204 6137
6205(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 6138(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -6231,8 +6164,8 @@ Deuglify broken Outlook (Express) articles and redisplay.
6231 6164
6232;;;*** 6165;;;***
6233 6166
6234;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 6167;;;### (autoloads nil "diary-lib" "calendar/diary-lib.el" (20932
6235;;;;;; "calendar/diary-lib.el" (20879 27694 495748 0)) 6168;;;;;; 61699 522706 0))
6236;;; Generated autoloads from calendar/diary-lib.el 6169;;; Generated autoloads from calendar/diary-lib.el
6237 6170
6238(autoload 'diary "diary-lib" "\ 6171(autoload 'diary "diary-lib" "\
@@ -6274,9 +6207,7 @@ Major mode for editing the diary file.
6274 6207
6275;;;*** 6208;;;***
6276 6209
6277;;;### (autoloads (diff-buffer-with-file diff-latest-backup-file 6210;;;### (autoloads nil "diff" "vc/diff.el" (20760 54070 584283 0))
6278;;;;;; diff-backup diff diff-command diff-switches) "diff" "vc/diff.el"
6279;;;;;; (20760 54070 584283 0))
6280;;; Generated autoloads from vc/diff.el 6211;;; Generated autoloads from vc/diff.el
6281 6212
6282(defvar diff-switches (purecopy "-c") "\ 6213(defvar diff-switches (purecopy "-c") "\
@@ -6324,8 +6255,8 @@ This requires the external program `diff' to be in your `exec-path'.
6324 6255
6325;;;*** 6256;;;***
6326 6257
6327;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el" 6258;;;### (autoloads nil "diff-mode" "vc/diff-mode.el" (20814 53928
6328;;;;;; (20814 53928 50501 0)) 6259;;;;;; 50501 0))
6329;;; Generated autoloads from vc/diff-mode.el 6260;;; Generated autoloads from vc/diff-mode.el
6330 6261
6331(autoload 'diff-mode "diff-mode" "\ 6262(autoload 'diff-mode "diff-mode" "\
@@ -6357,7 +6288,7 @@ the mode if ARG is omitted or nil.
6357 6288
6358;;;*** 6289;;;***
6359 6290
6360;;;### (autoloads (dig) "dig" "net/dig.el" (20709 26818 907104 0)) 6291;;;### (autoloads nil "dig" "net/dig.el" (20709 26818 907104 0))
6361;;; Generated autoloads from net/dig.el 6292;;; Generated autoloads from net/dig.el
6362 6293
6363(autoload 'dig "dig" "\ 6294(autoload 'dig "dig" "\
@@ -6368,9 +6299,7 @@ Optional arguments are passed to `dig-invoke'.
6368 6299
6369;;;*** 6300;;;***
6370 6301
6371;;;### (autoloads (dired-hide-details-mode dired-mode dired-noselect 6302;;;### (autoloads nil "dired" "dired.el" (20932 61699 522706 0))
6372;;;;;; dired-other-frame dired-other-window dired dired-listing-switches)
6373;;;;;; "dired" "dired.el" (20900 33838 319219 0))
6374;;; Generated autoloads from dired.el 6303;;; Generated autoloads from dired.el
6375 6304
6376(defvar dired-listing-switches (purecopy "-al") "\ 6305(defvar dired-listing-switches (purecopy "-al") "\
@@ -6385,8 +6314,8 @@ some of the `ls' switches are not supported; see the doc string of
6385(custom-autoload 'dired-listing-switches "dired" t) 6314(custom-autoload 'dired-listing-switches "dired" t)
6386 6315
6387(defvar dired-directory nil "\ 6316(defvar dired-directory nil "\
6388The directory name or wildcard spec that this dired directory lists. 6317The directory name or wildcard spec that this Dired directory lists.
6389Local to each dired buffer. May be a list, in which case the car is the 6318Local to each Dired buffer. May be a list, in which case the car is the
6390directory name and the cdr is the list of files to mention. 6319directory name and the cdr is the list of files to mention.
6391The directory name must be absolute, but need not be fully expanded.") 6320The directory name must be absolute, but need not be fully expanded.")
6392 (define-key ctl-x-map "d" 'dired) 6321 (define-key ctl-x-map "d" 'dired)
@@ -6403,7 +6332,7 @@ list of files to make directory entries for.
6403delete them by typing \\[dired-do-flagged-delete]. 6332delete them by typing \\[dired-do-flagged-delete].
6404Type \\[describe-mode] after entering Dired for more info. 6333Type \\[describe-mode] after entering Dired for more info.
6405 6334
6406If DIRNAME is already in a dired buffer, that buffer is used without refresh. 6335If DIRNAME is already in a Dired buffer, that buffer is used without refresh.
6407 6336
6408\(fn DIRNAME &optional SWITCHES)" t nil) 6337\(fn DIRNAME &optional SWITCHES)" t nil)
6409 (define-key ctl-x-4-map "d" 'dired-other-window) 6338 (define-key ctl-x-4-map "d" 'dired-other-window)
@@ -6420,7 +6349,7 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh.
6420\(fn DIRNAME &optional SWITCHES)" t nil) 6349\(fn DIRNAME &optional SWITCHES)" t nil)
6421 6350
6422(autoload 'dired-noselect "dired" "\ 6351(autoload 'dired-noselect "dired" "\
6423Like `dired' but returns the dired buffer as value, does not select it. 6352Like `dired' but returns the Dired buffer as value, does not select it.
6424 6353
6425\(fn DIR-OR-LIST &optional SWITCHES)" nil nil) 6354\(fn DIR-OR-LIST &optional SWITCHES)" nil nil)
6426 6355
@@ -6449,7 +6378,7 @@ Type \\[dired-unmark-backward] to back up one line and unmark or unflag.
6449Type \\[dired-do-flagged-delete] to delete (eXecute) the files flagged `D'. 6378Type \\[dired-do-flagged-delete] to delete (eXecute) the files flagged `D'.
6450Type \\[dired-find-file] to Find the current line's file 6379Type \\[dired-find-file] to Find the current line's file
6451 (or dired it in another buffer, if it is a directory). 6380 (or dired it in another buffer, if it is a directory).
6452Type \\[dired-find-file-other-window] to find file or dired directory in Other window. 6381Type \\[dired-find-file-other-window] to find file or Dired directory in Other window.
6453Type \\[dired-maybe-insert-subdir] to Insert a subdirectory in this buffer. 6382Type \\[dired-maybe-insert-subdir] to Insert a subdirectory in this buffer.
6454Type \\[dired-do-rename] to Rename a file or move the marked files to another directory. 6383Type \\[dired-do-rename] to Rename a file or move the marked files to another directory.
6455Type \\[dired-do-copy] to Copy files. 6384Type \\[dired-do-copy] to Copy files.
@@ -6489,14 +6418,14 @@ Keybindings:
6489 (put 'dired-find-alternate-file 'disabled t) 6418 (put 'dired-find-alternate-file 'disabled t)
6490 6419
6491(autoload 'dired-hide-details-mode "dired" "\ 6420(autoload 'dired-hide-details-mode "dired" "\
6492Hide details in `dired-mode'. 6421Hide details in Dired mode.
6493 6422
6494\(fn &optional ARG)" t nil) 6423\(fn &optional ARG)" t nil)
6495 6424
6496;;;*** 6425;;;***
6497 6426
6498;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" 6427;;;### (autoloads nil "dirtrack" "dirtrack.el" (20709 26818 907104
6499;;;;;; (20709 26818 907104 0)) 6428;;;;;; 0))
6500;;; Generated autoloads from dirtrack.el 6429;;; Generated autoloads from dirtrack.el
6501 6430
6502(autoload 'dirtrack-mode "dirtrack" "\ 6431(autoload 'dirtrack-mode "dirtrack" "\
@@ -6526,8 +6455,8 @@ from `default-directory'.
6526 6455
6527;;;*** 6456;;;***
6528 6457
6529;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (20709 6458;;;### (autoloads nil "disass" "emacs-lisp/disass.el" (20709 26818
6530;;;;;; 26818 907104 0)) 6459;;;;;; 907104 0))
6531;;; Generated autoloads from emacs-lisp/disass.el 6460;;; Generated autoloads from emacs-lisp/disass.el
6532 6461
6533(autoload 'disassemble "disass" "\ 6462(autoload 'disassemble "disass" "\
@@ -6541,12 +6470,8 @@ redefine OBJECT if it is a symbol.
6541 6470
6542;;;*** 6471;;;***
6543 6472
6544;;;### (autoloads (standard-display-european glyph-face glyph-char 6473;;;### (autoloads nil "disp-table" "disp-table.el" (20709 26818 907104
6545;;;;;; make-glyph-code create-glyph standard-display-underline standard-display-graphic 6474;;;;;; 0))
6546;;;;;; standard-display-g1 standard-display-ascii standard-display-default
6547;;;;;; standard-display-8bit describe-current-display-table describe-display-table
6548;;;;;; set-display-table-slot display-table-slot make-display-table)
6549;;;;;; "disp-table" "disp-table.el" (20709 26818 907104 0))
6550;;; Generated autoloads from disp-table.el 6475;;; Generated autoloads from disp-table.el
6551 6476
6552(autoload 'make-display-table "disp-table" "\ 6477(autoload 'make-display-table "disp-table" "\
@@ -6667,8 +6592,8 @@ in `.emacs'.
6667 6592
6668;;;*** 6593;;;***
6669 6594
6670;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 6595;;;### (autoloads nil "dissociate" "play/dissociate.el" (20709 26818
6671;;;;;; (20709 26818 907104 0)) 6596;;;;;; 907104 0))
6672;;; Generated autoloads from play/dissociate.el 6597;;; Generated autoloads from play/dissociate.el
6673 6598
6674(autoload 'dissociated-press "dissociate" "\ 6599(autoload 'dissociated-press "dissociate" "\
@@ -6684,8 +6609,7 @@ Default is 2.
6684 6609
6685;;;*** 6610;;;***
6686 6611
6687;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (20709 26818 6612;;;### (autoloads nil "dnd" "dnd.el" (20709 26818 907104 0))
6688;;;;;; 907104 0))
6689;;; Generated autoloads from dnd.el 6613;;; Generated autoloads from dnd.el
6690 6614
6691(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)) "\ 6615(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)) "\
@@ -6705,8 +6629,8 @@ if some action was made, or nil if the URL is ignored.")
6705 6629
6706;;;*** 6630;;;***
6707 6631
6708;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 6632;;;### (autoloads nil "dns-mode" "textmodes/dns-mode.el" (20709 26818
6709;;;;;; "textmodes/dns-mode.el" (20709 26818 907104 0)) 6633;;;;;; 907104 0))
6710;;; Generated autoloads from textmodes/dns-mode.el 6634;;; Generated autoloads from textmodes/dns-mode.el
6711 6635
6712(autoload 'dns-mode "dns-mode" "\ 6636(autoload 'dns-mode "dns-mode" "\
@@ -6729,9 +6653,8 @@ Locate SOA record and increment the serial field.
6729 6653
6730;;;*** 6654;;;***
6731 6655
6732;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe 6656;;;### (autoloads nil "doc-view" "doc-view.el" (20899 12965 791908
6733;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20899 6657;;;;;; 0))
6734;;;;;; 12965 791908 0))
6735;;; Generated autoloads from doc-view.el 6658;;; Generated autoloads from doc-view.el
6736 6659
6737(autoload 'doc-view-mode-p "doc-view" "\ 6660(autoload 'doc-view-mode-p "doc-view" "\
@@ -6777,8 +6700,8 @@ See the command `doc-view-mode' for more information on this mode.
6777 6700
6778;;;*** 6701;;;***
6779 6702
6780;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20709 26818 6703;;;### (autoloads nil "doctor" "play/doctor.el" (20709 26818 907104
6781;;;;;; 907104 0)) 6704;;;;;; 0))
6782;;; Generated autoloads from play/doctor.el 6705;;; Generated autoloads from play/doctor.el
6783 6706
6784(autoload 'doctor "doctor" "\ 6707(autoload 'doctor "doctor" "\
@@ -6788,8 +6711,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6788 6711
6789;;;*** 6712;;;***
6790 6713
6791;;;### (autoloads (double-mode) "double" "double.el" (20709 26818 6714;;;### (autoloads nil "double" "double.el" (20709 26818 907104 0))
6792;;;;;; 907104 0))
6793;;; Generated autoloads from double.el 6715;;; Generated autoloads from double.el
6794 6716
6795(autoload 'double-mode "double" "\ 6717(autoload 'double-mode "double" "\
@@ -6805,10 +6727,10 @@ strings when pressed twice. See `double-map' for details.
6805 6727
6806;;;*** 6728;;;***
6807 6729
6808;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (20900 33838 6730;;;### (autoloads nil "dunnet" "play/dunnet.el" (20900 33838 319219
6809;;;;;; 319219 0)) 6731;;;;;; 0))
6810;;; Generated autoloads from play/dunnet.el 6732;;; Generated autoloads from play/dunnet.el
6811 6733(push (purecopy (quote (dunnet 2 1))) package--builtin-versions)
6812(autoload 'dunnet "dunnet" "\ 6734(autoload 'dunnet "dunnet" "\
6813Switch to *dungeon* buffer and start game. 6735Switch to *dungeon* buffer and start game.
6814 6736
@@ -6816,9 +6738,8 @@ Switch to *dungeon* buffer and start game.
6816 6738
6817;;;*** 6739;;;***
6818 6740
6819;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6741;;;### (autoloads nil "easy-mmode" "emacs-lisp/easy-mmode.el" (20900
6820;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 6742;;;;;; 33838 319219 0))
6821;;;;;; "emacs-lisp/easy-mmode.el" (20900 33838 319219 0))
6822;;; Generated autoloads from emacs-lisp/easy-mmode.el 6743;;; Generated autoloads from emacs-lisp/easy-mmode.el
6823 6744
6824(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6745(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -6957,8 +6878,7 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
6957 6878
6958;;;*** 6879;;;***
6959 6880
6960;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 6881;;;### (autoloads nil "easymenu" "emacs-lisp/easymenu.el" (20709
6961;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (20709
6962;;;;;; 26818 907104 0)) 6882;;;;;; 26818 907104 0))
6963;;; Generated autoloads from emacs-lisp/easymenu.el 6883;;; Generated autoloads from emacs-lisp/easymenu.el
6964 6884
@@ -7097,16 +7017,10 @@ To implement dynamic menus, either call this from
7097 7017
7098;;;*** 7018;;;***
7099 7019
7100;;;### (autoloads (ebnf-pop-style ebnf-push-style ebnf-reset-style 7020;;;### (autoloads nil "ebnf2ps" "progmodes/ebnf2ps.el" (20709 26818
7101;;;;;; ebnf-apply-style ebnf-merge-style ebnf-delete-style ebnf-insert-style 7021;;;;;; 907104 0))
7102;;;;;; ebnf-find-style ebnf-setup ebnf-syntax-region ebnf-syntax-buffer
7103;;;;;; ebnf-syntax-file ebnf-syntax-directory ebnf-eps-region ebnf-eps-buffer
7104;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
7105;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7106;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7107;;;;;; "progmodes/ebnf2ps.el" (20709 26818 907104 0))
7108;;; Generated autoloads from progmodes/ebnf2ps.el 7022;;; Generated autoloads from progmodes/ebnf2ps.el
7109 7023(push (purecopy (quote (ebnf2ps 4 4))) package--builtin-versions)
7110(autoload 'ebnf-customize "ebnf2ps" "\ 7024(autoload 'ebnf-customize "ebnf2ps" "\
7111Customization for ebnf group. 7025Customization for ebnf group.
7112 7026
@@ -7368,18 +7282,8 @@ See `ebnf-style-database' documentation.
7368 7282
7369;;;*** 7283;;;***
7370 7284
7371;;;### (autoloads (ebrowse-statistics ebrowse-save-tree-as ebrowse-save-tree 7285;;;### (autoloads nil "ebrowse" "progmodes/ebrowse.el" (20709 26818
7372;;;;;; ebrowse-electric-position-menu ebrowse-forward-in-position-stack 7286;;;;;; 907104 0))
7373;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use
7374;;;;;; ebrowse-tags-query-replace ebrowse-tags-search ebrowse-tags-loop-continue
7375;;;;;; ebrowse-tags-complete-symbol ebrowse-tags-find-definition-other-frame
7376;;;;;; ebrowse-tags-view-definition-other-frame ebrowse-tags-find-declaration-other-frame
7377;;;;;; ebrowse-tags-find-definition-other-window ebrowse-tags-view-definition-other-window
7378;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7379;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7380;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7381;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20709
7382;;;;;; 26818 907104 0))
7383;;; Generated autoloads from progmodes/ebrowse.el 7287;;; Generated autoloads from progmodes/ebrowse.el
7384 7288
7385(autoload 'ebrowse-tree-mode "ebrowse" "\ 7289(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7527,8 +7431,8 @@ Display statistics for a class tree.
7527 7431
7528;;;*** 7432;;;***
7529 7433
7530;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7434;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (20709 26818 907104
7531;;;;;; (20709 26818 907104 0)) 7435;;;;;; 0))
7532;;; Generated autoloads from ebuff-menu.el 7436;;; Generated autoloads from ebuff-menu.el
7533 7437
7534(autoload 'electric-buffer-list "ebuff-menu" "\ 7438(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7560,8 +7464,8 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7560 7464
7561;;;*** 7465;;;***
7562 7466
7563;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 7467;;;### (autoloads nil "echistory" "echistory.el" (20709 26818 907104
7564;;;;;; "echistory.el" (20709 26818 907104 0)) 7468;;;;;; 0))
7565;;; Generated autoloads from echistory.el 7469;;; Generated autoloads from echistory.el
7566 7470
7567(autoload 'Electric-command-history-redo-expression "echistory" "\ 7471(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7572,8 +7476,8 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7572 7476
7573;;;*** 7477;;;***
7574 7478
7575;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" 7479;;;### (autoloads nil "ecomplete" "gnus/ecomplete.el" (20709 26818
7576;;;;;; (20709 26818 907104 0)) 7480;;;;;; 907104 0))
7577;;; Generated autoloads from gnus/ecomplete.el 7481;;; Generated autoloads from gnus/ecomplete.el
7578 7482
7579(autoload 'ecomplete-setup "ecomplete" "\ 7483(autoload 'ecomplete-setup "ecomplete" "\
@@ -7583,10 +7487,9 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7583 7487
7584;;;*** 7488;;;***
7585 7489
7586;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20813 33065 7490;;;### (autoloads nil "ede" "cedet/ede.el" (20908 27948 216644 0))
7587;;;;;; 721081 0))
7588;;; Generated autoloads from cedet/ede.el 7491;;; Generated autoloads from cedet/ede.el
7589 7492(push (purecopy (quote (ede 1 2))) package--builtin-versions)
7590(defvar global-ede-mode nil "\ 7493(defvar global-ede-mode nil "\
7591Non-nil if Global-Ede mode is enabled. 7494Non-nil if Global-Ede mode is enabled.
7592See the command `global-ede-mode' for a description of this minor mode. 7495See the command `global-ede-mode' for a description of this minor mode.
@@ -7609,9 +7512,20 @@ an EDE controlled project.
7609 7512
7610;;;*** 7513;;;***
7611 7514
7612;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 7515;;;### (autoloads nil "ede/dired" "cedet/ede/dired.el" (20709 26818
7613;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 7516;;;;;; 907104 0))
7614;;;;;; "emacs-lisp/edebug.el" (20834 39208 838628 0)) 7517;;; Generated autoloads from cedet/ede/dired.el
7518(push (purecopy (quote (dired 0 4))) package--builtin-versions)
7519;;;***
7520
7521;;;### (autoloads nil "ede/project-am" "cedet/ede/project-am.el"
7522;;;;;; (20881 10343 547564 552000))
7523;;; Generated autoloads from cedet/ede/project-am.el
7524(push (purecopy (quote (project-am 0 0 3))) package--builtin-versions)
7525;;;***
7526
7527;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (20912 25000
7528;;;;;; 802412 0))
7615;;; Generated autoloads from emacs-lisp/edebug.el 7529;;; Generated autoloads from emacs-lisp/edebug.el
7616 7530
7617(defvar edebug-all-defs nil "\ 7531(defvar edebug-all-defs nil "\
@@ -7675,19 +7589,9 @@ Toggle edebugging of all forms.
7675 7589
7676;;;*** 7590;;;***
7677 7591
7678;;;### (autoloads (ediff-documentation ediff-version ediff-revision 7592;;;### (autoloads nil "ediff" "vc/ediff.el" (20893 60586 188550 0))
7679;;;;;; ediff-patch-buffer ediff-patch-file ediff-merge-revisions-with-ancestor
7680;;;;;; ediff-merge-revisions ediff-merge-buffers-with-ancestor ediff-merge-buffers
7681;;;;;; ediff-merge-files-with-ancestor ediff-merge-files ediff-regions-linewise
7682;;;;;; ediff-regions-wordwise ediff-windows-linewise ediff-windows-wordwise
7683;;;;;; ediff-merge-directory-revisions-with-ancestor ediff-merge-directory-revisions
7684;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7685;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7686;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file
7687;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (20893 60586
7688;;;;;; 188550 0))
7689;;; Generated autoloads from vc/ediff.el 7593;;; Generated autoloads from vc/ediff.el
7690 7594(push (purecopy (quote (ediff 2 81 4))) package--builtin-versions)
7691(autoload 'ediff-files "ediff" "\ 7595(autoload 'ediff-files "ediff" "\
7692Run Ediff on a pair of files, FILE-A and FILE-B. 7596Run Ediff on a pair of files, FILE-A and FILE-B.
7693 7597
@@ -7916,8 +7820,8 @@ With optional NODE, goes to that node.
7916 7820
7917;;;*** 7821;;;***
7918 7822
7919;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el" 7823;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (20709 26818
7920;;;;;; (20709 26818 907104 0)) 7824;;;;;; 907104 0))
7921;;; Generated autoloads from vc/ediff-help.el 7825;;; Generated autoloads from vc/ediff-help.el
7922 7826
7923(autoload 'ediff-customize "ediff-help" "\ 7827(autoload 'ediff-customize "ediff-help" "\
@@ -7927,8 +7831,8 @@ With optional NODE, goes to that node.
7927 7831
7928;;;*** 7832;;;***
7929 7833
7930;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el" 7834;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (20893 60586
7931;;;;;; (20893 60586 188550 0)) 7835;;;;;; 188550 0))
7932;;; Generated autoloads from vc/ediff-mult.el 7836;;; Generated autoloads from vc/ediff-mult.el
7933 7837
7934(autoload 'ediff-show-registry "ediff-mult" "\ 7838(autoload 'ediff-show-registry "ediff-mult" "\
@@ -7940,8 +7844,8 @@ Display Ediff's registry.
7940 7844
7941;;;*** 7845;;;***
7942 7846
7943;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 7847;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (20893 60586
7944;;;;;; "ediff-util" "vc/ediff-util.el" (20893 60586 188550 0)) 7848;;;;;; 188550 0))
7945;;; Generated autoloads from vc/ediff-util.el 7849;;; Generated autoloads from vc/ediff-util.el
7946 7850
7947(autoload 'ediff-toggle-multiframe "ediff-util" "\ 7851(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -7960,11 +7864,10 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
7960 7864
7961;;;*** 7865;;;***
7962 7866
7963;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 7867;;;### (autoloads nil "edmacro" "edmacro.el" (20709 26818 907104
7964;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 7868;;;;;; 0))
7965;;;;;; (20709 26818 907104 0))
7966;;; Generated autoloads from edmacro.el 7869;;; Generated autoloads from edmacro.el
7967 7870(push (purecopy (quote (edmacro 2 1))) package--builtin-versions)
7968(autoload 'edit-kbd-macro "edmacro" "\ 7871(autoload 'edit-kbd-macro "edmacro" "\
7969Edit a keyboard macro. 7872Edit a keyboard macro.
7970At the prompt, type any key sequence which is bound to a keyboard macro. 7873At the prompt, type any key sequence which is bound to a keyboard macro.
@@ -8010,8 +7913,8 @@ or nil, use a compact 80-column format.
8010 7913
8011;;;*** 7914;;;***
8012 7915
8013;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 7916;;;### (autoloads nil "edt" "emulation/edt.el" (20709 26818 907104
8014;;;;;; "emulation/edt.el" (20709 26818 907104 0)) 7917;;;;;; 0))
8015;;; Generated autoloads from emulation/edt.el 7918;;; Generated autoloads from emulation/edt.el
8016 7919
8017(autoload 'edt-set-scroll-margins "edt" "\ 7920(autoload 'edt-set-scroll-margins "edt" "\
@@ -8028,8 +7931,7 @@ Turn on EDT Emulation.
8028 7931
8029;;;*** 7932;;;***
8030 7933
8031;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 7934;;;### (autoloads nil "ehelp" "ehelp.el" (20762 9398 526093 0))
8032;;;;;; (20762 9398 526093 0))
8033;;; Generated autoloads from ehelp.el 7935;;; Generated autoloads from ehelp.el
8034 7936
8035(autoload 'with-electric-help "ehelp" "\ 7937(autoload 'with-electric-help "ehelp" "\
@@ -8065,8 +7967,30 @@ BUFFER is put back into its original major mode.
8065 7967
8066;;;*** 7968;;;***
8067 7969
8068;;;### (autoloads (customize-object) "eieio-custom" "emacs-lisp/eieio-custom.el" 7970;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (20930 5097 423575
8069;;;;;; (20771 24374 643644 0)) 7971;;;;;; 701000))
7972;;; Generated autoloads from emacs-lisp/eieio.el
7973(push (purecopy (quote (eieio 1 4))) package--builtin-versions)
7974;;;***
7975
7976;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (20908
7977;;;;;; 27948 216644 0))
7978;;; Generated autoloads from emacs-lisp/eieio-core.el
7979(push (purecopy (quote (eieio-core 1 4))) package--builtin-versions)
7980(autoload 'eieio-defclass-autoload "eieio-core" "\
7981Create autoload symbols for the EIEIO class CNAME.
7982SUPERCLASSES are the superclasses that CNAME inherits from.
7983DOC is the docstring for CNAME.
7984This function creates a mock-class for CNAME and adds it into
7985SUPERCLASSES as children.
7986It creates an autoload function for CNAME's constructor.
7987
7988\(fn CNAME SUPERCLASSES FILENAME DOC)" nil nil)
7989
7990;;;***
7991
7992;;;### (autoloads nil "eieio-custom" "emacs-lisp/eieio-custom.el"
7993;;;;;; (20929 34089 117790 0))
8070;;; Generated autoloads from emacs-lisp/eieio-custom.el 7994;;; Generated autoloads from emacs-lisp/eieio-custom.el
8071 7995
8072(autoload 'customize-object "eieio-custom" "\ 7996(autoload 'customize-object "eieio-custom" "\
@@ -8077,9 +8001,8 @@ Optional argument GROUP is the sub-group of slots to display.
8077 8001
8078;;;*** 8002;;;***
8079 8003
8080;;;### (autoloads (eieio-describe-generic eieio-describe-constructor 8004;;;### (autoloads nil "eieio-opt" "emacs-lisp/eieio-opt.el" (20892
8081;;;;;; eieio-describe-class eieio-browse) "eieio-opt" "emacs-lisp/eieio-opt.el" 8005;;;;;; 39729 858825 0))
8082;;;;;; (20892 39729 858825 0))
8083;;; Generated autoloads from emacs-lisp/eieio-opt.el 8006;;; Generated autoloads from emacs-lisp/eieio-opt.el
8084 8007
8085(autoload 'eieio-browse "eieio-opt" "\ 8008(autoload 'eieio-browse "eieio-opt" "\
@@ -8112,9 +8035,8 @@ Also extracts information about all methods specific to this generic.
8112 8035
8113;;;*** 8036;;;***
8114 8037
8115;;;### (autoloads (turn-on-eldoc-mode eldoc-post-insert-mode eldoc-mode 8038;;;### (autoloads nil "eldoc" "emacs-lisp/eldoc.el" (20806 59818
8116;;;;;; eldoc-minor-mode-string) "eldoc" "emacs-lisp/eldoc.el" (20806 8039;;;;;; 347907 0))
8117;;;;;; 59818 347907 0))
8118;;; Generated autoloads from emacs-lisp/eldoc.el 8040;;; Generated autoloads from emacs-lisp/eldoc.el
8119 8041
8120(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ 8042(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
@@ -8169,8 +8091,8 @@ Emacs Lisp mode) that support ElDoc.")
8169 8091
8170;;;*** 8092;;;***
8171 8093
8172;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode) 8094;;;### (autoloads nil "electric" "electric.el" (20929 34089 117790
8173;;;;;; "electric" "electric.el" (20829 21286 719109 0)) 8095;;;;;; 0))
8174;;; Generated autoloads from electric.el 8096;;; Generated autoloads from electric.el
8175 8097
8176(defvar electric-indent-chars '(10) "\ 8098(defvar electric-indent-chars '(10) "\
@@ -8240,8 +8162,8 @@ The variable `electric-layout-rules' says when and how to insert newlines.
8240 8162
8241;;;*** 8163;;;***
8242 8164
8243;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (20709 8165;;;### (autoloads nil "elide-head" "elide-head.el" (20709 26818 907104
8244;;;;;; 26818 907104 0)) 8166;;;;;; 0))
8245;;; Generated autoloads from elide-head.el 8167;;; Generated autoloads from elide-head.el
8246 8168
8247(autoload 'elide-head "elide-head" "\ 8169(autoload 'elide-head "elide-head" "\
@@ -8256,9 +8178,8 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8256 8178
8257;;;*** 8179;;;***
8258 8180
8259;;;### (autoloads (elint-initialize elint-defun elint-current-buffer 8181;;;### (autoloads nil "elint" "emacs-lisp/elint.el" (20709 26818
8260;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el" 8182;;;;;; 907104 0))
8261;;;;;; (20709 26818 907104 0))
8262;;; Generated autoloads from emacs-lisp/elint.el 8183;;; Generated autoloads from emacs-lisp/elint.el
8263 8184
8264(autoload 'elint-file "elint" "\ 8185(autoload 'elint-file "elint" "\
@@ -8293,9 +8214,8 @@ optional prefix argument REINIT is non-nil.
8293 8214
8294;;;*** 8215;;;***
8295 8216
8296;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 8217;;;### (autoloads nil "elp" "emacs-lisp/elp.el" (20709 26818 907104
8297;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (20709 8218;;;;;; 0))
8298;;;;;; 26818 907104 0))
8299;;; Generated autoloads from emacs-lisp/elp.el 8219;;; Generated autoloads from emacs-lisp/elp.el
8300 8220
8301(autoload 'elp-instrument-function "elp" "\ 8221(autoload 'elp-instrument-function "elp" "\
@@ -8329,8 +8249,8 @@ displayed.
8329 8249
8330;;;*** 8250;;;***
8331 8251
8332;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el" 8252;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (20933 31141 450159
8333;;;;;; (20709 26818 907104 0)) 8253;;;;;; 0))
8334;;; Generated autoloads from emacs-lock.el 8254;;; Generated autoloads from emacs-lock.el
8335 8255
8336(autoload 'emacs-lock-mode "emacs-lock" "\ 8256(autoload 'emacs-lock-mode "emacs-lock" "\
@@ -8357,8 +8277,8 @@ Other values are interpreted as usual.
8357 8277
8358;;;*** 8278;;;***
8359 8279
8360;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 8280;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (20759 33211
8361;;;;;; (20759 33211 414988 0)) 8281;;;;;; 414988 0))
8362;;; Generated autoloads from mail/emacsbug.el 8282;;; Generated autoloads from mail/emacsbug.el
8363 8283
8364(autoload 'report-emacs-bug "emacsbug" "\ 8284(autoload 'report-emacs-bug "emacsbug" "\
@@ -8369,11 +8289,8 @@ Prompts for bug subject. Leaves you in a mail buffer.
8369 8289
8370;;;*** 8290;;;***
8371 8291
8372;;;### (autoloads (emerge-merge-directories emerge-revisions-with-ancestor 8292;;;### (autoloads nil "emerge" "vc/emerge.el" (20576 42138 697312
8373;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 8293;;;;;; 0))
8374;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
8375;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
8376;;;;;; "vc/emerge.el" (20576 42138 697312 0))
8377;;; Generated autoloads from vc/emerge.el 8294;;; Generated autoloads from vc/emerge.el
8378 8295
8379(autoload 'emerge-files "emerge" "\ 8296(autoload 'emerge-files "emerge" "\
@@ -8433,8 +8350,8 @@ Emerge two RCS revisions of a file, with another revision as ancestor.
8433 8350
8434;;;*** 8351;;;***
8435 8352
8436;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 8353;;;### (autoloads nil "enriched" "textmodes/enriched.el" (20709 26818
8437;;;;;; "enriched" "textmodes/enriched.el" (20709 26818 907104 0)) 8354;;;;;; 907104 0))
8438;;; Generated autoloads from textmodes/enriched.el 8355;;; Generated autoloads from textmodes/enriched.el
8439 8356
8440(autoload 'enriched-mode "enriched" "\ 8357(autoload 'enriched-mode "enriched" "\
@@ -8469,13 +8386,7 @@ Commands:
8469 8386
8470;;;*** 8387;;;***
8471 8388
8472;;;### (autoloads (epa-insert-keys epa-export-keys epa-import-armor-in-region 8389;;;### (autoloads nil "epa" "epa.el" (20917 42917 611340 0))
8473;;;;;; epa-import-keys-region epa-import-keys epa-delete-keys epa-encrypt-region
8474;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region
8475;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
8476;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
8477;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20879
8478;;;;;; 27694 495748 0))
8479;;; Generated autoloads from epa.el 8390;;; Generated autoloads from epa.el
8480 8391
8481(autoload 'epa-list-keys "epa" "\ 8392(autoload 'epa-list-keys "epa" "\
@@ -8500,8 +8411,9 @@ If SECRET is non-nil, list secret keys instead of public keys.
8500 8411
8501(autoload 'epa-decrypt-file "epa" "\ 8412(autoload 'epa-decrypt-file "epa" "\
8502Decrypt DECRYPT-FILE into PLAIN-FILE. 8413Decrypt DECRYPT-FILE into PLAIN-FILE.
8414If you do not specify PLAIN-FILE, this functions prompts for the value to use.
8503 8415
8504\(fn DECRYPT-FILE PLAIN-FILE)" t nil) 8416\(fn DECRYPT-FILE &optional PLAIN-FILE)" t nil)
8505 8417
8506(autoload 'epa-verify-file "epa" "\ 8418(autoload 'epa-verify-file "epa" "\
8507Verify FILE. 8419Verify FILE.
@@ -8652,9 +8564,8 @@ Insert selected KEYS after the point.
8652 8564
8653;;;*** 8565;;;***
8654 8566
8655;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify 8567;;;### (autoloads nil "epa-dired" "epa-dired.el" (20709 26818 907104
8656;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (20709 26818 8568;;;;;; 0))
8657;;;;;; 907104 0))
8658;;; Generated autoloads from epa-dired.el 8569;;; Generated autoloads from epa-dired.el
8659 8570
8660(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8571(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8679,8 +8590,8 @@ Encrypt marked files.
8679 8590
8680;;;*** 8591;;;***
8681 8592
8682;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) 8593;;;### (autoloads nil "epa-file" "epa-file.el" (20709 26818 907104
8683;;;;;; "epa-file" "epa-file.el" (20709 26818 907104 0)) 8594;;;;;; 0))
8684;;; Generated autoloads from epa-file.el 8595;;; Generated autoloads from epa-file.el
8685 8596
8686(autoload 'epa-file-handler "epa-file" "\ 8597(autoload 'epa-file-handler "epa-file" "\
@@ -8700,9 +8611,8 @@ Encrypt marked files.
8700 8611
8701;;;*** 8612;;;***
8702 8613
8703;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt 8614;;;### (autoloads nil "epa-mail" "epa-mail.el" (20709 26818 907104
8704;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode) 8615;;;;;; 0))
8705;;;;;; "epa-mail" "epa-mail.el" (20709 26818 907104 0))
8706;;; Generated autoloads from epa-mail.el 8616;;; Generated autoloads from epa-mail.el
8707 8617
8708(autoload 'epa-mail-mode "epa-mail" "\ 8618(autoload 'epa-mail-mode "epa-mail" "\
@@ -8772,10 +8682,9 @@ if ARG is omitted or nil.
8772 8682
8773;;;*** 8683;;;***
8774 8684
8775;;;### (autoloads (epg-make-context) "epg" "epg.el" (20853 3623 384273 8685;;;### (autoloads nil "epg" "epg.el" (20936 7342 261759 0))
8776;;;;;; 0))
8777;;; Generated autoloads from epg.el 8686;;; Generated autoloads from epg.el
8778 8687(push (purecopy (quote (epg 1 0 0))) package--builtin-versions)
8779(autoload 'epg-make-context "epg" "\ 8688(autoload 'epg-make-context "epg" "\
8780Return a context object. 8689Return a context object.
8781 8690
@@ -8783,8 +8692,8 @@ Return a context object.
8783 8692
8784;;;*** 8693;;;***
8785 8694
8786;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) 8695;;;### (autoloads nil "epg-config" "epg-config.el" (20709 26818 907104
8787;;;;;; "epg-config" "epg-config.el" (20709 26818 907104 0)) 8696;;;;;; 0))
8788;;; Generated autoloads from epg-config.el 8697;;; Generated autoloads from epg-config.el
8789 8698
8790(autoload 'epg-configuration "epg-config" "\ 8699(autoload 'epg-configuration "epg-config" "\
@@ -8804,10 +8713,9 @@ Look at CONFIG and try to expand GROUP.
8804 8713
8805;;;*** 8714;;;***
8806 8715
8807;;;### (autoloads (erc-handle-irc-url erc-tls erc erc-select-read-args) 8716;;;### (autoloads nil "erc" "erc/erc.el" (20891 18859 893295 0))
8808;;;;;; "erc" "erc/erc.el" (20891 18859 893295 0))
8809;;; Generated autoloads from erc/erc.el 8717;;; Generated autoloads from erc/erc.el
8810 8718(push (purecopy (quote (erc 5 3))) package--builtin-versions)
8811(autoload 'erc-select-read-args "erc" "\ 8719(autoload 'erc-select-read-args "erc" "\
8812Prompt the user for values of nick, server, port, and password. 8720Prompt the user for values of nick, server, port, and password.
8813 8721
@@ -8881,8 +8789,8 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8881 8789
8882;;;*** 8790;;;***
8883 8791
8884;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 8792;;;### (autoloads nil "erc-dcc" "erc/erc-dcc.el" (20759 33211 414988
8885;;;;;; "erc-dcc" "erc/erc-dcc.el" (20759 33211 414988 0)) 8793;;;;;; 0))
8886;;; Generated autoloads from erc/erc-dcc.el 8794;;; Generated autoloads from erc/erc-dcc.el
8887 (autoload 'erc-dcc-mode "erc-dcc") 8795 (autoload 'erc-dcc-mode "erc-dcc")
8888 8796
@@ -8918,11 +8826,8 @@ that subcommand.
8918 8826
8919;;;*** 8827;;;***
8920 8828
8921;;;### (autoloads (erc-ezb-initialize erc-ezb-select-session erc-ezb-select 8829;;;### (autoloads nil "erc-ezbounce" "erc/erc-ezbounce.el" (20709
8922;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 8830;;;;;; 26818 907104 0))
8923;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
8924;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
8925;;;;;; (20709 26818 907104 0))
8926;;; Generated autoloads from erc/erc-ezbounce.el 8831;;; Generated autoloads from erc/erc-ezbounce.el
8927 8832
8928(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 8833(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -8984,8 +8889,8 @@ Add EZBouncer convenience functions to ERC.
8984 8889
8985;;;*** 8890;;;***
8986 8891
8987;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (20709 8892;;;### (autoloads nil "erc-fill" "erc/erc-fill.el" (20709 26818 907104
8988;;;;;; 26818 907104 0)) 8893;;;;;; 0))
8989;;; Generated autoloads from erc/erc-fill.el 8894;;; Generated autoloads from erc/erc-fill.el
8990 (autoload 'erc-fill-mode "erc-fill" nil t) 8895 (autoload 'erc-fill-mode "erc-fill" nil t)
8991 8896
@@ -8997,8 +8902,8 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
8997 8902
8998;;;*** 8903;;;***
8999 8904
9000;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 8905;;;### (autoloads nil "erc-identd" "erc/erc-identd.el" (20709 26818
9001;;;;;; "erc/erc-identd.el" (20709 26818 907104 0)) 8906;;;;;; 907104 0))
9002;;; Generated autoloads from erc/erc-identd.el 8907;;; Generated autoloads from erc/erc-identd.el
9003 (autoload 'erc-identd-mode "erc-identd") 8908 (autoload 'erc-identd-mode "erc-identd")
9004 8909
@@ -9019,8 +8924,8 @@ system.
9019 8924
9020;;;*** 8925;;;***
9021 8926
9022;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 8927;;;### (autoloads nil "erc-imenu" "erc/erc-imenu.el" (20709 26818
9023;;;;;; (20709 26818 907104 0)) 8928;;;;;; 907104 0))
9024;;; Generated autoloads from erc/erc-imenu.el 8929;;; Generated autoloads from erc/erc-imenu.el
9025 8930
9026(autoload 'erc-create-imenu-index "erc-imenu" "\ 8931(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -9037,15 +8942,21 @@ system.
9037 8942
9038;;;*** 8943;;;***
9039 8944
8945;;;### (autoloads nil "erc-lang" "erc/erc-lang.el" (20709 26818 907104
8946;;;;;; 0))
8947;;; Generated autoloads from erc/erc-lang.el
8948(push (purecopy (quote (erc-lang 1 0 0))) package--builtin-versions)
8949;;;***
8950
9040;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20884 7264 412929 8951;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20884 7264 412929
9041;;;;;; 442000)) 8952;;;;;; 442000))
9042;;; Generated autoloads from erc/erc-list.el 8953;;; Generated autoloads from erc/erc-list.el
9043 (autoload 'erc-list-mode "erc-list") 8954(push (purecopy (quote (erc-list 0 1))) package--builtin-versions) (autoload 'erc-list-mode "erc-list")
9044 8955
9045;;;*** 8956;;;***
9046 8957
9047;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 8958;;;### (autoloads nil "erc-log" "erc/erc-log.el" (20891 18859 893295
9048;;;;;; "erc/erc-log.el" (20891 18859 893295 0)) 8959;;;;;; 0))
9049;;; Generated autoloads from erc/erc-log.el 8960;;; Generated autoloads from erc/erc-log.el
9050 (autoload 'erc-log-mode "erc-log" nil t) 8961 (autoload 'erc-log-mode "erc-log" nil t)
9051 8962
@@ -9074,10 +8985,8 @@ You can save every individual message by putting this function on
9074 8985
9075;;;*** 8986;;;***
9076 8987
9077;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 8988;;;### (autoloads nil "erc-match" "erc/erc-match.el" (20763 30266
9078;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 8989;;;;;; 231060 0))
9079;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
9080;;;;;; (20763 30266 231060 0))
9081;;; Generated autoloads from erc/erc-match.el 8990;;; Generated autoloads from erc/erc-match.el
9082 (autoload 'erc-match-mode "erc-match") 8991 (autoload 'erc-match-mode "erc-match")
9083 8992
@@ -9130,8 +9039,8 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
9130 9039
9131;;;*** 9040;;;***
9132 9041
9133;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 9042;;;### (autoloads nil "erc-netsplit" "erc/erc-netsplit.el" (20709
9134;;;;;; (20709 26818 907104 0)) 9043;;;;;; 26818 907104 0))
9135;;; Generated autoloads from erc/erc-netsplit.el 9044;;; Generated autoloads from erc/erc-netsplit.el
9136 (autoload 'erc-netsplit-mode "erc-netsplit") 9045 (autoload 'erc-netsplit-mode "erc-netsplit")
9137 9046
@@ -9142,8 +9051,8 @@ Show who's gone.
9142 9051
9143;;;*** 9052;;;***
9144 9053
9145;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" 9054;;;### (autoloads nil "erc-networks" "erc/erc-networks.el" (20709
9146;;;;;; "erc/erc-networks.el" (20709 26818 907104 0)) 9055;;;;;; 26818 907104 0))
9147;;; Generated autoloads from erc/erc-networks.el 9056;;; Generated autoloads from erc/erc-networks.el
9148 9057
9149(autoload 'erc-determine-network "erc-networks" "\ 9058(autoload 'erc-determine-network "erc-networks" "\
@@ -9160,8 +9069,8 @@ Interactively select a server to connect to using `erc-server-alist'.
9160 9069
9161;;;*** 9070;;;***
9162 9071
9163;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 9072;;;### (autoloads nil "erc-notify" "erc/erc-notify.el" (20891 18859
9164;;;;;; "erc/erc-notify.el" (20891 18859 893295 0)) 9073;;;;;; 893295 0))
9165;;; Generated autoloads from erc/erc-notify.el 9074;;; Generated autoloads from erc/erc-notify.el
9166 (autoload 'erc-notify-mode "erc-notify" nil t) 9075 (autoload 'erc-notify-mode "erc-notify" nil t)
9167 9076
@@ -9207,9 +9116,8 @@ with args, toggle notify status of people.
9207 9116
9208;;;*** 9117;;;***
9209 9118
9210;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 9119;;;### (autoloads nil "erc-services" "erc/erc-services.el" (20709
9211;;;;;; "erc-services" "erc/erc-services.el" (20709 26818 907104 9120;;;;;; 26818 907104 0))
9212;;;;;; 0))
9213;;; Generated autoloads from erc/erc-services.el 9121;;; Generated autoloads from erc/erc-services.el
9214 (autoload 'erc-services-mode "erc-services" nil t) 9122 (autoload 'erc-services-mode "erc-services" nil t)
9215 9123
@@ -9233,8 +9141,8 @@ When called interactively, read the password using `read-passwd'.
9233 9141
9234;;;*** 9142;;;***
9235 9143
9236;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 9144;;;### (autoloads nil "erc-speedbar" "erc/erc-speedbar.el" (20709
9237;;;;;; (20709 26818 907104 0)) 9145;;;;;; 26818 907104 0))
9238;;; Generated autoloads from erc/erc-speedbar.el 9146;;; Generated autoloads from erc/erc-speedbar.el
9239 9147
9240(autoload 'erc-speedbar-browser "erc-speedbar" "\ 9148(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -9259,8 +9167,8 @@ This will add a speedbar major display mode.
9259 9167
9260;;;*** 9168;;;***
9261 9169
9262;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" 9170;;;### (autoloads nil "erc-track" "erc/erc-track.el" (20709 26818
9263;;;;;; (20709 26818 907104 0)) 9171;;;;;; 907104 0))
9264;;; Generated autoloads from erc/erc-track.el 9172;;; Generated autoloads from erc/erc-track.el
9265 9173
9266(defvar erc-track-minor-mode nil "\ 9174(defvar erc-track-minor-mode nil "\
@@ -9285,9 +9193,8 @@ keybindings will not do anything useful.
9285 9193
9286;;;*** 9194;;;***
9287 9195
9288;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 9196;;;### (autoloads nil "erc-truncate" "erc/erc-truncate.el" (20709
9289;;;;;; "erc-truncate" "erc/erc-truncate.el" (20709 26818 907104 9197;;;;;; 26818 907104 0))
9290;;;;;; 0))
9291;;; Generated autoloads from erc/erc-truncate.el 9198;;; Generated autoloads from erc/erc-truncate.el
9292 (autoload 'erc-truncate-mode "erc-truncate" nil t) 9199 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9293 9200
@@ -9306,8 +9213,8 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
9306 9213
9307;;;*** 9214;;;***
9308 9215
9309;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 9216;;;### (autoloads nil "erc-xdcc" "erc/erc-xdcc.el" (20709 26818 907104
9310;;;;;; (20709 26818 907104 0)) 9217;;;;;; 0))
9311;;; Generated autoloads from erc/erc-xdcc.el 9218;;; Generated autoloads from erc/erc-xdcc.el
9312 (autoload 'erc-xdcc-mode "erc-xdcc") 9219 (autoload 'erc-xdcc-mode "erc-xdcc")
9313 9220
@@ -9318,9 +9225,8 @@ Add a file to `erc-xdcc-files'.
9318 9225
9319;;;*** 9226;;;***
9320 9227
9321;;;### (autoloads (ert-describe-test ert-run-tests-interactively 9228;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (20834 39208 838628
9322;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest) 9229;;;;;; 0))
9323;;;;;; "ert" "emacs-lisp/ert.el" (20834 39208 838628 0))
9324;;; Generated autoloads from emacs-lisp/ert.el 9230;;; Generated autoloads from emacs-lisp/ert.el
9325 9231
9326(autoload 'ert-deftest "ert" "\ 9232(autoload 'ert-deftest "ert" "\
@@ -9385,8 +9291,8 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test).
9385 9291
9386;;;*** 9292;;;***
9387 9293
9388;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el" 9294;;;### (autoloads nil "ert-x" "emacs-lisp/ert-x.el" (20709 26818
9389;;;;;; (20709 26818 907104 0)) 9295;;;;;; 907104 0))
9390;;; Generated autoloads from emacs-lisp/ert-x.el 9296;;; Generated autoloads from emacs-lisp/ert-x.el
9391 9297
9392(put 'ert-with-test-buffer 'lisp-indent-function 1) 9298(put 'ert-with-test-buffer 'lisp-indent-function 1)
@@ -9398,8 +9304,8 @@ Kill all test buffers that are still live.
9398 9304
9399;;;*** 9305;;;***
9400 9306
9401;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20893 9307;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (20911 4138
9402;;;;;; 60586 188550 0)) 9308;;;;;; 279475 0))
9403;;; Generated autoloads from eshell/esh-mode.el 9309;;; Generated autoloads from eshell/esh-mode.el
9404 9310
9405(autoload 'eshell-mode "esh-mode" "\ 9311(autoload 'eshell-mode "esh-mode" "\
@@ -9411,10 +9317,10 @@ Emacs shell interactive mode.
9411 9317
9412;;;*** 9318;;;***
9413 9319
9414;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" 9320;;;### (autoloads nil "eshell" "eshell/eshell.el" (20893 60586 188550
9415;;;;;; "eshell/eshell.el" (20893 60586 188550 0)) 9321;;;;;; 0))
9416;;; Generated autoloads from eshell/eshell.el 9322;;; Generated autoloads from eshell/eshell.el
9417 9323(push (purecopy (quote (eshell 2 4 2))) package--builtin-versions)
9418(autoload 'eshell "eshell" "\ 9324(autoload 'eshell "eshell" "\
9419Create an interactive Eshell buffer. 9325Create an interactive Eshell buffer.
9420The buffer used for Eshell sessions is determined by the value of 9326The buffer used for Eshell sessions is determined by the value of
@@ -9446,14 +9352,8 @@ corresponding to a successful execution.
9446 9352
9447;;;*** 9353;;;***
9448 9354
9449;;;### (autoloads (complete-tag select-tags-table tags-apropos list-tags 9355;;;### (autoloads nil "etags" "progmodes/etags.el" (20731 53823 676680
9450;;;;;; tags-query-replace tags-search tags-loop-continue next-file 9356;;;;;; 0))
9451;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window
9452;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table-buffer
9453;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9454;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9455;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9456;;;;;; (20731 53823 676680 0))
9457;;; Generated autoloads from progmodes/etags.el 9357;;; Generated autoloads from progmodes/etags.el
9458 9358
9459(defvar tags-file-name nil "\ 9359(defvar tags-file-name nil "\
@@ -9761,14 +9661,8 @@ for \\[find-tag] (which see).
9761 9661
9762;;;*** 9662;;;***
9763 9663
9764;;;### (autoloads (ethio-composition-function ethio-insert-ethio-space 9664;;;### (autoloads nil "ethio-util" "language/ethio-util.el" (20709
9765;;;;;; ethio-write-file ethio-find-file ethio-java-to-fidel-buffer 9665;;;;;; 26818 907104 0))
9766;;;;;; ethio-fidel-to-java-buffer ethio-tex-to-fidel-buffer ethio-fidel-to-tex-buffer
9767;;;;;; ethio-input-special-character ethio-replace-space ethio-modify-vowel
9768;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9769;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9770;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9771;;;;;; (20709 26818 907104 0))
9772;;; Generated autoloads from language/ethio-util.el 9666;;; Generated autoloads from language/ethio-util.el
9773 9667
9774(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9668(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -9936,9 +9830,7 @@ With ARG, insert that many delimiters.
9936 9830
9937;;;*** 9831;;;***
9938 9832
9939;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 9833;;;### (autoloads nil "eudc" "net/eudc.el" (20791 9657 561026 0))
9940;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9941;;;;;; (20791 9657 561026 0))
9942;;; Generated autoloads from net/eudc.el 9834;;; Generated autoloads from net/eudc.el
9943 9835
9944(autoload 'eudc-set-server "eudc" "\ 9836(autoload 'eudc-set-server "eudc" "\
@@ -9992,9 +9884,8 @@ This does nothing except loading eudc by autoload side-effect.
9992 9884
9993;;;*** 9885;;;***
9994 9886
9995;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 9887;;;### (autoloads nil "eudc-bob" "net/eudc-bob.el" (20791 9657 561026
9996;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 9888;;;;;; 0))
9997;;;;;; "eudc-bob" "net/eudc-bob.el" (20791 9657 561026 0))
9998;;; Generated autoloads from net/eudc-bob.el 9889;;; Generated autoloads from net/eudc-bob.el
9999 9890
10000(autoload 'eudc-display-generic-binary "eudc-bob" "\ 9891(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -10029,8 +9920,8 @@ Display a button for the JPEG DATA.
10029 9920
10030;;;*** 9921;;;***
10031 9922
10032;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 9923;;;### (autoloads nil "eudc-export" "net/eudc-export.el" (20871 33574
10033;;;;;; "eudc-export" "net/eudc-export.el" (20871 33574 214287 0)) 9924;;;;;; 214287 0))
10034;;; Generated autoloads from net/eudc-export.el 9925;;; Generated autoloads from net/eudc-export.el
10035 9926
10036(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 9927(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -10046,8 +9937,8 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10046 9937
10047;;;*** 9938;;;***
10048 9939
10049;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 9940;;;### (autoloads nil "eudc-hotlist" "net/eudc-hotlist.el" (20791
10050;;;;;; (20791 9657 561026 0)) 9941;;;;;; 9657 561026 0))
10051;;; Generated autoloads from net/eudc-hotlist.el 9942;;; Generated autoloads from net/eudc-hotlist.el
10052 9943
10053(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 9944(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -10057,8 +9948,8 @@ Edit the hotlist of directory servers in a specialized buffer.
10057 9948
10058;;;*** 9949;;;***
10059 9950
10060;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20709 9951;;;### (autoloads nil "ewoc" "emacs-lisp/ewoc.el" (20709 26818 907104
10061;;;;;; 26818 907104 0)) 9952;;;;;; 0))
10062;;; Generated autoloads from emacs-lisp/ewoc.el 9953;;; Generated autoloads from emacs-lisp/ewoc.el
10063 9954
10064(autoload 'ewoc-create "ewoc" "\ 9955(autoload 'ewoc-create "ewoc" "\
@@ -10084,10 +9975,30 @@ fourth arg NOSEP non-nil inhibits this.
10084 9975
10085;;;*** 9976;;;***
10086 9977
10087;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 9978;;;### (autoloads nil "eww" "net/eww.el" (20941 25255 50698 0))
10088;;;;;; executable-self-display executable-set-magic executable-interpret 9979;;; Generated autoloads from net/eww.el
10089;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 9980
10090;;;;;; (20709 26818 907104 0)) 9981(autoload 'eww "eww" "\
9982Fetch URL and render the page.
9983If the input doesn't look like an URL or a domain name, the
9984word(s) will be searched for via `eww-search-prefix'.
9985
9986\(fn URL)" t nil)
9987
9988(autoload 'eww-open-file "eww" "\
9989Render a file using EWW.
9990
9991\(fn FILE)" t nil)
9992
9993(autoload 'eww-browse-url "eww" "\
9994
9995
9996\(fn URL &optional NEW-WINDOW)" nil nil)
9997
9998;;;***
9999
10000;;;### (autoloads nil "executable" "progmodes/executable.el" (20709
10001;;;;;; 26818 907104 0))
10091;;; Generated autoloads from progmodes/executable.el 10002;;; Generated autoloads from progmodes/executable.el
10092 10003
10093(autoload 'executable-command-find-posix-p "executable" "\ 10004(autoload 'executable-command-find-posix-p "executable" "\
@@ -10128,9 +10039,7 @@ file modes.
10128 10039
10129;;;*** 10040;;;***
10130 10041
10131;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 10042;;;### (autoloads nil "expand" "expand.el" (20709 26818 907104 0))
10132;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
10133;;;;;; (20709 26818 907104 0))
10134;;; Generated autoloads from expand.el 10043;;; Generated autoloads from expand.el
10135 10044
10136(autoload 'expand-add-abbrevs "expand" "\ 10045(autoload 'expand-add-abbrevs "expand" "\
@@ -10179,8 +10088,8 @@ This is used only in conjunction with `expand-add-abbrevs'.
10179 10088
10180;;;*** 10089;;;***
10181 10090
10182;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20886 939 10091;;;### (autoloads nil "f90" "progmodes/f90.el" (20886 939 575794
10183;;;;;; 575794 0)) 10092;;;;;; 0))
10184;;; Generated autoloads from progmodes/f90.el 10093;;; Generated autoloads from progmodes/f90.el
10185 10094
10186(autoload 'f90-mode "f90" "\ 10095(autoload 'f90-mode "f90" "\
@@ -10247,11 +10156,8 @@ with no args, if that value is non-nil.
10247 10156
10248;;;*** 10157;;;***
10249 10158
10250;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set 10159;;;### (autoloads nil "face-remap" "face-remap.el" (20928 40842 890989
10251;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase 10160;;;;;; 0))
10252;;;;;; text-scale-set face-remap-set-base face-remap-reset-base
10253;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20841
10254;;;;;; 12463 538770 0))
10255;;; Generated autoloads from face-remap.el 10161;;; Generated autoloads from face-remap.el
10256 10162
10257(autoload 'face-remap-add-relative "face-remap" "\ 10163(autoload 'face-remap-add-relative "face-remap" "\
@@ -10394,9 +10300,9 @@ one face is listed, that specifies an aggregate face, like in a
10394`face' text property. 10300`face' text property.
10395 10301
10396If `buffer-face-mode' is already enabled, and is currently using 10302If `buffer-face-mode' is already enabled, and is currently using
10397the face specs SPECS, then it is disabled; if buffer-face-mode is 10303the face specs SPECS, then it is disabled; if `buffer-face-mode'
10398disabled, or is enabled and currently displaying some other face, 10304is disabled, or is enabled and currently displaying some other
10399then is left enabled, but the face changed to reflect SPECS. 10305face, then is left enabled, but the face changed to reflect SPECS.
10400 10306
10401This function will make the variable `buffer-face-mode-face' 10307This function will make the variable `buffer-face-mode-face'
10402buffer local, and set it to SPECS. 10308buffer local, and set it to SPECS.
@@ -10412,12 +10318,10 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
10412 10318
10413;;;*** 10319;;;***
10414 10320
10415;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 10321;;;### (autoloads nil "feedmail" "mail/feedmail.el" (20891 18859
10416;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
10417;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20891 18859
10418;;;;;; 893295 0)) 10322;;;;;; 893295 0))
10419;;; Generated autoloads from mail/feedmail.el 10323;;; Generated autoloads from mail/feedmail.el
10420 10324(push (purecopy (quote (feedmail 11))) package--builtin-versions)
10421(autoload 'feedmail-send-it "feedmail" "\ 10325(autoload 'feedmail-send-it "feedmail" "\
10422Send the current mail buffer using the Feedmail package. 10326Send the current mail buffer using the Feedmail package.
10423This is a suitable value for `send-mail-function'. It can be used 10327This is a suitable value for `send-mail-function'. It can be used
@@ -10468,9 +10372,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10468 10372
10469;;;*** 10373;;;***
10470 10374
10471;;;### (autoloads (ffap-bindings ffap-guess-file-name-at-point dired-at-point 10375;;;### (autoloads nil "ffap" "ffap.el" (20752 26669 524456 0))
10472;;;;;; ffap-at-mouse ffap-menu find-file-at-point ffap-next) "ffap"
10473;;;;;; "ffap.el" (20752 26669 524456 0))
10474;;; Generated autoloads from ffap.el 10376;;; Generated autoloads from ffap.el
10475 10377
10476(autoload 'ffap-next "ffap" "\ 10378(autoload 'ffap-next "ffap" "\
@@ -10533,10 +10435,8 @@ Evaluate the forms in variable `ffap-bindings'.
10533 10435
10534;;;*** 10436;;;***
10535 10437
10536;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 10438;;;### (autoloads nil "filecache" "filecache.el" (20709 26818 907104
10537;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 10439;;;;;; 0))
10538;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
10539;;;;;; "filecache" "filecache.el" (20709 26818 907104 0))
10540;;; Generated autoloads from filecache.el 10440;;; Generated autoloads from filecache.el
10541 10441
10542(autoload 'file-cache-add-directory "filecache" "\ 10442(autoload 'file-cache-add-directory "filecache" "\
@@ -10593,12 +10493,8 @@ the name is considered already unique; only the second substitution
10593 10493
10594;;;*** 10494;;;***
10595 10495
10596;;;### (autoloads (copy-dir-locals-to-file-locals-prop-line copy-dir-locals-to-file-locals 10496;;;### (autoloads nil "files-x" "files-x.el" (20938 49065 383398
10597;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable 10497;;;;;; 0))
10598;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
10599;;;;;; add-file-local-variable-prop-line delete-file-local-variable
10600;;;;;; add-file-local-variable) "files-x" "files-x.el" (20709 26818
10601;;;;;; 907104 0))
10602;;; Generated autoloads from files-x.el 10498;;; Generated autoloads from files-x.el
10603 10499
10604(autoload 'add-file-local-variable "files-x" "\ 10500(autoload 'add-file-local-variable "files-x" "\
@@ -10612,12 +10508,12 @@ If there is no Local Variables list in the current file buffer
10612then this function adds the first line containing the string 10508then this function adds the first line containing the string
10613`Local Variables:' and the last line containing the string `End:'. 10509`Local Variables:' and the last line containing the string `End:'.
10614 10510
10615\(fn VARIABLE VALUE)" t nil) 10511\(fn VARIABLE VALUE &optional INTERACTIVE)" t nil)
10616 10512
10617(autoload 'delete-file-local-variable "files-x" "\ 10513(autoload 'delete-file-local-variable "files-x" "\
10618Delete all settings of file-local VARIABLE from the Local Variables list. 10514Delete all settings of file-local VARIABLE from the Local Variables list.
10619 10515
10620\(fn VARIABLE)" t nil) 10516\(fn VARIABLE &optional INTERACTIVE)" t nil)
10621 10517
10622(autoload 'add-file-local-variable-prop-line "files-x" "\ 10518(autoload 'add-file-local-variable-prop-line "files-x" "\
10623Add file-local VARIABLE with its VALUE to the -*- line. 10519Add file-local VARIABLE with its VALUE to the -*- line.
@@ -10629,12 +10525,12 @@ the -*- line.
10629If there is no -*- line at the beginning of the current file buffer 10525If there is no -*- line at the beginning of the current file buffer
10630then this function adds it. 10526then this function adds it.
10631 10527
10632\(fn VARIABLE VALUE)" t nil) 10528\(fn VARIABLE VALUE &optional INTERACTIVE)" t nil)
10633 10529
10634(autoload 'delete-file-local-variable-prop-line "files-x" "\ 10530(autoload 'delete-file-local-variable-prop-line "files-x" "\
10635Delete all settings of file-local VARIABLE from the -*- line. 10531Delete all settings of file-local VARIABLE from the -*- line.
10636 10532
10637\(fn VARIABLE)" t nil) 10533\(fn VARIABLE &optional INTERACTIVE)" t nil)
10638 10534
10639(autoload 'add-dir-local-variable "files-x" "\ 10535(autoload 'add-dir-local-variable "files-x" "\
10640Add directory-local VARIABLE with its VALUE and MODE to .dir-locals.el. 10536Add directory-local VARIABLE with its VALUE and MODE to .dir-locals.el.
@@ -10663,8 +10559,8 @@ Copy directory-local variables to the -*- line.
10663 10559
10664;;;*** 10560;;;***
10665 10561
10666;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20791 10562;;;### (autoloads nil "filesets" "filesets.el" (20791 9657 561026
10667;;;;;; 9657 561026 0)) 10563;;;;;; 0))
10668;;; Generated autoloads from filesets.el 10564;;; Generated autoloads from filesets.el
10669 10565
10670(autoload 'filesets-init "filesets" "\ 10566(autoload 'filesets-init "filesets" "\
@@ -10675,10 +10571,10 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10675 10571
10676;;;*** 10572;;;***
10677 10573
10678;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (20709 26818 10574;;;### (autoloads nil "find-cmd" "find-cmd.el" (20709 26818 907104
10679;;;;;; 907104 0)) 10575;;;;;; 0))
10680;;; Generated autoloads from find-cmd.el 10576;;; Generated autoloads from find-cmd.el
10681 10577(push (purecopy (quote (find-cmd 0 6))) package--builtin-versions)
10682(autoload 'find-cmd "find-cmd" "\ 10578(autoload 'find-cmd "find-cmd" "\
10683Initiate the building of a find command. 10579Initiate the building of a find command.
10684For example: 10580For example:
@@ -10695,8 +10591,8 @@ result is a string that should be ready for the command line.
10695 10591
10696;;;*** 10592;;;***
10697 10593
10698;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired" 10594;;;### (autoloads nil "find-dired" "find-dired.el" (20763 30266 231060
10699;;;;;; "find-dired.el" (20763 30266 231060 0)) 10595;;;;;; 0))
10700;;; Generated autoloads from find-dired.el 10596;;; Generated autoloads from find-dired.el
10701 10597
10702(autoload 'find-dired "find-dired" "\ 10598(autoload 'find-dired "find-dired" "\
@@ -10734,9 +10630,8 @@ use in place of \"-ls\" as the final argument.
10734 10630
10735;;;*** 10631;;;***
10736 10632
10737;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10633;;;### (autoloads nil "find-file" "find-file.el" (20872 54440 171355
10738;;;;;; ff-find-other-file ff-get-other-file ff-special-constructs) 10634;;;;;; 0))
10739;;;;;; "find-file" "find-file.el" (20872 54440 171355 0))
10740;;; Generated autoloads from find-file.el 10635;;; Generated autoloads from find-file.el
10741 10636
10742(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10637(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10826,13 +10721,8 @@ Visit the file you click on in another window.
10826 10721
10827;;;*** 10722;;;***
10828 10723
10829;;;### (autoloads (find-function-setup-keys find-variable-at-point 10724;;;### (autoloads nil "find-func" "emacs-lisp/find-func.el" (20709
10830;;;;;; find-function-at-point find-function-on-key find-face-definition 10725;;;;;; 26818 907104 0))
10831;;;;;; find-definition-noselect find-variable-other-frame find-variable-other-window
10832;;;;;; find-variable find-variable-noselect find-function-other-frame
10833;;;;;; find-function-other-window find-function find-function-noselect
10834;;;;;; find-function-search-for-symbol find-library) "find-func"
10835;;;;;; "emacs-lisp/find-func.el" (20709 26818 907104 0))
10836;;; Generated autoloads from emacs-lisp/find-func.el 10726;;; Generated autoloads from emacs-lisp/find-func.el
10837 10727
10838(autoload 'find-library "find-func" "\ 10728(autoload 'find-library "find-func" "\
@@ -10990,9 +10880,8 @@ Define some key bindings for the find-function family of functions.
10990 10880
10991;;;*** 10881;;;***
10992 10882
10993;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 10883;;;### (autoloads nil "find-lisp" "find-lisp.el" (20709 26818 907104
10994;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (20709 26818 10884;;;;;; 0))
10995;;;;;; 907104 0))
10996;;; Generated autoloads from find-lisp.el 10885;;; Generated autoloads from find-lisp.el
10997 10886
10998(autoload 'find-lisp-find-dired "find-lisp" "\ 10887(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -11012,10 +10901,9 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
11012 10901
11013;;;*** 10902;;;***
11014 10903
11015;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 10904;;;### (autoloads nil "finder" "finder.el" (20925 37032 237257 0))
11016;;;;;; "finder" "finder.el" (20709 26818 907104 0))
11017;;; Generated autoloads from finder.el 10905;;; Generated autoloads from finder.el
11018 10906(push (purecopy (quote (finder 1 0))) package--builtin-versions)
11019(autoload 'finder-list-keywords "finder" "\ 10907(autoload 'finder-list-keywords "finder" "\
11020Display descriptions of the keywords in the Finder buffer. 10908Display descriptions of the keywords in the Finder buffer.
11021 10909
@@ -11034,8 +10922,8 @@ Find packages matching a given keyword.
11034 10922
11035;;;*** 10923;;;***
11036 10924
11037;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 10925;;;### (autoloads nil "flow-ctrl" "flow-ctrl.el" (20709 26818 907104
11038;;;;;; "flow-ctrl.el" (20709 26818 907104 0)) 10926;;;;;; 0))
11039;;; Generated autoloads from flow-ctrl.el 10927;;; Generated autoloads from flow-ctrl.el
11040 10928
11041(autoload 'enable-flow-control "flow-ctrl" "\ 10929(autoload 'enable-flow-control "flow-ctrl" "\
@@ -11056,8 +10944,8 @@ to get the effect of a C-q.
11056 10944
11057;;;*** 10945;;;***
11058 10946
11059;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 10947;;;### (autoloads nil "flow-fill" "gnus/flow-fill.el" (20709 26818
11060;;;;;; (20709 26818 907104 0)) 10948;;;;;; 907104 0))
11061;;; Generated autoloads from gnus/flow-fill.el 10949;;; Generated autoloads from gnus/flow-fill.el
11062 10950
11063(autoload 'fill-flowed-encode "flow-fill" "\ 10951(autoload 'fill-flowed-encode "flow-fill" "\
@@ -11072,11 +10960,10 @@ to get the effect of a C-q.
11072 10960
11073;;;*** 10961;;;***
11074 10962
11075;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on 10963;;;### (autoloads nil "flymake" "progmodes/flymake.el" (20932 61699
11076;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (20896 36774 10964;;;;;; 522706 0))
11077;;;;;; 886399 0))
11078;;; Generated autoloads from progmodes/flymake.el 10965;;; Generated autoloads from progmodes/flymake.el
11079 10966(push (purecopy (quote (flymake 0 3))) package--builtin-versions)
11080(autoload 'flymake-mode "flymake" "\ 10967(autoload 'flymake-mode "flymake" "\
11081Toggle on-the-fly syntax checking. 10968Toggle on-the-fly syntax checking.
11082With a prefix argument ARG, enable the mode if ARG is positive, 10969With a prefix argument ARG, enable the mode if ARG is positive,
@@ -11102,9 +10989,8 @@ Turn flymake mode off.
11102 10989
11103;;;*** 10990;;;***
11104 10991
11105;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 10992;;;### (autoloads nil "flyspell" "textmodes/flyspell.el" (20847 51240
11106;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 10993;;;;;; 240216 0))
11107;;;;;; "flyspell" "textmodes/flyspell.el" (20847 51240 240216 0))
11108;;; Generated autoloads from textmodes/flyspell.el 10994;;; Generated autoloads from textmodes/flyspell.el
11109 10995
11110(autoload 'flyspell-prog-mode "flyspell" "\ 10996(autoload 'flyspell-prog-mode "flyspell" "\
@@ -11174,9 +11060,13 @@ Flyspell whole buffer.
11174 11060
11175;;;*** 11061;;;***
11176 11062
11177;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 11063;;;### (autoloads nil "foldout" "foldout.el" (20709 26818 907104
11178;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 11064;;;;;; 0))
11179;;;;;; (20709 26818 907104 0)) 11065;;; Generated autoloads from foldout.el
11066(push (purecopy (quote (foldout 1 10))) package--builtin-versions)
11067;;;***
11068
11069;;;### (autoloads nil "follow" "follow.el" (20709 26818 907104 0))
11180;;; Generated autoloads from follow.el 11070;;; Generated autoloads from follow.el
11181 11071
11182(autoload 'turn-on-follow-mode "follow" "\ 11072(autoload 'turn-on-follow-mode "follow" "\
@@ -11244,10 +11134,10 @@ selected if the original window is the first one in the frame.
11244 11134
11245;;;*** 11135;;;***
11246 11136
11247;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20709 11137;;;### (autoloads nil "footnote" "mail/footnote.el" (20709 26818
11248;;;;;; 26818 907104 0)) 11138;;;;;; 907104 0))
11249;;; Generated autoloads from mail/footnote.el 11139;;; Generated autoloads from mail/footnote.el
11250 11140(push (purecopy (quote (footnote 0 19))) package--builtin-versions)
11251(autoload 'footnote-mode "footnote" "\ 11141(autoload 'footnote-mode "footnote" "\
11252Toggle Footnote mode. 11142Toggle Footnote mode.
11253With a prefix argument ARG, enable Footnote mode if ARG is 11143With a prefix argument ARG, enable Footnote mode if ARG is
@@ -11263,8 +11153,7 @@ play around with the following keys:
11263 11153
11264;;;*** 11154;;;***
11265 11155
11266;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 11156;;;### (autoloads nil "forms" "forms.el" (20709 26818 907104 0))
11267;;;;;; "forms" "forms.el" (20709 26818 907104 0))
11268;;; Generated autoloads from forms.el 11157;;; Generated autoloads from forms.el
11269 11158
11270(autoload 'forms-mode "forms" "\ 11159(autoload 'forms-mode "forms" "\
@@ -11300,8 +11189,8 @@ Visit a file in Forms mode in other window.
11300 11189
11301;;;*** 11190;;;***
11302 11191
11303;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" 11192;;;### (autoloads nil "fortran" "progmodes/fortran.el" (20709 26818
11304;;;;;; (20709 26818 907104 0)) 11193;;;;;; 907104 0))
11305;;; Generated autoloads from progmodes/fortran.el 11194;;; Generated autoloads from progmodes/fortran.el
11306 11195
11307(autoload 'fortran-mode "fortran" "\ 11196(autoload 'fortran-mode "fortran" "\
@@ -11378,9 +11267,8 @@ with no args, if that value is non-nil.
11378 11267
11379;;;*** 11268;;;***
11380 11269
11381;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 11270;;;### (autoloads nil "fortune" "play/fortune.el" (20765 36517 595445
11382;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20765 36517 11271;;;;;; 191000))
11383;;;;;; 595445 191000))
11384;;; Generated autoloads from play/fortune.el 11272;;; Generated autoloads from play/fortune.el
11385 11273
11386(autoload 'fortune-add-fortune "fortune" "\ 11274(autoload 'fortune-add-fortune "fortune" "\
@@ -11428,8 +11316,14 @@ and choose the directory as the fortune-file.
11428 11316
11429;;;*** 11317;;;***
11430 11318
11431;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" 11319;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (20752 26925
11432;;;;;; (20903 57728 956434 133000)) 11320;;;;;; 124734 677000))
11321;;; Generated autoloads from play/gamegrid.el
11322(push (purecopy (quote (gamegrid 1 2))) package--builtin-versions)
11323;;;***
11324
11325;;;### (autoloads nil "gdb-mi" "progmodes/gdb-mi.el" (20932 61687
11326;;;;;; 205708 148000))
11433;;; Generated autoloads from progmodes/gdb-mi.el 11327;;; Generated autoloads from progmodes/gdb-mi.el
11434 11328
11435(defvar gdb-enable-debug nil "\ 11329(defvar gdb-enable-debug nil "\
@@ -11506,9 +11400,8 @@ detailed description of this mode.
11506 11400
11507;;;*** 11401;;;***
11508 11402
11509;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 11403;;;### (autoloads nil "generic" "emacs-lisp/generic.el" (20928 13222
11510;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20709 11404;;;;;; 500272 0))
11511;;;;;; 26818 907104 0))
11512;;; Generated autoloads from emacs-lisp/generic.el 11405;;; Generated autoloads from emacs-lisp/generic.el
11513 11406
11514(defvar generic-mode-list nil "\ 11407(defvar generic-mode-list nil "\
@@ -11584,10 +11477,12 @@ regular expression that can be used as an element of
11584 11477
11585\(fn KEYWORD-LIST FACE &optional PREFIX SUFFIX)" nil nil) 11478\(fn KEYWORD-LIST FACE &optional PREFIX SUFFIX)" nil nil)
11586 11479
11480(make-obsolete 'generic-make-keywords-list 'regexp-opt '"24.4")
11481
11587;;;*** 11482;;;***
11588 11483
11589;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 11484;;;### (autoloads nil "glasses" "progmodes/glasses.el" (20709 26818
11590;;;;;; (20709 26818 907104 0)) 11485;;;;;; 907104 0))
11591;;; Generated autoloads from progmodes/glasses.el 11486;;; Generated autoloads from progmodes/glasses.el
11592 11487
11593(autoload 'glasses-mode "glasses" "\ 11488(autoload 'glasses-mode "glasses" "\
@@ -11601,9 +11496,8 @@ add virtual separators (like underscores) at places they belong to.
11601 11496
11602;;;*** 11497;;;***
11603 11498
11604;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 11499;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (20709 26818
11605;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" 11500;;;;;; 907104 0))
11606;;;;;; (20709 26818 907104 0))
11607;;; Generated autoloads from gnus/gmm-utils.el 11501;;; Generated autoloads from gnus/gmm-utils.el
11608 11502
11609(autoload 'gmm-regexp-concat "gmm-utils" "\ 11503(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -11657,11 +11551,9 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11657 11551
11658;;;*** 11552;;;***
11659 11553
11660;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11554;;;### (autoloads nil "gnus" "gnus/gnus.el" (20901 54695 989166 0))
11661;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20901 54695
11662;;;;;; 989166 0))
11663;;; Generated autoloads from gnus/gnus.el 11555;;; Generated autoloads from gnus/gnus.el
11664(when (fboundp 'custom-autoload) 11556(push (purecopy (quote (gnus 5 13))) package--builtin-versions)(when (fboundp 'custom-autoload)
11665 (custom-autoload 'gnus-select-method "gnus")) 11557 (custom-autoload 'gnus-select-method "gnus"))
11666 11558
11667(autoload 'gnus-slave-no-server "gnus" "\ 11559(autoload 'gnus-slave-no-server "gnus" "\
@@ -11708,12 +11600,8 @@ prompt the user for the name of an NNTP server to use.
11708 11600
11709;;;*** 11601;;;***
11710 11602
11711;;;### (autoloads (gnus-agent-regenerate gnus-agent-batch gnus-agent-batch-fetch 11603;;;### (autoloads nil "gnus-agent" "gnus/gnus-agent.el" (20709 26818
11712;;;;;; gnus-agent-find-parameter gnus-agent-possibly-alter-active 11604;;;;;; 907104 0))
11713;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11714;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11715;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11716;;;;;; "gnus/gnus-agent.el" (20709 26818 907104 0))
11717;;; Generated autoloads from gnus/gnus-agent.el 11605;;; Generated autoloads from gnus/gnus-agent.el
11718 11606
11719(autoload 'gnus-unplugged "gnus-agent" "\ 11607(autoload 'gnus-unplugged "gnus-agent" "\
@@ -11803,8 +11691,8 @@ If CLEAN, obsolete (ignore).
11803 11691
11804;;;*** 11692;;;***
11805 11693
11806;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11694;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (20941 25255
11807;;;;;; (20874 65006 176325 548000)) 11695;;;;;; 50698 0))
11808;;; Generated autoloads from gnus/gnus-art.el 11696;;; Generated autoloads from gnus/gnus-art.el
11809 11697
11810(autoload 'gnus-article-prepare-display "gnus-art" "\ 11698(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -11814,9 +11702,8 @@ Make the current buffer look like a nice article.
11814 11702
11815;;;*** 11703;;;***
11816 11704
11817;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) 11705;;;### (autoloads nil "gnus-bookmark" "gnus/gnus-bookmark.el" (20709
11818;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (20709 26818 907104 11706;;;;;; 26818 907104 0))
11819;;;;;; 0))
11820;;; Generated autoloads from gnus/gnus-bookmark.el 11707;;; Generated autoloads from gnus/gnus-bookmark.el
11821 11708
11822(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 11709(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -11839,10 +11726,8 @@ deletion, or > if it is flagged for displaying.
11839 11726
11840;;;*** 11727;;;***
11841 11728
11842;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11729;;;### (autoloads nil "gnus-cache" "gnus/gnus-cache.el" (20709 26818
11843;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11730;;;;;; 907104 0))
11844;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (20709
11845;;;;;; 26818 907104 0))
11846;;; Generated autoloads from gnus/gnus-cache.el 11731;;; Generated autoloads from gnus/gnus-cache.el
11847 11732
11848(autoload 'gnus-jog-cache "gnus-cache" "\ 11733(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -11883,8 +11768,8 @@ supported.
11883 11768
11884;;;*** 11769;;;***
11885 11770
11886;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11771;;;### (autoloads nil "gnus-delay" "gnus/gnus-delay.el" (20791 9657
11887;;;;;; "gnus-delay" "gnus/gnus-delay.el" (20791 9657 561026 0)) 11772;;;;;; 561026 0))
11888;;; Generated autoloads from gnus/gnus-delay.el 11773;;; Generated autoloads from gnus/gnus-delay.el
11889 11774
11890(autoload 'gnus-delay-article "gnus-delay" "\ 11775(autoload 'gnus-delay-article "gnus-delay" "\
@@ -11919,8 +11804,8 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11919 11804
11920;;;*** 11805;;;***
11921 11806
11922;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 11807;;;### (autoloads nil "gnus-diary" "gnus/gnus-diary.el" (20709 26818
11923;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20709 26818 907104 0)) 11808;;;;;; 907104 0))
11924;;; Generated autoloads from gnus/gnus-diary.el 11809;;; Generated autoloads from gnus/gnus-diary.el
11925 11810
11926(autoload 'gnus-user-format-function-d "gnus-diary" "\ 11811(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -11935,8 +11820,8 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11935 11820
11936;;;*** 11821;;;***
11937 11822
11938;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11823;;;### (autoloads nil "gnus-dired" "gnus/gnus-dired.el" (20709 26818
11939;;;;;; (20709 26818 907104 0)) 11824;;;;;; 907104 0))
11940;;; Generated autoloads from gnus/gnus-dired.el 11825;;; Generated autoloads from gnus/gnus-dired.el
11941 11826
11942(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 11827(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -11946,8 +11831,8 @@ Convenience method to turn on gnus-dired-mode.
11946 11831
11947;;;*** 11832;;;***
11948 11833
11949;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 11834;;;### (autoloads nil "gnus-draft" "gnus/gnus-draft.el" (20709 26818
11950;;;;;; (20709 26818 907104 0)) 11835;;;;;; 907104 0))
11951;;; Generated autoloads from gnus/gnus-draft.el 11836;;; Generated autoloads from gnus/gnus-draft.el
11952 11837
11953(autoload 'gnus-draft-reminder "gnus-draft" "\ 11838(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -11957,10 +11842,8 @@ Reminder user if there are unsent drafts.
11957 11842
11958;;;*** 11843;;;***
11959 11844
11960;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 11845;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (20709 26818
11961;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 11846;;;;;; 907104 0))
11962;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20709
11963;;;;;; 26818 907104 0))
11964;;; Generated autoloads from gnus/gnus-fun.el 11847;;; Generated autoloads from gnus/gnus-fun.el
11965 11848
11966(autoload 'gnus-random-x-face "gnus-fun" "\ 11849(autoload 'gnus-random-x-face "gnus-fun" "\
@@ -12004,9 +11887,8 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
12004 11887
12005;;;*** 11888;;;***
12006 11889
12007;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar) 11890;;;### (autoloads nil "gnus-gravatar" "gnus/gnus-gravatar.el" (20874
12008;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (20874 65006 176325 11891;;;;;; 65006 176325 548000))
12009;;;;;; 548000))
12010;;; Generated autoloads from gnus/gnus-gravatar.el 11892;;; Generated autoloads from gnus/gnus-gravatar.el
12011 11893
12012(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ 11894(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\
@@ -12023,8 +11905,8 @@ If gravatars are already displayed, remove them.
12023 11905
12024;;;*** 11906;;;***
12025 11907
12026;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 11908;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (20929 34089
12027;;;;;; "gnus-group" "gnus/gnus-group.el" (20901 54695 989166 0)) 11909;;;;;; 117790 0))
12028;;; Generated autoloads from gnus/gnus-group.el 11910;;; Generated autoloads from gnus/gnus-group.el
12029 11911
12030(autoload 'gnus-fetch-group "gnus-group" "\ 11912(autoload 'gnus-fetch-group "gnus-group" "\
@@ -12041,8 +11923,8 @@ Pop up a frame and enter GROUP.
12041 11923
12042;;;*** 11924;;;***
12043 11925
12044;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html" 11926;;;### (autoloads nil "gnus-html" "gnus/gnus-html.el" (20874 65006
12045;;;;;; "gnus/gnus-html.el" (20874 65006 672942 217000)) 11927;;;;;; 672942 217000))
12046;;; Generated autoloads from gnus/gnus-html.el 11928;;; Generated autoloads from gnus/gnus-html.el
12047 11929
12048(autoload 'gnus-article-html "gnus-html" "\ 11930(autoload 'gnus-article-html "gnus-html" "\
@@ -12057,8 +11939,8 @@ Pop up a frame and enter GROUP.
12057 11939
12058;;;*** 11940;;;***
12059 11941
12060;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 11942;;;### (autoloads nil "gnus-kill" "gnus/gnus-kill.el" (20709 26818
12061;;;;;; (20709 26818 907104 0)) 11943;;;;;; 907104 0))
12062;;; Generated autoloads from gnus/gnus-kill.el 11944;;; Generated autoloads from gnus/gnus-kill.el
12063 11945
12064(defalias 'gnus-batch-kill 'gnus-batch-score) 11946(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -12071,9 +11953,8 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12071 11953
12072;;;*** 11954;;;***
12073 11955
12074;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 11956;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (20709 26818 907104
12075;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 11957;;;;;; 0))
12076;;;;;; (20709 26818 907104 0))
12077;;; Generated autoloads from gnus/gnus-ml.el 11958;;; Generated autoloads from gnus/gnus-ml.el
12078 11959
12079(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 11960(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -12096,9 +11977,8 @@ Minor mode for providing mailing-list commands.
12096 11977
12097;;;*** 11978;;;***
12098 11979
12099;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 11980;;;### (autoloads nil "gnus-mlspl" "gnus/gnus-mlspl.el" (20709 26818
12100;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 11981;;;;;; 907104 0))
12101;;;;;; (20709 26818 907104 0))
12102;;; Generated autoloads from gnus/gnus-mlspl.el 11982;;; Generated autoloads from gnus/gnus-mlspl.el
12103 11983
12104(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 11984(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -12198,8 +12078,8 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12198 12078
12199;;;*** 12079;;;***
12200 12080
12201;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 12081;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (20858 21542
12202;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20858 21542 723007 0)) 12082;;;;;; 723007 0))
12203;;; Generated autoloads from gnus/gnus-msg.el 12083;;; Generated autoloads from gnus/gnus-msg.el
12204 12084
12205(autoload 'gnus-msg-mail "gnus-msg" "\ 12085(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -12225,7 +12105,7 @@ Like `message-reply'.
12225 12105
12226;;;*** 12106;;;***
12227 12107
12228;;;### (autoloads (gnus-notifications) "gnus-notifications" "gnus/gnus-notifications.el" 12108;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el"
12229;;;;;; (20886 939 575794 0)) 12109;;;;;; (20886 939 575794 0))
12230;;; Generated autoloads from gnus/gnus-notifications.el 12110;;; Generated autoloads from gnus/gnus-notifications.el
12231 12111
@@ -12242,9 +12122,8 @@ This is typically a function to add in
12242 12122
12243;;;*** 12123;;;***
12244 12124
12245;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 12125;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (20874 65006
12246;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 12126;;;;;; 672942 217000))
12247;;;;;; (20874 65006 672942 217000))
12248;;; Generated autoloads from gnus/gnus-picon.el 12127;;; Generated autoloads from gnus/gnus-picon.el
12249 12128
12250(autoload 'gnus-treat-from-picon "gnus-picon" "\ 12129(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -12267,11 +12146,8 @@ If picons are already displayed, remove them.
12267 12146
12268;;;*** 12147;;;***
12269 12148
12270;;;### (autoloads (gnus-add-to-sorted-list gnus-sorted-nunion gnus-sorted-union 12149;;;### (autoloads nil "gnus-range" "gnus/gnus-range.el" (20709 26818
12271;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 12150;;;;;; 907104 0))
12272;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
12273;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
12274;;;;;; "gnus/gnus-range.el" (20709 26818 907104 0))
12275;;; Generated autoloads from gnus/gnus-range.el 12151;;; Generated autoloads from gnus/gnus-range.el
12276 12152
12277(autoload 'gnus-sorted-difference "gnus-range" "\ 12153(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -12338,9 +12214,8 @@ Add NUM into sorted LIST by side effect.
12338 12214
12339;;;*** 12215;;;***
12340 12216
12341;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 12217;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (20779
12342;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20779 18487 859617 12218;;;;;; 18487 859617 0))
12343;;;;;; 0))
12344;;; Generated autoloads from gnus/gnus-registry.el 12219;;; Generated autoloads from gnus/gnus-registry.el
12345 12220
12346(autoload 'gnus-registry-initialize "gnus-registry" "\ 12221(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -12355,9 +12230,8 @@ Install the registry hooks.
12355 12230
12356;;;*** 12231;;;***
12357 12232
12358;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 12233;;;### (autoloads nil "gnus-sieve" "gnus/gnus-sieve.el" (20709 26818
12359;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (20709 12234;;;;;; 907104 0))
12360;;;;;; 26818 907104 0))
12361;;; Generated autoloads from gnus/gnus-sieve.el 12235;;; Generated autoloads from gnus/gnus-sieve.el
12362 12236
12363(autoload 'gnus-sieve-update "gnus-sieve" "\ 12237(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -12384,8 +12258,8 @@ See the documentation for these variables and functions for details.
12384 12258
12385;;;*** 12259;;;***
12386 12260
12387;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 12261;;;### (autoloads nil "gnus-spec" "gnus/gnus-spec.el" (20893 60586
12388;;;;;; (20893 60586 188550 0)) 12262;;;;;; 188550 0))
12389;;; Generated autoloads from gnus/gnus-spec.el 12263;;; Generated autoloads from gnus/gnus-spec.el
12390 12264
12391(autoload 'gnus-update-format "gnus-spec" "\ 12265(autoload 'gnus-update-format "gnus-spec" "\
@@ -12395,8 +12269,8 @@ Update the format specification near point.
12395 12269
12396;;;*** 12270;;;***
12397 12271
12398;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" 12272;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (20763 30266
12399;;;;;; (20763 30266 231060 0)) 12273;;;;;; 231060 0))
12400;;; Generated autoloads from gnus/gnus-start.el 12274;;; Generated autoloads from gnus/gnus-start.el
12401 12275
12402(autoload 'gnus-declare-backend "gnus-start" "\ 12276(autoload 'gnus-declare-backend "gnus-start" "\
@@ -12406,8 +12280,8 @@ Declare back end NAME with ABILITIES as a Gnus back end.
12406 12280
12407;;;*** 12281;;;***
12408 12282
12409;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" 12283;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (20901 54695
12410;;;;;; (20901 54695 989166 0)) 12284;;;;;; 989166 0))
12411;;; Generated autoloads from gnus/gnus-sum.el 12285;;; Generated autoloads from gnus/gnus-sum.el
12412 12286
12413(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ 12287(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
@@ -12418,8 +12292,8 @@ BOOKMARK is a bookmark name or a bookmark record.
12418 12292
12419;;;*** 12293;;;***
12420 12294
12421;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize) 12295;;;### (autoloads nil "gnus-sync" "gnus/gnus-sync.el" (20709 26818
12422;;;;;; "gnus-sync" "gnus/gnus-sync.el" (20709 26818 907104 0)) 12296;;;;;; 907104 0))
12423;;; Generated autoloads from gnus/gnus-sync.el 12297;;; Generated autoloads from gnus/gnus-sync.el
12424 12298
12425(autoload 'gnus-sync-initialize "gnus-sync" "\ 12299(autoload 'gnus-sync-initialize "gnus-sync" "\
@@ -12434,8 +12308,8 @@ Install the sync hooks.
12434 12308
12435;;;*** 12309;;;***
12436 12310
12437;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 12311;;;### (autoloads nil "gnus-win" "gnus/gnus-win.el" (20709 26818
12438;;;;;; (20709 26818 907104 0)) 12312;;;;;; 907104 0))
12439;;; Generated autoloads from gnus/gnus-win.el 12313;;; Generated autoloads from gnus/gnus-win.el
12440 12314
12441(autoload 'gnus-add-configuration "gnus-win" "\ 12315(autoload 'gnus-add-configuration "gnus-win" "\
@@ -12445,8 +12319,8 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12445 12319
12446;;;*** 12320;;;***
12447 12321
12448;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el" 12322;;;### (autoloads nil "gnutls" "net/gnutls.el" (20709 26818 907104
12449;;;;;; (20709 26818 907104 0)) 12323;;;;;; 0))
12450;;; Generated autoloads from net/gnutls.el 12324;;; Generated autoloads from net/gnutls.el
12451 12325
12452(defvar gnutls-min-prime-bits 256 "\ 12326(defvar gnutls-min-prime-bits 256 "\
@@ -12462,8 +12336,8 @@ A value of nil says to use the default GnuTLS value.")
12462 12336
12463;;;*** 12337;;;***
12464 12338
12465;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20709 26818 12339;;;### (autoloads nil "gomoku" "play/gomoku.el" (20709 26818 907104
12466;;;;;; 907104 0)) 12340;;;;;; 0))
12467;;; Generated autoloads from play/gomoku.el 12341;;; Generated autoloads from play/gomoku.el
12468 12342
12469(autoload 'gomoku "gomoku" "\ 12343(autoload 'gomoku "gomoku" "\
@@ -12489,9 +12363,8 @@ Use \\[describe-mode] for more info.
12489 12363
12490;;;*** 12364;;;***
12491 12365
12492;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address 12366;;;### (autoloads nil "goto-addr" "net/goto-addr.el" (20766 6456
12493;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20766 12367;;;;;; 368550 0))
12494;;;;;; 6456 368550 0))
12495;;; Generated autoloads from net/goto-addr.el 12368;;; Generated autoloads from net/goto-addr.el
12496 12369
12497(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 12370(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -12532,8 +12405,8 @@ Like `goto-address-mode', but only for comments and strings.
12532 12405
12533;;;*** 12406;;;***
12534 12407
12535;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve) 12408;;;### (autoloads nil "gravatar" "gnus/gravatar.el" (20901 54695
12536;;;;;; "gravatar" "gnus/gravatar.el" (20901 54695 989166 0)) 12409;;;;;; 989166 0))
12537;;; Generated autoloads from gnus/gravatar.el 12410;;; Generated autoloads from gnus/gravatar.el
12538 12411
12539(autoload 'gravatar-retrieve "gravatar" "\ 12412(autoload 'gravatar-retrieve "gravatar" "\
@@ -12549,10 +12422,8 @@ Retrieve MAIL-ADDRESS gravatar and returns it.
12549 12422
12550;;;*** 12423;;;***
12551 12424
12552;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults 12425;;;### (autoloads nil "grep" "progmodes/grep.el" (20896 36774 886399
12553;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 12426;;;;;; 0))
12554;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20896 36774
12555;;;;;; 886399 0))
12556;;; Generated autoloads from progmodes/grep.el 12427;;; Generated autoloads from progmodes/grep.el
12557 12428
12558(defvar grep-window-height nil "\ 12429(defvar grep-window-height nil "\
@@ -12715,8 +12586,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'.
12715 12586
12716;;;*** 12587;;;***
12717 12588
12718;;;### (autoloads (gs-load-image) "gs" "gs.el" (20709 26818 907104 12589;;;### (autoloads nil "gs" "gs.el" (20709 26818 907104 0))
12719;;;;;; 0))
12720;;; Generated autoloads from gs.el 12590;;; Generated autoloads from gs.el
12721 12591
12722(autoload 'gs-load-image "gs" "\ 12592(autoload 'gs-load-image "gs" "\
@@ -12729,9 +12599,8 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12729 12599
12730;;;*** 12600;;;***
12731 12601
12732;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb 12602;;;### (autoloads nil "gud" "progmodes/gud.el" (20895 15912 444844
12733;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20895 15912 12603;;;;;; 0))
12734;;;;;; 444844 0))
12735;;; Generated autoloads from progmodes/gud.el 12604;;; Generated autoloads from progmodes/gud.el
12736 12605
12737(autoload 'gud-gdb "gud" "\ 12606(autoload 'gud-gdb "gud" "\
@@ -12819,9 +12688,8 @@ it if ARG is omitted or nil.
12819 12688
12820;;;*** 12689;;;***
12821 12690
12822;;;### (autoloads (gv-ref setf gv-define-simple-setter gv-define-setter 12691;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (20709 26818 907104
12823;;;;;; gv--defun-declaration gv-define-expander gv-letplace gv-get) 12692;;;;;; 0))
12824;;;;;; "gv" "emacs-lisp/gv.el" (20709 26818 907104 0))
12825;;; Generated autoloads from emacs-lisp/gv.el 12693;;; Generated autoloads from emacs-lisp/gv.el
12826 12694
12827(autoload 'gv-get "gv" "\ 12695(autoload 'gv-get "gv" "\
@@ -12920,8 +12788,8 @@ This is like the `&' operator of the C language.
12920 12788
12921;;;*** 12789;;;***
12922 12790
12923;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (20791 12791;;;### (autoloads nil "handwrite" "play/handwrite.el" (20791 9657
12924;;;;;; 9657 561026 0)) 12792;;;;;; 561026 0))
12925;;; Generated autoloads from play/handwrite.el 12793;;; Generated autoloads from play/handwrite.el
12926 12794
12927(autoload 'handwrite "handwrite" "\ 12795(autoload 'handwrite "handwrite" "\
@@ -12938,8 +12806,8 @@ Variables: `handwrite-linespace' (default 12)
12938 12806
12939;;;*** 12807;;;***
12940 12808
12941;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 12809;;;### (autoloads nil "hanoi" "play/hanoi.el" (20478 3673 653810
12942;;;;;; (20478 3673 653810 0)) 12810;;;;;; 0))
12943;;; Generated autoloads from play/hanoi.el 12811;;; Generated autoloads from play/hanoi.el
12944 12812
12945(autoload 'hanoi "hanoi" "\ 12813(autoload 'hanoi "hanoi" "\
@@ -12966,9 +12834,8 @@ to be updated.
12966 12834
12967;;;*** 12835;;;***
12968 12836
12969;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment 12837;;;### (autoloads nil "hashcash" "mail/hashcash.el" (20709 26818
12970;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) 12838;;;;;; 907104 0))
12971;;;;;; "hashcash" "mail/hashcash.el" (20709 26818 907104 0))
12972;;; Generated autoloads from mail/hashcash.el 12839;;; Generated autoloads from mail/hashcash.el
12973 12840
12974(autoload 'hashcash-insert-payment "hashcash" "\ 12841(autoload 'hashcash-insert-payment "hashcash" "\
@@ -13010,11 +12877,8 @@ Prefix arg sets default accept amount temporarily.
13010 12877
13011;;;*** 12878;;;***
13012 12879
13013;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 12880;;;### (autoloads nil "help-at-pt" "help-at-pt.el" (20709 26818 907104
13014;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 12881;;;;;; 0))
13015;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
13016;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (20709 26818
13017;;;;;; 907104 0))
13018;;; Generated autoloads from help-at-pt.el 12882;;; Generated autoloads from help-at-pt.el
13019 12883
13020(autoload 'help-at-pt-string "help-at-pt" "\ 12884(autoload 'help-at-pt-string "help-at-pt" "\
@@ -13141,10 +13005,8 @@ different regions. With numeric argument ARG, behaves like
13141 13005
13142;;;*** 13006;;;***
13143 13007
13144;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories 13008;;;### (autoloads nil "help-fns" "help-fns.el" (20924 16196 967284
13145;;;;;; describe-syntax describe-variable variable-at-point describe-function-1 13009;;;;;; 0))
13146;;;;;; find-lisp-object-file-name help-C-file-name describe-function)
13147;;;;;; "help-fns" "help-fns.el" (20764 51137 83502 0))
13148;;; Generated autoloads from help-fns.el 13010;;; Generated autoloads from help-fns.el
13149 13011
13150(autoload 'describe-function "help-fns" "\ 13012(autoload 'describe-function "help-fns" "\
@@ -13223,8 +13085,8 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file.
13223 13085
13224;;;*** 13086;;;***
13225 13087
13226;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 13088;;;### (autoloads nil "help-macro" "help-macro.el" (20709 26818 907104
13227;;;;;; (20709 26818 907104 0)) 13089;;;;;; 0))
13228;;; Generated autoloads from help-macro.el 13090;;; Generated autoloads from help-macro.el
13229 13091
13230(defvar three-step-help nil "\ 13092(defvar three-step-help nil "\
@@ -13238,10 +13100,8 @@ gives the window that lists the options.")
13238 13100
13239;;;*** 13101;;;***
13240 13102
13241;;;### (autoloads (help-bookmark-jump help-xref-on-pp help-insert-xref-button 13103;;;### (autoloads nil "help-mode" "help-mode.el" (20920 19111 869400
13242;;;;;; help-xref-button help-make-xrefs help-buffer help-setup-xref 13104;;;;;; 0))
13243;;;;;; help-mode-finish help-mode-setup help-mode) "help-mode" "help-mode.el"
13244;;;;;; (20721 17977 14204 0))
13245;;; Generated autoloads from help-mode.el 13105;;; Generated autoloads from help-mode.el
13246 13106
13247(autoload 'help-mode "help-mode" "\ 13107(autoload 'help-mode "help-mode" "\
@@ -13340,8 +13200,8 @@ BOOKMARK is a bookmark name or a bookmark record.
13340 13200
13341;;;*** 13201;;;***
13342 13202
13343;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 13203;;;### (autoloads nil "helper" "emacs-lisp/helper.el" (20709 26818
13344;;;;;; "emacs-lisp/helper.el" (20709 26818 907104 0)) 13204;;;;;; 907104 0))
13345;;; Generated autoloads from emacs-lisp/helper.el 13205;;; Generated autoloads from emacs-lisp/helper.el
13346 13206
13347(autoload 'Helper-describe-bindings "helper" "\ 13207(autoload 'Helper-describe-bindings "helper" "\
@@ -13356,8 +13216,7 @@ Provide help for current mode.
13356 13216
13357;;;*** 13217;;;***
13358 13218
13359;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 13219;;;### (autoloads nil "hexl" "hexl.el" (20763 30266 231060 0))
13360;;;;;; "hexl.el" (20763 30266 231060 0))
13361;;; Generated autoloads from hexl.el 13220;;; Generated autoloads from hexl.el
13362 13221
13363(autoload 'hexl-mode "hexl" "\ 13222(autoload 'hexl-mode "hexl" "\
@@ -13451,10 +13310,8 @@ This discards the buffer's undo information.
13451 13310
13452;;;*** 13311;;;***
13453 13312
13454;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 13313;;;### (autoloads nil "hi-lock" "hi-lock.el" (20908 27948 216644
13455;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 13314;;;;;; 0))
13456;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
13457;;;;;; (20825 24233 991089 0))
13458;;; Generated autoloads from hi-lock.el 13315;;; Generated autoloads from hi-lock.el
13459 13316
13460(autoload 'hi-lock-mode "hi-lock" "\ 13317(autoload 'hi-lock-mode "hi-lock" "\
@@ -13488,6 +13345,10 @@ which can be called interactively, are:
13488\\[highlight-lines-matching-regexp] REGEXP FACE 13345\\[highlight-lines-matching-regexp] REGEXP FACE
13489 Highlight lines containing matches of REGEXP in current buffer with FACE. 13346 Highlight lines containing matches of REGEXP in current buffer with FACE.
13490 13347
13348\\[highlight-symbol-at-point]
13349 Highlight the symbol found near point without prompting, using the next
13350 available face automatically.
13351
13491\\[unhighlight-regexp] REGEXP 13352\\[unhighlight-regexp] REGEXP
13492 Remove highlighting on matches of REGEXP in current buffer. 13353 Remove highlighting on matches of REGEXP in current buffer.
13493 13354
@@ -13584,6 +13445,20 @@ highlighting will not update as you type.
13584 13445
13585\(fn REGEXP &optional FACE)" t nil) 13446\(fn REGEXP &optional FACE)" t nil)
13586 13447
13448(defalias 'highlight-symbol-at-point 'hi-lock-face-symbol-at-point)
13449
13450(autoload 'hi-lock-face-symbol-at-point "hi-lock" "\
13451Set face of each match of the symbol at point.
13452Use `find-tag-default-as-regexp' to retrieve the symbol at point.
13453Use non-nil `hi-lock-auto-select-face' to retrieve the next face
13454from `hi-lock-face-defaults' automatically.
13455
13456Use Font lock mode, if enabled, to highlight symbol at point.
13457Otherwise, use overlays for highlighting. If overlays are used,
13458the highlighting will not update as you type.
13459
13460\(fn)" t nil)
13461
13587(defalias 'unhighlight-regexp 'hi-lock-unface-buffer) 13462(defalias 'unhighlight-regexp 'hi-lock-unface-buffer)
13588 13463
13589(autoload 'hi-lock-unface-buffer "hi-lock" "\ 13464(autoload 'hi-lock-unface-buffer "hi-lock" "\
@@ -13606,8 +13481,8 @@ be found in variable `hi-lock-interactive-patterns'.
13606 13481
13607;;;*** 13482;;;***
13608 13483
13609;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" 13484;;;### (autoloads nil "hideif" "progmodes/hideif.el" (20709 26818
13610;;;;;; (20709 26818 907104 0)) 13485;;;;;; 907104 0))
13611;;; Generated autoloads from progmodes/hideif.el 13486;;; Generated autoloads from progmodes/hideif.el
13612 13487
13613(autoload 'hide-ifdef-mode "hideif" "\ 13488(autoload 'hide-ifdef-mode "hideif" "\
@@ -13650,8 +13525,8 @@ Several variables affect how the hiding is done:
13650 13525
13651;;;*** 13526;;;***
13652 13527
13653;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" 13528;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (20791 9657
13654;;;;;; (20791 9657 561026 0)) 13529;;;;;; 561026 0))
13655;;; Generated autoloads from progmodes/hideshow.el 13530;;; Generated autoloads from progmodes/hideshow.el
13656 13531
13657(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))) "\ 13532(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))) "\
@@ -13713,12 +13588,8 @@ Unconditionally turn off `hs-minor-mode'.
13713 13588
13714;;;*** 13589;;;***
13715 13590
13716;;;### (autoloads (global-highlight-changes-mode highlight-compare-with-file 13591;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (20709 26818 907104
13717;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 13592;;;;;; 0))
13718;;;;;; highlight-changes-previous-change highlight-changes-next-change
13719;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
13720;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20709
13721;;;;;; 26818 907104 0))
13722;;; Generated autoloads from hilit-chg.el 13593;;; Generated autoloads from hilit-chg.el
13723 13594
13724(autoload 'highlight-changes-mode "hilit-chg" "\ 13595(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -13849,10 +13720,10 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
13849 13720
13850;;;*** 13721;;;***
13851 13722
13852;;;### (autoloads (make-hippie-expand-function hippie-expand hippie-expand-try-functions-list) 13723;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (20709 26818 907104
13853;;;;;; "hippie-exp" "hippie-exp.el" (20709 26818 907104 0)) 13724;;;;;; 0))
13854;;; Generated autoloads from hippie-exp.el 13725;;; Generated autoloads from hippie-exp.el
13855 13726(push (purecopy (quote (hippie-exp 1 6))) package--builtin-versions)
13856(defvar hippie-expand-try-functions-list '(try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol) "\ 13727(defvar hippie-expand-try-functions-list '(try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol) "\
13857The list of expansion functions tried in order by `hippie-expand'. 13728The list of expansion functions tried in order by `hippie-expand'.
13858To change the behavior of `hippie-expand', remove, change the order of, 13729To change the behavior of `hippie-expand', remove, change the order of,
@@ -13881,8 +13752,8 @@ argument VERBOSE non-nil makes the function verbose.
13881 13752
13882;;;*** 13753;;;***
13883 13754
13884;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13755;;;### (autoloads nil "hl-line" "hl-line.el" (20709 26818 907104
13885;;;;;; (20709 26818 907104 0)) 13756;;;;;; 0))
13886;;; Generated autoloads from hl-line.el 13757;;; Generated autoloads from hl-line.el
13887 13758
13888(autoload 'hl-line-mode "hl-line" "\ 13759(autoload 'hl-line-mode "hl-line" "\
@@ -13931,11 +13802,8 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13931 13802
13932;;;*** 13803;;;***
13933 13804
13934;;;### (autoloads (list-holidays holidays holiday-solar-holidays 13805;;;### (autoloads nil "holidays" "calendar/holidays.el" (20709 26818
13935;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays 13806;;;;;; 907104 0))
13936;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
13937;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
13938;;;;;; "calendar/holidays.el" (20709 26818 907104 0))
13939;;; Generated autoloads from calendar/holidays.el 13807;;; Generated autoloads from calendar/holidays.el
13940 13808
13941(define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1") 13809(define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1")
@@ -14083,8 +13951,8 @@ The optional LABEL is used to label the buffer created.
14083 13951
14084;;;*** 13952;;;***
14085 13953
14086;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20791 13954;;;### (autoloads nil "html2text" "gnus/html2text.el" (20791 9657
14087;;;;;; 9657 561026 0)) 13955;;;;;; 561026 0))
14088;;; Generated autoloads from gnus/html2text.el 13956;;; Generated autoloads from gnus/html2text.el
14089 13957
14090(autoload 'html2text "html2text" "\ 13958(autoload 'html2text "html2text" "\
@@ -14094,10 +13962,10 @@ Convert HTML to plain text in the current buffer.
14094 13962
14095;;;*** 13963;;;***
14096 13964
14097;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer) 13965;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (20938 49065
14098;;;;;; "htmlfontify" "htmlfontify.el" (20774 51822 616889 64000)) 13966;;;;;; 383398 0))
14099;;; Generated autoloads from htmlfontify.el 13967;;; Generated autoloads from htmlfontify.el
14100 13968(push (purecopy (quote (htmlfontify 0 21))) package--builtin-versions)
14101(autoload 'htmlfontify-buffer "htmlfontify" "\ 13969(autoload 'htmlfontify-buffer "htmlfontify" "\
14102Create a new buffer, named for the current buffer + a .html extension, 13970Create a new buffer, named for the current buffer + a .html extension,
14103containing an inline CSS-stylesheet and formatted CSS-markup HTML 13971containing an inline CSS-stylesheet and formatted CSS-markup HTML
@@ -14127,9 +13995,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'.
14127 13995
14128;;;*** 13996;;;***
14129 13997
14130;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 13998;;;### (autoloads nil "ibuf-macs" "ibuf-macs.el" (20709 26818 907104
14131;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (20709 13999;;;;;; 0))
14132;;;;;; 26818 907104 0))
14133;;; Generated autoloads from ibuf-macs.el 14000;;; Generated autoloads from ibuf-macs.el
14134 14001
14135(autoload 'define-ibuffer-column "ibuf-macs" "\ 14002(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -14217,8 +14084,8 @@ bound to the current value of the filter.
14217 14084
14218;;;*** 14085;;;***
14219 14086
14220;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 14087;;;### (autoloads nil "ibuffer" "ibuffer.el" (20921 40206 193565
14221;;;;;; "ibuffer" "ibuffer.el" (20792 30519 8548 0)) 14088;;;;;; 167000))
14222;;; Generated autoloads from ibuffer.el 14089;;; Generated autoloads from ibuffer.el
14223 14090
14224(autoload 'ibuffer-list-buffers "ibuffer" "\ 14091(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -14257,11 +14124,10 @@ FORMATS is the value to use for `ibuffer-formats'.
14257 14124
14258;;;*** 14125;;;***
14259 14126
14260;;;### (autoloads (icalendar-import-buffer icalendar-import-file 14127;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (20709
14261;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 14128;;;;;; 26818 907104 0))
14262;;;;;; "calendar/icalendar.el" (20709 26818 907104 0))
14263;;; Generated autoloads from calendar/icalendar.el 14129;;; Generated autoloads from calendar/icalendar.el
14264 14130(push (purecopy (quote (icalendar 0 19))) package--builtin-versions)
14265(autoload 'icalendar-export-file "icalendar" "\ 14131(autoload 'icalendar-export-file "icalendar" "\
14266Export diary file to iCalendar format. 14132Export diary file to iCalendar format.
14267All diary entries in the file DIARY-FILENAME are converted to iCalendar 14133All diary entries in the file DIARY-FILENAME are converted to iCalendar
@@ -14311,8 +14177,8 @@ buffer `*icalendar-errors*'.
14311 14177
14312;;;*** 14178;;;***
14313 14179
14314;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20766 14180;;;### (autoloads nil "icomplete" "icomplete.el" (20766 59066 666084
14315;;;;;; 59066 666084 0)) 14181;;;;;; 0))
14316;;; Generated autoloads from icomplete.el 14182;;; Generated autoloads from icomplete.el
14317 14183
14318(defvar icomplete-mode nil "\ 14184(defvar icomplete-mode nil "\
@@ -14334,8 +14200,8 @@ the mode if ARG is omitted or nil.
14334 14200
14335;;;*** 14201;;;***
14336 14202
14337;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20709 26818 14203;;;### (autoloads nil "icon" "progmodes/icon.el" (20709 26818 907104
14338;;;;;; 907104 0)) 14204;;;;;; 0))
14339;;; Generated autoloads from progmodes/icon.el 14205;;; Generated autoloads from progmodes/icon.el
14340 14206
14341(autoload 'icon-mode "icon" "\ 14207(autoload 'icon-mode "icon" "\
@@ -14375,8 +14241,8 @@ with no args, if that value is non-nil.
14375 14241
14376;;;*** 14242;;;***
14377 14243
14378;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 14244;;;### (autoloads nil "idlw-shell" "progmodes/idlw-shell.el" (20938
14379;;;;;; (20709 26818 907104 0)) 14245;;;;;; 49065 383398 0))
14380;;; Generated autoloads from progmodes/idlw-shell.el 14246;;; Generated autoloads from progmodes/idlw-shell.el
14381 14247
14382(autoload 'idlwave-shell "idlw-shell" "\ 14248(autoload 'idlwave-shell "idlw-shell" "\
@@ -14401,10 +14267,10 @@ See also the variable `idlwave-shell-prompt-pattern'.
14401 14267
14402;;;*** 14268;;;***
14403 14269
14404;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 14270;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (20929 34089
14405;;;;;; (20901 54695 989166 0)) 14271;;;;;; 117790 0))
14406;;; Generated autoloads from progmodes/idlwave.el 14272;;; Generated autoloads from progmodes/idlwave.el
14407 14273(push (purecopy (quote (idlwave 6 1 22))) package--builtin-versions)
14408(autoload 'idlwave-mode "idlwave" "\ 14274(autoload 'idlwave-mode "idlwave" "\
14409Major mode for editing IDL source files (version 6.1_em22). 14275Major mode for editing IDL source files (version 6.1_em22).
14410 14276
@@ -14529,15 +14395,7 @@ The main features of this mode are
14529 14395
14530;;;*** 14396;;;***
14531 14397
14532;;;### (autoloads (ido-completing-read ido-read-directory-name ido-read-file-name 14398;;;### (autoloads nil "ido" "ido.el" (20937 28198 475168 0))
14533;;;;;; ido-read-buffer ido-dired ido-insert-file ido-write-file
14534;;;;;; ido-find-file-other-frame ido-display-file ido-find-file-read-only-other-frame
14535;;;;;; ido-find-file-read-only-other-window ido-find-file-read-only
14536;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14537;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14538;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
14539;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20886
14540;;;;;; 939 575794 0))
14541;;; Generated autoloads from ido.el 14399;;; Generated autoloads from ido.el
14542 14400
14543(defvar ido-mode nil "\ 14401(defvar ido-mode nil "\
@@ -14796,7 +14654,7 @@ DEF, if non-nil, is the default value.
14796 14654
14797;;;*** 14655;;;***
14798 14656
14799;;;### (autoloads (ielm) "ielm" "ielm.el" (20903 10024 645978 0)) 14657;;;### (autoloads nil "ielm" "ielm.el" (20903 10024 645978 0))
14800;;; Generated autoloads from ielm.el 14658;;; Generated autoloads from ielm.el
14801 14659
14802(autoload 'ielm "ielm" "\ 14660(autoload 'ielm "ielm" "\
@@ -14807,8 +14665,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
14807 14665
14808;;;*** 14666;;;***
14809 14667
14810;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (20709 26818 14668;;;### (autoloads nil "iimage" "iimage.el" (20709 26818 907104 0))
14811;;;;;; 907104 0))
14812;;; Generated autoloads from iimage.el 14669;;; Generated autoloads from iimage.el
14813 14670
14814(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") 14671(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")
@@ -14824,12 +14681,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
14824 14681
14825;;;*** 14682;;;***
14826 14683
14827;;;### (autoloads (imagemagick-register-types defimage find-image 14684;;;### (autoloads nil "image" "image.el" (20903 10024 645978 0))
14828;;;;;; remove-images insert-sliced-image insert-image put-image
14829;;;;;; create-image image-type-auto-detected-p image-type-available-p
14830;;;;;; image-type image-type-from-file-name image-type-from-file-header
14831;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el"
14832;;;;;; (20903 10024 645978 0))
14833;;; Generated autoloads from image.el 14685;;; Generated autoloads from image.el
14834 14686
14835(autoload 'image-type-from-data "image" "\ 14687(autoload 'image-type-from-data "image" "\
@@ -15022,16 +14874,10 @@ If Emacs is compiled without ImageMagick support, this does nothing.
15022 14874
15023;;;*** 14875;;;***
15024 14876
15025;;;### (autoloads (image-dired-dired-edit-comment-and-tags image-dired-mark-tagged-files 14877;;;### (autoloads nil "image-dired" "image-dired.el" (20921 39978
15026;;;;;; image-dired-dired-comment-files image-dired-dired-display-image 14878;;;;;; 248467 0))
15027;;;;;; image-dired-dired-display-external image-dired-display-thumb
15028;;;;;; image-dired-display-thumbs-append image-dired-setup-dired-keybindings
15029;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
15030;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
15031;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs)
15032;;;;;; "image-dired" "image-dired.el" (20768 48184 78670 0))
15033;;; Generated autoloads from image-dired.el 14879;;; Generated autoloads from image-dired.el
15034 14880(push (purecopy (quote (image-dired 0 4 11))) package--builtin-versions)
15035(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ 14881(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\
15036Toggle thumbnails in front of file names in the dired buffer. 14882Toggle thumbnails in front of file names in the dired buffer.
15037If no marked file could be found, insert or hide thumbnails on the 14883If no marked file could be found, insert or hide thumbnails on the
@@ -15165,9 +15011,8 @@ easy-to-use form.
15165 15011
15166;;;*** 15012;;;***
15167 15013
15168;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 15014;;;### (autoloads nil "image-file" "image-file.el" (20709 26818 907104
15169;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 15015;;;;;; 0))
15170;;;;;; "image-file.el" (20709 26818 907104 0))
15171;;; Generated autoloads from image-file.el 15016;;; Generated autoloads from image-file.el
15172 15017
15173(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 15018(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -15229,8 +15074,7 @@ An image file is one whose name has an extension in
15229 15074
15230;;;*** 15075;;;***
15231 15076
15232;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode 15077;;;### (autoloads nil "image-mode" "image-mode.el" (20899 12965 791908
15233;;;;;; image-mode) "image-mode" "image-mode.el" (20899 12965 791908
15234;;;;;; 0)) 15078;;;;;; 0))
15235;;; Generated autoloads from image-mode.el 15079;;; Generated autoloads from image-mode.el
15236 15080
@@ -15275,9 +15119,7 @@ on these modes.
15275 15119
15276;;;*** 15120;;;***
15277 15121
15278;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 15122;;;### (autoloads nil "imenu" "imenu.el" (20784 36406 653593 0))
15279;;;;;; imenu-sort-function) "imenu" "imenu.el" (20784 36406 653593
15280;;;;;; 0))
15281;;; Generated autoloads from imenu.el 15123;;; Generated autoloads from imenu.el
15282 15124
15283(defvar imenu-sort-function nil "\ 15125(defvar imenu-sort-function nil "\
@@ -15415,9 +15257,8 @@ for more information.
15415 15257
15416;;;*** 15258;;;***
15417 15259
15418;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion 15260;;;### (autoloads nil "ind-util" "language/ind-util.el" (20826 45095
15419;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 15261;;;;;; 436233 0))
15420;;;;;; "ind-util" "language/ind-util.el" (20826 45095 436233 0))
15421;;; Generated autoloads from language/ind-util.el 15262;;; Generated autoloads from language/ind-util.el
15422 15263
15423(autoload 'indian-compose-region "ind-util" "\ 15264(autoload 'indian-compose-region "ind-util" "\
@@ -15447,8 +15288,8 @@ Convert old Emacs Devanagari characters to UCS.
15447 15288
15448;;;*** 15289;;;***
15449 15290
15450;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" 15291;;;### (autoloads nil "inf-lisp" "progmodes/inf-lisp.el" (20774 53405
15451;;;;;; (20774 53405 644725 888000)) 15292;;;;;; 644725 888000))
15452;;; Generated autoloads from progmodes/inf-lisp.el 15293;;; Generated autoloads from progmodes/inf-lisp.el
15453 15294
15454(autoload 'inferior-lisp "inf-lisp" "\ 15295(autoload 'inferior-lisp "inf-lisp" "\
@@ -15466,12 +15307,7 @@ of `inferior-lisp-program'). Runs the hooks from
15466 15307
15467;;;*** 15308;;;***
15468 15309
15469;;;### (autoloads (info-display-manual Info-bookmark-jump Info-speedbar-browser 15310;;;### (autoloads nil "info" "info.el" (20940 4391 641153 0))
15470;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node
15471;;;;;; Info-mode info-finder info-apropos Info-index Info-directory
15472;;;;;; Info-on-current-buffer info-standalone info-emacs-bug info-emacs-manual
15473;;;;;; info info-other-window) "info" "info.el" (20900 33838 319219
15474;;;;;; 0))
15475;;; Generated autoloads from info.el 15311;;; Generated autoloads from info.el
15476 15312
15477(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))))) "\ 15313(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))))) "\
@@ -15682,9 +15518,8 @@ Otherwise, visit the manual in a new Info buffer.
15682 15518
15683;;;*** 15519;;;***
15684 15520
15685;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 15521;;;### (autoloads nil "info-look" "info-look.el" (20854 24486 190633
15686;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 15522;;;;;; 0))
15687;;;;;; (20854 24486 190633 0))
15688;;; Generated autoloads from info-look.el 15523;;; Generated autoloads from info-look.el
15689 15524
15690(autoload 'info-lookup-reset "info-look" "\ 15525(autoload 'info-lookup-reset "info-look" "\
@@ -15731,11 +15566,10 @@ Perform completion on file preceding point.
15731 15566
15732;;;*** 15567;;;***
15733 15568
15734;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom 15569;;;### (autoloads nil "info-xref" "info-xref.el" (20938 49065 383398
15735;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el" 15570;;;;;; 0))
15736;;;;;; (20709 26818 907104 0))
15737;;; Generated autoloads from info-xref.el 15571;;; Generated autoloads from info-xref.el
15738 15572(push (purecopy (quote (info-xref 3))) package--builtin-versions)
15739(autoload 'info-xref-check "info-xref" "\ 15573(autoload 'info-xref-check "info-xref" "\
15740Check external references in FILENAME, an info document. 15574Check external references in FILENAME, an info document.
15741Interactively from an `Info-mode' or `texinfo-mode' buffer the 15575Interactively from an `Info-mode' or `texinfo-mode' buffer the
@@ -15815,8 +15649,8 @@ the sources handy.
15815 15649
15816;;;*** 15650;;;***
15817 15651
15818;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold 15652;;;### (autoloads nil "informat" "informat.el" (20774 566 676067
15819;;;;;; Info-tagify) "informat" "informat.el" (20774 566 676067 0)) 15653;;;;;; 0))
15820;;; Generated autoloads from informat.el 15654;;; Generated autoloads from informat.el
15821 15655
15822(autoload 'Info-tagify "informat" "\ 15656(autoload 'Info-tagify "informat" "\
@@ -15861,10 +15695,10 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
15861 15695
15862;;;*** 15696;;;***
15863 15697
15864;;;### (autoloads (inversion-require-emacs) "inversion" "cedet/inversion.el" 15698;;;### (autoloads nil "inversion" "cedet/inversion.el" (20745 310
15865;;;;;; (20745 310 425822 0)) 15699;;;;;; 425822 0))
15866;;; Generated autoloads from cedet/inversion.el 15700;;; Generated autoloads from cedet/inversion.el
15867 15701(push (purecopy (quote (inversion 1 3))) package--builtin-versions)
15868(autoload 'inversion-require-emacs "inversion" "\ 15702(autoload 'inversion-require-emacs "inversion" "\
15869Declare that you need either EMACS-VER, XEMACS-VER or SXEMACS-ver. 15703Declare that you need either EMACS-VER, XEMACS-VER or SXEMACS-ver.
15870Only checks one based on which kind of Emacs is being run. 15704Only checks one based on which kind of Emacs is being run.
@@ -15873,9 +15707,8 @@ Only checks one based on which kind of Emacs is being run.
15873 15707
15874;;;*** 15708;;;***
15875 15709
15876;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 15710;;;### (autoloads nil "isearch-x" "international/isearch-x.el" (20922
15877;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 15711;;;;;; 60838 997229 0))
15878;;;;;; (20709 26818 907104 0))
15879;;; Generated autoloads from international/isearch-x.el 15712;;; Generated autoloads from international/isearch-x.el
15880 15713
15881(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 15714(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -15891,14 +15724,14 @@ Toggle input method in interactive search.
15891(autoload 'isearch-process-search-multibyte-characters "isearch-x" "\ 15724(autoload 'isearch-process-search-multibyte-characters "isearch-x" "\
15892 15725
15893 15726
15894\(fn LAST-CHAR)" nil nil) 15727\(fn LAST-CHAR &optional COUNT)" nil nil)
15895 15728
15896;;;*** 15729;;;***
15897 15730
15898;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (20709 15731;;;### (autoloads nil "isearchb" "isearchb.el" (20709 26818 907104
15899;;;;;; 26818 907104 0)) 15732;;;;;; 0))
15900;;; Generated autoloads from isearchb.el 15733;;; Generated autoloads from isearchb.el
15901 15734(push (purecopy (quote (isearchb 1 5))) package--builtin-versions)
15902(autoload 'isearchb-activate "isearchb" "\ 15735(autoload 'isearchb-activate "isearchb" "\
15903Active isearchb mode for subsequent alphanumeric keystrokes. 15736Active isearchb mode for subsequent alphanumeric keystrokes.
15904Executing this command again will terminate the search; or, if 15737Executing this command again will terminate the search; or, if
@@ -15909,10 +15742,8 @@ accessed via isearchb.
15909 15742
15910;;;*** 15743;;;***
15911 15744
15912;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 15745;;;### (autoloads nil "iso-cvt" "international/iso-cvt.el" (20791
15913;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 15746;;;;;; 9657 561026 0))
15914;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
15915;;;;;; "international/iso-cvt.el" (20791 9657 561026 0))
15916;;; Generated autoloads from international/iso-cvt.el 15747;;; Generated autoloads from international/iso-cvt.el
15917 15748
15918(autoload 'iso-spanish "iso-cvt" "\ 15749(autoload 'iso-spanish "iso-cvt" "\
@@ -16010,12 +15841,8 @@ Add submenus to the File menu, to convert to and from various formats.
16010 15841
16011;;;*** 15842;;;***
16012 15843
16013;;;### (autoloads (ispell-message ispell-minor-mode ispell ispell-complete-word-interior-frag 15844;;;### (autoloads nil "ispell" "textmodes/ispell.el" (20847 51240
16014;;;;;; ispell-complete-word ispell-continue ispell-buffer-with-debug 15845;;;;;; 240216 0))
16015;;;;;; ispell-buffer ispell-comments-and-strings ispell-region ispell-change-dictionary
16016;;;;;; ispell-kill-ispell ispell-help ispell-pdict-save ispell-word
16017;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
16018;;;;;; (20847 51240 240216 0))
16019;;; Generated autoloads from textmodes/ispell.el 15846;;; Generated autoloads from textmodes/ispell.el
16020 15847
16021(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 15848(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
@@ -16248,8 +16075,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
16248 16075
16249;;;*** 16076;;;***
16250 16077
16251;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20824 16078;;;### (autoloads nil "iswitchb" "iswitchb.el" (20824 3367 300658
16252;;;;;; 3367 300658 0)) 16079;;;;;; 0))
16253;;; Generated autoloads from iswitchb.el 16080;;; Generated autoloads from iswitchb.el
16254 16081
16255(defvar iswitchb-mode nil "\ 16082(defvar iswitchb-mode nil "\
@@ -16274,11 +16101,8 @@ between buffers using substrings. See `iswitchb' for details.
16274 16101
16275;;;*** 16102;;;***
16276 16103
16277;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 16104;;;### (autoloads nil "japan-util" "language/japan-util.el" (20709
16278;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 16105;;;;;; 26818 907104 0))
16279;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
16280;;;;;; "japan-util" "language/japan-util.el" (20709 26818 907104
16281;;;;;; 0))
16282;;; Generated autoloads from language/japan-util.el 16106;;; Generated autoloads from language/japan-util.el
16283 16107
16284(autoload 'setup-japanese-environment-internal "japan-util" "\ 16108(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -16355,8 +16179,8 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16355 16179
16356;;;*** 16180;;;***
16357 16181
16358;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 16182;;;### (autoloads nil "jka-compr" "jka-compr.el" (20759 33211 414988
16359;;;;;; "jka-compr.el" (20759 33211 414988 0)) 16183;;;;;; 0))
16360;;; Generated autoloads from jka-compr.el 16184;;; Generated autoloads from jka-compr.el
16361 16185
16362(defvar jka-compr-inhibit nil "\ 16186(defvar jka-compr-inhibit nil "\
@@ -16379,10 +16203,10 @@ by `jka-compr-installed'.
16379 16203
16380;;;*** 16204;;;***
16381 16205
16382;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20895 15912 444844 16206;;;### (autoloads nil "js" "progmodes/js.el" (20895 15912 444844
16383;;;;;; 0)) 16207;;;;;; 0))
16384;;; Generated autoloads from progmodes/js.el 16208;;; Generated autoloads from progmodes/js.el
16385 16209(push (purecopy (quote (js 9))) package--builtin-versions)
16386(autoload 'js-mode "js" "\ 16210(autoload 'js-mode "js" "\
16387Major mode for editing JavaScript. 16211Major mode for editing JavaScript.
16388 16212
@@ -16391,9 +16215,13 @@ Major mode for editing JavaScript.
16391 16215
16392;;;*** 16216;;;***
16393 16217
16394;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 16218;;;### (autoloads nil "json" "json.el" (20709 26818 907104 0))
16395;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 16219;;; Generated autoloads from json.el
16396;;;;;; (20709 26818 907104 0)) 16220(push (purecopy (quote (json 1 4))) package--builtin-versions)
16221;;;***
16222
16223;;;### (autoloads nil "keypad" "emulation/keypad.el" (20709 26818
16224;;;;;; 907104 0))
16397;;; Generated autoloads from emulation/keypad.el 16225;;; Generated autoloads from emulation/keypad.el
16398 16226
16399(defvar keypad-setup nil "\ 16227(defvar keypad-setup nil "\
@@ -16448,8 +16276,8 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
16448 16276
16449;;;*** 16277;;;***
16450 16278
16451;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 16279;;;### (autoloads nil "kinsoku" "international/kinsoku.el" (20709
16452;;;;;; (20709 26818 907104 0)) 16280;;;;;; 26818 907104 0))
16453;;; Generated autoloads from international/kinsoku.el 16281;;; Generated autoloads from international/kinsoku.el
16454 16282
16455(autoload 'kinsoku "kinsoku" "\ 16283(autoload 'kinsoku "kinsoku" "\
@@ -16470,8 +16298,8 @@ the context of text formatting.
16470 16298
16471;;;*** 16299;;;***
16472 16300
16473;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (20799 16301;;;### (autoloads nil "kkc" "international/kkc.el" (20799 169 640767
16474;;;;;; 169 640767 0)) 16302;;;;;; 0))
16475;;; Generated autoloads from international/kkc.el 16303;;; Generated autoloads from international/kkc.el
16476 16304
16477(defvar kkc-after-update-conversion-functions nil "\ 16305(defvar kkc-after-update-conversion-functions nil "\
@@ -16493,10 +16321,7 @@ and the return value is the length of the conversion.
16493 16321
16494;;;*** 16322;;;***
16495 16323
16496;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 16324;;;### (autoloads nil "kmacro" "kmacro.el" (20830 42150 757296 0))
16497;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16498;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
16499;;;;;; "kmacro" "kmacro.el" (20830 42150 757296 0))
16500;;; Generated autoloads from kmacro.el 16325;;; Generated autoloads from kmacro.el
16501 (global-set-key "\C-x(" 'kmacro-start-macro) 16326 (global-set-key "\C-x(" 'kmacro-start-macro)
16502 (global-set-key "\C-x)" 'kmacro-end-macro) 16327 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -16607,8 +16432,8 @@ If kbd macro currently being defined end it before activating it.
16607 16432
16608;;;*** 16433;;;***
16609 16434
16610;;;### (autoloads (setup-korean-environment-internal) "korea-util" 16435;;;### (autoloads nil "korea-util" "language/korea-util.el" (20709
16611;;;;;; "language/korea-util.el" (20709 26818 907104 0)) 16436;;;;;; 26818 907104 0))
16612;;; Generated autoloads from language/korea-util.el 16437;;; Generated autoloads from language/korea-util.el
16613 16438
16614(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ 16439(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
@@ -16622,8 +16447,8 @@ The kind of Korean keyboard for Korean input method.
16622 16447
16623;;;*** 16448;;;***
16624 16449
16625;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el" 16450;;;### (autoloads nil "landmark" "play/landmark.el" (20709 26818
16626;;;;;; (20709 26818 907104 0)) 16451;;;;;; 907104 0))
16627;;; Generated autoloads from play/landmark.el 16452;;; Generated autoloads from play/landmark.el
16628 16453
16629(defalias 'landmark-repeat 'landmark-test-run) 16454(defalias 'landmark-repeat 'landmark-test-run)
@@ -16653,9 +16478,8 @@ Use \\[describe-mode] for more info.
16653 16478
16654;;;*** 16479;;;***
16655 16480
16656;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string 16481;;;### (autoloads nil "lao-util" "language/lao-util.el" (20826 45095
16657;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) 16482;;;;;; 436233 0))
16658;;;;;; "lao-util" "language/lao-util.el" (20826 45095 436233 0))
16659;;; Generated autoloads from language/lao-util.el 16483;;; Generated autoloads from language/lao-util.el
16660 16484
16661(autoload 'lao-compose-string "lao-util" "\ 16485(autoload 'lao-compose-string "lao-util" "\
@@ -16692,10 +16516,8 @@ Transcribe Romanized Lao string STR to Lao character string.
16692 16516
16693;;;*** 16517;;;***
16694 16518
16695;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 16519;;;### (autoloads nil "latexenc" "international/latexenc.el" (20799
16696;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 16520;;;;;; 169 640767 0))
16697;;;;;; "latexenc" "international/latexenc.el" (20799 169 640767
16698;;;;;; 0))
16699;;; Generated autoloads from international/latexenc.el 16521;;; Generated autoloads from international/latexenc.el
16700 16522
16701(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))) "\ 16523(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))) "\
@@ -16726,9 +16548,8 @@ coding system names is determined from `latex-inputenc-coding-alist'.
16726 16548
16727;;;*** 16549;;;***
16728 16550
16729;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 16551;;;### (autoloads nil "latin1-disp" "international/latin1-disp.el"
16730;;;;;; "latin1-disp" "international/latin1-disp.el" (20826 45095 16552;;;;;; (20826 45095 436233 0))
16731;;;;;; 436233 0))
16732;;; Generated autoloads from international/latin1-disp.el 16553;;; Generated autoloads from international/latin1-disp.el
16733 16554
16734(defvar latin1-display nil "\ 16555(defvar latin1-display nil "\
@@ -16769,8 +16590,8 @@ use either \\[customize] or the function `latin1-display'.")
16769 16590
16770;;;*** 16591;;;***
16771 16592
16772;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 16593;;;### (autoloads nil "ld-script" "progmodes/ld-script.el" (20874
16773;;;;;; (20874 62962 290468 0)) 16594;;;;;; 62962 290468 0))
16774;;; Generated autoloads from progmodes/ld-script.el 16595;;; Generated autoloads from progmodes/ld-script.el
16775 16596
16776(autoload 'ld-script-mode "ld-script" "\ 16597(autoload 'ld-script-mode "ld-script" "\
@@ -16780,8 +16601,7 @@ A major mode to edit GNU ld script files
16780 16601
16781;;;*** 16602;;;***
16782 16603
16783;;;### (autoloads (life) "life" "play/life.el" (20709 26818 907104 16604;;;### (autoloads nil "life" "play/life.el" (20709 26818 907104 0))
16784;;;;;; 0))
16785;;; Generated autoloads from play/life.el 16605;;; Generated autoloads from play/life.el
16786 16606
16787(autoload 'life "life" "\ 16607(autoload 'life "life" "\
@@ -16794,10 +16614,9 @@ generations (this defaults to 1).
16794 16614
16795;;;*** 16615;;;***
16796 16616
16797;;;### (autoloads (global-linum-mode linum-mode) "linum" "linum.el" 16617;;;### (autoloads nil "linum" "linum.el" (20709 26818 907104 0))
16798;;;;;; (20709 26818 907104 0))
16799;;; Generated autoloads from linum.el 16618;;; Generated autoloads from linum.el
16800 16619(push (purecopy (quote (linum 0 9 24))) package--builtin-versions)
16801(autoload 'linum-mode "linum" "\ 16620(autoload 'linum-mode "linum" "\
16802Toggle display of line numbers in the left margin (Linum mode). 16621Toggle display of line numbers in the left margin (Linum mode).
16803With a prefix argument ARG, enable Linum mode if ARG is positive, 16622With a prefix argument ARG, enable Linum mode if ARG is positive,
@@ -16831,8 +16650,8 @@ See `linum-mode' for more information on Linum mode.
16831 16650
16832;;;*** 16651;;;***
16833 16652
16834;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20709 16653;;;### (autoloads nil "loadhist" "loadhist.el" (20709 26818 907104
16835;;;;;; 26818 907104 0)) 16654;;;;;; 0))
16836;;; Generated autoloads from loadhist.el 16655;;; Generated autoloads from loadhist.el
16837 16656
16838(autoload 'unload-feature "loadhist" "\ 16657(autoload 'unload-feature "loadhist" "\
@@ -16863,8 +16682,7 @@ something strange, such as redefining an Emacs function.
16863 16682
16864;;;*** 16683;;;***
16865 16684
16866;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 16685;;;### (autoloads nil "locate" "locate.el" (20763 30266 231060 0))
16867;;;;;; "locate" "locate.el" (20763 30266 231060 0))
16868;;; Generated autoloads from locate.el 16686;;; Generated autoloads from locate.el
16869 16687
16870(defvar locate-ls-subdir-switches (purecopy "-al") "\ 16688(defvar locate-ls-subdir-switches (purecopy "-al") "\
@@ -16916,8 +16734,8 @@ except that FILTER is not optional.
16916 16734
16917;;;*** 16735;;;***
16918 16736
16919;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20721 17977 16737;;;### (autoloads nil "log-edit" "vc/log-edit.el" (20721 17977 14204
16920;;;;;; 14204 0)) 16738;;;;;; 0))
16921;;; Generated autoloads from vc/log-edit.el 16739;;; Generated autoloads from vc/log-edit.el
16922 16740
16923(autoload 'log-edit "log-edit" "\ 16741(autoload 'log-edit "log-edit" "\
@@ -16948,8 +16766,8 @@ done. Otherwise, it uses the current buffer.
16948 16766
16949;;;*** 16767;;;***
16950 16768
16951;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (20860 16769;;;### (autoloads nil "log-view" "vc/log-view.el" (20918 63784 852859
16952;;;;;; 63270 684173 0)) 16770;;;;;; 0))
16953;;; Generated autoloads from vc/log-view.el 16771;;; Generated autoloads from vc/log-view.el
16954 16772
16955(autoload 'log-view-mode "log-view" "\ 16773(autoload 'log-view-mode "log-view" "\
@@ -16959,9 +16777,7 @@ Major mode for browsing CVS log output.
16959 16777
16960;;;*** 16778;;;***
16961 16779
16962;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 16780;;;### (autoloads nil "lpr" "lpr.el" (20878 6823 881439 0))
16963;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20878
16964;;;;;; 6823 881439 0))
16965;;; Generated autoloads from lpr.el 16781;;; Generated autoloads from lpr.el
16966 16782
16967(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\ 16783(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\
@@ -17056,8 +16872,8 @@ for further customization of the printer command.
17056 16872
17057;;;*** 16873;;;***
17058 16874
17059;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 16875;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (20870 12718 549931
17060;;;;;; (20870 12718 549931 0)) 16876;;;;;; 0))
17061;;; Generated autoloads from ls-lisp.el 16877;;; Generated autoloads from ls-lisp.el
17062 16878
17063(defvar ls-lisp-support-shell-wildcards t "\ 16879(defvar ls-lisp-support-shell-wildcards t "\
@@ -17068,8 +16884,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
17068 16884
17069;;;*** 16885;;;***
17070 16886
17071;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (20709 16887;;;### (autoloads nil "lunar" "calendar/lunar.el" (20709 26818 907104
17072;;;;;; 26818 907104 0)) 16888;;;;;; 0))
17073;;; Generated autoloads from calendar/lunar.el 16889;;; Generated autoloads from calendar/lunar.el
17074 16890
17075(autoload 'lunar-phases "lunar" "\ 16891(autoload 'lunar-phases "lunar" "\
@@ -17083,8 +16899,8 @@ This function is suitable for execution in an init file.
17083 16899
17084;;;*** 16900;;;***
17085 16901
17086;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20874 16902;;;### (autoloads nil "m4-mode" "progmodes/m4-mode.el" (20874 62962
17087;;;;;; 62962 290468 0)) 16903;;;;;; 290468 0))
17088;;; Generated autoloads from progmodes/m4-mode.el 16904;;; Generated autoloads from progmodes/m4-mode.el
17089 16905
17090(autoload 'm4-mode "m4-mode" "\ 16906(autoload 'm4-mode "m4-mode" "\
@@ -17094,9 +16910,7 @@ A major mode to edit m4 macro files.
17094 16910
17095;;;*** 16911;;;***
17096 16912
17097;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 16913;;;### (autoloads nil "macros" "macros.el" (20709 26818 907104 0))
17098;;;;;; name-last-kbd-macro) "macros" "macros.el" (20709 26818 907104
17099;;;;;; 0))
17100;;; Generated autoloads from macros.el 16914;;; Generated autoloads from macros.el
17101 16915
17102(autoload 'name-last-kbd-macro "macros" "\ 16916(autoload 'name-last-kbd-macro "macros" "\
@@ -17184,8 +16998,8 @@ and then select the region of un-tablified names and use
17184 16998
17185;;;*** 16999;;;***
17186 17000
17187;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 17001;;;### (autoloads nil "mail-extr" "mail/mail-extr.el" (20709 26818
17188;;;;;; "mail/mail-extr.el" (20709 26818 907104 0)) 17002;;;;;; 907104 0))
17189;;; Generated autoloads from mail/mail-extr.el 17003;;; Generated autoloads from mail/mail-extr.el
17190 17004
17191(autoload 'mail-extract-address-components "mail-extr" "\ 17005(autoload 'mail-extract-address-components "mail-extr" "\
@@ -17215,9 +17029,8 @@ Convert mail domain DOMAIN to the country it corresponds to.
17215 17029
17216;;;*** 17030;;;***
17217 17031
17218;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 17032;;;### (autoloads nil "mail-hist" "mail/mail-hist.el" (20709 26818
17219;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 17033;;;;;; 907104 0))
17220;;;;;; (20709 26818 907104 0))
17221;;; Generated autoloads from mail/mail-hist.el 17034;;; Generated autoloads from mail/mail-hist.el
17222 17035
17223(autoload 'mail-hist-define-keys "mail-hist" "\ 17036(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -17246,10 +17059,8 @@ This function normally would be called when the message is sent.
17246 17059
17247;;;*** 17060;;;***
17248 17061
17249;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 17062;;;### (autoloads nil "mail-utils" "mail/mail-utils.el" (20891 18859
17250;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable 17063;;;;;; 893295 0))
17251;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822)
17252;;;;;; "mail-utils" "mail/mail-utils.el" (20891 18859 893295 0))
17253;;; Generated autoloads from mail/mail-utils.el 17064;;; Generated autoloads from mail/mail-utils.el
17254 17065
17255(defvar mail-use-rfc822 nil "\ 17066(defvar mail-use-rfc822 nil "\
@@ -17323,9 +17134,8 @@ matches may be returned from the message body.
17323 17134
17324;;;*** 17135;;;***
17325 17136
17326;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup 17137;;;### (autoloads nil "mailabbrev" "mail/mailabbrev.el" (20847 51240
17327;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20847 17138;;;;;; 240216 0))
17328;;;;;; 51240 240216 0))
17329;;; Generated autoloads from mail/mailabbrev.el 17139;;; Generated autoloads from mail/mailabbrev.el
17330 17140
17331(defvar mail-abbrevs-mode nil "\ 17141(defvar mail-abbrevs-mode nil "\
@@ -17374,9 +17184,8 @@ double-quotes.
17374 17184
17375;;;*** 17185;;;***
17376 17186
17377;;;### (autoloads (mail-complete mail-completion-at-point-function 17187;;;### (autoloads nil "mailalias" "mail/mailalias.el" (20709 26818
17378;;;;;; define-mail-alias expand-mail-aliases mail-complete-style) 17188;;;;;; 907104 0))
17379;;;;;; "mailalias" "mail/mailalias.el" (20709 26818 907104 0))
17380;;; Generated autoloads from mail/mailalias.el 17189;;; Generated autoloads from mail/mailalias.el
17381 17190
17382(defvar mail-complete-style 'angles "\ 17191(defvar mail-complete-style 'angles "\
@@ -17429,8 +17238,8 @@ current header, calls `mail-complete-function' and passes prefix ARG if any.
17429 17238
17430;;;*** 17239;;;***
17431 17240
17432;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 17241;;;### (autoloads nil "mailclient" "mail/mailclient.el" (20709 26818
17433;;;;;; (20709 26818 907104 0)) 17242;;;;;; 907104 0))
17434;;; Generated autoloads from mail/mailclient.el 17243;;; Generated autoloads from mail/mailclient.el
17435 17244
17436(autoload 'mailclient-send-it "mailclient" "\ 17245(autoload 'mailclient-send-it "mailclient" "\
@@ -17442,10 +17251,8 @@ The mail client is taken to be the handler of mailto URLs.
17442 17251
17443;;;*** 17252;;;***
17444 17253
17445;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 17254;;;### (autoloads nil "make-mode" "progmodes/make-mode.el" (20924
17446;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 17255;;;;;; 16196 967284 0))
17447;;;;;; "make-mode" "progmodes/make-mode.el" (20874 65006 672942
17448;;;;;; 217000))
17449;;; Generated autoloads from progmodes/make-mode.el 17256;;; Generated autoloads from progmodes/make-mode.el
17450 17257
17451(autoload 'makefile-mode "make-mode" "\ 17258(autoload 'makefile-mode "make-mode" "\
@@ -17562,8 +17369,8 @@ An adapted `makefile-mode' that knows about imake.
17562 17369
17563;;;*** 17370;;;***
17564 17371
17565;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (20709 17372;;;### (autoloads nil "makesum" "makesum.el" (20709 26818 907104
17566;;;;;; 26818 907104 0)) 17373;;;;;; 0))
17567;;; Generated autoloads from makesum.el 17374;;; Generated autoloads from makesum.el
17568 17375
17569(autoload 'make-command-summary "makesum" "\ 17376(autoload 'make-command-summary "makesum" "\
@@ -17574,8 +17381,7 @@ Previous contents of that buffer are killed first.
17574 17381
17575;;;*** 17382;;;***
17576 17383
17577;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" 17384;;;### (autoloads nil "man" "man.el" (20888 42662 256824 0))
17578;;;;;; (20888 42662 256824 0))
17579;;; Generated autoloads from man.el 17385;;; Generated autoloads from man.el
17580 17386
17581(defalias 'manual-entry 'man) 17387(defalias 'manual-entry 'man)
@@ -17629,10 +17435,9 @@ Default bookmark handler for Man buffers.
17629 17435
17630;;;*** 17436;;;***
17631 17437
17632;;;### (autoloads (master-mode) "master" "master.el" (20884 7264 17438;;;### (autoloads nil "master" "master.el" (20884 7264 912957 506000))
17633;;;;;; 912957 506000))
17634;;; Generated autoloads from master.el 17439;;; Generated autoloads from master.el
17635 17440(push (purecopy (quote (master 1 0 2))) package--builtin-versions)
17636(autoload 'master-mode "master" "\ 17441(autoload 'master-mode "master" "\
17637Toggle Master mode. 17442Toggle Master mode.
17638With a prefix argument ARG, enable Master mode if ARG is 17443With a prefix argument ARG, enable Master mode if ARG is
@@ -17652,8 +17457,8 @@ yourself the value of `master-of' by calling `master-show-slave'.
17652 17457
17653;;;*** 17458;;;***
17654 17459
17655;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" 17460;;;### (autoloads nil "mb-depth" "mb-depth.el" (20709 26818 907104
17656;;;;;; (20709 26818 907104 0)) 17461;;;;;; 0))
17657;;; Generated autoloads from mb-depth.el 17462;;; Generated autoloads from mb-depth.el
17658 17463
17659(defvar minibuffer-depth-indicate-mode nil "\ 17464(defvar minibuffer-depth-indicate-mode nil "\
@@ -17680,13 +17485,13 @@ recursion depth in the minibuffer prompt. This is only useful if
17680 17485
17681;;;*** 17486;;;***
17682 17487
17683;;;### (autoloads (message-unbold-region message-bold-region message-news-other-frame 17488;;;### (autoloads nil "md4" "md4.el" (20709 26818 907104 0))
17684;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window 17489;;; Generated autoloads from md4.el
17685;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body 17490(push (purecopy (quote (md4 1 0))) package--builtin-versions)
17686;;;;;; message-forward-make-body message-forward message-recover 17491;;;***
17687;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 17492
17688;;;;;; message-reply message-news message-mail message-mode) "message" 17493;;;### (autoloads nil "message" "gnus/message.el" (20889 63525 775294
17689;;;;;; "gnus/message.el" (20889 63525 775294 0)) 17494;;;;;; 0))
17690;;; Generated autoloads from gnus/message.el 17495;;; Generated autoloads from gnus/message.el
17691 17496
17692(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 17497(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -17851,10 +17656,10 @@ which specify the range to operate on.
17851 17656
17852;;;*** 17657;;;***
17853 17658
17854;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 17659;;;### (autoloads nil "meta-mode" "progmodes/meta-mode.el" (20874
17855;;;;;; (20874 62962 290468 0)) 17660;;;;;; 62962 290468 0))
17856;;; Generated autoloads from progmodes/meta-mode.el 17661;;; Generated autoloads from progmodes/meta-mode.el
17857 17662(push (purecopy (quote (meta-mode 1 0))) package--builtin-versions)
17858(autoload 'metafont-mode "meta-mode" "\ 17663(autoload 'metafont-mode "meta-mode" "\
17859Major mode for editing Metafont sources. 17664Major mode for editing Metafont sources.
17860 17665
@@ -17867,9 +17672,8 @@ Major mode for editing MetaPost sources.
17867 17672
17868;;;*** 17673;;;***
17869 17674
17870;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 17675;;;### (autoloads nil "metamail" "mail/metamail.el" (20709 26818
17871;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 17676;;;;;; 907104 0))
17872;;;;;; (20709 26818 907104 0))
17873;;; Generated autoloads from mail/metamail.el 17677;;; Generated autoloads from mail/metamail.el
17874 17678
17875(autoload 'metamail-interpret-header "metamail" "\ 17679(autoload 'metamail-interpret-header "metamail" "\
@@ -17912,9 +17716,8 @@ redisplayed as output is inserted.
17912 17716
17913;;;*** 17717;;;***
17914 17718
17915;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 17719;;;### (autoloads nil "mh-comp" "mh-e/mh-comp.el" (20890 54503 125088
17916;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 17720;;;;;; 852000))
17917;;;;;; "mh-e/mh-comp.el" (20890 54503 125088 852000))
17918;;; Generated autoloads from mh-e/mh-comp.el 17721;;; Generated autoloads from mh-e/mh-comp.el
17919 17722
17920(autoload 'mh-smail "mh-comp" "\ 17723(autoload 'mh-smail "mh-comp" "\
@@ -18004,10 +17807,9 @@ delete the draft message.
18004 17807
18005;;;*** 17808;;;***
18006 17809
18007;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20874 65006 17810;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (20874 65006 672942 217000))
18008;;;;;; 672942 217000))
18009;;; Generated autoloads from mh-e/mh-e.el 17811;;; Generated autoloads from mh-e/mh-e.el
18010 17812(push (purecopy (quote (mh-e 8 5))) package--builtin-versions)
18011(put 'mh-progs 'risky-local-variable t) 17813(put 'mh-progs 'risky-local-variable t)
18012 17814
18013(put 'mh-lib 'risky-local-variable t) 17815(put 'mh-lib 'risky-local-variable t)
@@ -18021,8 +17823,8 @@ Display version information about MH-E and the MH mail handling system.
18021 17823
18022;;;*** 17824;;;***
18023 17825
18024;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 17826;;;### (autoloads nil "mh-folder" "mh-e/mh-folder.el" (20787 12616
18025;;;;;; "mh-e/mh-folder.el" (20787 12616 976036 0)) 17827;;;;;; 976036 0))
18026;;; Generated autoloads from mh-e/mh-folder.el 17828;;; Generated autoloads from mh-e/mh-folder.el
18027 17829
18028(autoload 'mh-rmail "mh-folder" "\ 17830(autoload 'mh-rmail "mh-folder" "\
@@ -18103,8 +17905,8 @@ perform the operation on all messages in that region.
18103 17905
18104;;;*** 17906;;;***
18105 17907
18106;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 17908;;;### (autoloads nil "midnight" "midnight.el" (20709 26818 907104
18107;;;;;; "midnight.el" (20709 26818 907104 0)) 17909;;;;;; 0))
18108;;; Generated autoloads from midnight.el 17910;;; Generated autoloads from midnight.el
18109 17911
18110(autoload 'clean-buffer-list "midnight" "\ 17912(autoload 'clean-buffer-list "midnight" "\
@@ -18130,8 +17932,8 @@ to its second argument TM.
18130 17932
18131;;;*** 17933;;;***
18132 17934
18133;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 17935;;;### (autoloads nil "minibuf-eldef" "minibuf-eldef.el" (20760 54070
18134;;;;;; "minibuf-eldef.el" (20760 54070 584283 0)) 17936;;;;;; 584283 0))
18135;;; Generated autoloads from minibuf-eldef.el 17937;;; Generated autoloads from minibuf-eldef.el
18136 17938
18137(defvar minibuffer-electric-default-mode nil "\ 17939(defvar minibuffer-electric-default-mode nil "\
@@ -18160,8 +17962,7 @@ is modified to remove the default indication.
18160 17962
18161;;;*** 17963;;;***
18162 17964
18163;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el" 17965;;;### (autoloads nil "misc" "misc.el" (20709 26818 907104 0))
18164;;;;;; (20709 26818 907104 0))
18165;;; Generated autoloads from misc.el 17966;;; Generated autoloads from misc.el
18166 17967
18167(autoload 'butterfly "misc" "\ 17968(autoload 'butterfly "misc" "\
@@ -18189,9 +17990,8 @@ The return value is always nil.
18189 17990
18190;;;*** 17991;;;***
18191 17992
18192;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files 17993;;;### (autoloads nil "misearch" "misearch.el" (20721 17977 14204
18193;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) 17994;;;;;; 0))
18194;;;;;; "misearch" "misearch.el" (20721 17977 14204 0))
18195;;; Generated autoloads from misearch.el 17995;;; Generated autoloads from misearch.el
18196 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 17996 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
18197 17997
@@ -18272,10 +18072,10 @@ whose file names match the specified wildcard.
18272 18072
18273;;;*** 18073;;;***
18274 18074
18275;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 18075;;;### (autoloads nil "mixal-mode" "progmodes/mixal-mode.el" (20709
18276;;;;;; (20709 26818 907104 0)) 18076;;;;;; 26818 907104 0))
18277;;; Generated autoloads from progmodes/mixal-mode.el 18077;;; Generated autoloads from progmodes/mixal-mode.el
18278 18078(push (purecopy (quote (mixal-mode 0 1))) package--builtin-versions)
18279(autoload 'mixal-mode "mixal-mode" "\ 18079(autoload 'mixal-mode "mixal-mode" "\
18280Major mode for the mixal asm language. 18080Major mode for the mixal asm language.
18281 18081
@@ -18283,8 +18083,8 @@ Major mode for the mixal asm language.
18283 18083
18284;;;*** 18084;;;***
18285 18085
18286;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el" 18086;;;### (autoloads nil "mm-encode" "gnus/mm-encode.el" (20709 26818
18287;;;;;; (20709 26818 907104 0)) 18087;;;;;; 907104 0))
18288;;; Generated autoloads from gnus/mm-encode.el 18088;;; Generated autoloads from gnus/mm-encode.el
18289 18089
18290(autoload 'mm-default-file-encoding "mm-encode" "\ 18090(autoload 'mm-default-file-encoding "mm-encode" "\
@@ -18294,8 +18094,8 @@ Return a default encoding for FILE.
18294 18094
18295;;;*** 18095;;;***
18296 18096
18297;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 18097;;;### (autoloads nil "mm-extern" "gnus/mm-extern.el" (20709 26818
18298;;;;;; "mm-extern" "gnus/mm-extern.el" (20709 26818 907104 0)) 18098;;;;;; 907104 0))
18299;;; Generated autoloads from gnus/mm-extern.el 18099;;; Generated autoloads from gnus/mm-extern.el
18300 18100
18301(autoload 'mm-extern-cache-contents "mm-extern" "\ 18101(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -18313,8 +18113,8 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18313 18113
18314;;;*** 18114;;;***
18315 18115
18316;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 18116;;;### (autoloads nil "mm-partial" "gnus/mm-partial.el" (20709 26818
18317;;;;;; (20709 26818 907104 0)) 18117;;;;;; 907104 0))
18318;;; Generated autoloads from gnus/mm-partial.el 18118;;; Generated autoloads from gnus/mm-partial.el
18319 18119
18320(autoload 'mm-inline-partial "mm-partial" "\ 18120(autoload 'mm-inline-partial "mm-partial" "\
@@ -18327,8 +18127,8 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18327 18127
18328;;;*** 18128;;;***
18329 18129
18330;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 18130;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (20709 26818 907104
18331;;;;;; "mm-url" "gnus/mm-url.el" (20709 26818 907104 0)) 18131;;;;;; 0))
18332;;; Generated autoloads from gnus/mm-url.el 18132;;; Generated autoloads from gnus/mm-url.el
18333 18133
18334(autoload 'mm-url-insert-file-contents "mm-url" "\ 18134(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -18344,8 +18144,8 @@ Insert file contents of URL using `mm-url-program'.
18344 18144
18345;;;*** 18145;;;***
18346 18146
18347;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 18147;;;### (autoloads nil "mm-uu" "gnus/mm-uu.el" (20709 26818 907104
18348;;;;;; "gnus/mm-uu.el" (20709 26818 907104 0)) 18148;;;;;; 0))
18349;;; Generated autoloads from gnus/mm-uu.el 18149;;; Generated autoloads from gnus/mm-uu.el
18350 18150
18351(autoload 'mm-uu-dissect "mm-uu" "\ 18151(autoload 'mm-uu-dissect "mm-uu" "\
@@ -18364,8 +18164,7 @@ Assume text has been decoded if DECODED is non-nil.
18364 18164
18365;;;*** 18165;;;***
18366 18166
18367;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el" 18167;;;### (autoloads nil "mml" "gnus/mml.el" (20829 21286 719109 0))
18368;;;;;; (20829 21286 719109 0))
18369;;; Generated autoloads from gnus/mml.el 18168;;; Generated autoloads from gnus/mml.el
18370 18169
18371(autoload 'mml-to-mime "mml" "\ 18170(autoload 'mml-to-mime "mml" "\
@@ -18390,8 +18189,8 @@ body) or \"attachment\" (separate from the body).
18390 18189
18391;;;*** 18190;;;***
18392 18191
18393;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 18192;;;### (autoloads nil "mml1991" "gnus/mml1991.el" (20875 30633 412173
18394;;;;;; (20875 30633 412173 0)) 18193;;;;;; 0))
18395;;; Generated autoloads from gnus/mml1991.el 18194;;; Generated autoloads from gnus/mml1991.el
18396 18195
18397(autoload 'mml1991-encrypt "mml1991" "\ 18196(autoload 'mml1991-encrypt "mml1991" "\
@@ -18406,9 +18205,8 @@ body) or \"attachment\" (separate from the body).
18406 18205
18407;;;*** 18206;;;***
18408 18207
18409;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 18208;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (20922 60838 997229
18410;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 18209;;;;;; 0))
18411;;;;;; "mml2015" "gnus/mml2015.el" (20893 60586 188550 0))
18412;;; Generated autoloads from gnus/mml2015.el 18210;;; Generated autoloads from gnus/mml2015.el
18413 18211
18414(autoload 'mml2015-decrypt "mml2015" "\ 18212(autoload 'mml2015-decrypt "mml2015" "\
@@ -18456,8 +18254,8 @@ body) or \"attachment\" (separate from the body).
18456 18254
18457;;;*** 18255;;;***
18458 18256
18459;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20355 18257;;;### (autoloads nil "modula2" "progmodes/modula2.el" (20355 10021
18460;;;;;; 10021 546955 0)) 18258;;;;;; 546955 0))
18461;;; Generated autoloads from progmodes/modula2.el 18259;;; Generated autoloads from progmodes/modula2.el
18462 18260
18463(defalias 'modula-2-mode 'm2-mode) 18261(defalias 'modula-2-mode 'm2-mode)
@@ -18490,8 +18288,8 @@ followed by the first character of the construct.
18490 18288
18491;;;*** 18289;;;***
18492 18290
18493;;;### (autoloads (denato-region nato-region unmorse-region morse-region) 18291;;;### (autoloads nil "morse" "play/morse.el" (20709 26818 907104
18494;;;;;; "morse" "play/morse.el" (20709 26818 907104 0)) 18292;;;;;; 0))
18495;;; Generated autoloads from play/morse.el 18293;;; Generated autoloads from play/morse.el
18496 18294
18497(autoload 'morse-region "morse" "\ 18295(autoload 'morse-region "morse" "\
@@ -18516,8 +18314,8 @@ Convert NATO phonetic alphabet in region to ordinary ASCII text.
18516 18314
18517;;;*** 18315;;;***
18518 18316
18519;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" 18317;;;### (autoloads nil "mouse-drag" "mouse-drag.el" (20709 26818 907104
18520;;;;;; "mouse-drag.el" (20709 26818 907104 0)) 18318;;;;;; 0))
18521;;; Generated autoloads from mouse-drag.el 18319;;; Generated autoloads from mouse-drag.el
18522 18320
18523(autoload 'mouse-drag-throw "mouse-drag" "\ 18321(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -18564,7 +18362,7 @@ To test this function, evaluate:
18564 18362
18565;;;*** 18363;;;***
18566 18364
18567;;;### (autoloads (mpc) "mpc" "mpc.el" (20838 36262 626321 0)) 18365;;;### (autoloads nil "mpc" "mpc.el" (20838 36262 626321 0))
18568;;; Generated autoloads from mpc.el 18366;;; Generated autoloads from mpc.el
18569 18367
18570(autoload 'mpc "mpc" "\ 18368(autoload 'mpc "mpc" "\
@@ -18574,8 +18372,7 @@ Main entry point for MPC.
18574 18372
18575;;;*** 18373;;;***
18576 18374
18577;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (20709 26818 907104 18375;;;### (autoloads nil "mpuz" "play/mpuz.el" (20709 26818 907104 0))
18578;;;;;; 0))
18579;;; Generated autoloads from play/mpuz.el 18376;;; Generated autoloads from play/mpuz.el
18580 18377
18581(autoload 'mpuz "mpuz" "\ 18378(autoload 'mpuz "mpuz" "\
@@ -18585,7 +18382,7 @@ Multiplication puzzle with GNU Emacs.
18585 18382
18586;;;*** 18383;;;***
18587 18384
18588;;;### (autoloads (msb-mode) "msb" "msb.el" (20709 26818 907104 0)) 18385;;;### (autoloads nil "msb" "msb.el" (20709 26818 907104 0))
18589;;; Generated autoloads from msb.el 18386;;; Generated autoloads from msb.el
18590 18387
18591(defvar msb-mode nil "\ 18388(defvar msb-mode nil "\
@@ -18610,12 +18407,8 @@ different buffer menu using the function `msb'.
18610 18407
18611;;;*** 18408;;;***
18612 18409
18613;;;### (autoloads (font-show-log mule-diag list-input-methods list-fontsets 18410;;;### (autoloads nil "mule-diag" "international/mule-diag.el" (20891
18614;;;;;; describe-fontset describe-font list-coding-categories list-coding-systems 18411;;;;;; 18859 893295 0))
18615;;;;;; describe-current-coding-system describe-current-coding-system-briefly
18616;;;;;; describe-coding-system describe-character-set list-charset-chars
18617;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
18618;;;;;; (20891 18859 893295 0))
18619;;; Generated autoloads from international/mule-diag.el 18412;;; Generated autoloads from international/mule-diag.el
18620 18413
18621(autoload 'list-character-sets "mule-diag" "\ 18414(autoload 'list-character-sets "mule-diag" "\
@@ -18747,12 +18540,8 @@ The default is 20. If LIMIT is negative, do not limit the listing.
18747 18540
18748;;;*** 18541;;;***
18749 18542
18750;;;### (autoloads (char-displayable-p detect-coding-with-language-environment 18543;;;### (autoloads nil "mule-util" "international/mule-util.el" (20826
18751;;;;;; detect-coding-with-priority with-coding-priority coding-system-translation-table-for-encode 18544;;;;;; 45095 436233 0))
18752;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
18753;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
18754;;;;;; truncate-string-to-width store-substring) "mule-util" "international/mule-util.el"
18755;;;;;; (20826 45095 436233 0))
18756;;; Generated autoloads from international/mule-util.el 18545;;; Generated autoloads from international/mule-util.el
18757 18546
18758(defsubst string-to-list (string) "\ 18547(defsubst string-to-list (string) "\
@@ -18883,9 +18672,8 @@ per-character basis, this may not be accurate.
18883 18672
18884;;;*** 18673;;;***
18885 18674
18886;;;### (autoloads (advice-member-p advice-remove advice-add remove-function 18675;;;### (autoloads nil "nadvice" "emacs-lisp/nadvice.el" (20940 4391
18887;;;;;; advice--add-function add-function advice--buffer-local advice--remove-function) 18676;;;;;; 641153 0))
18888;;;;;; "nadvice" "emacs-lisp/nadvice.el" (20872 54440 171355 0))
18889;;; Generated autoloads from emacs-lisp/nadvice.el 18677;;; Generated autoloads from emacs-lisp/nadvice.el
18890 18678
18891(autoload 'advice--remove-function "nadvice" "\ 18679(autoload 'advice--remove-function "nadvice" "\
@@ -18954,8 +18742,8 @@ is defined as a macro, alias, command, ...
18954 18742
18955(autoload 'advice-remove "nadvice" "\ 18743(autoload 'advice-remove "nadvice" "\
18956Like `remove-function' but for the function named SYMBOL. 18744Like `remove-function' but for the function named SYMBOL.
18957Contrary to `remove-function', this will work also when SYMBOL is a macro 18745Contrary to `remove-function', this also works when SYMBOL is a macro
18958and it will not signal an error if SYMBOL is not `fboundp'. 18746or an autoload and it preserves `fboundp'.
18959Instead of the actual function to remove, FUNCTION can also be the `name' 18747Instead of the actual function to remove, FUNCTION can also be the `name'
18960of the piece of advice. 18748of the piece of advice.
18961 18749
@@ -18970,11 +18758,8 @@ of the piece of advice.
18970 18758
18971;;;*** 18759;;;***
18972 18760
18973;;;### (autoloads (network-connection network-connection-to-service 18761;;;### (autoloads nil "net-utils" "net/net-utils.el" (20903 10024
18974;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 18762;;;;;; 645978 0))
18975;;;;;; nslookup nslookup-host ping traceroute route arp netstat
18976;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (20903
18977;;;;;; 10024 645978 0))
18978;;; Generated autoloads from net/net-utils.el 18763;;; Generated autoloads from net/net-utils.el
18979 18764
18980(autoload 'ifconfig "net-utils" "\ 18765(autoload 'ifconfig "net-utils" "\
@@ -19068,8 +18853,8 @@ Open a network connection to HOST on PORT.
19068 18853
19069;;;*** 18854;;;***
19070 18855
19071;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (20709 18856;;;### (autoloads nil "netrc" "net/netrc.el" (20709 26818 907104
19072;;;;;; 26818 907104 0)) 18857;;;;;; 0))
19073;;; Generated autoloads from net/netrc.el 18858;;; Generated autoloads from net/netrc.el
19074 18859
19075(autoload 'netrc-credentials "netrc" "\ 18860(autoload 'netrc-credentials "netrc" "\
@@ -19081,8 +18866,8 @@ listed in the PORTS list.
19081 18866
19082;;;*** 18867;;;***
19083 18868
19084;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el" 18869;;;### (autoloads nil "network-stream" "net/network-stream.el" (20770
19085;;;;;; (20770 3512 176098 0)) 18870;;;;;; 3512 176098 0))
19086;;; Generated autoloads from net/network-stream.el 18871;;; Generated autoloads from net/network-stream.el
19087 18872
19088(autoload 'open-network-stream "network-stream" "\ 18873(autoload 'open-network-stream "network-stream" "\
@@ -19172,8 +18957,8 @@ STARTTLS upgrades even if Emacs doesn't have built-in TLS functionality.
19172 18957
19173;;;*** 18958;;;***
19174 18959
19175;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" 18960;;;### (autoloads nil "newst-backend" "net/newst-backend.el" (20709
19176;;;;;; "net/newst-backend.el" (20709 26818 907104 0)) 18961;;;;;; 26818 907104 0))
19177;;; Generated autoloads from net/newst-backend.el 18962;;; Generated autoloads from net/newst-backend.el
19178 18963
19179(autoload 'newsticker-running-p "newst-backend" "\ 18964(autoload 'newsticker-running-p "newst-backend" "\
@@ -19194,7 +18979,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
19194 18979
19195;;;*** 18980;;;***
19196 18981
19197;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" 18982;;;### (autoloads nil "newst-plainview" "net/newst-plainview.el"
19198;;;;;; (20762 9398 526093 0)) 18983;;;;;; (20762 9398 526093 0))
19199;;; Generated autoloads from net/newst-plainview.el 18984;;; Generated autoloads from net/newst-plainview.el
19200 18985
@@ -19205,8 +18990,8 @@ Start newsticker plainview.
19205 18990
19206;;;*** 18991;;;***
19207 18992
19208;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" 18993;;;### (autoloads nil "newst-reader" "net/newst-reader.el" (20709
19209;;;;;; (20709 26818 907104 0)) 18994;;;;;; 26818 907104 0))
19210;;; Generated autoloads from net/newst-reader.el 18995;;; Generated autoloads from net/newst-reader.el
19211 18996
19212(autoload 'newsticker-show-news "newst-reader" "\ 18997(autoload 'newsticker-show-news "newst-reader" "\
@@ -19216,9 +19001,8 @@ Start reading news. You may want to bind this to a key.
19216 19001
19217;;;*** 19002;;;***
19218 19003
19219;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) 19004;;;### (autoloads nil "newst-ticker" "net/newst-ticker.el" (20709
19220;;;;;; "newst-ticker" "net/newst-ticker.el" (20709 26818 907104 19005;;;;;; 26818 907104 0))
19221;;;;;; 0))
19222;;; Generated autoloads from net/newst-ticker.el 19006;;; Generated autoloads from net/newst-ticker.el
19223 19007
19224(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 19008(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -19238,8 +19022,8 @@ running already.
19238 19022
19239;;;*** 19023;;;***
19240 19024
19241;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" 19025;;;### (autoloads nil "newst-treeview" "net/newst-treeview.el" (20709
19242;;;;;; (20709 26818 907104 0)) 19026;;;;;; 26818 907104 0))
19243;;; Generated autoloads from net/newst-treeview.el 19027;;; Generated autoloads from net/newst-treeview.el
19244 19028
19245(autoload 'newsticker-treeview "newst-treeview" "\ 19029(autoload 'newsticker-treeview "newst-treeview" "\
@@ -19249,8 +19033,14 @@ Start newsticker treeview.
19249 19033
19250;;;*** 19034;;;***
19251 19035
19252;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 19036;;;### (autoloads nil "newsticker" "net/newsticker.el" (20709 26818
19253;;;;;; (20709 26818 907104 0)) 19037;;;;;; 907104 0))
19038;;; Generated autoloads from net/newsticker.el
19039(push (purecopy (quote (newsticker 1 99))) package--builtin-versions)
19040;;;***
19041
19042;;;### (autoloads nil "nndiary" "gnus/nndiary.el" (20709 26818 907104
19043;;;;;; 0))
19254;;; Generated autoloads from gnus/nndiary.el 19044;;; Generated autoloads from gnus/nndiary.el
19255 19045
19256(autoload 'nndiary-generate-nov-databases "nndiary" "\ 19046(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -19260,8 +19050,8 @@ Generate NOV databases in all nndiary directories.
19260 19050
19261;;;*** 19051;;;***
19262 19052
19263;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (20709 19053;;;### (autoloads nil "nndoc" "gnus/nndoc.el" (20709 26818 907104
19264;;;;;; 26818 907104 0)) 19054;;;;;; 0))
19265;;; Generated autoloads from gnus/nndoc.el 19055;;; Generated autoloads from gnus/nndoc.el
19266 19056
19267(autoload 'nndoc-add-type "nndoc" "\ 19057(autoload 'nndoc-add-type "nndoc" "\
@@ -19275,8 +19065,8 @@ symbol in the alist.
19275 19065
19276;;;*** 19066;;;***
19277 19067
19278;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 19068;;;### (autoloads nil "nnfolder" "gnus/nnfolder.el" (20709 26818
19279;;;;;; (20709 26818 907104 0)) 19069;;;;;; 907104 0))
19280;;; Generated autoloads from gnus/nnfolder.el 19070;;; Generated autoloads from gnus/nnfolder.el
19281 19071
19282(autoload 'nnfolder-generate-active-file "nnfolder" "\ 19072(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -19287,8 +19077,13 @@ This command does not work if you use short group names.
19287 19077
19288;;;*** 19078;;;***
19289 19079
19290;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 19080;;;### (autoloads nil "nnmairix" "gnus/nnmairix.el" (20709 26818
19291;;;;;; (20709 26818 907104 0)) 19081;;;;;; 907104 0))
19082;;; Generated autoloads from gnus/nnmairix.el
19083(push (purecopy (quote (nnmairix 0 6))) package--builtin-versions)
19084;;;***
19085
19086;;;### (autoloads nil "nnml" "gnus/nnml.el" (20709 26818 907104 0))
19292;;; Generated autoloads from gnus/nnml.el 19087;;; Generated autoloads from gnus/nnml.el
19293 19088
19294(autoload 'nnml-generate-nov-databases "nnml" "\ 19089(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -19298,8 +19093,7 @@ Generate NOV databases in all nnml directories.
19298 19093
19299;;;*** 19094;;;***
19300 19095
19301;;;### (autoloads (disable-command enable-command disabled-command-function) 19096;;;### (autoloads nil "novice" "novice.el" (20709 26818 907104 0))
19302;;;;;; "novice" "novice.el" (20709 26818 907104 0))
19303;;; Generated autoloads from novice.el 19097;;; Generated autoloads from novice.el
19304 19098
19305(define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1") 19099(define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1")
@@ -19331,8 +19125,8 @@ future sessions.
19331 19125
19332;;;*** 19126;;;***
19333 19127
19334;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 19128;;;### (autoloads nil "nroff-mode" "textmodes/nroff-mode.el" (20709
19335;;;;;; (20709 26818 907104 0)) 19129;;;;;; 26818 907104 0))
19336;;; Generated autoloads from textmodes/nroff-mode.el 19130;;; Generated autoloads from textmodes/nroff-mode.el
19337 19131
19338(autoload 'nroff-mode "nroff-mode" "\ 19132(autoload 'nroff-mode "nroff-mode" "\
@@ -19346,8 +19140,13 @@ closing requests for requests that are used in matched pairs.
19346 19140
19347;;;*** 19141;;;***
19348 19142
19349;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" 19143;;;### (autoloads nil "ntlm" "net/ntlm.el" (20709 26818 907104 0))
19350;;;;;; (20709 26818 907104 0)) 19144;;; Generated autoloads from net/ntlm.el
19145(push (purecopy (quote (ntlm 1 0))) package--builtin-versions)
19146;;;***
19147
19148;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (20709 26818
19149;;;;;; 907104 0))
19351;;; Generated autoloads from nxml/nxml-glyph.el 19150;;; Generated autoloads from nxml/nxml-glyph.el
19352 19151
19353(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 19152(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -19359,8 +19158,8 @@ Return nil if the face cannot display a glyph for N.
19359 19158
19360;;;*** 19159;;;***
19361 19160
19362;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20884 19161;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (20884 6711
19363;;;;;; 6711 386198 0)) 19162;;;;;; 386198 0))
19364;;; Generated autoloads from nxml/nxml-mode.el 19163;;; Generated autoloads from nxml/nxml-mode.el
19365 19164
19366(autoload 'nxml-mode "nxml-mode" "\ 19165(autoload 'nxml-mode "nxml-mode" "\
@@ -19421,8 +19220,8 @@ Many aspects this mode can be customized using
19421 19220
19422;;;*** 19221;;;***
19423 19222
19424;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" 19223;;;### (autoloads nil "nxml-uchnm" "nxml/nxml-uchnm.el" (20709 26818
19425;;;;;; "nxml/nxml-uchnm.el" (20709 26818 907104 0)) 19224;;;;;; 907104 0))
19426;;; Generated autoloads from nxml/nxml-uchnm.el 19225;;; Generated autoloads from nxml/nxml-uchnm.el
19427 19226
19428(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 19227(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -19434,8 +19233,8 @@ the variable `nxml-enabled-unicode-blocks'.
19434 19233
19435;;;*** 19234;;;***
19436 19235
19437;;;### (autoloads (inferior-octave octave-mode) "octave" "progmodes/octave.el" 19236;;;### (autoloads nil "octave" "progmodes/octave.el" (20932 10282
19438;;;;;; (20905 51752 865679 0)) 19237;;;;;; 564846 0))
19439;;; Generated autoloads from progmodes/octave.el 19238;;; Generated autoloads from progmodes/octave.el
19440 19239
19441(autoload 'octave-mode "octave" "\ 19240(autoload 'octave-mode "octave" "\
@@ -19467,8 +19266,8 @@ startup file, `~/.emacs-octave'.
19467 19266
19468;;;*** 19267;;;***
19469 19268
19470;;;### (autoloads (opascal-mode) "opascal" "progmodes/opascal.el" 19269;;;### (autoloads nil "opascal" "progmodes/opascal.el" (20858 21542
19471;;;;;; (20858 21542 723007 0)) 19270;;;;;; 723007 0))
19472;;; Generated autoloads from progmodes/opascal.el 19271;;; Generated autoloads from progmodes/opascal.el
19473 19272
19474(define-obsolete-function-alias 'delphi-mode 'opascal-mode "24.4") 19273(define-obsolete-function-alias 'delphi-mode 'opascal-mode "24.4")
@@ -19509,13 +19308,7 @@ with no args, if that value is non-nil.
19509 19308
19510;;;*** 19309;;;***
19511 19310
19512;;;### (autoloads (org-customize org-reload org-submit-bug-report 19311;;;### (autoloads nil "org" "org/org.el" (20783 15545 430927 0))
19513;;;;;; org-cycle-agenda-files org-switchb org-open-link-from-string
19514;;;;;; org-open-at-point-global org-insert-link-global org-store-link
19515;;;;;; org-run-like-in-org-mode turn-on-orgstruct++ turn-on-orgstruct
19516;;;;;; orgstruct-mode org-global-cycle org-cycle org-mode org-clock-persistence-insinuate
19517;;;;;; turn-on-orgtbl org-version org-babel-do-load-languages) "org"
19518;;;;;; "org/org.el" (20783 15545 430927 0))
19519;;; Generated autoloads from org/org.el 19312;;; Generated autoloads from org/org.el
19520 19313
19521(autoload 'org-babel-do-load-languages "org" "\ 19314(autoload 'org-babel-do-load-languages "org" "\
@@ -19736,12 +19529,8 @@ Call the customize function with org as argument.
19736 19529
19737;;;*** 19530;;;***
19738 19531
19739;;;### (autoloads (org-agenda-to-appt org-calendar-goto-agenda org-diary 19532;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (20847 51240
19740;;;;;; org-agenda-list-stuck-projects org-tags-view org-todo-list 19533;;;;;; 240216 0))
19741;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
19742;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
19743;;;;;; org-agenda org-toggle-sticky-agenda) "org-agenda" "org/org-agenda.el"
19744;;;;;; (20847 51240 240216 0))
19745;;; Generated autoloads from org/org-agenda.el 19534;;; Generated autoloads from org/org-agenda.el
19746 19535
19747(autoload 'org-toggle-sticky-agenda "org-agenda" "\ 19536(autoload 'org-toggle-sticky-agenda "org-agenda" "\
@@ -19997,8 +19786,8 @@ to override `appt-message-warning-time'.
19997 19786
19998;;;*** 19787;;;***
19999 19788
20000;;;### (autoloads (org-beamer-mode org-beamer-sectioning) "org-beamer" 19789;;;### (autoloads nil "org-beamer" "org/org-beamer.el" (20709 26818
20001;;;;;; "org/org-beamer.el" (20709 26818 907104 0)) 19790;;;;;; 907104 0))
20002;;; Generated autoloads from org/org-beamer.el 19791;;; Generated autoloads from org/org-beamer.el
20003 19792
20004(autoload 'org-beamer-sectioning "org-beamer" "\ 19793(autoload 'org-beamer-sectioning "org-beamer" "\
@@ -20019,9 +19808,8 @@ Special support for editing Org-mode files made to export to beamer.
20019 19808
20020;;;*** 19809;;;***
20021 19810
20022;;;### (autoloads (org-capture-import-remember-templates org-capture 19811;;;### (autoloads nil "org-capture" "org/org-capture.el" (20723 59703
20023;;;;;; org-capture-string) "org-capture" "org/org-capture.el" (20723 19812;;;;;; 12265 0))
20024;;;;;; 59703 12265 0))
20025;;; Generated autoloads from org/org-capture.el 19813;;; Generated autoloads from org/org-capture.el
20026 19814
20027(autoload 'org-capture-string "org-capture" "\ 19815(autoload 'org-capture-string "org-capture" "\
@@ -20061,8 +19849,7 @@ Set org-capture-templates to be similar to `org-remember-templates'.
20061 19849
20062;;;*** 19850;;;***
20063 19851
20064;;;### (autoloads (org-agenda-columns org-insert-columns-dblock org-dblock-write:columnview 19852;;;### (autoloads nil "org-colview" "org/org-colview.el" (20717 20920
20065;;;;;; org-columns) "org-colview" "org/org-colview.el" (20717 20920
20066;;;;;; 410005 0)) 19853;;;;;; 410005 0))
20067;;; Generated autoloads from org/org-colview.el 19854;;; Generated autoloads from org/org-colview.el
20068 19855
@@ -20106,8 +19893,8 @@ Turn on or update column view in the agenda.
20106 19893
20107;;;*** 19894;;;***
20108 19895
20109;;;### (autoloads (org-check-version) "org-compat" "org/org-compat.el" 19896;;;### (autoloads nil "org-compat" "org/org-compat.el" (20723 59703
20110;;;;;; (20723 59703 12265 0)) 19897;;;;;; 12265 0))
20111;;; Generated autoloads from org/org-compat.el 19898;;; Generated autoloads from org/org-compat.el
20112 19899
20113(autoload 'org-check-version "org-compat" "\ 19900(autoload 'org-check-version "org-compat" "\
@@ -20117,8 +19904,8 @@ Try very hard to provide sensible version strings.
20117 19904
20118;;;*** 19905;;;***
20119 19906
20120;;;### (autoloads (org-git-version org-release) "org-version" "org/org-version.el" 19907;;;### (autoloads nil "org-version" "org/org-version.el" (20783 15545
20121;;;;;; (20783 15545 430927 0)) 19908;;;;;; 430927 0))
20122;;; Generated autoloads from org/org-version.el 19909;;; Generated autoloads from org/org-version.el
20123 19910
20124(autoload 'org-release "org-version" "\ 19911(autoload 'org-release "org-version" "\
@@ -20138,8 +19925,8 @@ The location of ODT styles.")
20138 19925
20139;;;*** 19926;;;***
20140 19927
20141;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 19928;;;### (autoloads nil "outline" "outline.el" (20773 35190 350513
20142;;;;;; (20773 35190 350513 0)) 19929;;;;;; 0))
20143;;; Generated autoloads from outline.el 19930;;; Generated autoloads from outline.el
20144(put 'outline-regexp 'safe-local-variable 'stringp) 19931(put 'outline-regexp 'safe-local-variable 'stringp)
20145(put 'outline-heading-end-regexp 'safe-local-variable 'stringp) 19932(put 'outline-heading-end-regexp 'safe-local-variable 'stringp)
@@ -20200,12 +19987,10 @@ See the command `outline-mode' for more information on this mode.
20200 19987
20201;;;*** 19988;;;***
20202 19989
20203;;;### (autoloads (list-packages describe-package package-initialize 19990;;;### (autoloads nil "package" "emacs-lisp/package.el" (20938 49065
20204;;;;;; package-refresh-contents package-install-file package-install-from-buffer 19991;;;;;; 383398 0))
20205;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el"
20206;;;;;; (20882 3877 904124 0))
20207;;; Generated autoloads from emacs-lisp/package.el 19992;;; Generated autoloads from emacs-lisp/package.el
20208 19993(push (purecopy (quote (package 1 0 1))) package--builtin-versions)
20209(defvar package-enable-at-startup t "\ 19994(defvar package-enable-at-startup t "\
20210Whether to activate installed packages when Emacs starts. 19995Whether to activate installed packages when Emacs starts.
20211If non-nil, packages are activated after reading the init file 19996If non-nil, packages are activated after reading the init file
@@ -20218,23 +20003,19 @@ activate the package system at any time.")
20218(custom-autoload 'package-enable-at-startup "package" t) 20003(custom-autoload 'package-enable-at-startup "package" t)
20219 20004
20220(autoload 'package-install "package" "\ 20005(autoload 'package-install "package" "\
20221Install the package named NAME. 20006Install the package PKG.
20222NAME should be the name of one of the available packages in an 20007PKG can be a package-desc or the package name of one the available packages
20223archive in `package-archives'. Interactively, prompt for NAME. 20008in an archive in `package-archives'. Interactively, prompt for its name.
20224 20009
20225\(fn NAME)" t nil) 20010\(fn PKG)" t nil)
20226 20011
20227(autoload 'package-install-from-buffer "package" "\ 20012(autoload 'package-install-from-buffer "package" "\
20228Install a package from the current buffer. 20013Install a package from the current buffer.
20229When called interactively, the current buffer is assumed to be a 20014The current buffer is assumed to be a single .el or .tar file that follows the
20230single .el file that follows the packaging guidelines; see info 20015packaging guidelines; see info node `(elisp)Packaging'.
20231node `(elisp)Packaging'. 20016Downloads and installs required packages as needed.
20232
20233When called from Lisp, PKG-INFO is a vector describing the
20234information, of the type returned by `package-buffer-info'; and
20235TYPE is the package type (either `single' or `tar').
20236 20017
20237\(fn PKG-INFO TYPE)" t nil) 20018\(fn)" t nil)
20238 20019
20239(autoload 'package-install-file "package" "\ 20020(autoload 'package-install-file "package" "\
20240Install a package from a file. 20021Install a package from a file.
@@ -20273,8 +20054,7 @@ The list is displayed in a buffer named `*Packages*'.
20273 20054
20274;;;*** 20055;;;***
20275 20056
20276;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20903 56815 20057;;;### (autoloads nil "paren" "paren.el" (20903 56815 695483 0))
20277;;;;;; 695483 0))
20278;;; Generated autoloads from paren.el 20058;;; Generated autoloads from paren.el
20279 20059
20280(defvar show-paren-mode nil "\ 20060(defvar show-paren-mode nil "\
@@ -20300,8 +20080,8 @@ matching parenthesis is highlighted in `show-paren-style' after
20300 20080
20301;;;*** 20081;;;***
20302 20082
20303;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 20083;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (20709
20304;;;;;; (20709 26818 907104 0)) 20084;;;;;; 26818 907104 0))
20305;;; Generated autoloads from calendar/parse-time.el 20085;;; Generated autoloads from calendar/parse-time.el
20306(put 'parse-time-rules 'risky-local-variable t) 20086(put 'parse-time-rules 'risky-local-variable t)
20307 20087
@@ -20314,8 +20094,8 @@ unknown are returned as nil.
20314 20094
20315;;;*** 20095;;;***
20316 20096
20317;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20870 20097;;;### (autoloads nil "pascal" "progmodes/pascal.el" (20870 12718
20318;;;;;; 12718 549931 0)) 20098;;;;;; 549931 0))
20319;;; Generated autoloads from progmodes/pascal.el 20099;;; Generated autoloads from progmodes/pascal.el
20320 20100
20321(autoload 'pascal-mode "pascal" "\ 20101(autoload 'pascal-mode "pascal" "\
@@ -20367,9 +20147,8 @@ no args, if that value is non-nil.
20367 20147
20368;;;*** 20148;;;***
20369 20149
20370;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache) 20150;;;### (autoloads nil "password-cache" "password-cache.el" (20709
20371;;;;;; "password-cache" "password-cache.el" (20709 26818 907104 20151;;;;;; 26818 907104 0))
20372;;;;;; 0))
20373;;; Generated autoloads from password-cache.el 20152;;; Generated autoloads from password-cache.el
20374 20153
20375(defvar password-cache t "\ 20154(defvar password-cache t "\
@@ -20390,8 +20169,8 @@ Check if KEY is in the cache.
20390 20169
20391;;;*** 20170;;;***
20392 20171
20393;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el" 20172;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (20717 20920
20394;;;;;; (20717 20920 410005 0)) 20173;;;;;; 410005 0))
20395;;; Generated autoloads from emacs-lisp/pcase.el 20174;;; Generated autoloads from emacs-lisp/pcase.el
20396 20175
20397(autoload 'pcase "pcase" "\ 20176(autoload 'pcase "pcase" "\
@@ -20452,8 +20231,8 @@ of the form (UPAT EXP).
20452 20231
20453;;;*** 20232;;;***
20454 20233
20455;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20709 20234;;;### (autoloads nil "pcmpl-cvs" "pcmpl-cvs.el" (20709 26818 907104
20456;;;;;; 26818 907104 0)) 20235;;;;;; 0))
20457;;; Generated autoloads from pcmpl-cvs.el 20236;;; Generated autoloads from pcmpl-cvs.el
20458 20237
20459(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 20238(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -20463,8 +20242,8 @@ Completion rules for the `cvs' command.
20463 20242
20464;;;*** 20243;;;***
20465 20244
20466;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 20245;;;### (autoloads nil "pcmpl-gnu" "pcmpl-gnu.el" (20907 7082 901087
20467;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20709 26818 907104 0)) 20246;;;;;; 0))
20468;;; Generated autoloads from pcmpl-gnu.el 20247;;; Generated autoloads from pcmpl-gnu.el
20469 20248
20470(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 20249(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -20491,8 +20270,8 @@ Completion for the GNU tar utility.
20491 20270
20492;;;*** 20271;;;***
20493 20272
20494;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 20273;;;### (autoloads nil "pcmpl-linux" "pcmpl-linux.el" (20884 7264
20495;;;;;; "pcmpl-linux" "pcmpl-linux.el" (20884 7264 912957 506000)) 20274;;;;;; 912957 506000))
20496;;; Generated autoloads from pcmpl-linux.el 20275;;; Generated autoloads from pcmpl-linux.el
20497 20276
20498(autoload 'pcomplete/kill "pcmpl-linux" "\ 20277(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -20512,8 +20291,8 @@ Completion for GNU/Linux `mount'.
20512 20291
20513;;;*** 20292;;;***
20514 20293
20515;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (20709 20294;;;### (autoloads nil "pcmpl-rpm" "pcmpl-rpm.el" (20709 26818 907104
20516;;;;;; 26818 907104 0)) 20295;;;;;; 0))
20517;;; Generated autoloads from pcmpl-rpm.el 20296;;; Generated autoloads from pcmpl-rpm.el
20518 20297
20519(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 20298(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -20523,9 +20302,7 @@ Completion for the `rpm' command.
20523 20302
20524;;;*** 20303;;;***
20525 20304
20526;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown 20305;;;### (autoloads nil "pcmpl-unix" "pcmpl-unix.el" (20709 26818 907104
20527;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
20528;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20709 26818 907104
20529;;;;;; 0)) 20306;;;;;; 0))
20530;;; Generated autoloads from pcmpl-unix.el 20307;;; Generated autoloads from pcmpl-unix.el
20531 20308
@@ -20581,8 +20358,8 @@ Includes files as well as host names followed by a colon.
20581 20358
20582;;;*** 20359;;;***
20583 20360
20584;;;### (autoloads (pcomplete/ack pcomplete/tlmgr) "pcmpl-x" "pcmpl-x.el" 20361;;;### (autoloads nil "pcmpl-x" "pcmpl-x.el" (20837 15398 184639
20585;;;;;; (20837 15398 184639 0)) 20362;;;;;; 0))
20586;;; Generated autoloads from pcmpl-x.el 20363;;; Generated autoloads from pcmpl-x.el
20587 20364
20588(autoload 'pcomplete/tlmgr "pcmpl-x" "\ 20365(autoload 'pcomplete/tlmgr "pcmpl-x" "\
@@ -20601,10 +20378,8 @@ long options.
20601 20378
20602;;;*** 20379;;;***
20603 20380
20604;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 20381;;;### (autoloads nil "pcomplete" "pcomplete.el" (20709 26818 907104
20605;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 20382;;;;;; 0))
20606;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20709
20607;;;;;; 26818 907104 0))
20608;;; Generated autoloads from pcomplete.el 20383;;; Generated autoloads from pcomplete.el
20609 20384
20610(autoload 'pcomplete "pcomplete" "\ 20385(autoload 'pcomplete "pcomplete" "\
@@ -20661,9 +20436,7 @@ Setup `shell-mode' to use pcomplete.
20661 20436
20662;;;*** 20437;;;***
20663 20438
20664;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 20439;;;### (autoloads nil "pcvs" "vc/pcvs.el" (20717 20920 410005 0))
20665;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
20666;;;;;; "vc/pcvs.el" (20717 20920 410005 0))
20667;;; Generated autoloads from vc/pcvs.el 20440;;; Generated autoloads from vc/pcvs.el
20668 20441
20669(autoload 'cvs-checkout "pcvs" "\ 20442(autoload 'cvs-checkout "pcvs" "\
@@ -20747,8 +20520,8 @@ Global menu used by PCL-CVS.")
20747 20520
20748;;;*** 20521;;;***
20749 20522
20750;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 20523;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (20929
20751;;;;;; (20873 17019 382960 343000)) 20524;;;;;; 34089 117790 0))
20752;;; Generated autoloads from progmodes/perl-mode.el 20525;;; Generated autoloads from progmodes/perl-mode.el
20753(put 'perl-indent-level 'safe-local-variable 'integerp) 20526(put 'perl-indent-level 'safe-local-variable 'integerp)
20754(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 20527(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -20809,8 +20582,8 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
20809 20582
20810;;;*** 20583;;;***
20811 20584
20812;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 20585;;;### (autoloads nil "picture" "textmodes/picture.el" (20709 26818
20813;;;;;; (20709 26818 907104 0)) 20586;;;;;; 907104 0))
20814;;; Generated autoloads from textmodes/picture.el 20587;;; Generated autoloads from textmodes/picture.el
20815 20588
20816(autoload 'picture-mode "picture" "\ 20589(autoload 'picture-mode "picture" "\
@@ -20890,8 +20663,8 @@ they are not by default assigned to keys.
20890 20663
20891;;;*** 20664;;;***
20892 20665
20893;;;### (autoloads (plstore-mode plstore-open) "plstore" "gnus/plstore.el" 20666;;;### (autoloads nil "plstore" "gnus/plstore.el" (20709 26818 907104
20894;;;;;; (20709 26818 907104 0)) 20667;;;;;; 0))
20895;;; Generated autoloads from gnus/plstore.el 20668;;; Generated autoloads from gnus/plstore.el
20896 20669
20897(autoload 'plstore-open "plstore" "\ 20670(autoload 'plstore-open "plstore" "\
@@ -20906,8 +20679,7 @@ Major mode for editing PLSTORE files.
20906 20679
20907;;;*** 20680;;;***
20908 20681
20909;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 20682;;;### (autoloads nil "po" "textmodes/po.el" (20791 9657 561026 0))
20910;;;;;; (20791 9657 561026 0))
20911;;; Generated autoloads from textmodes/po.el 20683;;; Generated autoloads from textmodes/po.el
20912 20684
20913(autoload 'po-find-file-coding-system "po" "\ 20685(autoload 'po-find-file-coding-system "po" "\
@@ -20918,8 +20690,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
20918 20690
20919;;;*** 20691;;;***
20920 20692
20921;;;### (autoloads (pong) "pong" "play/pong.el" (20709 26818 907104 20693;;;### (autoloads nil "pong" "play/pong.el" (20709 26818 907104 0))
20922;;;;;; 0))
20923;;; Generated autoloads from play/pong.el 20694;;; Generated autoloads from play/pong.el
20924 20695
20925(autoload 'pong "pong" "\ 20696(autoload 'pong "pong" "\
@@ -20935,8 +20706,7 @@ pong-mode keybindings:\\<pong-mode-map>
20935 20706
20936;;;*** 20707;;;***
20937 20708
20938;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20709 26818 20709;;;### (autoloads nil "pop3" "gnus/pop3.el" (20709 26818 907104 0))
20939;;;;;; 907104 0))
20940;;; Generated autoloads from gnus/pop3.el 20710;;; Generated autoloads from gnus/pop3.el
20941 20711
20942(autoload 'pop3-movemail "pop3" "\ 20712(autoload 'pop3-movemail "pop3" "\
@@ -20947,9 +20717,8 @@ Use streaming commands.
20947 20717
20948;;;*** 20718;;;***
20949 20719
20950;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression 20720;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (20709 26818 907104
20951;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" 20721;;;;;; 0))
20952;;;;;; (20709 26818 907104 0))
20953;;; Generated autoloads from emacs-lisp/pp.el 20722;;; Generated autoloads from emacs-lisp/pp.el
20954 20723
20955(autoload 'pp-to-string "pp" "\ 20724(autoload 'pp-to-string "pp" "\
@@ -20999,27 +20768,10 @@ Ignores leading comment characters.
20999 20768
21000;;;*** 20769;;;***
21001 20770
21002;;;### (autoloads (pr-txt-fast-fire pr-ps-fast-fire pr-show-lpr-setup 20771;;;### (autoloads nil "printing" "printing.el" (20891 44219 680764
21003;;;;;; pr-show-pr-setup pr-show-ps-setup pr-ps-utility pr-txt-name 20772;;;;;; 0))
21004;;;;;; pr-ps-name pr-help lpr-customize pr-customize pr-toggle-mode
21005;;;;;; pr-toggle-region pr-toggle-lock pr-toggle-header-frame pr-toggle-header
21006;;;;;; pr-toggle-zebra pr-toggle-line pr-toggle-upside-down pr-toggle-landscape
21007;;;;;; pr-toggle-tumble pr-toggle-duplex pr-toggle-spool pr-toggle-faces
21008;;;;;; pr-toggle-ghostscript pr-toggle-file-landscape pr-toggle-file-tumble
21009;;;;;; pr-toggle-file-duplex pr-ps-file-up-ps-print pr-ps-file-ps-print
21010;;;;;; pr-ps-file-print pr-ps-file-using-ghostscript pr-ps-file-up-preview
21011;;;;;; pr-ps-file-preview pr-despool-ps-print pr-despool-print pr-despool-using-ghostscript
21012;;;;;; pr-despool-preview pr-txt-mode pr-txt-region pr-txt-buffer
21013;;;;;; pr-txt-directory pr-printify-region pr-printify-buffer pr-printify-directory
21014;;;;;; pr-ps-mode-ps-print pr-ps-mode-print pr-ps-mode-using-ghostscript
21015;;;;;; pr-ps-mode-preview pr-ps-region-ps-print pr-ps-region-print
21016;;;;;; pr-ps-region-using-ghostscript pr-ps-region-preview pr-ps-buffer-ps-print
21017;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
21018;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
21019;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
21020;;;;;; (20891 44219 680764 0))
21021;;; Generated autoloads from printing.el 20773;;; Generated autoloads from printing.el
21022 20774(push (purecopy (quote (printing 6 9 3))) package--builtin-versions)
21023(autoload 'pr-interface "printing" "\ 20775(autoload 'pr-interface "printing" "\
21024Activate the printing interface buffer. 20776Activate the printing interface buffer.
21025 20777
@@ -21604,8 +21356,7 @@ are both set to t.
21604 21356
21605;;;*** 21357;;;***
21606 21358
21607;;;### (autoloads (proced) "proced" "proced.el" (20709 26818 907104 21359;;;### (autoloads nil "proced" "proced.el" (20709 26818 907104 0))
21608;;;;;; 0))
21609;;; Generated autoloads from proced.el 21360;;; Generated autoloads from proced.el
21610 21361
21611(autoload 'proced "proced" "\ 21362(autoload 'proced "proced" "\
@@ -21623,9 +21374,8 @@ Proced buffers.
21623 21374
21624;;;*** 21375;;;***
21625 21376
21626;;;### (autoloads (profiler-find-profile-other-frame profiler-find-profile-other-window 21377;;;### (autoloads nil "profiler" "profiler.el" (20932 10282 564846
21627;;;;;; profiler-find-profile profiler-start) "profiler" "profiler.el" 21378;;;;;; 0))
21628;;;;;; (20824 3367 300658 0))
21629;;; Generated autoloads from profiler.el 21379;;; Generated autoloads from profiler.el
21630 21380
21631(autoload 'profiler-start "profiler" "\ 21381(autoload 'profiler-start "profiler" "\
@@ -21653,8 +21403,8 @@ Open profile FILENAME.
21653 21403
21654;;;*** 21404;;;***
21655 21405
21656;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog" 21406;;;### (autoloads nil "prolog" "progmodes/prolog.el" (20919 46844
21657;;;;;; "progmodes/prolog.el" (20891 18859 893295 0)) 21407;;;;;; 767888 0))
21658;;; Generated autoloads from progmodes/prolog.el 21408;;; Generated autoloads from progmodes/prolog.el
21659 21409
21660(autoload 'prolog-mode "prolog" "\ 21410(autoload 'prolog-mode "prolog" "\
@@ -21689,8 +21439,7 @@ With prefix argument ARG, restart the Prolog process if running before.
21689 21439
21690;;;*** 21440;;;***
21691 21441
21692;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (20799 21442;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (20799 169 640767 0))
21693;;;;;; 169 640767 0))
21694;;; Generated autoloads from ps-bdf.el 21443;;; Generated autoloads from ps-bdf.el
21695 21444
21696(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")) "\ 21445(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")) "\
@@ -21701,10 +21450,10 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
21701 21450
21702;;;*** 21451;;;***
21703 21452
21704;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20777 21453;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (20777 63161
21705;;;;;; 63161 848428 0)) 21454;;;;;; 848428 0))
21706;;; Generated autoloads from progmodes/ps-mode.el 21455;;; Generated autoloads from progmodes/ps-mode.el
21707 21456(push (purecopy (quote (ps-mode 1 1 9))) package--builtin-versions)
21708(autoload 'ps-mode "ps-mode" "\ 21457(autoload 'ps-mode "ps-mode" "\
21709Major mode for editing PostScript with GNU Emacs. 21458Major mode for editing PostScript with GNU Emacs.
21710 21459
@@ -21748,15 +21497,10 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
21748 21497
21749;;;*** 21498;;;***
21750 21499
21751;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region 21500;;;### (autoloads nil "ps-print" "ps-print.el" (20874 65006 672942
21752;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces 21501;;;;;; 217000))
21753;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
21754;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
21755;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
21756;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20874
21757;;;;;; 65006 672942 217000))
21758;;; Generated autoloads from ps-print.el 21502;;; Generated autoloads from ps-print.el
21759 21503(push (purecopy (quote (ps-print 7 3 5))) package--builtin-versions)
21760(defvar ps-page-dimensions-database (purecopy (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5") '(addresslarge 236.0 99.0 "AddressLarge") '(addresssmall 236.0 68.0 "AddressSmall") '(cuthanging13 90.0 222.0 "CutHanging13") '(cuthanging15 90.0 114.0 "CutHanging15") '(diskette 181.0 136.0 "Diskette") '(eurofilefolder 139.0 112.0 "EuropeanFilefolder") '(eurofoldernarrow 526.0 107.0 "EuroFolderNarrow") '(eurofolderwide 526.0 136.0 "EuroFolderWide") '(euronamebadge 189.0 108.0 "EuroNameBadge") '(euronamebadgelarge 223.0 136.0 "EuroNameBadgeLarge") '(filefolder 230.0 37.0 "FileFolder") '(jewelry 76.0 136.0 "Jewelry") '(mediabadge 180.0 136.0 "MediaBadge") '(multipurpose 126.0 68.0 "MultiPurpose") '(retaillabel 90.0 104.0 "RetailLabel") '(shipping 271.0 136.0 "Shipping") '(slide35mm 26.0 104.0 "Slide35mm") '(spine8mm 187.0 26.0 "Spine8mm") '(topcoated 425.19685 136.0 "TopCoatedPaper") '(topcoatedpaper 396.0 136.0 "TopcoatedPaper150") '(vhsface 205.0 127.0 "VHSFace") '(vhsspine 400.0 50.0 "VHSSpine") '(zipdisk 156.0 136.0 "ZipDisk"))) "\ 21504(defvar ps-page-dimensions-database (purecopy (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5") '(addresslarge 236.0 99.0 "AddressLarge") '(addresssmall 236.0 68.0 "AddressSmall") '(cuthanging13 90.0 222.0 "CutHanging13") '(cuthanging15 90.0 114.0 "CutHanging15") '(diskette 181.0 136.0 "Diskette") '(eurofilefolder 139.0 112.0 "EuropeanFilefolder") '(eurofoldernarrow 526.0 107.0 "EuroFolderNarrow") '(eurofolderwide 526.0 136.0 "EuroFolderWide") '(euronamebadge 189.0 108.0 "EuroNameBadge") '(euronamebadgelarge 223.0 136.0 "EuroNameBadgeLarge") '(filefolder 230.0 37.0 "FileFolder") '(jewelry 76.0 136.0 "Jewelry") '(mediabadge 180.0 136.0 "MediaBadge") '(multipurpose 126.0 68.0 "MultiPurpose") '(retaillabel 90.0 104.0 "RetailLabel") '(shipping 271.0 136.0 "Shipping") '(slide35mm 26.0 104.0 "Slide35mm") '(spine8mm 187.0 26.0 "Spine8mm") '(topcoated 425.19685 136.0 "TopCoatedPaper") '(topcoatedpaper 396.0 136.0 "TopcoatedPaper150") '(vhsface 205.0 127.0 "VHSFace") '(vhsspine 400.0 50.0 "VHSSpine") '(zipdisk 156.0 136.0 "ZipDisk"))) "\
21761List associating a symbolic paper type to its width, height and doc media. 21505List associating a symbolic paper type to its width, height and doc media.
21762See `ps-paper-type'.") 21506See `ps-paper-type'.")
@@ -21950,10 +21694,16 @@ If EXTENSION is any other symbol, it is ignored.
21950 21694
21951;;;*** 21695;;;***
21952 21696
21953;;;### (autoloads (python-mode run-python) "python" "progmodes/python.el" 21697;;;### (autoloads nil "pulse" "cedet/pulse.el" (20709 26818 907104
21954;;;;;; (20874 65006 672942 217000)) 21698;;;;;; 0))
21699;;; Generated autoloads from cedet/pulse.el
21700(push (purecopy (quote (pulse 1 0))) package--builtin-versions)
21701;;;***
21702
21703;;;### (autoloads nil "python" "progmodes/python.el" (20928 13222
21704;;;;;; 500272 0))
21955;;; Generated autoloads from progmodes/python.el 21705;;; Generated autoloads from progmodes/python.el
21956 21706(push (purecopy (quote (python 0 24 2))) package--builtin-versions)
21957(add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode)) 21707(add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode))
21958 21708
21959(add-to-list 'interpreter-mode-alist (cons (purecopy "python") 'python-mode)) 21709(add-to-list 'interpreter-mode-alist (cons (purecopy "python") 'python-mode))
@@ -21986,8 +21736,7 @@ if that value is non-nil.
21986 21736
21987;;;*** 21737;;;***
21988 21738
21989;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 21739;;;### (autoloads nil "qp" "gnus/qp.el" (20709 26818 907104 0))
21990;;;;;; (20709 26818 907104 0))
21991;;; Generated autoloads from gnus/qp.el 21740;;; Generated autoloads from gnus/qp.el
21992 21741
21993(autoload 'quoted-printable-decode-region "qp" "\ 21742(autoload 'quoted-printable-decode-region "qp" "\
@@ -22006,11 +21755,8 @@ them into characters should be done separately.
22006 21755
22007;;;*** 21756;;;***
22008 21757
22009;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal 21758;;;### (autoloads nil "quail" "international/quail.el" (20709 26818
22010;;;;;; quail-defrule quail-install-decode-map quail-install-map 21759;;;;;; 907104 0))
22011;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
22012;;;;;; quail-define-package quail-use-package quail-title) "quail"
22013;;;;;; "international/quail.el" (20709 26818 907104 0))
22014;;; Generated autoloads from international/quail.el 21760;;; Generated autoloads from international/quail.el
22015 21761
22016(autoload 'quail-title "quail" "\ 21762(autoload 'quail-title "quail" "\
@@ -22239,10 +21985,8 @@ of each directory.
22239 21985
22240;;;*** 21986;;;***
22241 21987
22242;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 21988;;;### (autoloads nil "quickurl" "net/quickurl.el" (20799 169 640767
22243;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 21989;;;;;; 0))
22244;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20799
22245;;;;;; 169 640767 0))
22246;;; Generated autoloads from net/quickurl.el 21990;;; Generated autoloads from net/quickurl.el
22247 21991
22248(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" "\ 21992(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" "\
@@ -22313,8 +22057,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22313 22057
22314;;;*** 22058;;;***
22315 22059
22316;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 22060;;;### (autoloads nil "rcirc" "net/rcirc.el" (20770 3512 176098 0))
22317;;;;;; "net/rcirc.el" (20770 3512 176098 0))
22318;;; Generated autoloads from net/rcirc.el 22061;;; Generated autoloads from net/rcirc.el
22319 22062
22320(autoload 'rcirc "rcirc" "\ 22063(autoload 'rcirc "rcirc" "\
@@ -22352,8 +22095,8 @@ if ARG is omitted or nil.
22352 22095
22353;;;*** 22096;;;***
22354 22097
22355;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (20709 22098;;;### (autoloads nil "rcompile" "net/rcompile.el" (20709 26818 907104
22356;;;;;; 26818 907104 0)) 22099;;;;;; 0))
22357;;; Generated autoloads from net/rcompile.el 22100;;; Generated autoloads from net/rcompile.el
22358 22101
22359(autoload 'remote-compile "rcompile" "\ 22102(autoload 'remote-compile "rcompile" "\
@@ -22364,8 +22107,8 @@ See \\[compile].
22364 22107
22365;;;*** 22108;;;***
22366 22109
22367;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 22110;;;### (autoloads nil "re-builder" "emacs-lisp/re-builder.el" (20709
22368;;;;;; (20709 26818 907104 0)) 22111;;;;;; 26818 907104 0))
22369;;; Generated autoloads from emacs-lisp/re-builder.el 22112;;; Generated autoloads from emacs-lisp/re-builder.el
22370 22113
22371(defalias 'regexp-builder 're-builder) 22114(defalias 'regexp-builder 're-builder)
@@ -22383,8 +22126,8 @@ matching parts of the target buffer will be highlighted.
22383 22126
22384;;;*** 22127;;;***
22385 22128
22386;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20871 33574 22129;;;### (autoloads nil "recentf" "recentf.el" (20871 33574 214287
22387;;;;;; 214287 0)) 22130;;;;;; 0))
22388;;; Generated autoloads from recentf.el 22131;;; Generated autoloads from recentf.el
22389 22132
22390(defvar recentf-mode nil "\ 22133(defvar recentf-mode nil "\
@@ -22410,11 +22153,7 @@ were operated on recently.
22410 22153
22411;;;*** 22154;;;***
22412 22155
22413;;;### (autoloads (rectangle-number-lines clear-rectangle string-insert-rectangle 22156;;;### (autoloads nil "rect" "rect.el" (20709 26818 907104 0))
22414;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle
22415;;;;;; insert-rectangle yank-rectangle copy-rectangle-as-kill kill-rectangle
22416;;;;;; extract-rectangle delete-extract-rectangle delete-rectangle)
22417;;;;;; "rect" "rect.el" (20709 26818 907104 0))
22418;;; Generated autoloads from rect.el 22157;;; Generated autoloads from rect.el
22419 22158
22420(autoload 'delete-rectangle "rect" "\ 22159(autoload 'delete-rectangle "rect" "\
@@ -22548,8 +22287,8 @@ with a prefix argument, prompt for START-AT and FORMAT.
22548 22287
22549;;;*** 22288;;;***
22550 22289
22551;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (20884 22290;;;### (autoloads nil "refill" "textmodes/refill.el" (20884 7264
22552;;;;;; 7264 912957 506000)) 22291;;;;;; 912957 506000))
22553;;; Generated autoloads from textmodes/refill.el 22292;;; Generated autoloads from textmodes/refill.el
22554 22293
22555(autoload 'refill-mode "refill" "\ 22294(autoload 'refill-mode "refill" "\
@@ -22569,9 +22308,8 @@ For true \"word wrap\" behavior, use `visual-line-mode' instead.
22569 22308
22570;;;*** 22309;;;***
22571 22310
22572;;;### (autoloads (reftex-reset-scanning-information reftex-mode 22311;;;### (autoloads nil "reftex" "textmodes/reftex.el" (20928 13222
22573;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20895 15912 22312;;;;;; 500272 0))
22574;;;;;; 444844 0))
22575;;; Generated autoloads from textmodes/reftex.el 22313;;; Generated autoloads from textmodes/reftex.el
22576 22314
22577(autoload 'turn-on-reftex "reftex" "\ 22315(autoload 'turn-on-reftex "reftex" "\
@@ -22620,8 +22358,8 @@ This enforces rescanning the buffer on next use.
22620 22358
22621;;;*** 22359;;;***
22622 22360
22623;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 22361;;;### (autoloads nil "reftex-cite" "textmodes/reftex-cite.el" (20921
22624;;;;;; (20838 36262 626321 0)) 22362;;;;;; 39978 248467 0))
22625;;; Generated autoloads from textmodes/reftex-cite.el 22363;;; Generated autoloads from textmodes/reftex-cite.el
22626 22364
22627(autoload 'reftex-citation "reftex-cite" "\ 22365(autoload 'reftex-citation "reftex-cite" "\
@@ -22650,7 +22388,7 @@ While entering the regexp, completion on knows citation keys is possible.
22650 22388
22651;;;*** 22389;;;***
22652 22390
22653;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 22391;;;### (autoloads nil "reftex-global" "textmodes/reftex-global.el"
22654;;;;;; (20709 26818 907104 0)) 22392;;;;;; (20709 26818 907104 0))
22655;;; Generated autoloads from textmodes/reftex-global.el 22393;;; Generated autoloads from textmodes/reftex-global.el
22656 22394
@@ -22667,7 +22405,7 @@ With no argument, this command toggles
22667 22405
22668;;;*** 22406;;;***
22669 22407
22670;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 22408;;;### (autoloads nil "reftex-index" "textmodes/reftex-index.el"
22671;;;;;; (20709 26818 907104 0)) 22409;;;;;; (20709 26818 907104 0))
22672;;; Generated autoloads from textmodes/reftex-index.el 22410;;; Generated autoloads from textmodes/reftex-index.el
22673 22411
@@ -22700,8 +22438,8 @@ Here are all local bindings.
22700 22438
22701;;;*** 22439;;;***
22702 22440
22703;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 22441;;;### (autoloads nil "reftex-parse" "textmodes/reftex-parse.el"
22704;;;;;; (20895 15912 444844 0)) 22442;;;;;; (20921 39978 248467 0))
22705;;; Generated autoloads from textmodes/reftex-parse.el 22443;;; Generated autoloads from textmodes/reftex-parse.el
22706 22444
22707(autoload 'reftex-all-document-files "reftex-parse" "\ 22445(autoload 'reftex-all-document-files "reftex-parse" "\
@@ -22723,8 +22461,8 @@ of master file.
22723 22461
22724;;;*** 22462;;;***
22725 22463
22726;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 22464;;;### (autoloads nil "regexp-opt" "emacs-lisp/regexp-opt.el" (20709
22727;;;;;; (20709 26818 907104 0)) 22465;;;;;; 26818 907104 0))
22728;;; Generated autoloads from emacs-lisp/regexp-opt.el 22466;;; Generated autoloads from emacs-lisp/regexp-opt.el
22729 22467
22730(autoload 'regexp-opt "regexp-opt" "\ 22468(autoload 'regexp-opt "regexp-opt" "\
@@ -22753,11 +22491,16 @@ This means the number of non-shy regexp grouping constructs
22753 22491
22754;;;*** 22492;;;***
22755 22493
22756;;;### (autoloads (remember-diary-extract-entries remember-clipboard 22494;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (20709 26818 907104
22757;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" 22495;;;;;; 0))
22758;;;;;; (20874 65006 672942 217000)) 22496;;; Generated autoloads from emacs-lisp/regi.el
22497(push (purecopy (quote (regi 1 8))) package--builtin-versions)
22498;;;***
22499
22500;;;### (autoloads nil "remember" "textmodes/remember.el" (20945 22315
22501;;;;;; 8369 0))
22759;;; Generated autoloads from textmodes/remember.el 22502;;; Generated autoloads from textmodes/remember.el
22760 22503(push (purecopy (quote (remember 2 0))) package--builtin-versions)
22761(autoload 'remember "remember" "\ 22504(autoload 'remember "remember" "\
22762Remember an arbitrary piece of data. 22505Remember an arbitrary piece of data.
22763INITIAL is the text to initially place in the *Remember* buffer, 22506INITIAL is the text to initially place in the *Remember* buffer,
@@ -22783,12 +22526,38 @@ Extract diary entries from the region.
22783 22526
22784\(fn)" nil nil) 22527\(fn)" nil nil)
22785 22528
22529(autoload 'remember-notes "remember" "\
22530Creates notes buffer and switches to it if called interactively.
22531
22532If a notes buffer created by a previous invocation of this
22533function already exist, it will be returned. Otherwise a new
22534buffer will be created whose content will be read from file
22535pointed by `remember-data-file'. If a buffer visiting this file
22536already exist, that buffer will be used instead of creating a new
22537one (see `find-file-noselect' function for more details).
22538
22539Name of the created buffer is taken from `remember-notes-buffer-name'
22540variable and if a buffer with that name already exist (but was not
22541created by this function), it will be first killed.
22542\\<remember-notes-mode-map>
22543`remember-notes-mode' is active in the notes buffer which by default
22544contains only one \\[save-and-bury-buffer] binding which saves and
22545buries the buffer.
22546
22547Function returns notes buffer. When called interactively,
22548switches to it as well.
22549
22550Notes buffer is meant for keeping random notes which you'd like to
22551preserve across Emacs restarts. The notes will be stored in the
22552`remember-data-file'.
22553
22554\(fn &optional SWITCH-TO)" t nil)
22555
22786;;;*** 22556;;;***
22787 22557
22788;;;### (autoloads (repeat) "repeat" "repeat.el" (20709 26818 907104 22558;;;### (autoloads nil "repeat" "repeat.el" (20709 26818 907104 0))
22789;;;;;; 0))
22790;;; Generated autoloads from repeat.el 22559;;; Generated autoloads from repeat.el
22791 22560(push (purecopy (quote (repeat 0 51))) package--builtin-versions)
22792(autoload 'repeat "repeat" "\ 22561(autoload 'repeat "repeat" "\
22793Repeat most recently executed command. 22562Repeat most recently executed command.
22794If REPEAT-ARG is non-nil (interactively, with a prefix argument), 22563If REPEAT-ARG is non-nil (interactively, with a prefix argument),
@@ -22808,8 +22577,8 @@ recently executed command not bound to an input event\".
22808 22577
22809;;;*** 22578;;;***
22810 22579
22811;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 22580;;;### (autoloads nil "reporter" "mail/reporter.el" (20921 39978
22812;;;;;; (20709 26818 907104 0)) 22581;;;;;; 248467 0))
22813;;; Generated autoloads from mail/reporter.el 22582;;; Generated autoloads from mail/reporter.el
22814 22583
22815(autoload 'reporter-submit-bug-report "reporter" "\ 22584(autoload 'reporter-submit-bug-report "reporter" "\
@@ -22840,8 +22609,8 @@ mail-sending package is used for editing and sending the message.
22840 22609
22841;;;*** 22610;;;***
22842 22611
22843;;;### (autoloads (reposition-window) "reposition" "reposition.el" 22612;;;### (autoloads nil "reposition" "reposition.el" (20709 26818 907104
22844;;;;;; (20709 26818 907104 0)) 22613;;;;;; 0))
22845;;; Generated autoloads from reposition.el 22614;;; Generated autoloads from reposition.el
22846 22615
22847(autoload 'reposition-window "reposition" "\ 22616(autoload 'reposition-window "reposition" "\
@@ -22867,8 +22636,7 @@ first comment line visible (if point is in a comment).
22867 22636
22868;;;*** 22637;;;***
22869 22638
22870;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 22639;;;### (autoloads nil "reveal" "reveal.el" (20709 26818 907104 0))
22871;;;;;; (20709 26818 907104 0))
22872;;; Generated autoloads from reveal.el 22640;;; Generated autoloads from reveal.el
22873 22641
22874(autoload 'reveal-mode "reveal" "\ 22642(autoload 'reveal-mode "reveal" "\
@@ -22903,8 +22671,8 @@ the mode if ARG is omitted or nil.
22903 22671
22904;;;*** 22672;;;***
22905 22673
22906;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 22674;;;### (autoloads nil "ring" "emacs-lisp/ring.el" (20709 26818 907104
22907;;;;;; (20709 26818 907104 0)) 22675;;;;;; 0))
22908;;; Generated autoloads from emacs-lisp/ring.el 22676;;; Generated autoloads from emacs-lisp/ring.el
22909 22677
22910(autoload 'ring-p "ring" "\ 22678(autoload 'ring-p "ring" "\
@@ -22919,8 +22687,8 @@ Make a ring that can contain SIZE elements.
22919 22687
22920;;;*** 22688;;;***
22921 22689
22922;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20903 10024 22690;;;### (autoloads nil "rlogin" "net/rlogin.el" (20903 10024 645978
22923;;;;;; 645978 0)) 22691;;;;;; 0))
22924;;; Generated autoloads from net/rlogin.el 22692;;; Generated autoloads from net/rlogin.el
22925 22693
22926(autoload 'rlogin "rlogin" "\ 22694(autoload 'rlogin "rlogin" "\
@@ -22964,12 +22732,7 @@ variable.
22964 22732
22965;;;*** 22733;;;***
22966 22734
22967;;;### (autoloads (rmail-set-remote-password rmail-input rmail-mode 22735;;;### (autoloads nil "rmail" "mail/rmail.el" (20892 39729 858825
22968;;;;;; rmail rmail-show-message-hook rmail-secondary-file-regexp
22969;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
22970;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
22971;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p rmail-spool-directory
22972;;;;;; rmail-file-name) "rmail" "mail/rmail.el" (20892 39729 858825
22973;;;;;; 0)) 22736;;;;;; 0))
22974;;; Generated autoloads from mail/rmail.el 22737;;; Generated autoloads from mail/rmail.el
22975 22738
@@ -23167,8 +22930,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23167 22930
23168;;;*** 22931;;;***
23169 22932
23170;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen 22933;;;### (autoloads nil "rmailout" "mail/rmailout.el" (20709 26818
23171;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20709 26818
23172;;;;;; 907104 0)) 22934;;;;;; 907104 0))
23173;;; Generated autoloads from mail/rmailout.el 22935;;; Generated autoloads from mail/rmailout.el
23174(put 'rmail-output-file-alist 'risky-local-variable t) 22936(put 'rmail-output-file-alist 'risky-local-variable t)
@@ -23233,8 +22995,8 @@ than appending to it. Deletes the message after writing if
23233 22995
23234;;;*** 22996;;;***
23235 22997
23236;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" 22998;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (20709 26818
23237;;;;;; (20709 26818 907104 0)) 22999;;;;;; 907104 0))
23238;;; Generated autoloads from nxml/rng-cmpct.el 23000;;; Generated autoloads from nxml/rng-cmpct.el
23239 23001
23240(autoload 'rng-c-load-schema "rng-cmpct" "\ 23002(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -23245,8 +23007,8 @@ Return a pattern.
23245 23007
23246;;;*** 23008;;;***
23247 23009
23248;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" 23010;;;### (autoloads nil "rng-nxml" "nxml/rng-nxml.el" (20813 33065
23249;;;;;; (20813 33065 721081 0)) 23011;;;;;; 721081 0))
23250;;; Generated autoloads from nxml/rng-nxml.el 23012;;; Generated autoloads from nxml/rng-nxml.el
23251 23013
23252(autoload 'rng-nxml-mode-init "rng-nxml" "\ 23014(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -23258,8 +23020,8 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23258 23020
23259;;;*** 23021;;;***
23260 23022
23261;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" 23023;;;### (autoloads nil "rng-valid" "nxml/rng-valid.el" (20884 6711
23262;;;;;; (20884 6711 386198 0)) 23024;;;;;; 386198 0))
23263;;; Generated autoloads from nxml/rng-valid.el 23025;;; Generated autoloads from nxml/rng-valid.el
23264 23026
23265(autoload 'rng-validate-mode "rng-valid" "\ 23027(autoload 'rng-validate-mode "rng-valid" "\
@@ -23289,8 +23051,8 @@ to use for finding the schema.
23289 23051
23290;;;*** 23052;;;***
23291 23053
23292;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (20709 23054;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (20709 26818 907104
23293;;;;;; 26818 907104 0)) 23055;;;;;; 0))
23294;;; Generated autoloads from nxml/rng-xsd.el 23056;;; Generated autoloads from nxml/rng-xsd.el
23295 23057
23296(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 23058(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -23317,8 +23079,8 @@ must be equal.
23317 23079
23318;;;*** 23080;;;***
23319 23081
23320;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) 23082;;;### (autoloads nil "robin" "international/robin.el" (20523 62082
23321;;;;;; "robin" "international/robin.el" (20523 62082 997685 0)) 23083;;;;;; 997685 0))
23322;;; Generated autoloads from international/robin.el 23084;;; Generated autoloads from international/robin.el
23323 23085
23324(autoload 'robin-define-package "robin" "\ 23086(autoload 'robin-define-package "robin" "\
@@ -23350,9 +23112,7 @@ Start using robin package NAME, which is a string.
23350 23112
23351;;;*** 23113;;;***
23352 23114
23353;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 23115;;;### (autoloads nil "rot13" "rot13.el" (20709 26818 907104 0))
23354;;;;;; rot13-string rot13) "rot13" "rot13.el" (20709 26818 907104
23355;;;;;; 0))
23356;;; Generated autoloads from rot13.el 23116;;; Generated autoloads from rot13.el
23357 23117
23358(autoload 'rot13 "rot13" "\ 23118(autoload 'rot13 "rot13" "\
@@ -23389,8 +23149,8 @@ Toggle the use of ROT13 encoding for the current window.
23389 23149
23390;;;*** 23150;;;***
23391 23151
23392;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" 23152;;;### (autoloads nil "rst" "textmodes/rst.el" (20932 10282 564846
23393;;;;;; (20884 7264 912957 506000)) 23153;;;;;; 0))
23394;;; Generated autoloads from textmodes/rst.el 23154;;; Generated autoloads from textmodes/rst.el
23395 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 23155 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
23396 23156
@@ -23420,10 +23180,10 @@ for modes derived from Text mode, like Mail mode.
23420 23180
23421;;;*** 23181;;;***
23422 23182
23423;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" 23183;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (20944
23424;;;;;; (20905 51752 865679 0)) 23184;;;;;; 1446 914400 0))
23425;;; Generated autoloads from progmodes/ruby-mode.el 23185;;; Generated autoloads from progmodes/ruby-mode.el
23426 23186(push (purecopy (quote (ruby-mode 1 2))) package--builtin-versions)
23427(autoload 'ruby-mode "ruby-mode" "\ 23187(autoload 'ruby-mode "ruby-mode" "\
23428Major mode for editing Ruby scripts. 23188Major mode for editing Ruby scripts.
23429\\[ruby-indent-line] properly indents subexpressions of multi-line 23189\\[ruby-indent-line] properly indents subexpressions of multi-line
@@ -23436,20 +23196,16 @@ The variable `ruby-indent-level' controls the amount of indentation.
23436 23196
23437\(fn)" t nil) 23197\(fn)" t nil)
23438 23198
23439(add-to-list 'auto-mode-alist (cons (purecopy "\\.rb\\'") 'ruby-mode)) 23199(add-to-list 'auto-mode-alist (cons (purecopy (concat "\\(?:\\." "rb\\|ru\\|rake\\|thor" "\\|jbuilder\\|gemspec" "\\|/" "\\(?:Gem\\|Rake\\|Cap\\|Thor" "Vagrant\\|Guard\\)file" "\\)\\'")) 'ruby-mode))
23440
23441(add-to-list 'auto-mode-alist (cons (purecopy "Rakefile\\'") 'ruby-mode))
23442
23443(add-to-list 'auto-mode-alist (cons (purecopy "\\.gemspec\\'") 'ruby-mode))
23444 23200
23445(dolist (name (list "ruby" "rbx" "jruby" "ruby1.9" "ruby1.8")) (add-to-list 'interpreter-mode-alist (cons (purecopy name) 'ruby-mode))) 23201(dolist (name (list "ruby" "rbx" "jruby" "ruby1.9" "ruby1.8")) (add-to-list 'interpreter-mode-alist (cons (purecopy name) 'ruby-mode)))
23446 23202
23447;;;*** 23203;;;***
23448 23204
23449;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (20791 23205;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (20791 9657 561026
23450;;;;;; 9657 561026 0)) 23206;;;;;; 0))
23451;;; Generated autoloads from ruler-mode.el 23207;;; Generated autoloads from ruler-mode.el
23452 23208(push (purecopy (quote (ruler-mode 1 6))) package--builtin-versions)
23453(defvar ruler-mode nil "\ 23209(defvar ruler-mode nil "\
23454Non-nil if Ruler mode is enabled. 23210Non-nil if Ruler mode is enabled.
23455Use the command `ruler-mode' to change this variable.") 23211Use the command `ruler-mode' to change this variable.")
@@ -23464,8 +23220,8 @@ if ARG is omitted or nil.
23464 23220
23465;;;*** 23221;;;***
23466 23222
23467;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20709 23223;;;### (autoloads nil "rx" "emacs-lisp/rx.el" (20709 26818 907104
23468;;;;;; 26818 907104 0)) 23224;;;;;; 0))
23469;;; Generated autoloads from emacs-lisp/rx.el 23225;;; Generated autoloads from emacs-lisp/rx.el
23470 23226
23471(autoload 'rx-to-string "rx" "\ 23227(autoload 'rx-to-string "rx" "\
@@ -23776,10 +23532,16 @@ enclosed in `(and ...)'.
23776 23532
23777;;;*** 23533;;;***
23778 23534
23779;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (20709 23535;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (20709 26818
23780;;;;;; 26818 907104 0)) 23536;;;;;; 907104 0))
23537;;; Generated autoloads from net/sasl-ntlm.el
23538(push (purecopy (quote (sasl 1 0))) package--builtin-versions)
23539;;;***
23540
23541;;;### (autoloads nil "savehist" "savehist.el" (20709 26818 907104
23542;;;;;; 0))
23781;;; Generated autoloads from savehist.el 23543;;; Generated autoloads from savehist.el
23782 23544(push (purecopy (quote (savehist 24))) package--builtin-versions)
23783(defvar savehist-mode nil "\ 23545(defvar savehist-mode nil "\
23784Non-nil if Savehist mode is enabled. 23546Non-nil if Savehist mode is enabled.
23785See the command `savehist-mode' for a description of this minor mode. 23547See the command `savehist-mode' for a description of this minor mode.
@@ -23808,8 +23570,8 @@ histories, which is probably undesirable.
23808 23570
23809;;;*** 23571;;;***
23810 23572
23811;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 23573;;;### (autoloads nil "scheme" "progmodes/scheme.el" (20924 16196
23812;;;;;; (20805 38951 572072 0)) 23574;;;;;; 967284 0))
23813;;; Generated autoloads from progmodes/scheme.el 23575;;; Generated autoloads from progmodes/scheme.el
23814 23576
23815(autoload 'scheme-mode "scheme" "\ 23577(autoload 'scheme-mode "scheme" "\
@@ -23850,8 +23612,8 @@ that variable's value is a string.
23850 23612
23851;;;*** 23613;;;***
23852 23614
23853;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 23615;;;### (autoloads nil "score-mode" "gnus/score-mode.el" (20709 26818
23854;;;;;; (20709 26818 907104 0)) 23616;;;;;; 907104 0))
23855;;; Generated autoloads from gnus/score-mode.el 23617;;; Generated autoloads from gnus/score-mode.el
23856 23618
23857(autoload 'gnus-score-mode "score-mode" "\ 23619(autoload 'gnus-score-mode "score-mode" "\
@@ -23864,8 +23626,8 @@ This mode is an extended emacs-lisp mode.
23864 23626
23865;;;*** 23627;;;***
23866 23628
23867;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 23629;;;### (autoloads nil "scroll-all" "scroll-all.el" (20709 26818 907104
23868;;;;;; (20709 26818 907104 0)) 23630;;;;;; 0))
23869;;; Generated autoloads from scroll-all.el 23631;;; Generated autoloads from scroll-all.el
23870 23632
23871(defvar scroll-all-mode nil "\ 23633(defvar scroll-all-mode nil "\
@@ -23890,8 +23652,8 @@ one window apply to all visible windows in the same frame.
23890 23652
23891;;;*** 23653;;;***
23892 23654
23893;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 23655;;;### (autoloads nil "scroll-lock" "scroll-lock.el" (20709 26818
23894;;;;;; (20709 26818 907104 0)) 23656;;;;;; 907104 0))
23895;;; Generated autoloads from scroll-lock.el 23657;;; Generated autoloads from scroll-lock.el
23896 23658
23897(autoload 'scroll-lock-mode "scroll-lock" "\ 23659(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -23907,7 +23669,7 @@ vertically fixed relative to window boundaries during scrolling.
23907 23669
23908;;;*** 23670;;;***
23909 23671
23910;;;### (autoloads nil "secrets" "net/secrets.el" (20709 26818 907104 23672;;;### (autoloads nil "secrets" "net/secrets.el" (20929 34089 117790
23911;;;;;; 0)) 23673;;;;;; 0))
23912;;; Generated autoloads from net/secrets.el 23674;;; Generated autoloads from net/secrets.el
23913(when (featurep 'dbusbind) 23675(when (featurep 'dbusbind)
@@ -23915,10 +23677,10 @@ vertically fixed relative to window boundaries during scrolling.
23915 23677
23916;;;*** 23678;;;***
23917 23679
23918;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" 23680;;;### (autoloads nil "semantic" "cedet/semantic.el" (20908 27948
23919;;;;;; "cedet/semantic.el" (20813 33065 721081 0)) 23681;;;;;; 216644 0))
23920;;; Generated autoloads from cedet/semantic.el 23682;;; Generated autoloads from cedet/semantic.el
23921 23683(push (purecopy (quote (semantic 2 2))) package--builtin-versions)
23922(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ 23684(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
23923List of auxiliary Semantic minor modes enabled by `semantic-mode'. 23685List of auxiliary Semantic minor modes enabled by `semantic-mode'.
23924The possible elements of this list include the following: 23686The possible elements of this list include the following:
@@ -23972,8 +23734,8 @@ Semantic mode.
23972 23734
23973;;;*** 23735;;;***
23974 23736
23975;;;### (autoloads (bovine-grammar-mode) "semantic/bovine/grammar" 23737;;;### (autoloads nil "semantic/bovine/grammar" "cedet/semantic/bovine/grammar.el"
23976;;;;;; "cedet/semantic/bovine/grammar.el" (20895 15912 444844 0)) 23738;;;;;; (20895 15912 444844 0))
23977;;; Generated autoloads from cedet/semantic/bovine/grammar.el 23739;;; Generated autoloads from cedet/semantic/bovine/grammar.el
23978 23740
23979(autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\ 23741(autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\
@@ -23983,8 +23745,8 @@ Major mode for editing Bovine grammars.
23983 23745
23984;;;*** 23746;;;***
23985 23747
23986;;;### (autoloads (wisent-grammar-mode) "semantic/wisent/grammar" 23748;;;### (autoloads nil "semantic/wisent/grammar" "cedet/semantic/wisent/grammar.el"
23987;;;;;; "cedet/semantic/wisent/grammar.el" (20879 27694 495748 0)) 23749;;;;;; (20879 27694 495748 0))
23988;;; Generated autoloads from cedet/semantic/wisent/grammar.el 23750;;; Generated autoloads from cedet/semantic/wisent/grammar.el
23989 23751
23990(autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\ 23752(autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\
@@ -23994,15 +23756,8 @@ Major mode for editing Wisent grammars.
23994 23756
23995;;;*** 23757;;;***
23996 23758
23997;;;### (autoloads (mail-other-frame mail-other-window mail mail-mailing-lists 23759;;;### (autoloads nil "sendmail" "mail/sendmail.el" (20723 59703
23998;;;;;; mail-mode sendmail-user-agent-compose sendmail-query-once 23760;;;;;; 12265 0))
23999;;;;;; mail-default-headers mail-default-directory mail-signature-file
24000;;;;;; mail-signature mail-citation-prefix-regexp mail-citation-hook
24001;;;;;; mail-indentation-spaces mail-yank-prefix mail-setup-hook
24002;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name
24003;;;;;; mail-header-separator send-mail-function mail-interactive
24004;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
24005;;;;;; "sendmail" "mail/sendmail.el" (20723 59703 12265 0))
24006;;; Generated autoloads from mail/sendmail.el 23761;;; Generated autoloads from mail/sendmail.el
24007 23762
24008(defvar mail-from-style 'default "\ 23763(defvar mail-from-style 'default "\
@@ -24283,9 +24038,7 @@ Like `mail' command, but display mail buffer in another frame.
24283 24038
24284;;;*** 24039;;;***
24285 24040
24286;;;### (autoloads (server-save-buffers-kill-terminal server-mode 24041;;;### (autoloads nil "server" "server.el" (20763 30266 231060 0))
24287;;;;;; server-force-delete server-start) "server" "server.el" (20763
24288;;;;;; 30266 231060 0))
24289;;; Generated autoloads from server.el 24042;;; Generated autoloads from server.el
24290 24043
24291(put 'server-host 'risky-local-variable t) 24044(put 'server-host 'risky-local-variable t)
@@ -24352,7 +24105,7 @@ only these files will be asked to be saved.
24352 24105
24353;;;*** 24106;;;***
24354 24107
24355;;;### (autoloads (ses-mode) "ses" "ses.el" (20709 26818 907104 0)) 24108;;;### (autoloads nil "ses" "ses.el" (20709 26818 907104 0))
24356;;; Generated autoloads from ses.el 24109;;; Generated autoloads from ses.el
24357 24110
24358(autoload 'ses-mode "ses" "\ 24111(autoload 'ses-mode "ses" "\
@@ -24370,8 +24123,8 @@ These are active only in the minibuffer, when entering or editing a formula:
24370 24123
24371;;;*** 24124;;;***
24372 24125
24373;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 24126;;;### (autoloads nil "sgml-mode" "textmodes/sgml-mode.el" (20784
24374;;;;;; (20784 36406 653593 0)) 24127;;;;;; 36406 653593 0))
24375;;; Generated autoloads from textmodes/sgml-mode.el 24128;;; Generated autoloads from textmodes/sgml-mode.el
24376 24129
24377(autoload 'sgml-mode "sgml-mode" "\ 24130(autoload 'sgml-mode "sgml-mode" "\
@@ -24436,10 +24189,10 @@ To work around that, do:
24436 24189
24437;;;*** 24190;;;***
24438 24191
24439;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 24192;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (20850
24440;;;;;; (20850 27430 515630 0)) 24193;;;;;; 27430 515630 0))
24441;;; Generated autoloads from progmodes/sh-script.el 24194;;; Generated autoloads from progmodes/sh-script.el
24442(put 'sh-shell 'safe-local-variable 'symbolp) 24195(push (purecopy (quote (sh-script 2 0 6))) package--builtin-versions)(put 'sh-shell 'safe-local-variable 'symbolp)
24443 24196
24444(autoload 'sh-mode "sh-script" "\ 24197(autoload 'sh-mode "sh-script" "\
24445Major mode for editing shell scripts. 24198Major mode for editing shell scripts.
@@ -24500,8 +24253,8 @@ with your script for an edit-interpret-debug cycle.
24500 24253
24501;;;*** 24254;;;***
24502 24255
24503;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 24256;;;### (autoloads nil "shadow" "emacs-lisp/shadow.el" (20858 21542
24504;;;;;; (20858 21542 723007 0)) 24257;;;;;; 723007 0))
24505;;; Generated autoloads from emacs-lisp/shadow.el 24258;;; Generated autoloads from emacs-lisp/shadow.el
24506 24259
24507(autoload 'list-load-path-shadows "shadow" "\ 24260(autoload 'list-load-path-shadows "shadow" "\
@@ -24550,9 +24303,8 @@ function, `load-path-shadows-find'.
24550 24303
24551;;;*** 24304;;;***
24552 24305
24553;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 24306;;;### (autoloads nil "shadowfile" "shadowfile.el" (20799 169 640767
24554;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (20799 24307;;;;;; 0))
24555;;;;;; 169 640767 0))
24556;;; Generated autoloads from shadowfile.el 24308;;; Generated autoloads from shadowfile.el
24557 24309
24558(autoload 'shadow-define-cluster "shadowfile" "\ 24310(autoload 'shadow-define-cluster "shadowfile" "\
@@ -24590,8 +24342,7 @@ Set up file shadowing.
24590 24342
24591;;;*** 24343;;;***
24592 24344
24593;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 24345;;;### (autoloads nil "shell" "shell.el" (20884 7264 912957 506000))
24594;;;;;; (20884 7264 912957 506000))
24595;;; Generated autoloads from shell.el 24346;;; Generated autoloads from shell.el
24596 24347
24597(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 24348(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -24639,9 +24390,8 @@ Otherwise, one argument `-i' is passed to the shell.
24639 24390
24640;;;*** 24391;;;***
24641 24392
24642;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20903 24393;;;### (autoloads nil "shr" "net/shr.el" (20944 31824 211965 0))
24643;;;;;; 10024 645978 0)) 24394;;; Generated autoloads from net/shr.el
24644;;; Generated autoloads from gnus/shr.el
24645 24395
24646(autoload 'shr-insert-document "shr" "\ 24396(autoload 'shr-insert-document "shr" "\
24647Render the parsed document DOM into the current buffer. 24397Render the parsed document DOM into the current buffer.
@@ -24652,8 +24402,7 @@ DOM should be a parse tree as generated by
24652 24402
24653;;;*** 24403;;;***
24654 24404
24655;;;### (autoloads (sieve-upload-and-kill sieve-upload-and-bury sieve-upload 24405;;;### (autoloads nil "sieve" "gnus/sieve.el" (20926 57896 715754
24656;;;;;; sieve-manage) "sieve" "gnus/sieve.el" (20896 36774 886399
24657;;;;;; 0)) 24406;;;;;; 0))
24658;;; Generated autoloads from gnus/sieve.el 24407;;; Generated autoloads from gnus/sieve.el
24659 24408
@@ -24679,8 +24428,8 @@ DOM should be a parse tree as generated by
24679 24428
24680;;;*** 24429;;;***
24681 24430
24682;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 24431;;;### (autoloads nil "sieve-mode" "gnus/sieve-mode.el" (20709 26818
24683;;;;;; (20709 26818 907104 0)) 24432;;;;;; 907104 0))
24684;;; Generated autoloads from gnus/sieve-mode.el 24433;;; Generated autoloads from gnus/sieve-mode.el
24685 24434
24686(autoload 'sieve-mode "sieve-mode" "\ 24435(autoload 'sieve-mode "sieve-mode" "\
@@ -24695,8 +24444,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
24695 24444
24696;;;*** 24445;;;***
24697 24446
24698;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20777 24447;;;### (autoloads nil "simula" "progmodes/simula.el" (20777 63161
24699;;;;;; 63161 848428 0)) 24448;;;;;; 848428 0))
24700;;; Generated autoloads from progmodes/simula.el 24449;;; Generated autoloads from progmodes/simula.el
24701 24450
24702(autoload 'simula-mode "simula" "\ 24451(autoload 'simula-mode "simula" "\
@@ -24744,8 +24493,7 @@ with no arguments, if that value is non-nil.
24744 24493
24745;;;*** 24494;;;***
24746 24495
24747;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 24496;;;### (autoloads nil "skeleton" "skeleton.el" (20912 25000 802412
24748;;;;;; define-skeleton) "skeleton" "skeleton.el" (20709 26818 907104
24749;;;;;; 0)) 24497;;;;;; 0))
24750;;; Generated autoloads from skeleton.el 24498;;; Generated autoloads from skeleton.el
24751 24499
@@ -24857,8 +24605,8 @@ symmetrical ones, and the same character twice for the others.
24857 24605
24858;;;*** 24606;;;***
24859 24607
24860;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) 24608;;;### (autoloads nil "smerge-mode" "vc/smerge-mode.el" (20709 26818
24861;;;;;; "smerge-mode" "vc/smerge-mode.el" (20709 26818 907104 0)) 24609;;;;;; 907104 0))
24862;;; Generated autoloads from vc/smerge-mode.el 24610;;; Generated autoloads from vc/smerge-mode.el
24863 24611
24864(autoload 'smerge-ediff "smerge-mode" "\ 24612(autoload 'smerge-ediff "smerge-mode" "\
@@ -24885,32 +24633,8 @@ If no conflict maker is found, turn off `smerge-mode'.
24885 24633
24886;;;*** 24634;;;***
24887 24635
24888;;;### (autoloads (smie-highlight-matching-block-mode) "smie" "emacs-lisp/smie.el" 24636;;;### (autoloads nil "smiley" "gnus/smiley.el" (20726 5184 974741
24889;;;;;; (20901 54695 989166 0)) 24637;;;;;; 509000))
24890;;; Generated autoloads from emacs-lisp/smie.el
24891
24892(defvar smie-highlight-matching-block-mode nil "\
24893Non-nil if Smie-Highlight-Matching-Block mode is enabled.
24894See the command `smie-highlight-matching-block-mode' for a description of this minor mode.
24895Setting this variable directly does not take effect;
24896either customize it (see the info node `Easy Customization')
24897or call the function `smie-highlight-matching-block-mode'.")
24898
24899(custom-autoload 'smie-highlight-matching-block-mode "smie" nil)
24900
24901(autoload 'smie-highlight-matching-block-mode "smie" "\
24902Toggle Smie-Highlight-Matching-Block mode on or off.
24903With a prefix argument ARG, enable Smie-Highlight-Matching-Block mode if ARG is
24904positive, and disable it otherwise. If called from Lisp, enable
24905the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
24906\\{smie-highlight-matching-block-mode-map}
24907
24908\(fn &optional ARG)" t nil)
24909
24910;;;***
24911
24912;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
24913;;;;;; (20726 5184 974741 509000))
24914;;; Generated autoloads from gnus/smiley.el 24638;;; Generated autoloads from gnus/smiley.el
24915 24639
24916(autoload 'smiley-region "smiley" "\ 24640(autoload 'smiley-region "smiley" "\
@@ -24927,8 +24651,8 @@ interactively. If there's no argument, do it at the current buffer.
24927 24651
24928;;;*** 24652;;;***
24929 24653
24930;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 24654;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (20709 26818
24931;;;;;; "mail/smtpmail.el" (20709 26818 907104 0)) 24655;;;;;; 907104 0))
24932;;; Generated autoloads from mail/smtpmail.el 24656;;; Generated autoloads from mail/smtpmail.el
24933 24657
24934(autoload 'smtpmail-send-it "smtpmail" "\ 24658(autoload 'smtpmail-send-it "smtpmail" "\
@@ -24943,7 +24667,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
24943 24667
24944;;;*** 24668;;;***
24945 24669
24946;;;### (autoloads (snake) "snake" "play/snake.el" (20709 26818 907104 24670;;;### (autoloads nil "snake" "play/snake.el" (20709 26818 907104
24947;;;;;; 0)) 24671;;;;;; 0))
24948;;; Generated autoloads from play/snake.el 24672;;; Generated autoloads from play/snake.el
24949 24673
@@ -24967,8 +24691,8 @@ Snake mode keybindings:
24967 24691
24968;;;*** 24692;;;***
24969 24693
24970;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 24694;;;### (autoloads nil "snmp-mode" "net/snmp-mode.el" (20891 18859
24971;;;;;; (20891 18859 893295 0)) 24695;;;;;; 893295 0))
24972;;; Generated autoloads from net/snmp-mode.el 24696;;; Generated autoloads from net/snmp-mode.el
24973 24697
24974(autoload 'snmp-mode "snmp-mode" "\ 24698(autoload 'snmp-mode "snmp-mode" "\
@@ -24997,8 +24721,8 @@ then `snmpv2-mode-hook'.
24997 24721
24998;;;*** 24722;;;***
24999 24723
25000;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (20709 24724;;;### (autoloads nil "solar" "calendar/solar.el" (20709 26818 907104
25001;;;;;; 26818 907104 0)) 24725;;;;;; 0))
25002;;; Generated autoloads from calendar/solar.el 24726;;; Generated autoloads from calendar/solar.el
25003 24727
25004(autoload 'sunrise-sunset "solar" "\ 24728(autoload 'sunrise-sunset "solar" "\
@@ -25013,8 +24737,8 @@ This function is suitable for execution in an init file.
25013 24737
25014;;;*** 24738;;;***
25015 24739
25016;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20709 24740;;;### (autoloads nil "solitaire" "play/solitaire.el" (20709 26818
25017;;;;;; 26818 907104 0)) 24741;;;;;; 907104 0))
25018;;; Generated autoloads from play/solitaire.el 24742;;; Generated autoloads from play/solitaire.el
25019 24743
25020(autoload 'solitaire "solitaire" "\ 24744(autoload 'solitaire "solitaire" "\
@@ -25089,10 +24813,7 @@ Pick your favorite shortcuts:
25089 24813
25090;;;*** 24814;;;***
25091 24815
25092;;;### (autoloads (delete-duplicate-lines reverse-region sort-columns 24816;;;### (autoloads nil "sort" "sort.el" (20896 36774 886399 0))
25093;;;;;; sort-regexp-fields sort-fields sort-numeric-fields sort-pages
25094;;;;;; sort-paragraphs sort-lines sort-subr) "sort" "sort.el" (20896
25095;;;;;; 36774 886399 0))
25096;;; Generated autoloads from sort.el 24817;;; Generated autoloads from sort.el
25097(put 'sort-fold-case 'safe-local-variable 'booleanp) 24818(put 'sort-fold-case 'safe-local-variable 'booleanp)
25098 24819
@@ -25269,8 +24990,7 @@ function behaves in all respects as if it had been called interactively.
25269 24990
25270;;;*** 24991;;;***
25271 24992
25272;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20901 24993;;;### (autoloads nil "spam" "gnus/spam.el" (20901 54695 989166 0))
25273;;;;;; 54695 989166 0))
25274;;; Generated autoloads from gnus/spam.el 24994;;; Generated autoloads from gnus/spam.el
25275 24995
25276(autoload 'spam-initialize "spam" "\ 24996(autoload 'spam-initialize "spam" "\
@@ -25284,9 +25004,8 @@ installed through `spam-necessary-extra-headers'.
25284 25004
25285;;;*** 25005;;;***
25286 25006
25287;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 25007;;;### (autoloads nil "spam-report" "gnus/spam-report.el" (20874
25288;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 25008;;;;;; 65006 672942 217000))
25289;;;;;; "gnus/spam-report.el" (20874 65006 672942 217000))
25290;;; Generated autoloads from gnus/spam-report.el 25009;;; Generated autoloads from gnus/spam-report.el
25291 25010
25292(autoload 'spam-report-process-queue "spam-report" "\ 25011(autoload 'spam-report-process-queue "spam-report" "\
@@ -25328,8 +25047,8 @@ Spam reports will be queued with the method used when
25328 25047
25329;;;*** 25048;;;***
25330 25049
25331;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 25050;;;### (autoloads nil "speedbar" "speedbar.el" (20892 39729 858825
25332;;;;;; "speedbar.el" (20892 39729 858825 0)) 25051;;;;;; 0))
25333;;; Generated autoloads from speedbar.el 25052;;; Generated autoloads from speedbar.el
25334 25053
25335(defalias 'speedbar 'speedbar-frame-mode) 25054(defalias 'speedbar 'speedbar-frame-mode)
@@ -25353,8 +25072,8 @@ selected. If the speedbar frame is active, then select the attached frame.
25353 25072
25354;;;*** 25073;;;***
25355 25074
25356;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (20709 25075;;;### (autoloads nil "spook" "play/spook.el" (20709 26818 907104
25357;;;;;; 26818 907104 0)) 25076;;;;;; 0))
25358;;; Generated autoloads from play/spook.el 25077;;; Generated autoloads from play/spook.el
25359 25078
25360(autoload 'spook "spook" "\ 25079(autoload 'spook "spook" "\
@@ -25369,13 +25088,10 @@ Return a vector containing the lines from `spook-phrases-file'.
25369 25088
25370;;;*** 25089;;;***
25371 25090
25372;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres 25091;;;### (autoloads nil "sql" "progmodes/sql.el" (20878 6823 881439
25373;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 25092;;;;;; 0))
25374;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect
25375;;;;;; sql-mode sql-add-product-keywords) "sql" "progmodes/sql.el"
25376;;;;;; (20878 6823 881439 0))
25377;;; Generated autoloads from progmodes/sql.el 25093;;; Generated autoloads from progmodes/sql.el
25378 25094(push (purecopy (quote (sql 3 2))) package--builtin-versions)
25379(autoload 'sql-add-product-keywords "sql" "\ 25095(autoload 'sql-add-product-keywords "sql" "\
25380Add highlighting KEYWORDS for SQL PRODUCT. 25096Add highlighting KEYWORDS for SQL PRODUCT.
25381 25097
@@ -25835,7 +25551,13 @@ buffer.
25835 25551
25836;;;*** 25552;;;***
25837 25553
25838;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" 25554;;;### (autoloads nil "srecode" "cedet/srecode.el" (20748 62911 684442
25555;;;;;; 0))
25556;;; Generated autoloads from cedet/srecode.el
25557(push (purecopy (quote (srecode 1 2))) package--builtin-versions)
25558;;;***
25559
25560;;;### (autoloads nil "srecode/srt-mode" "cedet/srecode/srt-mode.el"
25839;;;;;; (20813 33065 721081 0)) 25561;;;;;; (20813 33065 721081 0))
25840;;; Generated autoloads from cedet/srecode/srt-mode.el 25562;;; Generated autoloads from cedet/srecode/srt-mode.el
25841 25563
@@ -25848,8 +25570,8 @@ Major-mode for writing SRecode macros.
25848 25570
25849;;;*** 25571;;;***
25850 25572
25851;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el" 25573;;;### (autoloads nil "starttls" "gnus/starttls.el" (20709 26818
25852;;;;;; (20709 26818 907104 0)) 25574;;;;;; 907104 0))
25853;;; Generated autoloads from gnus/starttls.el 25575;;; Generated autoloads from gnus/starttls.el
25854 25576
25855(autoload 'starttls-open-stream "starttls" "\ 25577(autoload 'starttls-open-stream "starttls" "\
@@ -25872,12 +25594,7 @@ GnuTLS requires a port number.
25872 25594
25873;;;*** 25595;;;***
25874 25596
25875;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer 25597;;;### (autoloads nil "strokes" "strokes.el" (20799 169 640767 0))
25876;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
25877;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
25878;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
25879;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (20799
25880;;;;;; 169 640767 0))
25881;;; Generated autoloads from strokes.el 25598;;; Generated autoloads from strokes.el
25882 25599
25883(autoload 'strokes-global-set-stroke "strokes" "\ 25600(autoload 'strokes-global-set-stroke "strokes" "\
@@ -25990,8 +25707,8 @@ Read a complex stroke and insert its glyph into the current buffer.
25990 25707
25991;;;*** 25708;;;***
25992 25709
25993;;;### (autoloads (studlify-buffer studlify-word studlify-region) 25710;;;### (autoloads nil "studly" "play/studly.el" (20355 10021 546955
25994;;;;;; "studly" "play/studly.el" (20355 10021 546955 0)) 25711;;;;;; 0))
25995;;; Generated autoloads from play/studly.el 25712;;; Generated autoloads from play/studly.el
25996 25713
25997(autoload 'studlify-region "studly" "\ 25714(autoload 'studlify-region "studly" "\
@@ -26011,8 +25728,7 @@ Studlify-case the current buffer.
26011 25728
26012;;;*** 25729;;;***
26013 25730
26014;;;### (autoloads (global-superword-mode superword-mode global-subword-mode 25731;;;### (autoloads nil "subword" "progmodes/subword.el" (20886 47777
26015;;;;;; subword-mode) "subword" "progmodes/subword.el" (20886 47777
26016;;;;;; 83668 440000)) 25732;;;;;; 83668 440000))
26017;;; Generated autoloads from progmodes/subword.el 25733;;; Generated autoloads from progmodes/subword.el
26018 25734
@@ -26107,8 +25823,8 @@ See `superword-mode' for more information on Superword mode.
26107 25823
26108;;;*** 25824;;;***
26109 25825
26110;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 25826;;;### (autoloads nil "supercite" "mail/supercite.el" (20709 26818
26111;;;;;; (20709 26818 907104 0)) 25827;;;;;; 907104 0))
26112;;; Generated autoloads from mail/supercite.el 25828;;; Generated autoloads from mail/supercite.el
26113 25829
26114(autoload 'sc-cite-original "supercite" "\ 25830(autoload 'sc-cite-original "supercite" "\
@@ -26140,8 +25856,8 @@ and `sc-post-hook' is run after the guts of this function.
26140 25856
26141;;;*** 25857;;;***
26142 25858
26143;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (20709 25859;;;### (autoloads nil "t-mouse" "t-mouse.el" (20709 26818 907104
26144;;;;;; 26818 907104 0)) 25860;;;;;; 0))
26145;;; Generated autoloads from t-mouse.el 25861;;; Generated autoloads from t-mouse.el
26146 25862
26147(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 25863(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -26169,43 +25885,37 @@ It relies on the `gpm' daemon being activated.
26169 25885
26170;;;*** 25886;;;***
26171 25887
26172;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (20709 26818 25888;;;### (autoloads nil "tabify" "tabify.el" (20928 13222 500272 0))
26173;;;;;; 907104 0))
26174;;; Generated autoloads from tabify.el 25889;;; Generated autoloads from tabify.el
26175 25890
26176(autoload 'untabify "tabify" "\ 25891(autoload 'untabify "tabify" "\
26177Convert all tabs in region to multiple spaces, preserving columns. 25892Convert all tabs in region to multiple spaces, preserving columns.
25893If called interactively with prefix ARG, convert for the entire
25894buffer.
25895
26178Called non-interactively, the region is specified by arguments 25896Called non-interactively, the region is specified by arguments
26179START and END, rather than by the position of point and mark. 25897START and END, rather than by the position of point and mark.
26180The variable `tab-width' controls the spacing of tab stops. 25898The variable `tab-width' controls the spacing of tab stops.
26181 25899
26182\(fn START END)" t nil) 25900\(fn START END &optional ARG)" t nil)
26183 25901
26184(autoload 'tabify "tabify" "\ 25902(autoload 'tabify "tabify" "\
26185Convert multiple spaces in region to tabs when possible. 25903Convert multiple spaces in region to tabs when possible.
26186A group of spaces is partially replaced by tabs 25904A group of spaces is partially replaced by tabs
26187when this can be done without changing the column they end at. 25905when this can be done without changing the column they end at.
25906If called interactively with prefix ARG, convert for the entire
25907buffer.
25908
26188Called non-interactively, the region is specified by arguments 25909Called non-interactively, the region is specified by arguments
26189START and END, rather than by the position of point and mark. 25910START and END, rather than by the position of point and mark.
26190The variable `tab-width' controls the spacing of tab stops. 25911The variable `tab-width' controls the spacing of tab stops.
26191 25912
26192\(fn START END)" t nil) 25913\(fn START END &optional ARG)" t nil)
26193 25914
26194;;;*** 25915;;;***
26195 25916
26196;;;### (autoloads (table-release table-capture table-delete-column 25917;;;### (autoloads nil "table" "textmodes/table.el" (20709 26818 907104
26197;;;;;; table-delete-row table-insert-sequence table-generate-source 25918;;;;;; 0))
26198;;;;;; table-query-dimension table-fixed-width-mode table-justify-column
26199;;;;;; table-justify-row table-justify-cell table-justify table-split-cell
26200;;;;;; table-split-cell-horizontally table-split-cell-vertically
26201;;;;;; table-span-cell table-backward-cell table-forward-cell table-narrow-cell
26202;;;;;; table-widen-cell table-shorten-cell table-heighten-cell table-unrecognize-cell
26203;;;;;; table-recognize-cell table-unrecognize-table table-recognize-table
26204;;;;;; table-unrecognize-region table-recognize-region table-unrecognize
26205;;;;;; table-recognize table-insert-row-column table-insert-column
26206;;;;;; table-insert-row table-insert table-point-left-cell-hook
26207;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
26208;;;;;; "table" "textmodes/table.el" (20709 26818 907104 0))
26209;;; Generated autoloads from textmodes/table.el 25919;;; Generated autoloads from textmodes/table.el
26210 25920
26211(defvar table-cell-map-hook nil "\ 25921(defvar table-cell-map-hook nil "\
@@ -26797,8 +26507,7 @@ converts a table into plain text without frames. It is a companion to
26797 26507
26798;;;*** 26508;;;***
26799 26509
26800;;;### (autoloads (talk talk-connect) "talk" "talk.el" (20709 26818 26510;;;### (autoloads nil "talk" "talk.el" (20709 26818 907104 0))
26801;;;;;; 907104 0))
26802;;; Generated autoloads from talk.el 26511;;; Generated autoloads from talk.el
26803 26512
26804(autoload 'talk-connect "talk" "\ 26513(autoload 'talk-connect "talk" "\
@@ -26813,8 +26522,8 @@ Connect to the Emacs talk group from the current X display or tty frame.
26813 26522
26814;;;*** 26523;;;***
26815 26524
26816;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20874 65222 26525;;;### (autoloads nil "tar-mode" "tar-mode.el" (20932 10282 564846
26817;;;;;; 672942 464000)) 26526;;;;;; 0))
26818;;; Generated autoloads from tar-mode.el 26527;;; Generated autoloads from tar-mode.el
26819 26528
26820(autoload 'tar-mode "tar-mode" "\ 26529(autoload 'tar-mode "tar-mode" "\
@@ -26837,8 +26546,8 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
26837 26546
26838;;;*** 26547;;;***
26839 26548
26840;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 26549;;;### (autoloads nil "tcl" "progmodes/tcl.el" (20903 10024 645978
26841;;;;;; "progmodes/tcl.el" (20903 10024 645978 0)) 26550;;;;;; 0))
26842;;; Generated autoloads from progmodes/tcl.el 26551;;; Generated autoloads from progmodes/tcl.el
26843 26552
26844(autoload 'tcl-mode "tcl" "\ 26553(autoload 'tcl-mode "tcl" "\
@@ -26886,8 +26595,8 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
26886 26595
26887;;;*** 26596;;;***
26888 26597
26889;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20709 26818 26598;;;### (autoloads nil "telnet" "net/telnet.el" (20709 26818 907104
26890;;;;;; 907104 0)) 26599;;;;;; 0))
26891;;; Generated autoloads from net/telnet.el 26600;;; Generated autoloads from net/telnet.el
26892 26601
26893(autoload 'telnet "telnet" "\ 26602(autoload 'telnet "telnet" "\
@@ -26912,8 +26621,7 @@ Normally input is edited in Emacs and sent a line at a time.
26912 26621
26913;;;*** 26622;;;***
26914 26623
26915;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" 26624;;;### (autoloads nil "term" "term.el" (20921 39978 248467 0))
26916;;;;;; (20878 6823 881439 0))
26917;;; Generated autoloads from term.el 26625;;; Generated autoloads from term.el
26918 26626
26919(autoload 'make-term "term" "\ 26627(autoload 'make-term "term" "\
@@ -26955,8 +26663,8 @@ use in that buffer.
26955 26663
26956;;;*** 26664;;;***
26957 26665
26958;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 26666;;;### (autoloads nil "testcover" "emacs-lisp/testcover.el" (20878
26959;;;;;; (20878 6823 881439 0)) 26667;;;;;; 6823 881439 0))
26960;;; Generated autoloads from emacs-lisp/testcover.el 26668;;; Generated autoloads from emacs-lisp/testcover.el
26961 26669
26962(autoload 'testcover-this-defun "testcover" "\ 26670(autoload 'testcover-this-defun "testcover" "\
@@ -26966,10 +26674,10 @@ Start coverage on function under point.
26966 26674
26967;;;*** 26675;;;***
26968 26676
26969;;;### (autoloads (tetris) "tetris" "play/tetris.el" (20874 65006 26677;;;### (autoloads nil "tetris" "play/tetris.el" (20874 65006 672942
26970;;;;;; 672942 217000)) 26678;;;;;; 217000))
26971;;; Generated autoloads from play/tetris.el 26679;;; Generated autoloads from play/tetris.el
26972 26680(push (purecopy (quote (tetris 2 1))) package--builtin-versions)
26973(autoload 'tetris "tetris" "\ 26681(autoload 'tetris "tetris" "\
26974Play the Tetris game. 26682Play the Tetris game.
26975Shapes drop from the top of the screen, and the user has to move and 26683Shapes drop from the top of the screen, and the user has to move and
@@ -26991,14 +26699,8 @@ tetris-mode keybindings:
26991 26699
26992;;;*** 26700;;;***
26993 26701
26994;;;### (autoloads (doctex-mode tex-start-shell slitex-mode latex-mode 26702;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (20774 53405
26995;;;;;; plain-tex-mode tex-mode tex-close-quote tex-open-quote tex-default-mode 26703;;;;;; 754743 8000))
26996;;;;;; tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command
26997;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names
26998;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
26999;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
27000;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
27001;;;;;; (20774 53405 754743 8000))
27002;;; Generated autoloads from textmodes/tex-mode.el 26704;;; Generated autoloads from textmodes/tex-mode.el
27003 26705
27004(defvar tex-shell-file-name nil "\ 26706(defvar tex-shell-file-name nil "\
@@ -27299,8 +27001,8 @@ Major mode to edit DocTeX files.
27299 27001
27300;;;*** 27002;;;***
27301 27003
27302;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 27004;;;### (autoloads nil "texinfmt" "textmodes/texinfmt.el" (20709 26818
27303;;;;;; "texinfmt" "textmodes/texinfmt.el" (20709 26818 907104 0)) 27005;;;;;; 907104 0))
27304;;; Generated autoloads from textmodes/texinfmt.el 27006;;; Generated autoloads from textmodes/texinfmt.el
27305 27007
27306(autoload 'texinfo-format-buffer "texinfmt" "\ 27008(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -27339,8 +27041,8 @@ if large. You can use `Info-split' to do this manually.
27339 27041
27340;;;*** 27042;;;***
27341 27043
27342;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 27044;;;### (autoloads nil "texinfo" "textmodes/texinfo.el" (20709 26818
27343;;;;;; "texinfo" "textmodes/texinfo.el" (20709 26818 907104 0)) 27045;;;;;; 907104 0))
27344;;; Generated autoloads from textmodes/texinfo.el 27046;;; Generated autoloads from textmodes/texinfo.el
27345 27047
27346(defvar texinfo-open-quote (purecopy "``") "\ 27048(defvar texinfo-open-quote (purecopy "``") "\
@@ -27424,9 +27126,8 @@ value of `texinfo-mode-hook'.
27424 27126
27425;;;*** 27127;;;***
27426 27128
27427;;;### (autoloads (thai-composition-function thai-compose-buffer 27129;;;### (autoloads nil "thai-util" "language/thai-util.el" (20709
27428;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" 27130;;;;;; 26818 907104 0))
27429;;;;;; (20709 26818 907104 0))
27430;;; Generated autoloads from language/thai-util.el 27131;;; Generated autoloads from language/thai-util.el
27431 27132
27432(autoload 'thai-compose-region "thai-util" "\ 27133(autoload 'thai-compose-region "thai-util" "\
@@ -27453,9 +27154,8 @@ Compose Thai characters in the current buffer.
27453 27154
27454;;;*** 27155;;;***
27455 27156
27456;;;### (autoloads (list-at-point number-at-point symbol-at-point 27157;;;### (autoloads nil "thingatpt" "thingatpt.el" (20874 62962 290468
27457;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 27158;;;;;; 0))
27458;;;;;; "thingatpt" "thingatpt.el" (20874 62962 290468 0))
27459;;; Generated autoloads from thingatpt.el 27159;;; Generated autoloads from thingatpt.el
27460 27160
27461(autoload 'forward-thing "thingatpt" "\ 27161(autoload 'forward-thing "thingatpt" "\
@@ -27519,9 +27219,7 @@ Return the Lisp list at point, or nil if none is found.
27519 27219
27520;;;*** 27220;;;***
27521 27221
27522;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 27222;;;### (autoloads nil "thumbs" "thumbs.el" (20709 26818 907104 0))
27523;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
27524;;;;;; (20709 26818 907104 0))
27525;;; Generated autoloads from thumbs.el 27223;;; Generated autoloads from thumbs.el
27526 27224
27527(autoload 'thumbs-find-thumb "thumbs" "\ 27225(autoload 'thumbs-find-thumb "thumbs" "\
@@ -27555,11 +27253,7 @@ In dired, call the setroot program on the image at point.
27555 27253
27556;;;*** 27254;;;***
27557 27255
27558;;;### (autoloads (tibetan-pre-write-canonicalize-for-unicode tibetan-pre-write-conversion 27256;;;### (autoloads nil "tibet-util" "language/tibet-util.el" (20826
27559;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
27560;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
27561;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
27562;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20826
27563;;;;;; 45095 436233 0)) 27257;;;;;; 45095 436233 0))
27564;;; Generated autoloads from language/tibet-util.el 27258;;; Generated autoloads from language/tibet-util.el
27565 27259
@@ -27633,10 +27327,10 @@ See also docstring of the function tibetan-compose-region.
27633 27327
27634;;;*** 27328;;;***
27635 27329
27636;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 27330;;;### (autoloads nil "tildify" "textmodes/tildify.el" (20791 9657
27637;;;;;; (20791 9657 561026 0)) 27331;;;;;; 561026 0))
27638;;; Generated autoloads from textmodes/tildify.el 27332;;; Generated autoloads from textmodes/tildify.el
27639 27333(push (purecopy (quote (tildify 4 5))) package--builtin-versions)
27640(autoload 'tildify-region "tildify" "\ 27334(autoload 'tildify-region "tildify" "\
27641Add hard spaces in the region between BEG and END. 27335Add hard spaces in the region between BEG and END.
27642See variables `tildify-pattern-alist', `tildify-string-alist', and 27336See variables `tildify-pattern-alist', `tildify-string-alist', and
@@ -27657,9 +27351,7 @@ This function performs no refilling of the changed text.
27657 27351
27658;;;*** 27352;;;***
27659 27353
27660;;;### (autoloads (emacs-init-time emacs-uptime display-time-world 27354;;;### (autoloads nil "time" "time.el" (20709 26818 907104 0))
27661;;;;;; display-time-mode display-time display-time-day-and-date)
27662;;;;;; "time" "time.el" (20709 26818 907104 0))
27663;;; Generated autoloads from time.el 27355;;; Generated autoloads from time.el
27664 27356
27665(defvar display-time-day-and-date nil "\ 27357(defvar display-time-day-and-date nil "\
@@ -27721,11 +27413,8 @@ Return a string giving the duration of the Emacs initialization.
27721 27413
27722;;;*** 27414;;;***
27723 27415
27724;;;### (autoloads (format-seconds safe-date-to-time time-to-days 27416;;;### (autoloads nil "time-date" "calendar/time-date.el" (20709
27725;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day 27417;;;;;; 26818 907104 0))
27726;;;;;; time-add time-subtract time-since days-to-time time-less-p
27727;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el"
27728;;;;;; (20709 26818 907104 0))
27729;;; Generated autoloads from calendar/time-date.el 27418;;; Generated autoloads from calendar/time-date.el
27730 27419
27731(autoload 'date-to-time "time-date" "\ 27420(autoload 'date-to-time "time-date" "\
@@ -27836,8 +27525,8 @@ This function does not work for SECONDS greater than `most-positive-fixnum'.
27836 27525
27837;;;*** 27526;;;***
27838 27527
27839;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 27528;;;### (autoloads nil "time-stamp" "time-stamp.el" (20709 26818 907104
27840;;;;;; "time-stamp.el" (20709 26818 907104 0)) 27529;;;;;; 0))
27841;;; Generated autoloads from time-stamp.el 27530;;; Generated autoloads from time-stamp.el
27842(put 'time-stamp-format 'safe-local-variable 'stringp) 27531(put 'time-stamp-format 'safe-local-variable 'stringp)
27843(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 27532(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -27877,13 +27566,10 @@ With ARG, turn time stamping on if and only if arg is positive.
27877 27566
27878;;;*** 27567;;;***
27879 27568
27880;;;### (autoloads (timeclock-when-to-leave-string timeclock-workday-elapsed-string 27569;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (20799
27881;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 27570;;;;;; 169 640767 0))
27882;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
27883;;;;;; timeclock-mode-line-display) "timeclock" "calendar/timeclock.el"
27884;;;;;; (20799 169 640767 0))
27885;;; Generated autoloads from calendar/timeclock.el 27571;;; Generated autoloads from calendar/timeclock.el
27886 27572(push (purecopy (quote (timeclock 2 6 1))) package--builtin-versions)
27887(autoload 'timeclock-mode-line-display "timeclock" "\ 27573(autoload 'timeclock-mode-line-display "timeclock" "\
27888Toggle display of the amount of time left today in the mode line. 27574Toggle display of the amount of time left today in the mode line.
27889If `timeclock-use-display-time' is non-nil (the default), then 27575If `timeclock-use-display-time' is non-nil (the default), then
@@ -27980,8 +27666,8 @@ relative only to the time worked today, and not to past time.
27980 27666
27981;;;*** 27667;;;***
27982 27668
27983;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 27669;;;### (autoloads nil "titdic-cnv" "international/titdic-cnv.el"
27984;;;;;; "international/titdic-cnv.el" (20709 26818 907104 0)) 27670;;;;;; (20929 34089 117790 0))
27985;;; Generated autoloads from international/titdic-cnv.el 27671;;; Generated autoloads from international/titdic-cnv.el
27986 27672
27987(autoload 'titdic-convert "titdic-cnv" "\ 27673(autoload 'titdic-convert "titdic-cnv" "\
@@ -28003,8 +27689,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
28003 27689
28004;;;*** 27690;;;***
28005 27691
28006;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27692;;;### (autoloads nil "tmm" "tmm.el" (20764 51137 83502 0))
28007;;;;;; "tmm.el" (20764 51137 83502 0))
28008;;; Generated autoloads from tmm.el 27693;;; Generated autoloads from tmm.el
28009 (define-key global-map "\M-`" 'tmm-menubar) 27694 (define-key global-map "\M-`" 'tmm-menubar)
28010 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 27695 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -28042,69 +27727,55 @@ Its value should be an event that has a binding in MENU.
28042 27727
28043;;;*** 27728;;;***
28044 27729
28045;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 27730;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (20944
28046;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 27731;;;;;; 31824 211965 0))
28047;;;;;; "todo-mode" "calendar/todo-mode.el" (20799 169 640767 0))
28048;;; Generated autoloads from calendar/todo-mode.el 27732;;; Generated autoloads from calendar/todo-mode.el
28049 27733
28050(autoload 'todo-add-category "todo-mode" "\
28051Add new category CAT to the TODO list.
28052
28053\(fn &optional CAT)" t nil)
28054
28055(autoload 'todo-add-item-non-interactively "todo-mode" "\
28056Insert NEW-ITEM in TODO list as a new entry in CATEGORY.
28057
28058\(fn NEW-ITEM CATEGORY)" nil nil)
28059
28060(autoload 'todo-insert-item "todo-mode" "\
28061Insert new TODO list entry.
28062With a prefix argument ARG solicit the category, otherwise use the current
28063category.
28064
28065\(fn ARG)" t nil)
28066
28067(autoload 'todo-top-priorities "todo-mode" "\
28068List top priorities for each category.
28069
28070Number of entries for each category is given by NOF-PRIORITIES which
28071defaults to `todo-show-priorities'.
28072
28073If CATEGORY-PR-PAGE is non-nil, a page separator '^L' is inserted
28074between each category.
28075INTERACTIVE should be non-nil if this function is called interactively.
28076
28077\(fn &optional NOF-PRIORITIES CATEGORY-PR-PAGE INTERACTIVE)" t nil)
28078
28079(autoload 'todo-print "todo-mode" "\
28080Print todo summary using `todo-print-function'.
28081If CATEGORY-PR-PAGE is non-nil, a page separator `^L' is inserted
28082between each category.
28083
28084Number of entries for each category is given by `todo-print-priorities'.
28085
28086\(fn &optional CATEGORY-PR-PAGE)" t nil)
28087
28088(autoload 'todo-mode "todo-mode" "\
28089Major mode for editing TODO lists.
28090
28091\(fn)" t nil)
28092
28093(autoload 'todo-cp "todo-mode" "\
28094Make a diary entry appear only in the current date's diary.
28095
28096\(fn)" nil nil)
28097
28098(autoload 'todo-show "todo-mode" "\ 27734(autoload 'todo-show "todo-mode" "\
28099Show TODO list. 27735Visit a todo file and display one of its categories.
28100 27736
28101\(fn)" t nil) 27737When invoked in Todo mode, prompt for which todo file to visit.
28102 27738When invoked outside of Todo mode with non-nil prefix argument
28103;;;*** 27739SOLICIT-FILE prompt for which todo file to visit; otherwise visit
28104 27740`todo-default-todo-file'. Subsequent invocations from outside
28105;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 27741of Todo mode revisit this file or, with option
28106;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) 27742`todo-show-current-file' non-nil (the default), whichever todo
28107;;;;;; "tool-bar" "tool-bar.el" (20709 26818 907104 0)) 27743file was last visited.
27744
27745If you call this command before you have created any todo file in
27746the current format, and you have an todo file in old format, it
27747will ask you whether to convert that file and show it.
27748Otherwise, calling this command before any todo file exists
27749prompts for a file name and an initial category (defaulting to
27750`todo-initial-file' and `todo-initial-category'), creates both of
27751these, visits the file and displays the category, and if option
27752`todo-add-item-if-new-category' is non-nil (the default), prompts
27753for the first item.
27754
27755The first invocation of this command on an existing todo file
27756interacts with the option `todo-show-first': if its value is
27757`first' (the default), show the first category in the file; if
27758its value is `table', show the table of categories in the file;
27759if its value is one of `top', `diary' or `regexp', show the
27760corresponding saved top priorities, diary items, or regexp items
27761file, if any. Subsequent invocations always show the file's
27762current (i.e., last displayed) category.
27763
27764In Todo mode just the category's unfinished todo items are shown
27765by default. The done items are hidden, but typing
27766`\\[todo-toggle-view-done-items]' displays them below the todo
27767items. With non-nil user option `todo-show-with-done' both todo
27768and done items are always shown on visiting a category.
27769
27770Invoking this command in Todo Archive mode visits the
27771corresponding todo file, displaying the corresponding category.
27772
27773\(fn &optional SOLICIT-FILE)" t nil)
27774
27775;;;***
27776
27777;;;### (autoloads nil "tool-bar" "tool-bar.el" (20709 26818 907104
27778;;;;;; 0))
28108;;; Generated autoloads from tool-bar.el 27779;;; Generated autoloads from tool-bar.el
28109 27780
28110(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 27781(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -28174,10 +27845,10 @@ holds a keymap.
28174 27845
28175;;;*** 27846;;;***
28176 27847
28177;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 27848;;;### (autoloads nil "tpu-edt" "emulation/tpu-edt.el" (20884 7264
28178;;;;;; (20884 7264 412929 442000)) 27849;;;;;; 412929 442000))
28179;;; Generated autoloads from emulation/tpu-edt.el 27850;;; Generated autoloads from emulation/tpu-edt.el
28180 27851(push (purecopy (quote (tpu-edt 4 5))) package--builtin-versions)
28181(defvar tpu-edt-mode nil "\ 27852(defvar tpu-edt-mode nil "\
28182Non-nil if Tpu-Edt mode is enabled. 27853Non-nil if Tpu-Edt mode is enabled.
28183See the command `tpu-edt-mode' for a description of this minor mode. 27854See the command `tpu-edt-mode' for a description of this minor mode.
@@ -28204,8 +27875,8 @@ Turn on TPU/edt emulation.
28204 27875
28205;;;*** 27876;;;***
28206 27877
28207;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" 27878;;;### (autoloads nil "tpu-mapper" "emulation/tpu-mapper.el" (20709
28208;;;;;; (20709 26818 907104 0)) 27879;;;;;; 26818 907104 0))
28209;;; Generated autoloads from emulation/tpu-mapper.el 27880;;; Generated autoloads from emulation/tpu-mapper.el
28210 27881
28211(autoload 'tpu-mapper "tpu-mapper" "\ 27882(autoload 'tpu-mapper "tpu-mapper" "\
@@ -28239,8 +27910,8 @@ your local X guru can try to figure out why the key is being ignored.
28239 27910
28240;;;*** 27911;;;***
28241 27912
28242;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (20709 26818 27913;;;### (autoloads nil "tq" "emacs-lisp/tq.el" (20709 26818 907104
28243;;;;;; 907104 0)) 27914;;;;;; 0))
28244;;; Generated autoloads from emacs-lisp/tq.el 27915;;; Generated autoloads from emacs-lisp/tq.el
28245 27916
28246(autoload 'tq-create "tq" "\ 27917(autoload 'tq-create "tq" "\
@@ -28253,9 +27924,8 @@ to a tcp server on another machine.
28253 27924
28254;;;*** 27925;;;***
28255 27926
28256;;;### (autoloads (trace-function-background trace-function-foreground 27927;;;### (autoloads nil "trace" "emacs-lisp/trace.el" (20903 10024
28257;;;;;; trace-values trace-buffer) "trace" "emacs-lisp/trace.el" 27928;;;;;; 645978 0))
28258;;;;;; (20903 10024 645978 0))
28259;;; Generated autoloads from emacs-lisp/trace.el 27929;;; Generated autoloads from emacs-lisp/trace.el
28260 27930
28261(defvar trace-buffer "*trace-output*" "\ 27931(defvar trace-buffer "*trace-output*" "\
@@ -28293,10 +27963,8 @@ changing the window configuration.
28293 27963
28294;;;*** 27964;;;***
28295 27965
28296;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 27966;;;### (autoloads nil "tramp" "net/tramp.el" (20854 24486 190633
28297;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 27967;;;;;; 0))
28298;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
28299;;;;;; "net/tramp.el" (20854 24486 190633 0))
28300;;; Generated autoloads from net/tramp.el 27968;;; Generated autoloads from net/tramp.el
28301 27969
28302(defvar tramp-mode t "\ 27970(defvar tramp-mode t "\
@@ -28428,8 +28096,8 @@ Discard Tramp from loading remote files.
28428 28096
28429;;;*** 28097;;;***
28430 28098
28431;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 28099;;;### (autoloads nil "tramp-ftp" "net/tramp-ftp.el" (20709 26818
28432;;;;;; (20709 26818 907104 0)) 28100;;;;;; 907104 0))
28433;;; Generated autoloads from net/tramp-ftp.el 28101;;; Generated autoloads from net/tramp-ftp.el
28434 28102
28435(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 28103(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -28439,8 +28107,8 @@ Discard Tramp from loading remote files.
28439 28107
28440;;;*** 28108;;;***
28441 28109
28442;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20760 28110;;;### (autoloads nil "tutorial" "tutorial.el" (20760 54070 584283
28443;;;;;; 54070 584283 0)) 28111;;;;;; 0))
28444;;; Generated autoloads from tutorial.el 28112;;; Generated autoloads from tutorial.el
28445 28113
28446(autoload 'help-with-tutorial "tutorial" "\ 28114(autoload 'help-with-tutorial "tutorial" "\
@@ -28464,8 +28132,8 @@ resumed later.
28464 28132
28465;;;*** 28133;;;***
28466 28134
28467;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" 28135;;;### (autoloads nil "tv-util" "language/tv-util.el" (20355 10021
28468;;;;;; (20355 10021 546955 0)) 28136;;;;;; 546955 0))
28469;;; Generated autoloads from language/tv-util.el 28137;;; Generated autoloads from language/tv-util.el
28470 28138
28471(autoload 'tai-viet-composition-function "tv-util" "\ 28139(autoload 'tai-viet-composition-function "tv-util" "\
@@ -28475,8 +28143,8 @@ resumed later.
28475 28143
28476;;;*** 28144;;;***
28477 28145
28478;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 28146;;;### (autoloads nil "two-column" "textmodes/two-column.el" (20763
28479;;;;;; "textmodes/two-column.el" (20763 30266 231060 0)) 28147;;;;;; 30266 231060 0))
28480;;; Generated autoloads from textmodes/two-column.el 28148;;; Generated autoloads from textmodes/two-column.el
28481 (autoload '2C-command "two-column" () t 'keymap) 28149 (autoload '2C-command "two-column" () t 'keymap)
28482 (global-set-key "\C-x6" '2C-command) 28150 (global-set-key "\C-x6" '2C-command)
@@ -28523,9 +28191,8 @@ First column's text sSs Second column's text
28523 28191
28524;;;*** 28192;;;***
28525 28193
28526;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics 28194;;;### (autoloads nil "type-break" "type-break.el" (20884 7264 912957
28527;;;;;; type-break type-break-mode) "type-break" "type-break.el" 28195;;;;;; 506000))
28528;;;;;; (20884 7264 912957 506000))
28529;;; Generated autoloads from type-break.el 28196;;; Generated autoloads from type-break.el
28530 28197
28531(defvar type-break-mode nil "\ 28198(defvar type-break-mode nil "\
@@ -28657,8 +28324,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
28657 28324
28658;;;*** 28325;;;***
28659 28326
28660;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (20709 26818 28327;;;### (autoloads nil "uce" "mail/uce.el" (20709 26818 907104 0))
28661;;;;;; 907104 0))
28662;;; Generated autoloads from mail/uce.el 28328;;; Generated autoloads from mail/uce.el
28663 28329
28664(autoload 'uce-reply-to-uce "uce" "\ 28330(autoload 'uce-reply-to-uce "uce" "\
@@ -28671,12 +28337,8 @@ You might need to set `uce-mail-reader' before using this.
28671 28337
28672;;;*** 28338;;;***
28673 28339
28674;;;### (autoloads (ucs-normalize-HFS-NFC-string ucs-normalize-HFS-NFC-region 28340;;;### (autoloads nil "ucs-normalize" "international/ucs-normalize.el"
28675;;;;;; ucs-normalize-HFS-NFD-string ucs-normalize-HFS-NFD-region 28341;;;;;; (20709 26818 907104 0))
28676;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string
28677;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region
28678;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize"
28679;;;;;; "international/ucs-normalize.el" (20709 26818 907104 0))
28680;;; Generated autoloads from international/ucs-normalize.el 28342;;; Generated autoloads from international/ucs-normalize.el
28681 28343
28682(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ 28344(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
@@ -28741,8 +28403,8 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
28741 28403
28742;;;*** 28404;;;***
28743 28405
28744;;;### (autoloads (ununderline-region underline-region) "underline" 28406;;;### (autoloads nil "underline" "textmodes/underline.el" (20709
28745;;;;;; "textmodes/underline.el" (20709 26818 907104 0)) 28407;;;;;; 26818 907104 0))
28746;;; Generated autoloads from textmodes/underline.el 28408;;; Generated autoloads from textmodes/underline.el
28747 28409
28748(autoload 'underline-region "underline" "\ 28410(autoload 'underline-region "underline" "\
@@ -28762,8 +28424,8 @@ which specify the range to operate on.
28762 28424
28763;;;*** 28425;;;***
28764 28426
28765;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 28427;;;### (autoloads nil "unrmail" "mail/unrmail.el" (20895 15912 444844
28766;;;;;; (20895 15912 444844 0)) 28428;;;;;; 0))
28767;;; Generated autoloads from mail/unrmail.el 28429;;; Generated autoloads from mail/unrmail.el
28768 28430
28769(autoload 'batch-unrmail "unrmail" "\ 28431(autoload 'batch-unrmail "unrmail" "\
@@ -28783,8 +28445,8 @@ The variable `unrmail-mbox-format' controls which mbox format to use.
28783 28445
28784;;;*** 28446;;;***
28785 28447
28786;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (20709 28448;;;### (autoloads nil "unsafep" "emacs-lisp/unsafep.el" (20709 26818
28787;;;;;; 26818 907104 0)) 28449;;;;;; 907104 0))
28788;;; Generated autoloads from emacs-lisp/unsafep.el 28450;;; Generated autoloads from emacs-lisp/unsafep.el
28789 28451
28790(autoload 'unsafep "unsafep" "\ 28452(autoload 'unsafep "unsafep" "\
@@ -28796,8 +28458,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
28796 28458
28797;;;*** 28459;;;***
28798 28460
28799;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 28461;;;### (autoloads nil "url" "url/url.el" (20893 60586 188550 0))
28800;;;;;; "url/url.el" (20893 60586 188550 0))
28801;;; Generated autoloads from url/url.el 28462;;; Generated autoloads from url/url.el
28802 28463
28803(autoload 'url-retrieve "url" "\ 28464(autoload 'url-retrieve "url" "\
@@ -28844,8 +28505,8 @@ no further processing). URL is either a string or a parsed URL.
28844 28505
28845;;;*** 28506;;;***
28846 28507
28847;;;### (autoloads (url-register-auth-scheme url-get-authentication) 28508;;;### (autoloads nil "url-auth" "url/url-auth.el" (20709 26818 907104
28848;;;;;; "url-auth" "url/url-auth.el" (20709 26818 907104 0)) 28509;;;;;; 0))
28849;;; Generated autoloads from url/url-auth.el 28510;;; Generated autoloads from url/url-auth.el
28850 28511
28851(autoload 'url-get-authentication "url-auth" "\ 28512(autoload 'url-get-authentication "url-auth" "\
@@ -28886,8 +28547,8 @@ RATING a rating between 1 and 10 of the strength of the authentication.
28886 28547
28887;;;*** 28548;;;***
28888 28549
28889;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache) 28550;;;### (autoloads nil "url-cache" "url/url-cache.el" (20751 39094
28890;;;;;; "url-cache" "url/url-cache.el" (20751 39094 700824 0)) 28551;;;;;; 700824 0))
28891;;; Generated autoloads from url/url-cache.el 28552;;; Generated autoloads from url/url-cache.el
28892 28553
28893(autoload 'url-store-in-cache "url-cache" "\ 28554(autoload 'url-store-in-cache "url-cache" "\
@@ -28908,8 +28569,8 @@ Extract FNAM from the local disk cache.
28908 28569
28909;;;*** 28570;;;***
28910 28571
28911;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (20709 26818 28572;;;### (autoloads nil "url-cid" "url/url-cid.el" (20709 26818 907104
28912;;;;;; 907104 0)) 28573;;;;;; 0))
28913;;; Generated autoloads from url/url-cid.el 28574;;; Generated autoloads from url/url-cid.el
28914 28575
28915(autoload 'url-cid "url-cid" "\ 28576(autoload 'url-cid "url-cid" "\
@@ -28919,8 +28580,8 @@ Extract FNAM from the local disk cache.
28919 28580
28920;;;*** 28581;;;***
28921 28582
28922;;;### (autoloads (url-dav-vc-registered url-dav-request url-dav-supported-p) 28583;;;### (autoloads nil "url-dav" "url/url-dav.el" (20891 18859 893295
28923;;;;;; "url-dav" "url/url-dav.el" (20891 18859 893295 0)) 28584;;;;;; 0))
28924;;; Generated autoloads from url/url-dav.el 28585;;; Generated autoloads from url/url-dav.el
28925 28586
28926(autoload 'url-dav-supported-p "url-dav" "\ 28587(autoload 'url-dav-supported-p "url-dav" "\
@@ -28954,8 +28615,8 @@ added to this list, so most requests can just pass in nil.
28954 28615
28955;;;*** 28616;;;***
28956 28617
28957;;;### (autoloads (url-file) "url-file" "url/url-file.el" (20709 28618;;;### (autoloads nil "url-file" "url/url-file.el" (20709 26818 907104
28958;;;;;; 26818 907104 0)) 28619;;;;;; 0))
28959;;; Generated autoloads from url/url-file.el 28620;;; Generated autoloads from url/url-file.el
28960 28621
28961(autoload 'url-file "url-file" "\ 28622(autoload 'url-file "url-file" "\
@@ -28965,8 +28626,8 @@ Handle file: and ftp: URLs.
28965 28626
28966;;;*** 28627;;;***
28967 28628
28968;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 28629;;;### (autoloads nil "url-gw" "url/url-gw.el" (20709 26818 907104
28969;;;;;; "url/url-gw.el" (20709 26818 907104 0)) 28630;;;;;; 0))
28970;;; Generated autoloads from url/url-gw.el 28631;;; Generated autoloads from url/url-gw.el
28971 28632
28972(autoload 'url-gateway-nslookup-host "url-gw" "\ 28633(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -28984,9 +28645,8 @@ Might do a non-blocking connection; use `process-status' to check.
28984 28645
28985;;;*** 28646;;;***
28986 28647
28987;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 28648;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (20892
28988;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" 28649;;;;;; 39729 858825 0))
28989;;;;;; (20892 39729 858825 0))
28990;;; Generated autoloads from url/url-handlers.el 28650;;; Generated autoloads from url/url-handlers.el
28991 28651
28992(defvar url-handler-mode nil "\ 28652(defvar url-handler-mode nil "\
@@ -29053,8 +28713,8 @@ accessible.
29053 28713
29054;;;*** 28714;;;***
29055 28715
29056;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (20709 26818 28716;;;### (autoloads nil "url-irc" "url/url-irc.el" (20709 26818 907104
29057;;;;;; 907104 0)) 28717;;;;;; 0))
29058;;; Generated autoloads from url/url-irc.el 28718;;; Generated autoloads from url/url-irc.el
29059 28719
29060(autoload 'url-irc "url-irc" "\ 28720(autoload 'url-irc "url-irc" "\
@@ -29064,8 +28724,8 @@ accessible.
29064 28724
29065;;;*** 28725;;;***
29066 28726
29067;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20709 28727;;;### (autoloads nil "url-ldap" "url/url-ldap.el" (20709 26818 907104
29068;;;;;; 26818 907104 0)) 28728;;;;;; 0))
29069;;; Generated autoloads from url/url-ldap.el 28729;;; Generated autoloads from url/url-ldap.el
29070 28730
29071(autoload 'url-ldap "url-ldap" "\ 28731(autoload 'url-ldap "url-ldap" "\
@@ -29078,8 +28738,8 @@ URL can be a URL string, or a URL vector of the type returned by
29078 28738
29079;;;*** 28739;;;***
29080 28740
29081;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 28741;;;### (autoloads nil "url-mailto" "url/url-mailto.el" (20709 26818
29082;;;;;; (20709 26818 907104 0)) 28742;;;;;; 907104 0))
29083;;; Generated autoloads from url/url-mailto.el 28743;;; Generated autoloads from url/url-mailto.el
29084 28744
29085(autoload 'url-mail "url-mailto" "\ 28745(autoload 'url-mail "url-mailto" "\
@@ -29094,8 +28754,7 @@ Handle the mailto: URL syntax.
29094 28754
29095;;;*** 28755;;;***
29096 28756
29097;;;### (autoloads (url-data url-generic-emulator-loader url-info 28757;;;### (autoloads nil "url-misc" "url/url-misc.el" (20709 26818 907104
29098;;;;;; url-man) "url-misc" "url/url-misc.el" (20709 26818 907104
29099;;;;;; 0)) 28758;;;;;; 0))
29100;;; Generated autoloads from url/url-misc.el 28759;;; Generated autoloads from url/url-misc.el
29101 28760
@@ -29127,8 +28786,8 @@ Fetch a data URL (RFC 2397).
29127 28786
29128;;;*** 28787;;;***
29129 28788
29130;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 28789;;;### (autoloads nil "url-news" "url/url-news.el" (20884 7264 912957
29131;;;;;; (20884 7264 912957 506000)) 28790;;;;;; 506000))
29132;;; Generated autoloads from url/url-news.el 28791;;; Generated autoloads from url/url-news.el
29133 28792
29134(autoload 'url-news "url-news" "\ 28793(autoload 'url-news "url-news" "\
@@ -29143,9 +28802,8 @@ Fetch a data URL (RFC 2397).
29143 28802
29144;;;*** 28803;;;***
29145 28804
29146;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 28805;;;### (autoloads nil "url-ns" "url/url-ns.el" (20709 26818 907104
29147;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 28806;;;;;; 0))
29148;;;;;; (20709 26818 907104 0))
29149;;; Generated autoloads from url/url-ns.el 28807;;; Generated autoloads from url/url-ns.el
29150 28808
29151(autoload 'isPlainHostName "url-ns" "\ 28809(autoload 'isPlainHostName "url-ns" "\
@@ -29185,8 +28843,8 @@ Fetch a data URL (RFC 2397).
29185 28843
29186;;;*** 28844;;;***
29187 28845
29188;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 28846;;;### (autoloads nil "url-parse" "url/url-parse.el" (20709 26818
29189;;;;;; "url/url-parse.el" (20709 26818 907104 0)) 28847;;;;;; 907104 0))
29190;;; Generated autoloads from url/url-parse.el 28848;;; Generated autoloads from url/url-parse.el
29191 28849
29192(autoload 'url-recreate-url "url-parse" "\ 28850(autoload 'url-recreate-url "url-parse" "\
@@ -29237,8 +28895,8 @@ parses to
29237 28895
29238;;;*** 28896;;;***
29239 28897
29240;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 28898;;;### (autoloads nil "url-privacy" "url/url-privacy.el" (20709 26818
29241;;;;;; (20709 26818 907104 0)) 28899;;;;;; 907104 0))
29242;;; Generated autoloads from url/url-privacy.el 28900;;; Generated autoloads from url/url-privacy.el
29243 28901
29244(autoload 'url-setup-privacy-info "url-privacy" "\ 28902(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -29248,8 +28906,8 @@ Setup variables that expose info about you and your system.
29248 28906
29249;;;*** 28907;;;***
29250 28908
29251;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el" 28909;;;### (autoloads nil "url-queue" "url/url-queue.el" (20709 26818
29252;;;;;; (20709 26818 907104 0)) 28910;;;;;; 907104 0))
29253;;; Generated autoloads from url/url-queue.el 28911;;; Generated autoloads from url/url-queue.el
29254 28912
29255(autoload 'url-queue-retrieve "url-queue" "\ 28913(autoload 'url-queue-retrieve "url-queue" "\
@@ -29263,14 +28921,8 @@ The variable `url-queue-timeout' sets a timeout.
29263 28921
29264;;;*** 28922;;;***
29265 28923
29266;;;### (autoloads (url-view-url url-truncate-url-for-viewing url-file-extension 28924;;;### (autoloads nil "url-util" "url/url-util.el" (20709 26818 907104
29267;;;;;; url-encode-url url-hexify-string url-unhex-string url-build-query-string 28925;;;;;; 0))
29268;;;;;; url-parse-query-string url-file-nondirectory url-file-directory
29269;;;;;; url-percentage url-display-percentage url-pretty-length url-strip-leading-spaces
29270;;;;;; url-eat-trailing-space url-get-normalized-date url-lazy-message
29271;;;;;; url-normalize-url url-insert-entities-in-string url-parse-args
29272;;;;;; url-debug url-debug) "url-util" "url/url-util.el" (20709
29273;;;;;; 26818 907104 0))
29274;;; Generated autoloads from url/url-util.el 28926;;; Generated autoloads from url/url-util.el
29275 28927
29276(defvar url-debug nil "\ 28928(defvar url-debug nil "\
@@ -29443,8 +29095,8 @@ This uses `url-current-object', set locally to the buffer.
29443 29095
29444;;;*** 29096;;;***
29445 29097
29446;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 29098;;;### (autoloads nil "userlock" "userlock.el" (20709 26818 907104
29447;;;;;; "userlock" "userlock.el" (20709 26818 907104 0)) 29099;;;;;; 0))
29448;;; Generated autoloads from userlock.el 29100;;; Generated autoloads from userlock.el
29449 29101
29450(autoload 'ask-user-about-lock "userlock" "\ 29102(autoload 'ask-user-about-lock "userlock" "\
@@ -29472,9 +29124,8 @@ The buffer in question is current when this function is called.
29472 29124
29473;;;*** 29125;;;***
29474 29126
29475;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion 29127;;;### (autoloads nil "utf-7" "international/utf-7.el" (20709 26818
29476;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) 29128;;;;;; 907104 0))
29477;;;;;; "utf-7" "international/utf-7.el" (20709 26818 907104 0))
29478;;; Generated autoloads from international/utf-7.el 29129;;; Generated autoloads from international/utf-7.el
29479 29130
29480(autoload 'utf-7-post-read-conversion "utf-7" "\ 29131(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -29499,8 +29150,7 @@ The buffer in question is current when this function is called.
29499 29150
29500;;;*** 29151;;;***
29501 29152
29502;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (20791 9657 29153;;;### (autoloads nil "utf7" "gnus/utf7.el" (20791 9657 561026 0))
29503;;;;;; 561026 0))
29504;;; Generated autoloads from gnus/utf7.el 29154;;; Generated autoloads from gnus/utf7.el
29505 29155
29506(autoload 'utf7-encode "utf7" "\ 29156(autoload 'utf7-encode "utf7" "\
@@ -29510,9 +29160,8 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil.
29510 29160
29511;;;*** 29161;;;***
29512 29162
29513;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 29163;;;### (autoloads nil "uudecode" "mail/uudecode.el" (20709 26818
29514;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" 29164;;;;;; 907104 0))
29515;;;;;; (20709 26818 907104 0))
29516;;; Generated autoloads from mail/uudecode.el 29165;;; Generated autoloads from mail/uudecode.el
29517 29166
29518(autoload 'uudecode-decode-region-external "uudecode" "\ 29167(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -29536,14 +29185,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29536 29185
29537;;;*** 29186;;;***
29538 29187
29539;;;### (autoloads (vc-branch-part vc-update-change-log vc-rename-file 29188;;;### (autoloads nil "vc" "vc/vc.el" (20919 46844 767888 0))
29540;;;;;; vc-delete-file vc-transfer-file vc-switch-backend vc-pull
29541;;;;;; vc-rollback vc-revert vc-log-outgoing vc-log-incoming vc-print-root-log
29542;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers
29543;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff
29544;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook
29545;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20855
29546;;;;;; 45357 683214 0))
29547;;; Generated autoloads from vc/vc.el 29189;;; Generated autoloads from vc/vc.el
29548 29190
29549(defvar vc-checkout-hook nil "\ 29191(defvar vc-checkout-hook nil "\
@@ -29824,8 +29466,8 @@ Return the branch part of a revision number REV.
29824 29466
29825;;;*** 29467;;;***
29826 29468
29827;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el" 29469;;;### (autoloads nil "vc-annotate" "vc/vc-annotate.el" (20709 26818
29828;;;;;; (20709 26818 907104 0)) 29470;;;;;; 907104 0))
29829;;; Generated autoloads from vc/vc-annotate.el 29471;;; Generated autoloads from vc/vc-annotate.el
29830 29472
29831(autoload 'vc-annotate "vc-annotate" "\ 29473(autoload 'vc-annotate "vc-annotate" "\
@@ -29890,7 +29532,7 @@ Name of the format file in a .bzr directory.")
29890 29532
29891;;;*** 29533;;;***
29892 29534
29893;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20900 33838 319219 29535;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20921 39978 248467
29894;;;;;; 0)) 29536;;;;;; 0))
29895;;; Generated autoloads from vc/vc-cvs.el 29537;;; Generated autoloads from vc/vc-cvs.el
29896(defun vc-cvs-registered (f) 29538(defun vc-cvs-registered (f)
@@ -29902,7 +29544,7 @@ Name of the format file in a .bzr directory.")
29902 29544
29903;;;*** 29545;;;***
29904 29546
29905;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20900 33838 319219 29547;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (20900 33838 319219
29906;;;;;; 0)) 29548;;;;;; 0))
29907;;; Generated autoloads from vc/vc-dir.el 29549;;; Generated autoloads from vc/vc-dir.el
29908 29550
@@ -29927,8 +29569,8 @@ These are the commands available for use in the file status buffer:
29927 29569
29928;;;*** 29570;;;***
29929 29571
29930;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el" 29572;;;### (autoloads nil "vc-dispatcher" "vc/vc-dispatcher.el" (20924
29931;;;;;; (20851 48294 960738 0)) 29573;;;;;; 16196 967284 0))
29932;;; Generated autoloads from vc/vc-dispatcher.el 29574;;; Generated autoloads from vc/vc-dispatcher.el
29933 29575
29934(autoload 'vc-do-command "vc-dispatcher" "\ 29576(autoload 'vc-do-command "vc-dispatcher" "\
@@ -29991,8 +29633,8 @@ Name of the monotone directory's format file.")
29991 29633
29992;;;*** 29634;;;***
29993 29635
29994;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el" 29636;;;### (autoloads nil "vc-rcs" "vc/vc-rcs.el" (20900 33838 319219
29995;;;;;; (20900 33838 319219 0)) 29637;;;;;; 0))
29996;;; Generated autoloads from vc/vc-rcs.el 29638;;; Generated autoloads from vc/vc-rcs.el
29997 29639
29998(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 29640(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -30005,8 +29647,8 @@ For a description of possible values, see `vc-check-master-templates'.")
30005 29647
30006;;;*** 29648;;;***
30007 29649
30008;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el" 29650;;;### (autoloads nil "vc-sccs" "vc/vc-sccs.el" (20900 33838 319219
30009;;;;;; (20900 33838 319219 0)) 29651;;;;;; 0))
30010;;; Generated autoloads from vc/vc-sccs.el 29652;;; Generated autoloads from vc/vc-sccs.el
30011 29653
30012(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 29654(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -30038,10 +29680,10 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
30038 29680
30039;;;*** 29681;;;***
30040 29682
30041;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" 29683;;;### (autoloads nil "vera-mode" "progmodes/vera-mode.el" (20893
30042;;;;;; (20893 60586 188550 0)) 29684;;;;;; 60586 188550 0))
30043;;; Generated autoloads from progmodes/vera-mode.el 29685;;; Generated autoloads from progmodes/vera-mode.el
30044 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 29686(push (purecopy (quote (vera-mode 2 28))) package--builtin-versions) (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
30045 29687
30046(autoload 'vera-mode "vera-mode" "\ 29688(autoload 'vera-mode "vera-mode" "\
30047Major mode for editing Vera code. 29689Major mode for editing Vera code.
@@ -30096,7 +29738,7 @@ Key bindings:
30096 29738
30097;;;*** 29739;;;***
30098 29740
30099;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 29741;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el"
30100;;;;;; (20885 2819 449152 0)) 29742;;;;;; (20885 2819 449152 0))
30101;;; Generated autoloads from progmodes/verilog-mode.el 29743;;; Generated autoloads from progmodes/verilog-mode.el
30102 29744
@@ -30235,8 +29877,8 @@ Key bindings specific to `verilog-mode-map' are:
30235 29877
30236;;;*** 29878;;;***
30237 29879
30238;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 29880;;;### (autoloads nil "vhdl-mode" "progmodes/vhdl-mode.el" (20892
30239;;;;;; (20892 39729 858825 0)) 29881;;;;;; 39729 858825 0))
30240;;; Generated autoloads from progmodes/vhdl-mode.el 29882;;; Generated autoloads from progmodes/vhdl-mode.el
30241 29883
30242(autoload 'vhdl-mode "vhdl-mode" "\ 29884(autoload 'vhdl-mode "vhdl-mode" "\
@@ -30790,7 +30432,7 @@ Key bindings:
30790 30432
30791;;;*** 30433;;;***
30792 30434
30793;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (20566 63671 243798 30435;;;### (autoloads nil "vi" "emulation/vi.el" (20929 34089 117790
30794;;;;;; 0)) 30436;;;;;; 0))
30795;;; Generated autoloads from emulation/vi.el 30437;;; Generated autoloads from emulation/vi.el
30796 30438
@@ -30843,10 +30485,8 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
30843 30485
30844;;;*** 30486;;;***
30845 30487
30846;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 30488;;;### (autoloads nil "viet-util" "language/viet-util.el" (20826
30847;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 30489;;;;;; 45095 436233 0))
30848;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
30849;;;;;; "language/viet-util.el" (20826 45095 436233 0))
30850;;; Generated autoloads from language/viet-util.el 30490;;; Generated autoloads from language/viet-util.el
30851 30491
30852(autoload 'viet-encode-viscii-char "viet-util" "\ 30492(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -30890,11 +30530,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
30890 30530
30891;;;*** 30531;;;***
30892 30532
30893;;;### (autoloads (View-exit-and-edit view-mode-enter view-return-to-alist-update 30533;;;### (autoloads nil "view" "view.el" (20762 9398 526093 0))
30894;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
30895;;;;;; view-buffer view-file-other-frame view-file-other-window
30896;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
30897;;;;;; "view" "view.el" (20762 9398 526093 0))
30898;;; Generated autoloads from view.el 30534;;; Generated autoloads from view.el
30899 30535
30900(defvar view-remove-frame-by-deleting t "\ 30536(defvar view-remove-frame-by-deleting t "\
@@ -31150,8 +30786,8 @@ Exit View mode and make the current buffer editable.
31150 30786
31151;;;*** 30787;;;***
31152 30788
31153;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (20799 30789;;;### (autoloads nil "vip" "emulation/vip.el" (20929 34089 117790
31154;;;;;; 169 640767 0)) 30790;;;;;; 0))
31155;;; Generated autoloads from emulation/vip.el 30791;;; Generated autoloads from emulation/vip.el
31156 30792
31157(autoload 'vip-setup "vip" "\ 30793(autoload 'vip-setup "vip" "\
@@ -31166,10 +30802,10 @@ Turn on VIP emulation of VI.
31166 30802
31167;;;*** 30803;;;***
31168 30804
31169;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 30805;;;### (autoloads nil "viper" "emulation/viper.el" (20799 169 640767
31170;;;;;; (20799 169 640767 0)) 30806;;;;;; 0))
31171;;; Generated autoloads from emulation/viper.el 30807;;; Generated autoloads from emulation/viper.el
31172 30808(push (purecopy (quote (viper 3 14 1))) package--builtin-versions)
31173(autoload 'toggle-viper-mode "viper" "\ 30809(autoload 'toggle-viper-mode "viper" "\
31174Toggle Viper on/off. 30810Toggle Viper on/off.
31175If Viper is enabled, turn it off. Otherwise, turn it on. 30811If Viper is enabled, turn it off. Otherwise, turn it on.
@@ -31183,8 +30819,8 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
31183 30819
31184;;;*** 30820;;;***
31185 30821
31186;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 30822;;;### (autoloads nil "warnings" "emacs-lisp/warnings.el" (20709
31187;;;;;; (20709 26818 907104 0)) 30823;;;;;; 26818 907104 0))
31188;;; Generated autoloads from emacs-lisp/warnings.el 30824;;; Generated autoloads from emacs-lisp/warnings.el
31189 30825
31190(defvar warning-prefix-function nil "\ 30826(defvar warning-prefix-function nil "\
@@ -31273,10 +30909,9 @@ this is equivalent to `display-warning', using
31273 30909
31274;;;*** 30910;;;***
31275 30911
31276;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 30912;;;### (autoloads nil "wdired" "wdired.el" (20900 33838 319219 0))
31277;;;;;; (20900 33838 319219 0))
31278;;; Generated autoloads from wdired.el 30913;;; Generated autoloads from wdired.el
31279 30914(push (purecopy (quote (wdired 2 0))) package--builtin-versions)
31280(autoload 'wdired-change-to-wdired-mode "wdired" "\ 30915(autoload 'wdired-change-to-wdired-mode "wdired" "\
31281Put a Dired buffer in Writable Dired (WDired) mode. 30916Put a Dired buffer in Writable Dired (WDired) mode.
31282\\<wdired-mode-map> 30917\\<wdired-mode-map>
@@ -31291,8 +30926,8 @@ See `wdired-mode'.
31291 30926
31292;;;*** 30927;;;***
31293 30928
31294;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20709 26818 30929;;;### (autoloads nil "webjump" "net/webjump.el" (20927 49244 970422
31295;;;;;; 907104 0)) 30930;;;;;; 0))
31296;;; Generated autoloads from net/webjump.el 30931;;; Generated autoloads from net/webjump.el
31297 30932
31298(autoload 'webjump "webjump" "\ 30933(autoload 'webjump "webjump" "\
@@ -31308,8 +30943,8 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
31308 30943
31309;;;*** 30944;;;***
31310 30945
31311;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 30946;;;### (autoloads nil "which-func" "progmodes/which-func.el" (20895
31312;;;;;; (20895 15912 444844 0)) 30947;;;;;; 15912 444844 0))
31313;;; Generated autoloads from progmodes/which-func.el 30948;;; Generated autoloads from progmodes/which-func.el
31314 (put 'which-func-format 'risky-local-variable t) 30949 (put 'which-func-format 'risky-local-variable t)
31315 (put 'which-func-current 'risky-local-variable t) 30950 (put 'which-func-current 'risky-local-variable t)
@@ -31339,13 +30974,10 @@ in certain major modes.
31339 30974
31340;;;*** 30975;;;***
31341 30976
31342;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region 30977;;;### (autoloads nil "whitespace" "whitespace.el" (20874 65007 172950
31343;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options 30978;;;;;; 7000))
31344;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
31345;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20874 65007
31346;;;;;; 172950 7000))
31347;;; Generated autoloads from whitespace.el 30979;;; Generated autoloads from whitespace.el
31348 30980(push (purecopy (quote (whitespace 13 2 2))) package--builtin-versions)
31349(autoload 'whitespace-mode "whitespace" "\ 30981(autoload 'whitespace-mode "whitespace" "\
31350Toggle whitespace visualization (Whitespace mode). 30982Toggle whitespace visualization (Whitespace mode).
31351With a prefix argument ARG, enable Whitespace mode if ARG is 30983With a prefix argument ARG, enable Whitespace mode if ARG is
@@ -31741,9 +31373,8 @@ cleaning up these problems.
31741 31373
31742;;;*** 31374;;;***
31743 31375
31744;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 31376;;;### (autoloads nil "wid-browse" "wid-browse.el" (20709 26818 907104
31745;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (20709 26818 31377;;;;;; 0))
31746;;;;;; 907104 0))
31747;;; Generated autoloads from wid-browse.el 31378;;; Generated autoloads from wid-browse.el
31748 31379
31749(autoload 'widget-browse-at "wid-browse" "\ 31380(autoload 'widget-browse-at "wid-browse" "\
@@ -31771,9 +31402,8 @@ if ARG is omitted or nil.
31771 31402
31772;;;*** 31403;;;***
31773 31404
31774;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 31405;;;### (autoloads nil "wid-edit" "wid-edit.el" (20945 22315 8369
31775;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20716 31406;;;;;; 0))
31776;;;;;; 56 356960 0))
31777;;; Generated autoloads from wid-edit.el 31407;;; Generated autoloads from wid-edit.el
31778 31408
31779(autoload 'widgetp "wid-edit" "\ 31409(autoload 'widgetp "wid-edit" "\
@@ -31815,9 +31445,8 @@ Setup current buffer so editing string widgets works.
31815 31445
31816;;;*** 31446;;;***
31817 31447
31818;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 31448;;;### (autoloads nil "windmove" "windmove.el" (20709 26818 907104
31819;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20709 31449;;;;;; 0))
31820;;;;;; 26818 907104 0))
31821;;; Generated autoloads from windmove.el 31450;;; Generated autoloads from windmove.el
31822 31451
31823(autoload 'windmove-left "windmove" "\ 31452(autoload 'windmove-left "windmove" "\
@@ -31869,8 +31498,7 @@ Default MODIFIER is 'shift.
31869 31498
31870;;;*** 31499;;;***
31871 31500
31872;;;### (autoloads (winner-mode) "winner" "winner.el" (20849 6570 31501;;;### (autoloads nil "winner" "winner.el" (20849 6570 598687 0))
31873;;;;;; 598687 0))
31874;;; Generated autoloads from winner.el 31502;;; Generated autoloads from winner.el
31875 31503
31876(defvar winner-mode nil "\ 31504(defvar winner-mode nil "\
@@ -31893,11 +31521,9 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
31893 31521
31894;;;*** 31522;;;***
31895 31523
31896;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file 31524;;;### (autoloads nil "woman" "woman.el" (20709 26818 907104 0))
31897;;;;;; woman woman-locale) "woman" "woman.el" (20709 26818 907104
31898;;;;;; 0))
31899;;; Generated autoloads from woman.el 31525;;; Generated autoloads from woman.el
31900 31526(push (purecopy (quote (woman 0 551))) package--builtin-versions)
31901(defvar woman-locale nil "\ 31527(defvar woman-locale nil "\
31902String specifying a manual page locale, or nil. 31528String specifying a manual page locale, or nil.
31903If a manual page is available in the specified locale 31529If a manual page is available in the specified locale
@@ -31943,10 +31569,10 @@ Default bookmark handler for Woman buffers.
31943 31569
31944;;;*** 31570;;;***
31945 31571
31946;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 31572;;;### (autoloads nil "ws-mode" "emulation/ws-mode.el" (20709 26818
31947;;;;;; (20709 26818 907104 0)) 31573;;;;;; 907104 0))
31948;;; Generated autoloads from emulation/ws-mode.el 31574;;; Generated autoloads from emulation/ws-mode.el
31949 31575(push (purecopy (quote (ws-mode 0 7))) package--builtin-versions)
31950(autoload 'wordstar-mode "ws-mode" "\ 31576(autoload 'wordstar-mode "ws-mode" "\
31951Major mode with WordStar-like key bindings. 31577Major mode with WordStar-like key bindings.
31952 31578
@@ -32056,8 +31682,7 @@ The key bindings are:
32056 31682
32057;;;*** 31683;;;***
32058 31684
32059;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 31685;;;### (autoloads nil "xml" "xml.el" (20766 6456 368550 0))
32060;;;;;; (20766 6456 368550 0))
32061;;; Generated autoloads from xml.el 31686;;; Generated autoloads from xml.el
32062 31687
32063(autoload 'xml-parse-file "xml" "\ 31688(autoload 'xml-parse-file "xml" "\
@@ -32113,8 +31738,8 @@ Both features can be combined by providing a cons cell
32113 31738
32114;;;*** 31739;;;***
32115 31740
32116;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" 31741;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (20884 6711 386198
32117;;;;;; "nxml/xmltok.el" (20884 6711 386198 0)) 31742;;;;;; 0))
32118;;; Generated autoloads from nxml/xmltok.el 31743;;; Generated autoloads from nxml/xmltok.el
32119 31744
32120(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 31745(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -32132,8 +31757,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
32132 31757
32133;;;*** 31758;;;***
32134 31759
32135;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20797 31760;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (20797 44848 327754
32136;;;;;; 44848 327754 0)) 31761;;;;;; 0))
32137;;; Generated autoloads from xt-mouse.el 31762;;; Generated autoloads from xt-mouse.el
32138 31763
32139(defvar xterm-mouse-mode nil "\ 31764(defvar xterm-mouse-mode nil "\
@@ -32162,8 +31787,7 @@ down the SHIFT key while pressing the mouse button.
32162 31787
32163;;;*** 31788;;;***
32164 31789
32165;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 31790;;;### (autoloads nil "yenc" "gnus/yenc.el" (20709 26818 907104 0))
32166;;;;;; "gnus/yenc.el" (20709 26818 907104 0))
32167;;; Generated autoloads from gnus/yenc.el 31791;;; Generated autoloads from gnus/yenc.el
32168 31792
32169(autoload 'yenc-decode-region "yenc" "\ 31793(autoload 'yenc-decode-region "yenc" "\
@@ -32178,8 +31802,7 @@ Extract file name from an yenc header.
32178 31802
32179;;;*** 31803;;;***
32180 31804
32181;;;### (autoloads (zone) "zone" "play/zone.el" (20709 26818 907104 31805;;;### (autoloads nil "zone" "play/zone.el" (20709 26818 907104 0))
32182;;;;;; 0))
32183;;; Generated autoloads from play/zone.el 31806;;; Generated autoloads from play/zone.el
32184 31807
32185(autoload 'zone "zone" "\ 31808(autoload 'zone "zone" "\
@@ -32210,31 +31833,30 @@ Zone out, completely.
32210;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el" 31833;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el"
32211;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el" 31834;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el"
32212;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el" 31835;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el"
32213;;;;;; "cedet/cedet-idutils.el" "cedet/cedet.el" "cedet/ede/auto.el" 31836;;;;;; "cedet/cedet-idutils.el" "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el"
32214;;;;;; "cedet/ede/autoconf-edit.el" "cedet/ede/base.el" "cedet/ede/cpp-root.el" 31837;;;;;; "cedet/ede/base.el" "cedet/ede/cpp-root.el" "cedet/ede/custom.el"
32215;;;;;; "cedet/ede/custom.el" "cedet/ede/dired.el" "cedet/ede/emacs.el" 31838;;;;;; "cedet/ede/emacs.el" "cedet/ede/files.el" "cedet/ede/generic.el"
32216;;;;;; "cedet/ede/files.el" "cedet/ede/generic.el" "cedet/ede/linux.el" 31839;;;;;; "cedet/ede/linux.el" "cedet/ede/loaddefs.el" "cedet/ede/locate.el"
32217;;;;;; "cedet/ede/loaddefs.el" "cedet/ede/locate.el" "cedet/ede/make.el" 31840;;;;;; "cedet/ede/make.el" "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el"
32218;;;;;; "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" "cedet/ede/pmake.el" 31841;;;;;; "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el"
32219;;;;;; "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" 31842;;;;;; "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el"
32220;;;;;; "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el" 31843;;;;;; "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el"
32221;;;;;; "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el" 31844;;;;;; "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" "cedet/ede/proj.el"
32222;;;;;; "cedet/ede/proj-shared.el" "cedet/ede/proj.el" "cedet/ede/project-am.el"
32223;;;;;; "cedet/ede/shell.el" "cedet/ede/simple.el" "cedet/ede/source.el" 31845;;;;;; "cedet/ede/shell.el" "cedet/ede/simple.el" "cedet/ede/source.el"
32224;;;;;; "cedet/ede/speedbar.el" "cedet/ede/srecode.el" "cedet/ede/system.el" 31846;;;;;; "cedet/ede/speedbar.el" "cedet/ede/srecode.el" "cedet/ede/system.el"
32225;;;;;; "cedet/ede/util.el" "cedet/pulse.el" "cedet/semantic/analyze.el" 31847;;;;;; "cedet/ede/util.el" "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el"
32226;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/debug.el" 31848;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el"
32227;;;;;; "cedet/semantic/analyze/fcn.el" "cedet/semantic/analyze/refs.el" 31849;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el"
32228;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c-by.el" 31850;;;;;; "cedet/semantic/bovine/c-by.el" "cedet/semantic/bovine/c.el"
32229;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el" 31851;;;;;; "cedet/semantic/bovine/debug.el" "cedet/semantic/bovine/el.el"
32230;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el" 31852;;;;;; "cedet/semantic/bovine/gcc.el" "cedet/semantic/bovine/make-by.el"
32231;;;;;; "cedet/semantic/bovine/make-by.el" "cedet/semantic/bovine/make.el" 31853;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm-by.el"
32232;;;;;; "cedet/semantic/bovine/scm-by.el" "cedet/semantic/bovine/scm.el" 31854;;;;;; "cedet/semantic/bovine/scm.el" "cedet/semantic/chart.el"
32233;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" 31855;;;;;; "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" "cedet/semantic/db-debug.el"
32234;;;;;; "cedet/semantic/db-debug.el" "cedet/semantic/db-ebrowse.el" 31856;;;;;; "cedet/semantic/db-ebrowse.el" "cedet/semantic/db-el.el"
32235;;;;;; "cedet/semantic/db-el.el" "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" 31857;;;;;; "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" "cedet/semantic/db-global.el"
32236;;;;;; "cedet/semantic/db-global.el" "cedet/semantic/db-javascript.el" 31858;;;;;; "cedet/semantic/db-javascript.el" "cedet/semantic/db-mode.el"
32237;;;;;; "cedet/semantic/db-mode.el" "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el" 31859;;;;;; "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el"
32238;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el" 31860;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el"
32239;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el" 31861;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el"
32240;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el" 31862;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el"
@@ -32254,7 +31876,7 @@ Zone out, completely.
32254;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" 31876;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el"
32255;;;;;; "cedet/semantic/wisent/javat-wy.el" "cedet/semantic/wisent/js-wy.el" 31877;;;;;; "cedet/semantic/wisent/javat-wy.el" "cedet/semantic/wisent/js-wy.el"
32256;;;;;; "cedet/semantic/wisent/python-wy.el" "cedet/semantic/wisent/python.el" 31878;;;;;; "cedet/semantic/wisent/python-wy.el" "cedet/semantic/wisent/python.el"
32257;;;;;; "cedet/semantic/wisent/wisent.el" "cedet/srecode.el" "cedet/srecode/args.el" 31879;;;;;; "cedet/semantic/wisent/wisent.el" "cedet/srecode/args.el"
32258;;;;;; "cedet/srecode/compile.el" "cedet/srecode/cpp.el" "cedet/srecode/ctxt.el" 31880;;;;;; "cedet/srecode/compile.el" "cedet/srecode/cpp.el" "cedet/srecode/ctxt.el"
32259;;;;;; "cedet/srecode/dictionary.el" "cedet/srecode/document.el" 31881;;;;;; "cedet/srecode/dictionary.el" "cedet/srecode/document.el"
32260;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el" 31882;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el"
@@ -32266,18 +31888,17 @@ Zone out, completely.
32266;;;;;; "cus-dep.el" "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" 31888;;;;;; "cus-dep.el" "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el"
32267;;;;;; "dos-vars.el" "dos-w32.el" "dynamic-setting.el" "emacs-lisp/authors.el" 31889;;;;;; "dos-vars.el" "dos-w32.el" "dynamic-setting.el" "emacs-lisp/authors.el"
32268;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" 31890;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el"
32269;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el" 31891;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el" "emacs-lisp/cl-macs.el"
32270;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el" 31892;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el" "emacs-lisp/eieio-base.el"
32271;;;;;; "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-datadebug.el" 31893;;;;;; "emacs-lisp/eieio-datadebug.el" "emacs-lisp/eieio-speedbar.el"
32272;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" 31894;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/gulp.el" "emacs-lisp/lisp-mnt.el"
32273;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" 31895;;;;;; "emacs-lisp/package-x.el" "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el"
32274;;;;;; "emacs-lisp/regi.el" "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el" 31896;;;;;; "emacs-lisp/tcover-unsafep.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el"
32275;;;;;; "emulation/cua-gmrk.el" "emulation/cua-rect.el" "emulation/edt-lk201.el" 31897;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el"
32276;;;;;; "emulation/edt-mapper.el" "emulation/edt-pc.el" "emulation/edt-vt100.el" 31898;;;;;; "emulation/edt-vt100.el" "emulation/tpu-extras.el" "emulation/viper-cmd.el"
32277;;;;;; "emulation/tpu-extras.el" "emulation/viper-cmd.el" "emulation/viper-ex.el" 31899;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el"
32278;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el" 31900;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el"
32279;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "erc/erc-backend.el" 31901;;;;;; "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el"
32280;;;;;; "erc/erc-goodies.el" "erc/erc-ibuffer.el" "erc/erc-lang.el"
32281;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el" 31902;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el"
32282;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" 31903;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el"
32283;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" 31904;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el"
@@ -32287,7 +31908,7 @@ Zone out, completely.
32287;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el" 31908;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el"
32288;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el" 31909;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el"
32289;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" 31910;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el"
32290;;;;;; "ezimage.el" "foldout.el" "format-spec.el" "fringe.el" "generic-x.el" 31911;;;;;; "ezimage.el" "format-spec.el" "fringe.el" "generic-x.el"
32291;;;;;; "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" 31912;;;;;; "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el"
32292;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el" 31913;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el"
32293;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el" 31914;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el"
@@ -32302,15 +31923,14 @@ Zone out, completely.
32302;;;;;; "gnus/mml-smime.el" "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" 31923;;;;;; "gnus/mml-smime.el" "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el"
32303;;;;;; "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el" 31924;;;;;; "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el"
32304;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el" 31925;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el"
32305;;;;;; "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el" "gnus/nnmh.el" 31926;;;;;; "gnus/nnmaildir.el" "gnus/nnmbox.el" "gnus/nnmh.el" "gnus/nnnil.el"
32306;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el" 31927;;;;;; "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el" "gnus/nnspool.el"
32307;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el" 31928;;;;;; "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el" "gnus/registry.el"
32308;;;;;; "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" 31929;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el"
32309;;;;;; "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/rtree.el" "gnus/shr-color.el" 31930;;;;;; "gnus/rfc2231.el" "gnus/rtree.el" "gnus/sieve-manage.el"
32310;;;;;; "gnus/sieve-manage.el" "gnus/smime.el" "gnus/spam-stat.el" 31931;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "hex-util.el"
32311;;;;;; "gnus/spam-wash.el" "hex-util.el" "hfy-cmap.el" "ibuf-ext.el" 31932;;;;;; "hfy-cmap.el" "ibuf-ext.el" "international/cp51932.el" "international/eucjp-ms.el"
32312;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el" 31933;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el"
32313;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el"
32314;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el" 31934;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el"
32315;;;;;; "international/uni-category.el" "international/uni-combining.el" 31935;;;;;; "international/uni-category.el" "international/uni-combining.el"
32316;;;;;; "international/uni-comment.el" "international/uni-decimal.el" 31936;;;;;; "international/uni-comment.el" "international/uni-decimal.el"
@@ -32318,12 +31938,12 @@ Zone out, completely.
32318;;;;;; "international/uni-lowercase.el" "international/uni-mirrored.el" 31938;;;;;; "international/uni-lowercase.el" "international/uni-mirrored.el"
32319;;;;;; "international/uni-name.el" "international/uni-numeric.el" 31939;;;;;; "international/uni-name.el" "international/uni-numeric.el"
32320;;;;;; "international/uni-old-name.el" "international/uni-titlecase.el" 31940;;;;;; "international/uni-old-name.el" "international/uni-titlecase.el"
32321;;;;;; "international/uni-uppercase.el" "json.el" "kermit.el" "language/hanja-util.el" 31941;;;;;; "international/uni-uppercase.el" "kermit.el" "language/hanja-util.el"
32322;;;;;; "language/thai-word.el" "ldefs-boot.el" "loadup.el" "mail/blessmail.el" 31942;;;;;; "language/thai-word.el" "ldefs-boot.el" "loadup.el" "mail/blessmail.el"
32323;;;;;; "mail/mailheader.el" "mail/mspools.el" "mail/rfc2368.el" 31943;;;;;; "mail/mailheader.el" "mail/mspools.el" "mail/rfc2368.el"
32324;;;;;; "mail/rfc822.el" "mail/rmail-spam-filter.el" "mail/rmailedit.el" 31944;;;;;; "mail/rfc822.el" "mail/rmail-spam-filter.el" "mail/rmailedit.el"
32325;;;;;; "mail/rmailkwd.el" "mail/rmailmm.el" "mail/rmailmsc.el" "mail/rmailsort.el" 31945;;;;;; "mail/rmailkwd.el" "mail/rmailmm.el" "mail/rmailmsc.el" "mail/rmailsort.el"
32326;;;;;; "mail/rmailsum.el" "mail/undigest.el" "md4.el" "mh-e/mh-acros.el" 31946;;;;;; "mail/rmailsum.el" "mail/undigest.el" "mh-e/mh-acros.el"
32327;;;;;; "mh-e/mh-alias.el" "mh-e/mh-buffers.el" "mh-e/mh-compat.el" 31947;;;;;; "mh-e/mh-alias.el" "mh-e/mh-buffers.el" "mh-e/mh-compat.el"
32328;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" "mh-e/mh-identity.el" 31948;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" "mh-e/mh-identity.el"
32329;;;;;; "mh-e/mh-inc.el" "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el" 31949;;;;;; "mh-e/mh-inc.el" "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el"
@@ -32334,13 +31954,13 @@ Zone out, completely.
32334;;;;;; "mwheel.el" "net/dns.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" 31954;;;;;; "mwheel.el" "net/dns.el" "net/eudc-vars.el" "net/eudcb-bbdb.el"
32335;;;;;; "net/eudcb-ldap.el" "net/eudcb-mab.el" "net/eudcb-ph.el" 31955;;;;;; "net/eudcb-ldap.el" "net/eudcb-mab.el" "net/eudcb-ph.el"
32336;;;;;; "net/hmac-def.el" "net/hmac-md5.el" "net/imap.el" "net/ldap.el" 31956;;;;;; "net/hmac-def.el" "net/hmac-md5.el" "net/imap.el" "net/ldap.el"
32337;;;;;; "net/mairix.el" "net/newsticker.el" "net/ntlm.el" "net/sasl-cram.el" 31957;;;;;; "net/mairix.el" "net/sasl-cram.el" "net/sasl-digest.el" "net/sasl.el"
32338;;;;;; "net/sasl-digest.el" "net/sasl-ntlm.el" "net/sasl.el" "net/soap-client.el" 31958;;;;;; "net/shr-color.el" "net/soap-client.el" "net/soap-inspect.el"
32339;;;;;; "net/soap-inspect.el" "net/socks.el" "net/tls.el" "net/tramp-adb.el" 31959;;;;;; "net/socks.el" "net/tls.el" "net/tramp-adb.el" "net/tramp-cache.el"
32340;;;;;; "net/tramp-cache.el" "net/tramp-cmds.el" "net/tramp-compat.el" 31960;;;;;; "net/tramp-cmds.el" "net/tramp-compat.el" "net/tramp-gvfs.el"
32341;;;;;; "net/tramp-gvfs.el" "net/tramp-gw.el" "net/tramp-loaddefs.el" 31961;;;;;; "net/tramp-gw.el" "net/tramp-loaddefs.el" "net/tramp-sh.el"
32342;;;;;; "net/tramp-sh.el" "net/tramp-smb.el" "net/tramp-uu.el" "net/trampver.el" 31962;;;;;; "net/tramp-smb.el" "net/tramp-uu.el" "net/trampver.el" "net/zeroconf.el"
32343;;;;;; "net/zeroconf.el" "notifications.el" "nxml/nxml-enc.el" "nxml/nxml-maint.el" 31963;;;;;; "notifications.el" "nxml/nxml-enc.el" "nxml/nxml-maint.el"
32344;;;;;; "nxml/nxml-ns.el" "nxml/nxml-outln.el" "nxml/nxml-parse.el" 31964;;;;;; "nxml/nxml-ns.el" "nxml/nxml-outln.el" "nxml/nxml-parse.el"
32345;;;;;; "nxml/nxml-rap.el" "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el" 31965;;;;;; "nxml/nxml-rap.el" "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el"
32346;;;;;; "nxml/rng-maint.el" "nxml/rng-match.el" "nxml/rng-parse.el" 31966;;;;;; "nxml/rng-maint.el" "nxml/rng-match.el" "nxml/rng-parse.el"
@@ -32375,31 +31995,30 @@ Zone out, completely.
32375;;;;;; "org/org-remember.el" "org/org-rmail.el" "org/org-special-blocks.el" 31995;;;;;; "org/org-remember.el" "org/org-rmail.el" "org/org-special-blocks.el"
32376;;;;;; "org/org-src.el" "org/org-table.el" "org/org-taskjuggler.el" 31996;;;;;; "org/org-src.el" "org/org-table.el" "org/org-taskjuggler.el"
32377;;;;;; "org/org-timer.el" "org/org-vm.el" "org/org-w3m.el" "org/org-wl.el" 31997;;;;;; "org/org-timer.el" "org/org-vm.el" "org/org-w3m.el" "org/org-wl.el"
32378;;;;;; "org/org-xoxo.el" "play/gamegrid.el" "play/gametree.el" "play/meese.el" 31998;;;;;; "org/org-xoxo.el" "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"
32379;;;;;; "progmodes/ada-prj.el" "progmodes/cc-align.el" "progmodes/cc-awk.el" 31999;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el"
32380;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" "progmodes/cc-defs.el" 32000;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el"
32381;;;;;; "progmodes/cc-fonts.el" "progmodes/cc-langs.el" "progmodes/cc-menus.el" 32001;;;;;; "progmodes/cc-langs.el" "progmodes/cc-menus.el" "progmodes/ebnf-abn.el"
32382;;;;;; "progmodes/ebnf-abn.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el" 32002;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el"
32383;;;;;; "progmodes/ebnf-ebx.el" "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" 32003;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el"
32384;;;;;; "progmodes/ebnf-yac.el" "progmodes/idlw-complete-structtag.el" 32004;;;;;; "progmodes/idlw-complete-structtag.el" "progmodes/idlw-help.el"
32385;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" 32005;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el"
32386;;;;;; "progmodes/xscheme.el" "ps-def.el" "ps-mule.el" "ps-samp.el" 32006;;;;;; "ps-def.el" "ps-mule.el" "ps-samp.el" "saveplace.el" "sb-image.el"
32387;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el" 32007;;;;;; "scroll-bar.el" "select.el" "soundex.el" "subdirs.el" "tempo.el"
32388;;;;;; "soundex.el" "subdirs.el" "tempo.el" "textmodes/bib-mode.el" 32008;;;;;; "textmodes/bib-mode.el" "textmodes/makeinfo.el" "textmodes/page-ext.el"
32389;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/refbib.el" 32009;;;;;; "textmodes/refbib.el" "textmodes/refer.el" "textmodes/reftex-auc.el"
32390;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" 32010;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-ref.el" "textmodes/reftex-sel.el"
32391;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" 32011;;;;;; "textmodes/reftex-toc.el" "textmodes/texnfo-upd.el" "timezone.el"
32392;;;;;; "textmodes/texnfo-upd.el" "timezone.el" "tooltip.el" "tree-widget.el" 32012;;;;;; "tooltip.el" "tree-widget.el" "uniquify.el" "url/url-about.el"
32393;;;;;; "uniquify.el" "url/url-about.el" "url/url-cookie.el" "url/url-dired.el" 32013;;;;;; "url/url-cookie.el" "url/url-dired.el" "url/url-domsuf.el"
32394;;;;;; "url/url-domsuf.el" "url/url-expand.el" "url/url-ftp.el" 32014;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-future.el"
32395;;;;;; "url/url-future.el" "url/url-history.el" "url/url-imap.el" 32015;;;;;; "url/url-history.el" "url/url-imap.el" "url/url-methods.el"
32396;;;;;; "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" 32016;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "vc/ediff-diff.el"
32397;;;;;; "url/url-vars.el" "vc/ediff-diff.el" "vc/ediff-init.el" "vc/ediff-merg.el" 32017;;;;;; "vc/ediff-init.el" "vc/ediff-merg.el" "vc/ediff-ptch.el"
32398;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" 32018;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el"
32399;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" 32019;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vcursor.el" "vt-control.el"
32400;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-common-fns.el" 32020;;;;;; "vt100-led.el" "w32-common-fns.el" "w32-fns.el" "w32-vars.el"
32401;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (20905 51795 339257 32021;;;;;; "x-dnd.el") (20945 22525 596830 318000))
32402;;;;;; 114000))
32403 32022
32404;;;*** 32023;;;***
32405 32024