aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-11-01 06:19:27 -0400
committerGlenn Morris2012-11-01 06:19:27 -0400
commit7a8d34f74e840bed818cc7f537fb1946bf91f062 (patch)
treebfdfcb936afbe8d692115a5820c6fe72fe02d144
parent9f2881afe2d7b12ddf30c5e5c33073f647c763f9 (diff)
downloademacs-7a8d34f74e840bed818cc7f537fb1946bf91f062.tar.gz
emacs-7a8d34f74e840bed818cc7f537fb1946bf91f062.zip
Auto-commit of loaddefs files.
-rw-r--r--lisp/ldefs-boot.el3669
1 files changed, 1073 insertions, 2596 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 7f09fd1d623..876402f6fff 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -5,7 +5,7 @@
5 5
6;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best 6;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best
7;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" 7;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
8;;;;;; "play/5x5.el" (20550 14882 0 0)) 8;;;;;; "play/5x5.el" (20545 57511 257469 0))
9;;; Generated autoloads from play/5x5.el 9;;; Generated autoloads from play/5x5.el
10 10
11(autoload '5x5 "5x5" "\ 11(autoload '5x5 "5x5" "\
@@ -68,7 +68,7 @@ should return a grid vector array that is the new solution.
68;;;*** 68;;;***
69 69
70;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 70;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
71;;;;;; (20577 48876 0 0)) 71;;;;;; (20576 42138 697312 0))
72;;; Generated autoloads from progmodes/ada-mode.el 72;;; Generated autoloads from progmodes/ada-mode.el
73 73
74(autoload 'ada-add-extensions "ada-mode" "\ 74(autoload 'ada-add-extensions "ada-mode" "\
@@ -88,7 +88,7 @@ Ada mode is the major mode for editing Ada code.
88;;;*** 88;;;***
89 89
90;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 90;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
91;;;;;; (20244 35516 0 0)) 91;;;;;; (20355 10021 546955 0))
92;;; Generated autoloads from progmodes/ada-stmt.el 92;;; Generated autoloads from progmodes/ada-stmt.el
93 93
94(autoload 'ada-header "ada-stmt" "\ 94(autoload 'ada-header "ada-stmt" "\
@@ -99,7 +99,7 @@ Insert a descriptive header at the top of the file.
99;;;*** 99;;;***
100 100
101;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 101;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
102;;;;;; (20460 33749 0 0)) 102;;;;;; (20458 56750 651721 0))
103;;; Generated autoloads from progmodes/ada-xref.el 103;;; Generated autoloads from progmodes/ada-xref.el
104 104
105(autoload 'ada-find-file "ada-xref" "\ 105(autoload 'ada-find-file "ada-xref" "\
@@ -114,7 +114,7 @@ Completion is available.
114;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log 114;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
115;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name 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" 116;;;;;; add-log-current-defun-function) "add-log" "vc/add-log.el"
117;;;;;; (20589 46442 0 0)) 117;;;;;; (20586 48936 135199 0))
118;;; Generated autoloads from vc/add-log.el 118;;; Generated autoloads from vc/add-log.el
119 119
120(put 'change-log-default-name 'safe-local-variable 'string-or-null-p) 120(put 'change-log-default-name 'safe-local-variable 'string-or-null-p)
@@ -253,7 +253,7 @@ old-style time formats for entries are supported.
253 253
254;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice 254;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
255;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) 255;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
256;;;;;; "advice" "emacs-lisp/advice.el" (20567 31133 0 0)) 256;;;;;; "advice" "emacs-lisp/advice.el" (20618 55210 422086 0))
257;;; Generated autoloads from emacs-lisp/advice.el 257;;; Generated autoloads from emacs-lisp/advice.el
258 258
259(defvar ad-redefinition-action 'warn "\ 259(defvar ad-redefinition-action 'warn "\
@@ -398,7 +398,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
398 398
399;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 399;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
400;;;;;; align-highlight-rule align-current align-entire align-regexp 400;;;;;; align-highlight-rule align-current align-entire align-regexp
401;;;;;; align) "align" "align.el" (20567 31133 0 0)) 401;;;;;; align) "align" "align.el" (20566 63671 243798 0))
402;;; Generated autoloads from align.el 402;;; Generated autoloads from align.el
403 403
404(autoload 'align "align" "\ 404(autoload 'align "align" "\
@@ -489,7 +489,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
489 489
490;;;### (autoloads (outlineify-sticky allout-mode allout-mode-p allout-auto-activation 490;;;### (autoloads (outlineify-sticky allout-mode allout-mode-p allout-auto-activation
491;;;;;; allout-setup allout-auto-activation-helper) "allout" "allout.el" 491;;;;;; allout-setup allout-auto-activation-helper) "allout" "allout.el"
492;;;;;; (20577 48876 0 0)) 492;;;;;; (20577 33959 40183 0))
493;;; Generated autoloads from allout.el 493;;; Generated autoloads from allout.el
494 494
495(autoload 'allout-auto-activation-helper "allout" "\ 495(autoload 'allout-auto-activation-helper "allout" "\
@@ -850,7 +850,7 @@ for details on preparing Emacs for automatic allout activation.
850 850
851;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation 851;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation
852;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el" 852;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el"
853;;;;;; (20550 14882 0 0)) 853;;;;;; (20545 57511 257469 0))
854;;; Generated autoloads from allout-widgets.el 854;;; Generated autoloads from allout-widgets.el
855 855
856(let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads)))) 856(let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads))))
@@ -910,7 +910,7 @@ outline hot-spot navigation (see `allout-mode').
910;;;*** 910;;;***
911 911
912;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 912;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
913;;;;;; "net/ange-ftp.el" (20567 31133 0 0)) 913;;;;;; "net/ange-ftp.el" (20566 63671 243798 0))
914;;; Generated autoloads from net/ange-ftp.el 914;;; Generated autoloads from net/ange-ftp.el
915 915
916(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 916(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
@@ -932,7 +932,7 @@ directory, so that Emacs will know its current contents.
932;;;*** 932;;;***
933 933
934;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 934;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
935;;;;;; "animate" "play/animate.el" (20550 14882 0 0)) 935;;;;;; "animate" "play/animate.el" (20545 57511 257469 0))
936;;; Generated autoloads from play/animate.el 936;;; Generated autoloads from play/animate.el
937 937
938(autoload 'animate-string "animate" "\ 938(autoload 'animate-string "animate" "\
@@ -965,7 +965,7 @@ the buffer *Birthday-Present-for-Name*.
965;;;*** 965;;;***
966 966
967;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 967;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
968;;;;;; "ansi-color" "ansi-color.el" (20577 48876 0 0)) 968;;;;;; "ansi-color" "ansi-color.el" (20577 33959 40183 0))
969;;; Generated autoloads from ansi-color.el 969;;; Generated autoloads from ansi-color.el
970 970
971(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ 971(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
@@ -991,7 +991,8 @@ This is a good function to put in `comint-output-filter-functions'.
991;;;*** 991;;;***
992 992
993;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 993;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
994;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (20567 31133 0 0)) 994;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (20566 63671 243798
995;;;;;; 0))
995;;; Generated autoloads from progmodes/antlr-mode.el 996;;; Generated autoloads from progmodes/antlr-mode.el
996 997
997(autoload 'antlr-show-makefile-rules "antlr-mode" "\ 998(autoload 'antlr-show-makefile-rules "antlr-mode" "\
@@ -1027,7 +1028,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
1027;;;*** 1028;;;***
1028 1029
1029;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el" 1030;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el"
1030;;;;;; (20244 35516 0 0)) 1031;;;;;; (20355 10021 546955 0))
1031;;; Generated autoloads from calendar/appt.el 1032;;; Generated autoloads from calendar/appt.el
1032 1033
1033(autoload 'appt-add "appt" "\ 1034(autoload 'appt-add "appt" "\
@@ -1050,8 +1051,8 @@ ARG is positive, otherwise off.
1050 1051
1051;;;### (autoloads (apropos-documentation apropos-value apropos-library 1052;;;### (autoloads (apropos-documentation apropos-value apropos-library
1052;;;;;; apropos apropos-documentation-property apropos-command apropos-variable 1053;;;;;; apropos apropos-documentation-property apropos-command apropos-variable
1053;;;;;; apropos-read-pattern) "apropos" "apropos.el" (20523 63054 1054;;;;;; apropos-read-pattern) "apropos" "apropos.el" (20523 62082
1054;;;;;; 0 0)) 1055;;;;;; 997685 0))
1055;;; Generated autoloads from apropos.el 1056;;; Generated autoloads from apropos.el
1056 1057
1057(autoload 'apropos-read-pattern "apropos" "\ 1058(autoload 'apropos-read-pattern "apropos" "\
@@ -1159,8 +1160,8 @@ Returns list of symbols and documentation found.
1159 1160
1160;;;*** 1161;;;***
1161 1162
1162;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20585 1163;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20614
1163;;;;;; 55103 0 0)) 1164;;;;;; 54428 654267 0))
1164;;; Generated autoloads from arc-mode.el 1165;;; Generated autoloads from arc-mode.el
1165 1166
1166(autoload 'archive-mode "arc-mode" "\ 1167(autoload 'archive-mode "arc-mode" "\
@@ -1180,7 +1181,7 @@ archive.
1180 1181
1181;;;*** 1182;;;***
1182 1183
1183;;;### (autoloads (array-mode) "array" "array.el" (20244 35516 0 1184;;;### (autoloads (array-mode) "array" "array.el" (20355 10021 546955
1184;;;;;; 0)) 1185;;;;;; 0))
1185;;; Generated autoloads from array.el 1186;;; Generated autoloads from array.el
1186 1187
@@ -1253,7 +1254,7 @@ Entering array mode calls the function `array-mode-hook'.
1253;;;*** 1254;;;***
1254 1255
1255;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20513 1256;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20513
1256;;;;;; 36786 0 0)) 1257;;;;;; 18948 537867 0))
1257;;; Generated autoloads from textmodes/artist.el 1258;;; Generated autoloads from textmodes/artist.el
1258 1259
1259(autoload 'artist-mode "artist" "\ 1260(autoload 'artist-mode "artist" "\
@@ -1458,8 +1459,8 @@ Keymap summary
1458 1459
1459;;;*** 1460;;;***
1460 1461
1461;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (20356 1462;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (20355
1462;;;;;; 35090 0 0)) 1463;;;;;; 10021 546955 0))
1463;;; Generated autoloads from progmodes/asm-mode.el 1464;;; Generated autoloads from progmodes/asm-mode.el
1464 1465
1465(autoload 'asm-mode "asm-mode" "\ 1466(autoload 'asm-mode "asm-mode" "\
@@ -1487,7 +1488,7 @@ Special commands:
1487;;;*** 1488;;;***
1488 1489
1489;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el" 1490;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el"
1490;;;;;; (20544 52783 0 0)) 1491;;;;;; (20544 36659 880486 0))
1491;;; Generated autoloads from gnus/auth-source.el 1492;;; Generated autoloads from gnus/auth-source.el
1492 1493
1493(defvar auth-source-cache-expiry 7200 "\ 1494(defvar auth-source-cache-expiry 7200 "\
@@ -1500,7 +1501,7 @@ let-binding.")
1500;;;*** 1501;;;***
1501 1502
1502;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1503;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1503;;;;;; (20244 35516 0 0)) 1504;;;;;; (20355 10021 546955 0))
1504;;; Generated autoloads from autoarg.el 1505;;; Generated autoloads from autoarg.el
1505 1506
1506(defvar autoarg-mode nil "\ 1507(defvar autoarg-mode nil "\
@@ -1561,7 +1562,7 @@ This is similar to `autoarg-mode' but rebinds the keypad keys
1561;;;*** 1562;;;***
1562 1563
1563;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1564;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1564;;;;;; (20513 16153 0 0)) 1565;;;;;; (20513 18948 537867 0))
1565;;; Generated autoloads from progmodes/autoconf.el 1566;;; Generated autoloads from progmodes/autoconf.el
1566 1567
1567(autoload 'autoconf-mode "autoconf" "\ 1568(autoload 'autoconf-mode "autoconf" "\
@@ -1572,7 +1573,7 @@ Major mode for editing Autoconf configure.ac files.
1572;;;*** 1573;;;***
1573 1574
1574;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1575;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1575;;;;;; "autoinsert" "autoinsert.el" (20567 31133 0 0)) 1576;;;;;; "autoinsert" "autoinsert.el" (20566 63671 243798 0))
1576;;; Generated autoloads from autoinsert.el 1577;;; Generated autoloads from autoinsert.el
1577 1578
1578(autoload 'auto-insert "autoinsert" "\ 1579(autoload 'auto-insert "autoinsert" "\
@@ -1612,7 +1613,7 @@ insert a template for the file depending on the mode of the buffer.
1612 1613
1613;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1614;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1614;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1615;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1615;;;;;; (20600 16892 0 0)) 1616;;;;;; (20594 43050 277913 0))
1616;;; Generated autoloads from emacs-lisp/autoload.el 1617;;; Generated autoloads from emacs-lisp/autoload.el
1617 1618
1618(put 'generated-autoload-file 'safe-local-variable 'stringp) 1619(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1663,7 +1664,7 @@ should be non-nil).
1663 1664
1664;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1665;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1665;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1666;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1666;;;;;; "autorevert" "autorevert.el" (20511 52965 0 0)) 1667;;;;;; "autorevert" "autorevert.el" (20476 31768 298871 0))
1667;;; Generated autoloads from autorevert.el 1668;;; Generated autoloads from autorevert.el
1668 1669
1669(autoload 'auto-revert-mode "autorevert" "\ 1670(autoload 'auto-revert-mode "autorevert" "\
@@ -1752,7 +1753,7 @@ specifies in the mode line.
1752;;;*** 1753;;;***
1753 1754
1754;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1755;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1755;;;;;; "avoid.el" (20600 16892 0 0)) 1756;;;;;; "avoid.el" (20593 22184 581574 0))
1756;;; Generated autoloads from avoid.el 1757;;; Generated autoloads from avoid.el
1757 1758
1758(defvar mouse-avoidance-mode nil "\ 1759(defvar mouse-avoidance-mode nil "\
@@ -1793,7 +1794,7 @@ definition of \"random distance\".)
1793;;;*** 1794;;;***
1794 1795
1795;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1796;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1796;;;;;; (20600 16892 0 0)) 1797;;;;;; (20594 43050 277913 0))
1797;;; Generated autoloads from battery.el 1798;;; Generated autoloads from battery.el
1798 (put 'battery-mode-line-string 'risky-local-variable t) 1799 (put 'battery-mode-line-string 'risky-local-variable t)
1799 1800
@@ -1829,7 +1830,8 @@ seconds.
1829;;;*** 1830;;;***
1830 1831
1831;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1832;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1832;;;;;; "benchmark" "emacs-lisp/benchmark.el" (20559 38659 0 0)) 1833;;;;;; "benchmark" "emacs-lisp/benchmark.el" (20557 48712 315579
1834;;;;;; 0))
1833;;; Generated autoloads from emacs-lisp/benchmark.el 1835;;; Generated autoloads from emacs-lisp/benchmark.el
1834 1836
1835(autoload 'benchmark-run "benchmark" "\ 1837(autoload 'benchmark-run "benchmark" "\
@@ -1866,7 +1868,7 @@ For non-interactive use see also `benchmark-run' and
1866;;;*** 1868;;;***
1867 1869
1868;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) 1870;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
1869;;;;;; "bibtex" "textmodes/bibtex.el" (20577 48876 0 0)) 1871;;;;;; "bibtex" "textmodes/bibtex.el" (20576 13095 881042 0))
1870;;; Generated autoloads from textmodes/bibtex.el 1872;;; Generated autoloads from textmodes/bibtex.el
1871 1873
1872(autoload 'bibtex-initialize "bibtex" "\ 1874(autoload 'bibtex-initialize "bibtex" "\
@@ -1955,7 +1957,7 @@ A prefix arg negates the value of `bibtex-search-entry-globally'.
1955;;;*** 1957;;;***
1956 1958
1957;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" 1959;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1958;;;;;; (20244 35516 0 0)) 1960;;;;;; (20355 10021 546955 0))
1959;;; Generated autoloads from textmodes/bibtex-style.el 1961;;; Generated autoloads from textmodes/bibtex-style.el
1960 1962
1961(autoload 'bibtex-style-mode "bibtex-style" "\ 1963(autoload 'bibtex-style-mode "bibtex-style" "\
@@ -1967,7 +1969,7 @@ Major mode for editing BibTeX style files.
1967 1969
1968;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1970;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1969;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" 1971;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
1970;;;;;; (20356 35090 0 0)) 1972;;;;;; (20355 10021 546955 0))
1971;;; Generated autoloads from mail/binhex.el 1973;;; Generated autoloads from mail/binhex.el
1972 1974
1973(defconst binhex-begin-line "^:...............................................................$" "\ 1975(defconst binhex-begin-line "^:...............................................................$" "\
@@ -1991,8 +1993,8 @@ Binhex decode region between START and END.
1991 1993
1992;;;*** 1994;;;***
1993 1995
1994;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (20553 1996;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (20551
1995;;;;;; 2323 0 0)) 1997;;;;;; 9899 283417 0))
1996;;; Generated autoloads from play/blackbox.el 1998;;; Generated autoloads from play/blackbox.el
1997 1999
1998(autoload 'blackbox "blackbox" "\ 2000(autoload 'blackbox "blackbox" "\
@@ -2115,7 +2117,7 @@ a reflection.
2115;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert 2117;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert
2116;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate 2118;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate
2117;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" 2119;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark"
2118;;;;;; "bookmark.el" (20589 46442 0 0)) 2120;;;;;; "bookmark.el" (20618 55210 422086 0))
2119;;; Generated autoloads from bookmark.el 2121;;; Generated autoloads from bookmark.el
2120 (define-key ctl-x-r-map "b" 'bookmark-jump) 2122 (define-key ctl-x-r-map "b" 'bookmark-jump)
2121 (define-key ctl-x-r-map "m" 'bookmark-set) 2123 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2316,7 +2318,7 @@ Incremental search of bookmarks, hiding the non-matches as we go.
2316;;;;;; browse-url-xdg-open browse-url-at-mouse browse-url-at-point 2318;;;;;; browse-url-xdg-open browse-url-at-mouse browse-url-at-point
2317;;;;;; browse-url browse-url-of-region browse-url-of-dired-file 2319;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2318;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function) 2320;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function)
2319;;;;;; "browse-url" "net/browse-url.el" (20567 31133 0 0)) 2321;;;;;; "browse-url" "net/browse-url.el" (20566 63671 243798 0))
2320;;; Generated autoloads from net/browse-url.el 2322;;; Generated autoloads from net/browse-url.el
2321 2323
2322(defvar browse-url-browser-function 'browse-url-default-browser "\ 2324(defvar browse-url-browser-function 'browse-url-default-browser "\
@@ -2632,7 +2634,7 @@ from `browse-url-elinks-wrapper'.
2632;;;*** 2634;;;***
2633 2635
2634;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2636;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2635;;;;;; "bs" "bs.el" (20577 48876 0 0)) 2637;;;;;; "bs" "bs.el" (20576 13095 881042 0))
2636;;; Generated autoloads from bs.el 2638;;; Generated autoloads from bs.el
2637 2639
2638(autoload 'bs-cycle-next "bs" "\ 2640(autoload 'bs-cycle-next "bs" "\
@@ -2672,8 +2674,8 @@ name of buffer configuration.
2672 2674
2673;;;*** 2675;;;***
2674 2676
2675;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20567 31133 2677;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20566 63671
2676;;;;;; 0 0)) 2678;;;;;; 243798 0))
2677;;; Generated autoloads from play/bubbles.el 2679;;; Generated autoloads from play/bubbles.el
2678 2680
2679(autoload 'bubbles "bubbles" "\ 2681(autoload 'bubbles "bubbles" "\
@@ -2695,7 +2697,7 @@ columns on its right towards the left.
2695;;;*** 2697;;;***
2696 2698
2697;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" 2699;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference"
2698;;;;;; "progmodes/bug-reference.el" (20600 16892 0 0)) 2700;;;;;; "progmodes/bug-reference.el" (20593 22184 581574 0))
2699;;; Generated autoloads from progmodes/bug-reference.el 2701;;; Generated autoloads from progmodes/bug-reference.el
2700 2702
2701(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) 2703(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format)))))
@@ -2719,7 +2721,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2719;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2721;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2720;;;;;; compile-defun byte-compile-file byte-recompile-directory 2722;;;;;; compile-defun byte-compile-file byte-recompile-directory
2721;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) 2723;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning)
2722;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20600 16892 0 0)) 2724;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20599 27513 576550 0))
2723;;; Generated autoloads from emacs-lisp/bytecomp.el 2725;;; Generated autoloads from emacs-lisp/bytecomp.el
2724(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2726(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2725(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2727(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2839,8 +2841,8 @@ and corresponding effects.
2839 2841
2840;;;*** 2842;;;***
2841 2843
2842;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (20244 2844;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (20355
2843;;;;;; 35516 0 0)) 2845;;;;;; 10021 546955 0))
2844;;; Generated autoloads from calendar/cal-china.el 2846;;; Generated autoloads from calendar/cal-china.el
2845 2847
2846(put 'calendar-chinese-time-zone 'risky-local-variable t) 2848(put 'calendar-chinese-time-zone 'risky-local-variable t)
@@ -2849,8 +2851,8 @@ and corresponding effects.
2849 2851
2850;;;*** 2852;;;***
2851 2853
2852;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (20468 36126 2854;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (20461 32935
2853;;;;;; 0 0)) 2855;;;;;; 300400 0))
2854;;; Generated autoloads from calendar/cal-dst.el 2856;;; Generated autoloads from calendar/cal-dst.el
2855 2857
2856(put 'calendar-daylight-savings-starts 'risky-local-variable t) 2858(put 'calendar-daylight-savings-starts 'risky-local-variable t)
@@ -2862,7 +2864,7 @@ and corresponding effects.
2862;;;*** 2864;;;***
2863 2865
2864;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el" 2866;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el"
2865;;;;;; (20290 33419 0 0)) 2867;;;;;; (20355 10021 546955 0))
2866;;; Generated autoloads from calendar/cal-hebrew.el 2868;;; Generated autoloads from calendar/cal-hebrew.el
2867 2869
2868(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2870(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2878,8 +2880,8 @@ from the cursor position.
2878 2880
2879;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2881;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2880;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2882;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2881;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20600 2883;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20593
2882;;;;;; 16892 0 0)) 2884;;;;;; 22184 581574 0))
2883;;; Generated autoloads from calc/calc.el 2885;;; Generated autoloads from calc/calc.el
2884 (define-key ctl-x-map "*" 'calc-dispatch) 2886 (define-key ctl-x-map "*" 'calc-dispatch)
2885 2887
@@ -2963,8 +2965,8 @@ See Info node `(calc)Defining Functions'.
2963 2965
2964;;;*** 2966;;;***
2965 2967
2966;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (20244 2968;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (20355
2967;;;;;; 35516 0 0)) 2969;;;;;; 10021 546955 0))
2968;;; Generated autoloads from calc/calc-undo.el 2970;;; Generated autoloads from calc/calc-undo.el
2969 2971
2970(autoload 'calc-undo "calc-undo" "\ 2972(autoload 'calc-undo "calc-undo" "\
@@ -2974,8 +2976,8 @@ See Info node `(calc)Defining Functions'.
2974 2976
2975;;;*** 2977;;;***
2976 2978
2977;;;### (autoloads (calculator) "calculator" "calculator.el" (20511 2979;;;### (autoloads (calculator) "calculator" "calculator.el" (20476
2978;;;;;; 52965 0 0)) 2980;;;;;; 31768 298871 0))
2979;;; Generated autoloads from calculator.el 2981;;; Generated autoloads from calculator.el
2980 2982
2981(autoload 'calculator "calculator" "\ 2983(autoload 'calculator "calculator" "\
@@ -2986,8 +2988,8 @@ See the documentation for `calculator-mode' for more information.
2986 2988
2987;;;*** 2989;;;***
2988 2990
2989;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20600 2991;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20594
2990;;;;;; 16892 0 0)) 2992;;;;;; 43050 277913 0))
2991;;; Generated autoloads from calendar/calendar.el 2993;;; Generated autoloads from calendar/calendar.el
2992 2994
2993(autoload 'calendar "calendar" "\ 2995(autoload 'calendar "calendar" "\
@@ -3031,7 +3033,7 @@ This function is suitable for execution in an init file.
3031;;;*** 3033;;;***
3032 3034
3033;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 3035;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
3034;;;;;; "gnus/canlock.el" (20244 35516 0 0)) 3036;;;;;; "gnus/canlock.el" (20355 10021 546955 0))
3035;;; Generated autoloads from gnus/canlock.el 3037;;; Generated autoloads from gnus/canlock.el
3036 3038
3037(autoload 'canlock-insert-header "canlock" "\ 3039(autoload 'canlock-insert-header "canlock" "\
@@ -3049,7 +3051,7 @@ it fails.
3049;;;*** 3051;;;***
3050 3052
3051;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" 3053;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el"
3052;;;;;; (20244 35516 0 0)) 3054;;;;;; (20355 10021 546955 0))
3053;;; Generated autoloads from progmodes/cap-words.el 3055;;; Generated autoloads from progmodes/cap-words.el
3054 3056
3055(autoload 'capitalized-words-mode "cap-words" "\ 3057(autoload 'capitalized-words-mode "cap-words" "\
@@ -3088,15 +3090,15 @@ Obsoletes `c-forward-into-nomenclature'.
3088 3090
3089;;;*** 3091;;;***
3090 3092
3091;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (20244 3093;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (20355
3092;;;;;; 35516 0 0)) 3094;;;;;; 10021 546955 0))
3093;;; Generated autoloads from progmodes/cc-compat.el 3095;;; Generated autoloads from progmodes/cc-compat.el
3094(put 'c-indent-level 'safe-local-variable 'integerp) 3096(put 'c-indent-level 'safe-local-variable 'integerp)
3095 3097
3096;;;*** 3098;;;***
3097 3099
3098;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 3100;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
3099;;;;;; (20559 38659 0 0)) 3101;;;;;; (20557 48712 315579 0))
3100;;; Generated autoloads from progmodes/cc-engine.el 3102;;; Generated autoloads from progmodes/cc-engine.el
3101 3103
3102(autoload 'c-guess-basic-syntax "cc-engine" "\ 3104(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -3108,8 +3110,8 @@ Return the syntactic context of the current line.
3108 3110
3109;;;### (autoloads (c-guess-install c-guess-region-no-install c-guess-region 3111;;;### (autoloads (c-guess-install c-guess-region-no-install c-guess-region
3110;;;;;; c-guess-buffer-no-install c-guess-buffer c-guess-no-install 3112;;;;;; c-guess-buffer-no-install c-guess-buffer c-guess-no-install
3111;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (20276 3849 0 3113;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (20355 10021
3112;;;;;; 0)) 3114;;;;;; 546955 0))
3113;;; Generated autoloads from progmodes/cc-guess.el 3115;;; Generated autoloads from progmodes/cc-guess.el
3114 3116
3115(defvar c-guess-guessed-offsets-alist nil "\ 3117(defvar c-guess-guessed-offsets-alist nil "\
@@ -3209,7 +3211,7 @@ the absolute file name of the file if STYLE-NAME is nil.
3209 3211
3210;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode 3212;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode
3211;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3213;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3212;;;;;; (20419 46656 0 0)) 3214;;;;;; (20614 54428 654267 0))
3213;;; Generated autoloads from progmodes/cc-mode.el 3215;;; Generated autoloads from progmodes/cc-mode.el
3214 3216
3215(autoload 'c-initialize-cc-mode "cc-mode" "\ 3217(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3386,7 +3388,7 @@ Key bindings:
3386;;;*** 3388;;;***
3387 3389
3388;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3390;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3389;;;;;; "progmodes/cc-styles.el" (20567 31133 0 0)) 3391;;;;;; "progmodes/cc-styles.el" (20566 63671 243798 0))
3390;;; Generated autoloads from progmodes/cc-styles.el 3392;;; Generated autoloads from progmodes/cc-styles.el
3391 3393
3392(autoload 'c-set-style "cc-styles" "\ 3394(autoload 'c-set-style "cc-styles" "\
@@ -3437,8 +3439,8 @@ and exists only for compatibility reasons.
3437 3439
3438;;;*** 3440;;;***
3439 3441
3440;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20600 16892 3442;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20595 63909
3441;;;;;; 0 0)) 3443;;;;;; 923329 0))
3442;;; Generated autoloads from progmodes/cc-vars.el 3444;;; Generated autoloads from progmodes/cc-vars.el
3443(put 'c-basic-offset 'safe-local-variable 'integerp) 3445(put 'c-basic-offset 'safe-local-variable 'integerp)
3444(put 'c-backslash-column 'safe-local-variable 'integerp) 3446(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3448,7 +3450,7 @@ and exists only for compatibility reasons.
3448 3450
3449;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3451;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3450;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3452;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3451;;;;;; (20244 35516 0 0)) 3453;;;;;; (20355 10021 546955 0))
3452;;; Generated autoloads from international/ccl.el 3454;;; Generated autoloads from international/ccl.el
3453 3455
3454(autoload 'ccl-compile "ccl" "\ 3456(autoload 'ccl-compile "ccl" "\
@@ -3709,7 +3711,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3709;;;*** 3711;;;***
3710 3712
3711;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el" 3713;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el"
3712;;;;;; (20452 43334 0 0)) 3714;;;;;; (20453 5437 764254 0))
3713;;; Generated autoloads from emacs-lisp/cconv.el 3715;;; Generated autoloads from emacs-lisp/cconv.el
3714 3716
3715(autoload 'cconv-closure-convert "cconv" "\ 3717(autoload 'cconv-closure-convert "cconv" "\
@@ -3724,7 +3726,7 @@ Returns a form where all lambdas don't have any free variables.
3724;;;*** 3726;;;***
3725 3727
3726;;;### (autoloads (cfengine-auto-mode cfengine2-mode cfengine3-mode) 3728;;;### (autoloads (cfengine-auto-mode cfengine2-mode cfengine3-mode)
3727;;;;;; "cfengine" "progmodes/cfengine.el" (20356 35090 0 0)) 3729;;;;;; "cfengine" "progmodes/cfengine.el" (20355 10021 546955 0))
3728;;; Generated autoloads from progmodes/cfengine.el 3730;;; Generated autoloads from progmodes/cfengine.el
3729 3731
3730(autoload 'cfengine3-mode "cfengine" "\ 3732(autoload 'cfengine3-mode "cfengine" "\
@@ -3754,7 +3756,7 @@ on the buffer contents
3754;;;*** 3756;;;***
3755 3757
3756;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" 3758;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
3757;;;;;; "emacs-lisp/check-declare.el" (20380 26775 0 0)) 3759;;;;;; "emacs-lisp/check-declare.el" (20378 29222 722320 0))
3758;;; Generated autoloads from emacs-lisp/check-declare.el 3760;;; Generated autoloads from emacs-lisp/check-declare.el
3759 3761
3760(autoload 'check-declare-file "check-declare" "\ 3762(autoload 'check-declare-file "check-declare" "\
@@ -3779,7 +3781,7 @@ Returns non-nil if any false statements are found.
3779;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3781;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3780;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3782;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3781;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) 3783;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3782;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20412 11425 0 0)) 3784;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20614 54428 654267 0))
3783;;; Generated autoloads from emacs-lisp/checkdoc.el 3785;;; Generated autoloads from emacs-lisp/checkdoc.el
3784(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 3786(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3785(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) 3787(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
@@ -3975,7 +3977,7 @@ checking of documentation strings.
3975 3977
3976;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer 3978;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer
3977;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" 3979;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util"
3978;;;;;; "language/china-util.el" (20244 35516 0 0)) 3980;;;;;; "language/china-util.el" (20355 10021 546955 0))
3979;;; Generated autoloads from language/china-util.el 3981;;; Generated autoloads from language/china-util.el
3980 3982
3981(autoload 'decode-hz-region "china-util" "\ 3983(autoload 'decode-hz-region "china-util" "\
@@ -4013,7 +4015,7 @@ Encode the text in the current buffer to HZ.
4013;;;*** 4015;;;***
4014 4016
4015;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 4017;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
4016;;;;;; "chistory" "chistory.el" (20244 35516 0 0)) 4018;;;;;; "chistory" "chistory.el" (20355 10021 546955 0))
4017;;; Generated autoloads from chistory.el 4019;;; Generated autoloads from chistory.el
4018 4020
4019(autoload 'repeat-matching-complex-command "chistory" "\ 4021(autoload 'repeat-matching-complex-command "chistory" "\
@@ -4053,7 +4055,7 @@ and runs the normal hook `command-history-hook'.
4053;;;*** 4055;;;***
4054 4056
4055;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 4057;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
4056;;;;;; (20290 33419 0 0)) 4058;;;;;; (20355 10021 546955 0))
4057;;; Generated autoloads from emacs-lisp/cl-indent.el 4059;;; Generated autoloads from emacs-lisp/cl-indent.el
4058 4060
4059(autoload 'common-lisp-indent-function "cl-indent" "\ 4061(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -4131,8 +4133,8 @@ For example, the function `case' has an indent property
4131 4133
4132;;;*** 4134;;;***
4133 4135
4134;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (20600 16892 4136;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (20599 27513
4135;;;;;; 0 0)) 4137;;;;;; 576550 0))
4136;;; Generated autoloads from emacs-lisp/cl-lib.el 4138;;; Generated autoloads from emacs-lisp/cl-lib.el
4137 4139
4138(define-obsolete-variable-alias 'custom-print-functions 'cl-custom-print-functions "24.3") 4140(define-obsolete-variable-alias 'custom-print-functions 'cl-custom-print-functions "24.3")
@@ -4160,7 +4162,7 @@ a future Emacs interpreter will be able to use it.")
4160;;;*** 4162;;;***
4161 4163
4162;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 4164;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
4163;;;;;; (20567 31133 0 0)) 4165;;;;;; (20566 63671 243798 0))
4164;;; Generated autoloads from progmodes/cmacexp.el 4166;;; Generated autoloads from progmodes/cmacexp.el
4165 4167
4166(autoload 'c-macro-expand "cmacexp" "\ 4168(autoload 'c-macro-expand "cmacexp" "\
@@ -4180,8 +4182,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
4180 4182
4181;;;*** 4183;;;***
4182 4184
4183;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20244 4185;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20355
4184;;;;;; 35516 0 0)) 4186;;;;;; 10021 546955 0))
4185;;; Generated autoloads from cmuscheme.el 4187;;; Generated autoloads from cmuscheme.el
4186 4188
4187(autoload 'run-scheme "cmuscheme" "\ 4189(autoload 'run-scheme "cmuscheme" "\
@@ -4201,8 +4203,8 @@ is run).
4201 4203
4202;;;*** 4204;;;***
4203 4205
4204;;;### (autoloads (color-name-to-rgb) "color" "color.el" (20592 26321 4206;;;### (autoloads (color-name-to-rgb) "color" "color.el" (20592 1317
4205;;;;;; 0 0)) 4207;;;;;; 691761 0))
4206;;; Generated autoloads from color.el 4208;;; Generated autoloads from color.el
4207 4209
4208(autoload 'color-name-to-rgb "color" "\ 4210(autoload 'color-name-to-rgb "color" "\
@@ -4224,7 +4226,7 @@ If FRAME cannot display COLOR, return nil.
4224;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 4226;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4225;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 4227;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4226;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 4228;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4227;;;;;; (20600 16892 0 0)) 4229;;;;;; (20594 43050 277913 0))
4228;;; Generated autoloads from comint.el 4230;;; Generated autoloads from comint.el
4229 4231
4230(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 4232(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -4324,7 +4326,7 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4324;;;*** 4326;;;***
4325 4327
4326;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el" 4328;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el"
4327;;;;;; (20244 35516 0 0)) 4329;;;;;; (20355 10021 546955 0))
4328;;; Generated autoloads from vc/compare-w.el 4330;;; Generated autoloads from vc/compare-w.el
4329 4331
4330(autoload 'compare-windows "compare-w" "\ 4332(autoload 'compare-windows "compare-w" "\
@@ -4361,8 +4363,8 @@ on third call it again advances points to the next difference and so on.
4361;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4363;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4362;;;;;; compile compilation-disable-input compile-command compilation-search-path 4364;;;;;; compile compilation-disable-input compile-command compilation-search-path
4363;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook 4365;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
4364;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20577 4366;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20615
4365;;;;;; 48876 0 0)) 4367;;;;;; 49194 141673 0))
4366;;; Generated autoloads from progmodes/compile.el 4368;;; Generated autoloads from progmodes/compile.el
4367 4369
4368(defvar compilation-mode-hook nil "\ 4370(defvar compilation-mode-hook nil "\
@@ -4544,7 +4546,7 @@ This is the value of `next-error-function' in Compilation buffers.
4544;;;*** 4546;;;***
4545 4547
4546;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4548;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4547;;;;;; (20511 52965 0 0)) 4549;;;;;; (20495 51111 757560 0))
4548;;; Generated autoloads from completion.el 4550;;; Generated autoloads from completion.el
4549 4551
4550(defvar dynamic-completion-mode nil "\ 4552(defvar dynamic-completion-mode nil "\
@@ -4569,7 +4571,7 @@ if ARG is omitted or nil.
4569;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4571;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4570;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4572;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4571;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4573;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4572;;;;;; (20244 35516 0 0)) 4574;;;;;; (20355 10021 546955 0))
4573;;; Generated autoloads from textmodes/conf-mode.el 4575;;; Generated autoloads from textmodes/conf-mode.el
4574 4576
4575(autoload 'conf-mode "conf-mode" "\ 4577(autoload 'conf-mode "conf-mode" "\
@@ -4725,7 +4727,7 @@ For details see `conf-mode'. Example:
4725;;;*** 4727;;;***
4726 4728
4727;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 4729;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4728;;;;;; "cookie1" "play/cookie1.el" (20550 14882 0 0)) 4730;;;;;; "cookie1" "play/cookie1.el" (20545 57511 257469 0))
4729;;; Generated autoloads from play/cookie1.el 4731;;; Generated autoloads from play/cookie1.el
4730 4732
4731(autoload 'cookie "cookie1" "\ 4733(autoload 'cookie "cookie1" "\
@@ -4757,8 +4759,8 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
4757;;;*** 4759;;;***
4758 4760
4759;;;### (autoloads (copyright-update-directory copyright copyright-fix-years 4761;;;### (autoloads (copyright-update-directory copyright copyright-fix-years
4760;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (20522 4762;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (20518
4761;;;;;; 30367 0 0)) 4763;;;;;; 12580 46478 0))
4762;;; Generated autoloads from emacs-lisp/copyright.el 4764;;; Generated autoloads from emacs-lisp/copyright.el
4763(put 'copyright-at-end-flag 'safe-local-variable 'booleanp) 4765(put 'copyright-at-end-flag 'safe-local-variable 'booleanp)
4764(put 'copyright-names-regexp 'safe-local-variable 'stringp) 4766(put 'copyright-names-regexp 'safe-local-variable 'stringp)
@@ -4797,7 +4799,8 @@ If FIX is non-nil, run `copyright-fix-years' instead.
4797;;;*** 4799;;;***
4798 4800
4799;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 4801;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
4800;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (20513 16153 0 0)) 4802;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (20512 60198 306109
4803;;;;;; 0))
4801;;; Generated autoloads from progmodes/cperl-mode.el 4804;;; Generated autoloads from progmodes/cperl-mode.el
4802(put 'cperl-indent-level 'safe-local-variable 'integerp) 4805(put 'cperl-indent-level 'safe-local-variable 'integerp)
4803(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4806(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -4996,7 +4999,7 @@ Run a `perldoc' on the word around point.
4996;;;*** 4999;;;***
4997 5000
4998;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 5001;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4999;;;;;; (20356 35090 0 0)) 5002;;;;;; (20355 10021 546955 0))
5000;;; Generated autoloads from progmodes/cpp.el 5003;;; Generated autoloads from progmodes/cpp.el
5001 5004
5002(autoload 'cpp-highlight-buffer "cpp" "\ 5005(autoload 'cpp-highlight-buffer "cpp" "\
@@ -5015,7 +5018,7 @@ Edit display information for cpp conditionals.
5015;;;*** 5018;;;***
5016 5019
5017;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 5020;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
5018;;;;;; (20600 16892 0 0)) 5021;;;;;; (20593 22184 581574 0))
5019;;; Generated autoloads from emulation/crisp.el 5022;;; Generated autoloads from emulation/crisp.el
5020 5023
5021(defvar crisp-mode nil "\ 5024(defvar crisp-mode nil "\
@@ -5041,7 +5044,7 @@ if ARG is omitted or nil.
5041;;;*** 5044;;;***
5042 5045
5043;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 5046;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
5044;;;;;; (20244 35516 0 0)) 5047;;;;;; (20355 10021 546955 0))
5045;;; Generated autoloads from emacs-lisp/crm.el 5048;;; Generated autoloads from emacs-lisp/crm.el
5046 5049
5047(autoload 'completing-read-multiple "crm" "\ 5050(autoload 'completing-read-multiple "crm" "\
@@ -5076,8 +5079,8 @@ INHERIT-INPUT-METHOD.
5076 5079
5077;;;*** 5080;;;***
5078 5081
5079;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (20511 5082;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (20478
5080;;;;;; 52965 0 0)) 5083;;;;;; 3673 653810 0))
5081;;; Generated autoloads from textmodes/css-mode.el 5084;;; Generated autoloads from textmodes/css-mode.el
5082 5085
5083(autoload 'css-mode "css-mode" "\ 5086(autoload 'css-mode "css-mode" "\
@@ -5088,7 +5091,7 @@ Major mode to edit Cascading Style Sheets.
5088;;;*** 5091;;;***
5089 5092
5090;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 5093;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
5091;;;;;; (20434 28080 0 0)) 5094;;;;;; (20434 17809 692608 0))
5092;;; Generated autoloads from emulation/cua-base.el 5095;;; Generated autoloads from emulation/cua-base.el
5093 5096
5094(defvar cua-mode nil "\ 5097(defvar cua-mode nil "\
@@ -5148,7 +5151,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5148;;;;;; customize-mode customize customize-push-and-save customize-save-variable 5151;;;;;; customize-mode customize customize-push-and-save customize-save-variable
5149;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically 5152;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically
5150;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically) 5153;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically)
5151;;;;;; "cus-edit" "cus-edit.el" (20577 48876 0 0)) 5154;;;;;; "cus-edit" "cus-edit.el" (20577 33959 40183 0))
5152;;; Generated autoloads from cus-edit.el 5155;;; Generated autoloads from cus-edit.el
5153 5156
5154(defvar custom-browse-sort-alphabetically nil "\ 5157(defvar custom-browse-sort-alphabetically nil "\
@@ -5460,8 +5463,8 @@ The format is suitable for use with `easy-menu-define'.
5460;;;*** 5463;;;***
5461 5464
5462;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme 5465;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme
5463;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20336 5466;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20355
5464;;;;;; 29137 0 0)) 5467;;;;;; 10021 546955 0))
5465;;; Generated autoloads from cus-theme.el 5468;;; Generated autoloads from cus-theme.el
5466 5469
5467(autoload 'customize-create-theme "cus-theme" "\ 5470(autoload 'customize-create-theme "cus-theme" "\
@@ -5495,7 +5498,7 @@ omitted, a buffer named *Custom Themes* is used.
5495;;;*** 5498;;;***
5496 5499
5497;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el" 5500;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el"
5498;;;;;; (20511 52965 0 0)) 5501;;;;;; (20476 31768 298871 0))
5499;;; Generated autoloads from vc/cvs-status.el 5502;;; Generated autoloads from vc/cvs-status.el
5500 5503
5501(autoload 'cvs-status-mode "cvs-status" "\ 5504(autoload 'cvs-status-mode "cvs-status" "\
@@ -5506,7 +5509,7 @@ Mode used for cvs status output.
5506;;;*** 5509;;;***
5507 5510
5508;;;### (autoloads (global-cwarn-mode cwarn-mode) "cwarn" "progmodes/cwarn.el" 5511;;;### (autoloads (global-cwarn-mode cwarn-mode) "cwarn" "progmodes/cwarn.el"
5509;;;;;; (20577 48876 0 0)) 5512;;;;;; (20577 33959 40183 0))
5510;;; Generated autoloads from progmodes/cwarn.el 5513;;; Generated autoloads from progmodes/cwarn.el
5511 5514
5512(autoload 'cwarn-mode "cwarn" "\ 5515(autoload 'cwarn-mode "cwarn" "\
@@ -5551,7 +5554,7 @@ See `cwarn-mode' for more information on Cwarn mode.
5551 5554
5552;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5555;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5553;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5556;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5554;;;;;; (20244 35516 0 0)) 5557;;;;;; (20355 10021 546955 0))
5555;;; Generated autoloads from language/cyril-util.el 5558;;; Generated autoloads from language/cyril-util.el
5556 5559
5557(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5560(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5580,7 +5583,7 @@ If the argument is nil, we return the display table to its standard state.
5580;;;*** 5583;;;***
5581 5584
5582;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5585;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5583;;;;;; (20412 11425 0 0)) 5586;;;;;; (20397 45851 446679 0))
5584;;; Generated autoloads from dabbrev.el 5587;;; Generated autoloads from dabbrev.el
5585(put 'dabbrev-case-fold-search 'risky-local-variable t) 5588(put 'dabbrev-case-fold-search 'risky-local-variable t)
5586(put 'dabbrev-case-replace 'risky-local-variable t) 5589(put 'dabbrev-case-replace 'risky-local-variable t)
@@ -5627,7 +5630,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5627;;;*** 5630;;;***
5628 5631
5629;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" 5632;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el"
5630;;;;;; (20585 59413 0 0)) 5633;;;;;; (20586 48936 135199 0))
5631;;; Generated autoloads from cedet/data-debug.el 5634;;; Generated autoloads from cedet/data-debug.el
5632 5635
5633(autoload 'data-debug-new-buffer "data-debug" "\ 5636(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5637,8 +5640,8 @@ Create a new data-debug buffer with NAME.
5637 5640
5638;;;*** 5641;;;***
5639 5642
5640;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20523 5643;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20614
5641;;;;;; 63054 0 0)) 5644;;;;;; 54428 654267 0))
5642;;; Generated autoloads from net/dbus.el 5645;;; Generated autoloads from net/dbus.el
5643 5646
5644(autoload 'dbus-handle-event "dbus" "\ 5647(autoload 'dbus-handle-event "dbus" "\
@@ -5651,8 +5654,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message.
5651 5654
5652;;;*** 5655;;;***
5653 5656
5654;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20356 5657;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20355
5655;;;;;; 35090 0 0)) 5658;;;;;; 10021 546955 0))
5656;;; Generated autoloads from progmodes/dcl-mode.el 5659;;; Generated autoloads from progmodes/dcl-mode.el
5657 5660
5658(autoload 'dcl-mode "dcl-mode" "\ 5661(autoload 'dcl-mode "dcl-mode" "\
@@ -5779,7 +5782,7 @@ There is some minimal font-lock support (see vars
5779;;;*** 5782;;;***
5780 5783
5781;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5784;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5782;;;;;; "emacs-lisp/debug.el" (20589 46442 0 0)) 5785;;;;;; "emacs-lisp/debug.el" (20609 10405 476026 0))
5783;;; Generated autoloads from emacs-lisp/debug.el 5786;;; Generated autoloads from emacs-lisp/debug.el
5784 5787
5785(setq debugger 'debug) 5788(setq debugger 'debug)
@@ -5823,7 +5826,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5823;;;*** 5826;;;***
5824 5827
5825;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5828;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5826;;;;;; (20567 31133 0 0)) 5829;;;;;; (20566 63671 243798 0))
5827;;; Generated autoloads from play/decipher.el 5830;;; Generated autoloads from play/decipher.el
5828 5831
5829(autoload 'decipher "decipher" "\ 5832(autoload 'decipher "decipher" "\
@@ -5852,8 +5855,8 @@ The most useful commands are:
5852;;;*** 5855;;;***
5853 5856
5854;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 5857;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5855;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (20244 5858;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (20355
5856;;;;;; 35516 0 0)) 5859;;;;;; 10021 546955 0))
5857;;; Generated autoloads from delim-col.el 5860;;; Generated autoloads from delim-col.el
5858 5861
5859(autoload 'delimit-columns-customize "delim-col" "\ 5862(autoload 'delimit-columns-customize "delim-col" "\
@@ -5877,8 +5880,8 @@ START and END delimits the corners of text rectangle.
5877 5880
5878;;;*** 5881;;;***
5879 5882
5880;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20356 5883;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20355
5881;;;;;; 35090 0 0)) 5884;;;;;; 10021 546955 0))
5882;;; Generated autoloads from progmodes/delphi.el 5885;;; Generated autoloads from progmodes/delphi.el
5883 5886
5884(autoload 'delphi-mode "delphi" "\ 5887(autoload 'delphi-mode "delphi" "\
@@ -5929,8 +5932,8 @@ with no args, if that value is non-nil.
5929 5932
5930;;;*** 5933;;;***
5931 5934
5932;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (20517 5935;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (20613
5933;;;;;; 4109 0 0)) 5936;;;;;; 49078 764749 0))
5934;;; Generated autoloads from delsel.el 5937;;; Generated autoloads from delsel.el
5935 5938
5936(defalias 'pending-delete-mode 'delete-selection-mode) 5939(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -5960,7 +5963,7 @@ any selection.
5960;;;*** 5963;;;***
5961 5964
5962;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5965;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5963;;;;;; "derived" "emacs-lisp/derived.el" (20577 48876 0 0)) 5966;;;;;; "derived" "emacs-lisp/derived.el" (20577 33959 40183 0))
5964;;; Generated autoloads from emacs-lisp/derived.el 5967;;; Generated autoloads from emacs-lisp/derived.el
5965 5968
5966(autoload 'define-derived-mode "derived" "\ 5969(autoload 'define-derived-mode "derived" "\
@@ -6027,7 +6030,7 @@ the first time the mode is used.
6027;;;*** 6030;;;***
6028 6031
6029;;;### (autoloads (describe-char describe-text-properties) "descr-text" 6032;;;### (autoloads (describe-char describe-text-properties) "descr-text"
6030;;;;;; "descr-text.el" (20535 44414 0 0)) 6033;;;;;; "descr-text.el" (20530 32114 546307 0))
6031;;; Generated autoloads from descr-text.el 6034;;; Generated autoloads from descr-text.el
6032 6035
6033(autoload 'describe-text-properties "descr-text" "\ 6036(autoload 'describe-text-properties "descr-text" "\
@@ -6064,7 +6067,7 @@ relevant to POS.
6064;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 6067;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
6065;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 6068;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
6066;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 6069;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
6067;;;;;; "desktop.el" (20577 48876 0 0)) 6070;;;;;; "desktop.el" (20577 33959 40183 0))
6068;;; Generated autoloads from desktop.el 6071;;; Generated autoloads from desktop.el
6069 6072
6070(defvar desktop-save-mode nil "\ 6073(defvar desktop-save-mode nil "\
@@ -6253,7 +6256,7 @@ Revert to the last loaded desktop.
6253 6256
6254;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 6257;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
6255;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 6258;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
6256;;;;;; "deuglify" "gnus/deuglify.el" (20244 35516 0 0)) 6259;;;;;; "deuglify" "gnus/deuglify.el" (20355 10021 546955 0))
6257;;; Generated autoloads from gnus/deuglify.el 6260;;; Generated autoloads from gnus/deuglify.el
6258 6261
6259(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 6262(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -6286,7 +6289,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
6286;;;*** 6289;;;***
6287 6290
6288;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 6291;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
6289;;;;;; "calendar/diary-lib.el" (20577 48876 0 0)) 6292;;;;;; "calendar/diary-lib.el" (20576 42138 697312 0))
6290;;; Generated autoloads from calendar/diary-lib.el 6293;;; Generated autoloads from calendar/diary-lib.el
6291 6294
6292(autoload 'diary "diary-lib" "\ 6295(autoload 'diary "diary-lib" "\
@@ -6330,7 +6333,7 @@ Major mode for editing the diary file.
6330 6333
6331;;;### (autoloads (diff-buffer-with-file diff-latest-backup-file 6334;;;### (autoloads (diff-buffer-with-file diff-latest-backup-file
6332;;;;;; diff-backup diff diff-command diff-switches) "diff" "vc/diff.el" 6335;;;;;; diff-backup diff diff-command diff-switches) "diff" "vc/diff.el"
6333;;;;;; (20571 23797 0 0)) 6336;;;;;; (20570 60708 993668 0))
6334;;; Generated autoloads from vc/diff.el 6337;;; Generated autoloads from vc/diff.el
6335 6338
6336(defvar diff-switches (purecopy "-c") "\ 6339(defvar diff-switches (purecopy "-c") "\
@@ -6379,7 +6382,7 @@ This requires the external program `diff' to be in your `exec-path'.
6379;;;*** 6382;;;***
6380 6383
6381;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el" 6384;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el"
6382;;;;;; (20589 46442 0 0)) 6385;;;;;; (20623 43301 870757 0))
6383;;; Generated autoloads from vc/diff-mode.el 6386;;; Generated autoloads from vc/diff-mode.el
6384 6387
6385(autoload 'diff-mode "diff-mode" "\ 6388(autoload 'diff-mode "diff-mode" "\
@@ -6411,7 +6414,7 @@ the mode if ARG is omitted or nil.
6411 6414
6412;;;*** 6415;;;***
6413 6416
6414;;;### (autoloads (dig) "dig" "net/dig.el" (20244 35516 0 0)) 6417;;;### (autoloads (dig) "dig" "net/dig.el" (20355 10021 546955 0))
6415;;; Generated autoloads from net/dig.el 6418;;; Generated autoloads from net/dig.el
6416 6419
6417(autoload 'dig "dig" "\ 6420(autoload 'dig "dig" "\
@@ -6423,8 +6426,8 @@ Optional arguments are passed to `dig-invoke'.
6423;;;*** 6426;;;***
6424 6427
6425;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window 6428;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window
6426;;;;;; dired dired-listing-switches) "dired" "dired.el" (20592 26321 6429;;;;;; dired dired-listing-switches) "dired" "dired.el" (20619 46245
6427;;;;;; 0 0)) 6430;;;;;; 806932 0))
6428;;; Generated autoloads from dired.el 6431;;; Generated autoloads from dired.el
6429 6432
6430(defvar dired-listing-switches (purecopy "-al") "\ 6433(defvar dired-listing-switches (purecopy "-al") "\
@@ -6545,7 +6548,7 @@ Keybindings:
6545;;;*** 6548;;;***
6546 6549
6547;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" 6550;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
6548;;;;;; (20412 11425 0 0)) 6551;;;;;; (20399 35365 4050 0))
6549;;; Generated autoloads from dirtrack.el 6552;;; Generated autoloads from dirtrack.el
6550 6553
6551(autoload 'dirtrack-mode "dirtrack" "\ 6554(autoload 'dirtrack-mode "dirtrack" "\
@@ -6575,8 +6578,8 @@ from `default-directory'.
6575 6578
6576;;;*** 6579;;;***
6577 6580
6578;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (20511 6581;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (20497
6579;;;;;; 52965 0 0)) 6582;;;;;; 6436 957082 0))
6580;;; Generated autoloads from emacs-lisp/disass.el 6583;;; Generated autoloads from emacs-lisp/disass.el
6581 6584
6582(autoload 'disassemble "disass" "\ 6585(autoload 'disassemble "disass" "\
@@ -6595,7 +6598,7 @@ redefine OBJECT if it is a symbol.
6595;;;;;; standard-display-g1 standard-display-ascii standard-display-default 6598;;;;;; standard-display-g1 standard-display-ascii standard-display-default
6596;;;;;; standard-display-8bit describe-current-display-table describe-display-table 6599;;;;;; standard-display-8bit describe-current-display-table describe-display-table
6597;;;;;; set-display-table-slot display-table-slot make-display-table) 6600;;;;;; set-display-table-slot display-table-slot make-display-table)
6598;;;;;; "disp-table" "disp-table.el" (20244 35516 0 0)) 6601;;;;;; "disp-table" "disp-table.el" (20355 10021 546955 0))
6599;;; Generated autoloads from disp-table.el 6602;;; Generated autoloads from disp-table.el
6600 6603
6601(autoload 'make-display-table "disp-table" "\ 6604(autoload 'make-display-table "disp-table" "\
@@ -6717,7 +6720,7 @@ in `.emacs'.
6717;;;*** 6720;;;***
6718 6721
6719;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 6722;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6720;;;;;; (20550 14882 0 0)) 6723;;;;;; (20545 57511 257469 0))
6721;;; Generated autoloads from play/dissociate.el 6724;;; Generated autoloads from play/dissociate.el
6722 6725
6723(autoload 'dissociated-press "dissociate" "\ 6726(autoload 'dissociated-press "dissociate" "\
@@ -6733,8 +6736,8 @@ Default is 2.
6733 6736
6734;;;*** 6737;;;***
6735 6738
6736;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (20244 35516 6739;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (20355 10021
6737;;;;;; 0 0)) 6740;;;;;; 546955 0))
6738;;; Generated autoloads from dnd.el 6741;;; Generated autoloads from dnd.el
6739 6742
6740(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)) "\ 6743(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)) "\
@@ -6755,7 +6758,7 @@ if some action was made, or nil if the URL is ignored.")
6755;;;*** 6758;;;***
6756 6759
6757;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 6760;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6758;;;;;; "textmodes/dns-mode.el" (20244 35516 0 0)) 6761;;;;;; "textmodes/dns-mode.el" (20355 10021 546955 0))
6759;;; Generated autoloads from textmodes/dns-mode.el 6762;;; Generated autoloads from textmodes/dns-mode.el
6760 6763
6761(autoload 'dns-mode "dns-mode" "\ 6764(autoload 'dns-mode "dns-mode" "\
@@ -6780,7 +6783,7 @@ Locate SOA record and increment the serial field.
6780 6783
6781;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe 6784;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe
6782;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20581 6785;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20581
6783;;;;;; 44007 0 0)) 6786;;;;;; 31014 234484 0))
6784;;; Generated autoloads from doc-view.el 6787;;; Generated autoloads from doc-view.el
6785 6788
6786(autoload 'doc-view-mode-p "doc-view" "\ 6789(autoload 'doc-view-mode-p "doc-view" "\
@@ -6826,8 +6829,8 @@ See the command `doc-view-mode' for more information on this mode.
6826 6829
6827;;;*** 6830;;;***
6828 6831
6829;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20550 14882 6832;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20545 57511
6830;;;;;; 0 0)) 6833;;;;;; 257469 0))
6831;;; Generated autoloads from play/doctor.el 6834;;; Generated autoloads from play/doctor.el
6832 6835
6833(autoload 'doctor "doctor" "\ 6836(autoload 'doctor "doctor" "\
@@ -6837,8 +6840,8 @@ Switch to *doctor* buffer and start giving psychotherapy.
6837 6840
6838;;;*** 6841;;;***
6839 6842
6840;;;### (autoloads (double-mode) "double" "double.el" (20244 35516 6843;;;### (autoloads (double-mode) "double" "double.el" (20355 10021
6841;;;;;; 0 0)) 6844;;;;;; 546955 0))
6842;;; Generated autoloads from double.el 6845;;; Generated autoloads from double.el
6843 6846
6844(autoload 'double-mode "double" "\ 6847(autoload 'double-mode "double" "\
@@ -6854,8 +6857,8 @@ strings when pressed twice. See `double-map' for details.
6854 6857
6855;;;*** 6858;;;***
6856 6859
6857;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (20550 14882 6860;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (20545 57511
6858;;;;;; 0 0)) 6861;;;;;; 257469 0))
6859;;; Generated autoloads from play/dunnet.el 6862;;; Generated autoloads from play/dunnet.el
6860 6863
6861(autoload 'dunnet "dunnet" "\ 6864(autoload 'dunnet "dunnet" "\
@@ -6867,7 +6870,7 @@ Switch to *dungeon* buffer and start game.
6867 6870
6868;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6871;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6869;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 6872;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6870;;;;;; "emacs-lisp/easy-mmode.el" (20577 48876 0 0)) 6873;;;;;; "emacs-lisp/easy-mmode.el" (20574 57775 217760 0))
6871;;; Generated autoloads from emacs-lisp/easy-mmode.el 6874;;; Generated autoloads from emacs-lisp/easy-mmode.el
6872 6875
6873(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6876(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -7002,115 +7005,106 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
7002;;;*** 7005;;;***
7003 7006
7004;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 7007;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
7005;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (20567 7008;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (20615
7006;;;;;; 31133 0 0)) 7009;;;;;; 49194 141673 0))
7007;;; Generated autoloads from emacs-lisp/easymenu.el 7010;;; Generated autoloads from emacs-lisp/easymenu.el
7008 7011
7009(autoload 'easy-menu-define "easymenu" "\ 7012(autoload 'easy-menu-define "easymenu" "\
7010Define a menu bar submenu in maps MAPS, according to MENU. 7013Define a pop-up menu and/or menu bar menu specified by MENU.
7011 7014If SYMBOL is non-nil, define SYMBOL as a function to pop up the
7012If SYMBOL is non-nil, store the menu keymap in the value of SYMBOL, 7015submenu defined by MENU, with DOC as its doc string.
7013and define SYMBOL as a function to pop up the menu, with DOC as its doc string.
7014If SYMBOL is nil, just store the menu keymap into MAPS.
7015 7016
7016The first element of MENU must be a string. It is the menu bar item name. 7017MAPS, if non-nil, should be a keymap or a list of keymaps; add
7017It may be followed by the following keyword argument pairs 7018the submenu defined by MENU to the keymap or each of the keymaps,
7019as a top-level menu bar item.
7018 7020
7019 :filter FUNCTION 7021The first element of MENU must be a string. It is the menu bar
7022item name. It may be followed by the following keyword argument
7023pairs:
7020 7024
7021FUNCTION is a function with one argument, the rest of menu items. 7025 :filter FUNCTION
7022It returns the remaining items of the displayed menu. 7026 FUNCTION must be a function which, if called with one
7027 argument---the list of the other menu items---returns the
7028 items to actually display.
7023 7029
7024 :visible INCLUDE 7030 :visible INCLUDE
7031 INCLUDE is an expression. The menu is visible if the
7032 expression evaluates to a non-nil value. `:included' is an
7033 alias for `:visible'.
7025 7034
7026INCLUDE is an expression; this menu is only visible if this 7035 :active ENABLE
7027expression has a non-nil value. `:included' is an alias for `:visible'. 7036 ENABLE is an expression. The menu is enabled for selection
7037 if the expression evaluates to a non-nil value. `:enable' is
7038 an alias for `:active'.
7028 7039
7029 :active ENABLE 7040The rest of the elements in MENU are menu items.
7041A menu item can be a vector of three elements:
7030 7042
7031ENABLE is an expression; the menu is enabled for selection whenever 7043 [NAME CALLBACK ENABLE]
7032this expression's value is non-nil. `:enable' is an alias for `:active'.
7033
7034The rest of the elements in MENU, are menu items.
7035
7036A menu item is usually a vector of three elements: [NAME CALLBACK ENABLE]
7037 7044
7038NAME is a string--the menu item name. 7045NAME is a string--the menu item name.
7039 7046
7040CALLBACK is a command to run when the item is chosen, 7047CALLBACK is a command to run when the item is chosen, or an
7041or a list to evaluate when the item is chosen. 7048expression to evaluate when the item is chosen.
7042 7049
7043ENABLE is an expression; the item is enabled for selection 7050ENABLE is an expression; the item is enabled for selection if the
7044whenever this expression's value is non-nil. 7051expression evaluates to a non-nil value.
7045 7052
7046Alternatively, a menu item may have the form: 7053Alternatively, a menu item may have the form:
7047 7054
7048 [ NAME CALLBACK [ KEYWORD ARG ] ... ] 7055 [ NAME CALLBACK [ KEYWORD ARG ]... ]
7049
7050Where KEYWORD is one of the symbols defined below.
7051
7052 :keys KEYS
7053
7054KEYS is a string; a complex keyboard equivalent to this menu item.
7055This is normally not needed because keyboard equivalents are usually
7056computed automatically.
7057KEYS is expanded with `substitute-command-keys' before it is used.
7058 7056
7059 :key-sequence KEYS 7057where NAME and CALLBACK have the same meanings as above, and each
7058optional KEYWORD and ARG pair should be one of the following:
7060 7059
7061KEYS is nil, a string or a vector; nil or a keyboard equivalent to this 7060 :keys KEYS
7062menu item. 7061 KEYS is a string; a keyboard equivalent to the menu item.
7063This is a hint that will considerably speed up Emacs's first display of 7062 This is normally not needed because keyboard equivalents are
7064a menu. Use `:key-sequence nil' when you know that this menu item has no 7063 usually computed automatically. KEYS is expanded with
7065keyboard equivalent. 7064 `substitute-command-keys' before it is used.
7066 7065
7067 :active ENABLE 7066 :key-sequence KEYS
7067 KEYS is a hint for speeding up Emacs's first display of the
7068 menu. It should be nil if you know that the menu item has no
7069 keyboard equivalent; otherwise it should be a string or
7070 vector specifying a keyboard equivalent for the menu item.
7068 7071
7069ENABLE is an expression; the item is enabled for selection whenever 7072 :active ENABLE
7070this expression's value is non-nil. `:enable' is an alias for `:active'. 7073 ENABLE is an expression; the item is enabled for selection
7074 whenever this expression's value is non-nil. `:enable' is an
7075 alias for `:active'.
7071 7076
7072 :visible INCLUDE 7077 :visible INCLUDE
7078 INCLUDE is an expression; this item is only visible if this
7079 expression has a non-nil value. `:included' is an alias for
7080 `:visible'.
7073 7081
7074INCLUDE is an expression; this item is only visible if this 7082 :label FORM
7075expression has a non-nil value. `:included' is an alias for `:visible'. 7083 FORM is an expression that is dynamically evaluated and whose
7084 value serves as the menu item's label (the default is NAME).
7076 7085
7077 :label FORM 7086 :suffix FORM
7087 FORM is an expression that is dynamically evaluated and whose
7088 value is concatenated with the menu entry's label.
7078 7089
7079FORM is an expression that will be dynamically evaluated and whose 7090 :style STYLE
7080value will be used for the menu entry's text label (the default is NAME). 7091 STYLE is a symbol describing the type of menu item; it should
7092 be `toggle' (a checkbox), or `radio' (a radio button), or any
7093 other value (meaning an ordinary menu item).
7081 7094
7082 :suffix FORM 7095 :selected SELECTED
7096 SELECTED is an expression; the checkbox or radio button is
7097 selected whenever the expression's value is non-nil.
7083 7098
7084FORM is an expression that will be dynamically evaluated and whose 7099 :help HELP
7085value will be concatenated to the menu entry's label. 7100 HELP is a string, the help to display for the menu item.
7086 7101
7087 :style STYLE 7102Alternatively, a menu item can be a string. Then that string
7103appears in the menu as unselectable text. A string consisting
7104solely of dashes is displayed as a menu separator.
7088 7105
7089STYLE is a symbol describing the type of menu item. The following are 7106Alternatively, a menu item can be a list with the same format as
7090defined: 7107MENU. This is a submenu.
7091
7092toggle: A checkbox.
7093 Prepend the name with `(*) ' or `( ) ' depending on if selected or not.
7094radio: A radio button.
7095 Prepend the name with `[X] ' or `[ ] ' depending on if selected or not.
7096button: Surround the name with `[' and `]'. Use this for an item in the
7097 menu bar itself.
7098anything else means an ordinary menu item.
7099
7100 :selected SELECTED
7101
7102SELECTED is an expression; the checkbox or radio button is selected
7103whenever this expression's value is non-nil.
7104
7105 :help HELP
7106
7107HELP is a string, the help to display for the menu item.
7108
7109A menu item can be a string. Then that string appears in the menu as
7110unselectable text. A string consisting solely of hyphens is displayed
7111as a solid horizontal line.
7112
7113A menu item can be a list with the same format as MENU. This is a submenu.
7114 7108
7115\(fn SYMBOL MAPS DOC MENU)" nil t) 7109\(fn SYMBOL MAPS DOC MENU)" nil t)
7116 7110
@@ -7157,7 +7151,7 @@ To implement dynamic menus, either call this from
7157;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer 7151;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
7158;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer 7152;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7159;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 7153;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7160;;;;;; "progmodes/ebnf2ps.el" (20567 31133 0 0)) 7154;;;;;; "progmodes/ebnf2ps.el" (20566 63671 243798 0))
7161;;; Generated autoloads from progmodes/ebnf2ps.el 7155;;; Generated autoloads from progmodes/ebnf2ps.el
7162 7156
7163(autoload 'ebnf-customize "ebnf2ps" "\ 7157(autoload 'ebnf-customize "ebnf2ps" "\
@@ -7431,8 +7425,8 @@ See `ebnf-style-database' documentation.
7431;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 7425;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7432;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 7426;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7433;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 7427;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7434;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20567 7428;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20561
7435;;;;;; 31133 0 0)) 7429;;;;;; 18280 338092 0))
7436;;; Generated autoloads from progmodes/ebrowse.el 7430;;; Generated autoloads from progmodes/ebrowse.el
7437 7431
7438(autoload 'ebrowse-tree-mode "ebrowse" "\ 7432(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7581,7 +7575,7 @@ Display statistics for a class tree.
7581;;;*** 7575;;;***
7582 7576
7583;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7577;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7584;;;;;; (20523 63054 0 0)) 7578;;;;;; (20523 62082 997685 0))
7585;;; Generated autoloads from ebuff-menu.el 7579;;; Generated autoloads from ebuff-menu.el
7586 7580
7587(autoload 'electric-buffer-list "ebuff-menu" "\ 7581(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7614,7 +7608,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7614;;;*** 7608;;;***
7615 7609
7616;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 7610;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7617;;;;;; "echistory.el" (20244 35516 0 0)) 7611;;;;;; "echistory.el" (20355 10021 546955 0))
7618;;; Generated autoloads from echistory.el 7612;;; Generated autoloads from echistory.el
7619 7613
7620(autoload 'Electric-command-history-redo-expression "echistory" "\ 7614(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7626,7 +7620,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7626;;;*** 7620;;;***
7627 7621
7628;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" 7622;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
7629;;;;;; (20244 35516 0 0)) 7623;;;;;; (20355 10021 546955 0))
7630;;; Generated autoloads from gnus/ecomplete.el 7624;;; Generated autoloads from gnus/ecomplete.el
7631 7625
7632(autoload 'ecomplete-setup "ecomplete" "\ 7626(autoload 'ecomplete-setup "ecomplete" "\
@@ -7636,8 +7630,8 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7636 7630
7637;;;*** 7631;;;***
7638 7632
7639;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20592 26321 7633;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20590 45996
7640;;;;;; 0 0)) 7634;;;;;; 129575 0))
7641;;; Generated autoloads from cedet/ede.el 7635;;; Generated autoloads from cedet/ede.el
7642 7636
7643(defvar global-ede-mode nil "\ 7637(defvar global-ede-mode nil "\
@@ -7664,7 +7658,7 @@ an EDE controlled project.
7664 7658
7665;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 7659;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
7666;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 7660;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
7667;;;;;; "emacs-lisp/edebug.el" (20600 16892 0 0)) 7661;;;;;; "emacs-lisp/edebug.el" (20594 43050 277913 0))
7668;;; Generated autoloads from emacs-lisp/edebug.el 7662;;; Generated autoloads from emacs-lisp/edebug.el
7669 7663
7670(defvar edebug-all-defs nil "\ 7664(defvar edebug-all-defs nil "\
@@ -7737,8 +7731,8 @@ Toggle edebugging of all forms.
7737;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories 7731;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7738;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories 7732;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7739;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file 7733;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file
7740;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (20511 52965 7734;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (20495 51111
7741;;;;;; 0 0)) 7735;;;;;; 757560 0))
7742;;; Generated autoloads from vc/ediff.el 7736;;; Generated autoloads from vc/ediff.el
7743 7737
7744(autoload 'ediff-files "ediff" "\ 7738(autoload 'ediff-files "ediff" "\
@@ -7970,7 +7964,7 @@ With optional NODE, goes to that node.
7970;;;*** 7964;;;***
7971 7965
7972;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el" 7966;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el"
7973;;;;;; (20244 35516 0 0)) 7967;;;;;; (20355 10021 546955 0))
7974;;; Generated autoloads from vc/ediff-help.el 7968;;; Generated autoloads from vc/ediff-help.el
7975 7969
7976(autoload 'ediff-customize "ediff-help" "\ 7970(autoload 'ediff-customize "ediff-help" "\
@@ -7981,7 +7975,7 @@ With optional NODE, goes to that node.
7981;;;*** 7975;;;***
7982 7976
7983;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el" 7977;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el"
7984;;;;;; (20244 35516 0 0)) 7978;;;;;; (20614 54428 654267 0))
7985;;; Generated autoloads from vc/ediff-mult.el 7979;;; Generated autoloads from vc/ediff-mult.el
7986 7980
7987(autoload 'ediff-show-registry "ediff-mult" "\ 7981(autoload 'ediff-show-registry "ediff-mult" "\
@@ -7994,7 +7988,7 @@ Display Ediff's registry.
7994;;;*** 7988;;;***
7995 7989
7996;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 7990;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7997;;;;;; "ediff-util" "vc/ediff-util.el" (20585 55103 0 0)) 7991;;;;;; "ediff-util" "vc/ediff-util.el" (20584 7212 455152 0))
7998;;; Generated autoloads from vc/ediff-util.el 7992;;; Generated autoloads from vc/ediff-util.el
7999 7993
8000(autoload 'ediff-toggle-multiframe "ediff-util" "\ 7994(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -8015,7 +8009,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
8015 8009
8016;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 8010;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
8017;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 8011;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
8018;;;;;; (20511 52965 0 0)) 8012;;;;;; (20476 31768 298871 0))
8019;;; Generated autoloads from edmacro.el 8013;;; Generated autoloads from edmacro.el
8020 8014
8021(autoload 'edit-kbd-macro "edmacro" "\ 8015(autoload 'edit-kbd-macro "edmacro" "\
@@ -8064,7 +8058,7 @@ or nil, use a compact 80-column format.
8064;;;*** 8058;;;***
8065 8059
8066;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 8060;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
8067;;;;;; "emulation/edt.el" (20567 31133 0 0)) 8061;;;;;; "emulation/edt.el" (20566 63671 243798 0))
8068;;; Generated autoloads from emulation/edt.el 8062;;; Generated autoloads from emulation/edt.el
8069 8063
8070(autoload 'edt-set-scroll-margins "edt" "\ 8064(autoload 'edt-set-scroll-margins "edt" "\
@@ -8082,7 +8076,7 @@ Turn on EDT Emulation.
8082;;;*** 8076;;;***
8083 8077
8084;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 8078;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
8085;;;;;; (20600 16892 0 0)) 8079;;;;;; (20593 22184 581574 0))
8086;;; Generated autoloads from ehelp.el 8080;;; Generated autoloads from ehelp.el
8087 8081
8088(autoload 'with-electric-help "ehelp" "\ 8082(autoload 'with-electric-help "ehelp" "\
@@ -8119,7 +8113,7 @@ BUFFER is put back into its original major mode.
8119;;;*** 8113;;;***
8120 8114
8121;;;### (autoloads (customize-object) "eieio-custom" "emacs-lisp/eieio-custom.el" 8115;;;### (autoloads (customize-object) "eieio-custom" "emacs-lisp/eieio-custom.el"
8122;;;;;; (20585 59413 0 0)) 8116;;;;;; (20586 48936 135199 0))
8123;;; Generated autoloads from emacs-lisp/eieio-custom.el 8117;;; Generated autoloads from emacs-lisp/eieio-custom.el
8124 8118
8125(autoload 'customize-object "eieio-custom" "\ 8119(autoload 'customize-object "eieio-custom" "\
@@ -8132,7 +8126,7 @@ Optional argument GROUP is the sub-group of slots to display.
8132 8126
8133;;;### (autoloads (eieio-describe-generic eieio-describe-constructor 8127;;;### (autoloads (eieio-describe-generic eieio-describe-constructor
8134;;;;;; eieio-describe-class eieio-browse) "eieio-opt" "emacs-lisp/eieio-opt.el" 8128;;;;;; eieio-describe-class eieio-browse) "eieio-opt" "emacs-lisp/eieio-opt.el"
8135;;;;;; (20585 59413 0 0)) 8129;;;;;; (20617 41641 89638 0))
8136;;; Generated autoloads from emacs-lisp/eieio-opt.el 8130;;; Generated autoloads from emacs-lisp/eieio-opt.el
8137 8131
8138(autoload 'eieio-browse "eieio-opt" "\ 8132(autoload 'eieio-browse "eieio-opt" "\
@@ -8166,7 +8160,7 @@ Also extracts information about all methods specific to this generic.
8166;;;*** 8160;;;***
8167 8161
8168;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 8162;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
8169;;;;;; "eldoc" "emacs-lisp/eldoc.el" (20244 35516 0 0)) 8163;;;;;; "eldoc" "emacs-lisp/eldoc.el" (20355 10021 546955 0))
8170;;; Generated autoloads from emacs-lisp/eldoc.el 8164;;; Generated autoloads from emacs-lisp/eldoc.el
8171 8165
8172(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ 8166(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
@@ -8213,7 +8207,7 @@ Emacs Lisp mode) that support ElDoc.")
8213;;;*** 8207;;;***
8214 8208
8215;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode) 8209;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode)
8216;;;;;; "electric" "electric.el" (20511 52965 0 0)) 8210;;;;;; "electric" "electric.el" (20613 49078 764749 0))
8217;;; Generated autoloads from electric.el 8211;;; Generated autoloads from electric.el
8218 8212
8219(defvar electric-indent-chars '(10) "\ 8213(defvar electric-indent-chars '(10) "\
@@ -8283,8 +8277,8 @@ The variable `electric-layout-rules' says when and how to insert newlines.
8283 8277
8284;;;*** 8278;;;***
8285 8279
8286;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (20244 8280;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (20355
8287;;;;;; 35516 0 0)) 8281;;;;;; 10021 546955 0))
8288;;; Generated autoloads from elide-head.el 8282;;; Generated autoloads from elide-head.el
8289 8283
8290(autoload 'elide-head "elide-head" "\ 8284(autoload 'elide-head "elide-head" "\
@@ -8301,7 +8295,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8301 8295
8302;;;### (autoloads (elint-initialize elint-defun elint-current-buffer 8296;;;### (autoloads (elint-initialize elint-defun elint-current-buffer
8303;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el" 8297;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el"
8304;;;;;; (20511 52965 0 0)) 8298;;;;;; (20486 36135 22104 0))
8305;;; Generated autoloads from emacs-lisp/elint.el 8299;;; Generated autoloads from emacs-lisp/elint.el
8306 8300
8307(autoload 'elint-file "elint" "\ 8301(autoload 'elint-file "elint" "\
@@ -8337,8 +8331,8 @@ optional prefix argument REINIT is non-nil.
8337;;;*** 8331;;;***
8338 8332
8339;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 8333;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
8340;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (20511 8334;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (20497
8341;;;;;; 52965 0 0)) 8335;;;;;; 6436 957082 0))
8342;;; Generated autoloads from emacs-lisp/elp.el 8336;;; Generated autoloads from emacs-lisp/elp.el
8343 8337
8344(autoload 'elp-instrument-function "elp" "\ 8338(autoload 'elp-instrument-function "elp" "\
@@ -8373,7 +8367,7 @@ displayed.
8373;;;*** 8367;;;***
8374 8368
8375;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el" 8369;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el"
8376;;;;;; (20577 48876 0 0)) 8370;;;;;; (20577 33959 40183 0))
8377;;; Generated autoloads from emacs-lock.el 8371;;; Generated autoloads from emacs-lock.el
8378 8372
8379(autoload 'emacs-lock-mode "emacs-lock" "\ 8373(autoload 'emacs-lock-mode "emacs-lock" "\
@@ -8401,7 +8395,7 @@ Other values are interpreted as usual.
8401;;;*** 8395;;;***
8402 8396
8403;;;### (autoloads (report-emacs-bug-query-existing-bugs report-emacs-bug) 8397;;;### (autoloads (report-emacs-bug-query-existing-bugs report-emacs-bug)
8404;;;;;; "emacsbug" "mail/emacsbug.el" (20577 48876 0 0)) 8398;;;;;; "emacsbug" "mail/emacsbug.el" (20576 13095 881042 0))
8405;;; Generated autoloads from mail/emacsbug.el 8399;;; Generated autoloads from mail/emacsbug.el
8406 8400
8407(autoload 'report-emacs-bug "emacsbug" "\ 8401(autoload 'report-emacs-bug "emacsbug" "\
@@ -8422,7 +8416,7 @@ The result is an alist with items of the form (URL SUBJECT NO).
8422;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 8416;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
8423;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 8417;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
8424;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 8418;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
8425;;;;;; "vc/emerge.el" (20577 48876 0 0)) 8419;;;;;; "vc/emerge.el" (20576 42138 697312 0))
8426;;; Generated autoloads from vc/emerge.el 8420;;; Generated autoloads from vc/emerge.el
8427 8421
8428(autoload 'emerge-files "emerge" "\ 8422(autoload 'emerge-files "emerge" "\
@@ -8483,7 +8477,7 @@ Emerge two RCS revisions of a file, with another revision as ancestor.
8483;;;*** 8477;;;***
8484 8478
8485;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 8479;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
8486;;;;;; "enriched" "textmodes/enriched.el" (20468 36126 0 0)) 8480;;;;;; "enriched" "textmodes/enriched.el" (20461 32935 300400 0))
8487;;; Generated autoloads from textmodes/enriched.el 8481;;; Generated autoloads from textmodes/enriched.el
8488 8482
8489(autoload 'enriched-mode "enriched" "\ 8483(autoload 'enriched-mode "enriched" "\
@@ -8524,7 +8518,7 @@ Commands:
8524;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file 8518;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
8525;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys 8519;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
8526;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20577 8520;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20577
8527;;;;;; 48876 0 0)) 8521;;;;;; 33959 40183 0))
8528;;; Generated autoloads from epa.el 8522;;; Generated autoloads from epa.el
8529 8523
8530(autoload 'epa-list-keys "epa" "\ 8524(autoload 'epa-list-keys "epa" "\
@@ -8702,8 +8696,8 @@ Insert selected KEYS after the point.
8702;;;*** 8696;;;***
8703 8697
8704;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify 8698;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify
8705;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (20244 35516 8699;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (20355 10021
8706;;;;;; 0 0)) 8700;;;;;; 546955 0))
8707;;; Generated autoloads from epa-dired.el 8701;;; Generated autoloads from epa-dired.el
8708 8702
8709(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8703(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8729,7 +8723,7 @@ Encrypt marked files.
8729;;;*** 8723;;;***
8730 8724
8731;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) 8725;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler)
8732;;;;;; "epa-file" "epa-file.el" (20244 35516 0 0)) 8726;;;;;; "epa-file" "epa-file.el" (20355 10021 546955 0))
8733;;; Generated autoloads from epa-file.el 8727;;; Generated autoloads from epa-file.el
8734 8728
8735(autoload 'epa-file-handler "epa-file" "\ 8729(autoload 'epa-file-handler "epa-file" "\
@@ -8751,7 +8745,7 @@ Encrypt marked files.
8751 8745
8752;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt 8746;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
8753;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode) 8747;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
8754;;;;;; "epa-mail" "epa-mail.el" (20567 31133 0 0)) 8748;;;;;; "epa-mail" "epa-mail.el" (20566 63671 243798 0))
8755;;; Generated autoloads from epa-mail.el 8749;;; Generated autoloads from epa-mail.el
8756 8750
8757(autoload 'epa-mail-mode "epa-mail" "\ 8751(autoload 'epa-mail-mode "epa-mail" "\
@@ -8821,8 +8815,8 @@ if ARG is omitted or nil.
8821 8815
8822;;;*** 8816;;;***
8823 8817
8824;;;### (autoloads (epg-make-context) "epg" "epg.el" (20577 48876 8818;;;### (autoloads (epg-make-context) "epg" "epg.el" (20577 33959
8825;;;;;; 0 0)) 8819;;;;;; 40183 0))
8826;;; Generated autoloads from epg.el 8820;;; Generated autoloads from epg.el
8827 8821
8828(autoload 'epg-make-context "epg" "\ 8822(autoload 'epg-make-context "epg" "\
@@ -8833,7 +8827,7 @@ Return a context object.
8833;;;*** 8827;;;***
8834 8828
8835;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) 8829;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
8836;;;;;; "epg-config" "epg-config.el" (20373 41604 0 0)) 8830;;;;;; "epg-config" "epg-config.el" (20373 11301 906925 0))
8837;;; Generated autoloads from epg-config.el 8831;;; Generated autoloads from epg-config.el
8838 8832
8839(autoload 'epg-configuration "epg-config" "\ 8833(autoload 'epg-configuration "epg-config" "\
@@ -8854,7 +8848,7 @@ Look at CONFIG and try to expand GROUP.
8854;;;*** 8848;;;***
8855 8849
8856;;;### (autoloads (erc-handle-irc-url erc-tls erc erc-select-read-args) 8850;;;### (autoloads (erc-handle-irc-url erc-tls erc erc-select-read-args)
8857;;;;;; "erc" "erc/erc.el" (20600 16892 0 0)) 8851;;;;;; "erc" "erc/erc.el" (20604 29767 397763 0))
8858;;; Generated autoloads from erc/erc.el 8852;;; Generated autoloads from erc/erc.el
8859 8853
8860(autoload 'erc-select-read-args "erc" "\ 8854(autoload 'erc-select-read-args "erc" "\
@@ -8902,36 +8896,36 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8902 8896
8903;;;*** 8897;;;***
8904 8898
8905;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20592 8899;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20591
8906;;;;;; 26321 0 0)) 8900;;;;;; 33616 626144 310000))
8907;;; Generated autoloads from erc/erc-autoaway.el 8901;;; Generated autoloads from erc/erc-autoaway.el
8908 (autoload 'erc-autoaway-mode "erc-autoaway") 8902 (autoload 'erc-autoaway-mode "erc-autoaway")
8909 8903
8910;;;*** 8904;;;***
8911 8905
8912;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20600 16892 8906;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20593 22184
8913;;;;;; 0 0)) 8907;;;;;; 581574 0))
8914;;; Generated autoloads from erc/erc-button.el 8908;;; Generated autoloads from erc/erc-button.el
8915 (autoload 'erc-button-mode "erc-button" nil t) 8909 (autoload 'erc-button-mode "erc-button" nil t)
8916 8910
8917;;;*** 8911;;;***
8918 8912
8919;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (20592 26321 8913;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (20591 33616
8920;;;;;; 0 0)) 8914;;;;;; 706147 283000))
8921;;; Generated autoloads from erc/erc-capab.el 8915;;; Generated autoloads from erc/erc-capab.el
8922 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 8916 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8923 8917
8924;;;*** 8918;;;***
8925 8919
8926;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (20592 26321 8920;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (20591 33616
8927;;;;;; 0 0)) 8921;;;;;; 736174 412000))
8928;;; Generated autoloads from erc/erc-compat.el 8922;;; Generated autoloads from erc/erc-compat.el
8929 (autoload 'erc-define-minor-mode "erc-compat") 8923 (autoload 'erc-define-minor-mode "erc-compat")
8930 8924
8931;;;*** 8925;;;***
8932 8926
8933;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 8927;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
8934;;;;;; "erc-dcc" "erc/erc-dcc.el" (20592 26321 0 0)) 8928;;;;;; "erc-dcc" "erc/erc-dcc.el" (20591 33616 756180 926000))
8935;;; Generated autoloads from erc/erc-dcc.el 8929;;; Generated autoloads from erc/erc-dcc.el
8936 (autoload 'erc-dcc-mode "erc-dcc") 8930 (autoload 'erc-dcc-mode "erc-dcc")
8937 8931
@@ -8961,7 +8955,7 @@ that subcommand.
8961;;;*** 8955;;;***
8962 8956
8963;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el" 8957;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el"
8964;;;;;; (20600 16892 0 0)) 8958;;;;;; (20593 22184 581574 0))
8965;;; Generated autoloads from erc/erc-desktop-notifications.el 8959;;; Generated autoloads from erc/erc-desktop-notifications.el
8966(autoload 'erc-notifications-mode "erc-desktop-notifications" "" t) 8960(autoload 'erc-notifications-mode "erc-desktop-notifications" "" t)
8967 8961
@@ -8971,7 +8965,7 @@ that subcommand.
8971;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 8965;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
8972;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 8966;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
8973;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 8967;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
8974;;;;;; (20592 26321 0 0)) 8968;;;;;; (20591 33616 766161 665000))
8975;;; Generated autoloads from erc/erc-ezbounce.el 8969;;; Generated autoloads from erc/erc-ezbounce.el
8976 8970
8977(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 8971(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -9033,8 +9027,8 @@ Add EZBouncer convenience functions to ERC.
9033 9027
9034;;;*** 9028;;;***
9035 9029
9036;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (20592 9030;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (20591
9037;;;;;; 26321 0 0)) 9031;;;;;; 33616 776163 920000))
9038;;; Generated autoloads from erc/erc-fill.el 9032;;; Generated autoloads from erc/erc-fill.el
9039 (autoload 'erc-fill-mode "erc-fill" nil t) 9033 (autoload 'erc-fill-mode "erc-fill" nil t)
9040 9034
@@ -9047,7 +9041,7 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
9047;;;*** 9041;;;***
9048 9042
9049;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 9043;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
9050;;;;;; "erc/erc-identd.el" (20592 26321 0 0)) 9044;;;;;; "erc/erc-identd.el" (20591 33616 794740 81000))
9051;;; Generated autoloads from erc/erc-identd.el 9045;;; Generated autoloads from erc/erc-identd.el
9052 (autoload 'erc-identd-mode "erc-identd") 9046 (autoload 'erc-identd-mode "erc-identd")
9053 9047
@@ -9069,7 +9063,7 @@ system.
9069;;;*** 9063;;;***
9070 9064
9071;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 9065;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
9072;;;;;; (20592 26321 0 0)) 9066;;;;;; (20591 33616 794740 81000))
9073;;; Generated autoloads from erc/erc-imenu.el 9067;;; Generated autoloads from erc/erc-imenu.el
9074 9068
9075(autoload 'erc-create-imenu-index "erc-imenu" "\ 9069(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -9079,22 +9073,22 @@ system.
9079 9073
9080;;;*** 9074;;;***
9081 9075
9082;;;### (autoloads nil "erc-join" "erc/erc-join.el" (20592 26321 0 9076;;;### (autoloads nil "erc-join" "erc/erc-join.el" (20591 33616 804732
9083;;;;;; 0)) 9077;;;;;; 878000))
9084;;; Generated autoloads from erc/erc-join.el 9078;;; Generated autoloads from erc/erc-join.el
9085 (autoload 'erc-autojoin-mode "erc-join" nil t) 9079 (autoload 'erc-autojoin-mode "erc-join" nil t)
9086 9080
9087;;;*** 9081;;;***
9088 9082
9089;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20592 26321 0 9083;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20591 33616 824757
9090;;;;;; 0)) 9084;;;;;; 867000))
9091;;; Generated autoloads from erc/erc-list.el 9085;;; Generated autoloads from erc/erc-list.el
9092 (autoload 'erc-list-mode "erc-list") 9086 (autoload 'erc-list-mode "erc-list")
9093 9087
9094;;;*** 9088;;;***
9095 9089
9096;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 9090;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
9097;;;;;; "erc/erc-log.el" (20600 16892 0 0)) 9091;;;;;; "erc/erc-log.el" (20593 22184 581574 0))
9098;;; Generated autoloads from erc/erc-log.el 9092;;; Generated autoloads from erc/erc-log.el
9099 (autoload 'erc-log-mode "erc-log" nil t) 9093 (autoload 'erc-log-mode "erc-log" nil t)
9100 9094
@@ -9126,7 +9120,7 @@ You can save every individual message by putting this function on
9126;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 9120;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
9127;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 9121;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
9128;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 9122;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
9129;;;;;; (20592 26321 0 0)) 9123;;;;;; (20591 33616 834740 676000))
9130;;; Generated autoloads from erc/erc-match.el 9124;;; Generated autoloads from erc/erc-match.el
9131 (autoload 'erc-match-mode "erc-match") 9125 (autoload 'erc-match-mode "erc-match")
9132 9126
@@ -9172,15 +9166,15 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
9172 9166
9173;;;*** 9167;;;***
9174 9168
9175;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (20592 26321 0 9169;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (20591 33616 844710
9176;;;;;; 0)) 9170;;;;;; 904000))
9177;;; Generated autoloads from erc/erc-menu.el 9171;;; Generated autoloads from erc/erc-menu.el
9178 (autoload 'erc-menu-mode "erc-menu" nil t) 9172 (autoload 'erc-menu-mode "erc-menu" nil t)
9179 9173
9180;;;*** 9174;;;***
9181 9175
9182;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 9176;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
9183;;;;;; (20592 26321 0 0)) 9177;;;;;; (20591 33616 854733 799000))
9184;;; Generated autoloads from erc/erc-netsplit.el 9178;;; Generated autoloads from erc/erc-netsplit.el
9185 (autoload 'erc-netsplit-mode "erc-netsplit") 9179 (autoload 'erc-netsplit-mode "erc-netsplit")
9186 9180
@@ -9192,7 +9186,7 @@ Show who's gone.
9192;;;*** 9186;;;***
9193 9187
9194;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" 9188;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
9195;;;;;; "erc/erc-networks.el" (20592 26321 0 0)) 9189;;;;;; "erc/erc-networks.el" (20591 33616 854733 799000))
9196;;; Generated autoloads from erc/erc-networks.el 9190;;; Generated autoloads from erc/erc-networks.el
9197 9191
9198(autoload 'erc-determine-network "erc-networks" "\ 9192(autoload 'erc-determine-network "erc-networks" "\
@@ -9210,7 +9204,7 @@ Interactively select a server to connect to using `erc-server-alist'.
9210;;;*** 9204;;;***
9211 9205
9212;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 9206;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
9213;;;;;; "erc/erc-notify.el" (20592 26321 0 0)) 9207;;;;;; "erc/erc-notify.el" (20591 33616 864734 46000))
9214;;; Generated autoloads from erc/erc-notify.el 9208;;; Generated autoloads from erc/erc-notify.el
9215 (autoload 'erc-notify-mode "erc-notify" nil t) 9209 (autoload 'erc-notify-mode "erc-notify" nil t)
9216 9210
@@ -9228,36 +9222,37 @@ with args, toggle notify status of people.
9228 9222
9229;;;*** 9223;;;***
9230 9224
9231;;;### (autoloads nil "erc-page" "erc/erc-page.el" (20592 26321 0 9225;;;### (autoloads nil "erc-page" "erc/erc-page.el" (20591 33616 864734
9232;;;;;; 0)) 9226;;;;;; 46000))
9233;;; Generated autoloads from erc/erc-page.el 9227;;; Generated autoloads from erc/erc-page.el
9234 (autoload 'erc-page-mode "erc-page") 9228 (autoload 'erc-page-mode "erc-page")
9235 9229
9236;;;*** 9230;;;***
9237 9231
9238;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (20592 9232;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (20591
9239;;;;;; 26321 0 0)) 9233;;;;;; 33616 874723 983000))
9240;;; Generated autoloads from erc/erc-pcomplete.el 9234;;; Generated autoloads from erc/erc-pcomplete.el
9241 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 9235 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9242 9236
9243;;;*** 9237;;;***
9244 9238
9245;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (20592 26321 9239;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (20591 33616
9246;;;;;; 0 0)) 9240;;;;;; 874723 983000))
9247;;; Generated autoloads from erc/erc-replace.el 9241;;; Generated autoloads from erc/erc-replace.el
9248 (autoload 'erc-replace-mode "erc-replace") 9242 (autoload 'erc-replace-mode "erc-replace")
9249 9243
9250;;;*** 9244;;;***
9251 9245
9252;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (20592 26321 0 9246;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (20591 33616 884730
9253;;;;;; 0)) 9247;;;;;; 605000))
9254;;; Generated autoloads from erc/erc-ring.el 9248;;; Generated autoloads from erc/erc-ring.el
9255 (autoload 'erc-ring-mode "erc-ring" nil t) 9249 (autoload 'erc-ring-mode "erc-ring" nil t)
9256 9250
9257;;;*** 9251;;;***
9258 9252
9259;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 9253;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
9260;;;;;; "erc-services" "erc/erc-services.el" (20592 26321 0 0)) 9254;;;;;; "erc-services" "erc/erc-services.el" (20591 33616 894723
9255;;;;;; 303000))
9261;;; Generated autoloads from erc/erc-services.el 9256;;; Generated autoloads from erc/erc-services.el
9262 (autoload 'erc-services-mode "erc-services" nil t) 9257 (autoload 'erc-services-mode "erc-services" nil t)
9263 9258
@@ -9274,15 +9269,15 @@ When called interactively, read the password using `read-passwd'.
9274 9269
9275;;;*** 9270;;;***
9276 9271
9277;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (20592 26321 9272;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (20591 33616
9278;;;;;; 0 0)) 9273;;;;;; 894723 303000))
9279;;; Generated autoloads from erc/erc-sound.el 9274;;; Generated autoloads from erc/erc-sound.el
9280 (autoload 'erc-sound-mode "erc-sound") 9275 (autoload 'erc-sound-mode "erc-sound")
9281 9276
9282;;;*** 9277;;;***
9283 9278
9284;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 9279;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
9285;;;;;; (20592 26321 0 0)) 9280;;;;;; (20591 33616 894723 303000))
9286;;; Generated autoloads from erc/erc-speedbar.el 9281;;; Generated autoloads from erc/erc-speedbar.el
9287 9282
9288(autoload 'erc-speedbar-browser "erc-speedbar" "\ 9283(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -9293,22 +9288,22 @@ This will add a speedbar major display mode.
9293 9288
9294;;;*** 9289;;;***
9295 9290
9296;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (20592 9291;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (20591
9297;;;;;; 26321 0 0)) 9292;;;;;; 33616 904733 437000))
9298;;; Generated autoloads from erc/erc-spelling.el 9293;;; Generated autoloads from erc/erc-spelling.el
9299 (autoload 'erc-spelling-mode "erc-spelling" nil t) 9294 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9300 9295
9301;;;*** 9296;;;***
9302 9297
9303;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (20600 16892 9298;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (20593 22184
9304;;;;;; 0 0)) 9299;;;;;; 581574 0))
9305;;; Generated autoloads from erc/erc-stamp.el 9300;;; Generated autoloads from erc/erc-stamp.el
9306 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 9301 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9307 9302
9308;;;*** 9303;;;***
9309 9304
9310;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" 9305;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
9311;;;;;; (20592 26321 0 0)) 9306;;;;;; (20591 33616 924730 373000))
9312;;; Generated autoloads from erc/erc-track.el 9307;;; Generated autoloads from erc/erc-track.el
9313 9308
9314(defvar erc-track-minor-mode nil "\ 9309(defvar erc-track-minor-mode nil "\
@@ -9334,7 +9329,8 @@ keybindings will not do anything useful.
9334;;;*** 9329;;;***
9335 9330
9336;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 9331;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
9337;;;;;; "erc-truncate" "erc/erc-truncate.el" (20592 26321 0 0)) 9332;;;;;; "erc-truncate" "erc/erc-truncate.el" (20591 33616 934716
9333;;;;;; 526000))
9338;;; Generated autoloads from erc/erc-truncate.el 9334;;; Generated autoloads from erc/erc-truncate.el
9339 (autoload 'erc-truncate-mode "erc-truncate" nil t) 9335 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9340 9336
@@ -9354,7 +9350,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
9354;;;*** 9350;;;***
9355 9351
9356;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 9352;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
9357;;;;;; (20592 26321 0 0)) 9353;;;;;; (20591 33616 934716 526000))
9358;;; Generated autoloads from erc/erc-xdcc.el 9354;;; Generated autoloads from erc/erc-xdcc.el
9359 (autoload 'erc-xdcc-mode "erc-xdcc") 9355 (autoload 'erc-xdcc-mode "erc-xdcc")
9360 9356
@@ -9367,7 +9363,7 @@ Add a file to `erc-xdcc-files'.
9367 9363
9368;;;### (autoloads (ert-describe-test ert-run-tests-interactively 9364;;;### (autoloads (ert-describe-test ert-run-tests-interactively
9369;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest) 9365;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest)
9370;;;;;; "ert" "emacs-lisp/ert.el" (20577 48876 0 0)) 9366;;;;;; "ert" "emacs-lisp/ert.el" (20576 42138 697312 0))
9371;;; Generated autoloads from emacs-lisp/ert.el 9367;;; Generated autoloads from emacs-lisp/ert.el
9372 9368
9373(autoload 'ert-deftest "ert" "\ 9369(autoload 'ert-deftest "ert" "\
@@ -9433,7 +9429,7 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test).
9433;;;*** 9429;;;***
9434 9430
9435;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el" 9431;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el"
9436;;;;;; (20577 48876 0 0)) 9432;;;;;; (20576 42138 697312 0))
9437;;; Generated autoloads from emacs-lisp/ert-x.el 9433;;; Generated autoloads from emacs-lisp/ert-x.el
9438 9434
9439(put 'ert-with-test-buffer 'lisp-indent-function 1) 9435(put 'ert-with-test-buffer 'lisp-indent-function 1)
@@ -9445,8 +9441,8 @@ Kill all test buffers that are still live.
9445 9441
9446;;;*** 9442;;;***
9447 9443
9448;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20600 9444;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20593
9449;;;;;; 16892 0 0)) 9445;;;;;; 22184 581574 0))
9450;;; Generated autoloads from eshell/esh-mode.el 9446;;; Generated autoloads from eshell/esh-mode.el
9451 9447
9452(autoload 'eshell-mode "esh-mode" "\ 9448(autoload 'eshell-mode "esh-mode" "\
@@ -9459,7 +9455,7 @@ Emacs shell interactive mode.
9459;;;*** 9455;;;***
9460 9456
9461;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" 9457;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell"
9462;;;;;; "eshell/eshell.el" (20577 48876 0 0)) 9458;;;;;; "eshell/eshell.el" (20577 33959 40183 0))
9463;;; Generated autoloads from eshell/eshell.el 9459;;; Generated autoloads from eshell/eshell.el
9464 9460
9465(autoload 'eshell "eshell" "\ 9461(autoload 'eshell "eshell" "\
@@ -9500,7 +9496,7 @@ corresponding to a successful execution.
9500;;;;;; visit-tags-table tags-table-mode find-tag-default-function 9496;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9501;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 9497;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9502;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 9498;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9503;;;;;; (20511 52965 0 0)) 9499;;;;;; (20478 3673 653810 0))
9504;;; Generated autoloads from progmodes/etags.el 9500;;; Generated autoloads from progmodes/etags.el
9505 9501
9506(defvar tags-file-name nil "\ 9502(defvar tags-file-name nil "\
@@ -9818,7 +9814,7 @@ for \\[find-tag] (which see).
9818;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer 9814;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9819;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer 9815;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9820;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" 9816;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9821;;;;;; (20356 35090 0 0)) 9817;;;;;; (20355 10021 546955 0))
9822;;; Generated autoloads from language/ethio-util.el 9818;;; Generated autoloads from language/ethio-util.el
9823 9819
9824(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9820(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -9988,7 +9984,7 @@ With ARG, insert that many delimiters.
9988 9984
9989;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 9985;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
9990;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 9986;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9991;;;;;; (20511 52965 0 0)) 9987;;;;;; (20478 3673 653810 0))
9992;;; Generated autoloads from net/eudc.el 9988;;; Generated autoloads from net/eudc.el
9993 9989
9994(autoload 'eudc-set-server "eudc" "\ 9990(autoload 'eudc-set-server "eudc" "\
@@ -10044,7 +10040,7 @@ This does nothing except loading eudc by autoload side-effect.
10044 10040
10045;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 10041;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
10046;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 10042;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
10047;;;;;; "eudc-bob" "net/eudc-bob.el" (20244 35516 0 0)) 10043;;;;;; "eudc-bob" "net/eudc-bob.el" (20355 10021 546955 0))
10048;;; Generated autoloads from net/eudc-bob.el 10044;;; Generated autoloads from net/eudc-bob.el
10049 10045
10050(autoload 'eudc-display-generic-binary "eudc-bob" "\ 10046(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -10080,7 +10076,7 @@ Display a button for the JPEG DATA.
10080;;;*** 10076;;;***
10081 10077
10082;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 10078;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
10083;;;;;; "eudc-export" "net/eudc-export.el" (20244 35516 0 0)) 10079;;;;;; "eudc-export" "net/eudc-export.el" (20355 10021 546955 0))
10084;;; Generated autoloads from net/eudc-export.el 10080;;; Generated autoloads from net/eudc-export.el
10085 10081
10086(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 10082(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -10097,7 +10093,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10097;;;*** 10093;;;***
10098 10094
10099;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 10095;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
10100;;;;;; (20244 35516 0 0)) 10096;;;;;; (20355 10021 546955 0))
10101;;; Generated autoloads from net/eudc-hotlist.el 10097;;; Generated autoloads from net/eudc-hotlist.el
10102 10098
10103(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 10099(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -10107,8 +10103,8 @@ Edit the hotlist of directory servers in a specialized buffer.
10107 10103
10108;;;*** 10104;;;***
10109 10105
10110;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20452 10106;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20453
10111;;;;;; 43334 0 0)) 10107;;;;;; 5437 764254 0))
10112;;; Generated autoloads from emacs-lisp/ewoc.el 10108;;; Generated autoloads from emacs-lisp/ewoc.el
10113 10109
10114(autoload 'ewoc-create "ewoc" "\ 10110(autoload 'ewoc-create "ewoc" "\
@@ -10137,7 +10133,7 @@ fourth arg NOSEP non-nil inhibits this.
10137;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 10133;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
10138;;;;;; executable-self-display executable-set-magic executable-interpret 10134;;;;;; executable-self-display executable-set-magic executable-interpret
10139;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 10135;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
10140;;;;;; (20535 44414 0 0)) 10136;;;;;; (20533 6181 437016 717000))
10141;;; Generated autoloads from progmodes/executable.el 10137;;; Generated autoloads from progmodes/executable.el
10142 10138
10143(autoload 'executable-command-find-posix-p "executable" "\ 10139(autoload 'executable-command-find-posix-p "executable" "\
@@ -10180,7 +10176,7 @@ file modes.
10180 10176
10181;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 10177;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
10182;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" 10178;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
10183;;;;;; (20244 35516 0 0)) 10179;;;;;; (20355 10021 546955 0))
10184;;; Generated autoloads from expand.el 10180;;; Generated autoloads from expand.el
10185 10181
10186(autoload 'expand-add-abbrevs "expand" "\ 10182(autoload 'expand-add-abbrevs "expand" "\
@@ -10229,8 +10225,8 @@ This is used only in conjunction with `expand-add-abbrevs'.
10229 10225
10230;;;*** 10226;;;***
10231 10227
10232;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20567 31133 10228;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20566 63671
10233;;;;;; 0 0)) 10229;;;;;; 243798 0))
10234;;; Generated autoloads from progmodes/f90.el 10230;;; Generated autoloads from progmodes/f90.el
10235 10231
10236(autoload 'f90-mode "f90" "\ 10232(autoload 'f90-mode "f90" "\
@@ -10300,8 +10296,8 @@ with no args, if that value is non-nil.
10300;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set 10296;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set
10301;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase 10297;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase
10302;;;;;; text-scale-set face-remap-set-base face-remap-reset-base 10298;;;;;; text-scale-set face-remap-set-base face-remap-reset-base
10303;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20511 10299;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20622
10304;;;;;; 52965 0 0)) 10300;;;;;; 22438 32851 0))
10305;;; Generated autoloads from face-remap.el 10301;;; Generated autoloads from face-remap.el
10306 10302
10307(autoload 'face-remap-add-relative "face-remap" "\ 10303(autoload 'face-remap-add-relative "face-remap" "\
@@ -10384,7 +10380,9 @@ See `text-scale-increase' for more details.
10384 (define-key ctl-x-map [(control ?0)] 'text-scale-adjust) 10380 (define-key ctl-x-map [(control ?0)] 'text-scale-adjust)
10385 10381
10386(autoload 'text-scale-adjust "face-remap" "\ 10382(autoload 'text-scale-adjust "face-remap" "\
10387Increase or decrease the height of the default face in the current buffer. 10383Adjust the height of the default face by INC.
10384
10385INC may be passed as a numeric prefix argument.
10388 10386
10389The actual adjustment made depends on the final component of the 10387The actual adjustment made depends on the final component of the
10390key-binding used to invoke the command, with all modifiers removed: 10388key-binding used to invoke the command, with all modifiers removed:
@@ -10393,9 +10391,11 @@ key-binding used to invoke the command, with all modifiers removed:
10393 - Decrease the default face height by one step 10391 - Decrease the default face height by one step
10394 0 Reset the default face height to the global default 10392 0 Reset the default face height to the global default
10395 10393
10396Then, continue to read input events and further adjust the face 10394When adjusting with `+' or `-', continue to read input events and
10397height as long as the input event read (with all modifiers removed) 10395further adjust the face height as long as the input event read
10398is one of the above. 10396\(with all modifiers removed) is `+' or `-'.
10397
10398When adjusting with `0', immediately finish.
10399 10399
10400Each step scales the height of the default face by the variable 10400Each step scales the height of the default face by the variable
10401`text-scale-mode-step' (a negative number of steps decreases the 10401`text-scale-mode-step' (a negative number of steps decreases the
@@ -10460,8 +10460,8 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
10460 10460
10461;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 10461;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
10462;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 10462;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
10463;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20567 31133 10463;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20566 63671
10464;;;;;; 0 0)) 10464;;;;;; 243798 0))
10465;;; Generated autoloads from mail/feedmail.el 10465;;; Generated autoloads from mail/feedmail.el
10466 10466
10467(autoload 'feedmail-send-it "feedmail" "\ 10467(autoload 'feedmail-send-it "feedmail" "\
@@ -10516,7 +10516,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10516 10516
10517;;;### (autoloads (ffap-bindings ffap-guess-file-name-at-point dired-at-point 10517;;;### (autoloads (ffap-bindings ffap-guess-file-name-at-point dired-at-point
10518;;;;;; ffap-at-mouse ffap-menu find-file-at-point ffap-next) "ffap" 10518;;;;;; ffap-at-mouse ffap-menu find-file-at-point ffap-next) "ffap"
10519;;;;;; "ffap.el" (20600 16892 0 0)) 10519;;;;;; "ffap.el" (20595 63909 923329 0))
10520;;; Generated autoloads from ffap.el 10520;;; Generated autoloads from ffap.el
10521 10521
10522(autoload 'ffap-next "ffap" "\ 10522(autoload 'ffap-next "ffap" "\
@@ -10582,7 +10582,7 @@ Evaluate the forms in variable `ffap-bindings'.
10582;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 10582;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
10583;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 10583;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
10584;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 10584;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
10585;;;;;; "filecache" "filecache.el" (20244 35516 0 0)) 10585;;;;;; "filecache" "filecache.el" (20355 10021 546955 0))
10586;;; Generated autoloads from filecache.el 10586;;; Generated autoloads from filecache.el
10587 10587
10588(autoload 'file-cache-add-directory "filecache" "\ 10588(autoload 'file-cache-add-directory "filecache" "\
@@ -10642,8 +10642,8 @@ the name is considered already unique; only the second substitution
10642;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable 10642;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable
10643;;;;;; add-dir-local-variable delete-file-local-variable-prop-line 10643;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
10644;;;;;; add-file-local-variable-prop-line delete-file-local-variable 10644;;;;;; add-file-local-variable-prop-line delete-file-local-variable
10645;;;;;; add-file-local-variable) "files-x" "files-x.el" (20356 35090 10645;;;;;; add-file-local-variable) "files-x" "files-x.el" (20355 10021
10646;;;;;; 0 0)) 10646;;;;;; 546955 0))
10647;;; Generated autoloads from files-x.el 10647;;; Generated autoloads from files-x.el
10648 10648
10649(autoload 'add-file-local-variable "files-x" "\ 10649(autoload 'add-file-local-variable "files-x" "\
@@ -10708,8 +10708,8 @@ Copy directory-local variables to the -*- line.
10708 10708
10709;;;*** 10709;;;***
10710 10710
10711;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20567 10711;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20614
10712;;;;;; 31133 0 0)) 10712;;;;;; 54428 654267 0))
10713;;; Generated autoloads from filesets.el 10713;;; Generated autoloads from filesets.el
10714 10714
10715(autoload 'filesets-init "filesets" "\ 10715(autoload 'filesets-init "filesets" "\
@@ -10720,8 +10720,8 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10720 10720
10721;;;*** 10721;;;***
10722 10722
10723;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (20244 35516 10723;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (20355 10021
10724;;;;;; 0 0)) 10724;;;;;; 546955 0))
10725;;; Generated autoloads from find-cmd.el 10725;;; Generated autoloads from find-cmd.el
10726 10726
10727(autoload 'find-cmd "find-cmd" "\ 10727(autoload 'find-cmd "find-cmd" "\
@@ -10741,7 +10741,7 @@ result is a string that should be ready for the command line.
10741;;;*** 10741;;;***
10742 10742
10743;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired" 10743;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired"
10744;;;;;; "find-dired.el" (20244 35516 0 0)) 10744;;;;;; "find-dired.el" (20355 10021 546955 0))
10745;;; Generated autoloads from find-dired.el 10745;;; Generated autoloads from find-dired.el
10746 10746
10747(autoload 'find-dired "find-dired" "\ 10747(autoload 'find-dired "find-dired" "\
@@ -10781,7 +10781,7 @@ use in place of \"-ls\" as the final argument.
10781 10781
10782;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10782;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10783;;;;;; ff-find-other-file ff-get-other-file ff-special-constructs) 10783;;;;;; ff-find-other-file ff-get-other-file ff-special-constructs)
10784;;;;;; "find-file" "find-file.el" (20412 11425 0 0)) 10784;;;;;; "find-file" "find-file.el" (20387 44199 24128 0))
10785;;; Generated autoloads from find-file.el 10785;;; Generated autoloads from find-file.el
10786 10786
10787(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10787(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10877,7 +10877,7 @@ Visit the file you click on in another window.
10877;;;;;; find-variable find-variable-noselect find-function-other-frame 10877;;;;;; find-variable find-variable-noselect find-function-other-frame
10878;;;;;; find-function-other-window find-function find-function-noselect 10878;;;;;; find-function-other-window find-function find-function-noselect
10879;;;;;; find-function-search-for-symbol find-library) "find-func" 10879;;;;;; find-function-search-for-symbol find-library) "find-func"
10880;;;;;; "emacs-lisp/find-func.el" (20511 52965 0 0)) 10880;;;;;; "emacs-lisp/find-func.el" (20497 6436 957082 0))
10881;;; Generated autoloads from emacs-lisp/find-func.el 10881;;; Generated autoloads from emacs-lisp/find-func.el
10882 10882
10883(autoload 'find-library "find-func" "\ 10883(autoload 'find-library "find-func" "\
@@ -11036,8 +11036,8 @@ Define some key bindings for the find-function family of functions.
11036;;;*** 11036;;;***
11037 11037
11038;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 11038;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
11039;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (20244 35516 11039;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (20355 10021
11040;;;;;; 0 0)) 11040;;;;;; 546955 0))
11041;;; Generated autoloads from find-lisp.el 11041;;; Generated autoloads from find-lisp.el
11042 11042
11043(autoload 'find-lisp-find-dired "find-lisp" "\ 11043(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -11058,7 +11058,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
11058;;;*** 11058;;;***
11059 11059
11060;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 11060;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
11061;;;;;; "finder" "finder.el" (20244 35516 0 0)) 11061;;;;;; "finder" "finder.el" (20355 10021 546955 0))
11062;;; Generated autoloads from finder.el 11062;;; Generated autoloads from finder.el
11063 11063
11064(autoload 'finder-list-keywords "finder" "\ 11064(autoload 'finder-list-keywords "finder" "\
@@ -11080,7 +11080,7 @@ Find packages matching a given keyword.
11080;;;*** 11080;;;***
11081 11081
11082;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 11082;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
11083;;;;;; "flow-ctrl.el" (20567 31133 0 0)) 11083;;;;;; "flow-ctrl.el" (20566 63671 243798 0))
11084;;; Generated autoloads from flow-ctrl.el 11084;;; Generated autoloads from flow-ctrl.el
11085 11085
11086(autoload 'enable-flow-control "flow-ctrl" "\ 11086(autoload 'enable-flow-control "flow-ctrl" "\
@@ -11102,7 +11102,7 @@ to get the effect of a C-q.
11102;;;*** 11102;;;***
11103 11103
11104;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 11104;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
11105;;;;;; (20244 35516 0 0)) 11105;;;;;; (20355 10021 546955 0))
11106;;; Generated autoloads from gnus/flow-fill.el 11106;;; Generated autoloads from gnus/flow-fill.el
11107 11107
11108(autoload 'fill-flowed-encode "flow-fill" "\ 11108(autoload 'fill-flowed-encode "flow-fill" "\
@@ -11118,8 +11118,8 @@ to get the effect of a C-q.
11118;;;*** 11118;;;***
11119 11119
11120;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on 11120;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on
11121;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (20600 16892 11121;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (20611 52135
11122;;;;;; 0 0)) 11122;;;;;; 109136 0))
11123;;; Generated autoloads from progmodes/flymake.el 11123;;; Generated autoloads from progmodes/flymake.el
11124 11124
11125(autoload 'flymake-mode "flymake" "\ 11125(autoload 'flymake-mode "flymake" "\
@@ -11149,7 +11149,7 @@ Turn flymake mode off.
11149 11149
11150;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 11150;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
11151;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 11151;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
11152;;;;;; "flyspell" "textmodes/flyspell.el" (20567 31133 0 0)) 11152;;;;;; "flyspell" "textmodes/flyspell.el" (20566 63671 243798 0))
11153;;; Generated autoloads from textmodes/flyspell.el 11153;;; Generated autoloads from textmodes/flyspell.el
11154 11154
11155(autoload 'flyspell-prog-mode "flyspell" "\ 11155(autoload 'flyspell-prog-mode "flyspell" "\
@@ -11221,7 +11221,7 @@ Flyspell whole buffer.
11221 11221
11222;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 11222;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11223;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 11223;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
11224;;;;;; (20511 52965 0 0)) 11224;;;;;; (20501 3499 284800 0))
11225;;; Generated autoloads from follow.el 11225;;; Generated autoloads from follow.el
11226 11226
11227(autoload 'turn-on-follow-mode "follow" "\ 11227(autoload 'turn-on-follow-mode "follow" "\
@@ -11289,8 +11289,8 @@ selected if the original window is the first one in the frame.
11289 11289
11290;;;*** 11290;;;***
11291 11291
11292;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20511 11292;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20478
11293;;;;;; 52965 0 0)) 11293;;;;;; 3673 653810 0))
11294;;; Generated autoloads from mail/footnote.el 11294;;; Generated autoloads from mail/footnote.el
11295 11295
11296(autoload 'footnote-mode "footnote" "\ 11296(autoload 'footnote-mode "footnote" "\
@@ -11309,7 +11309,7 @@ play around with the following keys:
11309;;;*** 11309;;;***
11310 11310
11311;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 11311;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
11312;;;;;; "forms" "forms.el" (20428 57510 0 0)) 11312;;;;;; "forms" "forms.el" (20427 14766 970343 0))
11313;;; Generated autoloads from forms.el 11313;;; Generated autoloads from forms.el
11314 11314
11315(autoload 'forms-mode "forms" "\ 11315(autoload 'forms-mode "forms" "\
@@ -11346,7 +11346,7 @@ Visit a file in Forms mode in other window.
11346;;;*** 11346;;;***
11347 11347
11348;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" 11348;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
11349;;;;;; (20446 34252 0 0)) 11349;;;;;; (20438 24024 724594 589000))
11350;;; Generated autoloads from progmodes/fortran.el 11350;;; Generated autoloads from progmodes/fortran.el
11351 11351
11352(autoload 'fortran-mode "fortran" "\ 11352(autoload 'fortran-mode "fortran" "\
@@ -11424,8 +11424,8 @@ with no args, if that value is non-nil.
11424;;;*** 11424;;;***
11425 11425
11426;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 11426;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
11427;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20244 35516 11427;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20355 10021
11428;;;;;; 0 0)) 11428;;;;;; 546955 0))
11429;;; Generated autoloads from play/fortune.el 11429;;; Generated autoloads from play/fortune.el
11430 11430
11431(autoload 'fortune-add-fortune "fortune" "\ 11431(autoload 'fortune-add-fortune "fortune" "\
@@ -11474,7 +11474,7 @@ and choose the directory as the fortune-file.
11474;;;*** 11474;;;***
11475 11475
11476;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" 11476;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el"
11477;;;;;; (20539 37147 0 0)) 11477;;;;;; (20609 10405 476026 0))
11478;;; Generated autoloads from progmodes/gdb-mi.el 11478;;; Generated autoloads from progmodes/gdb-mi.el
11479 11479
11480(defvar gdb-enable-debug nil "\ 11480(defvar gdb-enable-debug nil "\
@@ -11552,8 +11552,8 @@ detailed description of this mode.
11552;;;*** 11552;;;***
11553 11553
11554;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 11554;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
11555;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20412 11555;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20406
11556;;;;;; 11425 0 0)) 11556;;;;;; 8611 875037 0))
11557;;; Generated autoloads from emacs-lisp/generic.el 11557;;; Generated autoloads from emacs-lisp/generic.el
11558 11558
11559(defvar generic-mode-list nil "\ 11559(defvar generic-mode-list nil "\
@@ -11632,7 +11632,7 @@ regular expression that can be used as an element of
11632;;;*** 11632;;;***
11633 11633
11634;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 11634;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
11635;;;;;; (20511 52965 0 0)) 11635;;;;;; (20478 3673 653810 0))
11636;;; Generated autoloads from progmodes/glasses.el 11636;;; Generated autoloads from progmodes/glasses.el
11637 11637
11638(autoload 'glasses-mode "glasses" "\ 11638(autoload 'glasses-mode "glasses" "\
@@ -11648,7 +11648,7 @@ add virtual separators (like underscores) at places they belong to.
11648 11648
11649;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 11649;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
11650;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" 11650;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
11651;;;;;; (20318 5885 0 0)) 11651;;;;;; (20355 10021 546955 0))
11652;;; Generated autoloads from gnus/gmm-utils.el 11652;;; Generated autoloads from gnus/gmm-utils.el
11653 11653
11654(autoload 'gmm-regexp-concat "gmm-utils" "\ 11654(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -11703,8 +11703,8 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11703;;;*** 11703;;;***
11704 11704
11705;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11705;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11706;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20553 2323 0 11706;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20552 30761
11707;;;;;; 0)) 11707;;;;;; 207103 0))
11708;;; Generated autoloads from gnus/gnus.el 11708;;; Generated autoloads from gnus/gnus.el
11709(when (fboundp 'custom-autoload) 11709(when (fboundp 'custom-autoload)
11710 (custom-autoload 'gnus-select-method "gnus")) 11710 (custom-autoload 'gnus-select-method "gnus"))
@@ -11757,7 +11757,7 @@ prompt the user for the name of an NNTP server to use.
11757;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11757;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11758;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11758;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11759;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11759;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11760;;;;;; "gnus/gnus-agent.el" (20517 31338 0 0)) 11760;;;;;; "gnus/gnus-agent.el" (20518 12580 46478 0))
11761;;; Generated autoloads from gnus/gnus-agent.el 11761;;; Generated autoloads from gnus/gnus-agent.el
11762 11762
11763(autoload 'gnus-unplugged "gnus-agent" "\ 11763(autoload 'gnus-unplugged "gnus-agent" "\
@@ -11848,7 +11848,7 @@ If CLEAN, obsolete (ignore).
11848;;;*** 11848;;;***
11849 11849
11850;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11850;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11851;;;;;; (20579 15299 0 0)) 11851;;;;;; (20578 54821 719276 0))
11852;;; Generated autoloads from gnus/gnus-art.el 11852;;; Generated autoloads from gnus/gnus-art.el
11853 11853
11854(autoload 'gnus-article-prepare-display "gnus-art" "\ 11854(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -11859,7 +11859,8 @@ Make the current buffer look like a nice article.
11859;;;*** 11859;;;***
11860 11860
11861;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) 11861;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
11862;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (20244 35516 0 0)) 11862;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (20355 10021 546955
11863;;;;;; 0))
11863;;; Generated autoloads from gnus/gnus-bookmark.el 11864;;; Generated autoloads from gnus/gnus-bookmark.el
11864 11865
11865(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 11866(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -11884,8 +11885,8 @@ deletion, or > if it is flagged for displaying.
11884 11885
11885;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11886;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11886;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11887;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11887;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (20244 11888;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (20355
11888;;;;;; 35516 0 0)) 11889;;;;;; 10021 546955 0))
11889;;; Generated autoloads from gnus/gnus-cache.el 11890;;; Generated autoloads from gnus/gnus-cache.el
11890 11891
11891(autoload 'gnus-jog-cache "gnus-cache" "\ 11892(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -11927,7 +11928,7 @@ supported.
11927;;;*** 11928;;;***
11928 11929
11929;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11930;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11930;;;;;; "gnus-delay" "gnus/gnus-delay.el" (20244 35516 0 0)) 11931;;;;;; "gnus-delay" "gnus/gnus-delay.el" (20355 10021 546955 0))
11931;;; Generated autoloads from gnus/gnus-delay.el 11932;;; Generated autoloads from gnus/gnus-delay.el
11932 11933
11933(autoload 'gnus-delay-article "gnus-delay" "\ 11934(autoload 'gnus-delay-article "gnus-delay" "\
@@ -11963,7 +11964,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11963;;;*** 11964;;;***
11964 11965
11965;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 11966;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11966;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20244 35516 0 0)) 11967;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20355 10021 546955 0))
11967;;; Generated autoloads from gnus/gnus-diary.el 11968;;; Generated autoloads from gnus/gnus-diary.el
11968 11969
11969(autoload 'gnus-user-format-function-d "gnus-diary" "\ 11970(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -11979,7 +11980,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11979;;;*** 11980;;;***
11980 11981
11981;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11982;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11982;;;;;; (20244 35516 0 0)) 11983;;;;;; (20355 10021 546955 0))
11983;;; Generated autoloads from gnus/gnus-dired.el 11984;;; Generated autoloads from gnus/gnus-dired.el
11984 11985
11985(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 11986(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -11990,7 +11991,7 @@ Convenience method to turn on gnus-dired-mode.
11990;;;*** 11991;;;***
11991 11992
11992;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 11993;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11993;;;;;; (20244 35516 0 0)) 11994;;;;;; (20355 10021 546955 0))
11994;;; Generated autoloads from gnus/gnus-draft.el 11995;;; Generated autoloads from gnus/gnus-draft.el
11995 11996
11996(autoload 'gnus-draft-reminder "gnus-draft" "\ 11997(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -12002,8 +12003,8 @@ Reminder user if there are unsent drafts.
12002 12003
12003;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 12004;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
12004;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 12005;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
12005;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20550 12006;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20549
12006;;;;;; 14882 0 0)) 12007;;;;;; 54573 979353 0))
12007;;; Generated autoloads from gnus/gnus-fun.el 12008;;; Generated autoloads from gnus/gnus-fun.el
12008 12009
12009(autoload 'gnus-random-x-face "gnus-fun" "\ 12010(autoload 'gnus-random-x-face "gnus-fun" "\
@@ -12048,7 +12049,8 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
12048;;;*** 12049;;;***
12049 12050
12050;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar) 12051;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar)
12051;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (20244 35516 0 0)) 12052;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (20355 10021 546955
12053;;;;;; 0))
12052;;; Generated autoloads from gnus/gnus-gravatar.el 12054;;; Generated autoloads from gnus/gnus-gravatar.el
12053 12055
12054(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ 12056(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\
@@ -12066,7 +12068,7 @@ If gravatars are already displayed, remove them.
12066;;;*** 12068;;;***
12067 12069
12068;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 12070;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
12069;;;;;; "gnus-group" "gnus/gnus-group.el" (20553 63503 0 0)) 12071;;;;;; "gnus-group" "gnus/gnus-group.el" (20553 51627 169867 0))
12070;;; Generated autoloads from gnus/gnus-group.el 12072;;; Generated autoloads from gnus/gnus-group.el
12071 12073
12072(autoload 'gnus-fetch-group "gnus-group" "\ 12074(autoload 'gnus-fetch-group "gnus-group" "\
@@ -12084,7 +12086,7 @@ Pop up a frame and enter GROUP.
12084;;;*** 12086;;;***
12085 12087
12086;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html" 12088;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html"
12087;;;;;; "gnus/gnus-html.el" (20276 3849 0 0)) 12089;;;;;; "gnus/gnus-html.el" (20355 10021 546955 0))
12088;;; Generated autoloads from gnus/gnus-html.el 12090;;; Generated autoloads from gnus/gnus-html.el
12089 12091
12090(autoload 'gnus-article-html "gnus-html" "\ 12092(autoload 'gnus-article-html "gnus-html" "\
@@ -12100,7 +12102,7 @@ Pop up a frame and enter GROUP.
12100;;;*** 12102;;;***
12101 12103
12102;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 12104;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
12103;;;;;; (20511 52965 0 0)) 12105;;;;;; (20495 51111 757560 0))
12104;;; Generated autoloads from gnus/gnus-kill.el 12106;;; Generated autoloads from gnus/gnus-kill.el
12105 12107
12106(defalias 'gnus-batch-kill 'gnus-batch-score) 12108(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -12115,7 +12117,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12115 12117
12116;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 12118;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
12117;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 12119;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
12118;;;;;; (20244 35516 0 0)) 12120;;;;;; (20355 10021 546955 0))
12119;;; Generated autoloads from gnus/gnus-ml.el 12121;;; Generated autoloads from gnus/gnus-ml.el
12120 12122
12121(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 12123(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -12140,7 +12142,7 @@ Minor mode for providing mailing-list commands.
12140 12142
12141;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 12143;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
12142;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 12144;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
12143;;;;;; (20244 35516 0 0)) 12145;;;;;; (20355 10021 546955 0))
12144;;; Generated autoloads from gnus/gnus-mlspl.el 12146;;; Generated autoloads from gnus/gnus-mlspl.el
12145 12147
12146(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 12148(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -12241,7 +12243,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12241;;;*** 12243;;;***
12242 12244
12243;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 12245;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
12244;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20600 16892 0 0)) 12246;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20593 22184 581574 0))
12245;;; Generated autoloads from gnus/gnus-msg.el 12247;;; Generated autoloads from gnus/gnus-msg.el
12246 12248
12247(autoload 'gnus-msg-mail "gnus-msg" "\ 12249(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -12268,7 +12270,7 @@ Like `message-reply'.
12268;;;*** 12270;;;***
12269 12271
12270;;;### (autoloads (gnus-notifications) "gnus-notifications" "gnus/gnus-notifications.el" 12272;;;### (autoloads (gnus-notifications) "gnus-notifications" "gnus/gnus-notifications.el"
12271;;;;;; (20600 16892 0 0)) 12273;;;;;; (20593 22184 581574 0))
12272;;; Generated autoloads from gnus/gnus-notifications.el 12274;;; Generated autoloads from gnus/gnus-notifications.el
12273 12275
12274(autoload 'gnus-notifications "gnus-notifications" "\ 12276(autoload 'gnus-notifications "gnus-notifications" "\
@@ -12286,7 +12288,7 @@ This is typically a function to add in
12286 12288
12287;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 12289;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
12288;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 12290;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
12289;;;;;; (20523 63054 0 0)) 12291;;;;;; (20523 62082 997685 0))
12290;;; Generated autoloads from gnus/gnus-picon.el 12292;;; Generated autoloads from gnus/gnus-picon.el
12291 12293
12292(autoload 'gnus-treat-from-picon "gnus-picon" "\ 12294(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -12313,7 +12315,7 @@ If picons are already displayed, remove them.
12313;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 12315;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
12314;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 12316;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
12315;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 12317;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
12316;;;;;; "gnus/gnus-range.el" (20544 52783 0 0)) 12318;;;;;; "gnus/gnus-range.el" (20544 36659 880486 0))
12317;;; Generated autoloads from gnus/gnus-range.el 12319;;; Generated autoloads from gnus/gnus-range.el
12318 12320
12319(autoload 'gnus-sorted-difference "gnus-range" "\ 12321(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -12381,7 +12383,8 @@ Add NUM into sorted LIST by side effect.
12381;;;*** 12383;;;***
12382 12384
12383;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 12385;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
12384;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20544 52783 0 0)) 12386;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20544 36659 880486
12387;;;;;; 0))
12385;;; Generated autoloads from gnus/gnus-registry.el 12388;;; Generated autoloads from gnus/gnus-registry.el
12386 12389
12387(autoload 'gnus-registry-initialize "gnus-registry" "\ 12390(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -12397,8 +12400,8 @@ Install the registry hooks.
12397;;;*** 12400;;;***
12398 12401
12399;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 12402;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
12400;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (20244 12403;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (20355
12401;;;;;; 35516 0 0)) 12404;;;;;; 10021 546955 0))
12402;;; Generated autoloads from gnus/gnus-sieve.el 12405;;; Generated autoloads from gnus/gnus-sieve.el
12403 12406
12404(autoload 'gnus-sieve-update "gnus-sieve" "\ 12407(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -12426,7 +12429,7 @@ See the documentation for these variables and functions for details.
12426;;;*** 12429;;;***
12427 12430
12428;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 12431;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
12429;;;;;; (20460 33749 0 0)) 12432;;;;;; (20458 56750 651721 0))
12430;;; Generated autoloads from gnus/gnus-spec.el 12433;;; Generated autoloads from gnus/gnus-spec.el
12431 12434
12432(autoload 'gnus-update-format "gnus-spec" "\ 12435(autoload 'gnus-update-format "gnus-spec" "\
@@ -12437,7 +12440,7 @@ Update the format specification near point.
12437;;;*** 12440;;;***
12438 12441
12439;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" 12442;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el"
12440;;;;;; (20511 52965 0 0)) 12443;;;;;; (20614 54428 654267 0))
12441;;; Generated autoloads from gnus/gnus-start.el 12444;;; Generated autoloads from gnus/gnus-start.el
12442 12445
12443(autoload 'gnus-declare-backend "gnus-start" "\ 12446(autoload 'gnus-declare-backend "gnus-start" "\
@@ -12448,7 +12451,7 @@ Declare back end NAME with ABILITIES as a Gnus back end.
12448;;;*** 12451;;;***
12449 12452
12450;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" 12453;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el"
12451;;;;;; (20540 61982 0 0)) 12454;;;;;; (20540 39589 424586 0))
12452;;; Generated autoloads from gnus/gnus-sum.el 12455;;; Generated autoloads from gnus/gnus-sum.el
12453 12456
12454(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ 12457(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
@@ -12460,7 +12463,7 @@ BOOKMARK is a bookmark name or a bookmark record.
12460;;;*** 12463;;;***
12461 12464
12462;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize) 12465;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize)
12463;;;;;; "gnus-sync" "gnus/gnus-sync.el" (20600 16892 0 0)) 12466;;;;;; "gnus-sync" "gnus/gnus-sync.el" (20593 22184 581574 0))
12464;;; Generated autoloads from gnus/gnus-sync.el 12467;;; Generated autoloads from gnus/gnus-sync.el
12465 12468
12466(autoload 'gnus-sync-initialize "gnus-sync" "\ 12469(autoload 'gnus-sync-initialize "gnus-sync" "\
@@ -12476,7 +12479,7 @@ Install the sync hooks.
12476;;;*** 12479;;;***
12477 12480
12478;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 12481;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
12479;;;;;; (20448 36271 0 0)) 12482;;;;;; (20447 49522 409090 0))
12480;;; Generated autoloads from gnus/gnus-win.el 12483;;; Generated autoloads from gnus/gnus-win.el
12481 12484
12482(autoload 'gnus-add-configuration "gnus-win" "\ 12485(autoload 'gnus-add-configuration "gnus-win" "\
@@ -12487,7 +12490,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12487;;;*** 12490;;;***
12488 12491
12489;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el" 12492;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el"
12490;;;;;; (20511 52965 0 0)) 12493;;;;;; (20476 31768 298871 0))
12491;;; Generated autoloads from net/gnutls.el 12494;;; Generated autoloads from net/gnutls.el
12492 12495
12493(defvar gnutls-min-prime-bits 256 "\ 12496(defvar gnutls-min-prime-bits 256 "\
@@ -12503,8 +12506,8 @@ A value of nil says to use the default GnuTLS value.")
12503 12506
12504;;;*** 12507;;;***
12505 12508
12506;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20550 14882 12509;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20626 19492
12507;;;;;; 0 0)) 12510;;;;;; 855904 0))
12508;;; Generated autoloads from play/gomoku.el 12511;;; Generated autoloads from play/gomoku.el
12509 12512
12510(autoload 'gomoku "gomoku" "\ 12513(autoload 'gomoku "gomoku" "\
@@ -12531,8 +12534,8 @@ Use \\[describe-mode] for more info.
12531;;;*** 12534;;;***
12532 12535
12533;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address 12536;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address
12534;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20567 12537;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20566
12535;;;;;; 31133 0 0)) 12538;;;;;; 63671 243798 0))
12536;;; Generated autoloads from net/goto-addr.el 12539;;; Generated autoloads from net/goto-addr.el
12537 12540
12538(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 12541(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -12574,7 +12577,7 @@ Like `goto-address-mode', but only for comments and strings.
12574;;;*** 12577;;;***
12575 12578
12576;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve) 12579;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve)
12577;;;;;; "gravatar" "gnus/gravatar.el" (20290 33419 0 0)) 12580;;;;;; "gravatar" "gnus/gravatar.el" (20355 10021 546955 0))
12578;;; Generated autoloads from gnus/gravatar.el 12581;;; Generated autoloads from gnus/gravatar.el
12579 12582
12580(autoload 'gravatar-retrieve "gravatar" "\ 12583(autoload 'gravatar-retrieve "gravatar" "\
@@ -12592,8 +12595,8 @@ Retrieve MAIL-ADDRESS gravatar and returns it.
12592 12595
12593;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults 12596;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12594;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 12597;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12595;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20577 48876 12598;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20572 16038
12596;;;;;; 0 0)) 12599;;;;;; 402143 0))
12597;;; Generated autoloads from progmodes/grep.el 12600;;; Generated autoloads from progmodes/grep.el
12598 12601
12599(defvar grep-window-height nil "\ 12602(defvar grep-window-height nil "\
@@ -12756,7 +12759,8 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'.
12756 12759
12757;;;*** 12760;;;***
12758 12761
12759;;;### (autoloads (gs-load-image) "gs" "gs.el" (20244 35516 0 0)) 12762;;;### (autoloads (gs-load-image) "gs" "gs.el" (20355 10021 546955
12763;;;;;; 0))
12760;;; Generated autoloads from gs.el 12764;;; Generated autoloads from gs.el
12761 12765
12762(autoload 'gs-load-image "gs" "\ 12766(autoload 'gs-load-image "gs" "\
@@ -12770,8 +12774,8 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12770;;;*** 12774;;;***
12771 12775
12772;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb 12776;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb
12773;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20539 37147 12777;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20614 55343
12774;;;;;; 0 0)) 12778;;;;;; 384716 548000))
12775;;; Generated autoloads from progmodes/gud.el 12779;;; Generated autoloads from progmodes/gud.el
12776 12780
12777(autoload 'gud-gdb "gud" "\ 12781(autoload 'gud-gdb "gud" "\
@@ -12861,7 +12865,7 @@ it if ARG is omitted or nil.
12861 12865
12862;;;### (autoloads (setf gv-define-simple-setter gv-define-setter 12866;;;### (autoloads (setf gv-define-simple-setter gv-define-setter
12863;;;;;; gv--defun-declaration gv-define-expander gv-letplace gv-get) 12867;;;;;; gv--defun-declaration gv-define-expander gv-letplace gv-get)
12864;;;;;; "gv" "emacs-lisp/gv.el" (20579 15299 0 0)) 12868;;;;;; "gv" "emacs-lisp/gv.el" (20608 20265 413008 0))
12865;;; Generated autoloads from emacs-lisp/gv.el 12869;;; Generated autoloads from emacs-lisp/gv.el
12866 12870
12867(autoload 'gv-get "gv" "\ 12871(autoload 'gv-get "gv" "\
@@ -12950,8 +12954,8 @@ The return value is the last VAL in the list.
12950 12954
12951;;;*** 12955;;;***
12952 12956
12953;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (20567 12957;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (20566
12954;;;;;; 31133 0 0)) 12958;;;;;; 63671 243798 0))
12955;;; Generated autoloads from play/handwrite.el 12959;;; Generated autoloads from play/handwrite.el
12956 12960
12957(autoload 'handwrite "handwrite" "\ 12961(autoload 'handwrite "handwrite" "\
@@ -12969,7 +12973,7 @@ Variables: `handwrite-linespace' (default 12)
12969;;;*** 12973;;;***
12970 12974
12971;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 12975;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12972;;;;;; (20511 52965 0 0)) 12976;;;;;; (20478 3673 653810 0))
12973;;; Generated autoloads from play/hanoi.el 12977;;; Generated autoloads from play/hanoi.el
12974 12978
12975(autoload 'hanoi "hanoi" "\ 12979(autoload 'hanoi "hanoi" "\
@@ -12998,7 +13002,7 @@ to be updated.
12998 13002
12999;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment 13003;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
13000;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) 13004;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
13001;;;;;; "hashcash" "mail/hashcash.el" (20356 35090 0 0)) 13005;;;;;; "hashcash" "mail/hashcash.el" (20355 10021 546955 0))
13002;;; Generated autoloads from mail/hashcash.el 13006;;; Generated autoloads from mail/hashcash.el
13003 13007
13004(autoload 'hashcash-insert-payment "hashcash" "\ 13008(autoload 'hashcash-insert-payment "hashcash" "\
@@ -13043,8 +13047,8 @@ Prefix arg sets default accept amount temporarily.
13043;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 13047;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
13044;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 13048;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
13045;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 13049;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
13046;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (20244 35516 13050;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (20355 10021
13047;;;;;; 0 0)) 13051;;;;;; 546955 0))
13048;;; Generated autoloads from help-at-pt.el 13052;;; Generated autoloads from help-at-pt.el
13049 13053
13050(autoload 'help-at-pt-string "help-at-pt" "\ 13054(autoload 'help-at-pt-string "help-at-pt" "\
@@ -13174,7 +13178,7 @@ different regions. With numeric argument ARG, behaves like
13174;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories 13178;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories
13175;;;;;; describe-syntax describe-variable variable-at-point describe-function-1 13179;;;;;; describe-syntax describe-variable variable-at-point describe-function-1
13176;;;;;; find-lisp-object-file-name help-C-file-name describe-function) 13180;;;;;; find-lisp-object-file-name help-C-file-name describe-function)
13177;;;;;; "help-fns" "help-fns.el" (20600 16892 0 0)) 13181;;;;;; "help-fns" "help-fns.el" (20601 16294 451653 0))
13178;;; Generated autoloads from help-fns.el 13182;;; Generated autoloads from help-fns.el
13179 13183
13180(autoload 'describe-function "help-fns" "\ 13184(autoload 'describe-function "help-fns" "\
@@ -13254,7 +13258,7 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file.
13254;;;*** 13258;;;***
13255 13259
13256;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 13260;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
13257;;;;;; (20589 46442 0 0)) 13261;;;;;; (20589 25124 41923 0))
13258;;; Generated autoloads from help-macro.el 13262;;; Generated autoloads from help-macro.el
13259 13263
13260(defvar three-step-help nil "\ 13264(defvar three-step-help nil "\
@@ -13271,7 +13275,7 @@ gives the window that lists the options.")
13271;;;### (autoloads (help-bookmark-jump help-xref-on-pp help-insert-xref-button 13275;;;### (autoloads (help-bookmark-jump help-xref-on-pp help-insert-xref-button
13272;;;;;; help-xref-button help-make-xrefs help-buffer help-setup-xref 13276;;;;;; help-xref-button help-make-xrefs help-buffer help-setup-xref
13273;;;;;; help-mode-finish help-mode-setup help-mode) "help-mode" "help-mode.el" 13277;;;;;; help-mode-finish help-mode-setup help-mode) "help-mode" "help-mode.el"
13274;;;;;; (20511 52965 0 0)) 13278;;;;;; (20601 16294 451653 0))
13275;;; Generated autoloads from help-mode.el 13279;;; Generated autoloads from help-mode.el
13276 13280
13277(autoload 'help-mode "help-mode" "\ 13281(autoload 'help-mode "help-mode" "\
@@ -13371,7 +13375,7 @@ BOOKMARK is a bookmark name or a bookmark record.
13371;;;*** 13375;;;***
13372 13376
13373;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 13377;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
13374;;;;;; "emacs-lisp/helper.el" (20244 35516 0 0)) 13378;;;;;; "emacs-lisp/helper.el" (20355 10021 546955 0))
13375;;; Generated autoloads from emacs-lisp/helper.el 13379;;; Generated autoloads from emacs-lisp/helper.el
13376 13380
13377(autoload 'Helper-describe-bindings "helper" "\ 13381(autoload 'Helper-describe-bindings "helper" "\
@@ -13387,7 +13391,7 @@ Provide help for current mode.
13387;;;*** 13391;;;***
13388 13392
13389;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 13393;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
13390;;;;;; "hexl.el" (20523 63054 0 0)) 13394;;;;;; "hexl.el" (20523 62082 997685 0))
13391;;; Generated autoloads from hexl.el 13395;;; Generated autoloads from hexl.el
13392 13396
13393(autoload 'hexl-mode "hexl" "\ 13397(autoload 'hexl-mode "hexl" "\
@@ -13484,7 +13488,7 @@ This discards the buffer's undo information.
13484;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 13488;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
13485;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 13489;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
13486;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 13490;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
13487;;;;;; (20600 16892 0 0)) 13491;;;;;; (20593 22184 581574 0))
13488;;; Generated autoloads from hi-lock.el 13492;;; Generated autoloads from hi-lock.el
13489 13493
13490(autoload 'hi-lock-mode "hi-lock" "\ 13494(autoload 'hi-lock-mode "hi-lock" "\
@@ -13632,7 +13636,7 @@ be found in variable `hi-lock-interactive-patterns'.
13632;;;*** 13636;;;***
13633 13637
13634;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" 13638;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el"
13635;;;;;; (20589 46442 0 0)) 13639;;;;;; (20588 4262 531841 0))
13636;;; Generated autoloads from progmodes/hideif.el 13640;;; Generated autoloads from progmodes/hideif.el
13637 13641
13638(autoload 'hide-ifdef-mode "hideif" "\ 13642(autoload 'hide-ifdef-mode "hideif" "\
@@ -13676,7 +13680,7 @@ Several variables affect how the hiding is done:
13676;;;*** 13680;;;***
13677 13681
13678;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" 13682;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
13679;;;;;; (20567 31133 0 0)) 13683;;;;;; (20566 63671 243798 0))
13680;;; Generated autoloads from progmodes/hideshow.el 13684;;; Generated autoloads from progmodes/hideshow.el
13681 13685
13682(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))) "\ 13686(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))) "\
@@ -13742,8 +13746,8 @@ Unconditionally turn off `hs-minor-mode'.
13742;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 13746;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
13743;;;;;; highlight-changes-previous-change highlight-changes-next-change 13747;;;;;; highlight-changes-previous-change highlight-changes-next-change
13744;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode 13748;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
13745;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20244 13749;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20355
13746;;;;;; 35516 0 0)) 13750;;;;;; 10021 546955 0))
13747;;; Generated autoloads from hilit-chg.el 13751;;; Generated autoloads from hilit-chg.el
13748 13752
13749(autoload 'highlight-changes-mode "hilit-chg" "\ 13753(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -13875,7 +13879,7 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
13875;;;*** 13879;;;***
13876 13880
13877;;;### (autoloads (make-hippie-expand-function hippie-expand) "hippie-exp" 13881;;;### (autoloads (make-hippie-expand-function hippie-expand) "hippie-exp"
13878;;;;;; "hippie-exp.el" (20585 55103 0 0)) 13882;;;;;; "hippie-exp.el" (20584 7212 455152 0))
13879;;; Generated autoloads from hippie-exp.el 13883;;; Generated autoloads from hippie-exp.el
13880 13884
13881(autoload 'hippie-expand "hippie-exp" "\ 13885(autoload 'hippie-expand "hippie-exp" "\
@@ -13900,7 +13904,7 @@ argument VERBOSE non-nil makes the function verbose.
13900;;;*** 13904;;;***
13901 13905
13902;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13906;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13903;;;;;; (20244 35516 0 0)) 13907;;;;;; (20355 10021 546955 0))
13904;;; Generated autoloads from hl-line.el 13908;;; Generated autoloads from hl-line.el
13905 13909
13906(autoload 'hl-line-mode "hl-line" "\ 13910(autoload 'hl-line-mode "hl-line" "\
@@ -13953,7 +13957,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13953;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays 13957;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays
13954;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays 13958;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
13955;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" 13959;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
13956;;;;;; "calendar/holidays.el" (20567 31133 0 0)) 13960;;;;;; "calendar/holidays.el" (20566 63671 243798 0))
13957;;; Generated autoloads from calendar/holidays.el 13961;;; Generated autoloads from calendar/holidays.el
13958 13962
13959(define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1") 13963(define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1")
@@ -14101,8 +14105,8 @@ The optional LABEL is used to label the buffer created.
14101 14105
14102;;;*** 14106;;;***
14103 14107
14104;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20244 14108;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20355
14105;;;;;; 35516 0 0)) 14109;;;;;; 10021 546955 0))
14106;;; Generated autoloads from gnus/html2text.el 14110;;; Generated autoloads from gnus/html2text.el
14107 14111
14108(autoload 'html2text "html2text" "\ 14112(autoload 'html2text "html2text" "\
@@ -14113,7 +14117,7 @@ Convert HTML to plain text in the current buffer.
14113;;;*** 14117;;;***
14114 14118
14115;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer) 14119;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer)
14116;;;;;; "htmlfontify" "htmlfontify.el" (20577 48876 0 0)) 14120;;;;;; "htmlfontify" "htmlfontify.el" (20614 54428 654267 0))
14117;;; Generated autoloads from htmlfontify.el 14121;;; Generated autoloads from htmlfontify.el
14118 14122
14119(autoload 'htmlfontify-buffer "htmlfontify" "\ 14123(autoload 'htmlfontify-buffer "htmlfontify" "\
@@ -14146,8 +14150,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'.
14146;;;*** 14150;;;***
14147 14151
14148;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 14152;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
14149;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (20511 14153;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (20478
14150;;;;;; 52965 0 0)) 14154;;;;;; 3673 653810 0))
14151;;; Generated autoloads from ibuf-macs.el 14155;;; Generated autoloads from ibuf-macs.el
14152 14156
14153(autoload 'define-ibuffer-column "ibuf-macs" "\ 14157(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -14236,7 +14240,7 @@ bound to the current value of the filter.
14236;;;*** 14240;;;***
14237 14241
14238;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 14242;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
14239;;;;;; "ibuffer" "ibuffer.el" (20577 48876 0 0)) 14243;;;;;; "ibuffer" "ibuffer.el" (20576 13312 649004 817000))
14240;;; Generated autoloads from ibuffer.el 14244;;; Generated autoloads from ibuffer.el
14241 14245
14242(autoload 'ibuffer-list-buffers "ibuffer" "\ 14246(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -14277,7 +14281,7 @@ FORMATS is the value to use for `ibuffer-formats'.
14277 14281
14278;;;### (autoloads (icalendar-import-buffer icalendar-import-file 14282;;;### (autoloads (icalendar-import-buffer icalendar-import-file
14279;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 14283;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
14280;;;;;; "calendar/icalendar.el" (20600 16892 0 0)) 14284;;;;;; "calendar/icalendar.el" (20593 22184 581574 0))
14281;;; Generated autoloads from calendar/icalendar.el 14285;;; Generated autoloads from calendar/icalendar.el
14282 14286
14283(autoload 'icalendar-export-file "icalendar" "\ 14287(autoload 'icalendar-export-file "icalendar" "\
@@ -14329,8 +14333,8 @@ buffer `*icalendar-errors*'.
14329 14333
14330;;;*** 14334;;;***
14331 14335
14332;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20452 14336;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20453
14333;;;;;; 44311 0 0)) 14337;;;;;; 5437 764254 0))
14334;;; Generated autoloads from icomplete.el 14338;;; Generated autoloads from icomplete.el
14335 14339
14336(defvar icomplete-mode nil "\ 14340(defvar icomplete-mode nil "\
@@ -14352,8 +14356,8 @@ the mode if ARG is omitted or nil.
14352 14356
14353;;;*** 14357;;;***
14354 14358
14355;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20356 35090 14359;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20355 10021
14356;;;;;; 0 0)) 14360;;;;;; 546955 0))
14357;;; Generated autoloads from progmodes/icon.el 14361;;; Generated autoloads from progmodes/icon.el
14358 14362
14359(autoload 'icon-mode "icon" "\ 14363(autoload 'icon-mode "icon" "\
@@ -14394,7 +14398,7 @@ with no args, if that value is non-nil.
14394;;;*** 14398;;;***
14395 14399
14396;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 14400;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
14397;;;;;; (20577 48876 0 0)) 14401;;;;;; (20572 16038 402143 0))
14398;;; Generated autoloads from progmodes/idlw-shell.el 14402;;; Generated autoloads from progmodes/idlw-shell.el
14399 14403
14400(autoload 'idlwave-shell "idlw-shell" "\ 14404(autoload 'idlwave-shell "idlw-shell" "\
@@ -14420,7 +14424,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
14420;;;*** 14424;;;***
14421 14425
14422;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 14426;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
14423;;;;;; (20577 48876 0 0)) 14427;;;;;; (20576 42138 697312 0))
14424;;; Generated autoloads from progmodes/idlwave.el 14428;;; Generated autoloads from progmodes/idlwave.el
14425 14429
14426(autoload 'idlwave-mode "idlwave" "\ 14430(autoload 'idlwave-mode "idlwave" "\
@@ -14554,8 +14558,8 @@ The main features of this mode are
14554;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 14558;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14555;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 14559;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14556;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 14560;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
14557;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20592 14561;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20590
14558;;;;;; 26321 0 0)) 14562;;;;;; 45996 129575 0))
14559;;; Generated autoloads from ido.el 14563;;; Generated autoloads from ido.el
14560 14564
14561(defvar ido-mode nil "\ 14565(defvar ido-mode nil "\
@@ -14814,7 +14818,7 @@ DEF, if non-nil, is the default value.
14814 14818
14815;;;*** 14819;;;***
14816 14820
14817;;;### (autoloads (ielm) "ielm" "ielm.el" (20567 31133 0 0)) 14821;;;### (autoloads (ielm) "ielm" "ielm.el" (20566 63671 243798 0))
14818;;; Generated autoloads from ielm.el 14822;;; Generated autoloads from ielm.el
14819 14823
14820(autoload 'ielm "ielm" "\ 14824(autoload 'ielm "ielm" "\
@@ -14825,8 +14829,8 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
14825 14829
14826;;;*** 14830;;;***
14827 14831
14828;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (20276 3849 14832;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (20355 10021
14829;;;;;; 0 0)) 14833;;;;;; 546955 0))
14830;;; Generated autoloads from iimage.el 14834;;; Generated autoloads from iimage.el
14831 14835
14832(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") 14836(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")
@@ -14847,7 +14851,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
14847;;;;;; create-image image-type-auto-detected-p image-type-available-p 14851;;;;;; create-image image-type-auto-detected-p image-type-available-p
14848;;;;;; image-type image-type-from-file-name image-type-from-file-header 14852;;;;;; image-type image-type-from-file-name image-type-from-file-header
14849;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" 14853;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el"
14850;;;;;; (20577 48876 0 0)) 14854;;;;;; (20613 59417 195100 163000))
14851;;; Generated autoloads from image.el 14855;;; Generated autoloads from image.el
14852 14856
14853(autoload 'image-type-from-data "image" "\ 14857(autoload 'image-type-from-data "image" "\
@@ -15047,7 +15051,7 @@ If Emacs is compiled without ImageMagick support, this does nothing.
15047;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 15051;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
15048;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 15052;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
15049;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs) 15053;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs)
15050;;;;;; "image-dired" "image-dired.el" (20511 52965 0 0)) 15054;;;;;; "image-dired" "image-dired.el" (20478 3673 653810 0))
15051;;; Generated autoloads from image-dired.el 15055;;; Generated autoloads from image-dired.el
15052 15056
15053(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ 15057(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\
@@ -15185,7 +15189,7 @@ easy-to-use form.
15185 15189
15186;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 15190;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
15187;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 15191;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
15188;;;;;; "image-file.el" (20244 35516 0 0)) 15192;;;;;; "image-file.el" (20355 10021 546955 0))
15189;;; Generated autoloads from image-file.el 15193;;; Generated autoloads from image-file.el
15190 15194
15191(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 15195(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -15248,7 +15252,8 @@ An image file is one whose name has an extension in
15248;;;*** 15252;;;***
15249 15253
15250;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode 15254;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode
15251;;;;;; image-mode) "image-mode" "image-mode.el" (20580 46629 0 0)) 15255;;;;;; image-mode) "image-mode" "image-mode.el" (20580 10161 446444
15256;;;;;; 0))
15252;;; Generated autoloads from image-mode.el 15257;;; Generated autoloads from image-mode.el
15253 15258
15254(autoload 'image-mode "image-mode" "\ 15259(autoload 'image-mode "image-mode" "\
@@ -15293,7 +15298,8 @@ on these modes.
15293;;;*** 15298;;;***
15294 15299
15295;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 15300;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
15296;;;;;; imenu-sort-function) "imenu" "imenu.el" (20577 48876 0 0)) 15301;;;;;; imenu-sort-function) "imenu" "imenu.el" (20622 22438 32851
15302;;;;;; 0))
15297;;; Generated autoloads from imenu.el 15303;;; Generated autoloads from imenu.el
15298 15304
15299(defvar imenu-sort-function nil "\ 15305(defvar imenu-sort-function nil "\
@@ -15433,7 +15439,7 @@ for more information.
15433 15439
15434;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion 15440;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
15435;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 15441;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
15436;;;;;; "ind-util" "language/ind-util.el" (20244 35516 0 0)) 15442;;;;;; "ind-util" "language/ind-util.el" (20355 10021 546955 0))
15437;;; Generated autoloads from language/ind-util.el 15443;;; Generated autoloads from language/ind-util.el
15438 15444
15439(autoload 'indian-compose-region "ind-util" "\ 15445(autoload 'indian-compose-region "ind-util" "\
@@ -15464,7 +15470,7 @@ Convert old Emacs Devanagari characters to UCS.
15464;;;*** 15470;;;***
15465 15471
15466;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" 15472;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el"
15467;;;;;; (20585 55103 0 0)) 15473;;;;;; (20584 7212 455152 0))
15468;;; Generated autoloads from progmodes/inf-lisp.el 15474;;; Generated autoloads from progmodes/inf-lisp.el
15469 15475
15470(autoload 'inferior-lisp "inf-lisp" "\ 15476(autoload 'inferior-lisp "inf-lisp" "\
@@ -15486,7 +15492,8 @@ of `inferior-lisp-program'). Runs the hooks from
15486;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node 15492;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node
15487;;;;;; Info-mode info-finder info-apropos Info-index Info-directory 15493;;;;;; Info-mode info-finder info-apropos Info-index Info-directory
15488;;;;;; Info-on-current-buffer info-standalone info-emacs-bug info-emacs-manual 15494;;;;;; Info-on-current-buffer info-standalone info-emacs-bug info-emacs-manual
15489;;;;;; info info-other-window) "info" "info.el" (20567 31133 0 0)) 15495;;;;;; info info-other-window) "info" "info.el" (20623 43301 870757
15496;;;;;; 0))
15490;;; Generated autoloads from info.el 15497;;; Generated autoloads from info.el
15491 15498
15492(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))))) "\ 15499(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))))) "\
@@ -15696,7 +15703,7 @@ Go to Info buffer that displays MANUAL, creating it if none already exists.
15696 15703
15697;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 15704;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
15698;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 15705;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
15699;;;;;; (20511 52965 0 0)) 15706;;;;;; (20474 44971 970015 0))
15700;;; Generated autoloads from info-look.el 15707;;; Generated autoloads from info-look.el
15701 15708
15702(autoload 'info-lookup-reset "info-look" "\ 15709(autoload 'info-lookup-reset "info-look" "\
@@ -15745,7 +15752,7 @@ Perform completion on file preceding point.
15745 15752
15746;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom 15753;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom
15747;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el" 15754;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el"
15748;;;;;; (20511 52965 0 0)) 15755;;;;;; (20476 31768 298871 0))
15749;;; Generated autoloads from info-xref.el 15756;;; Generated autoloads from info-xref.el
15750 15757
15751(autoload 'info-xref-check "info-xref" "\ 15758(autoload 'info-xref-check "info-xref" "\
@@ -15828,7 +15835,8 @@ the sources handy.
15828;;;*** 15835;;;***
15829 15836
15830;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold 15837;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold
15831;;;;;; Info-tagify) "informat" "informat.el" (20244 35516 0 0)) 15838;;;;;; Info-tagify) "informat" "informat.el" (20355 10021 546955
15839;;;;;; 0))
15832;;; Generated autoloads from informat.el 15840;;; Generated autoloads from informat.el
15833 15841
15834(autoload 'Info-tagify "informat" "\ 15842(autoload 'Info-tagify "informat" "\
@@ -15874,7 +15882,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
15874;;;*** 15882;;;***
15875 15883
15876;;;### (autoloads (inversion-require-emacs) "inversion" "cedet/inversion.el" 15884;;;### (autoloads (inversion-require-emacs) "inversion" "cedet/inversion.el"
15877;;;;;; (20592 26321 0 0)) 15885;;;;;; (20590 45996 129575 0))
15878;;; Generated autoloads from cedet/inversion.el 15886;;; Generated autoloads from cedet/inversion.el
15879 15887
15880(autoload 'inversion-require-emacs "inversion" "\ 15888(autoload 'inversion-require-emacs "inversion" "\
@@ -15887,7 +15895,7 @@ Only checks one based on which kind of Emacs is being run.
15887 15895
15888;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 15896;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
15889;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 15897;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
15890;;;;;; (20244 35516 0 0)) 15898;;;;;; (20355 10021 546955 0))
15891;;; Generated autoloads from international/isearch-x.el 15899;;; Generated autoloads from international/isearch-x.el
15892 15900
15893(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 15901(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -15907,8 +15915,8 @@ Toggle input method in interactive search.
15907 15915
15908;;;*** 15916;;;***
15909 15917
15910;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (20244 15918;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (20355
15911;;;;;; 35516 0 0)) 15919;;;;;; 10021 546955 0))
15912;;; Generated autoloads from isearchb.el 15920;;; Generated autoloads from isearchb.el
15913 15921
15914(autoload 'isearchb-activate "isearchb" "\ 15922(autoload 'isearchb-activate "isearchb" "\
@@ -15924,7 +15932,7 @@ accessed via isearchb.
15924;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 15932;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
15925;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 15933;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
15926;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 15934;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
15927;;;;;; "international/iso-cvt.el" (20244 35516 0 0)) 15935;;;;;; "international/iso-cvt.el" (20355 10021 546955 0))
15928;;; Generated autoloads from international/iso-cvt.el 15936;;; Generated autoloads from international/iso-cvt.el
15929 15937
15930(autoload 'iso-spanish "iso-cvt" "\ 15938(autoload 'iso-spanish "iso-cvt" "\
@@ -16015,7 +16023,7 @@ Add submenus to the File menu, to convert to and from various formats.
16015;;;*** 16023;;;***
16016 16024
16017;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 16025;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
16018;;;;;; (20511 52965 0 0)) 16026;;;;;; (20486 36135 22104 0))
16019;;; Generated autoloads from international/iso-transl.el 16027;;; Generated autoloads from international/iso-transl.el
16020 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 16028 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
16021 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap) 16029 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap)
@@ -16026,7 +16034,7 @@ Add submenus to the File menu, to convert to and from various formats.
16026;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 16034;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
16027;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 16035;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
16028;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) 16036;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
16029;;;;;; "ispell" "textmodes/ispell.el" (20567 31133 0 0)) 16037;;;;;; "ispell" "textmodes/ispell.el" (20601 16294 451653 0))
16030;;; Generated autoloads from textmodes/ispell.el 16038;;; Generated autoloads from textmodes/ispell.el
16031 16039
16032(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 16040(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
@@ -16254,7 +16262,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to
16254;;;*** 16262;;;***
16255 16263
16256;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20577 16264;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20577
16257;;;;;; 48876 0 0)) 16265;;;;;; 33959 40183 0))
16258;;; Generated autoloads from iswitchb.el 16266;;; Generated autoloads from iswitchb.el
16259 16267
16260(defvar iswitchb-mode nil "\ 16268(defvar iswitchb-mode nil "\
@@ -16282,7 +16290,8 @@ between buffers using substrings. See `iswitchb' for details.
16282;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 16290;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
16283;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 16291;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
16284;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 16292;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
16285;;;;;; "japan-util" "language/japan-util.el" (20244 35516 0 0)) 16293;;;;;; "japan-util" "language/japan-util.el" (20355 10021 546955
16294;;;;;; 0))
16286;;; Generated autoloads from language/japan-util.el 16295;;; Generated autoloads from language/japan-util.el
16287 16296
16288(autoload 'setup-japanese-environment-internal "japan-util" "\ 16297(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -16360,7 +16369,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16360;;;*** 16369;;;***
16361 16370
16362;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 16371;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
16363;;;;;; "jka-compr.el" (20318 5885 0 0)) 16372;;;;;; "jka-compr.el" (20355 10021 546955 0))
16364;;; Generated autoloads from jka-compr.el 16373;;; Generated autoloads from jka-compr.el
16365 16374
16366(defvar jka-compr-inhibit nil "\ 16375(defvar jka-compr-inhibit nil "\
@@ -16383,7 +16392,7 @@ by `jka-compr-installed'.
16383 16392
16384;;;*** 16393;;;***
16385 16394
16386;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20535 44414 0 16395;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20532 45476 981297
16387;;;;;; 0)) 16396;;;;;; 0))
16388;;; Generated autoloads from progmodes/js.el 16397;;; Generated autoloads from progmodes/js.el
16389 16398
@@ -16398,7 +16407,7 @@ Major mode for editing JavaScript.
16398 16407
16399;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 16408;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
16400;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 16409;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
16401;;;;;; (20244 35516 0 0)) 16410;;;;;; (20355 10021 546955 0))
16402;;; Generated autoloads from emulation/keypad.el 16411;;; Generated autoloads from emulation/keypad.el
16403 16412
16404(defvar keypad-setup nil "\ 16413(defvar keypad-setup nil "\
@@ -16454,7 +16463,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
16454;;;*** 16463;;;***
16455 16464
16456;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 16465;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
16457;;;;;; (20244 35516 0 0)) 16466;;;;;; (20355 10021 546955 0))
16458;;; Generated autoloads from international/kinsoku.el 16467;;; Generated autoloads from international/kinsoku.el
16459 16468
16460(autoload 'kinsoku "kinsoku" "\ 16469(autoload 'kinsoku "kinsoku" "\
@@ -16475,8 +16484,8 @@ the context of text formatting.
16475 16484
16476;;;*** 16485;;;***
16477 16486
16478;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (20244 16487;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (20355
16479;;;;;; 35516 0 0)) 16488;;;;;; 10021 546955 0))
16480;;; Generated autoloads from international/kkc.el 16489;;; Generated autoloads from international/kkc.el
16481 16490
16482(defvar kkc-after-update-conversion-functions nil "\ 16491(defvar kkc-after-update-conversion-functions nil "\
@@ -16501,7 +16510,7 @@ and the return value is the length of the conversion.
16501;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 16510;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
16502;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 16511;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16503;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) 16512;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
16504;;;;;; "kmacro" "kmacro.el" (20511 52965 0 0)) 16513;;;;;; "kmacro" "kmacro.el" (20471 22929 875294 592000))
16505;;; Generated autoloads from kmacro.el 16514;;; Generated autoloads from kmacro.el
16506 (global-set-key "\C-x(" 'kmacro-start-macro) 16515 (global-set-key "\C-x(" 'kmacro-start-macro)
16507 (global-set-key "\C-x)" 'kmacro-end-macro) 16516 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -16612,7 +16621,7 @@ If kbd macro currently being defined end it before activating it.
16612;;;*** 16621;;;***
16613 16622
16614;;;### (autoloads (setup-korean-environment-internal) "korea-util" 16623;;;### (autoloads (setup-korean-environment-internal) "korea-util"
16615;;;;;; "language/korea-util.el" (20511 52965 0 0)) 16624;;;;;; "language/korea-util.el" (20501 3499 284800 0))
16616;;; Generated autoloads from language/korea-util.el 16625;;; Generated autoloads from language/korea-util.el
16617 16626
16618(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ 16627(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
@@ -16627,7 +16636,7 @@ The kind of Korean keyboard for Korean input method.
16627;;;*** 16636;;;***
16628 16637
16629;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el" 16638;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el"
16630;;;;;; (20550 14882 0 0)) 16639;;;;;; (20545 57511 257469 0))
16631;;; Generated autoloads from play/landmark.el 16640;;; Generated autoloads from play/landmark.el
16632 16641
16633(defalias 'landmark-repeat 'landmark-test-run) 16642(defalias 'landmark-repeat 'landmark-test-run)
@@ -16659,7 +16668,7 @@ Use \\[describe-mode] for more info.
16659 16668
16660;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string 16669;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
16661;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) 16670;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
16662;;;;;; "lao-util" "language/lao-util.el" (20244 35516 0 0)) 16671;;;;;; "lao-util" "language/lao-util.el" (20355 10021 546955 0))
16663;;; Generated autoloads from language/lao-util.el 16672;;; Generated autoloads from language/lao-util.el
16664 16673
16665(autoload 'lao-compose-string "lao-util" "\ 16674(autoload 'lao-compose-string "lao-util" "\
@@ -16698,7 +16707,8 @@ Transcribe Romanized Lao string STR to Lao character string.
16698 16707
16699;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 16708;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
16700;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 16709;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
16701;;;;;; "latexenc" "international/latexenc.el" (20244 35516 0 0)) 16710;;;;;; "latexenc" "international/latexenc.el" (20355 10021 546955
16711;;;;;; 0))
16702;;; Generated autoloads from international/latexenc.el 16712;;; Generated autoloads from international/latexenc.el
16703 16713
16704(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))) "\ 16714(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))) "\
@@ -16730,8 +16740,8 @@ coding system names is determined from `latex-inputenc-coding-alist'.
16730;;;*** 16740;;;***
16731 16741
16732;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 16742;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
16733;;;;;; "latin1-disp" "international/latin1-disp.el" (20577 48876 16743;;;;;; "latin1-disp" "international/latin1-disp.el" (20577 33959
16734;;;;;; 0 0)) 16744;;;;;; 40183 0))
16735;;; Generated autoloads from international/latin1-disp.el 16745;;; Generated autoloads from international/latin1-disp.el
16736 16746
16737(defvar latin1-display nil "\ 16747(defvar latin1-display nil "\
@@ -16773,7 +16783,7 @@ use either \\[customize] or the function `latin1-display'.")
16773;;;*** 16783;;;***
16774 16784
16775;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 16785;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
16776;;;;;; (20244 35516 0 0)) 16786;;;;;; (20355 10021 546955 0))
16777;;; Generated autoloads from progmodes/ld-script.el 16787;;; Generated autoloads from progmodes/ld-script.el
16778 16788
16779(autoload 'ld-script-mode "ld-script" "\ 16789(autoload 'ld-script-mode "ld-script" "\
@@ -16783,7 +16793,8 @@ A major mode to edit GNU ld script files
16783 16793
16784;;;*** 16794;;;***
16785 16795
16786;;;### (autoloads (life) "life" "play/life.el" (20550 14882 0 0)) 16796;;;### (autoloads (life) "life" "play/life.el" (20545 57511 257469
16797;;;;;; 0))
16787;;; Generated autoloads from play/life.el 16798;;; Generated autoloads from play/life.el
16788 16799
16789(autoload 'life "life" "\ 16800(autoload 'life "life" "\
@@ -16797,7 +16808,7 @@ generations (this defaults to 1).
16797;;;*** 16808;;;***
16798 16809
16799;;;### (autoloads (global-linum-mode linum-mode) "linum" "linum.el" 16810;;;### (autoloads (global-linum-mode linum-mode) "linum" "linum.el"
16800;;;;;; (20580 46629 0 0)) 16811;;;;;; (20580 10161 446444 0))
16801;;; Generated autoloads from linum.el 16812;;; Generated autoloads from linum.el
16802 16813
16803(autoload 'linum-mode "linum" "\ 16814(autoload 'linum-mode "linum" "\
@@ -16833,8 +16844,8 @@ See `linum-mode' for more information on Linum mode.
16833 16844
16834;;;*** 16845;;;***
16835 16846
16836;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20511 16847;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20476
16837;;;;;; 52965 0 0)) 16848;;;;;; 31768 298871 0))
16838;;; Generated autoloads from loadhist.el 16849;;; Generated autoloads from loadhist.el
16839 16850
16840(autoload 'unload-feature "loadhist" "\ 16851(autoload 'unload-feature "loadhist" "\
@@ -16866,7 +16877,7 @@ something strange, such as redefining an Emacs function.
16866;;;*** 16877;;;***
16867 16878
16868;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 16879;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
16869;;;;;; "locate" "locate.el" (20567 31133 0 0)) 16880;;;;;; "locate" "locate.el" (20566 63671 243798 0))
16870;;; Generated autoloads from locate.el 16881;;; Generated autoloads from locate.el
16871 16882
16872(defvar locate-ls-subdir-switches (purecopy "-al") "\ 16883(defvar locate-ls-subdir-switches (purecopy "-al") "\
@@ -16918,8 +16929,8 @@ except that FILTER is not optional.
16918 16929
16919;;;*** 16930;;;***
16920 16931
16921;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20589 46442 16932;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20586 48936
16922;;;;;; 0 0)) 16933;;;;;; 135199 0))
16923;;; Generated autoloads from vc/log-edit.el 16934;;; Generated autoloads from vc/log-edit.el
16924 16935
16925(autoload 'log-edit "log-edit" "\ 16936(autoload 'log-edit "log-edit" "\
@@ -16950,8 +16961,8 @@ done. Otherwise, it uses the current buffer.
16950 16961
16951;;;*** 16962;;;***
16952 16963
16953;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (20517 16964;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (20515
16954;;;;;; 4109 0 0)) 16965;;;;;; 36389 544939 0))
16955;;; Generated autoloads from vc/log-view.el 16966;;; Generated autoloads from vc/log-view.el
16956 16967
16957(autoload 'log-view-mode "log-view" "\ 16968(autoload 'log-view-mode "log-view" "\
@@ -16961,8 +16972,8 @@ Major mode for browsing CVS log output.
16961 16972
16962;;;*** 16973;;;***
16963 16974
16964;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20244 16975;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20355
16965;;;;;; 35516 0 0)) 16976;;;;;; 10021 546955 0))
16966;;; Generated autoloads from longlines.el 16977;;; Generated autoloads from longlines.el
16967 16978
16968(autoload 'longlines-mode "longlines" "\ 16979(autoload 'longlines-mode "longlines" "\
@@ -16988,8 +16999,8 @@ newlines are indicated with a symbol.
16988;;;*** 16999;;;***
16989 17000
16990;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 17001;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16991;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20511 17002;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20476
16992;;;;;; 52965 0 0)) 17003;;;;;; 31768 298871 0))
16993;;; Generated autoloads from lpr.el 17004;;; Generated autoloads from lpr.el
16994 17005
16995(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\ 17006(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\
@@ -17085,7 +17096,7 @@ for further customization of the printer command.
17085;;;*** 17096;;;***
17086 17097
17087;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 17098;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
17088;;;;;; (20276 3849 0 0)) 17099;;;;;; (20355 10021 546955 0))
17089;;; Generated autoloads from ls-lisp.el 17100;;; Generated autoloads from ls-lisp.el
17090 17101
17091(defvar ls-lisp-support-shell-wildcards t "\ 17102(defvar ls-lisp-support-shell-wildcards t "\
@@ -17096,8 +17107,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
17096 17107
17097;;;*** 17108;;;***
17098 17109
17099;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (20567 17110;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (20566
17100;;;;;; 31133 0 0)) 17111;;;;;; 63671 243798 0))
17101;;; Generated autoloads from calendar/lunar.el 17112;;; Generated autoloads from calendar/lunar.el
17102 17113
17103(autoload 'lunar-phases "lunar" "\ 17114(autoload 'lunar-phases "lunar" "\
@@ -17111,8 +17122,8 @@ This function is suitable for execution in an init file.
17111 17122
17112;;;*** 17123;;;***
17113 17124
17114;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20356 17125;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20355
17115;;;;;; 35090 0 0)) 17126;;;;;; 10021 546955 0))
17116;;; Generated autoloads from progmodes/m4-mode.el 17127;;; Generated autoloads from progmodes/m4-mode.el
17117 17128
17118(autoload 'm4-mode "m4-mode" "\ 17129(autoload 'm4-mode "m4-mode" "\
@@ -17123,7 +17134,7 @@ A major mode to edit m4 macro files.
17123;;;*** 17134;;;***
17124 17135
17125;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 17136;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
17126;;;;;; name-last-kbd-macro) "macros" "macros.el" (20244 35516 0 17137;;;;;; name-last-kbd-macro) "macros" "macros.el" (20355 10021 546955
17127;;;;;; 0)) 17138;;;;;; 0))
17128;;; Generated autoloads from macros.el 17139;;; Generated autoloads from macros.el
17129 17140
@@ -17213,7 +17224,7 @@ and then select the region of un-tablified names and use
17213;;;*** 17224;;;***
17214 17225
17215;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 17226;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
17216;;;;;; "mail/mail-extr.el" (20356 35090 0 0)) 17227;;;;;; "mail/mail-extr.el" (20355 10021 546955 0))
17217;;; Generated autoloads from mail/mail-extr.el 17228;;; Generated autoloads from mail/mail-extr.el
17218 17229
17219(autoload 'mail-extract-address-components "mail-extr" "\ 17230(autoload 'mail-extract-address-components "mail-extr" "\
@@ -17245,7 +17256,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
17245 17256
17246;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 17257;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
17247;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 17258;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
17248;;;;;; (20567 31133 0 0)) 17259;;;;;; (20566 63671 243798 0))
17249;;; Generated autoloads from mail/mail-hist.el 17260;;; Generated autoloads from mail/mail-hist.el
17250 17261
17251(autoload 'mail-hist-define-keys "mail-hist" "\ 17262(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -17277,7 +17288,7 @@ This function normally would be called when the message is sent.
17277;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 17288;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
17278;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable 17289;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable
17279;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822) 17290;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822)
17280;;;;;; "mail-utils" "mail/mail-utils.el" (20318 5885 0 0)) 17291;;;;;; "mail-utils" "mail/mail-utils.el" (20355 10021 546955 0))
17281;;; Generated autoloads from mail/mail-utils.el 17292;;; Generated autoloads from mail/mail-utils.el
17282 17293
17283(defvar mail-use-rfc822 nil "\ 17294(defvar mail-use-rfc822 nil "\
@@ -17352,8 +17363,8 @@ matches may be returned from the message body.
17352;;;*** 17363;;;***
17353 17364
17354;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup 17365;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
17355;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20567 17366;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20566
17356;;;;;; 31133 0 0)) 17367;;;;;; 63671 243798 0))
17357;;; Generated autoloads from mail/mailabbrev.el 17368;;; Generated autoloads from mail/mailabbrev.el
17358 17369
17359(defvar mail-abbrevs-mode nil "\ 17370(defvar mail-abbrevs-mode nil "\
@@ -17404,7 +17415,7 @@ double-quotes.
17404 17415
17405;;;### (autoloads (mail-complete mail-completion-at-point-function 17416;;;### (autoloads (mail-complete mail-completion-at-point-function
17406;;;;;; define-mail-alias expand-mail-aliases mail-complete-style) 17417;;;;;; define-mail-alias expand-mail-aliases mail-complete-style)
17407;;;;;; "mailalias" "mail/mailalias.el" (20577 48876 0 0)) 17418;;;;;; "mailalias" "mail/mailalias.el" (20577 33959 40183 0))
17408;;; Generated autoloads from mail/mailalias.el 17419;;; Generated autoloads from mail/mailalias.el
17409 17420
17410(defvar mail-complete-style 'angles "\ 17421(defvar mail-complete-style 'angles "\
@@ -17458,7 +17469,7 @@ current header, calls `mail-complete-function' and passes prefix ARG if any.
17458;;;*** 17469;;;***
17459 17470
17460;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 17471;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
17461;;;;;; (20244 35516 0 0)) 17472;;;;;; (20355 10021 546955 0))
17462;;; Generated autoloads from mail/mailclient.el 17473;;; Generated autoloads from mail/mailclient.el
17463 17474
17464(autoload 'mailclient-send-it "mailclient" "\ 17475(autoload 'mailclient-send-it "mailclient" "\
@@ -17472,7 +17483,8 @@ The mail client is taken to be the handler of mailto URLs.
17472 17483
17473;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 17484;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
17474;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 17485;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
17475;;;;;; "make-mode" "progmodes/make-mode.el" (20412 11425 0 0)) 17486;;;;;; "make-mode" "progmodes/make-mode.el" (20392 30149 675975
17487;;;;;; 59000))
17476;;; Generated autoloads from progmodes/make-mode.el 17488;;; Generated autoloads from progmodes/make-mode.el
17477 17489
17478(autoload 'makefile-mode "make-mode" "\ 17490(autoload 'makefile-mode "make-mode" "\
@@ -17589,8 +17601,8 @@ An adapted `makefile-mode' that knows about imake.
17589 17601
17590;;;*** 17602;;;***
17591 17603
17592;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (20244 17604;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (20355
17593;;;;;; 35516 0 0)) 17605;;;;;; 10021 546955 0))
17594;;; Generated autoloads from makesum.el 17606;;; Generated autoloads from makesum.el
17595 17607
17596(autoload 'make-command-summary "makesum" "\ 17608(autoload 'make-command-summary "makesum" "\
@@ -17602,7 +17614,7 @@ Previous contents of that buffer are killed first.
17602;;;*** 17614;;;***
17603 17615
17604;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" 17616;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el"
17605;;;;;; (20523 63054 0 0)) 17617;;;;;; (20523 62082 997685 0))
17606;;; Generated autoloads from man.el 17618;;; Generated autoloads from man.el
17607 17619
17608(defalias 'manual-entry 'man) 17620(defalias 'manual-entry 'man)
@@ -17656,8 +17668,8 @@ Default bookmark handler for Man buffers.
17656 17668
17657;;;*** 17669;;;***
17658 17670
17659;;;### (autoloads (master-mode) "master" "master.el" (20244 35516 17671;;;### (autoloads (master-mode) "master" "master.el" (20355 10021
17660;;;;;; 0 0)) 17672;;;;;; 546955 0))
17661;;; Generated autoloads from master.el 17673;;; Generated autoloads from master.el
17662 17674
17663(autoload 'master-mode "master" "\ 17675(autoload 'master-mode "master" "\
@@ -17680,7 +17692,7 @@ yourself the value of `master-of' by calling `master-show-slave'.
17680;;;*** 17692;;;***
17681 17693
17682;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" 17694;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el"
17683;;;;;; (20244 35516 0 0)) 17695;;;;;; (20355 10021 546955 0))
17684;;; Generated autoloads from mb-depth.el 17696;;; Generated autoloads from mb-depth.el
17685 17697
17686(defvar minibuffer-depth-indicate-mode nil "\ 17698(defvar minibuffer-depth-indicate-mode nil "\
@@ -17713,7 +17725,7 @@ recursion depth in the minibuffer prompt. This is only useful if
17713;;;;;; message-forward-make-body message-forward message-recover 17725;;;;;; message-forward-make-body message-forward message-recover
17714;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 17726;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
17715;;;;;; message-reply message-news message-mail message-mode) "message" 17727;;;;;; message-reply message-news message-mail message-mode) "message"
17716;;;;;; "gnus/message.el" (20567 31133 0 0)) 17728;;;;;; "gnus/message.el" (20567 23165 75548 0))
17717;;; Generated autoloads from gnus/message.el 17729;;; Generated autoloads from gnus/message.el
17718 17730
17719(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 17731(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -17879,7 +17891,7 @@ which specify the range to operate on.
17879;;;*** 17891;;;***
17880 17892
17881;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 17893;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
17882;;;;;; (20412 11425 0 0)) 17894;;;;;; (20399 35365 4050 0))
17883;;; Generated autoloads from progmodes/meta-mode.el 17895;;; Generated autoloads from progmodes/meta-mode.el
17884 17896
17885(autoload 'metafont-mode "meta-mode" "\ 17897(autoload 'metafont-mode "meta-mode" "\
@@ -17896,7 +17908,7 @@ Major mode for editing MetaPost sources.
17896 17908
17897;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 17909;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
17898;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 17910;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
17899;;;;;; (20356 35090 0 0)) 17911;;;;;; (20355 10021 546955 0))
17900;;; Generated autoloads from mail/metamail.el 17912;;; Generated autoloads from mail/metamail.el
17901 17913
17902(autoload 'metamail-interpret-header "metamail" "\ 17914(autoload 'metamail-interpret-header "metamail" "\
@@ -17941,7 +17953,7 @@ redisplayed as output is inserted.
17941 17953
17942;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 17954;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
17943;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 17955;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
17944;;;;;; "mh-e/mh-comp.el" (20244 35516 0 0)) 17956;;;;;; "mh-e/mh-comp.el" (20355 10021 546955 0))
17945;;; Generated autoloads from mh-e/mh-comp.el 17957;;; Generated autoloads from mh-e/mh-comp.el
17946 17958
17947(autoload 'mh-smail "mh-comp" "\ 17959(autoload 'mh-smail "mh-comp" "\
@@ -18031,8 +18043,8 @@ delete the draft message.
18031 18043
18032;;;*** 18044;;;***
18033 18045
18034;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20244 35516 18046;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20614 54428
18035;;;;;; 0 0)) 18047;;;;;; 654267 0))
18036;;; Generated autoloads from mh-e/mh-e.el 18048;;; Generated autoloads from mh-e/mh-e.el
18037 18049
18038(put 'mh-progs 'risky-local-variable t) 18050(put 'mh-progs 'risky-local-variable t)
@@ -18049,7 +18061,7 @@ Display version information about MH-E and the MH mail handling system.
18049;;;*** 18061;;;***
18050 18062
18051;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 18063;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
18052;;;;;; "mh-e/mh-folder.el" (20373 41604 0 0)) 18064;;;;;; "mh-e/mh-folder.el" (20371 55972 331861 0))
18053;;; Generated autoloads from mh-e/mh-folder.el 18065;;; Generated autoloads from mh-e/mh-folder.el
18054 18066
18055(autoload 'mh-rmail "mh-folder" "\ 18067(autoload 'mh-rmail "mh-folder" "\
@@ -18131,7 +18143,7 @@ perform the operation on all messages in that region.
18131;;;*** 18143;;;***
18132 18144
18133;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 18145;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
18134;;;;;; "midnight.el" (20511 52965 0 0)) 18146;;;;;; "midnight.el" (20478 3673 653810 0))
18135;;; Generated autoloads from midnight.el 18147;;; Generated autoloads from midnight.el
18136 18148
18137(autoload 'clean-buffer-list "midnight" "\ 18149(autoload 'clean-buffer-list "midnight" "\
@@ -18158,7 +18170,7 @@ to its second argument TM.
18158;;;*** 18170;;;***
18159 18171
18160;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 18172;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
18161;;;;;; "minibuf-eldef.el" (20580 46629 0 0)) 18173;;;;;; "minibuf-eldef.el" (20580 10161 446444 0))
18162;;; Generated autoloads from minibuf-eldef.el 18174;;; Generated autoloads from minibuf-eldef.el
18163 18175
18164(defvar minibuffer-electric-default-mode nil "\ 18176(defvar minibuffer-electric-default-mode nil "\
@@ -18188,7 +18200,7 @@ is modified to remove the default indication.
18188;;;*** 18200;;;***
18189 18201
18190;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el" 18202;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el"
18191;;;;;; (20535 44414 0 0)) 18203;;;;;; (20533 5993 500881 0))
18192;;; Generated autoloads from misc.el 18204;;; Generated autoloads from misc.el
18193 18205
18194(autoload 'butterfly "misc" "\ 18206(autoload 'butterfly "misc" "\
@@ -18218,7 +18230,7 @@ The return value is always nil.
18218 18230
18219;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files 18231;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
18220;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) 18232;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
18221;;;;;; "misearch" "misearch.el" (20511 52965 0 0)) 18233;;;;;; "misearch" "misearch.el" (20490 33188 850375 0))
18222;;; Generated autoloads from misearch.el 18234;;; Generated autoloads from misearch.el
18223 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 18235 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
18224 18236
@@ -18300,7 +18312,7 @@ whose file names match the specified wildcard.
18300;;;*** 18312;;;***
18301 18313
18302;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 18314;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
18303;;;;;; (20567 31133 0 0)) 18315;;;;;; (20566 63671 243798 0))
18304;;; Generated autoloads from progmodes/mixal-mode.el 18316;;; Generated autoloads from progmodes/mixal-mode.el
18305 18317
18306(autoload 'mixal-mode "mixal-mode" "\ 18318(autoload 'mixal-mode "mixal-mode" "\
@@ -18311,7 +18323,7 @@ Major mode for the mixal asm language.
18311;;;*** 18323;;;***
18312 18324
18313;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el" 18325;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el"
18314;;;;;; (20244 35516 0 0)) 18326;;;;;; (20355 10021 546955 0))
18315;;; Generated autoloads from gnus/mm-encode.el 18327;;; Generated autoloads from gnus/mm-encode.el
18316 18328
18317(autoload 'mm-default-file-encoding "mm-encode" "\ 18329(autoload 'mm-default-file-encoding "mm-encode" "\
@@ -18322,7 +18334,7 @@ Return a default encoding for FILE.
18322;;;*** 18334;;;***
18323 18335
18324;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 18336;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
18325;;;;;; "mm-extern" "gnus/mm-extern.el" (20244 35516 0 0)) 18337;;;;;; "mm-extern" "gnus/mm-extern.el" (20355 10021 546955 0))
18326;;; Generated autoloads from gnus/mm-extern.el 18338;;; Generated autoloads from gnus/mm-extern.el
18327 18339
18328(autoload 'mm-extern-cache-contents "mm-extern" "\ 18340(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -18341,7 +18353,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18341;;;*** 18353;;;***
18342 18354
18343;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 18355;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
18344;;;;;; (20244 35516 0 0)) 18356;;;;;; (20355 10021 546955 0))
18345;;; Generated autoloads from gnus/mm-partial.el 18357;;; Generated autoloads from gnus/mm-partial.el
18346 18358
18347(autoload 'mm-inline-partial "mm-partial" "\ 18359(autoload 'mm-inline-partial "mm-partial" "\
@@ -18355,7 +18367,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18355;;;*** 18367;;;***
18356 18368
18357;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 18369;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
18358;;;;;; "mm-url" "gnus/mm-url.el" (20511 52965 0 0)) 18370;;;;;; "mm-url" "gnus/mm-url.el" (20495 51111 757560 0))
18359;;; Generated autoloads from gnus/mm-url.el 18371;;; Generated autoloads from gnus/mm-url.el
18360 18372
18361(autoload 'mm-url-insert-file-contents "mm-url" "\ 18373(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -18372,7 +18384,7 @@ Insert file contents of URL using `mm-url-program'.
18372;;;*** 18384;;;***
18373 18385
18374;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 18386;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
18375;;;;;; "gnus/mm-uu.el" (20318 5885 0 0)) 18387;;;;;; "gnus/mm-uu.el" (20355 10021 546955 0))
18376;;; Generated autoloads from gnus/mm-uu.el 18388;;; Generated autoloads from gnus/mm-uu.el
18377 18389
18378(autoload 'mm-uu-dissect "mm-uu" "\ 18390(autoload 'mm-uu-dissect "mm-uu" "\
@@ -18392,7 +18404,7 @@ Assume text has been decoded if DECODED is non-nil.
18392;;;*** 18404;;;***
18393 18405
18394;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el" 18406;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el"
18395;;;;;; (20567 31133 0 0)) 18407;;;;;; (20567 23165 75548 0))
18396;;; Generated autoloads from gnus/mml.el 18408;;; Generated autoloads from gnus/mml.el
18397 18409
18398(autoload 'mml-to-mime "mml" "\ 18410(autoload 'mml-to-mime "mml" "\
@@ -18418,7 +18430,7 @@ body) or \"attachment\" (separate from the body).
18418;;;*** 18430;;;***
18419 18431
18420;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 18432;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
18421;;;;;; (20291 57212 0 0)) 18433;;;;;; (20355 10021 546955 0))
18422;;; Generated autoloads from gnus/mml1991.el 18434;;; Generated autoloads from gnus/mml1991.el
18423 18435
18424(autoload 'mml1991-encrypt "mml1991" "\ 18436(autoload 'mml1991-encrypt "mml1991" "\
@@ -18435,7 +18447,7 @@ body) or \"attachment\" (separate from the body).
18435 18447
18436;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 18448;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
18437;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 18449;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
18438;;;;;; "mml2015" "gnus/mml2015.el" (20244 35516 0 0)) 18450;;;;;; "mml2015" "gnus/mml2015.el" (20355 10021 546955 0))
18439;;; Generated autoloads from gnus/mml2015.el 18451;;; Generated autoloads from gnus/mml2015.el
18440 18452
18441(autoload 'mml2015-decrypt "mml2015" "\ 18453(autoload 'mml2015-decrypt "mml2015" "\
@@ -18475,16 +18487,16 @@ body) or \"attachment\" (separate from the body).
18475 18487
18476;;;*** 18488;;;***
18477 18489
18478;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (20412 11425 18490;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (20406 8611
18479;;;;;; 0 0)) 18491;;;;;; 875037 0))
18480;;; Generated autoloads from cedet/mode-local.el 18492;;; Generated autoloads from cedet/mode-local.el
18481 18493
18482(put 'define-overloadable-function 'doc-string-elt 3) 18494(put 'define-overloadable-function 'doc-string-elt 3)
18483 18495
18484;;;*** 18496;;;***
18485 18497
18486;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20356 18498;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20355
18487;;;;;; 35090 0 0)) 18499;;;;;; 10021 546955 0))
18488;;; Generated autoloads from progmodes/modula2.el 18500;;; Generated autoloads from progmodes/modula2.el
18489 18501
18490(defalias 'modula-2-mode 'm2-mode) 18502(defalias 'modula-2-mode 'm2-mode)
@@ -18518,7 +18530,7 @@ followed by the first character of the construct.
18518;;;*** 18530;;;***
18519 18531
18520;;;### (autoloads (denato-region nato-region unmorse-region morse-region) 18532;;;### (autoloads (denato-region nato-region unmorse-region morse-region)
18521;;;;;; "morse" "play/morse.el" (20244 35516 0 0)) 18533;;;;;; "morse" "play/morse.el" (20355 10021 546955 0))
18522;;; Generated autoloads from play/morse.el 18534;;; Generated autoloads from play/morse.el
18523 18535
18524(autoload 'morse-region "morse" "\ 18536(autoload 'morse-region "morse" "\
@@ -18544,7 +18556,7 @@ Convert NATO phonetic alphabet in region to ordinary ASCII text.
18544;;;*** 18556;;;***
18545 18557
18546;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" 18558;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag"
18547;;;;;; "mouse-drag.el" (20567 31133 0 0)) 18559;;;;;; "mouse-drag.el" (20566 63671 243798 0))
18548;;; Generated autoloads from mouse-drag.el 18560;;; Generated autoloads from mouse-drag.el
18549 18561
18550(autoload 'mouse-drag-throw "mouse-drag" "\ 18562(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -18591,7 +18603,7 @@ To test this function, evaluate:
18591 18603
18592;;;*** 18604;;;***
18593 18605
18594;;;### (autoloads (mpc) "mpc" "mpc.el" (20523 63054 0 0)) 18606;;;### (autoloads (mpc) "mpc" "mpc.el" (20523 62082 997685 0))
18595;;; Generated autoloads from mpc.el 18607;;; Generated autoloads from mpc.el
18596 18608
18597(autoload 'mpc "mpc" "\ 18609(autoload 'mpc "mpc" "\
@@ -18601,7 +18613,8 @@ Main entry point for MPC.
18601 18613
18602;;;*** 18614;;;***
18603 18615
18604;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (20550 14882 0 0)) 18616;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (20545 57511 257469
18617;;;;;; 0))
18605;;; Generated autoloads from play/mpuz.el 18618;;; Generated autoloads from play/mpuz.el
18606 18619
18607(autoload 'mpuz "mpuz" "\ 18620(autoload 'mpuz "mpuz" "\
@@ -18611,7 +18624,7 @@ Multiplication puzzle with GNU Emacs.
18611 18624
18612;;;*** 18625;;;***
18613 18626
18614;;;### (autoloads (msb-mode) "msb" "msb.el" (20511 52965 0 0)) 18627;;;### (autoloads (msb-mode) "msb" "msb.el" (20476 31768 298871 0))
18615;;; Generated autoloads from msb.el 18628;;; Generated autoloads from msb.el
18616 18629
18617(defvar msb-mode nil "\ 18630(defvar msb-mode nil "\
@@ -18641,7 +18654,7 @@ different buffer menu using the function `msb'.
18641;;;;;; describe-current-coding-system describe-current-coding-system-briefly 18654;;;;;; describe-current-coding-system describe-current-coding-system-briefly
18642;;;;;; describe-coding-system describe-character-set list-charset-chars 18655;;;;;; describe-coding-system describe-character-set list-charset-chars
18643;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 18656;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
18644;;;;;; (20577 48876 0 0)) 18657;;;;;; (20577 33959 40183 0))
18645;;; Generated autoloads from international/mule-diag.el 18658;;; Generated autoloads from international/mule-diag.el
18646 18659
18647(autoload 'list-character-sets "mule-diag" "\ 18660(autoload 'list-character-sets "mule-diag" "\
@@ -18778,7 +18791,7 @@ The default is 20. If LIMIT is negative, do not limit the listing.
18778;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 18791;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
18779;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 18792;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
18780;;;;;; truncate-string-to-width store-substring) "mule-util" "international/mule-util.el" 18793;;;;;; truncate-string-to-width store-substring) "mule-util" "international/mule-util.el"
18781;;;;;; (20577 48876 0 0)) 18794;;;;;; (20577 33959 40183 0))
18782;;; Generated autoloads from international/mule-util.el 18795;;; Generated autoloads from international/mule-util.el
18783 18796
18784(defsubst string-to-list (string) "\ 18797(defsubst string-to-list (string) "\
@@ -18912,8 +18925,8 @@ per-character basis, this may not be accurate.
18912;;;### (autoloads (network-connection network-connection-to-service 18925;;;### (autoloads (network-connection network-connection-to-service
18913;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 18926;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
18914;;;;;; nslookup nslookup-host ping traceroute route arp netstat 18927;;;;;; nslookup nslookup-host ping traceroute route arp netstat
18915;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (20244 18928;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (20355
18916;;;;;; 35516 0 0)) 18929;;;;;; 10021 546955 0))
18917;;; Generated autoloads from net/net-utils.el 18930;;; Generated autoloads from net/net-utils.el
18918 18931
18919(autoload 'ifconfig "net-utils" "\ 18932(autoload 'ifconfig "net-utils" "\
@@ -19007,8 +19020,8 @@ Open a network connection to HOST on PORT.
19007 19020
19008;;;*** 19021;;;***
19009 19022
19010;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (20511 19023;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (20495
19011;;;;;; 52965 0 0)) 19024;;;;;; 51111 757560 0))
19012;;; Generated autoloads from net/netrc.el 19025;;; Generated autoloads from net/netrc.el
19013 19026
19014(autoload 'netrc-credentials "netrc" "\ 19027(autoload 'netrc-credentials "netrc" "\
@@ -19021,7 +19034,7 @@ listed in the PORTS list.
19021;;;*** 19034;;;***
19022 19035
19023;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el" 19036;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el"
19024;;;;;; (20373 41604 0 0)) 19037;;;;;; (20369 14251 85829 0))
19025;;; Generated autoloads from net/network-stream.el 19038;;; Generated autoloads from net/network-stream.el
19026 19039
19027(autoload 'open-network-stream "network-stream" "\ 19040(autoload 'open-network-stream "network-stream" "\
@@ -19112,7 +19125,7 @@ STARTTLS upgrades even if Emacs doesn't have built-in TLS functionality.
19112;;;*** 19125;;;***
19113 19126
19114;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" 19127;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend"
19115;;;;;; "net/newst-backend.el" (20577 48876 0 0)) 19128;;;;;; "net/newst-backend.el" (20577 33959 40183 0))
19116;;; Generated autoloads from net/newst-backend.el 19129;;; Generated autoloads from net/newst-backend.el
19117 19130
19118(autoload 'newsticker-running-p "newst-backend" "\ 19131(autoload 'newsticker-running-p "newst-backend" "\
@@ -19134,7 +19147,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
19134;;;*** 19147;;;***
19135 19148
19136;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" 19149;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
19137;;;;;; (20434 28080 0 0)) 19150;;;;;; (20434 17809 692608 0))
19138;;; Generated autoloads from net/newst-plainview.el 19151;;; Generated autoloads from net/newst-plainview.el
19139 19152
19140(autoload 'newsticker-plainview "newst-plainview" "\ 19153(autoload 'newsticker-plainview "newst-plainview" "\
@@ -19145,7 +19158,7 @@ Start newsticker plainview.
19145;;;*** 19158;;;***
19146 19159
19147;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" 19160;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el"
19148;;;;;; (20434 28080 0 0)) 19161;;;;;; (20434 17809 692608 0))
19149;;; Generated autoloads from net/newst-reader.el 19162;;; Generated autoloads from net/newst-reader.el
19150 19163
19151(autoload 'newsticker-show-news "newst-reader" "\ 19164(autoload 'newsticker-show-news "newst-reader" "\
@@ -19156,7 +19169,8 @@ Start reading news. You may want to bind this to a key.
19156;;;*** 19169;;;***
19157 19170
19158;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) 19171;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p)
19159;;;;;; "newst-ticker" "net/newst-ticker.el" (20428 57510 0 0)) 19172;;;;;; "newst-ticker" "net/newst-ticker.el" (20427 14766 970343
19173;;;;;; 0))
19160;;; Generated autoloads from net/newst-ticker.el 19174;;; Generated autoloads from net/newst-ticker.el
19161 19175
19162(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 19176(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -19177,7 +19191,7 @@ running already.
19177;;;*** 19191;;;***
19178 19192
19179;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" 19193;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
19180;;;;;; (20592 26321 0 0)) 19194;;;;;; (20590 45996 129575 0))
19181;;; Generated autoloads from net/newst-treeview.el 19195;;; Generated autoloads from net/newst-treeview.el
19182 19196
19183(autoload 'newsticker-treeview "newst-treeview" "\ 19197(autoload 'newsticker-treeview "newst-treeview" "\
@@ -19188,7 +19202,7 @@ Start newsticker treeview.
19188;;;*** 19202;;;***
19189 19203
19190;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 19204;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
19191;;;;;; (20244 35516 0 0)) 19205;;;;;; (20614 54428 654267 0))
19192;;; Generated autoloads from gnus/nndiary.el 19206;;; Generated autoloads from gnus/nndiary.el
19193 19207
19194(autoload 'nndiary-generate-nov-databases "nndiary" "\ 19208(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -19198,8 +19212,8 @@ Generate NOV databases in all nndiary directories.
19198 19212
19199;;;*** 19213;;;***
19200 19214
19201;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (20244 19215;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (20355
19202;;;;;; 35516 0 0)) 19216;;;;;; 10021 546955 0))
19203;;; Generated autoloads from gnus/nndoc.el 19217;;; Generated autoloads from gnus/nndoc.el
19204 19218
19205(autoload 'nndoc-add-type "nndoc" "\ 19219(autoload 'nndoc-add-type "nndoc" "\
@@ -19214,7 +19228,7 @@ symbol in the alist.
19214;;;*** 19228;;;***
19215 19229
19216;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 19230;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
19217;;;;;; (20460 33749 0 0)) 19231;;;;;; (20458 56750 651721 0))
19218;;; Generated autoloads from gnus/nnfolder.el 19232;;; Generated autoloads from gnus/nnfolder.el
19219 19233
19220(autoload 'nnfolder-generate-active-file "nnfolder" "\ 19234(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -19226,7 +19240,7 @@ This command does not work if you use short group names.
19226;;;*** 19240;;;***
19227 19241
19228;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 19242;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
19229;;;;;; (20460 33749 0 0)) 19243;;;;;; (20458 56750 651721 0))
19230;;; Generated autoloads from gnus/nnml.el 19244;;; Generated autoloads from gnus/nnml.el
19231 19245
19232(autoload 'nnml-generate-nov-databases "nnml" "\ 19246(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -19237,7 +19251,7 @@ Generate NOV databases in all nnml directories.
19237;;;*** 19251;;;***
19238 19252
19239;;;### (autoloads (disable-command enable-command disabled-command-function) 19253;;;### (autoloads (disable-command enable-command disabled-command-function)
19240;;;;;; "novice" "novice.el" (20567 31133 0 0)) 19254;;;;;; "novice" "novice.el" (20566 63671 243798 0))
19241;;; Generated autoloads from novice.el 19255;;; Generated autoloads from novice.el
19242 19256
19243(define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1") 19257(define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1")
@@ -19270,7 +19284,7 @@ future sessions.
19270;;;*** 19284;;;***
19271 19285
19272;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 19286;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
19273;;;;;; (20244 35516 0 0)) 19287;;;;;; (20355 10021 546955 0))
19274;;; Generated autoloads from textmodes/nroff-mode.el 19288;;; Generated autoloads from textmodes/nroff-mode.el
19275 19289
19276(autoload 'nroff-mode "nroff-mode" "\ 19290(autoload 'nroff-mode "nroff-mode" "\
@@ -19285,7 +19299,7 @@ closing requests for requests that are used in matched pairs.
19285;;;*** 19299;;;***
19286 19300
19287;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" 19301;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
19288;;;;;; (20523 63054 0 0)) 19302;;;;;; (20523 62082 997685 0))
19289;;; Generated autoloads from nxml/nxml-glyph.el 19303;;; Generated autoloads from nxml/nxml-glyph.el
19290 19304
19291(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 19305(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -19297,8 +19311,8 @@ Return nil if the face cannot display a glyph for N.
19297 19311
19298;;;*** 19312;;;***
19299 19313
19300;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20511 19314;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20478
19301;;;;;; 52965 0 0)) 19315;;;;;; 3673 653810 0))
19302;;; Generated autoloads from nxml/nxml-mode.el 19316;;; Generated autoloads from nxml/nxml-mode.el
19303 19317
19304(autoload 'nxml-mode "nxml-mode" "\ 19318(autoload 'nxml-mode "nxml-mode" "\
@@ -19360,7 +19374,7 @@ Many aspects this mode can be customized using
19360;;;*** 19374;;;***
19361 19375
19362;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" 19376;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
19363;;;;;; "nxml/nxml-uchnm.el" (20244 35516 0 0)) 19377;;;;;; "nxml/nxml-uchnm.el" (20355 10021 546955 0))
19364;;; Generated autoloads from nxml/nxml-uchnm.el 19378;;; Generated autoloads from nxml/nxml-uchnm.el
19365 19379
19366(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 19380(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -19372,321 +19386,8 @@ the variable `nxml-enabled-unicode-blocks'.
19372 19386
19373;;;*** 19387;;;***
19374 19388
19375;;;### (autoloads (org-babel-mark-block org-babel-previous-src-block
19376;;;;;; org-babel-next-src-block org-babel-goto-named-result org-babel-goto-named-src-block
19377;;;;;; org-babel-goto-src-block-head org-babel-hide-result-toggle-maybe
19378;;;;;; org-babel-sha1-hash org-babel-execute-subtree org-babel-execute-buffer
19379;;;;;; org-babel-map-executables org-babel-map-call-lines org-babel-map-inline-src-blocks
19380;;;;;; org-babel-map-src-blocks org-babel-open-src-block-result
19381;;;;;; org-babel-switch-to-session-with-code org-babel-switch-to-session
19382;;;;;; org-babel-initiate-session org-babel-load-in-session org-babel-insert-header-arg
19383;;;;;; org-babel-check-src-block org-babel-expand-src-block org-babel-execute-src-block
19384;;;;;; org-babel-pop-to-session-maybe org-babel-load-in-session-maybe
19385;;;;;; org-babel-expand-src-block-maybe org-babel-view-src-block-info
19386;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob"
19387;;;;;; "org/ob.el" (20585 55103 0 0))
19388;;; Generated autoloads from org/ob.el
19389
19390(autoload 'org-babel-execute-safely-maybe "ob" "\
19391
19392
19393\(fn)" nil nil)
19394
19395(autoload 'org-babel-execute-maybe "ob" "\
19396
19397
19398\(fn)" t nil)
19399
19400(autoload 'org-babel-view-src-block-info "ob" "\
19401Display information on the current source block.
19402This includes header arguments, language and name, and is largely
19403a window into the `org-babel-get-src-block-info' function.
19404
19405\(fn)" t nil)
19406
19407(autoload 'org-babel-expand-src-block-maybe "ob" "\
19408Conditionally expand a source block.
19409Detect if this is context for a org-babel src-block and if so
19410then run `org-babel-expand-src-block'.
19411
19412\(fn)" t nil)
19413
19414(autoload 'org-babel-load-in-session-maybe "ob" "\
19415Conditionally load a source block in a session.
19416Detect if this is context for a org-babel src-block and if so
19417then run `org-babel-load-in-session'.
19418
19419\(fn)" t nil)
19420
19421(autoload 'org-babel-pop-to-session-maybe "ob" "\
19422Conditionally pop to a session.
19423Detect if this is context for a org-babel src-block and if so
19424then run `org-babel-pop-to-session'.
19425
19426\(fn)" t nil)
19427
19428(autoload 'org-babel-execute-src-block "ob" "\
19429Execute the current source code block.
19430Insert the results of execution into the buffer. Source code
19431execution and the collection and formatting of results can be
19432controlled through a variety of header arguments.
19433
19434With prefix argument ARG, force re-execution even if an existing
19435result cached in the buffer would otherwise have been returned.
19436
19437Optionally supply a value for INFO in the form returned by
19438`org-babel-get-src-block-info'.
19439
19440Optionally supply a value for PARAMS which will be merged with
19441the header arguments specified at the front of the source code
19442block.
19443
19444\(fn &optional ARG INFO PARAMS)" t nil)
19445
19446(autoload 'org-babel-expand-src-block "ob" "\
19447Expand the current source code block.
19448Expand according to the source code block's header
19449arguments and pop open the results in a preview buffer.
19450
19451\(fn &optional ARG INFO PARAMS)" t nil)
19452
19453(autoload 'org-babel-check-src-block "ob" "\
19454Check for misspelled header arguments in the current code block.
19455
19456\(fn)" t nil)
19457
19458(autoload 'org-babel-insert-header-arg "ob" "\
19459Insert a header argument selecting from lists of common args and values.
19460
19461\(fn)" t nil)
19462
19463(autoload 'org-babel-load-in-session "ob" "\
19464Load the body of the current source-code block.
19465Evaluate the header arguments for the source block before
19466entering the session. After loading the body this pops open the
19467session.
19468
19469\(fn &optional ARG INFO)" t nil)
19470
19471(autoload 'org-babel-initiate-session "ob" "\
19472Initiate session for current code block.
19473If called with a prefix argument then resolve any variable
19474references in the header arguments and assign these variables in
19475the session. Copy the body of the code block to the kill ring.
19476
19477\(fn &optional ARG INFO)" t nil)
19478
19479(autoload 'org-babel-switch-to-session "ob" "\
19480Switch to the session of the current code block.
19481Uses `org-babel-initiate-session' to start the session. If called
19482with a prefix argument then this is passed on to
19483`org-babel-initiate-session'.
19484
19485\(fn &optional ARG INFO)" t nil)
19486
19487(autoload 'org-babel-switch-to-session-with-code "ob" "\
19488Switch to code buffer and display session.
19489
19490\(fn &optional ARG INFO)" t nil)
19491
19492(autoload 'org-babel-open-src-block-result "ob" "\
19493If `point' is on a src block then open the results of the
19494source code block, otherwise return nil. With optional prefix
19495argument RE-RUN the source-code block is evaluated even if
19496results already exist.
19497
19498\(fn &optional RE-RUN)" t nil)
19499
19500(autoload 'org-babel-map-src-blocks "ob" "\
19501Evaluate BODY forms on each source-block in FILE.
19502If FILE is nil evaluate BODY forms on source blocks in current
19503buffer. During evaluation of BODY the following local variables
19504are set relative to the currently matched code block.
19505
19506full-block ------- string holding the entirety of the code block
19507beg-block -------- point at the beginning of the code block
19508end-block -------- point at the end of the matched code block
19509lang ------------- string holding the language of the code block
19510beg-lang --------- point at the beginning of the lang
19511end-lang --------- point at the end of the lang
19512switches --------- string holding the switches
19513beg-switches ----- point at the beginning of the switches
19514end-switches ----- point at the end of the switches
19515header-args ------ string holding the header-args
19516beg-header-args -- point at the beginning of the header-args
19517end-header-args -- point at the end of the header-args
19518body ------------- string holding the body of the code block
19519beg-body --------- point at the beginning of the body
19520end-body --------- point at the end of the body
19521
19522\(fn FILE &rest BODY)" nil t)
19523
19524(put 'org-babel-map-src-blocks 'lisp-indent-function '1)
19525
19526(autoload 'org-babel-map-inline-src-blocks "ob" "\
19527Evaluate BODY forms on each inline source-block in FILE.
19528If FILE is nil evaluate BODY forms on source blocks in current
19529buffer.
19530
19531\(fn FILE &rest BODY)" nil t)
19532
19533(put 'org-babel-map-inline-src-blocks 'lisp-indent-function '1)
19534
19535(autoload 'org-babel-map-call-lines "ob" "\
19536Evaluate BODY forms on each call line in FILE.
19537If FILE is nil evaluate BODY forms on source blocks in current
19538buffer.
19539
19540\(fn FILE &rest BODY)" nil t)
19541
19542(put 'org-babel-map-call-lines 'lisp-indent-function '1)
19543
19544(autoload 'org-babel-map-executables "ob" "\
19545
19546
19547\(fn FILE &rest BODY)" nil t)
19548
19549(put 'org-babel-map-executables 'lisp-indent-function '1)
19550
19551(autoload 'org-babel-execute-buffer "ob" "\
19552Execute source code blocks in a buffer.
19553Call `org-babel-execute-src-block' on every source block in
19554the current buffer.
19555
19556\(fn &optional ARG)" t nil)
19557
19558(autoload 'org-babel-execute-subtree "ob" "\
19559Execute source code blocks in a subtree.
19560Call `org-babel-execute-src-block' on every source block in
19561the current subtree.
19562
19563\(fn &optional ARG)" t nil)
19564
19565(autoload 'org-babel-sha1-hash "ob" "\
19566Generate an sha1 hash based on the value of info.
19567
19568\(fn &optional INFO)" t nil)
19569
19570(autoload 'org-babel-hide-result-toggle-maybe "ob" "\
19571Toggle visibility of result at point.
19572
19573\(fn)" t nil)
19574
19575(autoload 'org-babel-goto-src-block-head "ob" "\
19576Go to the beginning of the current code block.
19577
19578\(fn)" t nil)
19579
19580(autoload 'org-babel-goto-named-src-block "ob" "\
19581Go to a named source-code block.
19582
19583\(fn NAME)" t nil)
19584
19585(autoload 'org-babel-goto-named-result "ob" "\
19586Go to a named result.
19587
19588\(fn NAME)" t nil)
19589
19590(autoload 'org-babel-next-src-block "ob" "\
19591Jump to the next source block.
19592With optional prefix argument ARG, jump forward ARG many source blocks.
19593
19594\(fn &optional ARG)" t nil)
19595
19596(autoload 'org-babel-previous-src-block "ob" "\
19597Jump to the previous source block.
19598With optional prefix argument ARG, jump backward ARG many source blocks.
19599
19600\(fn &optional ARG)" t nil)
19601
19602(autoload 'org-babel-mark-block "ob" "\
19603Mark current src block.
19604
19605\(fn)" t nil)
19606
19607;;;***
19608
19609;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el"
19610;;;;;; (20244 35516 0 0))
19611;;; Generated autoloads from org/ob-keys.el
19612
19613(autoload 'org-babel-describe-bindings "ob-keys" "\
19614Describe all keybindings behind `org-babel-key-prefix'.
19615
19616\(fn)" t nil)
19617
19618;;;***
19619
19620;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe
19621;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (20585 55103
19622;;;;;; 0 0))
19623;;; Generated autoloads from org/ob-lob.el
19624
19625(autoload 'org-babel-lob-ingest "ob-lob" "\
19626Add all named source-blocks defined in FILE to
19627`org-babel-library-of-babel'.
19628
19629\(fn &optional FILE)" t nil)
19630
19631(autoload 'org-babel-lob-execute-maybe "ob-lob" "\
19632Execute a Library of Babel source block, if appropriate.
19633Detect if this is context for a Library Of Babel source block and
19634if so then run the appropriate source block from the Library.
19635
19636\(fn)" t nil)
19637
19638(autoload 'org-babel-lob-get-info "ob-lob" "\
19639Return a Library of Babel function call as a string.
19640
19641\(fn)" nil nil)
19642
19643;;;***
19644
19645;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file
19646;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el"
19647;;;;;; (20585 55103 0 0))
19648;;; Generated autoloads from org/ob-tangle.el
19649
19650(defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\
19651Alist mapping languages to their file extensions.
19652The key is the language name, the value is the string that should
19653be inserted as the extension commonly used to identify files
19654written in this language. If no entry is found in this list,
19655then the name of the language is used.")
19656
19657(custom-autoload 'org-babel-tangle-lang-exts "ob-tangle" t)
19658
19659(autoload 'org-babel-load-file "ob-tangle" "\
19660Load Emacs Lisp source code blocks in the Org-mode FILE.
19661This function exports the source code using
19662`org-babel-tangle' and then loads the resulting file using
19663`load-file'.
19664
19665\(fn FILE)" t nil)
19666
19667(autoload 'org-babel-tangle-file "ob-tangle" "\
19668Extract the bodies of source code blocks in FILE.
19669Source code blocks are extracted with `org-babel-tangle'.
19670Optional argument TARGET-FILE can be used to specify a default
19671export file for all source blocks. Optional argument LANG can be
19672used to limit the exported source code blocks by language.
19673
19674\(fn FILE &optional TARGET-FILE LANG)" t nil)
19675
19676(autoload 'org-babel-tangle "ob-tangle" "\
19677Write code blocks to source-specific files.
19678Extract the bodies of all source code blocks from the current
19679file into their own source-specific files. Optional argument
19680TARGET-FILE can be used to specify a default export file for all
19681source blocks. Optional argument LANG can be used to limit the
19682exported source code blocks by language.
19683
19684\(fn &optional ONLY-THIS-BLOCK TARGET-FILE LANG)" t nil)
19685
19686;;;***
19687
19688;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 19389;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
19689;;;;;; (20356 35090 0 0)) 19390;;;;;; (20355 10021 546955 0))
19690;;; Generated autoloads from progmodes/octave-inf.el 19391;;; Generated autoloads from progmodes/octave-inf.el
19691 19392
19692(autoload 'inferior-octave "octave-inf" "\ 19393(autoload 'inferior-octave "octave-inf" "\
@@ -19709,7 +19410,7 @@ startup file, `~/.emacs-octave'.
19709;;;*** 19410;;;***
19710 19411
19711;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 19412;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
19712;;;;;; (20567 31133 0 0)) 19413;;;;;; (20566 63671 243798 0))
19713;;; Generated autoloads from progmodes/octave-mod.el 19414;;; Generated autoloads from progmodes/octave-mod.el
19714 19415
19715(autoload 'octave-mode "octave-mod" "\ 19416(autoload 'octave-mode "octave-mod" "\
@@ -19791,16 +19492,13 @@ including a reproducible test case and send the message.
19791 19492
19792;;;*** 19493;;;***
19793 19494
19794;;;### (autoloads (org-unindent-buffer org-transpose-element org-narrow-to-element 19495;;;### (autoloads (org-customize org-reload org-submit-bug-report
19795;;;;;; org-mark-element org-drag-element-forward org-drag-element-backward 19496;;;;;; org-cycle-agenda-files org-switchb org-open-link-from-string
19796;;;;;; org-up-element org-backward-element org-forward-element org-customize 19497;;;;;; org-open-at-point-global org-insert-link-global org-store-link
19797;;;;;; org-reload org-require-autoloaded-modules org-submit-bug-report 19498;;;;;; org-run-like-in-org-mode turn-on-orgstruct++ turn-on-orgstruct
19798;;;;;; org-cycle-agenda-files org-switchb org-map-entries org-update-all-dblocks 19499;;;;;; orgstruct-mode org-global-cycle org-cycle org-mode org-clock-persistence-insinuate
19799;;;;;; org-open-link-from-string org-open-at-point-global org-insert-link-global 19500;;;;;; turn-on-orgtbl org-version org-babel-do-load-languages) "org"
19800;;;;;; org-store-link org-run-like-in-org-mode turn-on-orgstruct++ 19501;;;;;; "org/org.el" (20618 55210 422086 0))
19801;;;;;; turn-on-orgstruct orgstruct-mode org-global-cycle org-mode
19802;;;;;; org-version org-babel-do-load-languages) "org" "org/org.el"
19803;;;;;; (20585 55103 0 0))
19804;;; Generated autoloads from org/org.el 19502;;; Generated autoloads from org/org.el
19805 19503
19806(autoload 'org-babel-do-load-languages "org" "\ 19504(autoload 'org-babel-do-load-languages "org" "\
@@ -19816,6 +19514,16 @@ When MESSAGE is non-nil, display a message with the version.
19816 19514
19817\(fn &optional HERE FULL MESSAGE)" t nil) 19515\(fn &optional HERE FULL MESSAGE)" t nil)
19818 19516
19517(autoload 'turn-on-orgtbl "org" "\
19518Unconditionally turn on `orgtbl-mode'.
19519
19520\(fn)" nil nil)
19521
19522(autoload 'org-clock-persistence-insinuate "org" "\
19523Set up hooks for clock persistence.
19524
19525\(fn)" nil nil)
19526
19819(autoload 'org-mode "org" "\ 19527(autoload 'org-mode "org" "\
19820Outline-based notes management and organizer, alias 19528Outline-based notes management and organizer, alias
19821\"Carsten's outline-mode for keeping track of everything.\" 19529\"Carsten's outline-mode for keeping track of everything.\"
@@ -19837,7 +19545,55 @@ The following commands are available:
19837 19545
19838\(fn)" t nil) 19546\(fn)" t nil)
19839 19547
19840(defvar org-inlinetask-min-level) 19548(autoload 'org-cycle "org" "\
19549TAB-action and visibility cycling for Org-mode.
19550
19551This is the command invoked in Org-mode by the TAB key. Its main purpose
19552is outline visibility cycling, but it also invokes other actions
19553in special contexts.
19554
19555- When this function is called with a prefix argument, rotate the entire
19556 buffer through 3 states (global cycling)
19557 1. OVERVIEW: Show only top-level headlines.
19558 2. CONTENTS: Show all headlines of all levels, but no body text.
19559 3. SHOW ALL: Show everything.
19560 When called with two `C-u C-u' prefixes, switch to the startup visibility,
19561 determined by the variable `org-startup-folded', and by any VISIBILITY
19562 properties in the buffer.
19563 When called with three `C-u C-u C-u' prefixed, show the entire buffer,
19564 including any drawers.
19565
19566- When inside a table, re-align the table and move to the next field.
19567
19568- When point is at the beginning of a headline, rotate the subtree started
19569 by this line through 3 different states (local cycling)
19570 1. FOLDED: Only the main headline is shown.
19571 2. CHILDREN: The main headline and the direct children are shown.
19572 From this state, you can move to one of the children
19573 and zoom in further.
19574 3. SUBTREE: Show the entire subtree, including body text.
19575 If there is no subtree, switch directly from CHILDREN to FOLDED.
19576
19577- When point is at the beginning of an empty headline and the variable
19578 `org-cycle-level-after-item/entry-creation' is set, cycle the level
19579 of the headline by demoting and promoting it to likely levels. This
19580 speeds up creation document structure by pressing TAB once or several
19581 times right after creating a new headline.
19582
19583- When there is a numeric prefix, go up to a heading with level ARG, do
19584 a `show-subtree' and return to the previous cursor position. If ARG
19585 is negative, go up that many levels.
19586
19587- When point is not at the beginning of a headline, execute the global
19588 binding for TAB, which is re-indenting the line. See the option
19589 `org-cycle-emulate-tab' for details.
19590
19591- Special case: if point is at the beginning of the buffer and there is
19592 no headline in line 1, this function will act as if called with prefix arg
19593 (C-u TAB, same as S-TAB) also when called without prefix arg.
19594 But only if also the variable `org-cycle-global-at-bob' is t.
19595
19596\(fn &optional ARG)" t nil)
19841 19597
19842(autoload 'org-global-cycle "org" "\ 19598(autoload 'org-global-cycle "org" "\
19843Cycle the global visibility. For details see `org-cycle'. 19599Cycle the global visibility. For details see `org-cycle'.
@@ -19918,75 +19674,6 @@ Open a link in the string S, as if it was in Org-mode.
19918 19674
19919\(fn S &optional ARG REFERENCE-BUFFER)" t nil) 19675\(fn S &optional ARG REFERENCE-BUFFER)" t nil)
19920 19676
19921(autoload 'org-update-all-dblocks "org" "\
19922Update all dynamic blocks in the buffer.
19923This function can be used in a hook.
19924
19925\(fn)" t nil)
19926
19927(autoload 'org-map-entries "org" "\
19928Call FUNC at each headline selected by MATCH in SCOPE.
19929
19930FUNC is a function or a lisp form. The function will be called without
19931arguments, with the cursor positioned at the beginning of the headline.
19932The return values of all calls to the function will be collected and
19933returned as a list.
19934
19935The call to FUNC will be wrapped into a save-excursion form, so FUNC
19936does not need to preserve point. After evaluation, the cursor will be
19937moved to the end of the line (presumably of the headline of the
19938processed entry) and search continues from there. Under some
19939circumstances, this may not produce the wanted results. For example,
19940if you have removed (e.g. archived) the current (sub)tree it could
19941mean that the next entry will be skipped entirely. In such cases, you
19942can specify the position from where search should continue by making
19943FUNC set the variable `org-map-continue-from' to the desired buffer
19944position.
19945
19946MATCH is a tags/property/todo match as it is used in the agenda tags view.
19947Only headlines that are matched by this query will be considered during
19948the iteration. When MATCH is nil or t, all headlines will be
19949visited by the iteration.
19950
19951SCOPE determines the scope of this command. It can be any of:
19952
19953nil The current buffer, respecting the restriction if any
19954tree The subtree started with the entry at point
19955region The entries within the active region, if any
19956region-start-level
19957 The entries within the active region, but only those at
19958 the same level than the first one.
19959file The current buffer, without restriction
19960file-with-archives
19961 The current buffer, and any archives associated with it
19962agenda All agenda files
19963agenda-with-archives
19964 All agenda files with any archive files associated with them
19965\(file1 file2 ...)
19966 If this is a list, all files in the list will be scanned
19967
19968The remaining args are treated as settings for the skipping facilities of
19969the scanner. The following items can be given here:
19970
19971 archive skip trees with the archive tag.
19972 comment skip trees with the COMMENT keyword
19973 function or Emacs Lisp form:
19974 will be used as value for `org-agenda-skip-function', so whenever
19975 the function returns t, FUNC will not be called for that
19976 entry and search will continue from the point where the
19977 function leaves it.
19978
19979If your function needs to retrieve the tags including inherited tags
19980at the *current* entry, you can use the value of the variable
19981`org-scanner-tags' which will be much faster than getting the value
19982with `org-get-tags-at'. If your function gets properties with
19983`org-entry-properties' at the *current* entry, bind `org-trust-scanner-tags'
19984to t around the call to `org-entry-properties' to get the same speedup.
19985Note that if your function moves around to retrieve tags and properties at
19986a *different* entry, you cannot use these techniques.
19987
19988\(fn FUNC &optional MATCH SCOPE &rest SKIP)" nil nil)
19989
19990(autoload 'org-switchb "org" "\ 19677(autoload 'org-switchb "org" "\
19991Switch between Org buffers. 19678Switch between Org buffers.
19992With one prefix argument, restrict available buffers to files. 19679With one prefix argument, restrict available buffers to files.
@@ -20019,11 +19706,6 @@ information about your Org-mode version and configuration.
20019 19706
20020\(fn)" t nil) 19707\(fn)" t nil)
20021 19708
20022(autoload 'org-require-autoloaded-modules "org" "\
20023
20024
20025\(fn)" t nil)
20026
20027(autoload 'org-reload "org" "\ 19709(autoload 'org-reload "org" "\
20028Reload all org lisp files. 19710Reload all org lisp files.
20029With prefix arg UNCOMPILED, load the uncompiled versions. 19711With prefix arg UNCOMPILED, load the uncompiled versions.
@@ -20035,70 +19717,14 @@ Call the customize function with org as argument.
20035 19717
20036\(fn)" t nil) 19718\(fn)" t nil)
20037 19719
20038(autoload 'org-forward-element "org" "\
20039Move forward by one element.
20040Move to the next element at the same level, when possible.
20041
20042\(fn)" t nil)
20043
20044(autoload 'org-backward-element "org" "\
20045Move backward by one element.
20046Move to the previous element at the same level, when possible.
20047
20048\(fn)" t nil)
20049
20050(autoload 'org-up-element "org" "\
20051Move to upper element.
20052
20053\(fn)" t nil)
20054
20055(defvar org-element-greater-elements)
20056
20057(autoload 'org-drag-element-backward "org" "\
20058Move backward element at point.
20059
20060\(fn)" t nil)
20061
20062(autoload 'org-drag-element-forward "org" "\
20063Move forward element at point.
20064
20065\(fn)" t nil)
20066
20067(autoload 'org-mark-element "org" "\
20068Put point at beginning of this element, mark at end.
20069
20070Interactively, if this command is repeated or (in Transient Mark
20071mode) if the mark is active, it marks the next element after the
20072ones already marked.
20073
20074\(fn)" t nil)
20075
20076(autoload 'org-narrow-to-element "org" "\
20077Narrow buffer to current element.
20078
20079\(fn)" t nil)
20080
20081(autoload 'org-transpose-element "org" "\
20082Transpose current and previous elements, keeping blank lines between.
20083Point is moved after both elements.
20084
20085\(fn)" t nil)
20086
20087(autoload 'org-unindent-buffer "org" "\
20088Un-indent the visible part of the buffer.
20089Relative indentation (between items, inside blocks, etc.) isn't
20090modified.
20091
20092\(fn)" t nil)
20093
20094;;;*** 19720;;;***
20095 19721
20096;;;### (autoloads (org-agenda-to-appt org-calendar-goto-agenda org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item 19722;;;### (autoloads (org-agenda-to-appt org-calendar-goto-agenda org-diary
20097;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list 19723;;;;;; org-agenda-list-stuck-projects org-tags-view org-todo-list
20098;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views 19724;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
20099;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 19725;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
20100;;;;;; org-agenda org-toggle-sticky-agenda) "org-agenda" "org/org-agenda.el" 19726;;;;;; org-agenda org-toggle-sticky-agenda) "org-agenda" "org/org-agenda.el"
20101;;;;;; (20592 26321 0 0)) 19727;;;;;; (20618 55210 422086 0))
20102;;; Generated autoloads from org/org-agenda.el 19728;;; Generated autoloads from org/org-agenda.el
20103 19729
20104(autoload 'org-toggle-sticky-agenda "org-agenda" "\ 19730(autoload 'org-toggle-sticky-agenda "org-agenda" "\
@@ -20312,11 +19938,6 @@ function from a program - use `org-agenda-get-day-entries' instead.
20312 19938
20313\(fn &rest ARGS)" nil nil) 19939\(fn &rest ARGS)" nil nil)
20314 19940
20315(autoload 'org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item "org-agenda" "\
20316Do we have a reason to ignore this TODO entry because it has a time stamp?
20317
20318\(fn &optional END)" nil nil)
20319
20320(autoload 'org-calendar-goto-agenda "org-agenda" "\ 19941(autoload 'org-calendar-goto-agenda "org-agenda" "\
20321Compute the Org-mode agenda for the calendar date displayed at the cursor. 19942Compute the Org-mode agenda for the calendar date displayed at the cursor.
20322This is a command that has to be installed in `calendar-mode-map'. 19943This is a command that has to be installed in `calendar-mode-map'.
@@ -20359,131 +19980,37 @@ to override `appt-message-warning-time'.
20359 19980
20360;;;*** 19981;;;***
20361 19982
20362;;;### (autoloads (org-archive-subtree-default-with-confirmation 19983;;;### (autoloads (org-beamer-mode org-beamer-sectioning) "org-beamer"
20363;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el" 19984;;;;;; "org/org-beamer.el" (20618 55210 422086 0))
20364;;;;;; (20585 55103 0 0)) 19985;;; Generated autoloads from org/org-beamer.el
20365;;; Generated autoloads from org/org-archive.el
20366
20367(autoload 'org-archive-subtree-default "org-archive" "\
20368Archive the current subtree with the default command.
20369This command is set with the variable `org-archive-default-command'.
20370
20371\(fn)" t nil)
20372
20373(autoload 'org-archive-subtree-default-with-confirmation "org-archive" "\
20374Archive the current subtree with the default command.
20375This command is set with the variable `org-archive-default-command'.
20376
20377\(fn)" t nil)
20378
20379;;;***
20380
20381;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii
20382;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer
20383;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer
20384;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (20585
20385;;;;;; 55103 0 0))
20386;;; Generated autoloads from org/org-ascii.el
20387
20388(autoload 'org-export-as-latin1 "org-ascii" "\
20389Like `org-export-as-ascii', use latin1 encoding for special symbols.
20390
20391\(fn &rest ARGS)" t nil)
20392
20393(autoload 'org-export-as-latin1-to-buffer "org-ascii" "\
20394Like `org-export-as-ascii-to-buffer', use latin1 encoding for symbols.
20395
20396\(fn &rest ARGS)" t nil)
20397
20398(autoload 'org-export-as-utf8 "org-ascii" "\
20399Like `org-export-as-ascii', use encoding for special symbols.
20400 19986
20401\(fn &rest ARGS)" t nil) 19987(autoload 'org-beamer-sectioning "org-beamer" "\
20402 19988Return the sectioning entry for the current headline.
20403(autoload 'org-export-as-utf8-to-buffer "org-ascii" "\ 19989LEVEL is the reduced level of the headline.
20404Like `org-export-as-ascii-to-buffer', use utf8 encoding for symbols. 19990TEXT is the text of the headline, everything except the leading stars.
20405 19991The return value is a cons cell. The car is the headline text, usually
20406\(fn &rest ARGS)" t nil) 19992just TEXT, but possibly modified if options have been extracted from the
20407 19993text. The cdr is the sectioning entry, similar to what is given
20408(autoload 'org-export-as-ascii-to-buffer "org-ascii" "\ 19994in org-export-latex-classes.
20409Call `org-export-as-ascii` with output to a temporary buffer.
20410No file is created. The prefix ARG is passed through to `org-export-as-ascii'.
20411
20412\(fn ARG)" t nil)
20413
20414(autoload 'org-replace-region-by-ascii "org-ascii" "\
20415Assume the current region has org-mode syntax, and convert it to plain ASCII.
20416This can be used in any buffer. For example, you could write an
20417itemized list in org-mode syntax in a Mail buffer and then use this
20418command to convert it.
20419
20420\(fn BEG END)" t nil)
20421 19995
20422(autoload 'org-export-region-as-ascii "org-ascii" "\ 19996\(fn LEVEL TEXT)" nil nil)
20423Convert region from BEG to END in org-mode buffer to plain ASCII.
20424If prefix arg BODY-ONLY is set, omit file header, footer, and table of
20425contents, and only produce the region of converted text, useful for
20426cut-and-paste operations.
20427If BUFFER is a buffer or a string, use/create that buffer as a target
20428of the converted ASCII. If BUFFER is the symbol `string', return the
20429produced ASCII as a string and leave not buffer behind. For example,
20430a Lisp program could call this function in the following way:
20431 19997
20432 (setq ascii (org-export-region-as-ascii beg end t 'string)) 19998(autoload 'org-beamer-mode "org-beamer" "\
19999Special support for editing Org-mode files made to export to beamer.
20433 20000
20434When called interactively, the output buffer is selected, and shown 20001\(fn &optional ARG)" t nil)
20435in a window. A non-interactive call will only return the buffer.
20436
20437\(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
20438
20439(autoload 'org-export-as-ascii "org-ascii" "\
20440Export the outline as a pretty ASCII file.
20441If there is an active region, export only the region.
20442The prefix ARG specifies how many levels of the outline should become
20443underlined headlines, default is 3. Lower levels will become bulleted
20444lists. When HIDDEN is non-nil, don't display the ASCII buffer.
20445EXT-PLIST is a property list with external parameters overriding
20446org-mode's default settings, but still inferior to file-local
20447settings. When TO-BUFFER is non-nil, create a buffer with that
20448name and export to that buffer. If TO-BUFFER is the symbol
20449`string', don't leave any buffer behind but just return the
20450resulting ASCII as a string. When BODY-ONLY is set, don't produce
20451the file header and footer. When PUB-DIR is set, use this as the
20452publishing directory.
20453
20454\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20455
20456;;;***
20457
20458;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (20585
20459;;;;;; 55103 0 0))
20460;;; Generated autoloads from org/org-attach.el
20461
20462(autoload 'org-attach "org-attach" "\
20463The dispatcher for attachment commands.
20464Shows a list of commands and prompts for another key to execute a command.
20465
20466\(fn)" t nil)
20467 20002
20468;;;*** 20003;;;***
20469 20004
20470;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" 20005;;;### (autoloads (org-capture-import-remember-templates org-capture
20471;;;;;; (20585 55103 0 0)) 20006;;;;;; org-capture-string) "org-capture" "org/org-capture.el" (20618
20472;;; Generated autoloads from org/org-bbdb.el 20007;;;;;; 55210 422086 0))
20473 20008;;; Generated autoloads from org/org-capture.el
20474(autoload 'org-bbdb-anniversaries "org-bbdb" "\
20475Extract anniversaries from BBDB for display in the agenda.
20476 20009
20477\(fn)" nil nil) 20010(autoload 'org-capture-string "org-capture" "\
20478 20011
20479;;;***
20480
20481;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here
20482;;;;;; org-capture) "org-capture" "org/org-capture.el" (20585 55103
20483;;;;;; 0 0))
20484;;; Generated autoloads from org/org-capture.el
20485 20012
20486(defvar org-capture-initial nil) 20013\(fn STRING &optional KEYS)" t nil)
20487 20014
20488(autoload 'org-capture "org-capture" "\ 20015(autoload 'org-capture "org-capture" "\
20489Capture something. 20016Capture something.
@@ -20510,11 +20037,6 @@ agenda will use the date at point as the default date.
20510 20037
20511\(fn &optional GOTO KEYS)" t nil) 20038\(fn &optional GOTO KEYS)" t nil)
20512 20039
20513(autoload 'org-capture-insert-template-here "org-capture" "\
20514
20515
20516\(fn)" nil nil)
20517
20518(autoload 'org-capture-import-remember-templates "org-capture" "\ 20040(autoload 'org-capture-import-remember-templates "org-capture" "\
20519Set org-capture-templates to be similar to `org-remember-templates'. 20041Set org-capture-templates to be similar to `org-remember-templates'.
20520 20042
@@ -20522,1123 +20044,64 @@ Set org-capture-templates to be similar to `org-remember-templates'.
20522 20044
20523;;;*** 20045;;;***
20524 20046
20525;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable 20047;;;### (autoloads (org-agenda-columns org-insert-columns-dblock org-dblock-write:columnview
20526;;;;;; org-clock-in-last) "org-clock" "org/org-clock.el" (20585 20048;;;;;; org-columns) "org-colview" "org/org-colview.el" (20618 55210
20527;;;;;; 55103 0 0)) 20049;;;;;; 422086 0))
20528;;; Generated autoloads from org/org-clock.el 20050;;; Generated autoloads from org/org-colview.el
20529 20051
20530(autoload 'org-clock-in-last "org-clock" "\ 20052(autoload 'org-columns "org-colview" "\
20531Clock in the last closed clocked item. 20053Turn on column view on an org-mode file.
20532When already clocking in, send an warning. 20054When COLUMNS-FMT-STRING is non-nil, use it as the column format.
20533With a universal prefix argument, select the task you want to
20534clock in from the last clocked in tasks.
20535With two universal prefix arguments, start clocking using the
20536last clock-out time, if any.
20537With three universal prefix arguments, interactively prompt
20538for a todo state to switch to, overriding the existing value
20539`org-clock-in-switch-to-state'.
20540 20055
20541\(fn &optional ARG)" t nil) 20056\(fn &optional COLUMNS-FMT-STRING)" t nil)
20542
20543(autoload 'org-get-clocktable "org-clock" "\
20544Get a formatted clocktable with parameters according to PROPS.
20545The table is created in a temporary buffer, fully formatted and
20546fontified, and then returned.
20547
20548\(fn &rest PROPS)" nil nil)
20549
20550(autoload 'org-clock-persistence-insinuate "org-clock" "\
20551Set up hooks for clock persistence.
20552
20553\(fn)" nil nil)
20554
20555;;;***
20556
20557;;;### (autoloads (org-check-version) "org-compat" "org/org-compat.el"
20558;;;;;; (20585 55103 0 0))
20559;;; Generated autoloads from org/org-compat.el
20560
20561(autoload 'org-check-version "org-compat" "\
20562Try very hard to provide sensible version strings.
20563 20057
20564\(fn)" nil t) 20058(autoload 'org-dblock-write:columnview "org-colview" "\
20059Write the column view table.
20060PARAMS is a property list of parameters:
20565 20061
20566;;;*** 20062:width enforce same column widths with <N> specifiers.
20567 20063:id the :ID: property of the entry where the columns view
20568;;;### (autoloads (org-datetree-find-date-create) "org-datetree" 20064 should be built. When the symbol `local', call locally.
20569;;;;;; "org/org-datetree.el" (20585 55103 0 0)) 20065 When `global' call column view with the cursor at the beginning
20570;;; Generated autoloads from org/org-datetree.el 20066 of the buffer (usually this means that the whole buffer switches
20067 to column view). When \"file:path/to/file.org\", invoke column
20068 view at the start of that file. Otherwise, the ID is located
20069 using `org-id-find'.
20070:hlines When t, insert a hline before each item. When a number, insert
20071 a hline before each level <= that number.
20072:vlines When t, make each column a colgroup to enforce vertical lines.
20073:maxlevel When set to a number, don't capture headlines below this level.
20074:skip-empty-rows
20075 When t, skip rows where all specifiers other than ITEM are empty.
20076:format When non-nil, specify the column view format to use.
20571 20077
20572(autoload 'org-datetree-find-date-create "org-datetree" "\ 20078\(fn PARAMS)" nil nil)
20573Find or create an entry for DATE.
20574If KEEP-RESTRICTION is non-nil, do not widen the buffer.
20575When it is nil, the buffer will be widened to make sure an existing date
20576tree can be found.
20577 20079
20578\(fn DATE &optional KEEP-RESTRICTION)" nil nil) 20080(autoload 'org-insert-columns-dblock "org-colview" "\
20579 20081Create a dynamic block capturing a column view table.
20580;;;***
20581
20582;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open
20583;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook
20584;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch)
20585;;;;;; "org-docbook" "org/org-docbook.el" (20585 55103 0 0))
20586;;; Generated autoloads from org/org-docbook.el
20587
20588(autoload 'org-export-as-docbook-batch "org-docbook" "\
20589Call `org-export-as-docbook' in batch style.
20590This function can be used in batch processing.
20591
20592For example:
20593
20594$ emacs --batch
20595 --load=$HOME/lib/emacs/org.el
20596 --visit=MyOrgFile.org --funcall org-export-as-docbook-batch
20597
20598\(fn)" nil nil)
20599
20600(autoload 'org-export-as-docbook-to-buffer "org-docbook" "\
20601Call `org-export-as-docbook' with output to a temporary buffer.
20602No file is created.
20603 20082
20604\(fn)" t nil) 20083\(fn)" t nil)
20605 20084
20606(autoload 'org-replace-region-by-docbook "org-docbook" "\ 20085(autoload 'org-agenda-columns "org-colview" "\
20607Replace the region from BEG to END with its DocBook export. 20086Turn on or update column view in the agenda.
20608It assumes the region has `org-mode' syntax, and then convert it to
20609DocBook. This can be used in any buffer. For example, you could
20610write an itemized list in `org-mode' syntax in an DocBook buffer and
20611then use this command to convert it.
20612
20613\(fn BEG END)" t nil)
20614
20615(autoload 'org-export-region-as-docbook "org-docbook" "\
20616Convert region from BEG to END in `org-mode' buffer to DocBook.
20617If prefix arg BODY-ONLY is set, omit file header and footer and
20618only produce the region of converted text, useful for
20619cut-and-paste operations. If BUFFER is a buffer or a string,
20620use/create that buffer as a target of the converted DocBook. If
20621BUFFER is the symbol `string', return the produced DocBook as a
20622string and leave not buffer behind. For example, a Lisp program
20623could call this function in the following way:
20624
20625 (setq docbook (org-export-region-as-docbook beg end t 'string))
20626
20627When called interactively, the output buffer is selected, and shown
20628in a window. A non-interactive call will only return the buffer.
20629
20630\(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
20631
20632(autoload 'org-export-as-docbook-pdf "org-docbook" "\
20633Export as DocBook XML file, and generate PDF file.
20634
20635\(fn &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20636
20637(autoload 'org-export-as-docbook-pdf-and-open "org-docbook" "\
20638Export as DocBook XML file, generate PDF file, and open it.
20639 20087
20640\(fn)" t nil) 20088\(fn)" t nil)
20641 20089
20642(autoload 'org-export-as-docbook "org-docbook" "\
20643Export the current buffer as a DocBook file.
20644If there is an active region, export only the region. When
20645HIDDEN is obsolete and does nothing. EXT-PLIST is a
20646property list with external parameters overriding org-mode's
20647default settings, but still inferior to file-local settings.
20648When TO-BUFFER is non-nil, create a buffer with that name and
20649export to that buffer. If TO-BUFFER is the symbol `string',
20650don't leave any buffer behind but just return the resulting HTML
20651as a string. When BODY-ONLY is set, don't produce the file
20652header and footer, simply return the content of the document (all
20653top-level sections). When PUB-DIR is set, use this as the
20654publishing directory.
20655
20656\(fn &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20657
20658;;;*** 20090;;;***
20659 20091
20660;;;### (autoloads (org-element-context org-element-at-point org-element-interpret-data) 20092;;;### (autoloads (org-check-version) "org-compat" "org/org-compat.el"
20661;;;;;; "org-element" "org/org-element.el" (20592 26321 0 0)) 20093;;;;;; (20618 55210 422086 0))
20662;;; Generated autoloads from org/org-element.el 20094;;; Generated autoloads from org/org-compat.el
20663
20664(autoload 'org-element-interpret-data "org-element" "\
20665Interpret DATA as Org syntax.
20666
20667DATA is a parse tree, an element, an object or a secondary string
20668to interpret.
20669
20670Optional argument PARENT is used for recursive calls. It contains
20671the element or object containing data, or nil.
20672
20673Return Org syntax as a string.
20674
20675\(fn DATA &optional PARENT)" nil nil)
20676
20677(autoload 'org-element-at-point "org-element" "\
20678Determine closest element around point.
20679
20680Return value is a list like (TYPE PROPS) where TYPE is the type
20681of the element and PROPS a plist of properties associated to the
20682element.
20683
20684Possible types are defined in `org-element-all-elements'.
20685Properties depend on element or object type, but always
20686include :begin, :end, :parent and :post-blank properties.
20687
20688As a special case, if point is at the very beginning of a list or
20689sub-list, returned element will be that list instead of the first
20690item. In the same way, if point is at the beginning of the first
20691row of a table, returned element will be the table instead of the
20692first row.
20693
20694If optional argument KEEP-TRAIL is non-nil, the function returns
20695a list of of elements leading to element at point. The list's
20696CAR is always the element at point. Following positions contain
20697element's siblings, then parents, siblings of parents, until the
20698first element of current section.
20699
20700\(fn &optional KEEP-TRAIL)" nil nil)
20701
20702(autoload 'org-element-context "org-element" "\
20703Return closest element or object around point.
20704
20705Return value is a list like (TYPE PROPS) where TYPE is the type
20706of the element or object and PROPS a plist of properties
20707associated to it.
20708
20709Possible types are defined in `org-element-all-elements' and
20710`org-element-all-objects'. Properties depend on element or
20711object type, but always include :begin, :end, :parent
20712and :post-blank properties.
20713
20714\(fn)" nil nil)
20715
20716;;;***
20717
20718;;;### (autoloads (org-insert-export-options-template org-export-as-org
20719;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el"
20720;;;;;; (20585 55103 0 0))
20721;;; Generated autoloads from org/org-exp.el
20722
20723(autoload 'org-export "org-exp" "\
20724Export dispatcher for Org-mode.
20725When `org-export-run-in-background' is non-nil, try to run the command
20726in the background. This will be done only for commands that write
20727to a file. For details see the docstring of `org-export-run-in-background'.
20728
20729The prefix argument ARG will be passed to the exporter. However, if
20730ARG is a double universal prefix \\[universal-argument] \\[universal-argument], that means to inverse the
20731value of `org-export-run-in-background'.
20732
20733If `org-export-initial-scope' is set to 'subtree, try to export
20734the current subtree, otherwise try to export the whole buffer.
20735Pressing `1' will switch between these two options.
20736
20737\(fn &optional ARG)" t nil)
20738
20739(autoload 'org-export-visible "org-exp" "\
20740Create a copy of the visible part of the current buffer, and export it.
20741The copy is created in a temporary buffer and removed after use.
20742TYPE is the final key (as a string) that also selects the export command in
20743the \\<org-mode-map>\\[org-export] export dispatcher.
20744As a special case, if the you type SPC at the prompt, the temporary
20745org-mode file will not be removed but presented to you so that you can
20746continue to use it. The prefix arg ARG is passed through to the exporting
20747command.
20748
20749\(fn TYPE ARG)" t nil)
20750
20751(autoload 'org-export-as-org "org-exp" "\
20752Make a copy with not-exporting stuff removed.
20753The purpose of this function is to provide a way to export the source
20754Org file of a webpage in Org format, but with sensitive and/or irrelevant
20755stuff removed. This command will remove the following:
20756
20757- archived trees (if the variable `org-export-with-archived-trees' is nil)
20758- comment blocks and trees starting with the COMMENT keyword
20759- only trees that are consistent with `org-export-select-tags'
20760 and `org-export-exclude-tags'.
20761
20762The only arguments that will be used are EXT-PLIST and PUB-DIR,
20763all the others will be ignored (but are present so that the general
20764mechanism to call publishing functions will work).
20765
20766EXT-PLIST is a property list with external parameters overriding
20767org-mode's default settings, but still inferior to file-local
20768settings. When PUB-DIR is set, use this as the publishing
20769directory.
20770
20771\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20772
20773(autoload 'org-insert-export-options-template "org-exp" "\
20774Insert into the buffer a template with information for exporting.
20775
20776\(fn)" t nil)
20777
20778;;;***
20779
20780;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update
20781;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (20585
20782;;;;;; 55103 0 0))
20783;;; Generated autoloads from org/org-feed.el
20784
20785(autoload 'org-feed-update-all "org-feed" "\
20786Get inbox items from all feeds in `org-feed-alist'.
20787
20788\(fn)" t nil)
20789
20790(autoload 'org-feed-update "org-feed" "\
20791Get inbox items from FEED.
20792FEED can be a string with an association in `org-feed-alist', or
20793it can be a list structured like an entry in `org-feed-alist'.
20794
20795\(fn FEED &optional RETRIEVE-ONLY)" t nil)
20796
20797(autoload 'org-feed-goto-inbox "org-feed" "\
20798Go to the inbox that captures the feed named FEED.
20799
20800\(fn FEED)" t nil)
20801
20802(autoload 'org-feed-show-raw-feed "org-feed" "\
20803Show the raw feed buffer of a feed.
20804
20805\(fn FEED)" t nil)
20806
20807;;;***
20808
20809;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote"
20810;;;;;; "org/org-footnote.el" (20585 55103 0 0))
20811;;; Generated autoloads from org/org-footnote.el
20812
20813(autoload 'org-footnote-action "org-footnote" "\
20814Do the right thing for footnotes.
20815
20816When at a footnote reference, jump to the definition.
20817
20818When at a definition, jump to the references if they exist, offer
20819to create them otherwise.
20820
20821When neither at definition or reference, create a new footnote,
20822interactively.
20823
20824With prefix arg SPECIAL, offer additional commands in a menu.
20825
20826\(fn &optional SPECIAL)" t nil)
20827
20828(autoload 'org-footnote-normalize "org-footnote" "\
20829Collect the footnotes in various formats and normalize them.
20830
20831This finds the different sorts of footnotes allowed in Org, and
20832normalizes them to the usual [N] format that is understood by the
20833Org-mode exporters.
20834
20835When SORT-ONLY is set, only sort the footnote definitions into the
20836referenced sequence.
20837
20838If Org is amidst an export process, EXPORT-PROPS will hold the
20839export properties of the buffer.
20840
20841When EXPORT-PROPS is non-nil, the default action is to insert
20842normalized footnotes towards the end of the pre-processing
20843buffer. Some exporters (docbook, odt...) expect footnote
20844definitions to be available before any references to them. Such
20845exporters can let bind `org-footnote-insert-pos-for-preprocessor'
20846to symbol `point-min' to achieve the desired behaviour.
20847
20848Additional note on `org-footnote-insert-pos-for-preprocessor':
208491. This variable has not effect when FOR-PREPROCESSOR is nil.
208502. This variable (potentially) obviates the need for extra scan
20851 of pre-processor buffer as witnessed in
20852 `org-export-docbook-get-footnotes'.
20853
20854\(fn &optional SORT-ONLY EXPORT-PROPS)" nil nil)
20855
20856;;;***
20857
20858;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree
20859;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node
20860;;;;;; org-freemind-show org-export-as-freemind) "org-freemind"
20861;;;;;; "org/org-freemind.el" (20585 55103 0 0))
20862;;; Generated autoloads from org/org-freemind.el
20863
20864(autoload 'org-export-as-freemind "org-freemind" "\
20865Export the current buffer as a Freemind file.
20866If there is an active region, export only the region. HIDDEN is
20867obsolete and does nothing. EXT-PLIST is a property list with
20868external parameters overriding org-mode's default settings, but
20869still inferior to file-local settings. When TO-BUFFER is
20870non-nil, create a buffer with that name and export to that
20871buffer. If TO-BUFFER is the symbol `string', don't leave any
20872buffer behind but just return the resulting HTML as a string.
20873When BODY-ONLY is set, don't produce the file header and footer,
20874simply return the content of the document (all top level
20875sections). When PUB-DIR is set, use this as the publishing
20876directory.
20877
20878See `org-freemind-from-org-mode' for more information.
20879
20880\(fn &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20881
20882(autoload 'org-freemind-show "org-freemind" "\
20883Show file MM-FILE in Freemind.
20884
20885\(fn MM-FILE)" t nil)
20886
20887(autoload 'org-freemind-from-org-mode-node "org-freemind" "\
20888Convert node at line NODE-LINE to the FreeMind file MM-FILE.
20889See `org-freemind-from-org-mode' for more information.
20890
20891\(fn NODE-LINE MM-FILE)" t nil)
20892
20893(autoload 'org-freemind-from-org-mode "org-freemind" "\
20894Convert the `org-mode' file ORG-FILE to the FreeMind file MM-FILE.
20895All the nodes will be opened or closed in Freemind just as you
20896have them in `org-mode'.
20897
20898Note that exporting to Freemind also gives you an alternative way
20899to export from `org-mode' to html. You can create a dynamic html
20900version of the your org file, by first exporting to Freemind and
20901then exporting from Freemind to html. The 'As
20902XHTML (JavaScript)' version in Freemind works very well (and you
20903can use a CSS stylesheet to style it).
20904
20905\(fn ORG-FILE MM-FILE)" t nil)
20906
20907(autoload 'org-freemind-from-org-sparse-tree "org-freemind" "\
20908Convert visible part of buffer ORG-BUFFER to FreeMind file MM-FILE.
20909
20910\(fn ORG-BUFFER MM-FILE)" t nil)
20911
20912(autoload 'org-freemind-to-org-mode "org-freemind" "\
20913Convert FreeMind file MM-FILE to `org-mode' file ORG-FILE.
20914
20915\(fn MM-FILE ORG-FILE)" t nil)
20916
20917;;;***
20918
20919;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html
20920;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer
20921;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html"
20922;;;;;; "org/org-html.el" (20585 55103 0 0))
20923;;; Generated autoloads from org/org-html.el
20924
20925(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp)
20926
20927(put 'org-export-html-style 'safe-local-variable 'stringp)
20928
20929(put 'org-export-html-style-extra 'safe-local-variable 'stringp)
20930
20931(autoload 'org-export-as-html-and-open "org-html" "\
20932Export the outline as HTML and immediately open it with a browser.
20933If there is an active region, export only the region.
20934The prefix ARG specifies how many levels of the outline should become
20935headlines. The default is 3. Lower levels will become bulleted lists.
20936
20937\(fn ARG)" t nil)
20938
20939(autoload 'org-export-as-html-batch "org-html" "\
20940Call the function `org-export-as-html'.
20941This function can be used in batch processing as:
20942emacs --batch
20943 --load=$HOME/lib/emacs/org.el
20944 --eval \"(setq org-export-headline-levels 2)\"
20945 --visit=MyFile --funcall org-export-as-html-batch
20946
20947\(fn)" nil nil)
20948
20949(autoload 'org-export-as-html-to-buffer "org-html" "\
20950Call `org-export-as-html` with output to a temporary buffer.
20951No file is created. The prefix ARG is passed through to `org-export-as-html'.
20952
20953\(fn ARG)" t nil)
20954
20955(autoload 'org-replace-region-by-html "org-html" "\
20956Assume the current region has org-mode syntax, and convert it to HTML.
20957This can be used in any buffer. For example, you could write an
20958itemized list in org-mode syntax in an HTML buffer and then use this
20959command to convert it.
20960
20961\(fn BEG END)" t nil)
20962
20963(autoload 'org-export-region-as-html "org-html" "\
20964Convert region from BEG to END in org-mode buffer to HTML.
20965If prefix arg BODY-ONLY is set, omit file header, footer, and table of
20966contents, and only produce the region of converted text, useful for
20967cut-and-paste operations.
20968If BUFFER is a buffer or a string, use/create that buffer as a target
20969of the converted HTML. If BUFFER is the symbol `string', return the
20970produced HTML as a string and leave not buffer behind. For example,
20971a Lisp program could call this function in the following way:
20972
20973 (setq html (org-export-region-as-html beg end t 'string))
20974
20975When called interactively, the output buffer is selected, and shown
20976in a window. A non-interactive call will only return the buffer.
20977
20978\(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
20979
20980(autoload 'org-export-as-html "org-html" "\
20981Export the outline as a pretty HTML file.
20982If there is an active region, export only the region. The prefix
20983ARG specifies how many levels of the outline should become
20984headlines. The default is 3. Lower levels will become bulleted
20985lists. HIDDEN is obsolete and does nothing.
20986EXT-PLIST is a property list with external parameters overriding
20987org-mode's default settings, but still inferior to file-local
20988settings. When TO-BUFFER is non-nil, create a buffer with that
20989name and export to that buffer. If TO-BUFFER is the symbol
20990`string', don't leave any buffer behind but just return the
20991resulting HTML as a string. When BODY-ONLY is set, don't produce
20992the file header and footer, simply return the content of
20993<body>...</body>, without even the body tags themselves. When
20994PUB-DIR is set, use this as the publishing directory.
20995
20996\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20997
20998(autoload 'org-export-htmlize-generate-css "org-html" "\
20999Create the CSS for all font definitions in the current Emacs session.
21000Use this to create face definitions in your CSS style file that can then
21001be used by code snippets transformed by htmlize.
21002This command just produces a buffer that contains class definitions for all
21003faces used in the current Emacs session. You can copy and paste the ones you
21004need into your CSS file.
21005
21006If you then set `org-export-htmlize-output-type' to `css', calls to
21007the function `org-export-htmlize-region-for-paste' will produce code
21008that uses these same face definitions.
21009
21010\(fn)" t nil)
21011
21012;;;***
21013
21014;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
21015;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el"
21016;;;;;; (20585 55103 0 0))
21017;;; Generated autoloads from org/org-icalendar.el
21018
21019(autoload 'org-export-icalendar-this-file "org-icalendar" "\
21020Export current file as an iCalendar file.
21021The iCalendar file will be located in the same directory as the Org-mode
21022file, but with extension `.ics'.
21023
21024\(fn)" t nil)
21025
21026(autoload 'org-export-icalendar-all-agenda-files "org-icalendar" "\
21027Export all files in the variable `org-agenda-files' to iCalendar .ics files.
21028Each iCalendar file will be located in the same directory as the Org-mode
21029file, but with extension `.ics'.
21030
21031\(fn)" t nil)
21032
21033(autoload 'org-export-icalendar-combine-agenda-files "org-icalendar" "\
21034Export all files in `org-agenda-files' to a single combined iCalendar file.
21035The file is stored under the name `org-combined-agenda-icalendar-file'.
21036
21037\(fn)" t nil)
21038
21039;;;***
21040
21041;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find
21042;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion
21043;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el"
21044;;;;;; (20585 55103 0 0))
21045;;; Generated autoloads from org/org-id.el
21046
21047(autoload 'org-id-get-create "org-id" "\
21048Create an ID for the current entry and return it.
21049If the entry already has an ID, just return it.
21050With optional argument FORCE, force the creation of a new ID.
21051
21052\(fn &optional FORCE)" t nil)
21053
21054(autoload 'org-id-copy "org-id" "\
21055Copy the ID of the entry at point to the kill ring.
21056Create an ID if necessary.
21057
21058\(fn)" t nil)
21059
21060(autoload 'org-id-get "org-id" "\
21061Get the ID property of the entry at point-or-marker POM.
21062If POM is nil, refer to the entry at point.
21063If the entry does not have an ID, the function returns nil.
21064However, when CREATE is non nil, create an ID if none is present already.
21065PREFIX will be passed through to `org-id-new'.
21066In any case, the ID of the entry is returned.
21067
21068\(fn &optional POM CREATE PREFIX)" nil nil)
21069
21070(autoload 'org-id-get-with-outline-path-completion "org-id" "\
21071Use outline-path-completion to retrieve the ID of an entry.
21072TARGETS may be a setting for `org-refile-targets' to define the eligible
21073headlines. When omitted, all headlines in all agenda files are
21074eligible.
21075It returns the ID of the entry. If necessary, the ID is created.
21076
21077\(fn &optional TARGETS)" nil nil)
21078
21079(autoload 'org-id-get-with-outline-drilling "org-id" "\
21080Use an outline-cycling interface to retrieve the ID of an entry.
21081This only finds entries in the current buffer, using `org-get-location'.
21082It returns the ID of the entry. If necessary, the ID is created.
21083
21084\(fn &optional TARGETS)" nil nil)
21085
21086(autoload 'org-id-goto "org-id" "\
21087Switch to the buffer containing the entry with id ID.
21088Move the cursor to that entry in that buffer.
21089
21090\(fn ID)" t nil)
21091
21092(autoload 'org-id-find "org-id" "\
21093Return the location of the entry with the id ID.
21094The return value is a cons cell (file-name . position), or nil
21095if there is no entry with that ID.
21096With optional argument MARKERP, return the position as a new marker.
21097
21098\(fn ID &optional MARKERP)" nil nil)
21099
21100(autoload 'org-id-find-id-file "org-id" "\
21101Query the id database for the file in which this ID is located.
21102
21103\(fn ID)" nil nil)
21104
21105(autoload 'org-id-store-link "org-id" "\
21106Store a link to the current entry, using its ID.
21107
21108\(fn)" t nil)
21109
21110;;;***
21111
21112;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el"
21113;;;;;; (20585 55103 0 0))
21114;;; Generated autoloads from org/org-indent.el
21115
21116(autoload 'org-indent-mode "org-indent" "\
21117When active, indent text according to outline structure.
21118
21119Internally this works by adding `line-prefix' and `wrap-prefix'
21120properties, after each buffer modification, on the modified zone.
21121
21122The process is synchronous. Though, initial indentation of
21123buffer, which can take a few seconds on large buffers, is done
21124during idle time.
21125
21126\(fn &optional ARG)" t nil)
21127
21128;;;***
21129
21130;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el"
21131;;;;;; (20585 55103 0 0))
21132;;; Generated autoloads from org/org-irc.el
21133
21134(autoload 'org-irc-store-link "org-irc" "\
21135Dispatch to the appropriate function to store a link to an IRC session.
21136
21137\(fn)" nil nil)
21138
21139;;;***
21140
21141;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex
21142;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer
21143;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el"
21144;;;;;; (20585 55103 0 0))
21145;;; Generated autoloads from org/org-latex.el
21146
21147(autoload 'org-export-as-latex-batch "org-latex" "\
21148Call `org-export-as-latex', may be used in batch processing.
21149For example:
21150
21151emacs --batch
21152 --load=$HOME/lib/emacs/org.el
21153 --eval \"(setq org-export-headline-levels 2)\"
21154 --visit=MyFile --funcall org-export-as-latex-batch
21155
21156\(fn)" nil nil)
21157
21158(autoload 'org-export-as-latex-to-buffer "org-latex" "\
21159Call `org-export-as-latex` with output to a temporary buffer.
21160No file is created. The prefix ARG is passed through to `org-export-as-latex'.
21161
21162\(fn ARG)" t nil)
21163
21164(autoload 'org-replace-region-by-latex "org-latex" "\
21165Replace the region from BEG to END with its LaTeX export.
21166It assumes the region has `org-mode' syntax, and then convert it to
21167LaTeX. This can be used in any buffer. For example, you could
21168write an itemized list in `org-mode' syntax in an LaTeX buffer and
21169then use this command to convert it.
21170
21171\(fn BEG END)" t nil)
21172
21173(autoload 'org-export-region-as-latex "org-latex" "\
21174Convert region from BEG to END in `org-mode' buffer to LaTeX.
21175If prefix arg BODY-ONLY is set, omit file header, footer, and table of
21176contents, and only produce the region of converted text, useful for
21177cut-and-paste operations.
21178If BUFFER is a buffer or a string, use/create that buffer as a target
21179of the converted LaTeX. If BUFFER is the symbol `string', return the
21180produced LaTeX as a string and leave no buffer behind. For example,
21181a Lisp program could call this function in the following way:
21182
21183 (setq latex (org-export-region-as-latex beg end t 'string))
21184
21185When called interactively, the output buffer is selected, and shown
21186in a window. A non-interactive call will only return the buffer.
21187
21188\(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
21189
21190(autoload 'org-export-as-latex "org-latex" "\
21191Export current buffer to a LaTeX file.
21192If there is an active region, export only the region. The prefix
21193ARG specifies how many levels of the outline should become
21194headlines. The default is 3. Lower levels will be exported
21195depending on `org-export-latex-low-levels'. The default is to
21196convert them as description lists.
21197HIDDEN is obsolete and does nothing.
21198EXT-PLIST is a property list with
21199external parameters overriding org-mode's default settings, but
21200still inferior to file-local settings. When TO-BUFFER is
21201non-nil, create a buffer with that name and export to that
21202buffer. If TO-BUFFER is the symbol `string', don't leave any
21203buffer behind but just return the resulting LaTeX as a string.
21204When BODY-ONLY is set, don't produce the file header and footer,
21205simply return the content of \\begin{document}...\\end{document},
21206without even the \\begin{document} and \\end{document} commands.
21207when PUB-DIR is set, use this as the publishing directory.
21208
21209\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
21210
21211(autoload 'org-export-as-pdf "org-latex" "\
21212Export as LaTeX, then process through to PDF.
21213
21214\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
21215
21216(autoload 'org-export-as-pdf-and-open "org-latex" "\
21217Export as LaTeX, then process through to PDF, and open.
21218
21219\(fn ARG)" t nil)
21220
21221;;;***
21222
21223;;;### (autoloads (org-lparse-region org-replace-region-by org-lparse-to-buffer
21224;;;;;; org-lparse-batch org-lparse-and-open) "org-lparse" "org/org-lparse.el"
21225;;;;;; (20585 55103 0 0))
21226;;; Generated autoloads from org/org-lparse.el
21227
21228(autoload 'org-lparse-and-open "org-lparse" "\
21229Export outline to TARGET-BACKEND via NATIVE-BACKEND and open exported file.
21230If there is an active region, export only the region. The prefix
21231ARG specifies how many levels of the outline should become
21232headlines. The default is 3. Lower levels will become bulleted
21233lists.
21234
21235\(fn TARGET-BACKEND NATIVE-BACKEND ARG &optional FILE-OR-BUF)" nil nil)
21236
21237(autoload 'org-lparse-batch "org-lparse" "\
21238Call the function `org-lparse'.
21239This function can be used in batch processing as:
21240emacs --batch
21241 --load=$HOME/lib/emacs/org.el
21242 --eval \"(setq org-export-headline-levels 2)\"
21243 --visit=MyFile --funcall org-lparse-batch
21244
21245\(fn TARGET-BACKEND &optional NATIVE-BACKEND)" nil nil)
21246
21247(autoload 'org-lparse-to-buffer "org-lparse" "\
21248Call `org-lparse' with output to a temporary buffer.
21249No file is created. The prefix ARG is passed through to
21250`org-lparse'.
21251
21252\(fn BACKEND ARG)" nil nil)
21253
21254(autoload 'org-replace-region-by "org-lparse" "\
21255Assume the current region has org-mode syntax, and convert it to HTML.
21256This can be used in any buffer. For example, you could write an
21257itemized list in org-mode syntax in an HTML buffer and then use
21258this command to convert it.
21259
21260\(fn BACKEND BEG END)" nil nil)
21261
21262(autoload 'org-lparse-region "org-lparse" "\
21263Convert region from BEG to END in org-mode buffer to HTML.
21264If prefix arg BODY-ONLY is set, omit file header, footer, and table of
21265contents, and only produce the region of converted text, useful for
21266cut-and-paste operations.
21267If BUFFER is a buffer or a string, use/create that buffer as a target
21268of the converted HTML. If BUFFER is the symbol `string', return the
21269produced HTML as a string and leave not buffer behind. For example,
21270a Lisp program could call this function in the following way:
21271
21272 (setq html (org-lparse-region \"html\" beg end t 'string))
21273
21274When called interactively, the output buffer is selected, and shown
21275in a window. A non-interactive call will only return the buffer.
21276
21277\(fn BACKEND BEG END &optional BODY-ONLY BUFFER)" nil nil)
21278
21279;;;***
21280
21281;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull
21282;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (20585
21283;;;;;; 55103 0 0))
21284;;; Generated autoloads from org/org-mobile.el
21285
21286(autoload 'org-mobile-push "org-mobile" "\
21287Push the current state of Org affairs to the WebDAV directory.
21288This will create the index file, copy all agenda files there, and also
21289create all custom agenda views, for upload to the mobile phone.
21290
21291\(fn)" t nil)
21292
21293(autoload 'org-mobile-pull "org-mobile" "\
21294Pull the contents of `org-mobile-capture-file' and integrate them.
21295Apply all flagged actions, flag entries to be flagged and then call an
21296agenda view showing the flagged items.
21297
21298\(fn)" t nil)
21299
21300(autoload 'org-mobile-create-sumo-agenda "org-mobile" "\
21301Create a file that contains all custom agenda views.
21302
21303\(fn)" t nil)
21304
21305;;;***
21306
21307;;;### (autoloads (org-export-as-odf-and-open org-export-as-odf org-export-odt-convert
21308;;;;;; org-export-as-odt org-export-as-odt-batch org-export-as-odt-and-open)
21309;;;;;; "org-odt" "org/org-odt.el" (20585 55103 0 0))
21310;;; Generated autoloads from org/org-odt.el
21311
21312(put 'org-export-odt-preferred-output-format 'safe-local-variable 'stringp)
21313
21314(autoload 'org-export-as-odt-and-open "org-odt" "\
21315Export the outline as ODT and immediately open it with a browser.
21316If there is an active region, export only the region.
21317The prefix ARG specifies how many levels of the outline should become
21318headlines. The default is 3. Lower levels will become bulleted lists.
21319
21320\(fn ARG)" t nil)
21321
21322(autoload 'org-export-as-odt-batch "org-odt" "\
21323Call the function `org-lparse-batch'.
21324This function can be used in batch processing as:
21325emacs --batch
21326 --load=$HOME/lib/emacs/org.el
21327 --eval \"(setq org-export-headline-levels 2)\"
21328 --visit=MyFile --funcall org-export-as-odt-batch
21329
21330\(fn)" nil nil)
21331
21332(autoload 'org-export-as-odt "org-odt" "\
21333Export the outline as a OpenDocumentText file.
21334If there is an active region, export only the region. The prefix
21335ARG specifies how many levels of the outline should become
21336headlines. The default is 3. Lower levels will become bulleted
21337lists. HIDDEN is obsolete and does nothing.
21338EXT-PLIST is a property list with external parameters overriding
21339org-mode's default settings, but still inferior to file-local
21340settings. When TO-BUFFER is non-nil, create a buffer with that
21341name and export to that buffer. If TO-BUFFER is the symbol
21342`string', don't leave any buffer behind but just return the
21343resulting XML as a string. When BODY-ONLY is set, don't produce
21344the file header and footer, simply return the content of
21345<body>...</body>, without even the body tags themselves. When
21346PUB-DIR is set, use this as the publishing directory.
21347
21348\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
21349
21350(autoload 'org-export-odt-convert "org-odt" "\
21351Convert IN-FILE to format OUT-FMT using a command line converter.
21352IN-FILE is the file to be converted. If unspecified, it defaults
21353to variable `buffer-file-name'. OUT-FMT is the desired output
21354format. Use `org-export-odt-convert-process' as the converter.
21355If PREFIX-ARG is non-nil then the newly converted file is opened
21356using `org-open-file'.
21357
21358\(fn &optional IN-FILE OUT-FMT PREFIX-ARG)" t nil)
21359
21360(autoload 'org-export-as-odf "org-odt" "\
21361Export LATEX-FRAG as OpenDocument formula file ODF-FILE.
21362Use `org-create-math-formula' to convert LATEX-FRAG first to
21363MathML. When invoked as an interactive command, use
21364`org-latex-regexps' to infer LATEX-FRAG from currently active
21365region. If no LaTeX fragments are found, prompt for it. Push
21366MathML source to kill ring, if `org-export-copy-to-kill-ring' is
21367non-nil.
21368
21369\(fn LATEX-FRAG &optional ODF-FILE)" t nil)
21370
21371(autoload 'org-export-as-odf-and-open "org-odt" "\
21372Export LaTeX fragment as OpenDocument formula and immediately open it.
21373Use `org-export-as-odf' to read LaTeX fragment and OpenDocument
21374formula file.
21375
21376\(fn)" t nil)
21377
21378;;;***
21379
21380;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el"
21381;;;;;; (20585 55103 0 0))
21382;;; Generated autoloads from org/org-plot.el
21383
21384(autoload 'org-plot/gnuplot "org-plot" "\
21385Plot table using gnuplot. Gnuplot options can be specified with PARAMS.
21386If not given options will be taken from the +PLOT
21387line directly before or after the table.
21388
21389\(fn &optional PARAMS)" t nil)
21390
21391;;;***
21392
21393;;;### (autoloads (org-publish-current-project org-publish-current-file
21394;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
21395;;;;;; (20585 55103 0 0))
21396;;; Generated autoloads from org/org-publish.el
21397
21398(defalias 'org-publish-project 'org-publish)
21399
21400(autoload 'org-publish "org-publish" "\
21401Publish PROJECT.
21402
21403\(fn PROJECT &optional FORCE)" t nil)
21404
21405(autoload 'org-publish-all "org-publish" "\
21406Publish all projects.
21407With prefix argument, remove all files in the timestamp
21408directory and force publishing all files.
21409
21410\(fn &optional FORCE)" t nil)
21411
21412(autoload 'org-publish-current-file "org-publish" "\
21413Publish the current file.
21414With prefix argument, force publish the file.
21415
21416\(fn &optional FORCE)" t nil)
21417
21418(autoload 'org-publish-current-project "org-publish" "\
21419Publish the project associated with the current file.
21420With a prefix argument, force publishing of all files in
21421the project.
21422
21423\(fn &optional FORCE)" t nil)
21424
21425;;;***
21426
21427;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
21428;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
21429;;;;;; "org/org-remember.el" (20592 26321 0 0))
21430;;; Generated autoloads from org/org-remember.el
21431
21432(autoload 'org-remember-insinuate "org-remember" "\
21433Setup remember.el for use with Org-mode.
21434
21435\(fn)" nil nil)
21436
21437(autoload 'org-remember-annotation "org-remember" "\
21438Return a link to the current location as an annotation for remember.el.
21439If you are using Org-mode files as target for data storage with
21440remember.el, then the annotations should include a link compatible with the
21441conventions in Org-mode. This function returns such a link.
21442
21443\(fn)" nil nil)
21444
21445(autoload 'org-remember-apply-template "org-remember" "\
21446Initialize *remember* buffer with template, invoke `org-mode'.
21447This function should be placed into `remember-mode-hook' and in fact requires
21448to be run from that hook to function properly.
21449
21450\(fn &optional USE-CHAR SKIP-INTERACTIVE)" nil nil)
21451
21452(autoload 'org-remember "org-remember" "\
21453Call `remember'. If this is already a remember buffer, re-apply template.
21454If there is an active region, make sure remember uses it as initial content
21455of the remember buffer.
21456
21457When called interactively with a \\[universal-argument] prefix argument GOTO, don't remember
21458anything, just go to the file/headline where the selected template usually
21459stores its notes. With a double prefix argument \\[universal-argument] \\[universal-argument], go to the last
21460note stored by remember.
21461
21462Lisp programs can set ORG-FORCE-REMEMBER-TEMPLATE-CHAR to a character
21463associated with a template in `org-remember-templates'.
21464
21465\(fn &optional GOTO ORG-FORCE-REMEMBER-TEMPLATE-CHAR)" t nil)
21466
21467(autoload 'org-remember-handler "org-remember" "\
21468Store stuff from remember.el into an org file.
21469When the template has specified a file and a headline, the entry is filed
21470there, or in the location defined by `org-default-notes-file' and
21471`org-remember-default-headline'.
21472\\<org-remember-mode-map>
21473If no defaults have been defined, or if the current prefix argument
21474is 1 (using C-1 \\[org-remember-finalize] to exit remember), an interactive
21475process is used to select the target location.
21476
21477When the prefix is 0 (i.e. when remember is exited with C-0 \\[org-remember-finalize]),
21478the entry is filed to the same location as the previous note.
21479
21480When the prefix is 2 (i.e. when remember is exited with C-2 \\[org-remember-finalize]),
21481the entry is filed as a subentry of the entry where the clock is
21482currently running.
21483
21484When \\[universal-argument] has been used as prefix argument, the
21485note is stored and Emacs moves point to the new location of the
21486note, so that editing can be continued there (similar to
21487inserting \"%&\" into the template).
21488
21489Before storing the note, the function ensures that the text has an
21490org-mode-style headline, i.e. a first line that starts with
21491a \"*\". If not, a headline is constructed from the current date and
21492some additional data.
21493
21494If the variable `org-adapt-indentation' is non-nil, the entire text is
21495also indented so that it starts in the same column as the headline
21496\(i.e. after the stars).
21497
21498See also the variable `org-reverse-note-order'.
21499
21500\(fn)" nil nil)
21501
21502;;;***
21503
21504;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl org-table-iterate-buffer-tables
21505;;;;;; org-table-recalculate-buffer-tables) "org-table" "org/org-table.el"
21506;;;;;; (20585 55103 0 0))
21507;;; Generated autoloads from org/org-table.el
21508
21509(autoload 'org-table-recalculate-buffer-tables "org-table" "\
21510Recalculate all tables in the current buffer.
21511
21512\(fn)" t nil)
21513
21514(autoload 'org-table-iterate-buffer-tables "org-table" "\
21515Iterate all tables in the buffer, to converge inter-table dependencies.
21516
21517\(fn)" t nil)
21518
21519(autoload 'turn-on-orgtbl "org-table" "\
21520Unconditionally turn on `orgtbl-mode'.
21521
21522\(fn)" nil nil)
21523
21524(autoload 'orgtbl-mode "org-table" "\
21525The `org-mode' table editor as a minor mode for use in other modes.
21526
21527\(fn &optional ARG)" t nil)
21528
21529(autoload 'org-table-to-lisp "org-table" "\
21530Convert the table at point to a Lisp structure.
21531The structure will be a list. Each item is either the symbol `hline'
21532for a horizontal separator line, or a list of field values as strings.
21533The table is taken from the parameter TXT, or from the buffer at point.
21534
21535\(fn &optional TXT)" nil nil)
21536
21537;;;***
21538
21539;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler)
21540;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (20585 55103 0
21541;;;;;; 0))
21542;;; Generated autoloads from org/org-taskjuggler.el
21543
21544(autoload 'org-export-as-taskjuggler "org-taskjuggler" "\
21545Export parts of the current buffer as a TaskJuggler file.
21546The exporter looks for a tree with tag, property or todo that
21547matches `org-export-taskjuggler-project-tag' and takes this as
21548the tasks for this project. The first node of this tree defines
21549the project properties such as project name and project period.
21550If there is a tree with tag, property or todo that matches
21551`org-export-taskjuggler-resource-tag' this three is taken as
21552resources for the project. If no resources are specified, a
21553default resource is created and allocated to the project. Also
21554the taskjuggler project will be created with default reports as
21555defined in `org-export-taskjuggler-default-reports'.
21556
21557\(fn)" t nil)
21558
21559(autoload 'org-export-as-taskjuggler-and-open "org-taskjuggler" "\
21560Export the current buffer as a TaskJuggler file and open it
21561with the TaskJuggler GUI.
21562
21563\(fn)" t nil)
21564
21565;;;***
21566
21567;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region
21568;;;;;; org-timer org-timer-stop org-timer-pause-or-continue org-timer-start)
21569;;;;;; "org-timer" "org/org-timer.el" (20585 55103 0 0))
21570;;; Generated autoloads from org/org-timer.el
21571
21572(autoload 'org-timer-start "org-timer" "\
21573Set the starting time for the relative timer to now.
21574When called with prefix argument OFFSET, prompt the user for an offset time,
21575with the default taken from a timer stamp at point, if any.
21576If OFFSET is a string or an integer, it is directly taken to be the offset
21577without user interaction.
21578When called with a double prefix arg, all timer strings in the active
21579region will be shifted by a specific amount. You will be prompted for
21580the amount, with the default to make the first timer string in
21581the region 0:00:00.
21582
21583\(fn &optional OFFSET)" t nil)
21584
21585(autoload 'org-timer-pause-or-continue "org-timer" "\
21586Pause or continue the relative timer.
21587With prefix arg STOP, stop it entirely.
21588
21589\(fn &optional STOP)" t nil)
21590
21591(autoload 'org-timer-stop "org-timer" "\
21592Stop the relative timer.
21593
21594\(fn)" t nil)
21595
21596(autoload 'org-timer "org-timer" "\
21597Insert a H:MM:SS string from the timer into the buffer.
21598The first time this command is used, the timer is started. When used with
21599a \\[universal-argument] prefix, force restarting the timer.
21600When used with a double prefix argument \\[universal-argument], change all the timer string
21601in the region by a fixed amount. This can be used to recalibrate a timer
21602that was not started at the correct moment.
21603
21604If NO-INSERT-P is non-nil, return the string instead of inserting
21605it in the buffer.
21606
21607\(fn &optional RESTART NO-INSERT-P)" t nil)
21608
21609(autoload 'org-timer-change-times-in-region "org-timer" "\
21610Change all h:mm:ss time in region by a DELTA.
21611
21612\(fn BEG END DELTA)" t nil)
21613
21614(autoload 'org-timer-item "org-timer" "\
21615Insert a description-type item with the current timer value.
21616
21617\(fn &optional ARG)" t nil)
21618
21619(autoload 'org-timer-set-timer "org-timer" "\
21620Prompt for a duration and set a timer.
21621
21622If `org-timer-default-timer' is not zero, suggest this value as
21623the default duration for the timer. If a timer is already set,
21624prompt the user if she wants to replace it.
21625
21626Called with a numeric prefix argument, use this numeric value as
21627the duration of the timer.
21628
21629Called with a `C-u' prefix arguments, use `org-timer-default-timer'
21630without prompting the user for a duration.
21631 20095
21632With two `C-u' prefix arguments, use `org-timer-default-timer' 20096(autoload 'org-check-version "org-compat" "\
21633without prompting the user for a duration and automatically 20097Try very hard to provide sensible version strings.
21634replace any running timer.
21635 20098
21636\(fn &optional OPT)" t nil) 20099\(fn)" nil t)
21637 20100
21638;;;*** 20101;;;***
21639 20102
21640;;;### (autoloads (org-git-version org-release) "org-version" "org/org-version.el" 20103;;;### (autoloads (org-git-version org-release) "org-version" "org/org-version.el"
21641;;;;;; (20585 55103 0 0)) 20104;;;;;; (20618 55210 422086 0))
21642;;; Generated autoloads from org/org-version.el 20105;;; Generated autoloads from org/org-version.el
21643 20106
21644(autoload 'org-release "org-version" "\ 20107(autoload 'org-release "org-version" "\
@@ -21653,25 +20116,13 @@ The Git version of org-mode.
21653 20116
21654\(fn)" nil nil) 20117\(fn)" nil nil)
21655 20118
21656(defconst org-odt-data-dir "/usr/share/emacs/etc/org" "\ 20119(defvar org-odt-data-dir "/usr/share/emacs/etc/org" "\
21657The location of ODT styles.") 20120The location of ODT styles.")
21658 20121
21659;;;*** 20122;;;***
21660 20123
21661;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el"
21662;;;;;; (20585 55103 0 0))
21663;;; Generated autoloads from org/org-xoxo.el
21664
21665(autoload 'org-export-as-xoxo "org-xoxo" "\
21666Export the org buffer as XOXO.
21667The XOXO buffer is named *xoxo-<source buffer name>*
21668
21669\(fn &optional BUFFER)" t nil)
21670
21671;;;***
21672
21673;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 20124;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
21674;;;;;; (20356 35090 0 0)) 20125;;;;;; (20355 10021 546955 0))
21675;;; Generated autoloads from outline.el 20126;;; Generated autoloads from outline.el
21676(put 'outline-regexp 'safe-local-variable 'stringp) 20127(put 'outline-regexp 'safe-local-variable 'stringp)
21677(put 'outline-heading-end-regexp 'safe-local-variable 'stringp) 20128(put 'outline-heading-end-regexp 'safe-local-variable 'stringp)
@@ -21735,7 +20186,7 @@ See the command `outline-mode' for more information on this mode.
21735;;;### (autoloads (list-packages describe-package package-initialize 20186;;;### (autoloads (list-packages describe-package package-initialize
21736;;;;;; package-refresh-contents package-install-file package-install-from-buffer 20187;;;;;; package-refresh-contents package-install-file package-install-from-buffer
21737;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el" 20188;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el"
21738;;;;;; (20577 48876 0 0)) 20189;;;;;; (20622 22438 32851 0))
21739;;; Generated autoloads from emacs-lisp/package.el 20190;;; Generated autoloads from emacs-lisp/package.el
21740 20191
21741(defvar package-enable-at-startup t "\ 20192(defvar package-enable-at-startup t "\
@@ -21805,8 +20256,8 @@ The list is displayed in a buffer named `*Packages*'.
21805 20256
21806;;;*** 20257;;;***
21807 20258
21808;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20544 52783 20259;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20542 50478
21809;;;;;; 0 0)) 20260;;;;;; 439878 507000))
21810;;; Generated autoloads from paren.el 20261;;; Generated autoloads from paren.el
21811 20262
21812(defvar show-paren-mode nil "\ 20263(defvar show-paren-mode nil "\
@@ -21833,7 +20284,7 @@ matching parenthesis is highlighted in `show-paren-style' after
21833;;;*** 20284;;;***
21834 20285
21835;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 20286;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
21836;;;;;; (20511 52965 0 0)) 20287;;;;;; (20478 3673 653810 0))
21837;;; Generated autoloads from calendar/parse-time.el 20288;;; Generated autoloads from calendar/parse-time.el
21838(put 'parse-time-rules 'risky-local-variable t) 20289(put 'parse-time-rules 'risky-local-variable t)
21839 20290
@@ -21846,8 +20297,8 @@ unknown are returned as nil.
21846 20297
21847;;;*** 20298;;;***
21848 20299
21849;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20511 20300;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20478
21850;;;;;; 52965 0 0)) 20301;;;;;; 3673 653810 0))
21851;;; Generated autoloads from progmodes/pascal.el 20302;;; Generated autoloads from progmodes/pascal.el
21852 20303
21853(autoload 'pascal-mode "pascal" "\ 20304(autoload 'pascal-mode "pascal" "\
@@ -21900,7 +20351,7 @@ no args, if that value is non-nil.
21900;;;*** 20351;;;***
21901 20352
21902;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache) 20353;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache)
21903;;;;;; "password-cache" "password-cache.el" (20577 48876 0 0)) 20354;;;;;; "password-cache" "password-cache.el" (20577 33959 40183 0))
21904;;; Generated autoloads from password-cache.el 20355;;; Generated autoloads from password-cache.el
21905 20356
21906(defvar password-cache t "\ 20357(defvar password-cache t "\
@@ -21922,7 +20373,7 @@ Check if KEY is in the cache.
21922;;;*** 20373;;;***
21923 20374
21924;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el" 20375;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el"
21925;;;;;; (20581 44007 0 0)) 20376;;;;;; (20582 12914 894781 0))
21926;;; Generated autoloads from emacs-lisp/pcase.el 20377;;; Generated autoloads from emacs-lisp/pcase.el
21927 20378
21928(autoload 'pcase "pcase" "\ 20379(autoload 'pcase "pcase" "\
@@ -21983,8 +20434,8 @@ of the form (UPAT EXP).
21983 20434
21984;;;*** 20435;;;***
21985 20436
21986;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20244 20437;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20355
21987;;;;;; 35516 0 0)) 20438;;;;;; 10021 546955 0))
21988;;; Generated autoloads from pcmpl-cvs.el 20439;;; Generated autoloads from pcmpl-cvs.el
21989 20440
21990(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 20441(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -21995,7 +20446,7 @@ Completion rules for the `cvs' command.
21995;;;*** 20446;;;***
21996 20447
21997;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 20448;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
21998;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20577 48876 0 0)) 20449;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20572 16038 402143 0))
21999;;; Generated autoloads from pcmpl-gnu.el 20450;;; Generated autoloads from pcmpl-gnu.el
22000 20451
22001(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 20452(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -22023,7 +20474,7 @@ Completion for the GNU tar utility.
22023;;;*** 20474;;;***
22024 20475
22025;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 20476;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
22026;;;;;; "pcmpl-linux" "pcmpl-linux.el" (20244 35516 0 0)) 20477;;;;;; "pcmpl-linux" "pcmpl-linux.el" (20355 10021 546955 0))
22027;;; Generated autoloads from pcmpl-linux.el 20478;;; Generated autoloads from pcmpl-linux.el
22028 20479
22029(autoload 'pcomplete/kill "pcmpl-linux" "\ 20480(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -22044,7 +20495,7 @@ Completion for GNU/Linux `mount'.
22044;;;*** 20495;;;***
22045 20496
22046;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (20523 20497;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (20523
22047;;;;;; 63054 0 0)) 20498;;;;;; 62082 997685 0))
22048;;; Generated autoloads from pcmpl-rpm.el 20499;;; Generated autoloads from pcmpl-rpm.el
22049 20500
22050(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 20501(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -22056,7 +20507,7 @@ Completion for the `rpm' command.
22056 20507
22057;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown 20508;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
22058;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir 20509;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
22059;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20375 3831 0 20510;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20376 40834 914217
22060;;;;;; 0)) 20511;;;;;; 0))
22061;;; Generated autoloads from pcmpl-unix.el 20512;;; Generated autoloads from pcmpl-unix.el
22062 20513
@@ -22114,8 +20565,8 @@ Includes files as well as host names followed by a colon.
22114 20565
22115;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 20566;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
22116;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 20567;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
22117;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20585 20568;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20582
22118;;;;;; 55103 0 0)) 20569;;;;;; 12914 894781 0))
22119;;; Generated autoloads from pcomplete.el 20570;;; Generated autoloads from pcomplete.el
22120 20571
22121(autoload 'pcomplete "pcomplete" "\ 20572(autoload 'pcomplete "pcomplete" "\
@@ -22174,7 +20625,7 @@ Setup `shell-mode' to use pcomplete.
22174 20625
22175;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 20626;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
22176;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 20627;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
22177;;;;;; "vc/pcvs.el" (20585 55103 0 0)) 20628;;;;;; "vc/pcvs.el" (20584 7212 455152 0))
22178;;; Generated autoloads from vc/pcvs.el 20629;;; Generated autoloads from vc/pcvs.el
22179 20630
22180(autoload 'cvs-checkout "pcvs" "\ 20631(autoload 'cvs-checkout "pcvs" "\
@@ -22249,8 +20700,8 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
22249 20700
22250;;;*** 20701;;;***
22251 20702
22252;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20577 48876 20703;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20576 42138
22253;;;;;; 0 0)) 20704;;;;;; 697312 0))
22254;;; Generated autoloads from vc/pcvs-defs.el 20705;;; Generated autoloads from vc/pcvs-defs.el
22255 20706
22256(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] `(menu-item ,(purecopy "Directory Status") cvs-status :help ,(purecopy "A more verbose status of a workarea"))) (define-key m [checkout] `(menu-item ,(purecopy "Checkout Module") cvs-checkout :help ,(purecopy "Check out a module from the repository"))) (define-key m [update] `(menu-item ,(purecopy "Update Directory") cvs-update :help ,(purecopy "Fetch updates from the repository"))) (define-key m [examine] `(menu-item ,(purecopy "Examine Directory") cvs-examine :help ,(purecopy "Examine the current state of a workarea"))) (fset 'cvs-global-menu m)) "\ 20707(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] `(menu-item ,(purecopy "Directory Status") cvs-status :help ,(purecopy "A more verbose status of a workarea"))) (define-key m [checkout] `(menu-item ,(purecopy "Checkout Module") cvs-checkout :help ,(purecopy "Check out a module from the repository"))) (define-key m [update] `(menu-item ,(purecopy "Update Directory") cvs-update :help ,(purecopy "Fetch updates from the repository"))) (define-key m [examine] `(menu-item ,(purecopy "Examine Directory") cvs-examine :help ,(purecopy "Examine the current state of a workarea"))) (fset 'cvs-global-menu m)) "\
@@ -22259,7 +20710,7 @@ Global menu used by PCL-CVS.")
22259;;;*** 20710;;;***
22260 20711
22261;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 20712;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
22262;;;;;; (20567 31133 0 0)) 20713;;;;;; (20566 63671 243798 0))
22263;;; Generated autoloads from progmodes/perl-mode.el 20714;;; Generated autoloads from progmodes/perl-mode.el
22264(put 'perl-indent-level 'safe-local-variable 'integerp) 20715(put 'perl-indent-level 'safe-local-variable 'integerp)
22265(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 20716(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -22321,7 +20772,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
22321;;;*** 20772;;;***
22322 20773
22323;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 20774;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
22324;;;;;; (20553 2323 0 0)) 20775;;;;;; (20551 9899 283417 0))
22325;;; Generated autoloads from textmodes/picture.el 20776;;; Generated autoloads from textmodes/picture.el
22326 20777
22327(autoload 'picture-mode "picture" "\ 20778(autoload 'picture-mode "picture" "\
@@ -22402,7 +20853,7 @@ they are not by default assigned to keys.
22402;;;*** 20853;;;***
22403 20854
22404;;;### (autoloads (plstore-mode plstore-open) "plstore" "gnus/plstore.el" 20855;;;### (autoloads (plstore-mode plstore-open) "plstore" "gnus/plstore.el"
22405;;;;;; (20380 26775 0 0)) 20856;;;;;; (20378 29222 722320 0))
22406;;; Generated autoloads from gnus/plstore.el 20857;;; Generated autoloads from gnus/plstore.el
22407 20858
22408(autoload 'plstore-open "plstore" "\ 20859(autoload 'plstore-open "plstore" "\
@@ -22418,7 +20869,7 @@ Major mode for editing PLSTORE files.
22418;;;*** 20869;;;***
22419 20870
22420;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 20871;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
22421;;;;;; (20244 35516 0 0)) 20872;;;;;; (20355 10021 546955 0))
22422;;; Generated autoloads from textmodes/po.el 20873;;; Generated autoloads from textmodes/po.el
22423 20874
22424(autoload 'po-find-file-coding-system "po" "\ 20875(autoload 'po-find-file-coding-system "po" "\
@@ -22429,7 +20880,8 @@ Called through `file-coding-system-alist', before the file is visited for real.
22429 20880
22430;;;*** 20881;;;***
22431 20882
22432;;;### (autoloads (pong) "pong" "play/pong.el" (20511 52965 0 0)) 20883;;;### (autoloads (pong) "pong" "play/pong.el" (20478 3673 653810
20884;;;;;; 0))
22433;;; Generated autoloads from play/pong.el 20885;;; Generated autoloads from play/pong.el
22434 20886
22435(autoload 'pong "pong" "\ 20887(autoload 'pong "pong" "\
@@ -22445,8 +20897,8 @@ pong-mode keybindings:\\<pong-mode-map>
22445 20897
22446;;;*** 20898;;;***
22447 20899
22448;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20460 33749 20900;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20458 56750
22449;;;;;; 0 0)) 20901;;;;;; 651721 0))
22450;;; Generated autoloads from gnus/pop3.el 20902;;; Generated autoloads from gnus/pop3.el
22451 20903
22452(autoload 'pop3-movemail "pop3" "\ 20904(autoload 'pop3-movemail "pop3" "\
@@ -22459,7 +20911,7 @@ Use streaming commands.
22459 20911
22460;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression 20912;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression
22461;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" 20913;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el"
22462;;;;;; (20511 52965 0 0)) 20914;;;;;; (20495 51111 757560 0))
22463;;; Generated autoloads from emacs-lisp/pp.el 20915;;; Generated autoloads from emacs-lisp/pp.el
22464 20916
22465(autoload 'pp-to-string "pp" "\ 20917(autoload 'pp-to-string "pp" "\
@@ -22527,7 +20979,7 @@ Ignores leading comment characters.
22527;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 20979;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
22528;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 20980;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
22529;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 20981;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
22530;;;;;; (20567 31133 0 0)) 20982;;;;;; (20566 63671 243798 0))
22531;;; Generated autoloads from printing.el 20983;;; Generated autoloads from printing.el
22532 20984
22533(autoload 'pr-interface "printing" "\ 20985(autoload 'pr-interface "printing" "\
@@ -23114,7 +21566,8 @@ are both set to t.
23114 21566
23115;;;*** 21567;;;***
23116 21568
23117;;;### (autoloads (proced) "proced" "proced.el" (20600 16892 0 0)) 21569;;;### (autoloads (proced) "proced" "proced.el" (20593 22184 581574
21570;;;;;; 0))
23118;;; Generated autoloads from proced.el 21571;;; Generated autoloads from proced.el
23119 21572
23120(autoload 'proced "proced" "\ 21573(autoload 'proced "proced" "\
@@ -23134,7 +21587,7 @@ Proced buffers.
23134 21587
23135;;;### (autoloads (profiler-find-profile-other-frame profiler-find-profile-other-window 21588;;;### (autoloads (profiler-find-profile-other-frame profiler-find-profile-other-window
23136;;;;;; profiler-find-profile profiler-start) "profiler" "profiler.el" 21589;;;;;; profiler-find-profile profiler-start) "profiler" "profiler.el"
23137;;;;;; (20600 16892 0 0)) 21590;;;;;; (20619 46245 806932 0))
23138;;; Generated autoloads from profiler.el 21591;;; Generated autoloads from profiler.el
23139 21592
23140(autoload 'profiler-start "profiler" "\ 21593(autoload 'profiler-start "profiler" "\
@@ -23163,7 +21616,7 @@ Open profile FILENAME.
23163;;;*** 21616;;;***
23164 21617
23165;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog" 21618;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog"
23166;;;;;; "progmodes/prolog.el" (20577 48876 0 0)) 21619;;;;;; "progmodes/prolog.el" (20576 42138 697312 0))
23167;;; Generated autoloads from progmodes/prolog.el 21620;;; Generated autoloads from progmodes/prolog.el
23168 21621
23169(autoload 'prolog-mode "prolog" "\ 21622(autoload 'prolog-mode "prolog" "\
@@ -23198,8 +21651,8 @@ With prefix argument ARG, restart the Prolog process if running before.
23198 21651
23199;;;*** 21652;;;***
23200 21653
23201;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (20244 21654;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (20355
23202;;;;;; 35516 0 0)) 21655;;;;;; 10021 546955 0))
23203;;; Generated autoloads from ps-bdf.el 21656;;; Generated autoloads from ps-bdf.el
23204 21657
23205(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")) "\ 21658(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")) "\
@@ -23210,8 +21663,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
23210 21663
23211;;;*** 21664;;;***
23212 21665
23213;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20577 21666;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20576
23214;;;;;; 48876 0 0)) 21667;;;;;; 42138 697312 0))
23215;;; Generated autoloads from progmodes/ps-mode.el 21668;;; Generated autoloads from progmodes/ps-mode.el
23216 21669
23217(autoload 'ps-mode "ps-mode" "\ 21670(autoload 'ps-mode "ps-mode" "\
@@ -23262,8 +21715,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
23262;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 21715;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
23263;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 21716;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
23264;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 21717;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
23265;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20567 21718;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20566
23266;;;;;; 31133 0 0)) 21719;;;;;; 63671 243798 0))
23267;;; Generated autoloads from ps-print.el 21720;;; Generated autoloads from ps-print.el
23268 21721
23269(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"))) "\ 21722(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"))) "\
@@ -23460,7 +21913,7 @@ If EXTENSION is any other symbol, it is ignored.
23460;;;*** 21913;;;***
23461 21914
23462;;;### (autoloads (python-mode run-python) "python" "progmodes/python.el" 21915;;;### (autoloads (python-mode run-python) "python" "progmodes/python.el"
23463;;;;;; (20600 16892 0 0)) 21916;;;;;; (20599 27513 576550 0))
23464;;; Generated autoloads from progmodes/python.el 21917;;; Generated autoloads from progmodes/python.el
23465 21918
23466(add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode)) 21919(add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode))
@@ -23496,7 +21949,7 @@ if that value is non-nil.
23496;;;*** 21949;;;***
23497 21950
23498;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 21951;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
23499;;;;;; (20559 38659 0 0)) 21952;;;;;; (20557 48712 315579 0))
23500;;; Generated autoloads from gnus/qp.el 21953;;; Generated autoloads from gnus/qp.el
23501 21954
23502(autoload 'quoted-printable-decode-region "qp" "\ 21955(autoload 'quoted-printable-decode-region "qp" "\
@@ -23519,7 +21972,7 @@ them into characters should be done separately.
23519;;;;;; quail-defrule quail-install-decode-map quail-install-map 21972;;;;;; quail-defrule quail-install-decode-map quail-install-map
23520;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 21973;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
23521;;;;;; quail-define-package quail-use-package quail-title) "quail" 21974;;;;;; quail-define-package quail-use-package quail-title) "quail"
23522;;;;;; "international/quail.el" (20523 63054 0 0)) 21975;;;;;; "international/quail.el" (20523 62082 997685 0))
23523;;; Generated autoloads from international/quail.el 21976;;; Generated autoloads from international/quail.el
23524 21977
23525(autoload 'quail-title "quail" "\ 21978(autoload 'quail-title "quail" "\
@@ -23750,8 +22203,8 @@ of each directory.
23750 22203
23751;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 22204;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
23752;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 22205;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
23753;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20567 22206;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20566
23754;;;;;; 31133 0 0)) 22207;;;;;; 63671 243798 0))
23755;;; Generated autoloads from net/quickurl.el 22208;;; Generated autoloads from net/quickurl.el
23756 22209
23757(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" "\ 22210(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" "\
@@ -23823,7 +22276,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
23823;;;*** 22276;;;***
23824 22277
23825;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 22278;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
23826;;;;;; "net/rcirc.el" (20540 61982 0 0)) 22279;;;;;; "net/rcirc.el" (20614 54428 654267 0))
23827;;; Generated autoloads from net/rcirc.el 22280;;; Generated autoloads from net/rcirc.el
23828 22281
23829(autoload 'rcirc "rcirc" "\ 22282(autoload 'rcirc "rcirc" "\
@@ -23861,8 +22314,8 @@ if ARG is omitted or nil.
23861 22314
23862;;;*** 22315;;;***
23863 22316
23864;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (20290 22317;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (20355
23865;;;;;; 33419 0 0)) 22318;;;;;; 10021 546955 0))
23866;;; Generated autoloads from net/rcompile.el 22319;;; Generated autoloads from net/rcompile.el
23867 22320
23868(autoload 'remote-compile "rcompile" "\ 22321(autoload 'remote-compile "rcompile" "\
@@ -23874,7 +22327,7 @@ See \\[compile].
23874;;;*** 22327;;;***
23875 22328
23876;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 22329;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
23877;;;;;; (20428 57510 0 0)) 22330;;;;;; (20427 14766 970343 0))
23878;;; Generated autoloads from emacs-lisp/re-builder.el 22331;;; Generated autoloads from emacs-lisp/re-builder.el
23879 22332
23880(defalias 'regexp-builder 're-builder) 22333(defalias 'regexp-builder 're-builder)
@@ -23892,8 +22345,8 @@ matching parts of the target buffer will be highlighted.
23892 22345
23893;;;*** 22346;;;***
23894 22347
23895;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20356 35090 22348;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20356 2211
23896;;;;;; 0 0)) 22349;;;;;; 532900 0))
23897;;; Generated autoloads from recentf.el 22350;;; Generated autoloads from recentf.el
23898 22351
23899(defvar recentf-mode nil "\ 22352(defvar recentf-mode nil "\
@@ -23923,7 +22376,7 @@ were operated on recently.
23923;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle 22376;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle
23924;;;;;; insert-rectangle yank-rectangle copy-rectangle-as-kill kill-rectangle 22377;;;;;; insert-rectangle yank-rectangle copy-rectangle-as-kill kill-rectangle
23925;;;;;; extract-rectangle delete-extract-rectangle delete-rectangle) 22378;;;;;; extract-rectangle delete-extract-rectangle delete-rectangle)
23926;;;;;; "rect" "rect.el" (20511 52965 0 0)) 22379;;;;;; "rect" "rect.el" (20501 3499 284800 0))
23927;;; Generated autoloads from rect.el 22380;;; Generated autoloads from rect.el
23928 22381
23929(autoload 'delete-rectangle "rect" "\ 22382(autoload 'delete-rectangle "rect" "\
@@ -24057,8 +22510,8 @@ with a prefix argument, prompt for START-AT and FORMAT.
24057 22510
24058;;;*** 22511;;;***
24059 22512
24060;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (20511 22513;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (20478
24061;;;;;; 52965 0 0)) 22514;;;;;; 3673 653810 0))
24062;;; Generated autoloads from textmodes/refill.el 22515;;; Generated autoloads from textmodes/refill.el
24063 22516
24064(autoload 'refill-mode "refill" "\ 22517(autoload 'refill-mode "refill" "\
@@ -24079,8 +22532,8 @@ For true \"word wrap\" behavior, use `visual-line-mode' instead.
24079;;;*** 22532;;;***
24080 22533
24081;;;### (autoloads (reftex-reset-scanning-information reftex-mode 22534;;;### (autoloads (reftex-reset-scanning-information reftex-mode
24082;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20592 26321 22535;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20590 45996
24083;;;;;; 0 0)) 22536;;;;;; 129575 0))
24084;;; Generated autoloads from textmodes/reftex.el 22537;;; Generated autoloads from textmodes/reftex.el
24085 22538
24086(autoload 'turn-on-reftex "reftex" "\ 22539(autoload 'turn-on-reftex "reftex" "\
@@ -24130,7 +22583,7 @@ This enforces rescanning the buffer on next use.
24130;;;*** 22583;;;***
24131 22584
24132;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 22585;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
24133;;;;;; (20585 55103 0 0)) 22586;;;;;; (20585 28088 480237 0))
24134;;; Generated autoloads from textmodes/reftex-cite.el 22587;;; Generated autoloads from textmodes/reftex-cite.el
24135 22588
24136(autoload 'reftex-citation "reftex-cite" "\ 22589(autoload 'reftex-citation "reftex-cite" "\
@@ -24160,7 +22613,7 @@ While entering the regexp, completion on knows citation keys is possible.
24160;;;*** 22613;;;***
24161 22614
24162;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 22615;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
24163;;;;;; (20585 55103 0 0)) 22616;;;;;; (20585 28088 480237 0))
24164;;; Generated autoloads from textmodes/reftex-global.el 22617;;; Generated autoloads from textmodes/reftex-global.el
24165 22618
24166(autoload 'reftex-isearch-minor-mode "reftex-global" "\ 22619(autoload 'reftex-isearch-minor-mode "reftex-global" "\
@@ -24177,7 +22630,7 @@ With no argument, this command toggles
24177;;;*** 22630;;;***
24178 22631
24179;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 22632;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
24180;;;;;; (20585 55103 0 0)) 22633;;;;;; (20585 28088 480237 0))
24181;;; Generated autoloads from textmodes/reftex-index.el 22634;;; Generated autoloads from textmodes/reftex-index.el
24182 22635
24183(autoload 'reftex-index-phrases-mode "reftex-index" "\ 22636(autoload 'reftex-index-phrases-mode "reftex-index" "\
@@ -24210,7 +22663,7 @@ Here are all local bindings.
24210;;;*** 22663;;;***
24211 22664
24212;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 22665;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
24213;;;;;; (20585 55103 0 0)) 22666;;;;;; (20585 28088 480237 0))
24214;;; Generated autoloads from textmodes/reftex-parse.el 22667;;; Generated autoloads from textmodes/reftex-parse.el
24215 22668
24216(autoload 'reftex-all-document-files "reftex-parse" "\ 22669(autoload 'reftex-all-document-files "reftex-parse" "\
@@ -24222,8 +22675,8 @@ of master file.
24222 22675
24223;;;*** 22676;;;***
24224 22677
24225;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20600 22678;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20593
24226;;;;;; 16892 0 0)) 22679;;;;;; 22184 581574 0))
24227;;; Generated autoloads from textmodes/reftex-vars.el 22680;;; Generated autoloads from textmodes/reftex-vars.el
24228(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22681(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
24229(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22682(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -24233,7 +22686,7 @@ of master file.
24233;;;*** 22686;;;***
24234 22687
24235;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 22688;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
24236;;;;;; (20522 50437 0 0)) 22689;;;;;; (20522 38650 757441 0))
24237;;; Generated autoloads from emacs-lisp/regexp-opt.el 22690;;; Generated autoloads from emacs-lisp/regexp-opt.el
24238 22691
24239(autoload 'regexp-opt "regexp-opt" "\ 22692(autoload 'regexp-opt "regexp-opt" "\
@@ -24264,7 +22717,7 @@ This means the number of non-shy regexp grouping constructs
24264 22717
24265;;;### (autoloads (remember-diary-extract-entries remember-clipboard 22718;;;### (autoloads (remember-diary-extract-entries remember-clipboard
24266;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" 22719;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
24267;;;;;; (20244 35516 0 0)) 22720;;;;;; (20355 10021 546955 0))
24268;;; Generated autoloads from textmodes/remember.el 22721;;; Generated autoloads from textmodes/remember.el
24269 22722
24270(autoload 'remember "remember" "\ 22723(autoload 'remember "remember" "\
@@ -24295,7 +22748,8 @@ Extract diary entries from the region.
24295 22748
24296;;;*** 22749;;;***
24297 22750
24298;;;### (autoloads (repeat) "repeat" "repeat.el" (20577 48876 0 0)) 22751;;;### (autoloads (repeat) "repeat" "repeat.el" (20614 54428 654267
22752;;;;;; 0))
24299;;; Generated autoloads from repeat.el 22753;;; Generated autoloads from repeat.el
24300 22754
24301(autoload 'repeat "repeat" "\ 22755(autoload 'repeat "repeat" "\
@@ -24318,7 +22772,7 @@ recently executed command not bound to an input event\".
24318;;;*** 22772;;;***
24319 22773
24320;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 22774;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
24321;;;;;; (20244 35516 0 0)) 22775;;;;;; (20355 10021 546955 0))
24322;;; Generated autoloads from mail/reporter.el 22776;;; Generated autoloads from mail/reporter.el
24323 22777
24324(autoload 'reporter-submit-bug-report "reporter" "\ 22778(autoload 'reporter-submit-bug-report "reporter" "\
@@ -24350,7 +22804,7 @@ mail-sending package is used for editing and sending the message.
24350;;;*** 22804;;;***
24351 22805
24352;;;### (autoloads (reposition-window) "reposition" "reposition.el" 22806;;;### (autoloads (reposition-window) "reposition" "reposition.el"
24353;;;;;; (20244 35516 0 0)) 22807;;;;;; (20355 10021 546955 0))
24354;;; Generated autoloads from reposition.el 22808;;; Generated autoloads from reposition.el
24355 22809
24356(autoload 'reposition-window "reposition" "\ 22810(autoload 'reposition-window "reposition" "\
@@ -24377,7 +22831,7 @@ first comment line visible (if point is in a comment).
24377;;;*** 22831;;;***
24378 22832
24379;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 22833;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
24380;;;;;; (20244 35516 0 0)) 22834;;;;;; (20355 10021 546955 0))
24381;;; Generated autoloads from reveal.el 22835;;; Generated autoloads from reveal.el
24382 22836
24383(autoload 'reveal-mode "reveal" "\ 22837(autoload 'reveal-mode "reveal" "\
@@ -24413,7 +22867,7 @@ the mode if ARG is omitted or nil.
24413;;;*** 22867;;;***
24414 22868
24415;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 22869;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
24416;;;;;; (20331 12564 0 0)) 22870;;;;;; (20355 10021 546955 0))
24417;;; Generated autoloads from emacs-lisp/ring.el 22871;;; Generated autoloads from emacs-lisp/ring.el
24418 22872
24419(autoload 'ring-p "ring" "\ 22873(autoload 'ring-p "ring" "\
@@ -24428,8 +22882,8 @@ Make a ring that can contain SIZE elements.
24428 22882
24429;;;*** 22883;;;***
24430 22884
24431;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20412 11425 22885;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20402 11562
24432;;;;;; 0 0)) 22886;;;;;; 85788 0))
24433;;; Generated autoloads from net/rlogin.el 22887;;; Generated autoloads from net/rlogin.el
24434 22888
24435(autoload 'rlogin "rlogin" "\ 22889(autoload 'rlogin "rlogin" "\
@@ -24478,7 +22932,8 @@ variable.
24478;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 22932;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
24479;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 22933;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
24480;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p rmail-spool-directory 22934;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p rmail-spool-directory
24481;;;;;; rmail-file-name) "rmail" "mail/rmail.el" (20600 16892 0 0)) 22935;;;;;; rmail-file-name) "rmail" "mail/rmail.el" (20599 61088 34742
22936;;;;;; 635000))
24482;;; Generated autoloads from mail/rmail.el 22937;;; Generated autoloads from mail/rmail.el
24483 22938
24484(defvar rmail-file-name (purecopy "~/RMAIL") "\ 22939(defvar rmail-file-name (purecopy "~/RMAIL") "\
@@ -24676,8 +23131,8 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
24676;;;*** 23131;;;***
24677 23132
24678;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen 23133;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
24679;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20535 44414 23134;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20530 3765 184907
24680;;;;;; 0 0)) 23135;;;;;; 0))
24681;;; Generated autoloads from mail/rmailout.el 23136;;; Generated autoloads from mail/rmailout.el
24682(put 'rmail-output-file-alist 'risky-local-variable t) 23137(put 'rmail-output-file-alist 'risky-local-variable t)
24683 23138
@@ -24742,7 +23197,7 @@ than appending to it. Deletes the message after writing if
24742;;;*** 23197;;;***
24743 23198
24744;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" 23199;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
24745;;;;;; (20244 35516 0 0)) 23200;;;;;; (20355 10021 546955 0))
24746;;; Generated autoloads from nxml/rng-cmpct.el 23201;;; Generated autoloads from nxml/rng-cmpct.el
24747 23202
24748(autoload 'rng-c-load-schema "rng-cmpct" "\ 23203(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -24754,7 +23209,7 @@ Return a pattern.
24754;;;*** 23209;;;***
24755 23210
24756;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" 23211;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
24757;;;;;; (20356 35090 0 0)) 23212;;;;;; (20355 10021 546955 0))
24758;;; Generated autoloads from nxml/rng-nxml.el 23213;;; Generated autoloads from nxml/rng-nxml.el
24759 23214
24760(autoload 'rng-nxml-mode-init "rng-nxml" "\ 23215(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -24767,7 +23222,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
24767;;;*** 23222;;;***
24768 23223
24769;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" 23224;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
24770;;;;;; (20290 33419 0 0)) 23225;;;;;; (20355 10021 546955 0))
24771;;; Generated autoloads from nxml/rng-valid.el 23226;;; Generated autoloads from nxml/rng-valid.el
24772 23227
24773(autoload 'rng-validate-mode "rng-valid" "\ 23228(autoload 'rng-validate-mode "rng-valid" "\
@@ -24797,8 +23252,8 @@ to use for finding the schema.
24797 23252
24798;;;*** 23253;;;***
24799 23254
24800;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (20244 23255;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (20355
24801;;;;;; 35516 0 0)) 23256;;;;;; 10021 546955 0))
24802;;; Generated autoloads from nxml/rng-xsd.el 23257;;; Generated autoloads from nxml/rng-xsd.el
24803 23258
24804(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 23259(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -24826,7 +23281,7 @@ must be equal.
24826;;;*** 23281;;;***
24827 23282
24828;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) 23283;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
24829;;;;;; "robin" "international/robin.el" (20523 63054 0 0)) 23284;;;;;; "robin" "international/robin.el" (20523 62082 997685 0))
24830;;; Generated autoloads from international/robin.el 23285;;; Generated autoloads from international/robin.el
24831 23286
24832(autoload 'robin-define-package "robin" "\ 23287(autoload 'robin-define-package "robin" "\
@@ -24859,7 +23314,8 @@ Start using robin package NAME, which is a string.
24859;;;*** 23314;;;***
24860 23315
24861;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 23316;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
24862;;;;;; rot13-string rot13) "rot13" "rot13.el" (20244 35516 0 0)) 23317;;;;;; rot13-string rot13) "rot13" "rot13.el" (20355 10021 546955
23318;;;;;; 0))
24863;;; Generated autoloads from rot13.el 23319;;; Generated autoloads from rot13.el
24864 23320
24865(autoload 'rot13 "rot13" "\ 23321(autoload 'rot13 "rot13" "\
@@ -24897,7 +23353,7 @@ Toggle the use of ROT13 encoding for the current window.
24897;;;*** 23353;;;***
24898 23354
24899;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" 23355;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
24900;;;;;; (20600 16892 0 0)) 23356;;;;;; (20594 43050 277913 0))
24901;;; Generated autoloads from textmodes/rst.el 23357;;; Generated autoloads from textmodes/rst.el
24902 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 23358 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
24903 23359
@@ -24928,7 +23384,7 @@ for modes derived from Text mode, like Mail mode.
24928;;;*** 23384;;;***
24929 23385
24930;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" 23386;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el"
24931;;;;;; (20577 48876 0 0)) 23387;;;;;; (20576 42138 697312 0))
24932;;; Generated autoloads from progmodes/ruby-mode.el 23388;;; Generated autoloads from progmodes/ruby-mode.el
24933 23389
24934(autoload 'ruby-mode "ruby-mode" "\ 23390(autoload 'ruby-mode "ruby-mode" "\
@@ -24949,8 +23405,8 @@ The variable `ruby-indent-level' controls the amount of indentation.
24949 23405
24950;;;*** 23406;;;***
24951 23407
24952;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (20244 23408;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (20355
24953;;;;;; 35516 0 0)) 23409;;;;;; 10021 546955 0))
24954;;; Generated autoloads from ruler-mode.el 23410;;; Generated autoloads from ruler-mode.el
24955 23411
24956(defvar ruler-mode nil "\ 23412(defvar ruler-mode nil "\
@@ -24967,8 +23423,8 @@ if ARG is omitted or nil.
24967 23423
24968;;;*** 23424;;;***
24969 23425
24970;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20517 23426;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20518
24971;;;;;; 30410 0 0)) 23427;;;;;; 12580 46478 0))
24972;;; Generated autoloads from emacs-lisp/rx.el 23428;;; Generated autoloads from emacs-lisp/rx.el
24973 23429
24974(autoload 'rx-to-string "rx" "\ 23430(autoload 'rx-to-string "rx" "\
@@ -25280,7 +23736,7 @@ enclosed in `(and ...)'.
25280;;;*** 23736;;;***
25281 23737
25282;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (20577 23738;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (20577
25283;;;;;; 48876 0 0)) 23739;;;;;; 33959 40183 0))
25284;;; Generated autoloads from savehist.el 23740;;; Generated autoloads from savehist.el
25285 23741
25286(defvar savehist-mode nil "\ 23742(defvar savehist-mode nil "\
@@ -25312,7 +23768,7 @@ histories, which is probably undesirable.
25312;;;*** 23768;;;***
25313 23769
25314;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 23770;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
25315;;;;;; (20428 57510 0 0)) 23771;;;;;; (20427 14766 970343 0))
25316;;; Generated autoloads from progmodes/scheme.el 23772;;; Generated autoloads from progmodes/scheme.el
25317 23773
25318(autoload 'scheme-mode "scheme" "\ 23774(autoload 'scheme-mode "scheme" "\
@@ -25354,7 +23810,7 @@ that variable's value is a string.
25354;;;*** 23810;;;***
25355 23811
25356;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 23812;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
25357;;;;;; (20244 35516 0 0)) 23813;;;;;; (20355 10021 546955 0))
25358;;; Generated autoloads from gnus/score-mode.el 23814;;; Generated autoloads from gnus/score-mode.el
25359 23815
25360(autoload 'gnus-score-mode "score-mode" "\ 23816(autoload 'gnus-score-mode "score-mode" "\
@@ -25368,7 +23824,7 @@ This mode is an extended emacs-lisp mode.
25368;;;*** 23824;;;***
25369 23825
25370;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 23826;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
25371;;;;;; (20373 41604 0 0)) 23827;;;;;; (20363 61861 222722 0))
25372;;; Generated autoloads from scroll-all.el 23828;;; Generated autoloads from scroll-all.el
25373 23829
25374(defvar scroll-all-mode nil "\ 23830(defvar scroll-all-mode nil "\
@@ -25394,7 +23850,7 @@ one window apply to all visible windows in the same frame.
25394;;;*** 23850;;;***
25395 23851
25396;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 23852;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
25397;;;;;; (20276 3849 0 0)) 23853;;;;;; (20355 10021 546955 0))
25398;;; Generated autoloads from scroll-lock.el 23854;;; Generated autoloads from scroll-lock.el
25399 23855
25400(autoload 'scroll-lock-mode "scroll-lock" "\ 23856(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -25410,7 +23866,8 @@ vertically fixed relative to window boundaries during scrolling.
25410 23866
25411;;;*** 23867;;;***
25412 23868
25413;;;### (autoloads nil "secrets" "net/secrets.el" (20511 52965 0 0)) 23869;;;### (autoloads nil "secrets" "net/secrets.el" (20478 3673 653810
23870;;;;;; 0))
25414;;; Generated autoloads from net/secrets.el 23871;;; Generated autoloads from net/secrets.el
25415(when (featurep 'dbusbind) 23872(when (featurep 'dbusbind)
25416 (autoload 'secrets-show-secrets "secrets" nil t)) 23873 (autoload 'secrets-show-secrets "secrets" nil t))
@@ -25418,7 +23875,7 @@ vertically fixed relative to window boundaries during scrolling.
25418;;;*** 23875;;;***
25419 23876
25420;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" 23877;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
25421;;;;;; "cedet/semantic.el" (20600 16892 0 0)) 23878;;;;;; "cedet/semantic.el" (20617 41641 89638 0))
25422;;; Generated autoloads from cedet/semantic.el 23879;;; Generated autoloads from cedet/semantic.el
25423 23880
25424(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ 23881(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
@@ -25475,7 +23932,7 @@ Semantic mode.
25475;;;*** 23932;;;***
25476 23933
25477;;;### (autoloads (bovine-grammar-mode) "semantic/bovine/grammar" 23934;;;### (autoloads (bovine-grammar-mode) "semantic/bovine/grammar"
25478;;;;;; "cedet/semantic/bovine/grammar.el" (20592 26321 0 0)) 23935;;;;;; "cedet/semantic/bovine/grammar.el" (20593 22184 581574 0))
25479;;; Generated autoloads from cedet/semantic/bovine/grammar.el 23936;;; Generated autoloads from cedet/semantic/bovine/grammar.el
25480 23937
25481(autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\ 23938(autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\
@@ -25486,7 +23943,7 @@ Major mode for editing Bovine grammars.
25486;;;*** 23943;;;***
25487 23944
25488;;;### (autoloads (wisent-grammar-mode) "semantic/wisent/grammar" 23945;;;### (autoloads (wisent-grammar-mode) "semantic/wisent/grammar"
25489;;;;;; "cedet/semantic/wisent/grammar.el" (20592 26321 0 0)) 23946;;;;;; "cedet/semantic/wisent/grammar.el" (20593 22184 581574 0))
25490;;; Generated autoloads from cedet/semantic/wisent/grammar.el 23947;;; Generated autoloads from cedet/semantic/wisent/grammar.el
25491 23948
25492(autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\ 23949(autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\
@@ -25504,7 +23961,7 @@ Major mode for editing Wisent grammars.
25504;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name 23961;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name
25505;;;;;; mail-header-separator send-mail-function mail-interactive 23962;;;;;; mail-header-separator send-mail-function mail-interactive
25506;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 23963;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
25507;;;;;; "sendmail" "mail/sendmail.el" (20577 48876 0 0)) 23964;;;;;; "sendmail" "mail/sendmail.el" (20614 54428 654267 0))
25508;;; Generated autoloads from mail/sendmail.el 23965;;; Generated autoloads from mail/sendmail.el
25509 23966
25510(defvar mail-from-style 'default "\ 23967(defvar mail-from-style 'default "\
@@ -25786,8 +24243,8 @@ Like `mail' command, but display mail buffer in another frame.
25786;;;*** 24243;;;***
25787 24244
25788;;;### (autoloads (server-save-buffers-kill-terminal server-mode 24245;;;### (autoloads (server-save-buffers-kill-terminal server-mode
25789;;;;;; server-force-delete server-start) "server" "server.el" (20600 24246;;;;;; server-force-delete server-start) "server" "server.el" (20594
25790;;;;;; 16892 0 0)) 24247;;;;;; 43050 277913 0))
25791;;; Generated autoloads from server.el 24248;;; Generated autoloads from server.el
25792 24249
25793(put 'server-host 'risky-local-variable t) 24250(put 'server-host 'risky-local-variable t)
@@ -25854,7 +24311,7 @@ only these files will be asked to be saved.
25854 24311
25855;;;*** 24312;;;***
25856 24313
25857;;;### (autoloads (ses-mode) "ses" "ses.el" (20553 63503 0 0)) 24314;;;### (autoloads (ses-mode) "ses" "ses.el" (20553 51627 169867 0))
25858;;; Generated autoloads from ses.el 24315;;; Generated autoloads from ses.el
25859 24316
25860(autoload 'ses-mode "ses" "\ 24317(autoload 'ses-mode "ses" "\
@@ -25873,7 +24330,7 @@ These are active only in the minibuffer, when entering or editing a formula:
25873;;;*** 24330;;;***
25874 24331
25875;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 24332;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
25876;;;;;; (20580 46629 0 0)) 24333;;;;;; (20580 10161 446444 0))
25877;;; Generated autoloads from textmodes/sgml-mode.el 24334;;; Generated autoloads from textmodes/sgml-mode.el
25878 24335
25879(autoload 'sgml-mode "sgml-mode" "\ 24336(autoload 'sgml-mode "sgml-mode" "\
@@ -25939,7 +24396,7 @@ To work around that, do:
25939;;;*** 24396;;;***
25940 24397
25941;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 24398;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
25942;;;;;; (20600 16892 0 0)) 24399;;;;;; (20624 64165 102958 0))
25943;;; Generated autoloads from progmodes/sh-script.el 24400;;; Generated autoloads from progmodes/sh-script.el
25944(put 'sh-shell 'safe-local-variable 'symbolp) 24401(put 'sh-shell 'safe-local-variable 'symbolp)
25945 24402
@@ -26003,7 +24460,7 @@ with your script for an edit-interpret-debug cycle.
26003;;;*** 24460;;;***
26004 24461
26005;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 24462;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
26006;;;;;; (20577 48876 0 0)) 24463;;;;;; (20572 16038 402143 0))
26007;;; Generated autoloads from emacs-lisp/shadow.el 24464;;; Generated autoloads from emacs-lisp/shadow.el
26008 24465
26009(autoload 'list-load-path-shadows "shadow" "\ 24466(autoload 'list-load-path-shadows "shadow" "\
@@ -26053,8 +24510,8 @@ function, `load-path-shadows-find'.
26053;;;*** 24510;;;***
26054 24511
26055;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 24512;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
26056;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (20244 24513;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (20355
26057;;;;;; 35516 0 0)) 24514;;;;;; 10021 546955 0))
26058;;; Generated autoloads from shadowfile.el 24515;;; Generated autoloads from shadowfile.el
26059 24516
26060(autoload 'shadow-define-cluster "shadowfile" "\ 24517(autoload 'shadow-define-cluster "shadowfile" "\
@@ -26093,7 +24550,7 @@ Set up file shadowing.
26093;;;*** 24550;;;***
26094 24551
26095;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 24552;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
26096;;;;;; (20567 31133 0 0)) 24553;;;;;; (20566 63671 243798 0))
26097;;; Generated autoloads from shell.el 24554;;; Generated autoloads from shell.el
26098 24555
26099(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 24556(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -26141,8 +24598,8 @@ Otherwise, one argument `-i' is passed to the shell.
26141 24598
26142;;;*** 24599;;;***
26143 24600
26144;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20600 24601;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20595
26145;;;;;; 16892 0 0)) 24602;;;;;; 63909 923329 0))
26146;;; Generated autoloads from gnus/shr.el 24603;;; Generated autoloads from gnus/shr.el
26147 24604
26148(autoload 'shr-insert-document "shr" "\ 24605(autoload 'shr-insert-document "shr" "\
@@ -26155,7 +24612,8 @@ DOM should be a parse tree as generated by
26155;;;*** 24612;;;***
26156 24613
26157;;;### (autoloads (sieve-upload-and-kill sieve-upload-and-bury sieve-upload 24614;;;### (autoloads (sieve-upload-and-kill sieve-upload-and-bury sieve-upload
26158;;;;;; sieve-manage) "sieve" "gnus/sieve.el" (20511 52965 0 0)) 24615;;;;;; sieve-manage) "sieve" "gnus/sieve.el" (20487 57003 603251
24616;;;;;; 0))
26159;;; Generated autoloads from gnus/sieve.el 24617;;; Generated autoloads from gnus/sieve.el
26160 24618
26161(autoload 'sieve-manage "sieve" "\ 24619(autoload 'sieve-manage "sieve" "\
@@ -26181,7 +24639,7 @@ DOM should be a parse tree as generated by
26181;;;*** 24639;;;***
26182 24640
26183;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 24641;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
26184;;;;;; (20511 52965 0 0)) 24642;;;;;; (20487 57003 603251 0))
26185;;; Generated autoloads from gnus/sieve-mode.el 24643;;; Generated autoloads from gnus/sieve-mode.el
26186 24644
26187(autoload 'sieve-mode "sieve-mode" "\ 24645(autoload 'sieve-mode "sieve-mode" "\
@@ -26196,8 +24654,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
26196 24654
26197;;;*** 24655;;;***
26198 24656
26199;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20356 24657;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20355
26200;;;;;; 35090 0 0)) 24658;;;;;; 10021 546955 0))
26201;;; Generated autoloads from progmodes/simula.el 24659;;; Generated autoloads from progmodes/simula.el
26202 24660
26203(autoload 'simula-mode "simula" "\ 24661(autoload 'simula-mode "simula" "\
@@ -26246,7 +24704,7 @@ with no arguments, if that value is non-nil.
26246;;;*** 24704;;;***
26247 24705
26248;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 24706;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
26249;;;;;; define-skeleton) "skeleton" "skeleton.el" (20540 61982 0 24707;;;;;; define-skeleton) "skeleton" "skeleton.el" (20541 6907 775259
26250;;;;;; 0)) 24708;;;;;; 0))
26251;;; Generated autoloads from skeleton.el 24709;;; Generated autoloads from skeleton.el
26252 24710
@@ -26359,7 +24817,7 @@ symmetrical ones, and the same character twice for the others.
26359;;;*** 24817;;;***
26360 24818
26361;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) 24819;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
26362;;;;;; "smerge-mode" "vc/smerge-mode.el" (20585 55103 0 0)) 24820;;;;;; "smerge-mode" "vc/smerge-mode.el" (20585 28088 480237 0))
26363;;; Generated autoloads from vc/smerge-mode.el 24821;;; Generated autoloads from vc/smerge-mode.el
26364 24822
26365(autoload 'smerge-ediff "smerge-mode" "\ 24823(autoload 'smerge-ediff "smerge-mode" "\
@@ -26387,7 +24845,7 @@ If no conflict maker is found, turn off `smerge-mode'.
26387;;;*** 24845;;;***
26388 24846
26389;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 24847;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
26390;;;;;; (20244 35516 0 0)) 24848;;;;;; (20355 10021 546955 0))
26391;;; Generated autoloads from gnus/smiley.el 24849;;; Generated autoloads from gnus/smiley.el
26392 24850
26393(autoload 'smiley-region "smiley" "\ 24851(autoload 'smiley-region "smiley" "\
@@ -26405,7 +24863,7 @@ interactively. If there's no argument, do it at the current buffer.
26405;;;*** 24863;;;***
26406 24864
26407;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 24865;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
26408;;;;;; "mail/smtpmail.el" (20550 14882 0 0)) 24866;;;;;; "mail/smtpmail.el" (20551 9899 283417 0))
26409;;; Generated autoloads from mail/smtpmail.el 24867;;; Generated autoloads from mail/smtpmail.el
26410 24868
26411(autoload 'smtpmail-send-it "smtpmail" "\ 24869(autoload 'smtpmail-send-it "smtpmail" "\
@@ -26420,7 +24878,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
26420 24878
26421;;;*** 24879;;;***
26422 24880
26423;;;### (autoloads (snake) "snake" "play/snake.el" (20511 52965 0 24881;;;### (autoloads (snake) "snake" "play/snake.el" (20478 3673 653810
26424;;;;;; 0)) 24882;;;;;; 0))
26425;;; Generated autoloads from play/snake.el 24883;;; Generated autoloads from play/snake.el
26426 24884
@@ -26445,7 +24903,7 @@ Snake mode keybindings:
26445;;;*** 24903;;;***
26446 24904
26447;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 24905;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
26448;;;;;; (20577 48876 0 0)) 24906;;;;;; (20577 33959 40183 0))
26449;;; Generated autoloads from net/snmp-mode.el 24907;;; Generated autoloads from net/snmp-mode.el
26450 24908
26451(autoload 'snmp-mode "snmp-mode" "\ 24909(autoload 'snmp-mode "snmp-mode" "\
@@ -26474,8 +24932,8 @@ then `snmpv2-mode-hook'.
26474 24932
26475;;;*** 24933;;;***
26476 24934
26477;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (20567 24935;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (20566
26478;;;;;; 31133 0 0)) 24936;;;;;; 63671 243798 0))
26479;;; Generated autoloads from calendar/solar.el 24937;;; Generated autoloads from calendar/solar.el
26480 24938
26481(autoload 'sunrise-sunset "solar" "\ 24939(autoload 'sunrise-sunset "solar" "\
@@ -26490,8 +24948,8 @@ This function is suitable for execution in an init file.
26490 24948
26491;;;*** 24949;;;***
26492 24950
26493;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20428 24951;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20427
26494;;;;;; 57510 0 0)) 24952;;;;;; 14766 970343 0))
26495;;; Generated autoloads from play/solitaire.el 24953;;; Generated autoloads from play/solitaire.el
26496 24954
26497(autoload 'solitaire "solitaire" "\ 24955(autoload 'solitaire "solitaire" "\
@@ -26568,7 +25026,8 @@ Pick your favorite shortcuts:
26568 25026
26569;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 25027;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
26570;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 25028;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
26571;;;;;; sort-lines sort-subr) "sort" "sort.el" (20511 52965 0 0)) 25029;;;;;; sort-lines sort-subr) "sort" "sort.el" (20507 42276 222255
25030;;;;;; 0))
26572;;; Generated autoloads from sort.el 25031;;; Generated autoloads from sort.el
26573(put 'sort-fold-case 'safe-local-variable 'booleanp) 25032(put 'sort-fold-case 'safe-local-variable 'booleanp)
26574 25033
@@ -26717,8 +25176,8 @@ From a program takes two point or marker arguments, BEG and END.
26717 25176
26718;;;*** 25177;;;***
26719 25178
26720;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20460 25179;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20458
26721;;;;;; 33749 0 0)) 25180;;;;;; 56750 651721 0))
26722;;; Generated autoloads from gnus/spam.el 25181;;; Generated autoloads from gnus/spam.el
26723 25182
26724(autoload 'spam-initialize "spam" "\ 25183(autoload 'spam-initialize "spam" "\
@@ -26734,7 +25193,7 @@ installed through `spam-necessary-extra-headers'.
26734 25193
26735;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 25194;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
26736;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 25195;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
26737;;;;;; "gnus/spam-report.el" (20244 35516 0 0)) 25196;;;;;; "gnus/spam-report.el" (20355 10021 546955 0))
26738;;; Generated autoloads from gnus/spam-report.el 25197;;; Generated autoloads from gnus/spam-report.el
26739 25198
26740(autoload 'spam-report-process-queue "spam-report" "\ 25199(autoload 'spam-report-process-queue "spam-report" "\
@@ -26777,7 +25236,7 @@ Spam reports will be queued with the method used when
26777;;;*** 25236;;;***
26778 25237
26779;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 25238;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
26780;;;;;; "speedbar.el" (20567 31133 0 0)) 25239;;;;;; "speedbar.el" (20566 63671 243798 0))
26781;;; Generated autoloads from speedbar.el 25240;;; Generated autoloads from speedbar.el
26782 25241
26783(defalias 'speedbar 'speedbar-frame-mode) 25242(defalias 'speedbar 'speedbar-frame-mode)
@@ -26801,8 +25260,8 @@ selected. If the speedbar frame is active, then select the attached frame.
26801 25260
26802;;;*** 25261;;;***
26803 25262
26804;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (20244 25263;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (20355
26805;;;;;; 35516 0 0)) 25264;;;;;; 10021 546955 0))
26806;;; Generated autoloads from play/spook.el 25265;;; Generated autoloads from play/spook.el
26807 25266
26808(autoload 'spook "spook" "\ 25267(autoload 'spook "spook" "\
@@ -26821,7 +25280,7 @@ Return a vector containing the lines from `spook-phrases-file'.
26821;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 25280;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
26822;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect 25281;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect
26823;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el" 25282;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el"
26824;;;;;; (20567 31133 0 0)) 25283;;;;;; (20566 63671 243798 0))
26825;;; Generated autoloads from progmodes/sql.el 25284;;; Generated autoloads from progmodes/sql.el
26826 25285
26827(autoload 'sql-add-product-keywords "sql" "\ 25286(autoload 'sql-add-product-keywords "sql" "\
@@ -27317,7 +25776,7 @@ buffer.
27317;;;*** 25776;;;***
27318 25777
27319;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" 25778;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
27320;;;;;; (20585 59413 0 0)) 25779;;;;;; (20586 48936 135199 0))
27321;;; Generated autoloads from cedet/srecode/srt-mode.el 25780;;; Generated autoloads from cedet/srecode/srt-mode.el
27322 25781
27323(autoload 'srecode-template-mode "srecode/srt-mode" "\ 25782(autoload 'srecode-template-mode "srecode/srt-mode" "\
@@ -27330,7 +25789,7 @@ Major-mode for writing SRecode macros.
27330;;;*** 25789;;;***
27331 25790
27332;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el" 25791;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el"
27333;;;;;; (20244 35516 0 0)) 25792;;;;;; (20606 34222 123795 0))
27334;;; Generated autoloads from gnus/starttls.el 25793;;; Generated autoloads from gnus/starttls.el
27335 25794
27336(autoload 'starttls-open-stream "starttls" "\ 25795(autoload 'starttls-open-stream "starttls" "\
@@ -27357,8 +25816,8 @@ GnuTLS requires a port number.
27357;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 25816;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
27358;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 25817;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
27359;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 25818;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
27360;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (20600 25819;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (20593
27361;;;;;; 16892 0 0)) 25820;;;;;; 22184 581574 0))
27362;;; Generated autoloads from strokes.el 25821;;; Generated autoloads from strokes.el
27363 25822
27364(autoload 'strokes-global-set-stroke "strokes" "\ 25823(autoload 'strokes-global-set-stroke "strokes" "\
@@ -27472,7 +25931,7 @@ Read a complex stroke and insert its glyph into the current buffer.
27472;;;*** 25931;;;***
27473 25932
27474;;;### (autoloads (studlify-buffer studlify-word studlify-region) 25933;;;### (autoloads (studlify-buffer studlify-word studlify-region)
27475;;;;;; "studly" "play/studly.el" (19765 60663 0 0)) 25934;;;;;; "studly" "play/studly.el" (20355 10021 546955 0))
27476;;; Generated autoloads from play/studly.el 25935;;; Generated autoloads from play/studly.el
27477 25936
27478(autoload 'studlify-region "studly" "\ 25937(autoload 'studlify-region "studly" "\
@@ -27493,7 +25952,7 @@ Studlify-case the current buffer.
27493;;;*** 25952;;;***
27494 25953
27495;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el" 25954;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el"
27496;;;;;; (20535 44414 0 0)) 25955;;;;;; (20524 51365 2559 0))
27497;;; Generated autoloads from progmodes/subword.el 25956;;; Generated autoloads from progmodes/subword.el
27498 25957
27499(autoload 'subword-mode "subword" "\ 25958(autoload 'subword-mode "subword" "\
@@ -27549,7 +26008,7 @@ See `subword-mode' for more information on Subword mode.
27549;;;*** 26008;;;***
27550 26009
27551;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 26010;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
27552;;;;;; (20577 48876 0 0)) 26011;;;;;; (20576 42138 697312 0))
27553;;; Generated autoloads from mail/supercite.el 26012;;; Generated autoloads from mail/supercite.el
27554 26013
27555(autoload 'sc-cite-original "supercite" "\ 26014(autoload 'sc-cite-original "supercite" "\
@@ -27581,8 +26040,8 @@ and `sc-post-hook' is run after the guts of this function.
27581 26040
27582;;;*** 26041;;;***
27583 26042
27584;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (20244 26043;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (20355
27585;;;;;; 35516 0 0)) 26044;;;;;; 10021 546955 0))
27586;;; Generated autoloads from t-mouse.el 26045;;; Generated autoloads from t-mouse.el
27587 26046
27588(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 26047(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -27610,8 +26069,8 @@ It relies on the `gpm' daemon being activated.
27610 26069
27611;;;*** 26070;;;***
27612 26071
27613;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (20244 35516 26072;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (20355 10021
27614;;;;;; 0 0)) 26073;;;;;; 546955 0))
27615;;; Generated autoloads from tabify.el 26074;;; Generated autoloads from tabify.el
27616 26075
27617(autoload 'untabify "tabify" "\ 26076(autoload 'untabify "tabify" "\
@@ -27646,7 +26105,7 @@ The variable `tab-width' controls the spacing of tab stops.
27646;;;;;; table-recognize table-insert-row-column table-insert-column 26105;;;;;; table-recognize table-insert-row-column table-insert-column
27647;;;;;; table-insert-row table-insert table-point-left-cell-hook 26106;;;;;; table-insert-row table-insert table-point-left-cell-hook
27648;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 26107;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
27649;;;;;; "table" "textmodes/table.el" (20589 46442 0 0)) 26108;;;;;; "table" "textmodes/table.el" (20586 48936 135199 0))
27650;;; Generated autoloads from textmodes/table.el 26109;;; Generated autoloads from textmodes/table.el
27651 26110
27652(defvar table-cell-map-hook nil "\ 26111(defvar table-cell-map-hook nil "\
@@ -28238,8 +26697,8 @@ converts a table into plain text without frames. It is a companion to
28238 26697
28239;;;*** 26698;;;***
28240 26699
28241;;;### (autoloads (talk talk-connect) "talk" "talk.el" (20244 35516 26700;;;### (autoloads (talk talk-connect) "talk" "talk.el" (20355 10021
28242;;;;;; 0 0)) 26701;;;;;; 546955 0))
28243;;; Generated autoloads from talk.el 26702;;; Generated autoloads from talk.el
28244 26703
28245(autoload 'talk-connect "talk" "\ 26704(autoload 'talk-connect "talk" "\
@@ -28254,8 +26713,8 @@ Connect to the Emacs talk group from the current X display or tty frame.
28254 26713
28255;;;*** 26714;;;***
28256 26715
28257;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20585 55103 26716;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20585 28088
28258;;;;;; 0 0)) 26717;;;;;; 480237 0))
28259;;; Generated autoloads from tar-mode.el 26718;;; Generated autoloads from tar-mode.el
28260 26719
28261(autoload 'tar-mode "tar-mode" "\ 26720(autoload 'tar-mode "tar-mode" "\
@@ -28279,7 +26738,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
28279;;;*** 26738;;;***
28280 26739
28281;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 26740;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
28282;;;;;; "progmodes/tcl.el" (20580 46629 0 0)) 26741;;;;;; "progmodes/tcl.el" (20580 10161 446444 0))
28283;;; Generated autoloads from progmodes/tcl.el 26742;;; Generated autoloads from progmodes/tcl.el
28284 26743
28285(autoload 'tcl-mode "tcl" "\ 26744(autoload 'tcl-mode "tcl" "\
@@ -28327,8 +26786,8 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
28327 26786
28328;;;*** 26787;;;***
28329 26788
28330;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20244 35516 26789;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20355 10021
28331;;;;;; 0 0)) 26790;;;;;; 546955 0))
28332;;; Generated autoloads from net/telnet.el 26791;;; Generated autoloads from net/telnet.el
28333 26792
28334(autoload 'telnet "telnet" "\ 26793(autoload 'telnet "telnet" "\
@@ -28354,7 +26813,7 @@ Normally input is edited in Emacs and sent a line at a time.
28354;;;*** 26813;;;***
28355 26814
28356;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" 26815;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
28357;;;;;; (20580 46629 0 0)) 26816;;;;;; (20580 10161 446444 0))
28358;;; Generated autoloads from term.el 26817;;; Generated autoloads from term.el
28359 26818
28360(autoload 'make-term "term" "\ 26819(autoload 'make-term "term" "\
@@ -28396,8 +26855,8 @@ use in that buffer.
28396 26855
28397;;;*** 26856;;;***
28398 26857
28399;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20244 26858;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20355
28400;;;;;; 35516 0 0)) 26859;;;;;; 10021 546955 0))
28401;;; Generated autoloads from terminal.el 26860;;; Generated autoloads from terminal.el
28402 26861
28403(autoload 'terminal-emulator "terminal" "\ 26862(autoload 'terminal-emulator "terminal" "\
@@ -28434,7 +26893,7 @@ subprocess started.
28434;;;*** 26893;;;***
28435 26894
28436;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 26895;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
28437;;;;;; (20579 15299 0 0)) 26896;;;;;; (20580 10161 446444 0))
28438;;; Generated autoloads from emacs-lisp/testcover.el 26897;;; Generated autoloads from emacs-lisp/testcover.el
28439 26898
28440(autoload 'testcover-this-defun "testcover" "\ 26899(autoload 'testcover-this-defun "testcover" "\
@@ -28444,8 +26903,8 @@ Start coverage on function under point.
28444 26903
28445;;;*** 26904;;;***
28446 26905
28447;;;### (autoloads (tetris) "tetris" "play/tetris.el" (20550 14882 26906;;;### (autoloads (tetris) "tetris" "play/tetris.el" (20545 57511
28448;;;;;; 0 0)) 26907;;;;;; 257469 0))
28449;;; Generated autoloads from play/tetris.el 26908;;; Generated autoloads from play/tetris.el
28450 26909
28451(autoload 'tetris "tetris" "\ 26910(autoload 'tetris "tetris" "\
@@ -28476,7 +26935,7 @@ tetris-mode keybindings:
28476;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 26935;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
28477;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 26936;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
28478;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 26937;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
28479;;;;;; (20600 16892 0 0)) 26938;;;;;; (20594 43050 277913 0))
28480;;; Generated autoloads from textmodes/tex-mode.el 26939;;; Generated autoloads from textmodes/tex-mode.el
28481 26940
28482(defvar tex-shell-file-name nil "\ 26941(defvar tex-shell-file-name nil "\
@@ -28778,7 +27237,7 @@ Major mode to edit DocTeX files.
28778;;;*** 27237;;;***
28779 27238
28780;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 27239;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
28781;;;;;; "texinfmt" "textmodes/texinfmt.el" (20434 28080 0 0)) 27240;;;;;; "texinfmt" "textmodes/texinfmt.el" (20434 17809 692608 0))
28782;;; Generated autoloads from textmodes/texinfmt.el 27241;;; Generated autoloads from textmodes/texinfmt.el
28783 27242
28784(autoload 'texinfo-format-buffer "texinfmt" "\ 27243(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -28818,7 +27277,7 @@ if large. You can use `Info-split' to do this manually.
28818;;;*** 27277;;;***
28819 27278
28820;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 27279;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
28821;;;;;; "texinfo" "textmodes/texinfo.el" (20511 52965 0 0)) 27280;;;;;; "texinfo" "textmodes/texinfo.el" (20478 3673 653810 0))
28822;;; Generated autoloads from textmodes/texinfo.el 27281;;; Generated autoloads from textmodes/texinfo.el
28823 27282
28824(defvar texinfo-open-quote (purecopy "``") "\ 27283(defvar texinfo-open-quote (purecopy "``") "\
@@ -28904,7 +27363,7 @@ value of `texinfo-mode-hook'.
28904 27363
28905;;;### (autoloads (thai-composition-function thai-compose-buffer 27364;;;### (autoloads (thai-composition-function thai-compose-buffer
28906;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" 27365;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
28907;;;;;; (20276 3849 0 0)) 27366;;;;;; (20355 10021 546955 0))
28908;;; Generated autoloads from language/thai-util.el 27367;;; Generated autoloads from language/thai-util.el
28909 27368
28910(autoload 'thai-compose-region "thai-util" "\ 27369(autoload 'thai-compose-region "thai-util" "\
@@ -28933,7 +27392,7 @@ Compose Thai characters in the current buffer.
28933 27392
28934;;;### (autoloads (list-at-point number-at-point symbol-at-point 27393;;;### (autoloads (list-at-point number-at-point symbol-at-point
28935;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 27394;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
28936;;;;;; "thingatpt" "thingatpt.el" (20419 46656 0 0)) 27395;;;;;; "thingatpt" "thingatpt.el" (20623 43301 870757 0))
28937;;; Generated autoloads from thingatpt.el 27396;;; Generated autoloads from thingatpt.el
28938 27397
28939(autoload 'forward-thing "thingatpt" "\ 27398(autoload 'forward-thing "thingatpt" "\
@@ -28965,7 +27424,7 @@ Return the THING at point.
28965THING should be a symbol specifying a type of syntactic entity. 27424THING should be a symbol specifying a type of syntactic entity.
28966Possibilities include `symbol', `list', `sexp', `defun', 27425Possibilities include `symbol', `list', `sexp', `defun',
28967`filename', `url', `email', `word', `sentence', `whitespace', 27426`filename', `url', `email', `word', `sentence', `whitespace',
28968`line', and `page'. 27427`line', `number', and `page'.
28969 27428
28970See the file `thingatpt.el' for documentation on how to define 27429See the file `thingatpt.el' for documentation on how to define
28971a symbol as a valid THING. 27430a symbol as a valid THING.
@@ -28996,7 +27455,7 @@ Return the Lisp list at point, or nil if none is found.
28996 27455
28997;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 27456;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
28998;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 27457;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
28999;;;;;; (20244 35516 0 0)) 27458;;;;;; (20355 10021 546955 0))
29000;;; Generated autoloads from thumbs.el 27459;;; Generated autoloads from thumbs.el
29001 27460
29002(autoload 'thumbs-find-thumb "thumbs" "\ 27461(autoload 'thumbs-find-thumb "thumbs" "\
@@ -29034,8 +27493,8 @@ In dired, call the setroot program on the image at point.
29034;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer 27493;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
29035;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region 27494;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
29036;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription 27495;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
29037;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20356 27496;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20355
29038;;;;;; 35090 0 0)) 27497;;;;;; 10021 546955 0))
29039;;; Generated autoloads from language/tibet-util.el 27498;;; Generated autoloads from language/tibet-util.el
29040 27499
29041(autoload 'tibetan-char-p "tibet-util" "\ 27500(autoload 'tibetan-char-p "tibet-util" "\
@@ -29109,7 +27568,7 @@ See also docstring of the function tibetan-compose-region.
29109;;;*** 27568;;;***
29110 27569
29111;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 27570;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
29112;;;;;; (20373 41604 0 0)) 27571;;;;;; (20373 11301 906925 0))
29113;;; Generated autoloads from textmodes/tildify.el 27572;;; Generated autoloads from textmodes/tildify.el
29114 27573
29115(autoload 'tildify-region "tildify" "\ 27574(autoload 'tildify-region "tildify" "\
@@ -29134,7 +27593,7 @@ This function performs no refilling of the changed text.
29134 27593
29135;;;### (autoloads (emacs-init-time emacs-uptime display-time-world 27594;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
29136;;;;;; display-time-mode display-time display-time-day-and-date) 27595;;;;;; display-time-mode display-time display-time-day-and-date)
29137;;;;;; "time" "time.el" (20567 31133 0 0)) 27596;;;;;; "time" "time.el" (20619 46245 806932 0))
29138;;; Generated autoloads from time.el 27597;;; Generated autoloads from time.el
29139 27598
29140(defvar display-time-day-and-date nil "\ 27599(defvar display-time-day-and-date nil "\
@@ -29200,7 +27659,7 @@ Return a string giving the duration of the Emacs initialization.
29200;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day 27659;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day
29201;;;;;; time-add time-subtract time-since days-to-time time-less-p 27660;;;;;; time-add time-subtract time-since days-to-time time-less-p
29202;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el" 27661;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el"
29203;;;;;; (20452 57825 0 0)) 27662;;;;;; (20453 5437 764254 0))
29204;;; Generated autoloads from calendar/time-date.el 27663;;; Generated autoloads from calendar/time-date.el
29205 27664
29206(autoload 'date-to-time "time-date" "\ 27665(autoload 'date-to-time "time-date" "\
@@ -29314,7 +27773,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'.
29314;;;*** 27773;;;***
29315 27774
29316;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 27775;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
29317;;;;;; "time-stamp.el" (20567 31133 0 0)) 27776;;;;;; "time-stamp.el" (20566 63671 243798 0))
29318;;; Generated autoloads from time-stamp.el 27777;;; Generated autoloads from time-stamp.el
29319(put 'time-stamp-format 'safe-local-variable 'stringp) 27778(put 'time-stamp-format 'safe-local-variable 'stringp)
29320(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 27779(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -29358,7 +27817,7 @@ With ARG, turn time stamping on if and only if arg is positive.
29358;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 27817;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
29359;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 27818;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
29360;;;;;; timeclock-mode-line-display) "timeclock" "calendar/timeclock.el" 27819;;;;;; timeclock-mode-line-display) "timeclock" "calendar/timeclock.el"
29361;;;;;; (20600 16892 0 0)) 27820;;;;;; (20593 22184 581574 0))
29362;;; Generated autoloads from calendar/timeclock.el 27821;;; Generated autoloads from calendar/timeclock.el
29363 27822
29364(autoload 'timeclock-mode-line-display "timeclock" "\ 27823(autoload 'timeclock-mode-line-display "timeclock" "\
@@ -29458,7 +27917,7 @@ relative only to the time worked today, and not to past time.
29458;;;*** 27917;;;***
29459 27918
29460;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 27919;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
29461;;;;;; "international/titdic-cnv.el" (20290 33419 0 0)) 27920;;;;;; "international/titdic-cnv.el" (20355 10021 546955 0))
29462;;; Generated autoloads from international/titdic-cnv.el 27921;;; Generated autoloads from international/titdic-cnv.el
29463 27922
29464(autoload 'titdic-convert "titdic-cnv" "\ 27923(autoload 'titdic-convert "titdic-cnv" "\
@@ -29481,7 +27940,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
29481;;;*** 27940;;;***
29482 27941
29483;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27942;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
29484;;;;;; "tmm.el" (20432 55251 0 0)) 27943;;;;;; "tmm.el" (20622 22438 32851 0))
29485;;; Generated autoloads from tmm.el 27944;;; Generated autoloads from tmm.el
29486 (define-key global-map "\M-`" 'tmm-menubar) 27945 (define-key global-map "\M-`" 'tmm-menubar)
29487 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 27946 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -29521,7 +27980,7 @@ Its value should be an event that has a binding in MENU.
29521 27980
29522;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 27981;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
29523;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 27982;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
29524;;;;;; "todo-mode" "calendar/todo-mode.el" (20244 35516 0 0)) 27983;;;;;; "todo-mode" "calendar/todo-mode.el" (20355 10021 546955 0))
29525;;; Generated autoloads from calendar/todo-mode.el 27984;;; Generated autoloads from calendar/todo-mode.el
29526 27985
29527(autoload 'todo-add-category "todo-mode" "\ 27986(autoload 'todo-add-category "todo-mode" "\
@@ -29581,7 +28040,7 @@ Show TODO list.
29581 28040
29582;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 28041;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
29583;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) 28042;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
29584;;;;;; "tool-bar" "tool-bar.el" (20290 33419 0 0)) 28043;;;;;; "tool-bar" "tool-bar.el" (20355 10021 546955 0))
29585;;; Generated autoloads from tool-bar.el 28044;;; Generated autoloads from tool-bar.el
29586 28045
29587(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 28046(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -29652,7 +28111,7 @@ holds a keymap.
29652;;;*** 28111;;;***
29653 28112
29654;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 28113;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
29655;;;;;; (20567 31133 0 0)) 28114;;;;;; (20566 63671 243798 0))
29656;;; Generated autoloads from emulation/tpu-edt.el 28115;;; Generated autoloads from emulation/tpu-edt.el
29657 28116
29658(defvar tpu-edt-mode nil "\ 28117(defvar tpu-edt-mode nil "\
@@ -29682,7 +28141,7 @@ Turn on TPU/edt emulation.
29682;;;*** 28141;;;***
29683 28142
29684;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" 28143;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
29685;;;;;; (20567 31133 0 0)) 28144;;;;;; (20566 63671 243798 0))
29686;;; Generated autoloads from emulation/tpu-mapper.el 28145;;; Generated autoloads from emulation/tpu-mapper.el
29687 28146
29688(autoload 'tpu-mapper "tpu-mapper" "\ 28147(autoload 'tpu-mapper "tpu-mapper" "\
@@ -29716,8 +28175,8 @@ your local X guru can try to figure out why the key is being ignored.
29716 28175
29717;;;*** 28176;;;***
29718 28177
29719;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (20244 35516 28178;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (20355 10021
29720;;;;;; 0 0)) 28179;;;;;; 546955 0))
29721;;; Generated autoloads from emacs-lisp/tq.el 28180;;; Generated autoloads from emacs-lisp/tq.el
29722 28181
29723(autoload 'tq-create "tq" "\ 28182(autoload 'tq-create "tq" "\
@@ -29731,7 +28190,7 @@ to a tcp server on another machine.
29731;;;*** 28190;;;***
29732 28191
29733;;;### (autoloads (trace-function-background trace-function trace-buffer) 28192;;;### (autoloads (trace-function-background trace-function trace-buffer)
29734;;;;;; "trace" "emacs-lisp/trace.el" (20511 52965 0 0)) 28193;;;;;; "trace" "emacs-lisp/trace.el" (20485 15269 390836 0))
29735;;; Generated autoloads from emacs-lisp/trace.el 28194;;; Generated autoloads from emacs-lisp/trace.el
29736 28195
29737(defvar trace-buffer (purecopy "*trace-output*") "\ 28196(defvar trace-buffer (purecopy "*trace-output*") "\
@@ -29768,7 +28227,7 @@ BUFFER defaults to `trace-buffer'.
29768;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 28227;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
29769;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 28228;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
29770;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 28229;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
29771;;;;;; "net/tramp.el" (20600 16892 0 0)) 28230;;;;;; "net/tramp.el" (20597 19239 817699 0))
29772;;; Generated autoloads from net/tramp.el 28231;;; Generated autoloads from net/tramp.el
29773 28232
29774(defvar tramp-mode t "\ 28233(defvar tramp-mode t "\
@@ -29901,7 +28360,7 @@ Discard Tramp from loading remote files.
29901;;;*** 28360;;;***
29902 28361
29903;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 28362;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
29904;;;;;; (20438 17064 0 0)) 28363;;;;;; (20438 24016 194668 0))
29905;;; Generated autoloads from net/tramp-ftp.el 28364;;; Generated autoloads from net/tramp-ftp.el
29906 28365
29907(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 28366(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -29911,8 +28370,8 @@ Discard Tramp from loading remote files.
29911 28370
29912;;;*** 28371;;;***
29913 28372
29914;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20585 28373;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20584
29915;;;;;; 55103 0 0)) 28374;;;;;; 7212 455152 0))
29916;;; Generated autoloads from tutorial.el 28375;;; Generated autoloads from tutorial.el
29917 28376
29918(autoload 'help-with-tutorial "tutorial" "\ 28377(autoload 'help-with-tutorial "tutorial" "\
@@ -29937,7 +28396,7 @@ resumed later.
29937;;;*** 28396;;;***
29938 28397
29939;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" 28398;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
29940;;;;;; (19765 60663 0 0)) 28399;;;;;; (20355 10021 546955 0))
29941;;; Generated autoloads from language/tv-util.el 28400;;; Generated autoloads from language/tv-util.el
29942 28401
29943(autoload 'tai-viet-composition-function "tv-util" "\ 28402(autoload 'tai-viet-composition-function "tv-util" "\
@@ -29948,7 +28407,7 @@ resumed later.
29948;;;*** 28407;;;***
29949 28408
29950;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 28409;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
29951;;;;;; "textmodes/two-column.el" (20567 31133 0 0)) 28410;;;;;; "textmodes/two-column.el" (20566 63671 243798 0))
29952;;; Generated autoloads from textmodes/two-column.el 28411;;; Generated autoloads from textmodes/two-column.el
29953 (autoload '2C-command "two-column" () t 'keymap) 28412 (autoload '2C-command "two-column" () t 'keymap)
29954 (global-set-key "\C-x6" '2C-command) 28413 (global-set-key "\C-x6" '2C-command)
@@ -29997,7 +28456,7 @@ First column's text sSs Second column's text
29997 28456
29998;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics 28457;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics
29999;;;;;; type-break type-break-mode) "type-break" "type-break.el" 28458;;;;;; type-break type-break-mode) "type-break" "type-break.el"
30000;;;;;; (20581 48325 0 0)) 28459;;;;;; (20582 12914 894781 0))
30001;;; Generated autoloads from type-break.el 28460;;; Generated autoloads from type-break.el
30002 28461
30003(defvar type-break-mode nil "\ 28462(defvar type-break-mode nil "\
@@ -30129,8 +28588,8 @@ FRAC should be the inverse of the fractional value; for example, a value of
30129 28588
30130;;;*** 28589;;;***
30131 28590
30132;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (20567 31133 28591;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (20566 63671
30133;;;;;; 0 0)) 28592;;;;;; 243798 0))
30134;;; Generated autoloads from mail/uce.el 28593;;; Generated autoloads from mail/uce.el
30135 28594
30136(autoload 'uce-reply-to-uce "uce" "\ 28595(autoload 'uce-reply-to-uce "uce" "\
@@ -30148,7 +28607,7 @@ You might need to set `uce-mail-reader' before using this.
30148;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string 28607;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string
30149;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region 28608;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region
30150;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" 28609;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize"
30151;;;;;; "international/ucs-normalize.el" (20511 52965 0 0)) 28610;;;;;; "international/ucs-normalize.el" (20476 31768 298871 0))
30152;;; Generated autoloads from international/ucs-normalize.el 28611;;; Generated autoloads from international/ucs-normalize.el
30153 28612
30154(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ 28613(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
@@ -30214,7 +28673,7 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
30214;;;*** 28673;;;***
30215 28674
30216;;;### (autoloads (ununderline-region underline-region) "underline" 28675;;;### (autoloads (ununderline-region underline-region) "underline"
30217;;;;;; "textmodes/underline.el" (20244 35516 0 0)) 28676;;;;;; "textmodes/underline.el" (20355 10021 546955 0))
30218;;; Generated autoloads from textmodes/underline.el 28677;;; Generated autoloads from textmodes/underline.el
30219 28678
30220(autoload 'underline-region "underline" "\ 28679(autoload 'underline-region "underline" "\
@@ -30235,7 +28694,7 @@ which specify the range to operate on.
30235;;;*** 28694;;;***
30236 28695
30237;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 28696;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
30238;;;;;; (20373 41604 0 0)) 28697;;;;;; (20369 14251 85829 0))
30239;;; Generated autoloads from mail/unrmail.el 28698;;; Generated autoloads from mail/unrmail.el
30240 28699
30241(autoload 'batch-unrmail "unrmail" "\ 28700(autoload 'batch-unrmail "unrmail" "\
@@ -30254,8 +28713,8 @@ Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE.
30254 28713
30255;;;*** 28714;;;***
30256 28715
30257;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (20244 28716;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (20355
30258;;;;;; 35516 0 0)) 28717;;;;;; 10021 546955 0))
30259;;; Generated autoloads from emacs-lisp/unsafep.el 28718;;; Generated autoloads from emacs-lisp/unsafep.el
30260 28719
30261(autoload 'unsafep "unsafep" "\ 28720(autoload 'unsafep "unsafep" "\
@@ -30268,7 +28727,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
30268;;;*** 28727;;;***
30269 28728
30270;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 28729;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
30271;;;;;; "url/url.el" (20511 52965 0 0)) 28730;;;;;; "url/url.el" (20601 16294 451653 0))
30272;;; Generated autoloads from url/url.el 28731;;; Generated autoloads from url/url.el
30273 28732
30274(autoload 'url-retrieve "url" "\ 28733(autoload 'url-retrieve "url" "\
@@ -30280,9 +28739,9 @@ characters are percent-encoded; see `url-encode-url'.
30280CALLBACK is called when the object has been completely retrieved, with 28739CALLBACK is called when the object has been completely retrieved, with
30281the current buffer containing the object, and any MIME headers associated 28740the current buffer containing the object, and any MIME headers associated
30282with it. It is called as (apply CALLBACK STATUS CBARGS). 28741with it. It is called as (apply CALLBACK STATUS CBARGS).
30283STATUS is a list with an even number of elements representing 28742STATUS is a plist representing what happened during the request,
30284what happened during the request, with most recent events first, 28743with most recent events first, or an empty list if no events have
30285or an empty list if no events have occurred. Each pair is one of: 28744occurred. Each pair is one of:
30286 28745
30287\(:redirect REDIRECTED-TO) - the request was redirected to this URL 28746\(:redirect REDIRECTED-TO) - the request was redirected to this URL
30288\(:error (ERROR-SYMBOL . DATA)) - an error occurred. The error can be 28747\(:error (ERROR-SYMBOL . DATA)) - an error occurred. The error can be
@@ -30316,7 +28775,7 @@ no further processing). URL is either a string or a parsed URL.
30316;;;*** 28775;;;***
30317 28776
30318;;;### (autoloads (url-register-auth-scheme url-get-authentication) 28777;;;### (autoloads (url-register-auth-scheme url-get-authentication)
30319;;;;;; "url-auth" "url/url-auth.el" (20244 35516 0 0)) 28778;;;;;; "url-auth" "url/url-auth.el" (20355 10021 546955 0))
30320;;; Generated autoloads from url/url-auth.el 28779;;; Generated autoloads from url/url-auth.el
30321 28780
30322(autoload 'url-get-authentication "url-auth" "\ 28781(autoload 'url-get-authentication "url-auth" "\
@@ -30358,7 +28817,7 @@ RATING a rating between 1 and 10 of the strength of the authentication.
30358;;;*** 28817;;;***
30359 28818
30360;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache) 28819;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache)
30361;;;;;; "url-cache" "url/url-cache.el" (20276 3849 0 0)) 28820;;;;;; "url-cache" "url/url-cache.el" (20355 10021 546955 0))
30362;;; Generated autoloads from url/url-cache.el 28821;;; Generated autoloads from url/url-cache.el
30363 28822
30364(autoload 'url-store-in-cache "url-cache" "\ 28823(autoload 'url-store-in-cache "url-cache" "\
@@ -30379,8 +28838,8 @@ Extract FNAM from the local disk cache.
30379 28838
30380;;;*** 28839;;;***
30381 28840
30382;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (20244 35516 28841;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (20355 10021
30383;;;;;; 0 0)) 28842;;;;;; 546955 0))
30384;;; Generated autoloads from url/url-cid.el 28843;;; Generated autoloads from url/url-cid.el
30385 28844
30386(autoload 'url-cid "url-cid" "\ 28845(autoload 'url-cid "url-cid" "\
@@ -30391,7 +28850,7 @@ Extract FNAM from the local disk cache.
30391;;;*** 28850;;;***
30392 28851
30393;;;### (autoloads (url-dav-vc-registered url-dav-request url-dav-supported-p) 28852;;;### (autoloads (url-dav-vc-registered url-dav-request url-dav-supported-p)
30394;;;;;; "url-dav" "url/url-dav.el" (20511 52965 0 0)) 28853;;;;;; "url-dav" "url/url-dav.el" (20501 3499 284800 0))
30395;;; Generated autoloads from url/url-dav.el 28854;;; Generated autoloads from url/url-dav.el
30396 28855
30397(autoload 'url-dav-supported-p "url-dav" "\ 28856(autoload 'url-dav-supported-p "url-dav" "\
@@ -30425,8 +28884,8 @@ added to this list, so most requests can just pass in nil.
30425 28884
30426;;;*** 28885;;;***
30427 28886
30428;;;### (autoloads (url-file) "url-file" "url/url-file.el" (20511 28887;;;### (autoloads (url-file) "url-file" "url/url-file.el" (20602
30429;;;;;; 52965 0 0)) 28888;;;;;; 37158 321420 0))
30430;;; Generated autoloads from url/url-file.el 28889;;; Generated autoloads from url/url-file.el
30431 28890
30432(autoload 'url-file "url-file" "\ 28891(autoload 'url-file "url-file" "\
@@ -30437,7 +28896,7 @@ Handle file: and ftp: URLs.
30437;;;*** 28896;;;***
30438 28897
30439;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 28898;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
30440;;;;;; "url/url-gw.el" (20511 52965 0 0)) 28899;;;;;; "url/url-gw.el" (20478 3673 653810 0))
30441;;; Generated autoloads from url/url-gw.el 28900;;; Generated autoloads from url/url-gw.el
30442 28901
30443(autoload 'url-gateway-nslookup-host "url-gw" "\ 28902(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -30457,7 +28916,7 @@ Might do a non-blocking connection; use `process-status' to check.
30457 28916
30458;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 28917;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
30459;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" 28918;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
30460;;;;;; (20585 55103 0 0)) 28919;;;;;; (20584 7212 455152 0))
30461;;; Generated autoloads from url/url-handlers.el 28920;;; Generated autoloads from url/url-handlers.el
30462 28921
30463(defvar url-handler-mode nil "\ 28922(defvar url-handler-mode nil "\
@@ -30511,7 +28970,7 @@ accessible.
30511 28970
30512;;;*** 28971;;;***
30513 28972
30514;;;### (autoloads nil "url-http" "url/url-http.el" (20589 46442 0 28973;;;### (autoloads nil "url-http" "url/url-http.el" (20601 16294 451653
30515;;;;;; 0)) 28974;;;;;; 0))
30516;;; Generated autoloads from url/url-http.el 28975;;; Generated autoloads from url/url-http.el
30517 (autoload 'url-default-expander "url-expand") 28976 (autoload 'url-default-expander "url-expand")
@@ -30524,8 +28983,8 @@ accessible.
30524 28983
30525;;;*** 28984;;;***
30526 28985
30527;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (20244 35516 28986;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (20355 10021
30528;;;;;; 0 0)) 28987;;;;;; 546955 0))
30529;;; Generated autoloads from url/url-irc.el 28988;;; Generated autoloads from url/url-irc.el
30530 28989
30531(autoload 'url-irc "url-irc" "\ 28990(autoload 'url-irc "url-irc" "\
@@ -30535,8 +28994,8 @@ accessible.
30535 28994
30536;;;*** 28995;;;***
30537 28996
30538;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20356 28997;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20355
30539;;;;;; 35090 0 0)) 28998;;;;;; 10021 546955 0))
30540;;; Generated autoloads from url/url-ldap.el 28999;;; Generated autoloads from url/url-ldap.el
30541 29000
30542(autoload 'url-ldap "url-ldap" "\ 29001(autoload 'url-ldap "url-ldap" "\
@@ -30550,7 +29009,7 @@ URL can be a URL string, or a URL vector of the type returned by
30550;;;*** 29009;;;***
30551 29010
30552;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 29011;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
30553;;;;;; (20244 35516 0 0)) 29012;;;;;; (20355 10021 546955 0))
30554;;; Generated autoloads from url/url-mailto.el 29013;;; Generated autoloads from url/url-mailto.el
30555 29014
30556(autoload 'url-mail "url-mailto" "\ 29015(autoload 'url-mail "url-mailto" "\
@@ -30566,7 +29025,8 @@ Handle the mailto: URL syntax.
30566;;;*** 29025;;;***
30567 29026
30568;;;### (autoloads (url-data url-generic-emulator-loader url-info 29027;;;### (autoloads (url-data url-generic-emulator-loader url-info
30569;;;;;; url-man) "url-misc" "url/url-misc.el" (20511 52965 0 0)) 29028;;;;;; url-man) "url-misc" "url/url-misc.el" (20478 3673 653810
29029;;;;;; 0))
30570;;; Generated autoloads from url/url-misc.el 29030;;; Generated autoloads from url/url-misc.el
30571 29031
30572(autoload 'url-man "url-misc" "\ 29032(autoload 'url-man "url-misc" "\
@@ -30598,7 +29058,7 @@ Fetch a data URL (RFC 2397).
30598;;;*** 29058;;;***
30599 29059
30600;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 29060;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
30601;;;;;; (20244 35516 0 0)) 29061;;;;;; (20355 10021 546955 0))
30602;;; Generated autoloads from url/url-news.el 29062;;; Generated autoloads from url/url-news.el
30603 29063
30604(autoload 'url-news "url-news" "\ 29064(autoload 'url-news "url-news" "\
@@ -30615,7 +29075,7 @@ Fetch a data URL (RFC 2397).
30615 29075
30616;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 29076;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
30617;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 29077;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
30618;;;;;; (20244 35516 0 0)) 29078;;;;;; (20355 10021 546955 0))
30619;;; Generated autoloads from url/url-ns.el 29079;;; Generated autoloads from url/url-ns.el
30620 29080
30621(autoload 'isPlainHostName "url-ns" "\ 29081(autoload 'isPlainHostName "url-ns" "\
@@ -30656,7 +29116,7 @@ Fetch a data URL (RFC 2397).
30656;;;*** 29116;;;***
30657 29117
30658;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 29118;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
30659;;;;;; "url/url-parse.el" (20577 48876 0 0)) 29119;;;;;; "url/url-parse.el" (20577 33959 40183 0))
30660;;; Generated autoloads from url/url-parse.el 29120;;; Generated autoloads from url/url-parse.el
30661 29121
30662(autoload 'url-recreate-url "url-parse" "\ 29122(autoload 'url-recreate-url "url-parse" "\
@@ -30708,7 +29168,7 @@ parses to
30708;;;*** 29168;;;***
30709 29169
30710;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 29170;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
30711;;;;;; (20511 52965 0 0)) 29171;;;;;; (20478 3673 653810 0))
30712;;; Generated autoloads from url/url-privacy.el 29172;;; Generated autoloads from url/url-privacy.el
30713 29173
30714(autoload 'url-setup-privacy-info "url-privacy" "\ 29174(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -30719,7 +29179,7 @@ Setup variables that expose info about you and your system.
30719;;;*** 29179;;;***
30720 29180
30721;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el" 29181;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el"
30722;;;;;; (20511 52965 0 0)) 29182;;;;;; (20478 3673 653810 0))
30723;;; Generated autoloads from url/url-queue.el 29183;;; Generated autoloads from url/url-queue.el
30724 29184
30725(autoload 'url-queue-retrieve "url-queue" "\ 29185(autoload 'url-queue-retrieve "url-queue" "\
@@ -30739,8 +29199,8 @@ The variable `url-queue-timeout' sets a timeout.
30739;;;;;; url-percentage url-display-percentage url-pretty-length url-strip-leading-spaces 29199;;;;;; url-percentage url-display-percentage url-pretty-length url-strip-leading-spaces
30740;;;;;; url-eat-trailing-space url-get-normalized-date url-lazy-message 29200;;;;;; url-eat-trailing-space url-get-normalized-date url-lazy-message
30741;;;;;; url-normalize-url url-insert-entities-in-string url-parse-args 29201;;;;;; url-normalize-url url-insert-entities-in-string url-parse-args
30742;;;;;; url-debug url-debug) "url-util" "url/url-util.el" (20585 29202;;;;;; url-debug url-debug) "url-util" "url/url-util.el" (20584
30743;;;;;; 55103 0 0)) 29203;;;;;; 7212 455152 0))
30744;;; Generated autoloads from url/url-util.el 29204;;; Generated autoloads from url/url-util.el
30745 29205
30746(defvar url-debug nil "\ 29206(defvar url-debug nil "\
@@ -30914,7 +29374,7 @@ This uses `url-current-object', set locally to the buffer.
30914;;;*** 29374;;;***
30915 29375
30916;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 29376;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
30917;;;;;; "userlock" "userlock.el" (20553 63503 0 0)) 29377;;;;;; "userlock" "userlock.el" (20555 6946 859539 0))
30918;;; Generated autoloads from userlock.el 29378;;; Generated autoloads from userlock.el
30919 29379
30920(autoload 'ask-user-about-lock "userlock" "\ 29380(autoload 'ask-user-about-lock "userlock" "\
@@ -30944,7 +29404,7 @@ The buffer in question is current when this function is called.
30944 29404
30945;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion 29405;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
30946;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) 29406;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
30947;;;;;; "utf-7" "international/utf-7.el" (20244 35516 0 0)) 29407;;;;;; "utf-7" "international/utf-7.el" (20355 10021 546955 0))
30948;;; Generated autoloads from international/utf-7.el 29408;;; Generated autoloads from international/utf-7.el
30949 29409
30950(autoload 'utf-7-post-read-conversion "utf-7" "\ 29410(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -30969,8 +29429,8 @@ The buffer in question is current when this function is called.
30969 29429
30970;;;*** 29430;;;***
30971 29431
30972;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (20244 35516 29432;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (20355 10021
30973;;;;;; 0 0)) 29433;;;;;; 546955 0))
30974;;; Generated autoloads from gnus/utf7.el 29434;;; Generated autoloads from gnus/utf7.el
30975 29435
30976(autoload 'utf7-encode "utf7" "\ 29436(autoload 'utf7-encode "utf7" "\
@@ -30982,7 +29442,7 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil.
30982 29442
30983;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 29443;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
30984;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" 29444;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
30985;;;;;; (20356 35090 0 0)) 29445;;;;;; (20355 10021 546955 0))
30986;;; Generated autoloads from mail/uudecode.el 29446;;; Generated autoloads from mail/uudecode.el
30987 29447
30988(autoload 'uudecode-decode-region-external "uudecode" "\ 29448(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -31012,8 +29472,8 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
31012;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers 29472;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers
31013;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff 29473;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff
31014;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook 29474;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook
31015;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20580 29475;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20611
31016;;;;;; 46629 0 0)) 29476;;;;;; 52135 109136 0))
31017;;; Generated autoloads from vc/vc.el 29477;;; Generated autoloads from vc/vc.el
31018 29478
31019(defvar vc-checkout-hook nil "\ 29479(defvar vc-checkout-hook nil "\
@@ -31291,7 +29751,7 @@ Return the branch part of a revision number REV.
31291;;;*** 29751;;;***
31292 29752
31293;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el" 29753;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el"
31294;;;;;; (20511 52965 0 0)) 29754;;;;;; (20478 3673 653810 0))
31295;;; Generated autoloads from vc/vc-annotate.el 29755;;; Generated autoloads from vc/vc-annotate.el
31296 29756
31297(autoload 'vc-annotate "vc-annotate" "\ 29757(autoload 'vc-annotate "vc-annotate" "\
@@ -31328,7 +29788,8 @@ mode-specific menu. `vc-annotate-color-map' and
31328 29788
31329;;;*** 29789;;;***
31330 29790
31331;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20511 52965 0 0)) 29791;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20478 3673 653810
29792;;;;;; 0))
31332;;; Generated autoloads from vc/vc-arch.el 29793;;; Generated autoloads from vc/vc-arch.el
31333 (defun vc-arch-registered (file) 29794 (defun vc-arch-registered (file)
31334 (if (vc-find-root file "{arch}/=tagging-method") 29795 (if (vc-find-root file "{arch}/=tagging-method")
@@ -31338,7 +29799,8 @@ mode-specific menu. `vc-annotate-color-map' and
31338 29799
31339;;;*** 29800;;;***
31340 29801
31341;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20585 55103 0 0)) 29802;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20584 7212 455152
29803;;;;;; 0))
31342;;; Generated autoloads from vc/vc-bzr.el 29804;;; Generated autoloads from vc/vc-bzr.el
31343 29805
31344(defconst vc-bzr-admin-dirname ".bzr" "\ 29806(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -31354,7 +29816,8 @@ Name of the format file in a .bzr directory.")
31354 29816
31355;;;*** 29817;;;***
31356 29818
31357;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20544 52783 0 0)) 29819;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20542 46798 773957
29820;;;;;; 0))
31358;;; Generated autoloads from vc/vc-cvs.el 29821;;; Generated autoloads from vc/vc-cvs.el
31359(defun vc-cvs-registered (f) 29822(defun vc-cvs-registered (f)
31360 "Return non-nil if file F is registered with CVS." 29823 "Return non-nil if file F is registered with CVS."
@@ -31365,7 +29828,7 @@ Name of the format file in a .bzr directory.")
31365 29828
31366;;;*** 29829;;;***
31367 29830
31368;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20522 30367 0 29831;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20522 9637 465791
31369;;;;;; 0)) 29832;;;;;; 0))
31370;;; Generated autoloads from vc/vc-dir.el 29833;;; Generated autoloads from vc/vc-dir.el
31371 29834
@@ -31391,7 +29854,7 @@ These are the commands available for use in the file status buffer:
31391;;;*** 29854;;;***
31392 29855
31393;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el" 29856;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el"
31394;;;;;; (20511 52965 0 0)) 29857;;;;;; (20489 12324 656827 0))
31395;;; Generated autoloads from vc/vc-dispatcher.el 29858;;; Generated autoloads from vc/vc-dispatcher.el
31396 29859
31397(autoload 'vc-do-command "vc-dispatcher" "\ 29860(autoload 'vc-do-command "vc-dispatcher" "\
@@ -31414,7 +29877,8 @@ case, and the process object in the asynchronous case.
31414 29877
31415;;;*** 29878;;;***
31416 29879
31417;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20589 46442 0 0)) 29880;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20586 48936 135199
29881;;;;;; 0))
31418;;; Generated autoloads from vc/vc-git.el 29882;;; Generated autoloads from vc/vc-git.el
31419 (defun vc-git-registered (file) 29883 (defun vc-git-registered (file)
31420 "Return non-nil if FILE is registered with git." 29884 "Return non-nil if FILE is registered with git."
@@ -31425,7 +29889,7 @@ case, and the process object in the asynchronous case.
31425 29889
31426;;;*** 29890;;;***
31427 29891
31428;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20511 52965 0 0)) 29892;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20489 12324 656827 0))
31429;;; Generated autoloads from vc/vc-hg.el 29893;;; Generated autoloads from vc/vc-hg.el
31430 (defun vc-hg-registered (file) 29894 (defun vc-hg-registered (file)
31431 "Return non-nil if FILE is registered with hg." 29895 "Return non-nil if FILE is registered with hg."
@@ -31436,7 +29900,7 @@ case, and the process object in the asynchronous case.
31436 29900
31437;;;*** 29901;;;***
31438 29902
31439;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20523 62975 0 0)) 29903;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20524 51365 2559 0))
31440;;; Generated autoloads from vc/vc-mtn.el 29904;;; Generated autoloads from vc/vc-mtn.el
31441 29905
31442(defconst vc-mtn-admin-dir "_MTN" "\ 29906(defconst vc-mtn-admin-dir "_MTN" "\
@@ -31453,7 +29917,7 @@ Name of the monotone directory's format file.")
31453;;;*** 29917;;;***
31454 29918
31455;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el" 29919;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el"
31456;;;;;; (20585 55103 0 0)) 29920;;;;;; (20584 7212 455152 0))
31457;;; Generated autoloads from vc/vc-rcs.el 29921;;; Generated autoloads from vc/vc-rcs.el
31458 29922
31459(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 29923(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -31467,7 +29931,7 @@ For a description of possible values, see `vc-check-master-templates'.")
31467;;;*** 29931;;;***
31468 29932
31469;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el" 29933;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el"
31470;;;;;; (20585 55103 0 0)) 29934;;;;;; (20584 7212 455152 0))
31471;;; Generated autoloads from vc/vc-sccs.el 29935;;; Generated autoloads from vc/vc-sccs.el
31472 29936
31473(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 29937(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -31485,7 +29949,8 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
31485 29949
31486;;;*** 29950;;;***
31487 29951
31488;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20318 5885 0 0)) 29952;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20355 10021 546955
29953;;;;;; 0))
31489;;; Generated autoloads from vc/vc-svn.el 29954;;; Generated autoloads from vc/vc-svn.el
31490 (defun vc-svn-registered (f) 29955 (defun vc-svn-registered (f)
31491 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 29956 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -31499,7 +29964,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
31499;;;*** 29964;;;***
31500 29965
31501;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" 29966;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
31502;;;;;; (20577 48876 0 0)) 29967;;;;;; (20577 33959 40183 0))
31503;;; Generated autoloads from progmodes/vera-mode.el 29968;;; Generated autoloads from progmodes/vera-mode.el
31504 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 29969 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
31505 29970
@@ -31557,7 +30022,7 @@ Key bindings:
31557;;;*** 30022;;;***
31558 30023
31559;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 30024;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
31560;;;;;; (20600 16892 0 0)) 30025;;;;;; (20593 22184 581574 0))
31561;;; Generated autoloads from progmodes/verilog-mode.el 30026;;; Generated autoloads from progmodes/verilog-mode.el
31562 30027
31563(autoload 'verilog-mode "verilog-mode" "\ 30028(autoload 'verilog-mode "verilog-mode" "\
@@ -31696,7 +30161,7 @@ Key bindings specific to `verilog-mode-map' are:
31696;;;*** 30161;;;***
31697 30162
31698;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 30163;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
31699;;;;;; (20600 16892 0 0)) 30164;;;;;; (20593 22184 581574 0))
31700;;; Generated autoloads from progmodes/vhdl-mode.el 30165;;; Generated autoloads from progmodes/vhdl-mode.el
31701 30166
31702(autoload 'vhdl-mode "vhdl-mode" "\ 30167(autoload 'vhdl-mode "vhdl-mode" "\
@@ -32250,7 +30715,7 @@ Key bindings:
32250 30715
32251;;;*** 30716;;;***
32252 30717
32253;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (20567 31133 0 30718;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (20566 63671 243798
32254;;;;;; 0)) 30719;;;;;; 0))
32255;;; Generated autoloads from emulation/vi.el 30720;;; Generated autoloads from emulation/vi.el
32256 30721
@@ -32306,7 +30771,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
32306;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 30771;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
32307;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 30772;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
32308;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 30773;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
32309;;;;;; "language/viet-util.el" (20244 35516 0 0)) 30774;;;;;; "language/viet-util.el" (20355 10021 546955 0))
32310;;; Generated autoloads from language/viet-util.el 30775;;; Generated autoloads from language/viet-util.el
32311 30776
32312(autoload 'viet-encode-viscii-char "viet-util" "\ 30777(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -32354,7 +30819,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
32354;;;;;; view-mode view-buffer-other-frame view-buffer-other-window 30819;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
32355;;;;;; view-buffer view-file-other-frame view-file-other-window 30820;;;;;; view-buffer view-file-other-frame view-file-other-window
32356;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) 30821;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
32357;;;;;; "view" "view.el" (20577 48876 0 0)) 30822;;;;;; "view" "view.el" (20577 33959 40183 0))
32358;;; Generated autoloads from view.el 30823;;; Generated autoloads from view.el
32359 30824
32360(defvar view-remove-frame-by-deleting t "\ 30825(defvar view-remove-frame-by-deleting t "\
@@ -32611,7 +31076,7 @@ Exit View mode and make the current buffer editable.
32611;;;*** 31076;;;***
32612 31077
32613;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (20513 31078;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (20513
32614;;;;;; 36786 0 0)) 31079;;;;;; 18948 537867 0))
32615;;; Generated autoloads from emulation/vip.el 31080;;; Generated autoloads from emulation/vip.el
32616 31081
32617(autoload 'vip-setup "vip" "\ 31082(autoload 'vip-setup "vip" "\
@@ -32627,7 +31092,7 @@ Turn on VIP emulation of VI.
32627;;;*** 31092;;;***
32628 31093
32629;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 31094;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
32630;;;;;; (20567 31133 0 0)) 31095;;;;;; (20566 63671 243798 0))
32631;;; Generated autoloads from emulation/viper.el 31096;;; Generated autoloads from emulation/viper.el
32632 31097
32633(autoload 'toggle-viper-mode "viper" "\ 31098(autoload 'toggle-viper-mode "viper" "\
@@ -32644,7 +31109,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
32644;;;*** 31109;;;***
32645 31110
32646;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 31111;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
32647;;;;;; (20244 35516 0 0)) 31112;;;;;; (20355 10021 546955 0))
32648;;; Generated autoloads from emacs-lisp/warnings.el 31113;;; Generated autoloads from emacs-lisp/warnings.el
32649 31114
32650(defvar warning-prefix-function nil "\ 31115(defvar warning-prefix-function nil "\
@@ -32734,7 +31199,7 @@ this is equivalent to `display-warning', using
32734;;;*** 31199;;;***
32735 31200
32736;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 31201;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
32737;;;;;; (20511 52965 0 0)) 31202;;;;;; (20619 46245 806932 0))
32738;;; Generated autoloads from wdired.el 31203;;; Generated autoloads from wdired.el
32739 31204
32740(autoload 'wdired-change-to-wdired-mode "wdired" "\ 31205(autoload 'wdired-change-to-wdired-mode "wdired" "\
@@ -32751,8 +31216,8 @@ See `wdired-mode'.
32751 31216
32752;;;*** 31217;;;***
32753 31218
32754;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20567 31133 31219;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20566 63671
32755;;;;;; 0 0)) 31220;;;;;; 243798 0))
32756;;; Generated autoloads from net/webjump.el 31221;;; Generated autoloads from net/webjump.el
32757 31222
32758(autoload 'webjump "webjump" "\ 31223(autoload 'webjump "webjump" "\
@@ -32769,7 +31234,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
32769;;;*** 31234;;;***
32770 31235
32771;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 31236;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
32772;;;;;; (20577 48876 0 0)) 31237;;;;;; (20613 49078 764749 0))
32773;;; Generated autoloads from progmodes/which-func.el 31238;;; Generated autoloads from progmodes/which-func.el
32774 (put 'which-func-format 'risky-local-variable t) 31239 (put 'which-func-format 'risky-local-variable t)
32775 (put 'which-func-current 'risky-local-variable t) 31240 (put 'which-func-current 'risky-local-variable t)
@@ -32802,8 +31267,8 @@ in certain major modes.
32802;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region 31267;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
32803;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options 31268;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
32804;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode 31269;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
32805;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20511 52965 31270;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20508 13724
32806;;;;;; 0 0)) 31271;;;;;; 260761 0))
32807;;; Generated autoloads from whitespace.el 31272;;; Generated autoloads from whitespace.el
32808 31273
32809(autoload 'whitespace-mode "whitespace" "\ 31274(autoload 'whitespace-mode "whitespace" "\
@@ -33202,8 +31667,8 @@ cleaning up these problems.
33202;;;*** 31667;;;***
33203 31668
33204;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 31669;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
33205;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (20511 52965 31670;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (20478 3673
33206;;;;;; 0 0)) 31671;;;;;; 653810 0))
33207;;; Generated autoloads from wid-browse.el 31672;;; Generated autoloads from wid-browse.el
33208 31673
33209(autoload 'widget-browse-at "wid-browse" "\ 31674(autoload 'widget-browse-at "wid-browse" "\
@@ -33233,7 +31698,7 @@ if ARG is omitted or nil.
33233 31698
33234;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 31699;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
33235;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20373 31700;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20373
33236;;;;;; 41604 0 0)) 31701;;;;;; 11301 906925 0))
33237;;; Generated autoloads from wid-edit.el 31702;;; Generated autoloads from wid-edit.el
33238 31703
33239(autoload 'widgetp "wid-edit" "\ 31704(autoload 'widgetp "wid-edit" "\
@@ -33276,8 +31741,8 @@ Setup current buffer so editing string widgets works.
33276;;;*** 31741;;;***
33277 31742
33278;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 31743;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
33279;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20567 31744;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20566
33280;;;;;; 31133 0 0)) 31745;;;;;; 63671 243798 0))
33281;;; Generated autoloads from windmove.el 31746;;; Generated autoloads from windmove.el
33282 31747
33283(autoload 'windmove-left "windmove" "\ 31748(autoload 'windmove-left "windmove" "\
@@ -33329,8 +31794,8 @@ Default MODIFIER is 'shift.
33329 31794
33330;;;*** 31795;;;***
33331 31796
33332;;;### (autoloads (winner-mode) "winner" "winner.el" (20585 55103 31797;;;### (autoloads (winner-mode) "winner" "winner.el" (20584 7212
33333;;;;;; 0 0)) 31798;;;;;; 455152 0))
33334;;; Generated autoloads from winner.el 31799;;; Generated autoloads from winner.el
33335 31800
33336(defvar winner-mode nil "\ 31801(defvar winner-mode nil "\
@@ -33354,7 +31819,8 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
33354;;;*** 31819;;;***
33355 31820
33356;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file 31821;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file
33357;;;;;; woman woman-locale) "woman" "woman.el" (20539 37147 0 0)) 31822;;;;;; woman woman-locale) "woman" "woman.el" (20623 43301 870757
31823;;;;;; 0))
33358;;; Generated autoloads from woman.el 31824;;; Generated autoloads from woman.el
33359 31825
33360(defvar woman-locale nil "\ 31826(defvar woman-locale nil "\
@@ -33403,7 +31869,7 @@ Default bookmark handler for Woman buffers.
33403;;;*** 31869;;;***
33404 31870
33405;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 31871;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
33406;;;;;; (20331 12564 0 0)) 31872;;;;;; (20355 10021 546955 0))
33407;;; Generated autoloads from emulation/ws-mode.el 31873;;; Generated autoloads from emulation/ws-mode.el
33408 31874
33409(autoload 'wordstar-mode "ws-mode" "\ 31875(autoload 'wordstar-mode "ws-mode" "\
@@ -33515,8 +31981,8 @@ The key bindings are:
33515 31981
33516;;;*** 31982;;;***
33517 31983
33518;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20511 52965 31984;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20478 3673
33519;;;;;; 0 0)) 31985;;;;;; 653810 0))
33520;;; Generated autoloads from net/xesam.el 31986;;; Generated autoloads from net/xesam.el
33521 31987
33522(autoload 'xesam-search "xesam" "\ 31988(autoload 'xesam-search "xesam" "\
@@ -33536,7 +32002,7 @@ Example:
33536;;;*** 32002;;;***
33537 32003
33538;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 32004;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
33539;;;;;; (20535 44414 0 0)) 32005;;;;;; (20528 48420 241677 0))
33540;;; Generated autoloads from xml.el 32006;;; Generated autoloads from xml.el
33541 32007
33542(autoload 'xml-parse-file "xml" "\ 32008(autoload 'xml-parse-file "xml" "\
@@ -33593,7 +32059,7 @@ Both features can be combined by providing a cons cell
33593;;;*** 32059;;;***
33594 32060
33595;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" 32061;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
33596;;;;;; "nxml/xmltok.el" (20244 35516 0 0)) 32062;;;;;; "nxml/xmltok.el" (20355 10021 546955 0))
33597;;; Generated autoloads from nxml/xmltok.el 32063;;; Generated autoloads from nxml/xmltok.el
33598 32064
33599(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 32065(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -33611,8 +32077,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
33611 32077
33612;;;*** 32078;;;***
33613 32079
33614;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20511 32080;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20485
33615;;;;;; 52965 0 0)) 32081;;;;;; 15269 390836 0))
33616;;; Generated autoloads from xt-mouse.el 32082;;; Generated autoloads from xt-mouse.el
33617 32083
33618(defvar xterm-mouse-mode nil "\ 32084(defvar xterm-mouse-mode nil "\
@@ -33642,7 +32108,7 @@ down the SHIFT key while pressing the mouse button.
33642;;;*** 32108;;;***
33643 32109
33644;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 32110;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
33645;;;;;; "gnus/yenc.el" (20244 35516 0 0)) 32111;;;;;; "gnus/yenc.el" (20355 10021 546955 0))
33646;;; Generated autoloads from gnus/yenc.el 32112;;; Generated autoloads from gnus/yenc.el
33647 32113
33648(autoload 'yenc-decode-region "yenc" "\ 32114(autoload 'yenc-decode-region "yenc" "\
@@ -33658,7 +32124,7 @@ Extract file name from an yenc header.
33658;;;*** 32124;;;***
33659 32125
33660;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 32126;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
33661;;;;;; yow) "yow" "play/yow.el" (20373 41604 0 0)) 32127;;;;;; yow) "yow" "play/yow.el" (20364 42504 244840 586000))
33662;;; Generated autoloads from play/yow.el 32128;;; Generated autoloads from play/yow.el
33663 32129
33664(autoload 'yow "yow" "\ 32130(autoload 'yow "yow" "\
@@ -33684,7 +32150,8 @@ Zippy goes to the analyst.
33684 32150
33685;;;*** 32151;;;***
33686 32152
33687;;;### (autoloads (zone) "zone" "play/zone.el" (20550 14882 0 0)) 32153;;;### (autoloads (zone) "zone" "play/zone.el" (20545 57511 257469
32154;;;;;; 0))
33688;;; Generated autoloads from play/zone.el 32155;;; Generated autoloads from play/zone.el
33689 32156
33690(autoload 'zone "zone" "\ 32157(autoload 'zone "zone" "\
@@ -33768,12 +32235,12 @@ Zone out, completely.
33768;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el" 32235;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el"
33769;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" 32236;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el"
33770;;;;;; "cedet/srecode/table.el" "cedet/srecode/template.el" "cedet/srecode/texi.el" 32237;;;;;; "cedet/srecode/table.el" "cedet/srecode/template.el" "cedet/srecode/texi.el"
33771;;;;;; "cus-dep.el" "cus-load.el" "dframe.el" "dired-aux.el" "dired-x.el" 32238;;;;;; "cus-dep.el" "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el"
33772;;;;;; "dos-fns.el" "dos-vars.el" "dos-w32.el" "dynamic-setting.el" 32239;;;;;; "dos-vars.el" "dos-w32.el" "dynamic-setting.el" "emacs-lisp/authors.el"
33773;;;;;; "emacs-lisp/authors.el" "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" 32240;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el"
33774;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" 32241;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el"
33775;;;;;; "emacs-lisp/cl-loaddefs.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" 32242;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el"
33776;;;;;; "emacs-lisp/cl.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-datadebug.el" 32243;;;;;; "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-datadebug.el"
33777;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" 32244;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el"
33778;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" 32245;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el"
33779;;;;;; "emacs-lisp/regi.el" "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el" 32246;;;;;; "emacs-lisp/regi.el" "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el"
@@ -33792,30 +32259,30 @@ Zone out, completely.
33792;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el" 32259;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el"
33793;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el" 32260;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el"
33794;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" 32261;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el"
33795;;;;;; "ezimage.el" "finder-inf.el" "foldout.el" "format-spec.el" 32262;;;;;; "ezimage.el" "foldout.el" "format-spec.el" "fringe.el" "generic-x.el"
33796;;;;;; "fringe.el" "generic-x.el" "gnus/compface.el" "gnus/gnus-async.el" 32263;;;;;; "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el"
33797;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el" 32264;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el"
33798;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" 32265;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el"
33799;;;;;; "gnus/gnus-ems.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" 32266;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el"
33800;;;;;; "gnus/gnus-mh.el" "gnus/gnus-salt.el" "gnus/gnus-score.el" 32267;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el"
33801;;;;;; "gnus/gnus-setup.el" "gnus/gnus-srvr.el" "gnus/gnus-topic.el" 32268;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el"
33802;;;;;; "gnus/gnus-undo.el" "gnus/gnus-util.el" "gnus/gnus-uu.el" 32269;;;;;; "gnus/gnus-util.el" "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/gssapi.el"
33803;;;;;; "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el" 32270;;;;;; "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el"
33804;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/mail-source.el" 32271;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el"
33805;;;;;; "gnus/mailcap.el" "gnus/messcompat.el" "gnus/mm-archive.el" 32272;;;;;; "gnus/messcompat.el" "gnus/mm-archive.el" "gnus/mm-bodies.el"
33806;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-util.el" 32273;;;;;; "gnus/mm-decode.el" "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el"
33807;;;;;; "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" "gnus/nnagent.el" 32274;;;;;; "gnus/mml-smime.el" "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el"
33808;;;;;; "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" "gnus/nneething.el" 32275;;;;;; "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el"
33809;;;;;; "gnus/nngateway.el" "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" 32276;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el"
33810;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el" 32277;;;;;; "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el" "gnus/nnmh.el"
33811;;;;;; "gnus/nnmh.el" "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" 32278;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el"
33812;;;;;; "gnus/nnrss.el" "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" 32279;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el"
33813;;;;;; "gnus/nnweb.el" "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el" 32280;;;;;; "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el"
33814;;;;;; "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/rtree.el" 32281;;;;;; "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/rtree.el" "gnus/shr-color.el"
33815;;;;;; "gnus/shr-color.el" "gnus/sieve-manage.el" "gnus/smime.el" 32282;;;;;; "gnus/sieve-manage.el" "gnus/smime.el" "gnus/spam-stat.el"
33816;;;;;; "gnus/spam-stat.el" "gnus/spam-wash.el" "hex-util.el" "hfy-cmap.el" 32283;;;;;; "gnus/spam-wash.el" "hex-util.el" "hfy-cmap.el" "ibuf-ext.el"
33817;;;;;; "ibuf-ext.el" "international/cp51932.el" "international/eucjp-ms.el" 32284;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el"
33818;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el" 32285;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el"
33819;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el" 32286;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el"
33820;;;;;; "international/uni-category.el" "international/uni-combining.el" 32287;;;;;; "international/uni-category.el" "international/uni-combining.el"
33821;;;;;; "international/uni-comment.el" "international/uni-decimal.el" 32288;;;;;; "international/uni-comment.el" "international/uni-decimal.el"
@@ -33855,46 +32322,56 @@ Zone out, completely.
33855;;;;;; "org/ob-css.el" "org/ob-ditaa.el" "org/ob-dot.el" "org/ob-emacs-lisp.el" 32322;;;;;; "org/ob-css.el" "org/ob-ditaa.el" "org/ob-dot.el" "org/ob-emacs-lisp.el"
33856;;;;;; "org/ob-eval.el" "org/ob-exp.el" "org/ob-fortran.el" "org/ob-gnuplot.el" 32323;;;;;; "org/ob-eval.el" "org/ob-exp.el" "org/ob-fortran.el" "org/ob-gnuplot.el"
33857;;;;;; "org/ob-haskell.el" "org/ob-io.el" "org/ob-java.el" "org/ob-js.el" 32324;;;;;; "org/ob-haskell.el" "org/ob-io.el" "org/ob-java.el" "org/ob-js.el"
33858;;;;;; "org/ob-latex.el" "org/ob-ledger.el" "org/ob-lilypond.el" 32325;;;;;; "org/ob-keys.el" "org/ob-latex.el" "org/ob-ledger.el" "org/ob-lilypond.el"
33859;;;;;; "org/ob-lisp.el" "org/ob-matlab.el" "org/ob-maxima.el" "org/ob-mscgen.el" 32326;;;;;; "org/ob-lisp.el" "org/ob-lob.el" "org/ob-matlab.el" "org/ob-maxima.el"
33860;;;;;; "org/ob-ocaml.el" "org/ob-octave.el" "org/ob-org.el" "org/ob-perl.el" 32327;;;;;; "org/ob-mscgen.el" "org/ob-ocaml.el" "org/ob-octave.el" "org/ob-org.el"
33861;;;;;; "org/ob-picolisp.el" "org/ob-plantuml.el" "org/ob-python.el" 32328;;;;;; "org/ob-perl.el" "org/ob-picolisp.el" "org/ob-plantuml.el"
33862;;;;;; "org/ob-ref.el" "org/ob-ruby.el" "org/ob-sass.el" "org/ob-scala.el" 32329;;;;;; "org/ob-python.el" "org/ob-ref.el" "org/ob-ruby.el" "org/ob-sass.el"
33863;;;;;; "org/ob-scheme.el" "org/ob-screen.el" "org/ob-sh.el" "org/ob-shen.el" 32330;;;;;; "org/ob-scala.el" "org/ob-scheme.el" "org/ob-screen.el" "org/ob-sh.el"
33864;;;;;; "org/ob-sql.el" "org/ob-sqlite.el" "org/ob-table.el" "org/org-beamer.el" 32331;;;;;; "org/ob-shen.el" "org/ob-sql.el" "org/ob-sqlite.el" "org/ob-table.el"
33865;;;;;; "org/org-bibtex.el" "org/org-colview.el" "org/org-crypt.el" 32332;;;;;; "org/ob-tangle.el" "org/ob.el" "org/org-archive.el" "org/org-ascii.el"
33866;;;;;; "org/org-ctags.el" "org/org-docview.el" "org/org-entities.el" 32333;;;;;; "org/org-attach.el" "org/org-bbdb.el" "org/org-bibtex.el"
33867;;;;;; "org/org-eshell.el" "org/org-exp-blocks.el" "org/org-faces.el" 32334;;;;;; "org/org-clock.el" "org/org-crypt.el" "org/org-ctags.el"
33868;;;;;; "org/org-gnus.el" "org/org-habit.el" "org/org-info.el" "org/org-inlinetask.el" 32335;;;;;; "org/org-datetree.el" "org/org-docbook.el" "org/org-docview.el"
33869;;;;;; "org/org-install.el" "org/org-jsinfo.el" "org/org-list.el" 32336;;;;;; "org/org-element.el" "org/org-entities.el" "org/org-eshell.el"
33870;;;;;; "org/org-mac-message.el" "org/org-macs.el" "org/org-mew.el" 32337;;;;;; "org/org-exp-blocks.el" "org/org-exp.el" "org/org-faces.el"
33871;;;;;; "org/org-mhe.el" "org/org-mks.el" "org/org-mouse.el" "org/org-pcomplete.el" 32338;;;;;; "org/org-feed.el" "org/org-footnote.el" "org/org-freemind.el"
33872;;;;;; "org/org-protocol.el" "org/org-rmail.el" "org/org-special-blocks.el" 32339;;;;;; "org/org-gnus.el" "org/org-habit.el" "org/org-html.el" "org/org-icalendar.el"
33873;;;;;; "org/org-src.el" "org/org-vm.el" "org/org-w3m.el" "org/org-wl.el" 32340;;;;;; "org/org-id.el" "org/org-indent.el" "org/org-info.el" "org/org-inlinetask.el"
33874;;;;;; "play/gamegrid.el" "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" 32341;;;;;; "org/org-install.el" "org/org-irc.el" "org/org-jsinfo.el"
33875;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" 32342;;;;;; "org/org-latex.el" "org/org-list.el" "org/org-loaddefs.el"
33876;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el" 32343;;;;;; "org/org-lparse.el" "org/org-mac-message.el" "org/org-macs.el"
33877;;;;;; "progmodes/cc-langs.el" "progmodes/cc-menus.el" "progmodes/ebnf-abn.el" 32344;;;;;; "org/org-mew.el" "org/org-mhe.el" "org/org-mks.el" "org/org-mobile.el"
33878;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el" 32345;;;;;; "org/org-mouse.el" "org/org-odt.el" "org/org-pcomplete.el"
33879;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" 32346;;;;;; "org/org-plot.el" "org/org-protocol.el" "org/org-publish.el"
33880;;;;;; "progmodes/idlw-complete-structtag.el" "progmodes/idlw-help.el" 32347;;;;;; "org/org-remember.el" "org/org-rmail.el" "org/org-special-blocks.el"
33881;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el" 32348;;;;;; "org/org-src.el" "org/org-table.el" "org/org-taskjuggler.el"
33882;;;;;; "ps-def.el" "ps-mule.el" "ps-samp.el" "saveplace.el" "sb-image.el" 32349;;;;;; "org/org-timer.el" "org/org-vm.el" "org/org-w3m.el" "org/org-wl.el"
33883;;;;;; "scroll-bar.el" "select.el" "soundex.el" "subdirs.el" "tempo.el" 32350;;;;;; "org/org-xoxo.el" "play/gamegrid.el" "play/gametree.el" "play/meese.el"
33884;;;;;; "textmodes/bib-mode.el" "textmodes/makeinfo.el" "textmodes/page-ext.el" 32351;;;;;; "progmodes/ada-prj.el" "progmodes/cc-align.el" "progmodes/cc-awk.el"
33885;;;;;; "textmodes/refbib.el" "textmodes/refer.el" "textmodes/reftex-auc.el" 32352;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" "progmodes/cc-defs.el"
33886;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" 32353;;;;;; "progmodes/cc-fonts.el" "progmodes/cc-langs.el" "progmodes/cc-menus.el"
33887;;;;;; "textmodes/reftex-toc.el" "textmodes/texnfo-upd.el" "timezone.el" 32354;;;;;; "progmodes/ebnf-abn.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el"
33888;;;;;; "tooltip.el" "tree-widget.el" "uniquify.el" "url/url-about.el" 32355;;;;;; "progmodes/ebnf-ebx.el" "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el"
33889;;;;;; "url/url-cookie.el" "url/url-dired.el" "url/url-domsuf.el" 32356;;;;;; "progmodes/ebnf-yac.el" "progmodes/idlw-complete-structtag.el"
33890;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-future.el" 32357;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-toolbar.el" "progmodes/mantemp.el"
33891;;;;;; "url/url-history.el" "url/url-imap.el" "url/url-methods.el" 32358;;;;;; "progmodes/xscheme.el" "ps-def.el" "ps-mule.el" "ps-samp.el"
33892;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "vc/ediff-diff.el" 32359;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el"
33893;;;;;; "vc/ediff-init.el" "vc/ediff-merg.el" "vc/ediff-ptch.el" 32360;;;;;; "soundex.el" "subdirs.el" "tempo.el" "textmodes/bib-mode.el"
33894;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" 32361;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/refbib.el"
33895;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vcursor.el" "vt-control.el" 32362;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el"
33896;;;;;; "vt100-led.el" "w32-common-fns.el" "w32-fns.el" "w32-vars.el" 32363;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el"
33897;;;;;; "x-dnd.el") (20600 26805 968824 63000)) 32364;;;;;; "textmodes/texnfo-upd.el" "timezone.el" "tooltip.el" "tree-widget.el"
32365;;;;;; "uniquify.el" "url/url-about.el" "url/url-cookie.el" "url/url-dired.el"
32366;;;;;; "url/url-domsuf.el" "url/url-expand.el" "url/url-ftp.el"
32367;;;;;; "url/url-future.el" "url/url-history.el" "url/url-imap.el"
32368;;;;;; "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
32369;;;;;; "url/url-vars.el" "vc/ediff-diff.el" "vc/ediff-init.el" "vc/ediff-merg.el"
32370;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el"
32371;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el"
32372;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-common-fns.el"
32373;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (20626 19627 425848
32374;;;;;; 6000))
33898 32375
33899;;;*** 32376;;;***
33900 32377