aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong2012-01-15 11:12:31 +0800
committerChong Yidong2012-01-15 11:12:31 +0800
commit309f169fc37642eb00c41ecb9331637c3b40b1bd (patch)
tree60926cbc6b4660d7acd26a37a385c702b4fc8655 /lisp
parenteb74c659d5529b14c7f3aad4b51e39161178fea7 (diff)
downloademacs-309f169fc37642eb00c41ecb9331637c3b40b1bd.tar.gz
emacs-309f169fc37642eb00c41ecb9331637c3b40b1bd.zip
Bump version to 23.3.90.
Regenerate ldefs-boot.el and AUTHORS.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ldefs-boot.el1426
-rw-r--r--lisp/version.el2
2 files changed, 717 insertions, 711 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 77e95cbf74a..907c077699f 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" (19752 41642)) 8;;;;;; "play/5x5.el" (20237 33269))
9;;; Generated autoloads from play/5x5.el 9;;; Generated autoloads from play/5x5.el
10 10
11(autoload '5x5 "5x5" "\ 11(autoload '5x5 "5x5" "\
@@ -65,7 +65,7 @@ should return a grid vector array that is the new solution.
65;;;*** 65;;;***
66 66
67;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el" 67;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el"
68;;;;;; (19752 41642)) 68;;;;;; (20237 33269))
69;;; Generated autoloads from abbrevlist.el 69;;; Generated autoloads from abbrevlist.el
70 70
71(autoload 'list-one-abbrev-table "abbrevlist" "\ 71(autoload 'list-one-abbrev-table "abbrevlist" "\
@@ -76,7 +76,7 @@ Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER.
76;;;*** 76;;;***
77 77
78;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 78;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
79;;;;;; (19752 41642)) 79;;;;;; (20237 33269))
80;;; Generated autoloads from progmodes/ada-mode.el 80;;; Generated autoloads from progmodes/ada-mode.el
81 81
82(autoload 'ada-add-extensions "ada-mode" "\ 82(autoload 'ada-add-extensions "ada-mode" "\
@@ -96,7 +96,7 @@ Ada mode is the major mode for editing Ada code.
96;;;*** 96;;;***
97 97
98;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 98;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
99;;;;;; (19752 41642)) 99;;;;;; (20237 33269))
100;;; Generated autoloads from progmodes/ada-stmt.el 100;;; Generated autoloads from progmodes/ada-stmt.el
101 101
102(autoload 'ada-header "ada-stmt" "\ 102(autoload 'ada-header "ada-stmt" "\
@@ -107,7 +107,7 @@ Insert a descriptive header at the top of the file.
107;;;*** 107;;;***
108 108
109;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 109;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
110;;;;;; (19752 41642)) 110;;;;;; (20237 33269))
111;;; Generated autoloads from progmodes/ada-xref.el 111;;; Generated autoloads from progmodes/ada-xref.el
112 112
113(autoload 'ada-find-file "ada-xref" "\ 113(autoload 'ada-find-file "ada-xref" "\
@@ -121,8 +121,8 @@ Completion is available.
121;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode 121;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode
122;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log 122;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
123;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name 123;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name
124;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (19752 124;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (20237
125;;;;;; 41642)) 125;;;;;; 33269))
126;;; Generated autoloads from add-log.el 126;;; Generated autoloads from add-log.el
127 127
128(put 'change-log-default-name 'safe-local-variable 'string-or-null-p) 128(put 'change-log-default-name 'safe-local-variable 'string-or-null-p)
@@ -261,7 +261,7 @@ old-style time formats for entries are supported.
261 261
262;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice 262;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
263;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) 263;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
264;;;;;; "advice" "emacs-lisp/advice.el" (19752 41642)) 264;;;;;; "advice" "emacs-lisp/advice.el" (20237 33269))
265;;; Generated autoloads from emacs-lisp/advice.el 265;;; Generated autoloads from emacs-lisp/advice.el
266 266
267(defvar ad-redefinition-action 'warn "\ 267(defvar ad-redefinition-action 'warn "\
@@ -404,7 +404,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
404 404
405;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 405;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
406;;;;;; align-highlight-rule align-current align-entire align-regexp 406;;;;;; align-highlight-rule align-current align-entire align-regexp
407;;;;;; align) "align" "align.el" (19752 41642)) 407;;;;;; align) "align" "align.el" (20237 33269))
408;;; Generated autoloads from align.el 408;;; Generated autoloads from align.el
409 409
410(autoload 'align "align" "\ 410(autoload 'align "align" "\
@@ -494,7 +494,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
494;;;*** 494;;;***
495 495
496;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" 496;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el"
497;;;;;; (19813 16320)) 497;;;;;; (20237 33269))
498;;; Generated autoloads from allout.el 498;;; Generated autoloads from allout.el
499 499
500(put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil))))) 500(put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil)))))
@@ -801,7 +801,7 @@ setup for auto-startup.
801;;;*** 801;;;***
802 802
803;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 803;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
804;;;;;; "net/ange-ftp.el" (19752 41642)) 804;;;;;; "net/ange-ftp.el" (20237 33269))
805;;; Generated autoloads from net/ange-ftp.el 805;;; Generated autoloads from net/ange-ftp.el
806 806
807(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 807(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
@@ -823,7 +823,7 @@ Not documented
823;;;*** 823;;;***
824 824
825;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 825;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
826;;;;;; "animate" "play/animate.el" (19752 41642)) 826;;;;;; "animate" "play/animate.el" (20237 33269))
827;;; Generated autoloads from play/animate.el 827;;; Generated autoloads from play/animate.el
828 828
829(autoload 'animate-string "animate" "\ 829(autoload 'animate-string "animate" "\
@@ -851,7 +851,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\".
851;;;*** 851;;;***
852 852
853;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 853;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
854;;;;;; "ansi-color" "ansi-color.el" (19752 41642)) 854;;;;;; "ansi-color" "ansi-color.el" (20237 33269))
855;;; Generated autoloads from ansi-color.el 855;;; Generated autoloads from ansi-color.el
856 856
857(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ 857(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
@@ -877,7 +877,7 @@ This is a good function to put in `comint-output-filter-functions'.
877;;;*** 877;;;***
878 878
879;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 879;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
880;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (19752 41642)) 880;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (20237 33269))
881;;; Generated autoloads from progmodes/antlr-mode.el 881;;; Generated autoloads from progmodes/antlr-mode.el
882 882
883(autoload 'antlr-show-makefile-rules "antlr-mode" "\ 883(autoload 'antlr-show-makefile-rules "antlr-mode" "\
@@ -914,7 +914,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
914;;;*** 914;;;***
915 915
916;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add) 916;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add)
917;;;;;; "appt" "calendar/appt.el" (19752 41642)) 917;;;;;; "appt" "calendar/appt.el" (20237 33269))
918;;; Generated autoloads from calendar/appt.el 918;;; Generated autoloads from calendar/appt.el
919 919
920(autoload 'appt-add "appt" "\ 920(autoload 'appt-add "appt" "\
@@ -957,7 +957,7 @@ ARG is positive, otherwise off.
957 957
958;;;### (autoloads (apropos-documentation apropos-value apropos-library 958;;;### (autoloads (apropos-documentation apropos-value apropos-library
959;;;;;; apropos apropos-documentation-property apropos-command apropos-variable 959;;;;;; apropos apropos-documentation-property apropos-command apropos-variable
960;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19752 41642)) 960;;;;;; apropos-read-pattern) "apropos" "apropos.el" (20237 33269))
961;;; Generated autoloads from apropos.el 961;;; Generated autoloads from apropos.el
962 962
963(autoload 'apropos-read-pattern "apropos" "\ 963(autoload 'apropos-read-pattern "apropos" "\
@@ -1060,8 +1060,8 @@ Returns list of symbols and documentation found.
1060 1060
1061;;;*** 1061;;;***
1062 1062
1063;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (19752 1063;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20237
1064;;;;;; 41642)) 1064;;;;;; 33269))
1065;;; Generated autoloads from arc-mode.el 1065;;; Generated autoloads from arc-mode.el
1066 1066
1067(autoload 'archive-mode "arc-mode" "\ 1067(autoload 'archive-mode "arc-mode" "\
@@ -1081,7 +1081,7 @@ archive.
1081 1081
1082;;;*** 1082;;;***
1083 1083
1084;;;### (autoloads (array-mode) "array" "array.el" (19752 41642)) 1084;;;### (autoloads (array-mode) "array" "array.el" (20237 33269))
1085;;; Generated autoloads from array.el 1085;;; Generated autoloads from array.el
1086 1086
1087(autoload 'array-mode "array" "\ 1087(autoload 'array-mode "array" "\
@@ -1152,8 +1152,8 @@ Entering array mode calls the function `array-mode-hook'.
1152 1152
1153;;;*** 1153;;;***
1154 1154
1155;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19752 1155;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20237
1156;;;;;; 41642)) 1156;;;;;; 33269))
1157;;; Generated autoloads from textmodes/artist.el 1157;;; Generated autoloads from textmodes/artist.el
1158 1158
1159(autoload 'artist-mode "artist" "\ 1159(autoload 'artist-mode "artist" "\
@@ -1359,8 +1359,8 @@ Keymap summary
1359 1359
1360;;;*** 1360;;;***
1361 1361
1362;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (19752 1362;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (20237
1363;;;;;; 41642)) 1363;;;;;; 33269))
1364;;; Generated autoloads from progmodes/asm-mode.el 1364;;; Generated autoloads from progmodes/asm-mode.el
1365 1365
1366(autoload 'asm-mode "asm-mode" "\ 1366(autoload 'asm-mode "asm-mode" "\
@@ -1388,7 +1388,7 @@ Special commands:
1388;;;*** 1388;;;***
1389 1389
1390;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1390;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1391;;;;;; (19752 41642)) 1391;;;;;; (20237 33269))
1392;;; Generated autoloads from autoarg.el 1392;;; Generated autoloads from autoarg.el
1393 1393
1394(defvar autoarg-mode nil "\ 1394(defvar autoarg-mode nil "\
@@ -1442,7 +1442,7 @@ etc. to supply digit arguments.
1442;;;*** 1442;;;***
1443 1443
1444;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1444;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1445;;;;;; (19752 41642)) 1445;;;;;; (20237 33269))
1446;;; Generated autoloads from progmodes/autoconf.el 1446;;; Generated autoloads from progmodes/autoconf.el
1447 1447
1448(autoload 'autoconf-mode "autoconf" "\ 1448(autoload 'autoconf-mode "autoconf" "\
@@ -1453,7 +1453,7 @@ Major mode for editing Autoconf configure.in files.
1453;;;*** 1453;;;***
1454 1454
1455;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1455;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1456;;;;;; "autoinsert" "autoinsert.el" (19752 41642)) 1456;;;;;; "autoinsert" "autoinsert.el" (20237 33269))
1457;;; Generated autoloads from autoinsert.el 1457;;; Generated autoloads from autoinsert.el
1458 1458
1459(autoload 'auto-insert "autoinsert" "\ 1459(autoload 'auto-insert "autoinsert" "\
@@ -1492,7 +1492,7 @@ insert a template for the file depending on the mode of the buffer.
1492 1492
1493;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1493;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1494;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1494;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1495;;;;;; (19752 41642)) 1495;;;;;; (20237 33269))
1496;;; Generated autoloads from emacs-lisp/autoload.el 1496;;; Generated autoloads from emacs-lisp/autoload.el
1497 1497
1498(put 'generated-autoload-file 'safe-local-variable 'stringp) 1498(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1531,7 +1531,7 @@ Calls `update-directory-autoloads' on the command line arguments.
1531 1531
1532;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1532;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1533;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1533;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1534;;;;;; "autorevert" "autorevert.el" (19752 41642)) 1534;;;;;; "autorevert" "autorevert.el" (20237 33269))
1535;;; Generated autoloads from autorevert.el 1535;;; Generated autoloads from autorevert.el
1536 1536
1537(autoload 'auto-revert-mode "autorevert" "\ 1537(autoload 'auto-revert-mode "autorevert" "\
@@ -1612,11 +1612,11 @@ specifies in the mode line.
1612;;;*** 1612;;;***
1613 1613
1614;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1614;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1615;;;;;; "avoid.el" (19752 41642)) 1615;;;;;; "avoid.el" (20237 33269))
1616;;; Generated autoloads from avoid.el 1616;;; Generated autoloads from avoid.el
1617 1617
1618(defvar mouse-avoidance-mode nil "\ 1618(defvar mouse-avoidance-mode nil "\
1619Activate mouse avoidance mode. 1619Activate Mouse Avoidance mode.
1620See function `mouse-avoidance-mode' for possible values. 1620See function `mouse-avoidance-mode' for possible values.
1621Setting this variable directly does not take effect; 1621Setting this variable directly does not take effect;
1622use either \\[customize] or the function `mouse-avoidance-mode'.") 1622use either \\[customize] or the function `mouse-avoidance-mode'.")
@@ -1624,7 +1624,7 @@ use either \\[customize] or the function `mouse-avoidance-mode'.")
1624(custom-autoload 'mouse-avoidance-mode "avoid" nil) 1624(custom-autoload 'mouse-avoidance-mode "avoid" nil)
1625 1625
1626(autoload 'mouse-avoidance-mode "avoid" "\ 1626(autoload 'mouse-avoidance-mode "avoid" "\
1627Set cursor avoidance mode to MODE. 1627Set Mouse Avoidance mode to MODE.
1628MODE should be one of the symbols `banish', `exile', `jump', `animate', 1628MODE should be one of the symbols `banish', `exile', `jump', `animate',
1629`cat-and-mouse', `proteus', or `none'. 1629`cat-and-mouse', `proteus', or `none'.
1630 1630
@@ -1644,7 +1644,7 @@ Effects of the different modes:
1644 1644
1645Whenever the mouse is moved, the frame is also raised. 1645Whenever the mouse is moved, the frame is also raised.
1646 1646
1647\(see `mouse-avoidance-threshold' for definition of \"too close\", 1647\(See `mouse-avoidance-threshold' for definition of \"too close\",
1648and `mouse-avoidance-nudge-dist' and `mouse-avoidance-nudge-var' for 1648and `mouse-avoidance-nudge-dist' and `mouse-avoidance-nudge-var' for
1649definition of \"random distance\".) 1649definition of \"random distance\".)
1650 1650
@@ -1653,7 +1653,7 @@ definition of \"random distance\".)
1653;;;*** 1653;;;***
1654 1654
1655;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1655;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1656;;;;;; (19752 41642)) 1656;;;;;; (20237 33269))
1657;;; Generated autoloads from battery.el 1657;;; Generated autoloads from battery.el
1658 (put 'battery-mode-line-string 'risky-local-variable t) 1658 (put 'battery-mode-line-string 'risky-local-variable t)
1659 1659
@@ -1685,7 +1685,7 @@ seconds.
1685;;;*** 1685;;;***
1686 1686
1687;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1687;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1688;;;;;; "benchmark" "emacs-lisp/benchmark.el" (19752 41642)) 1688;;;;;; "benchmark" "emacs-lisp/benchmark.el" (20237 33269))
1689;;; Generated autoloads from emacs-lisp/benchmark.el 1689;;; Generated autoloads from emacs-lisp/benchmark.el
1690 1690
1691(autoload 'benchmark-run "benchmark" "\ 1691(autoload 'benchmark-run "benchmark" "\
@@ -1718,7 +1718,7 @@ For non-interactive use see also `benchmark-run' and
1718;;;*** 1718;;;***
1719 1719
1720;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) 1720;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
1721;;;;;; "bibtex" "textmodes/bibtex.el" (19752 41642)) 1721;;;;;; "bibtex" "textmodes/bibtex.el" (20237 33269))
1722;;; Generated autoloads from textmodes/bibtex.el 1722;;; Generated autoloads from textmodes/bibtex.el
1723 1723
1724(autoload 'bibtex-initialize "bibtex" "\ 1724(autoload 'bibtex-initialize "bibtex" "\
@@ -1805,7 +1805,7 @@ mode is not `bibtex-mode', START is nil, and DISPLAY is t.
1805;;;*** 1805;;;***
1806 1806
1807;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" 1807;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1808;;;;;; (19752 41642)) 1808;;;;;; (20237 33269))
1809;;; Generated autoloads from textmodes/bibtex-style.el 1809;;; Generated autoloads from textmodes/bibtex-style.el
1810 (add-to-list 'auto-mode-alist (cons (purecopy "\\.bst\\'") 'bibtex-style-mode)) 1810 (add-to-list 'auto-mode-alist (cons (purecopy "\\.bst\\'") 'bibtex-style-mode))
1811 1811
@@ -1818,7 +1818,7 @@ Major mode for editing BibTeX style files.
1818 1818
1819;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1819;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1820;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" 1820;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
1821;;;;;; (19752 41642)) 1821;;;;;; (20237 33269))
1822;;; Generated autoloads from mail/binhex.el 1822;;; Generated autoloads from mail/binhex.el
1823 1823
1824(defconst binhex-begin-line "^:...............................................................$") 1824(defconst binhex-begin-line "^:...............................................................$")
@@ -1841,8 +1841,8 @@ Binhex decode region between START and END.
1841 1841
1842;;;*** 1842;;;***
1843 1843
1844;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (19752 1844;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (20237
1845;;;;;; 41642)) 1845;;;;;; 33269))
1846;;; Generated autoloads from play/blackbox.el 1846;;; Generated autoloads from play/blackbox.el
1847 1847
1848(autoload 'blackbox "blackbox" "\ 1848(autoload 'blackbox "blackbox" "\
@@ -1965,7 +1965,7 @@ a reflection.
1965;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert 1965;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert
1966;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate 1966;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate
1967;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" 1967;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark"
1968;;;;;; "bookmark.el" (19752 41642)) 1968;;;;;; "bookmark.el" (20237 33269))
1969;;; Generated autoloads from bookmark.el 1969;;; Generated autoloads from bookmark.el
1970 (define-key ctl-x-r-map "b" 'bookmark-jump) 1970 (define-key ctl-x-r-map "b" 'bookmark-jump)
1971 (define-key ctl-x-r-map "m" 'bookmark-set) 1971 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2172,7 +2172,7 @@ Incremental search of bookmarks, hiding the non-matches as we go.
2172;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file 2172;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file
2173;;;;;; browse-url-url-at-point browse-url-galeon-program browse-url-firefox-program 2173;;;;;; browse-url-url-at-point browse-url-galeon-program browse-url-firefox-program
2174;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" 2174;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el"
2175;;;;;; (19752 41642)) 2175;;;;;; (20237 33269))
2176;;; Generated autoloads from net/browse-url.el 2176;;; Generated autoloads from net/browse-url.el
2177 2177
2178(defvar browse-url-browser-function (cond ((memq system-type '(windows-nt ms-dos cygwin)) 'browse-url-default-windows-browser) ((memq system-type '(darwin)) 'browse-url-default-macosx-browser) (t 'browse-url-default-browser)) "\ 2178(defvar browse-url-browser-function (cond ((memq system-type '(windows-nt ms-dos cygwin)) 'browse-url-default-windows-browser) ((memq system-type '(darwin)) 'browse-url-default-macosx-browser) (t 'browse-url-default-browser)) "\
@@ -2502,8 +2502,8 @@ from `browse-url-elinks-wrapper'.
2502 2502
2503;;;*** 2503;;;***
2504 2504
2505;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (19752 2505;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (20237
2506;;;;;; 41642)) 2506;;;;;; 33269))
2507;;; Generated autoloads from play/bruce.el 2507;;; Generated autoloads from play/bruce.el
2508 2508
2509(autoload 'bruce "bruce" "\ 2509(autoload 'bruce "bruce" "\
@@ -2519,7 +2519,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2519;;;*** 2519;;;***
2520 2520
2521;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2521;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2522;;;;;; "bs" "bs.el" (19752 41642)) 2522;;;;;; "bs" "bs.el" (20237 33269))
2523;;; Generated autoloads from bs.el 2523;;; Generated autoloads from bs.el
2524 2524
2525(autoload 'bs-cycle-next "bs" "\ 2525(autoload 'bs-cycle-next "bs" "\
@@ -2559,7 +2559,7 @@ name of buffer configuration.
2559 2559
2560;;;*** 2560;;;***
2561 2561
2562;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (19752 41642)) 2562;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20237 33269))
2563;;; Generated autoloads from play/bubbles.el 2563;;; Generated autoloads from play/bubbles.el
2564 2564
2565(autoload 'bubbles "bubbles" "\ 2565(autoload 'bubbles "bubbles" "\
@@ -2581,7 +2581,7 @@ columns on its right towards the left.
2581;;;*** 2581;;;***
2582 2582
2583;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" 2583;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference"
2584;;;;;; "progmodes/bug-reference.el" (19752 41642)) 2584;;;;;; "progmodes/bug-reference.el" (20237 33269))
2585;;; Generated autoloads from progmodes/bug-reference.el 2585;;; Generated autoloads from progmodes/bug-reference.el
2586 2586
2587(put 'bug-reference-url-format 'safe-local-variable 'stringp) 2587(put 'bug-reference-url-format 'safe-local-variable 'stringp)
@@ -2602,7 +2602,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2602;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2602;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2603;;;;;; compile-defun byte-compile-file byte-recompile-directory 2603;;;;;; compile-defun byte-compile-file byte-recompile-directory
2604;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) 2604;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning)
2605;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (19800 50267)) 2605;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20237 33269))
2606;;; Generated autoloads from emacs-lisp/bytecomp.el 2606;;; Generated autoloads from emacs-lisp/bytecomp.el
2607(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2607(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2608(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2608(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2722,8 +2722,8 @@ and corresponding effects.
2722 2722
2723;;;*** 2723;;;***
2724 2724
2725;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19752 2725;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (20237
2726;;;;;; 41642)) 2726;;;;;; 33269))
2727;;; Generated autoloads from calendar/cal-china.el 2727;;; Generated autoloads from calendar/cal-china.el
2728 2728
2729(put 'calendar-chinese-time-zone 'risky-local-variable t) 2729(put 'calendar-chinese-time-zone 'risky-local-variable t)
@@ -2732,7 +2732,7 @@ and corresponding effects.
2732 2732
2733;;;*** 2733;;;***
2734 2734
2735;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19752 41642)) 2735;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (20237 33269))
2736;;; Generated autoloads from calendar/cal-dst.el 2736;;; Generated autoloads from calendar/cal-dst.el
2737 2737
2738(put 'calendar-daylight-savings-starts 'risky-local-variable t) 2738(put 'calendar-daylight-savings-starts 'risky-local-variable t)
@@ -2744,7 +2744,7 @@ and corresponding effects.
2744;;;*** 2744;;;***
2745 2745
2746;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el" 2746;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el"
2747;;;;;; (19752 41642)) 2747;;;;;; (20237 33269))
2748;;; Generated autoloads from calendar/cal-hebrew.el 2748;;; Generated autoloads from calendar/cal-hebrew.el
2749 2749
2750(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2750(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2760,8 +2760,8 @@ from the cursor position.
2760 2760
2761;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2761;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2762;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2762;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2763;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19752 2763;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20237
2764;;;;;; 41642)) 2764;;;;;; 33269))
2765;;; Generated autoloads from calc/calc.el 2765;;; Generated autoloads from calc/calc.el
2766 (define-key ctl-x-map "*" 'calc-dispatch) 2766 (define-key ctl-x-map "*" 'calc-dispatch)
2767 2767
@@ -2843,8 +2843,8 @@ See Info node `(calc)Defining Functions'.
2843 2843
2844;;;*** 2844;;;***
2845 2845
2846;;;### (autoloads (calculator) "calculator" "calculator.el" (19752 2846;;;### (autoloads (calculator) "calculator" "calculator.el" (20237
2847;;;;;; 41642)) 2847;;;;;; 33269))
2848;;; Generated autoloads from calculator.el 2848;;; Generated autoloads from calculator.el
2849 2849
2850(autoload 'calculator "calculator" "\ 2850(autoload 'calculator "calculator" "\
@@ -2855,8 +2855,8 @@ See the documentation for `calculator-mode' for more information.
2855 2855
2856;;;*** 2856;;;***
2857 2857
2858;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19752 2858;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20237
2859;;;;;; 41642)) 2859;;;;;; 33269))
2860;;; Generated autoloads from calendar/calendar.el 2860;;; Generated autoloads from calendar/calendar.el
2861 2861
2862(autoload 'calendar "calendar" "\ 2862(autoload 'calendar "calendar" "\
@@ -2900,7 +2900,7 @@ This function is suitable for execution in a .emacs file.
2900;;;*** 2900;;;***
2901 2901
2902;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 2902;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
2903;;;;;; "gnus/canlock.el" (19752 41642)) 2903;;;;;; "gnus/canlock.el" (20237 33269))
2904;;; Generated autoloads from gnus/canlock.el 2904;;; Generated autoloads from gnus/canlock.el
2905 2905
2906(autoload 'canlock-insert-header "canlock" "\ 2906(autoload 'canlock-insert-header "canlock" "\
@@ -2918,7 +2918,7 @@ it fails.
2918;;;*** 2918;;;***
2919 2919
2920;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" 2920;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el"
2921;;;;;; (19752 41642)) 2921;;;;;; (20237 33269))
2922;;; Generated autoloads from progmodes/cap-words.el 2922;;; Generated autoloads from progmodes/cap-words.el
2923 2923
2924(autoload 'capitalized-words-mode "cap-words" "\ 2924(autoload 'capitalized-words-mode "cap-words" "\
@@ -2953,15 +2953,15 @@ Obsoletes `c-forward-into-nomenclature'.
2953 2953
2954;;;*** 2954;;;***
2955 2955
2956;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (19752 2956;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (20237
2957;;;;;; 41642)) 2957;;;;;; 33269))
2958;;; Generated autoloads from progmodes/cc-compat.el 2958;;; Generated autoloads from progmodes/cc-compat.el
2959(put 'c-indent-level 'safe-local-variable 'integerp) 2959(put 'c-indent-level 'safe-local-variable 'integerp)
2960 2960
2961;;;*** 2961;;;***
2962 2962
2963;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 2963;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
2964;;;;;; (19800 14993)) 2964;;;;;; (20237 33269))
2965;;; Generated autoloads from progmodes/cc-engine.el 2965;;; Generated autoloads from progmodes/cc-engine.el
2966 2966
2967(autoload 'c-guess-basic-syntax "cc-engine" "\ 2967(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -2973,7 +2973,7 @@ Return the syntactic context of the current line.
2973 2973
2974;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 2974;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
2975;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 2975;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
2976;;;;;; (19752 41642)) 2976;;;;;; (20237 33269))
2977;;; Generated autoloads from progmodes/cc-mode.el 2977;;; Generated autoloads from progmodes/cc-mode.el
2978 2978
2979(autoload 'c-initialize-cc-mode "cc-mode" "\ 2979(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3133,7 +3133,7 @@ Key bindings:
3133;;;*** 3133;;;***
3134 3134
3135;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3135;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3136;;;;;; "progmodes/cc-styles.el" (19752 41642)) 3136;;;;;; "progmodes/cc-styles.el" (20237 33269))
3137;;; Generated autoloads from progmodes/cc-styles.el 3137;;; Generated autoloads from progmodes/cc-styles.el
3138 3138
3139(autoload 'c-set-style "cc-styles" "\ 3139(autoload 'c-set-style "cc-styles" "\
@@ -3184,7 +3184,7 @@ and exists only for compatibility reasons.
3184 3184
3185;;;*** 3185;;;***
3186 3186
3187;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19752 41642)) 3187;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20237 33269))
3188;;; Generated autoloads from progmodes/cc-vars.el 3188;;; Generated autoloads from progmodes/cc-vars.el
3189(put 'c-basic-offset 'safe-local-variable 'integerp) 3189(put 'c-basic-offset 'safe-local-variable 'integerp)
3190(put 'c-backslash-column 'safe-local-variable 'integerp) 3190(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3194,7 +3194,7 @@ and exists only for compatibility reasons.
3194 3194
3195;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3195;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3196;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3196;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3197;;;;;; (19752 41642)) 3197;;;;;; (20237 33269))
3198;;; Generated autoloads from international/ccl.el 3198;;; Generated autoloads from international/ccl.el
3199 3199
3200(autoload 'ccl-compile "ccl" "\ 3200(autoload 'ccl-compile "ccl" "\
@@ -3453,7 +3453,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3453;;;*** 3453;;;***
3454 3454
3455;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" 3455;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el"
3456;;;;;; (19752 41642)) 3456;;;;;; (20237 33269))
3457;;; Generated autoloads from progmodes/cfengine.el 3457;;; Generated autoloads from progmodes/cfengine.el
3458 3458
3459(autoload 'cfengine-mode "cfengine" "\ 3459(autoload 'cfengine-mode "cfengine" "\
@@ -3468,7 +3468,7 @@ to the action header.
3468;;;*** 3468;;;***
3469 3469
3470;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" 3470;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
3471;;;;;; "emacs-lisp/check-declare.el" (19752 41642)) 3471;;;;;; "emacs-lisp/check-declare.el" (20237 33269))
3472;;; Generated autoloads from emacs-lisp/check-declare.el 3472;;; Generated autoloads from emacs-lisp/check-declare.el
3473 3473
3474(autoload 'check-declare-file "check-declare" "\ 3474(autoload 'check-declare-file "check-declare" "\
@@ -3493,7 +3493,7 @@ Returns non-nil if any false statements are found.
3493;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3493;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3494;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3494;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3495;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) 3495;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3496;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19798 54314)) 3496;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20237 33269))
3497;;; Generated autoloads from emacs-lisp/checkdoc.el 3497;;; Generated autoloads from emacs-lisp/checkdoc.el
3498(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 3498(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3499(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) 3499(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
@@ -3688,7 +3688,7 @@ checking of documentation strings.
3688 3688
3689;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer 3689;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer
3690;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" 3690;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util"
3691;;;;;; "language/china-util.el" (19752 41642)) 3691;;;;;; "language/china-util.el" (20237 33269))
3692;;; Generated autoloads from language/china-util.el 3692;;; Generated autoloads from language/china-util.el
3693 3693
3694(autoload 'decode-hz-region "china-util" "\ 3694(autoload 'decode-hz-region "china-util" "\
@@ -3726,7 +3726,7 @@ Not documented
3726;;;*** 3726;;;***
3727 3727
3728;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 3728;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
3729;;;;;; "chistory" "chistory.el" (19752 41642)) 3729;;;;;; "chistory" "chistory.el" (20237 33269))
3730;;; Generated autoloads from chistory.el 3730;;; Generated autoloads from chistory.el
3731 3731
3732(autoload 'repeat-matching-complex-command "chistory" "\ 3732(autoload 'repeat-matching-complex-command "chistory" "\
@@ -3765,7 +3765,7 @@ and runs the normal hook `command-history-hook'.
3765 3765
3766;;;*** 3766;;;***
3767 3767
3768;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (19752 41642)) 3768;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (20237 33269))
3769;;; Generated autoloads from emacs-lisp/cl.el 3769;;; Generated autoloads from emacs-lisp/cl.el
3770 3770
3771(defvar custom-print-functions nil "\ 3771(defvar custom-print-functions nil "\
@@ -3781,7 +3781,7 @@ a future Emacs interpreter will be able to use it.")
3781;;;*** 3781;;;***
3782 3782
3783;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 3783;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3784;;;;;; (19752 41642)) 3784;;;;;; (20237 33269))
3785;;; Generated autoloads from emacs-lisp/cl-indent.el 3785;;; Generated autoloads from emacs-lisp/cl-indent.el
3786 3786
3787(autoload 'common-lisp-indent-function "cl-indent" "\ 3787(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -3860,7 +3860,7 @@ For example, the function `case' has an indent property
3860;;;*** 3860;;;***
3861 3861
3862;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 3862;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3863;;;;;; (19752 41642)) 3863;;;;;; (20237 33269))
3864;;; Generated autoloads from progmodes/cmacexp.el 3864;;; Generated autoloads from progmodes/cmacexp.el
3865 3865
3866(autoload 'c-macro-expand "cmacexp" "\ 3866(autoload 'c-macro-expand "cmacexp" "\
@@ -3880,8 +3880,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
3880 3880
3881;;;*** 3881;;;***
3882 3882
3883;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (19752 3883;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20237
3884;;;;;; 41642)) 3884;;;;;; 33269))
3885;;; Generated autoloads from cmuscheme.el 3885;;; Generated autoloads from cmuscheme.el
3886 3886
3887(autoload 'run-scheme "cmuscheme" "\ 3887(autoload 'run-scheme "cmuscheme" "\
@@ -3905,7 +3905,7 @@ is run).
3905;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3905;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3906;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3906;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3907;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3907;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3908;;;;;; (19776 18606)) 3908;;;;;; (20237 33269))
3909;;; Generated autoloads from comint.el 3909;;; Generated autoloads from comint.el
3910 3910
3911(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 3911(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -4001,8 +4001,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4001 4001
4002;;;*** 4002;;;***
4003 4003
4004;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (19752 4004;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (20237
4005;;;;;; 41642)) 4005;;;;;; 33269))
4006;;; Generated autoloads from compare-w.el 4006;;; Generated autoloads from compare-w.el
4007 4007
4008(autoload 'compare-windows "compare-w" "\ 4008(autoload 'compare-windows "compare-w" "\
@@ -4039,8 +4039,8 @@ on third call it again advances points to the next difference and so on.
4039;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4039;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4040;;;;;; compile compilation-disable-input compile-command compilation-search-path 4040;;;;;; compile compilation-disable-input compile-command compilation-search-path
4041;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook 4041;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
4042;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19770 4042;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20237
4043;;;;;; 11773)) 4043;;;;;; 33269))
4044;;; Generated autoloads from progmodes/compile.el 4044;;; Generated autoloads from progmodes/compile.el
4045 4045
4046(defvar compilation-mode-hook nil "\ 4046(defvar compilation-mode-hook nil "\
@@ -4218,7 +4218,7 @@ This is the value of `next-error-function' in Compilation buffers.
4218;;;*** 4218;;;***
4219 4219
4220;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 4220;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4221;;;;;; (19752 41642)) 4221;;;;;; (20237 33269))
4222;;; Generated autoloads from complete.el 4222;;; Generated autoloads from complete.el
4223 4223
4224(defvar partial-completion-mode nil "\ 4224(defvar partial-completion-mode nil "\
@@ -4260,7 +4260,7 @@ second TAB brings up the `*Completions*' buffer.
4260;;;*** 4260;;;***
4261 4261
4262;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4262;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4263;;;;;; (19752 41642)) 4263;;;;;; (20237 33269))
4264;;; Generated autoloads from completion.el 4264;;; Generated autoloads from completion.el
4265 4265
4266(defvar dynamic-completion-mode nil "\ 4266(defvar dynamic-completion-mode nil "\
@@ -4282,7 +4282,7 @@ Enable dynamic word-completion.
4282;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4282;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4283;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4283;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4284;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4284;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4285;;;;;; (19752 41642)) 4285;;;;;; (20237 33269))
4286;;; Generated autoloads from textmodes/conf-mode.el 4286;;; Generated autoloads from textmodes/conf-mode.el
4287 4287
4288(autoload 'conf-mode "conf-mode" "\ 4288(autoload 'conf-mode "conf-mode" "\
@@ -4438,7 +4438,7 @@ For details see `conf-mode'. Example:
4438;;;*** 4438;;;***
4439 4439
4440;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 4440;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4441;;;;;; "cookie1" "play/cookie1.el" (19752 41642)) 4441;;;;;; "cookie1" "play/cookie1.el" (20237 33269))
4442;;; Generated autoloads from play/cookie1.el 4442;;; Generated autoloads from play/cookie1.el
4443 4443
4444(autoload 'cookie "cookie1" "\ 4444(autoload 'cookie "cookie1" "\
@@ -4470,8 +4470,8 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
4470;;;*** 4470;;;***
4471 4471
4472;;;### (autoloads (copyright-update-directory copyright copyright-fix-years 4472;;;### (autoloads (copyright-update-directory copyright copyright-fix-years
4473;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19752 4473;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (20237
4474;;;;;; 41642)) 4474;;;;;; 33269))
4475;;; Generated autoloads from emacs-lisp/copyright.el 4475;;; Generated autoloads from emacs-lisp/copyright.el
4476 4476
4477(autoload 'copyright-update "copyright" "\ 4477(autoload 'copyright-update "copyright" "\
@@ -4504,7 +4504,7 @@ Update copyright notice for all files in DIRECTORY matching MATCH.
4504;;;*** 4504;;;***
4505 4505
4506;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 4506;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
4507;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19813 16320)) 4507;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (20237 33269))
4508;;; Generated autoloads from progmodes/cperl-mode.el 4508;;; Generated autoloads from progmodes/cperl-mode.el
4509(put 'cperl-indent-level 'safe-local-variable 'integerp) 4509(put 'cperl-indent-level 'safe-local-variable 'integerp)
4510(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4510(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -4703,7 +4703,7 @@ Run a `perldoc' on the word around point.
4703;;;*** 4703;;;***
4704 4704
4705;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 4705;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4706;;;;;; (19752 41642)) 4706;;;;;; (20237 33269))
4707;;; Generated autoloads from progmodes/cpp.el 4707;;; Generated autoloads from progmodes/cpp.el
4708 4708
4709(autoload 'cpp-highlight-buffer "cpp" "\ 4709(autoload 'cpp-highlight-buffer "cpp" "\
@@ -4722,7 +4722,7 @@ Edit display information for cpp conditionals.
4722;;;*** 4722;;;***
4723 4723
4724;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 4724;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4725;;;;;; (19752 41642)) 4725;;;;;; (20237 33269))
4726;;; Generated autoloads from emulation/crisp.el 4726;;; Generated autoloads from emulation/crisp.el
4727 4727
4728(defvar crisp-mode nil "\ 4728(defvar crisp-mode nil "\
@@ -4746,7 +4746,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
4746;;;*** 4746;;;***
4747 4747
4748;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 4748;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
4749;;;;;; (19752 41642)) 4749;;;;;; (20237 33269))
4750;;; Generated autoloads from emacs-lisp/crm.el 4750;;; Generated autoloads from emacs-lisp/crm.el
4751 4751
4752(autoload 'completing-read-multiple "crm" "\ 4752(autoload 'completing-read-multiple "crm" "\
@@ -4781,8 +4781,8 @@ INHERIT-INPUT-METHOD.
4781 4781
4782;;;*** 4782;;;***
4783 4783
4784;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (19752 4784;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (20237
4785;;;;;; 41642)) 4785;;;;;; 33269))
4786;;; Generated autoloads from textmodes/css-mode.el 4786;;; Generated autoloads from textmodes/css-mode.el
4787 (add-to-list 'auto-mode-alist (cons (purecopy "\\.css\\'") 'css-mode)) 4787 (add-to-list 'auto-mode-alist (cons (purecopy "\\.css\\'") 'css-mode))
4788 4788
@@ -4794,7 +4794,7 @@ Major mode to edit Cascading Style Sheets.
4794;;;*** 4794;;;***
4795 4795
4796;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 4796;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
4797;;;;;; (19798 54314)) 4797;;;;;; (20237 33269))
4798;;; Generated autoloads from emulation/cua-base.el 4798;;; Generated autoloads from emulation/cua-base.el
4799 4799
4800(defvar cua-mode nil "\ 4800(defvar cua-mode nil "\
@@ -4853,7 +4853,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
4853;;;;;; customize-mode customize customize-save-variable customize-set-variable 4853;;;;;; customize-mode customize customize-save-variable customize-set-variable
4854;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically 4854;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically
4855;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" 4855;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el"
4856;;;;;; (19752 41642)) 4856;;;;;; (20237 33269))
4857;;; Generated autoloads from cus-edit.el 4857;;; Generated autoloads from cus-edit.el
4858 4858
4859(defvar custom-browse-sort-alphabetically nil "\ 4859(defvar custom-browse-sort-alphabetically nil "\
@@ -5151,7 +5151,7 @@ The format is suitable for use with `easy-menu-define'.
5151;;;*** 5151;;;***
5152 5152
5153;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" 5153;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
5154;;;;;; (19752 41642)) 5154;;;;;; (20237 33269))
5155;;; Generated autoloads from cus-theme.el 5155;;; Generated autoloads from cus-theme.el
5156 5156
5157(autoload 'customize-create-theme "cus-theme" "\ 5157(autoload 'customize-create-theme "cus-theme" "\
@@ -5162,7 +5162,7 @@ Create a custom theme.
5162;;;*** 5162;;;***
5163 5163
5164;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 5164;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
5165;;;;;; (19752 41642)) 5165;;;;;; (20237 33269))
5166;;; Generated autoloads from cvs-status.el 5166;;; Generated autoloads from cvs-status.el
5167 5167
5168(autoload 'cvs-status-mode "cvs-status" "\ 5168(autoload 'cvs-status-mode "cvs-status" "\
@@ -5173,7 +5173,7 @@ Mode used for cvs status output.
5173;;;*** 5173;;;***
5174 5174
5175;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5175;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5176;;;;;; "cwarn" "progmodes/cwarn.el" (19752 41642)) 5176;;;;;; "cwarn" "progmodes/cwarn.el" (20237 33269))
5177;;; Generated autoloads from progmodes/cwarn.el 5177;;; Generated autoloads from progmodes/cwarn.el
5178 5178
5179(autoload 'cwarn-mode "cwarn" "\ 5179(autoload 'cwarn-mode "cwarn" "\
@@ -5220,7 +5220,7 @@ See `cwarn-mode' for more information on Cwarn mode.
5220 5220
5221;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5221;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5222;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5222;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5223;;;;;; (19752 41642)) 5223;;;;;; (20237 33269))
5224;;; Generated autoloads from language/cyril-util.el 5224;;; Generated autoloads from language/cyril-util.el
5225 5225
5226(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5226(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5249,7 +5249,7 @@ If the argument is nil, we return the display table to its standard state.
5249;;;*** 5249;;;***
5250 5250
5251;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5251;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5252;;;;;; (19752 41642)) 5252;;;;;; (20237 33269))
5253;;; Generated autoloads from dabbrev.el 5253;;; Generated autoloads from dabbrev.el
5254(put 'dabbrev-case-fold-search 'risky-local-variable t) 5254(put 'dabbrev-case-fold-search 'risky-local-variable t)
5255(put 'dabbrev-case-replace 'risky-local-variable t) 5255(put 'dabbrev-case-replace 'risky-local-variable t)
@@ -5296,7 +5296,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5296;;;*** 5296;;;***
5297 5297
5298;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" 5298;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el"
5299;;;;;; (19752 41642)) 5299;;;;;; (20237 33269))
5300;;; Generated autoloads from cedet/data-debug.el 5300;;; Generated autoloads from cedet/data-debug.el
5301 5301
5302(autoload 'data-debug-new-buffer "data-debug" "\ 5302(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5306,8 +5306,8 @@ Create a new data-debug buffer with NAME.
5306 5306
5307;;;*** 5307;;;***
5308 5308
5309;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (19752 5309;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20237
5310;;;;;; 41642)) 5310;;;;;; 33269))
5311;;; Generated autoloads from net/dbus.el 5311;;; Generated autoloads from net/dbus.el
5312 5312
5313(autoload 'dbus-handle-event "dbus" "\ 5313(autoload 'dbus-handle-event "dbus" "\
@@ -5320,8 +5320,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message.
5320 5320
5321;;;*** 5321;;;***
5322 5322
5323;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (19752 5323;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20237
5324;;;;;; 41642)) 5324;;;;;; 33269))
5325;;; Generated autoloads from progmodes/dcl-mode.el 5325;;; Generated autoloads from progmodes/dcl-mode.el
5326 5326
5327(autoload 'dcl-mode "dcl-mode" "\ 5327(autoload 'dcl-mode "dcl-mode" "\
@@ -5448,7 +5448,7 @@ There is some minimal font-lock support (see vars
5448;;;*** 5448;;;***
5449 5449
5450;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5450;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5451;;;;;; "emacs-lisp/debug.el" (19752 41642)) 5451;;;;;; "emacs-lisp/debug.el" (20237 33269))
5452;;; Generated autoloads from emacs-lisp/debug.el 5452;;; Generated autoloads from emacs-lisp/debug.el
5453 5453
5454(setq debugger 'debug) 5454(setq debugger 'debug)
@@ -5492,7 +5492,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5492;;;*** 5492;;;***
5493 5493
5494;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5494;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5495;;;;;; (19752 41642)) 5495;;;;;; (20237 33269))
5496;;; Generated autoloads from play/decipher.el 5496;;; Generated autoloads from play/decipher.el
5497 5497
5498(autoload 'decipher "decipher" "\ 5498(autoload 'decipher "decipher" "\
@@ -5521,8 +5521,8 @@ The most useful commands are:
5521;;;*** 5521;;;***
5522 5522
5523;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 5523;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5524;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (19752 5524;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (20237
5525;;;;;; 41642)) 5525;;;;;; 33269))
5526;;; Generated autoloads from delim-col.el 5526;;; Generated autoloads from delim-col.el
5527 5527
5528(autoload 'delimit-columns-customize "delim-col" "\ 5528(autoload 'delimit-columns-customize "delim-col" "\
@@ -5546,8 +5546,8 @@ START and END delimits the corners of text rectangle.
5546 5546
5547;;;*** 5547;;;***
5548 5548
5549;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (19752 5549;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20237
5550;;;;;; 41642)) 5550;;;;;; 33269))
5551;;; Generated autoloads from progmodes/delphi.el 5551;;; Generated autoloads from progmodes/delphi.el
5552 5552
5553(autoload 'delphi-mode "delphi" "\ 5553(autoload 'delphi-mode "delphi" "\
@@ -5598,8 +5598,8 @@ no args, if that value is non-nil.
5598 5598
5599;;;*** 5599;;;***
5600 5600
5601;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (19752 5601;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (20237
5602;;;;;; 41642)) 5602;;;;;; 33269))
5603;;; Generated autoloads from delsel.el 5603;;; Generated autoloads from delsel.el
5604 5604
5605(defalias 'pending-delete-mode 'delete-selection-mode) 5605(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -5628,7 +5628,7 @@ any selection.
5628;;;*** 5628;;;***
5629 5629
5630;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5630;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5631;;;;;; "derived" "emacs-lisp/derived.el" (19752 41642)) 5631;;;;;; "derived" "emacs-lisp/derived.el" (20237 33269))
5632;;; Generated autoloads from emacs-lisp/derived.el 5632;;; Generated autoloads from emacs-lisp/derived.el
5633 5633
5634(autoload 'define-derived-mode "derived" "\ 5634(autoload 'define-derived-mode "derived" "\
@@ -5693,7 +5693,7 @@ the first time the mode is used.
5693;;;*** 5693;;;***
5694 5694
5695;;;### (autoloads (describe-char describe-text-properties) "descr-text" 5695;;;### (autoloads (describe-char describe-text-properties) "descr-text"
5696;;;;;; "descr-text.el" (19752 41642)) 5696;;;;;; "descr-text.el" (20237 33269))
5697;;; Generated autoloads from descr-text.el 5697;;; Generated autoloads from descr-text.el
5698 5698
5699(autoload 'describe-text-properties "descr-text" "\ 5699(autoload 'describe-text-properties "descr-text" "\
@@ -5721,7 +5721,7 @@ as well as widgets, buttons, overlays, and text properties.
5721;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 5721;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
5722;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 5722;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
5723;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 5723;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
5724;;;;;; "desktop.el" (19752 41642)) 5724;;;;;; "desktop.el" (20237 33269))
5725;;; Generated autoloads from desktop.el 5725;;; Generated autoloads from desktop.el
5726 5726
5727(defvar desktop-save-mode nil "\ 5727(defvar desktop-save-mode nil "\
@@ -5905,7 +5905,7 @@ Revert to the last loaded desktop.
5905 5905
5906;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 5906;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
5907;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 5907;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
5908;;;;;; "deuglify" "gnus/deuglify.el" (19752 41642)) 5908;;;;;; "deuglify" "gnus/deuglify.el" (20237 33269))
5909;;; Generated autoloads from gnus/deuglify.el 5909;;; Generated autoloads from gnus/deuglify.el
5910 5910
5911(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 5911(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -5938,7 +5938,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
5938;;;*** 5938;;;***
5939 5939
5940;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 5940;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
5941;;;;;; "calendar/diary-lib.el" (19788 46601)) 5941;;;;;; "calendar/diary-lib.el" (20237 33269))
5942;;; Generated autoloads from calendar/diary-lib.el 5942;;; Generated autoloads from calendar/diary-lib.el
5943 5943
5944(autoload 'diary "diary-lib" "\ 5944(autoload 'diary "diary-lib" "\
@@ -5981,7 +5981,7 @@ Major mode for editing the diary file.
5981;;;*** 5981;;;***
5982 5982
5983;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 5983;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
5984;;;;;; "diff.el" (19752 41642)) 5984;;;;;; "diff.el" (20237 33269))
5985;;; Generated autoloads from diff.el 5985;;; Generated autoloads from diff.el
5986 5986
5987(defvar diff-switches (purecopy "-c") "\ 5987(defvar diff-switches (purecopy "-c") "\
@@ -6019,7 +6019,7 @@ With prefix arg, prompt for diff switches.
6019;;;*** 6019;;;***
6020 6020
6021;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 6021;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
6022;;;;;; (19752 41642)) 6022;;;;;; (20237 33269))
6023;;; Generated autoloads from diff-mode.el 6023;;; Generated autoloads from diff-mode.el
6024 6024
6025(autoload 'diff-mode "diff-mode" "\ 6025(autoload 'diff-mode "diff-mode" "\
@@ -6047,7 +6047,7 @@ Minor mode for viewing/editing context diffs.
6047 6047
6048;;;*** 6048;;;***
6049 6049
6050;;;### (autoloads (dig) "dig" "net/dig.el" (19752 41642)) 6050;;;### (autoloads (dig) "dig" "net/dig.el" (20237 33269))
6051;;; Generated autoloads from net/dig.el 6051;;; Generated autoloads from net/dig.el
6052 6052
6053(autoload 'dig "dig" "\ 6053(autoload 'dig "dig" "\
@@ -6060,7 +6060,7 @@ Optional arguments are passed to `dig-invoke'.
6060 6060
6061;;;### (autoloads (dired-mode dired-auto-revert-buffer dired-noselect 6061;;;### (autoloads (dired-mode dired-auto-revert-buffer dired-noselect
6062;;;;;; dired-other-frame dired-other-window dired dired-trivial-filenames 6062;;;;;; dired-other-frame dired-other-window dired dired-trivial-filenames
6063;;;;;; dired-listing-switches) "dired" "dired.el" (19772 35352)) 6063;;;;;; dired-listing-switches) "dired" "dired.el" (20237 33632))
6064;;; Generated autoloads from dired.el 6064;;; Generated autoloads from dired.el
6065 6065
6066(defvar dired-listing-switches (purecopy "-al") "\ 6066(defvar dired-listing-switches (purecopy "-al") "\
@@ -6205,7 +6205,7 @@ Keybindings:
6205;;;*** 6205;;;***
6206 6206
6207;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" 6207;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
6208;;;;;; (19752 41642)) 6208;;;;;; (20237 33269))
6209;;; Generated autoloads from dirtrack.el 6209;;; Generated autoloads from dirtrack.el
6210 6210
6211(autoload 'dirtrack-mode "dirtrack" "\ 6211(autoload 'dirtrack-mode "dirtrack" "\
@@ -6231,8 +6231,8 @@ function `dirtrack-debug-mode' to turn on debugging output.
6231 6231
6232;;;*** 6232;;;***
6233 6233
6234;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19752 6234;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (20237
6235;;;;;; 41642)) 6235;;;;;; 33269))
6236;;; Generated autoloads from emacs-lisp/disass.el 6236;;; Generated autoloads from emacs-lisp/disass.el
6237 6237
6238(autoload 'disassemble "disass" "\ 6238(autoload 'disassemble "disass" "\
@@ -6251,7 +6251,7 @@ redefine OBJECT if it is a symbol.
6251;;;;;; standard-display-g1 standard-display-ascii standard-display-default 6251;;;;;; standard-display-g1 standard-display-ascii standard-display-default
6252;;;;;; standard-display-8bit describe-current-display-table describe-display-table 6252;;;;;; standard-display-8bit describe-current-display-table describe-display-table
6253;;;;;; set-display-table-slot display-table-slot make-display-table) 6253;;;;;; set-display-table-slot display-table-slot make-display-table)
6254;;;;;; "disp-table" "disp-table.el" (19752 41642)) 6254;;;;;; "disp-table" "disp-table.el" (20237 33269))
6255;;; Generated autoloads from disp-table.el 6255;;; Generated autoloads from disp-table.el
6256 6256
6257(autoload 'make-display-table "disp-table" "\ 6257(autoload 'make-display-table "disp-table" "\
@@ -6373,7 +6373,7 @@ in `.emacs'.
6373;;;*** 6373;;;***
6374 6374
6375;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 6375;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6376;;;;;; (19752 41642)) 6376;;;;;; (20237 33269))
6377;;; Generated autoloads from play/dissociate.el 6377;;; Generated autoloads from play/dissociate.el
6378 6378
6379(autoload 'dissociated-press "dissociate" "\ 6379(autoload 'dissociated-press "dissociate" "\
@@ -6389,7 +6389,7 @@ Default is 2.
6389 6389
6390;;;*** 6390;;;***
6391 6391
6392;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (19752 41642)) 6392;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (20237 33269))
6393;;; Generated autoloads from dnd.el 6393;;; Generated autoloads from dnd.el
6394 6394
6395(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)) "\ 6395(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)) "\
@@ -6410,7 +6410,7 @@ if some action was made, or nil if the URL is ignored.")
6410;;;*** 6410;;;***
6411 6411
6412;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 6412;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6413;;;;;; "textmodes/dns-mode.el" (19752 41642)) 6413;;;;;; "textmodes/dns-mode.el" (20237 33269))
6414;;; Generated autoloads from textmodes/dns-mode.el 6414;;; Generated autoloads from textmodes/dns-mode.el
6415 6415
6416(autoload 'dns-mode "dns-mode" "\ 6416(autoload 'dns-mode "dns-mode" "\
@@ -6435,7 +6435,7 @@ Locate SOA record and increment the serial field.
6435;;;*** 6435;;;***
6436 6436
6437;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode 6437;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode
6438;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (19752 41642)) 6438;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (20237 33269))
6439;;; Generated autoloads from doc-view.el 6439;;; Generated autoloads from doc-view.el
6440 6440
6441(autoload 'doc-view-mode-p "doc-view" "\ 6441(autoload 'doc-view-mode-p "doc-view" "\
@@ -6470,7 +6470,7 @@ Not documented
6470 6470
6471;;;*** 6471;;;***
6472 6472
6473;;;### (autoloads (doctor) "doctor" "play/doctor.el" (19752 41642)) 6473;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20237 33269))
6474;;; Generated autoloads from play/doctor.el 6474;;; Generated autoloads from play/doctor.el
6475 6475
6476(autoload 'doctor "doctor" "\ 6476(autoload 'doctor "doctor" "\
@@ -6480,7 +6480,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6480 6480
6481;;;*** 6481;;;***
6482 6482
6483;;;### (autoloads (double-mode) "double" "double.el" (19752 41642)) 6483;;;### (autoloads (double-mode) "double" "double.el" (20237 33269))
6484;;; Generated autoloads from double.el 6484;;; Generated autoloads from double.el
6485 6485
6486(autoload 'double-mode "double" "\ 6486(autoload 'double-mode "double" "\
@@ -6495,7 +6495,7 @@ when pressed twice. See variable `double-map' for details.
6495 6495
6496;;;*** 6496;;;***
6497 6497
6498;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (19752 41642)) 6498;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (20237 33269))
6499;;; Generated autoloads from play/dunnet.el 6499;;; Generated autoloads from play/dunnet.el
6500 6500
6501(autoload 'dunnet "dunnet" "\ 6501(autoload 'dunnet "dunnet" "\
@@ -6506,7 +6506,7 @@ Switch to *dungeon* buffer and start game.
6506;;;*** 6506;;;***
6507 6507
6508;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 6508;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
6509;;;;;; (19752 41642)) 6509;;;;;; (20237 33269))
6510;;; Generated autoloads from gnus/earcon.el 6510;;; Generated autoloads from gnus/earcon.el
6511 6511
6512(autoload 'gnus-earcon-display "earcon" "\ 6512(autoload 'gnus-earcon-display "earcon" "\
@@ -6518,7 +6518,7 @@ Play sounds in message buffers.
6518 6518
6519;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6519;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6520;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 6520;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6521;;;;;; "emacs-lisp/easy-mmode.el" (19767 41074)) 6521;;;;;; "emacs-lisp/easy-mmode.el" (20237 33269))
6522;;; Generated autoloads from emacs-lisp/easy-mmode.el 6522;;; Generated autoloads from emacs-lisp/easy-mmode.el
6523 6523
6524(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6524(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -6622,8 +6622,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
6622;;;*** 6622;;;***
6623 6623
6624;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 6624;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
6625;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (19752 6625;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (20237
6626;;;;;; 41642)) 6626;;;;;; 33269))
6627;;; Generated autoloads from emacs-lisp/easymenu.el 6627;;; Generated autoloads from emacs-lisp/easymenu.el
6628 6628
6629(put 'easy-menu-define 'lisp-indent-function 'defun) 6629(put 'easy-menu-define 'lisp-indent-function 'defun)
@@ -6777,7 +6777,7 @@ To implement dynamic menus, either call this from
6777;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer 6777;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
6778;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer 6778;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
6779;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 6779;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
6780;;;;;; "progmodes/ebnf2ps.el" (19752 41642)) 6780;;;;;; "progmodes/ebnf2ps.el" (20237 33269))
6781;;; Generated autoloads from progmodes/ebnf2ps.el 6781;;; Generated autoloads from progmodes/ebnf2ps.el
6782 6782
6783(autoload 'ebnf-customize "ebnf2ps" "\ 6783(autoload 'ebnf-customize "ebnf2ps" "\
@@ -7051,8 +7051,8 @@ See `ebnf-style-database' documentation.
7051;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 7051;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7052;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 7052;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7053;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 7053;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7054;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (19752 7054;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20237
7055;;;;;; 41642)) 7055;;;;;; 33269))
7056;;; Generated autoloads from progmodes/ebrowse.el 7056;;; Generated autoloads from progmodes/ebrowse.el
7057 7057
7058(autoload 'ebrowse-tree-mode "ebrowse" "\ 7058(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7203,7 +7203,7 @@ Display statistics for a class tree.
7203;;;*** 7203;;;***
7204 7204
7205;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7205;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7206;;;;;; (19752 41642)) 7206;;;;;; (20237 33269))
7207;;; Generated autoloads from ebuff-menu.el 7207;;; Generated autoloads from ebuff-menu.el
7208 7208
7209(autoload 'electric-buffer-list "ebuff-menu" "\ 7209(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7228,7 +7228,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7228;;;*** 7228;;;***
7229 7229
7230;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 7230;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7231;;;;;; "echistory.el" (19752 41642)) 7231;;;;;; "echistory.el" (20237 33269))
7232;;; Generated autoloads from echistory.el 7232;;; Generated autoloads from echistory.el
7233 7233
7234(autoload 'Electric-command-history-redo-expression "echistory" "\ 7234(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7240,7 +7240,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7240;;;*** 7240;;;***
7241 7241
7242;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" 7242;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
7243;;;;;; (19752 41642)) 7243;;;;;; (20237 33269))
7244;;; Generated autoloads from gnus/ecomplete.el 7244;;; Generated autoloads from gnus/ecomplete.el
7245 7245
7246(autoload 'ecomplete-setup "ecomplete" "\ 7246(autoload 'ecomplete-setup "ecomplete" "\
@@ -7250,7 +7250,7 @@ Not documented
7250 7250
7251;;;*** 7251;;;***
7252 7252
7253;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19752 41642)) 7253;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20237 33269))
7254;;; Generated autoloads from cedet/ede.el 7254;;; Generated autoloads from cedet/ede.el
7255 7255
7256(defvar global-ede-mode nil "\ 7256(defvar global-ede-mode nil "\
@@ -7276,7 +7276,7 @@ an EDE controlled project.
7276 7276
7277;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 7277;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
7278;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 7278;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
7279;;;;;; "emacs-lisp/edebug.el" (19752 41642)) 7279;;;;;; "emacs-lisp/edebug.el" (20237 33269))
7280;;; Generated autoloads from emacs-lisp/edebug.el 7280;;; Generated autoloads from emacs-lisp/edebug.el
7281 7281
7282(defvar edebug-all-defs nil "\ 7282(defvar edebug-all-defs nil "\
@@ -7349,7 +7349,7 @@ Toggle edebugging of all forms.
7349;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories 7349;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7350;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories 7350;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7351;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file 7351;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file
7352;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (19752 41642)) 7352;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (20237 33269))
7353;;; Generated autoloads from ediff.el 7353;;; Generated autoloads from ediff.el
7354 7354
7355(autoload 'ediff-files "ediff" "\ 7355(autoload 'ediff-files "ediff" "\
@@ -7581,7 +7581,7 @@ With optional NODE, goes to that node.
7581;;;*** 7581;;;***
7582 7582
7583;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" 7583;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
7584;;;;;; (19752 41642)) 7584;;;;;; (20237 33269))
7585;;; Generated autoloads from ediff-help.el 7585;;; Generated autoloads from ediff-help.el
7586 7586
7587(autoload 'ediff-customize "ediff-help" "\ 7587(autoload 'ediff-customize "ediff-help" "\
@@ -7592,7 +7592,7 @@ Not documented
7592;;;*** 7592;;;***
7593 7593
7594;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 7594;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
7595;;;;;; (19798 54314)) 7595;;;;;; (20237 33269))
7596;;; Generated autoloads from ediff-mult.el 7596;;; Generated autoloads from ediff-mult.el
7597 7597
7598(autoload 'ediff-show-registry "ediff-mult" "\ 7598(autoload 'ediff-show-registry "ediff-mult" "\
@@ -7605,7 +7605,7 @@ Display Ediff's registry.
7605;;;*** 7605;;;***
7606 7606
7607;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 7607;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7608;;;;;; "ediff-util" "ediff-util.el" (19752 41642)) 7608;;;;;; "ediff-util" "ediff-util.el" (20237 33269))
7609;;; Generated autoloads from ediff-util.el 7609;;; Generated autoloads from ediff-util.el
7610 7610
7611(autoload 'ediff-toggle-multiframe "ediff-util" "\ 7611(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -7626,7 +7626,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
7626 7626
7627;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 7627;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
7628;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 7628;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
7629;;;;;; (19752 41642)) 7629;;;;;; (20237 33269))
7630;;; Generated autoloads from edmacro.el 7630;;; Generated autoloads from edmacro.el
7631 7631
7632(defvar edmacro-eight-bits nil "\ 7632(defvar edmacro-eight-bits nil "\
@@ -7679,7 +7679,7 @@ or nil, use a compact 80-column format.
7679;;;*** 7679;;;***
7680 7680
7681;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 7681;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
7682;;;;;; "emulation/edt.el" (19752 41642)) 7682;;;;;; "emulation/edt.el" (20237 33269))
7683;;; Generated autoloads from emulation/edt.el 7683;;; Generated autoloads from emulation/edt.el
7684 7684
7685(autoload 'edt-set-scroll-margins "edt" "\ 7685(autoload 'edt-set-scroll-margins "edt" "\
@@ -7697,7 +7697,7 @@ Turn on EDT Emulation.
7697;;;*** 7697;;;***
7698 7698
7699;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 7699;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
7700;;;;;; (19752 41642)) 7700;;;;;; (20237 33269))
7701;;; Generated autoloads from ehelp.el 7701;;; Generated autoloads from ehelp.el
7702 7702
7703(autoload 'with-electric-help "ehelp" "\ 7703(autoload 'with-electric-help "ehelp" "\
@@ -7734,7 +7734,7 @@ Not documented
7734;;;*** 7734;;;***
7735 7735
7736;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 7736;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
7737;;;;;; "eldoc" "emacs-lisp/eldoc.el" (19752 41642)) 7737;;;;;; "eldoc" "emacs-lisp/eldoc.el" (20237 33269))
7738;;; Generated autoloads from emacs-lisp/eldoc.el 7738;;; Generated autoloads from emacs-lisp/eldoc.el
7739 7739
7740(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ 7740(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
@@ -7777,8 +7777,8 @@ Emacs Lisp mode) that support ElDoc.")
7777 7777
7778;;;*** 7778;;;***
7779 7779
7780;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19752 7780;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (20237
7781;;;;;; 41642)) 7781;;;;;; 33269))
7782;;; Generated autoloads from elide-head.el 7782;;; Generated autoloads from elide-head.el
7783 7783
7784(autoload 'elide-head "elide-head" "\ 7784(autoload 'elide-head "elide-head" "\
@@ -7795,7 +7795,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
7795 7795
7796;;;### (autoloads (elint-initialize elint-defun elint-current-buffer 7796;;;### (autoloads (elint-initialize elint-defun elint-current-buffer
7797;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el" 7797;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el"
7798;;;;;; (19752 41642)) 7798;;;;;; (20237 33269))
7799;;; Generated autoloads from emacs-lisp/elint.el 7799;;; Generated autoloads from emacs-lisp/elint.el
7800 7800
7801(autoload 'elint-file "elint" "\ 7801(autoload 'elint-file "elint" "\
@@ -7831,8 +7831,8 @@ optional prefix argument REINIT is non-nil.
7831;;;*** 7831;;;***
7832 7832
7833;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 7833;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
7834;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19752 7834;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (20237
7835;;;;;; 41642)) 7835;;;;;; 33269))
7836;;; Generated autoloads from emacs-lisp/elp.el 7836;;; Generated autoloads from emacs-lisp/elp.el
7837 7837
7838(autoload 'elp-instrument-function "elp" "\ 7838(autoload 'elp-instrument-function "elp" "\
@@ -7867,7 +7867,7 @@ displayed.
7867;;;*** 7867;;;***
7868 7868
7869;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 7869;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
7870;;;;;; (19752 41642)) 7870;;;;;; (20237 33269))
7871;;; Generated autoloads from mail/emacsbug.el 7871;;; Generated autoloads from mail/emacsbug.el
7872 7872
7873(autoload 'report-emacs-bug "emacsbug" "\ 7873(autoload 'report-emacs-bug "emacsbug" "\
@@ -7882,7 +7882,7 @@ Prompts for bug subject. Leaves you in a mail buffer.
7882;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 7882;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
7883;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 7883;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
7884;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 7884;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
7885;;;;;; "emerge.el" (19636 58496)) 7885;;;;;; "emerge.el" (20124 54382))
7886;;; Generated autoloads from emerge.el 7886;;; Generated autoloads from emerge.el
7887 7887
7888(autoload 'emerge-files "emerge" "\ 7888(autoload 'emerge-files "emerge" "\
@@ -7943,7 +7943,7 @@ Not documented
7943;;;*** 7943;;;***
7944 7944
7945;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 7945;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
7946;;;;;; "enriched" "textmodes/enriched.el" (19752 41642)) 7946;;;;;; "enriched" "textmodes/enriched.el" (20237 33269))
7947;;; Generated autoloads from textmodes/enriched.el 7947;;; Generated autoloads from textmodes/enriched.el
7948 7948
7949(autoload 'enriched-mode "enriched" "\ 7949(autoload 'enriched-mode "enriched" "\
@@ -7978,8 +7978,8 @@ Not documented
7978;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region 7978;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region
7979;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file 7979;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
7980;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys 7980;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
7981;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (19752 7981;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20237
7982;;;;;; 41642)) 7982;;;;;; 33269))
7983;;; Generated autoloads from epa.el 7983;;; Generated autoloads from epa.el
7984 7984
7985(autoload 'epa-list-keys "epa" "\ 7985(autoload 'epa-list-keys "epa" "\
@@ -8152,7 +8152,7 @@ Insert selected KEYS after the point.
8152;;;*** 8152;;;***
8153 8153
8154;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify 8154;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify
8155;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (19752 41642)) 8155;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (20237 33269))
8156;;; Generated autoloads from epa-dired.el 8156;;; Generated autoloads from epa-dired.el
8157 8157
8158(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8158(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8178,7 +8178,7 @@ Encrypt marked files.
8178;;;*** 8178;;;***
8179 8179
8180;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) 8180;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler)
8181;;;;;; "epa-file" "epa-file.el" (19797 53811)) 8181;;;;;; "epa-file" "epa-file.el" (20237 33269))
8182;;; Generated autoloads from epa-file.el 8182;;; Generated autoloads from epa-file.el
8183 8183
8184(autoload 'epa-file-handler "epa-file" "\ 8184(autoload 'epa-file-handler "epa-file" "\
@@ -8200,7 +8200,7 @@ Not documented
8200 8200
8201;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt 8201;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
8202;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode) 8202;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
8203;;;;;; "epa-mail" "epa-mail.el" (19752 41642)) 8203;;;;;; "epa-mail" "epa-mail.el" (20237 33269))
8204;;; Generated autoloads from epa-mail.el 8204;;; Generated autoloads from epa-mail.el
8205 8205
8206(autoload 'epa-mail-mode "epa-mail" "\ 8206(autoload 'epa-mail-mode "epa-mail" "\
@@ -8264,7 +8264,7 @@ Minor mode to hook EasyPG into Mail mode.
8264 8264
8265;;;*** 8265;;;***
8266 8266
8267;;;### (autoloads (epg-make-context) "epg" "epg.el" (19797 53798)) 8267;;;### (autoloads (epg-make-context) "epg" "epg.el" (20237 33269))
8268;;; Generated autoloads from epg.el 8268;;; Generated autoloads from epg.el
8269 8269
8270(autoload 'epg-make-context "epg" "\ 8270(autoload 'epg-make-context "epg" "\
@@ -8275,7 +8275,7 @@ Return a context object.
8275;;;*** 8275;;;***
8276 8276
8277;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) 8277;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
8278;;;;;; "epg-config" "epg-config.el" (19752 41642)) 8278;;;;;; "epg-config" "epg-config.el" (20237 33269))
8279;;; Generated autoloads from epg-config.el 8279;;; Generated autoloads from epg-config.el
8280 8280
8281(autoload 'epg-configuration "epg-config" "\ 8281(autoload 'epg-configuration "epg-config" "\
@@ -8296,7 +8296,7 @@ Look at CONFIG and try to expand GROUP.
8296;;;*** 8296;;;***
8297 8297
8298;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" 8298;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
8299;;;;;; "erc/erc.el" (19752 41642)) 8299;;;;;; "erc/erc.el" (20237 33269))
8300;;; Generated autoloads from erc/erc.el 8300;;; Generated autoloads from erc/erc.el
8301 8301
8302(autoload 'erc-select-read-args "erc" "\ 8302(autoload 'erc-select-read-args "erc" "\
@@ -8338,33 +8338,33 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8338 8338
8339;;;*** 8339;;;***
8340 8340
8341;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (19752 8341;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20237
8342;;;;;; 41642)) 8342;;;;;; 33269))
8343;;; Generated autoloads from erc/erc-autoaway.el 8343;;; Generated autoloads from erc/erc-autoaway.el
8344 (autoload 'erc-autoaway-mode "erc-autoaway") 8344 (autoload 'erc-autoaway-mode "erc-autoaway")
8345 8345
8346;;;*** 8346;;;***
8347 8347
8348;;;### (autoloads nil "erc-button" "erc/erc-button.el" (19752 41642)) 8348;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20237 33269))
8349;;; Generated autoloads from erc/erc-button.el 8349;;; Generated autoloads from erc/erc-button.el
8350 (autoload 'erc-button-mode "erc-button" nil t) 8350 (autoload 'erc-button-mode "erc-button" nil t)
8351 8351
8352;;;*** 8352;;;***
8353 8353
8354;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (19752 41642)) 8354;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (20237 33269))
8355;;; Generated autoloads from erc/erc-capab.el 8355;;; Generated autoloads from erc/erc-capab.el
8356 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 8356 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8357 8357
8358;;;*** 8358;;;***
8359 8359
8360;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (19752 41642)) 8360;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (20237 33269))
8361;;; Generated autoloads from erc/erc-compat.el 8361;;; Generated autoloads from erc/erc-compat.el
8362 (autoload 'erc-define-minor-mode "erc-compat") 8362 (autoload 'erc-define-minor-mode "erc-compat")
8363 8363
8364;;;*** 8364;;;***
8365 8365
8366;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 8366;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
8367;;;;;; "erc-dcc" "erc/erc-dcc.el" (19752 41642)) 8367;;;;;; "erc-dcc" "erc/erc-dcc.el" (20237 33269))
8368;;; Generated autoloads from erc/erc-dcc.el 8368;;; Generated autoloads from erc/erc-dcc.el
8369 (autoload 'erc-dcc-mode "erc-dcc") 8369 (autoload 'erc-dcc-mode "erc-dcc")
8370 8370
@@ -8397,7 +8397,7 @@ that subcommand.
8397;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 8397;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
8398;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 8398;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
8399;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 8399;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
8400;;;;;; (19752 41642)) 8400;;;;;; (20237 33269))
8401;;; Generated autoloads from erc/erc-ezbounce.el 8401;;; Generated autoloads from erc/erc-ezbounce.el
8402 8402
8403(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 8403(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -8459,8 +8459,8 @@ Add EZBouncer convenience functions to ERC.
8459 8459
8460;;;*** 8460;;;***
8461 8461
8462;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (19752 8462;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (20237
8463;;;;;; 41642)) 8463;;;;;; 33269))
8464;;; Generated autoloads from erc/erc-fill.el 8464;;; Generated autoloads from erc/erc-fill.el
8465 (autoload 'erc-fill-mode "erc-fill" nil t) 8465 (autoload 'erc-fill-mode "erc-fill" nil t)
8466 8466
@@ -8472,15 +8472,15 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
8472 8472
8473;;;*** 8473;;;***
8474 8474
8475;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (19752 8475;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (20237
8476;;;;;; 41642)) 8476;;;;;; 33269))
8477;;; Generated autoloads from erc/erc-hecomplete.el 8477;;; Generated autoloads from erc/erc-hecomplete.el
8478 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t) 8478 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t)
8479 8479
8480;;;*** 8480;;;***
8481 8481
8482;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 8482;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
8483;;;;;; "erc/erc-identd.el" (19752 41642)) 8483;;;;;; "erc/erc-identd.el" (20237 33269))
8484;;; Generated autoloads from erc/erc-identd.el 8484;;; Generated autoloads from erc/erc-identd.el
8485 (autoload 'erc-identd-mode "erc-identd") 8485 (autoload 'erc-identd-mode "erc-identd")
8486 8486
@@ -8502,7 +8502,7 @@ Not documented
8502;;;*** 8502;;;***
8503 8503
8504;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 8504;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
8505;;;;;; (19752 41642)) 8505;;;;;; (20237 33269))
8506;;; Generated autoloads from erc/erc-imenu.el 8506;;; Generated autoloads from erc/erc-imenu.el
8507 8507
8508(autoload 'erc-create-imenu-index "erc-imenu" "\ 8508(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -8512,20 +8512,20 @@ Not documented
8512 8512
8513;;;*** 8513;;;***
8514 8514
8515;;;### (autoloads nil "erc-join" "erc/erc-join.el" (19752 41642)) 8515;;;### (autoloads nil "erc-join" "erc/erc-join.el" (20237 33269))
8516;;; Generated autoloads from erc/erc-join.el 8516;;; Generated autoloads from erc/erc-join.el
8517 (autoload 'erc-autojoin-mode "erc-join" nil t) 8517 (autoload 'erc-autojoin-mode "erc-join" nil t)
8518 8518
8519;;;*** 8519;;;***
8520 8520
8521;;;### (autoloads nil "erc-list" "erc/erc-list.el" (19752 41642)) 8521;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20237 33269))
8522;;; Generated autoloads from erc/erc-list.el 8522;;; Generated autoloads from erc/erc-list.el
8523 (autoload 'erc-list-mode "erc-list") 8523 (autoload 'erc-list-mode "erc-list")
8524 8524
8525;;;*** 8525;;;***
8526 8526
8527;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 8527;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
8528;;;;;; "erc/erc-log.el" (19752 41642)) 8528;;;;;; "erc/erc-log.el" (20237 33269))
8529;;; Generated autoloads from erc/erc-log.el 8529;;; Generated autoloads from erc/erc-log.el
8530 (autoload 'erc-log-mode "erc-log" nil t) 8530 (autoload 'erc-log-mode "erc-log" nil t)
8531 8531
@@ -8557,7 +8557,7 @@ You can save every individual message by putting this function on
8557;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 8557;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
8558;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 8558;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
8559;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 8559;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
8560;;;;;; (19752 41642)) 8560;;;;;; (20237 33269))
8561;;; Generated autoloads from erc/erc-match.el 8561;;; Generated autoloads from erc/erc-match.el
8562 (autoload 'erc-match-mode "erc-match") 8562 (autoload 'erc-match-mode "erc-match")
8563 8563
@@ -8603,14 +8603,14 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
8603 8603
8604;;;*** 8604;;;***
8605 8605
8606;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (19752 41642)) 8606;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (20237 33269))
8607;;; Generated autoloads from erc/erc-menu.el 8607;;; Generated autoloads from erc/erc-menu.el
8608 (autoload 'erc-menu-mode "erc-menu" nil t) 8608 (autoload 'erc-menu-mode "erc-menu" nil t)
8609 8609
8610;;;*** 8610;;;***
8611 8611
8612;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 8612;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
8613;;;;;; (19752 41642)) 8613;;;;;; (20237 33269))
8614;;; Generated autoloads from erc/erc-netsplit.el 8614;;; Generated autoloads from erc/erc-netsplit.el
8615 (autoload 'erc-netsplit-mode "erc-netsplit") 8615 (autoload 'erc-netsplit-mode "erc-netsplit")
8616 8616
@@ -8622,7 +8622,7 @@ Show who's gone.
8622;;;*** 8622;;;***
8623 8623
8624;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" 8624;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
8625;;;;;; "erc/erc-networks.el" (19752 41642)) 8625;;;;;; "erc/erc-networks.el" (20237 33269))
8626;;; Generated autoloads from erc/erc-networks.el 8626;;; Generated autoloads from erc/erc-networks.el
8627 8627
8628(autoload 'erc-determine-network "erc-networks" "\ 8628(autoload 'erc-determine-network "erc-networks" "\
@@ -8640,7 +8640,7 @@ Interactively select a server to connect to using `erc-server-alist'.
8640;;;*** 8640;;;***
8641 8641
8642;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 8642;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
8643;;;;;; "erc/erc-notify.el" (19752 41642)) 8643;;;;;; "erc/erc-notify.el" (20237 33269))
8644;;; Generated autoloads from erc/erc-notify.el 8644;;; Generated autoloads from erc/erc-notify.el
8645 (autoload 'erc-notify-mode "erc-notify" nil t) 8645 (autoload 'erc-notify-mode "erc-notify" nil t)
8646 8646
@@ -8658,33 +8658,33 @@ Not documented
8658 8658
8659;;;*** 8659;;;***
8660 8660
8661;;;### (autoloads nil "erc-page" "erc/erc-page.el" (19752 41642)) 8661;;;### (autoloads nil "erc-page" "erc/erc-page.el" (20237 33269))
8662;;; Generated autoloads from erc/erc-page.el 8662;;; Generated autoloads from erc/erc-page.el
8663 (autoload 'erc-page-mode "erc-page") 8663 (autoload 'erc-page-mode "erc-page")
8664 8664
8665;;;*** 8665;;;***
8666 8666
8667;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19752 8667;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (20237
8668;;;;;; 41642)) 8668;;;;;; 33269))
8669;;; Generated autoloads from erc/erc-pcomplete.el 8669;;; Generated autoloads from erc/erc-pcomplete.el
8670 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 8670 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
8671 8671
8672;;;*** 8672;;;***
8673 8673
8674;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (19752 41642)) 8674;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (20237 33269))
8675;;; Generated autoloads from erc/erc-replace.el 8675;;; Generated autoloads from erc/erc-replace.el
8676 (autoload 'erc-replace-mode "erc-replace") 8676 (autoload 'erc-replace-mode "erc-replace")
8677 8677
8678;;;*** 8678;;;***
8679 8679
8680;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (19752 41642)) 8680;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (20237 33269))
8681;;; Generated autoloads from erc/erc-ring.el 8681;;; Generated autoloads from erc/erc-ring.el
8682 (autoload 'erc-ring-mode "erc-ring" nil t) 8682 (autoload 'erc-ring-mode "erc-ring" nil t)
8683 8683
8684;;;*** 8684;;;***
8685 8685
8686;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 8686;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
8687;;;;;; "erc-services" "erc/erc-services.el" (19752 41642)) 8687;;;;;; "erc-services" "erc/erc-services.el" (20237 33269))
8688;;; Generated autoloads from erc/erc-services.el 8688;;; Generated autoloads from erc/erc-services.el
8689 (autoload 'erc-services-mode "erc-services" nil t) 8689 (autoload 'erc-services-mode "erc-services" nil t)
8690 8690
@@ -8701,14 +8701,14 @@ When called interactively, read the password using `read-passwd'.
8701 8701
8702;;;*** 8702;;;***
8703 8703
8704;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (19752 41642)) 8704;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (20237 33269))
8705;;; Generated autoloads from erc/erc-sound.el 8705;;; Generated autoloads from erc/erc-sound.el
8706 (autoload 'erc-sound-mode "erc-sound") 8706 (autoload 'erc-sound-mode "erc-sound")
8707 8707
8708;;;*** 8708;;;***
8709 8709
8710;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 8710;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
8711;;;;;; (19752 41642)) 8711;;;;;; (20237 33269))
8712;;; Generated autoloads from erc/erc-speedbar.el 8712;;; Generated autoloads from erc/erc-speedbar.el
8713 8713
8714(autoload 'erc-speedbar-browser "erc-speedbar" "\ 8714(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -8719,21 +8719,21 @@ This will add a speedbar major display mode.
8719 8719
8720;;;*** 8720;;;***
8721 8721
8722;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (19752 8722;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (20237
8723;;;;;; 41642)) 8723;;;;;; 33269))
8724;;; Generated autoloads from erc/erc-spelling.el 8724;;; Generated autoloads from erc/erc-spelling.el
8725 (autoload 'erc-spelling-mode "erc-spelling" nil t) 8725 (autoload 'erc-spelling-mode "erc-spelling" nil t)
8726 8726
8727;;;*** 8727;;;***
8728 8728
8729;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (19752 41642)) 8729;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (20237 33269))
8730;;; Generated autoloads from erc/erc-stamp.el 8730;;; Generated autoloads from erc/erc-stamp.el
8731 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 8731 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
8732 8732
8733;;;*** 8733;;;***
8734 8734
8735;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" 8735;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
8736;;;;;; (19783 2570)) 8736;;;;;; (20237 33269))
8737;;; Generated autoloads from erc/erc-track.el 8737;;; Generated autoloads from erc/erc-track.el
8738 8738
8739(defvar erc-track-minor-mode nil "\ 8739(defvar erc-track-minor-mode nil "\
@@ -8756,7 +8756,7 @@ module, otherwise the keybindings will not do anything useful.
8756;;;*** 8756;;;***
8757 8757
8758;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 8758;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
8759;;;;;; "erc-truncate" "erc/erc-truncate.el" (19752 41642)) 8759;;;;;; "erc-truncate" "erc/erc-truncate.el" (20237 33269))
8760;;; Generated autoloads from erc/erc-truncate.el 8760;;; Generated autoloads from erc/erc-truncate.el
8761 (autoload 'erc-truncate-mode "erc-truncate" nil t) 8761 (autoload 'erc-truncate-mode "erc-truncate" nil t)
8762 8762
@@ -8776,7 +8776,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
8776;;;*** 8776;;;***
8777 8777
8778;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 8778;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
8779;;;;;; (19752 41642)) 8779;;;;;; (20237 33269))
8780;;; Generated autoloads from erc/erc-xdcc.el 8780;;; Generated autoloads from erc/erc-xdcc.el
8781 (autoload 'erc-xdcc-mode "erc-xdcc") 8781 (autoload 'erc-xdcc-mode "erc-xdcc")
8782 8782
@@ -8787,8 +8787,8 @@ Add a file to `erc-xdcc-files'.
8787 8787
8788;;;*** 8788;;;***
8789 8789
8790;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (19752 8790;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20237
8791;;;;;; 41642)) 8791;;;;;; 33269))
8792;;; Generated autoloads from eshell/esh-mode.el 8792;;; Generated autoloads from eshell/esh-mode.el
8793 8793
8794(autoload 'eshell-mode "esh-mode" "\ 8794(autoload 'eshell-mode "esh-mode" "\
@@ -8800,8 +8800,8 @@ Emacs shell interactive mode.
8800 8800
8801;;;*** 8801;;;***
8802 8802
8803;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (19752 8803;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (20237
8804;;;;;; 41642)) 8804;;;;;; 33269))
8805;;; Generated autoloads from eshell/esh-test.el 8805;;; Generated autoloads from eshell/esh-test.el
8806 8806
8807(autoload 'eshell-test "esh-test" "\ 8807(autoload 'eshell-test "esh-test" "\
@@ -8812,7 +8812,7 @@ Test Eshell to verify that it works as expected.
8812;;;*** 8812;;;***
8813 8813
8814;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" 8814;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell"
8815;;;;;; "eshell/eshell.el" (19752 41642)) 8815;;;;;; "eshell/eshell.el" (20237 33269))
8816;;; Generated autoloads from eshell/eshell.el 8816;;; Generated autoloads from eshell/eshell.el
8817 8817
8818(autoload 'eshell "eshell" "\ 8818(autoload 'eshell "eshell" "\
@@ -8853,7 +8853,7 @@ corresponding to a successful execution.
8853;;;;;; visit-tags-table tags-table-mode find-tag-default-function 8853;;;;;; visit-tags-table tags-table-mode find-tag-default-function
8854;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 8854;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
8855;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 8855;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
8856;;;;;; (19752 41642)) 8856;;;;;; (20237 33269))
8857;;; Generated autoloads from progmodes/etags.el 8857;;; Generated autoloads from progmodes/etags.el
8858 8858
8859(defvar tags-file-name nil "\ 8859(defvar tags-file-name nil "\
@@ -9161,7 +9161,7 @@ for \\[find-tag] (which see).
9161;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer 9161;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9162;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer 9162;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9163;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" 9163;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9164;;;;;; (19752 41642)) 9164;;;;;; (20237 33269))
9165;;; Generated autoloads from language/ethio-util.el 9165;;; Generated autoloads from language/ethio-util.el
9166 9166
9167(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9167(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -9331,7 +9331,7 @@ Not documented
9331 9331
9332;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 9332;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
9333;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 9333;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9334;;;;;; (19752 41642)) 9334;;;;;; (20237 33269))
9335;;; Generated autoloads from net/eudc.el 9335;;; Generated autoloads from net/eudc.el
9336 9336
9337(autoload 'eudc-set-server "eudc" "\ 9337(autoload 'eudc-set-server "eudc" "\
@@ -9387,7 +9387,7 @@ This does nothing except loading eudc by autoload side-effect.
9387 9387
9388;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 9388;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
9389;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 9389;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
9390;;;;;; "eudc-bob" "net/eudc-bob.el" (19752 41642)) 9390;;;;;; "eudc-bob" "net/eudc-bob.el" (20237 33269))
9391;;; Generated autoloads from net/eudc-bob.el 9391;;; Generated autoloads from net/eudc-bob.el
9392 9392
9393(autoload 'eudc-display-generic-binary "eudc-bob" "\ 9393(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -9423,7 +9423,7 @@ Display a button for the JPEG DATA.
9423;;;*** 9423;;;***
9424 9424
9425;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 9425;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
9426;;;;;; "eudc-export" "net/eudc-export.el" (19752 41642)) 9426;;;;;; "eudc-export" "net/eudc-export.el" (20237 33269))
9427;;; Generated autoloads from net/eudc-export.el 9427;;; Generated autoloads from net/eudc-export.el
9428 9428
9429(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 9429(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -9440,7 +9440,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
9440;;;*** 9440;;;***
9441 9441
9442;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 9442;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
9443;;;;;; (19752 41642)) 9443;;;;;; (20237 33269))
9444;;; Generated autoloads from net/eudc-hotlist.el 9444;;; Generated autoloads from net/eudc-hotlist.el
9445 9445
9446(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 9446(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -9450,8 +9450,8 @@ Edit the hotlist of directory servers in a specialized buffer.
9450 9450
9451;;;*** 9451;;;***
9452 9452
9453;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (19752 9453;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20237
9454;;;;;; 41642)) 9454;;;;;; 33269))
9455;;; Generated autoloads from emacs-lisp/ewoc.el 9455;;; Generated autoloads from emacs-lisp/ewoc.el
9456 9456
9457(autoload 'ewoc-create "ewoc" "\ 9457(autoload 'ewoc-create "ewoc" "\
@@ -9480,7 +9480,7 @@ fourth arg NOSEP non-nil inhibits this.
9480;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 9480;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
9481;;;;;; executable-self-display executable-set-magic executable-interpret 9481;;;;;; executable-self-display executable-set-magic executable-interpret
9482;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 9482;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
9483;;;;;; (19752 41642)) 9483;;;;;; (20237 33269))
9484;;; Generated autoloads from progmodes/executable.el 9484;;; Generated autoloads from progmodes/executable.el
9485 9485
9486(autoload 'executable-command-find-posix-p "executable" "\ 9486(autoload 'executable-command-find-posix-p "executable" "\
@@ -9523,7 +9523,7 @@ file modes.
9523 9523
9524;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 9524;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
9525;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" 9525;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
9526;;;;;; (19752 41642)) 9526;;;;;; (20237 33269))
9527;;; Generated autoloads from expand.el 9527;;; Generated autoloads from expand.el
9528 9528
9529(autoload 'expand-add-abbrevs "expand" "\ 9529(autoload 'expand-add-abbrevs "expand" "\
@@ -9572,7 +9572,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
9572 9572
9573;;;*** 9573;;;***
9574 9574
9575;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19788 46601)) 9575;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20237 33269))
9576;;; Generated autoloads from progmodes/f90.el 9576;;; Generated autoloads from progmodes/f90.el
9577 9577
9578(autoload 'f90-mode "f90" "\ 9578(autoload 'f90-mode "f90" "\
@@ -9638,8 +9638,8 @@ with no args, if that value is non-nil.
9638;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set 9638;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set
9639;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase 9639;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase
9640;;;;;; text-scale-set face-remap-set-base face-remap-reset-base 9640;;;;;; text-scale-set face-remap-set-base face-remap-reset-base
9641;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19752 9641;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20237
9642;;;;;; 41642)) 9642;;;;;; 33269))
9643;;; Generated autoloads from face-remap.el 9643;;; Generated autoloads from face-remap.el
9644 9644
9645(autoload 'face-remap-add-relative "face-remap" "\ 9645(autoload 'face-remap-add-relative "face-remap" "\
@@ -9779,7 +9779,7 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
9779 9779
9780;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 9780;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
9781;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 9781;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
9782;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19636 58496)) 9782;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20124 54382))
9783;;; Generated autoloads from mail/feedmail.el 9783;;; Generated autoloads from mail/feedmail.el
9784 9784
9785(autoload 'feedmail-send-it "feedmail" "\ 9785(autoload 'feedmail-send-it "feedmail" "\
@@ -9833,7 +9833,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
9833;;;*** 9833;;;***
9834 9834
9835;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 9835;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
9836;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19752 41642)) 9836;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (20237 33269))
9837;;; Generated autoloads from ffap.el 9837;;; Generated autoloads from ffap.el
9838 9838
9839(autoload 'ffap-next "ffap" "\ 9839(autoload 'ffap-next "ffap" "\
@@ -9897,7 +9897,7 @@ Evaluate the forms in variable `ffap-bindings'.
9897;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 9897;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
9898;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 9898;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
9899;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 9899;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
9900;;;;;; "filecache" "filecache.el" (19752 41642)) 9900;;;;;; "filecache" "filecache.el" (20237 33269))
9901;;; Generated autoloads from filecache.el 9901;;; Generated autoloads from filecache.el
9902 9902
9903(autoload 'file-cache-add-directory "filecache" "\ 9903(autoload 'file-cache-add-directory "filecache" "\
@@ -9957,7 +9957,7 @@ the name is considered already unique; only the second substitution
9957;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable 9957;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable
9958;;;;;; add-dir-local-variable delete-file-local-variable-prop-line 9958;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
9959;;;;;; add-file-local-variable-prop-line delete-file-local-variable 9959;;;;;; add-file-local-variable-prop-line delete-file-local-variable
9960;;;;;; add-file-local-variable) "files-x" "files-x.el" (19752 41642)) 9960;;;;;; add-file-local-variable) "files-x" "files-x.el" (20237 33269))
9961;;; Generated autoloads from files-x.el 9961;;; Generated autoloads from files-x.el
9962 9962
9963(autoload 'add-file-local-variable "files-x" "\ 9963(autoload 'add-file-local-variable "files-x" "\
@@ -10022,8 +10022,8 @@ Copy directory-local variables to the -*- line.
10022 10022
10023;;;*** 10023;;;***
10024 10024
10025;;;### (autoloads (filesets-init) "filesets" "filesets.el" (19752 10025;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20237
10026;;;;;; 41642)) 10026;;;;;; 33269))
10027;;; Generated autoloads from filesets.el 10027;;; Generated autoloads from filesets.el
10028 10028
10029(autoload 'filesets-init "filesets" "\ 10029(autoload 'filesets-init "filesets" "\
@@ -10034,7 +10034,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10034 10034
10035;;;*** 10035;;;***
10036 10036
10037;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (19752 41642)) 10037;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (20237 33269))
10038;;; Generated autoloads from find-cmd.el 10038;;; Generated autoloads from find-cmd.el
10039 10039
10040(autoload 'find-cmd "find-cmd" "\ 10040(autoload 'find-cmd "find-cmd" "\
@@ -10055,7 +10055,7 @@ result is a string that should be ready for the command line.
10055 10055
10056;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 10056;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
10057;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" 10057;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el"
10058;;;;;; (19752 41642)) 10058;;;;;; (20237 33269))
10059;;; Generated autoloads from find-dired.el 10059;;; Generated autoloads from find-dired.el
10060 10060
10061(defvar find-ls-option (if (eq system-type 'berkeley-unix) (purecopy '("-ls" . "-gilsb")) (purecopy '("-exec ls -ld {} \\;" . "-ld"))) "\ 10061(defvar find-ls-option (if (eq system-type 'berkeley-unix) (purecopy '("-ls" . "-gilsb")) (purecopy '("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -10116,7 +10116,7 @@ Thus ARG can also contain additional grep options.
10116 10116
10117;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10117;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10118;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 10118;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
10119;;;;;; (19752 41642)) 10119;;;;;; (20237 33269))
10120;;; Generated autoloads from find-file.el 10120;;; Generated autoloads from find-file.el
10121 10121
10122(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10122(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10210,7 +10210,7 @@ Visit the file you click on in another window.
10210;;;;;; find-variable find-variable-noselect find-function-other-frame 10210;;;;;; find-variable find-variable-noselect find-function-other-frame
10211;;;;;; find-function-other-window find-function find-function-noselect 10211;;;;;; find-function-other-window find-function find-function-noselect
10212;;;;;; find-function-search-for-symbol find-library) "find-func" 10212;;;;;; find-function-search-for-symbol find-library) "find-func"
10213;;;;;; "emacs-lisp/find-func.el" (19752 41642)) 10213;;;;;; "emacs-lisp/find-func.el" (20237 33269))
10214;;; Generated autoloads from emacs-lisp/find-func.el 10214;;; Generated autoloads from emacs-lisp/find-func.el
10215 10215
10216(autoload 'find-library "find-func" "\ 10216(autoload 'find-library "find-func" "\
@@ -10365,7 +10365,7 @@ Define some key bindings for the find-function family of functions.
10365;;;*** 10365;;;***
10366 10366
10367;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 10367;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
10368;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (19752 41642)) 10368;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (20237 33269))
10369;;; Generated autoloads from find-lisp.el 10369;;; Generated autoloads from find-lisp.el
10370 10370
10371(autoload 'find-lisp-find-dired "find-lisp" "\ 10371(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -10386,7 +10386,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
10386;;;*** 10386;;;***
10387 10387
10388;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 10388;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
10389;;;;;; "finder" "finder.el" (19752 41642)) 10389;;;;;; "finder" "finder.el" (20237 33269))
10390;;; Generated autoloads from finder.el 10390;;; Generated autoloads from finder.el
10391 10391
10392(autoload 'finder-list-keywords "finder" "\ 10392(autoload 'finder-list-keywords "finder" "\
@@ -10408,7 +10408,7 @@ Find packages matching a given keyword.
10408;;;*** 10408;;;***
10409 10409
10410;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 10410;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
10411;;;;;; "flow-ctrl.el" (19752 41642)) 10411;;;;;; "flow-ctrl.el" (20237 33269))
10412;;; Generated autoloads from flow-ctrl.el 10412;;; Generated autoloads from flow-ctrl.el
10413 10413
10414(autoload 'enable-flow-control "flow-ctrl" "\ 10414(autoload 'enable-flow-control "flow-ctrl" "\
@@ -10430,7 +10430,7 @@ to get the effect of a C-q.
10430;;;*** 10430;;;***
10431 10431
10432;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 10432;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
10433;;;;;; (19752 41642)) 10433;;;;;; (20237 33269))
10434;;; Generated autoloads from gnus/flow-fill.el 10434;;; Generated autoloads from gnus/flow-fill.el
10435 10435
10436(autoload 'fill-flowed-encode "flow-fill" "\ 10436(autoload 'fill-flowed-encode "flow-fill" "\
@@ -10446,7 +10446,7 @@ Not documented
10446;;;*** 10446;;;***
10447 10447
10448;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) 10448;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode)
10449;;;;;; "flymake" "progmodes/flymake.el" (19752 41642)) 10449;;;;;; "flymake" "progmodes/flymake.el" (20237 33269))
10450;;; Generated autoloads from progmodes/flymake.el 10450;;; Generated autoloads from progmodes/flymake.el
10451 10451
10452(autoload 'flymake-mode "flymake" "\ 10452(autoload 'flymake-mode "flymake" "\
@@ -10470,7 +10470,7 @@ Turn flymake mode off.
10470 10470
10471;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 10471;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
10472;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 10472;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
10473;;;;;; "flyspell" "textmodes/flyspell.el" (19752 41642)) 10473;;;;;; "flyspell" "textmodes/flyspell.el" (20237 33269))
10474;;; Generated autoloads from textmodes/flyspell.el 10474;;; Generated autoloads from textmodes/flyspell.el
10475 10475
10476(autoload 'flyspell-prog-mode "flyspell" "\ 10476(autoload 'flyspell-prog-mode "flyspell" "\
@@ -10540,7 +10540,7 @@ Flyspell whole buffer.
10540 10540
10541;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 10541;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
10542;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 10542;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
10543;;;;;; (19752 41642)) 10543;;;;;; (20237 33269))
10544;;; Generated autoloads from follow.el 10544;;; Generated autoloads from follow.el
10545 10545
10546(autoload 'turn-on-follow-mode "follow" "\ 10546(autoload 'turn-on-follow-mode "follow" "\
@@ -10613,8 +10613,8 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
10613 10613
10614;;;*** 10614;;;***
10615 10615
10616;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19752 10616;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20237
10617;;;;;; 41642)) 10617;;;;;; 33269))
10618;;; Generated autoloads from mail/footnote.el 10618;;; Generated autoloads from mail/footnote.el
10619 10619
10620(autoload 'footnote-mode "footnote" "\ 10620(autoload 'footnote-mode "footnote" "\
@@ -10628,7 +10628,7 @@ started, play around with the following keys:
10628;;;*** 10628;;;***
10629 10629
10630;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 10630;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
10631;;;;;; "forms" "forms.el" (19752 41642)) 10631;;;;;; "forms" "forms.el" (20237 33269))
10632;;; Generated autoloads from forms.el 10632;;; Generated autoloads from forms.el
10633 10633
10634(autoload 'forms-mode "forms" "\ 10634(autoload 'forms-mode "forms" "\
@@ -10665,7 +10665,7 @@ Visit a file in Forms mode in other window.
10665;;;*** 10665;;;***
10666 10666
10667;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" 10667;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
10668;;;;;; (19752 41642)) 10668;;;;;; (20237 33269))
10669;;; Generated autoloads from progmodes/fortran.el 10669;;; Generated autoloads from progmodes/fortran.el
10670 10670
10671(autoload 'fortran-mode "fortran" "\ 10671(autoload 'fortran-mode "fortran" "\
@@ -10743,7 +10743,7 @@ with no args, if that value is non-nil.
10743;;;*** 10743;;;***
10744 10744
10745;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 10745;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
10746;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19752 41642)) 10746;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20237 33269))
10747;;; Generated autoloads from play/fortune.el 10747;;; Generated autoloads from play/fortune.el
10748 10748
10749(autoload 'fortune-add-fortune "fortune" "\ 10749(autoload 'fortune-add-fortune "fortune" "\
@@ -10792,7 +10792,7 @@ and choose the directory as the fortune-file.
10792;;;*** 10792;;;***
10793 10793
10794;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el" 10794;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el"
10795;;;;;; (19752 41642)) 10795;;;;;; (20237 33269))
10796;;; Generated autoloads from progmodes/gdb-ui.el 10796;;; Generated autoloads from progmodes/gdb-ui.el
10797 10797
10798(autoload 'gdb "gdb-ui" "\ 10798(autoload 'gdb "gdb-ui" "\
@@ -10850,8 +10850,8 @@ Non-nil means record the process input and output in `gdb-debug-log'.")
10850;;;*** 10850;;;***
10851 10851
10852;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 10852;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
10853;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (19752 10853;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20237
10854;;;;;; 41642)) 10854;;;;;; 33269))
10855;;; Generated autoloads from emacs-lisp/generic.el 10855;;; Generated autoloads from emacs-lisp/generic.el
10856 10856
10857(defvar generic-mode-list nil "\ 10857(defvar generic-mode-list nil "\
@@ -10926,7 +10926,7 @@ regular expression that can be used as an element of
10926;;;*** 10926;;;***
10927 10927
10928;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 10928;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
10929;;;;;; (19752 41642)) 10929;;;;;; (20237 33269))
10930;;; Generated autoloads from progmodes/glasses.el 10930;;; Generated autoloads from progmodes/glasses.el
10931 10931
10932(autoload 'glasses-mode "glasses" "\ 10932(autoload 'glasses-mode "glasses" "\
@@ -10940,7 +10940,7 @@ at places they belong to.
10940 10940
10941;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 10941;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
10942;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" 10942;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
10943;;;;;; (19752 41642)) 10943;;;;;; (20237 33269))
10944;;; Generated autoloads from gnus/gmm-utils.el 10944;;; Generated autoloads from gnus/gmm-utils.el
10945 10945
10946(autoload 'gmm-regexp-concat "gmm-utils" "\ 10946(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -10995,7 +10995,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
10995;;;*** 10995;;;***
10996 10996
10997;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 10997;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
10998;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19806 64998)) 10998;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20237 33269))
10999;;; Generated autoloads from gnus/gnus.el 10999;;; Generated autoloads from gnus/gnus.el
11000(when (fboundp 'custom-autoload) 11000(when (fboundp 'custom-autoload)
11001 (custom-autoload 'gnus-select-method "gnus")) 11001 (custom-autoload 'gnus-select-method "gnus"))
@@ -11048,7 +11048,7 @@ prompt the user for the name of an NNTP server to use.
11048;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11048;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11049;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11049;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11050;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11050;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11051;;;;;; "gnus/gnus-agent.el" (19813 16320)) 11051;;;;;; "gnus/gnus-agent.el" (20237 33269))
11052;;; Generated autoloads from gnus/gnus-agent.el 11052;;; Generated autoloads from gnus/gnus-agent.el
11053 11053
11054(autoload 'gnus-unplugged "gnus-agent" "\ 11054(autoload 'gnus-unplugged "gnus-agent" "\
@@ -11139,7 +11139,7 @@ If CLEAN, obsolete (ignore).
11139;;;*** 11139;;;***
11140 11140
11141;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11141;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11142;;;;;; (19752 41642)) 11142;;;;;; (20237 33269))
11143;;; Generated autoloads from gnus/gnus-art.el 11143;;; Generated autoloads from gnus/gnus-art.el
11144 11144
11145(autoload 'gnus-article-prepare-display "gnus-art" "\ 11145(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -11150,7 +11150,7 @@ Make the current buffer look like a nice article.
11150;;;*** 11150;;;***
11151 11151
11152;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 11152;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
11153;;;;;; (19752 41642)) 11153;;;;;; (20237 33269))
11154;;; Generated autoloads from gnus/gnus-audio.el 11154;;; Generated autoloads from gnus/gnus-audio.el
11155 11155
11156(autoload 'gnus-audio-play "gnus-audio" "\ 11156(autoload 'gnus-audio-play "gnus-audio" "\
@@ -11161,7 +11161,7 @@ Play a sound FILE through the speaker.
11161;;;*** 11161;;;***
11162 11162
11163;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) 11163;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
11164;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (19752 41642)) 11164;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (20237 33269))
11165;;; Generated autoloads from gnus/gnus-bookmark.el 11165;;; Generated autoloads from gnus/gnus-bookmark.el
11166 11166
11167(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 11167(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -11186,8 +11186,8 @@ deletion, or > if it is flagged for displaying.
11186 11186
11187;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11187;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11188;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11188;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11189;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (19752 11189;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (20237
11190;;;;;; 41642)) 11190;;;;;; 33269))
11191;;; Generated autoloads from gnus/gnus-cache.el 11191;;; Generated autoloads from gnus/gnus-cache.el
11192 11192
11193(autoload 'gnus-jog-cache "gnus-cache" "\ 11193(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -11229,7 +11229,7 @@ supported.
11229;;;*** 11229;;;***
11230 11230
11231;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11231;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11232;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19752 41642)) 11232;;;;;; "gnus-delay" "gnus/gnus-delay.el" (20237 33269))
11233;;; Generated autoloads from gnus/gnus-delay.el 11233;;; Generated autoloads from gnus/gnus-delay.el
11234 11234
11235(autoload 'gnus-delay-article "gnus-delay" "\ 11235(autoload 'gnus-delay-article "gnus-delay" "\
@@ -11265,7 +11265,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11265;;;*** 11265;;;***
11266 11266
11267;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 11267;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11268;;;;;; "gnus-diary" "gnus/gnus-diary.el" (19752 41642)) 11268;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20237 33269))
11269;;; Generated autoloads from gnus/gnus-diary.el 11269;;; Generated autoloads from gnus/gnus-diary.el
11270 11270
11271(autoload 'gnus-user-format-function-d "gnus-diary" "\ 11271(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -11281,7 +11281,7 @@ Not documented
11281;;;*** 11281;;;***
11282 11282
11283;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11283;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11284;;;;;; (19752 41642)) 11284;;;;;; (20237 33269))
11285;;; Generated autoloads from gnus/gnus-dired.el 11285;;; Generated autoloads from gnus/gnus-dired.el
11286 11286
11287(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 11287(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -11292,7 +11292,7 @@ Convenience method to turn on gnus-dired-mode.
11292;;;*** 11292;;;***
11293 11293
11294;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 11294;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11295;;;;;; (19752 41642)) 11295;;;;;; (20237 33269))
11296;;; Generated autoloads from gnus/gnus-draft.el 11296;;; Generated autoloads from gnus/gnus-draft.el
11297 11297
11298(autoload 'gnus-draft-reminder "gnus-draft" "\ 11298(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -11304,8 +11304,8 @@ Reminder user if there are unsent drafts.
11304 11304
11305;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 11305;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
11306;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 11306;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
11307;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (19752 11307;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20237
11308;;;;;; 41642)) 11308;;;;;; 33269))
11309;;; Generated autoloads from gnus/gnus-fun.el 11309;;; Generated autoloads from gnus/gnus-fun.el
11310 11310
11311(autoload 'gnus-random-x-face "gnus-fun" "\ 11311(autoload 'gnus-random-x-face "gnus-fun" "\
@@ -11350,7 +11350,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
11350;;;*** 11350;;;***
11351 11351
11352;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 11352;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
11353;;;;;; "gnus-group" "gnus/gnus-group.el" (19752 41642)) 11353;;;;;; "gnus-group" "gnus/gnus-group.el" (20237 33269))
11354;;; Generated autoloads from gnus/gnus-group.el 11354;;; Generated autoloads from gnus/gnus-group.el
11355 11355
11356(autoload 'gnus-fetch-group "gnus-group" "\ 11356(autoload 'gnus-fetch-group "gnus-group" "\
@@ -11368,7 +11368,7 @@ Pop up a frame and enter GROUP.
11368;;;*** 11368;;;***
11369 11369
11370;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 11370;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
11371;;;;;; (19752 41642)) 11371;;;;;; (20237 33269))
11372;;; Generated autoloads from gnus/gnus-kill.el 11372;;; Generated autoloads from gnus/gnus-kill.el
11373 11373
11374(defalias 'gnus-batch-kill 'gnus-batch-score) 11374(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -11383,7 +11383,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
11383 11383
11384;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 11384;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
11385;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 11385;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
11386;;;;;; (19752 41642)) 11386;;;;;; (20237 33269))
11387;;; Generated autoloads from gnus/gnus-ml.el 11387;;; Generated autoloads from gnus/gnus-ml.el
11388 11388
11389(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 11389(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -11408,7 +11408,7 @@ Minor mode for providing mailing-list commands.
11408 11408
11409;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 11409;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
11410;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 11410;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
11411;;;;;; (19752 41642)) 11411;;;;;; (20237 33269))
11412;;; Generated autoloads from gnus/gnus-mlspl.el 11412;;; Generated autoloads from gnus/gnus-mlspl.el
11413 11413
11414(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 11414(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -11509,7 +11509,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
11509;;;*** 11509;;;***
11510 11510
11511;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" 11511;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
11512;;;;;; (19752 41642)) 11512;;;;;; (20237 33269))
11513;;; Generated autoloads from gnus/gnus-move.el 11513;;; Generated autoloads from gnus/gnus-move.el
11514 11514
11515(autoload 'gnus-change-server "gnus-move" "\ 11515(autoload 'gnus-change-server "gnus-move" "\
@@ -11521,7 +11521,7 @@ Update the .newsrc.eld file to reflect the change of nntp server.
11521;;;*** 11521;;;***
11522 11522
11523;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 11523;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
11524;;;;;; "gnus-msg" "gnus/gnus-msg.el" (19752 41642)) 11524;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20237 33269))
11525;;; Generated autoloads from gnus/gnus-msg.el 11525;;; Generated autoloads from gnus/gnus-msg.el
11526 11526
11527(autoload 'gnus-msg-mail "gnus-msg" "\ 11527(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -11546,7 +11546,7 @@ Like `message-reply'.
11546;;;*** 11546;;;***
11547 11547
11548;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups) 11548;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups)
11549;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (19752 41642)) 11549;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (20237 33269))
11550;;; Generated autoloads from gnus/gnus-nocem.el 11550;;; Generated autoloads from gnus/gnus-nocem.el
11551 11551
11552(autoload 'gnus-nocem-scan-groups "gnus-nocem" "\ 11552(autoload 'gnus-nocem-scan-groups "gnus-nocem" "\
@@ -11563,7 +11563,7 @@ Load the NoCeM cache.
11563 11563
11564;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 11564;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
11565;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 11565;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
11566;;;;;; (19752 41642)) 11566;;;;;; (20237 33269))
11567;;; Generated autoloads from gnus/gnus-picon.el 11567;;; Generated autoloads from gnus/gnus-picon.el
11568 11568
11569(autoload 'gnus-treat-from-picon "gnus-picon" "\ 11569(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -11590,7 +11590,7 @@ If picons are already displayed, remove them.
11590;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 11590;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
11591;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 11591;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
11592;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 11592;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
11593;;;;;; "gnus/gnus-range.el" (19813 16320)) 11593;;;;;; "gnus/gnus-range.el" (20237 33269))
11594;;; Generated autoloads from gnus/gnus-range.el 11594;;; Generated autoloads from gnus/gnus-range.el
11595 11595
11596(autoload 'gnus-sorted-difference "gnus-range" "\ 11596(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -11658,7 +11658,7 @@ Add NUM into sorted LIST by side effect.
11658;;;*** 11658;;;***
11659 11659
11660;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 11660;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
11661;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19752 41642)) 11661;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20237 33269))
11662;;; Generated autoloads from gnus/gnus-registry.el 11662;;; Generated autoloads from gnus/gnus-registry.el
11663 11663
11664(autoload 'gnus-registry-initialize "gnus-registry" "\ 11664(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -11674,8 +11674,8 @@ Install the registry hooks.
11674;;;*** 11674;;;***
11675 11675
11676;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 11676;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
11677;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (19752 11677;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (20237
11678;;;;;; 41642)) 11678;;;;;; 33269))
11679;;; Generated autoloads from gnus/gnus-sieve.el 11679;;; Generated autoloads from gnus/gnus-sieve.el
11680 11680
11681(autoload 'gnus-sieve-update "gnus-sieve" "\ 11681(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -11703,7 +11703,7 @@ Not documented
11703;;;*** 11703;;;***
11704 11704
11705;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" 11705;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
11706;;;;;; (19752 41642)) 11706;;;;;; (20237 33269))
11707;;; Generated autoloads from gnus/gnus-soup.el 11707;;; Generated autoloads from gnus/gnus-soup.el
11708 11708
11709(autoload 'gnus-batch-brew-soup "gnus-soup" "\ 11709(autoload 'gnus-batch-brew-soup "gnus-soup" "\
@@ -11723,7 +11723,7 @@ Note -- this function hasn't been implemented yet.
11723;;;*** 11723;;;***
11724 11724
11725;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 11725;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
11726;;;;;; (19752 41642)) 11726;;;;;; (20237 33269))
11727;;; Generated autoloads from gnus/gnus-spec.el 11727;;; Generated autoloads from gnus/gnus-spec.el
11728 11728
11729(autoload 'gnus-update-format "gnus-spec" "\ 11729(autoload 'gnus-update-format "gnus-spec" "\
@@ -11734,8 +11734,8 @@ Update the format specification near point.
11734;;;*** 11734;;;***
11735 11735
11736;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news 11736;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news
11737;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (19813 11737;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (20237
11738;;;;;; 16320)) 11738;;;;;; 33269))
11739;;; Generated autoloads from gnus/gnus-start.el 11739;;; Generated autoloads from gnus/gnus-start.el
11740 11740
11741(autoload 'gnus-declare-backend "gnus-start" "\ 11741(autoload 'gnus-declare-backend "gnus-start" "\
@@ -11751,7 +11751,7 @@ Not documented
11751;;;*** 11751;;;***
11752 11752
11753;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 11753;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
11754;;;;;; (19752 41642)) 11754;;;;;; (20237 33269))
11755;;; Generated autoloads from gnus/gnus-win.el 11755;;; Generated autoloads from gnus/gnus-win.el
11756 11756
11757(autoload 'gnus-add-configuration "gnus-win" "\ 11757(autoload 'gnus-add-configuration "gnus-win" "\
@@ -11761,7 +11761,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
11761 11761
11762;;;*** 11762;;;***
11763 11763
11764;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19752 41642)) 11764;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20237 33269))
11765;;; Generated autoloads from play/gomoku.el 11765;;; Generated autoloads from play/gomoku.el
11766 11766
11767(autoload 'gomoku "gomoku" "\ 11767(autoload 'gomoku "gomoku" "\
@@ -11788,8 +11788,8 @@ Use \\[describe-mode] for more info.
11788;;;*** 11788;;;***
11789 11789
11790;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address 11790;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address
11791;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (19752 11791;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20237
11792;;;;;; 41642)) 11792;;;;;; 33269))
11793;;; Generated autoloads from net/goto-addr.el 11793;;; Generated autoloads from net/goto-addr.el
11794 11794
11795(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 11795(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -11829,7 +11829,7 @@ Turn on `goto-address-mode', but only in comments and strings.
11829 11829
11830;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults 11830;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults
11831;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 11831;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
11832;;;;;; grep-window-height) "grep" "progmodes/grep.el" (19754 9185)) 11832;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20237 33269))
11833;;; Generated autoloads from progmodes/grep.el 11833;;; Generated autoloads from progmodes/grep.el
11834 11834
11835(defvar grep-window-height nil "\ 11835(defvar grep-window-height nil "\
@@ -11985,7 +11985,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'.
11985 11985
11986;;;*** 11986;;;***
11987 11987
11988;;;### (autoloads (gs-load-image) "gs" "gs.el" (19752 41642)) 11988;;;### (autoloads (gs-load-image) "gs" "gs.el" (20237 33269))
11989;;; Generated autoloads from gs.el 11989;;; Generated autoloads from gs.el
11990 11990
11991(autoload 'gs-load-image "gs" "\ 11991(autoload 'gs-load-image "gs" "\
@@ -11999,7 +11999,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
11999;;;*** 11999;;;***
12000 12000
12001;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb 12001;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb
12002;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19752 41642)) 12002;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20237 33269))
12003;;; Generated autoloads from progmodes/gud.el 12003;;; Generated autoloads from progmodes/gud.el
12004 12004
12005(autoload 'gud-gdb "gud" "\ 12005(autoload 'gud-gdb "gud" "\
@@ -12087,8 +12087,8 @@ Toggle the display of GUD tooltips.
12087 12087
12088;;;*** 12088;;;***
12089 12089
12090;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19752 12090;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (20237
12091;;;;;; 41642)) 12091;;;;;; 33269))
12092;;; Generated autoloads from play/handwrite.el 12092;;; Generated autoloads from play/handwrite.el
12093 12093
12094(autoload 'handwrite "handwrite" "\ 12094(autoload 'handwrite "handwrite" "\
@@ -12106,7 +12106,7 @@ Variables: handwrite-linespace (default 12)
12106;;;*** 12106;;;***
12107 12107
12108;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 12108;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12109;;;;;; (19636 58496)) 12109;;;;;; (20124 54382))
12110;;; Generated autoloads from play/hanoi.el 12110;;; Generated autoloads from play/hanoi.el
12111 12111
12112(autoload 'hanoi "hanoi" "\ 12112(autoload 'hanoi "hanoi" "\
@@ -12135,7 +12135,7 @@ to be updated.
12135 12135
12136;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment 12136;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
12137;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) 12137;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
12138;;;;;; "hashcash" "mail/hashcash.el" (19752 41642)) 12138;;;;;; "hashcash" "mail/hashcash.el" (20237 33269))
12139;;; Generated autoloads from mail/hashcash.el 12139;;; Generated autoloads from mail/hashcash.el
12140 12140
12141(autoload 'hashcash-insert-payment "hashcash" "\ 12141(autoload 'hashcash-insert-payment "hashcash" "\
@@ -12180,7 +12180,7 @@ Prefix arg sets default accept amount temporarily.
12180;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 12180;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12181;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 12181;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12182;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 12182;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12183;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (19752 41642)) 12183;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (20237 33269))
12184;;; Generated autoloads from help-at-pt.el 12184;;; Generated autoloads from help-at-pt.el
12185 12185
12186(autoload 'help-at-pt-string "help-at-pt" "\ 12186(autoload 'help-at-pt-string "help-at-pt" "\
@@ -12310,7 +12310,7 @@ different regions. With numeric argument ARG, behaves like
12310;;;### (autoloads (describe-categories describe-syntax describe-variable 12310;;;### (autoloads (describe-categories describe-syntax describe-variable
12311;;;;;; variable-at-point describe-function-1 find-lisp-object-file-name 12311;;;;;; variable-at-point describe-function-1 find-lisp-object-file-name
12312;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el" 12312;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el"
12313;;;;;; (19752 41642)) 12313;;;;;; (20237 33269))
12314;;; Generated autoloads from help-fns.el 12314;;; Generated autoloads from help-fns.el
12315 12315
12316(autoload 'describe-function "help-fns" "\ 12316(autoload 'describe-function "help-fns" "\
@@ -12380,7 +12380,7 @@ BUFFER should be a buffer or a buffer name.
12380;;;*** 12380;;;***
12381 12381
12382;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 12382;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
12383;;;;;; (19752 41642)) 12383;;;;;; (20237 33269))
12384;;; Generated autoloads from help-macro.el 12384;;; Generated autoloads from help-macro.el
12385 12385
12386(defvar three-step-help nil "\ 12386(defvar three-step-help nil "\
@@ -12396,8 +12396,8 @@ gives the window that lists the options.")
12396 12396
12397;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 12397;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
12398;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish 12398;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish
12399;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (19752 12399;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (20237
12400;;;;;; 41642)) 12400;;;;;; 33269))
12401;;; Generated autoloads from help-mode.el 12401;;; Generated autoloads from help-mode.el
12402 12402
12403(autoload 'help-mode "help-mode" "\ 12403(autoload 'help-mode "help-mode" "\
@@ -12489,7 +12489,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
12489;;;*** 12489;;;***
12490 12490
12491;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 12491;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
12492;;;;;; "emacs-lisp/helper.el" (19752 41642)) 12492;;;;;; "emacs-lisp/helper.el" (20237 33269))
12493;;; Generated autoloads from emacs-lisp/helper.el 12493;;; Generated autoloads from emacs-lisp/helper.el
12494 12494
12495(autoload 'Helper-describe-bindings "helper" "\ 12495(autoload 'Helper-describe-bindings "helper" "\
@@ -12505,7 +12505,7 @@ Provide help for current mode.
12505;;;*** 12505;;;***
12506 12506
12507;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 12507;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
12508;;;;;; "hexl.el" (19752 41642)) 12508;;;;;; "hexl.el" (20237 33269))
12509;;; Generated autoloads from hexl.el 12509;;; Generated autoloads from hexl.el
12510 12510
12511(autoload 'hexl-mode "hexl" "\ 12511(autoload 'hexl-mode "hexl" "\
@@ -12602,7 +12602,7 @@ This discards the buffer's undo information.
12602;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 12602;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
12603;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 12603;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
12604;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 12604;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
12605;;;;;; (19752 41642)) 12605;;;;;; (20237 33269))
12606;;; Generated autoloads from hi-lock.el 12606;;; Generated autoloads from hi-lock.el
12607 12607
12608(autoload 'hi-lock-mode "hi-lock" "\ 12608(autoload 'hi-lock-mode "hi-lock" "\
@@ -12736,7 +12736,7 @@ be found in variable `hi-lock-interactive-patterns'.
12736;;;*** 12736;;;***
12737 12737
12738;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" 12738;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el"
12739;;;;;; (19752 41642)) 12739;;;;;; (20237 33269))
12740;;; Generated autoloads from progmodes/hideif.el 12740;;; Generated autoloads from progmodes/hideif.el
12741 12741
12742(autoload 'hide-ifdef-mode "hideif" "\ 12742(autoload 'hide-ifdef-mode "hideif" "\
@@ -12776,7 +12776,7 @@ how the hiding is done:
12776;;;*** 12776;;;***
12777 12777
12778;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" 12778;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
12779;;;;;; (19752 41642)) 12779;;;;;; (20237 33269))
12780;;; Generated autoloads from progmodes/hideshow.el 12780;;; Generated autoloads from progmodes/hideshow.el
12781 12781
12782(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))) "\ 12782(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))) "\
@@ -12838,8 +12838,8 @@ Unconditionally turn off `hs-minor-mode'.
12838;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 12838;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
12839;;;;;; highlight-changes-previous-change highlight-changes-next-change 12839;;;;;; highlight-changes-previous-change highlight-changes-next-change
12840;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode 12840;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
12841;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19752 12841;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20237
12842;;;;;; 41642)) 12842;;;;;; 33269))
12843;;; Generated autoloads from hilit-chg.el 12843;;; Generated autoloads from hilit-chg.el
12844 12844
12845(autoload 'highlight-changes-mode "hilit-chg" "\ 12845(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -12968,7 +12968,7 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
12968;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 12968;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
12969;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 12969;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
12970;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 12970;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
12971;;;;;; "hippie-exp.el" (19752 41642)) 12971;;;;;; "hippie-exp.el" (20237 33269))
12972;;; Generated autoloads from hippie-exp.el 12972;;; Generated autoloads from hippie-exp.el
12973 12973
12974(defvar hippie-expand-try-functions-list '(try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol) "\ 12974(defvar hippie-expand-try-functions-list '(try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol) "\
@@ -13041,7 +13041,7 @@ argument VERBOSE non-nil makes the function verbose.
13041;;;*** 13041;;;***
13042 13042
13043;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13043;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13044;;;;;; (19752 41642)) 13044;;;;;; (20237 33269))
13045;;; Generated autoloads from hl-line.el 13045;;; Generated autoloads from hl-line.el
13046 13046
13047(autoload 'hl-line-mode "hl-line" "\ 13047(autoload 'hl-line-mode "hl-line" "\
@@ -13085,7 +13085,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13085;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays 13085;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays
13086;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays 13086;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
13087;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" 13087;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
13088;;;;;; "calendar/holidays.el" (19752 41642)) 13088;;;;;; "calendar/holidays.el" (20237 33269))
13089;;; Generated autoloads from calendar/holidays.el 13089;;; Generated autoloads from calendar/holidays.el
13090 13090
13091(defvar holiday-general-holidays (mapcar 'purecopy '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\ 13091(defvar holiday-general-holidays (mapcar 'purecopy '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\
@@ -13233,8 +13233,8 @@ The optional LABEL is used to label the buffer created.
13233 13233
13234;;;*** 13234;;;***
13235 13235
13236;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (19752 13236;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20237
13237;;;;;; 41642)) 13237;;;;;; 33269))
13238;;; Generated autoloads from gnus/html2text.el 13238;;; Generated autoloads from gnus/html2text.el
13239 13239
13240(autoload 'html2text "html2text" "\ 13240(autoload 'html2text "html2text" "\
@@ -13245,7 +13245,7 @@ Convert HTML to plain text in the current buffer.
13245;;;*** 13245;;;***
13246 13246
13247;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer) 13247;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer)
13248;;;;;; "htmlfontify" "htmlfontify.el" (19752 41642)) 13248;;;;;; "htmlfontify" "htmlfontify.el" (20237 33269))
13249;;; Generated autoloads from htmlfontify.el 13249;;; Generated autoloads from htmlfontify.el
13250 13250
13251(autoload 'htmlfontify-buffer "htmlfontify" "\ 13251(autoload 'htmlfontify-buffer "htmlfontify" "\
@@ -13278,8 +13278,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'.
13278;;;*** 13278;;;***
13279 13279
13280;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 13280;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
13281;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19752 13281;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (20237
13282;;;;;; 41642)) 13282;;;;;; 33269))
13283;;; Generated autoloads from ibuf-macs.el 13283;;; Generated autoloads from ibuf-macs.el
13284 13284
13285(autoload 'define-ibuffer-column "ibuf-macs" "\ 13285(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -13368,7 +13368,7 @@ bound to the current value of the filter.
13368;;;*** 13368;;;***
13369 13369
13370;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 13370;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
13371;;;;;; "ibuffer" "ibuffer.el" (19789 64363)) 13371;;;;;; "ibuffer" "ibuffer.el" (20237 33632))
13372;;; Generated autoloads from ibuffer.el 13372;;; Generated autoloads from ibuffer.el
13373 13373
13374(autoload 'ibuffer-list-buffers "ibuffer" "\ 13374(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -13409,7 +13409,7 @@ FORMATS is the value to use for `ibuffer-formats'.
13409 13409
13410;;;### (autoloads (icalendar-import-buffer icalendar-import-file 13410;;;### (autoloads (icalendar-import-buffer icalendar-import-file
13411;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 13411;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
13412;;;;;; "calendar/icalendar.el" (19752 41642)) 13412;;;;;; "calendar/icalendar.el" (20237 33269))
13413;;; Generated autoloads from calendar/icalendar.el 13413;;; Generated autoloads from calendar/icalendar.el
13414 13414
13415(autoload 'icalendar-export-file "icalendar" "\ 13415(autoload 'icalendar-export-file "icalendar" "\
@@ -13461,8 +13461,8 @@ buffer `*icalendar-errors*'.
13461 13461
13462;;;*** 13462;;;***
13463 13463
13464;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (19752 13464;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20237
13465;;;;;; 41642)) 13465;;;;;; 33269))
13466;;; Generated autoloads from icomplete.el 13466;;; Generated autoloads from icomplete.el
13467 13467
13468(defvar icomplete-mode nil "\ 13468(defvar icomplete-mode nil "\
@@ -13483,7 +13483,7 @@ otherwise turn it off.
13483 13483
13484;;;*** 13484;;;***
13485 13485
13486;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19752 41642)) 13486;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20237 33269))
13487;;; Generated autoloads from progmodes/icon.el 13487;;; Generated autoloads from progmodes/icon.el
13488 13488
13489(autoload 'icon-mode "icon" "\ 13489(autoload 'icon-mode "icon" "\
@@ -13524,7 +13524,7 @@ with no args, if that value is non-nil.
13524;;;*** 13524;;;***
13525 13525
13526;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 13526;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
13527;;;;;; (19752 41642)) 13527;;;;;; (20237 33269))
13528;;; Generated autoloads from progmodes/idlw-shell.el 13528;;; Generated autoloads from progmodes/idlw-shell.el
13529 13529
13530(autoload 'idlwave-shell "idlw-shell" "\ 13530(autoload 'idlwave-shell "idlw-shell" "\
@@ -13550,7 +13550,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
13550;;;*** 13550;;;***
13551 13551
13552;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 13552;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
13553;;;;;; (19813 16320)) 13553;;;;;; (20237 33269))
13554;;; Generated autoloads from progmodes/idlwave.el 13554;;; Generated autoloads from progmodes/idlwave.el
13555 13555
13556(autoload 'idlwave-mode "idlwave" "\ 13556(autoload 'idlwave-mode "idlwave" "\
@@ -13684,8 +13684,8 @@ The main features of this mode are
13684;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 13684;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
13685;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 13685;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
13686;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 13686;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
13687;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19752 13687;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20237
13688;;;;;; 41642)) 13688;;;;;; 33269))
13689;;; Generated autoloads from ido.el 13689;;; Generated autoloads from ido.el
13690 13690
13691(defvar ido-mode nil "\ 13691(defvar ido-mode nil "\
@@ -13946,7 +13946,7 @@ DEF, if non-nil, is the default value.
13946 13946
13947;;;*** 13947;;;***
13948 13948
13949;;;### (autoloads (ielm) "ielm" "ielm.el" (19752 41642)) 13949;;;### (autoloads (ielm) "ielm" "ielm.el" (20237 33269))
13950;;; Generated autoloads from ielm.el 13950;;; Generated autoloads from ielm.el
13951 (add-hook 'same-window-buffer-names (purecopy "*ielm*")) 13951 (add-hook 'same-window-buffer-names (purecopy "*ielm*"))
13952 13952
@@ -13959,7 +13959,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
13959;;;*** 13959;;;***
13960 13960
13961;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" 13961;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el"
13962;;;;;; (19752 41642)) 13962;;;;;; (20237 33269))
13963;;; Generated autoloads from iimage.el 13963;;; Generated autoloads from iimage.el
13964 13964
13965(autoload 'turn-on-iimage-mode "iimage" "\ 13965(autoload 'turn-on-iimage-mode "iimage" "\
@@ -13978,7 +13978,7 @@ Toggle inline image minor mode.
13978;;;;;; insert-image put-image create-image image-type-auto-detected-p 13978;;;;;; insert-image put-image create-image image-type-auto-detected-p
13979;;;;;; image-type-available-p image-type image-type-from-file-name 13979;;;;;; image-type-available-p image-type image-type-from-file-name
13980;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data) 13980;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data)
13981;;;;;; "image" "image.el" (19752 41642)) 13981;;;;;; "image" "image.el" (20237 33269))
13982;;; Generated autoloads from image.el 13982;;; Generated autoloads from image.el
13983 13983
13984(autoload 'image-type-from-data "image" "\ 13984(autoload 'image-type-from-data "image" "\
@@ -14161,7 +14161,7 @@ Example:
14161;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 14161;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
14162;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 14162;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
14163;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs) 14163;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs)
14164;;;;;; "image-dired" "image-dired.el" (19779 1536)) 14164;;;;;; "image-dired" "image-dired.el" (20237 33269))
14165;;; Generated autoloads from image-dired.el 14165;;; Generated autoloads from image-dired.el
14166 14166
14167(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\ 14167(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\
@@ -14295,7 +14295,7 @@ easy-to-use form.
14295 14295
14296;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 14296;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
14297;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 14297;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
14298;;;;;; "image-file.el" (19752 41642)) 14298;;;;;; "image-file.el" (20237 33269))
14299;;; Generated autoloads from image-file.el 14299;;; Generated autoloads from image-file.el
14300 14300
14301(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 14301(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -14357,7 +14357,7 @@ Image files are those whose name has an extension in
14357;;;*** 14357;;;***
14358 14358
14359;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode 14359;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode
14360;;;;;; image-mode) "image-mode" "image-mode.el" (19806 64998)) 14360;;;;;; image-mode) "image-mode" "image-mode.el" (20237 33269))
14361;;; Generated autoloads from image-mode.el 14361;;; Generated autoloads from image-mode.el
14362 (push (cons (purecopy "\\.jpe?g\\'") 'image-mode) auto-mode-alist) 14362 (push (cons (purecopy "\\.jpe?g\\'") 'image-mode) auto-mode-alist)
14363 (push (cons (purecopy "\\.png\\'") 'image-mode) auto-mode-alist) 14363 (push (cons (purecopy "\\.png\\'") 'image-mode) auto-mode-alist)
@@ -14407,7 +14407,7 @@ Not documented
14407;;;*** 14407;;;***
14408 14408
14409;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 14409;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
14410;;;;;; imenu-sort-function) "imenu" "imenu.el" (19752 41642)) 14410;;;;;; imenu-sort-function) "imenu" "imenu.el" (20237 33269))
14411;;; Generated autoloads from imenu.el 14411;;; Generated autoloads from imenu.el
14412 14412
14413(defvar imenu-sort-function nil "\ 14413(defvar imenu-sort-function nil "\
@@ -14524,7 +14524,7 @@ for more information.
14524 14524
14525;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion 14525;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
14526;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 14526;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
14527;;;;;; "ind-util" "language/ind-util.el" (19752 41642)) 14527;;;;;; "ind-util" "language/ind-util.el" (20237 33269))
14528;;; Generated autoloads from language/ind-util.el 14528;;; Generated autoloads from language/ind-util.el
14529 14529
14530(autoload 'indian-compose-region "ind-util" "\ 14530(autoload 'indian-compose-region "ind-util" "\
@@ -14556,7 +14556,7 @@ Convert old Emacs Devanagari characters to UCS.
14556 14556
14557;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command 14557;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
14558;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" 14558;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
14559;;;;;; "progmodes/inf-lisp.el" (19752 41642)) 14559;;;;;; "progmodes/inf-lisp.el" (20237 33269))
14560;;; Generated autoloads from progmodes/inf-lisp.el 14560;;; Generated autoloads from progmodes/inf-lisp.el
14561 14561
14562(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\ 14562(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\
@@ -14624,7 +14624,7 @@ of `inferior-lisp-program'). Runs the hooks from
14624;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos 14624;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos
14625;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone 14625;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone
14626;;;;;; info-emacs-manual info info-other-window) "info" "info.el" 14626;;;;;; info-emacs-manual info info-other-window) "info" "info.el"
14627;;;;;; (19752 41642)) 14627;;;;;; (20237 33269))
14628;;; Generated autoloads from info.el 14628;;; Generated autoloads from info.el
14629 14629
14630(autoload 'info-other-window "info" "\ 14630(autoload 'info-other-window "info" "\
@@ -14803,7 +14803,7 @@ type returned by `Info-bookmark-make-record', which see.
14803 14803
14804;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 14804;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
14805;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 14805;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
14806;;;;;; (19752 41642)) 14806;;;;;; (20237 33269))
14807;;; Generated autoloads from info-look.el 14807;;; Generated autoloads from info-look.el
14808 14808
14809(autoload 'info-lookup-reset "info-look" "\ 14809(autoload 'info-lookup-reset "info-look" "\
@@ -14851,7 +14851,7 @@ Perform completion on file preceding point.
14851;;;*** 14851;;;***
14852 14852
14853;;;### (autoloads (info-xref-check-all-custom info-xref-check-all 14853;;;### (autoloads (info-xref-check-all-custom info-xref-check-all
14854;;;;;; info-xref-check) "info-xref" "info-xref.el" (19752 41642)) 14854;;;;;; info-xref-check) "info-xref" "info-xref.el" (20237 33269))
14855;;; Generated autoloads from info-xref.el 14855;;; Generated autoloads from info-xref.el
14856 14856
14857(autoload 'info-xref-check "info-xref" "\ 14857(autoload 'info-xref-check "info-xref" "\
@@ -14878,7 +14878,7 @@ quite a while.
14878;;;*** 14878;;;***
14879 14879
14880;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold 14880;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold
14881;;;;;; Info-tagify) "informat" "informat.el" (19752 41642)) 14881;;;;;; Info-tagify) "informat" "informat.el" (20237 33269))
14882;;; Generated autoloads from informat.el 14882;;; Generated autoloads from informat.el
14883 14883
14884(autoload 'Info-tagify "informat" "\ 14884(autoload 'Info-tagify "informat" "\
@@ -14925,7 +14925,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
14925 14925
14926;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 14926;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
14927;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 14927;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
14928;;;;;; (19752 41642)) 14928;;;;;; (20237 33269))
14929;;; Generated autoloads from international/isearch-x.el 14929;;; Generated autoloads from international/isearch-x.el
14930 14930
14931(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 14931(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -14945,8 +14945,8 @@ Not documented
14945 14945
14946;;;*** 14946;;;***
14947 14947
14948;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19752 14948;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (20237
14949;;;;;; 41642)) 14949;;;;;; 33269))
14950;;; Generated autoloads from isearchb.el 14950;;; Generated autoloads from isearchb.el
14951 14951
14952(autoload 'isearchb-activate "isearchb" "\ 14952(autoload 'isearchb-activate "isearchb" "\
@@ -14962,7 +14962,7 @@ accessed via isearchb.
14962;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 14962;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
14963;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 14963;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
14964;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 14964;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
14965;;;;;; "international/iso-cvt.el" (19752 41642)) 14965;;;;;; "international/iso-cvt.el" (20237 33269))
14966;;; Generated autoloads from international/iso-cvt.el 14966;;; Generated autoloads from international/iso-cvt.el
14967 14967
14968(autoload 'iso-spanish "iso-cvt" "\ 14968(autoload 'iso-spanish "iso-cvt" "\
@@ -15053,7 +15053,7 @@ Add submenus to the File menu, to convert to and from various formats.
15053;;;*** 15053;;;***
15054 15054
15055;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 15055;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
15056;;;;;; (19752 41642)) 15056;;;;;; (20237 33269))
15057;;; Generated autoloads from international/iso-transl.el 15057;;; Generated autoloads from international/iso-transl.el
15058 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 15058 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
15059 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 15059 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -15065,7 +15065,7 @@ Add submenus to the File menu, to convert to and from various formats.
15065;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 15065;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
15066;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 15066;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
15067;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) 15067;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
15068;;;;;; "ispell" "textmodes/ispell.el" (19752 41642)) 15068;;;;;; "ispell" "textmodes/ispell.el" (20237 33269))
15069;;; Generated autoloads from textmodes/ispell.el 15069;;; Generated autoloads from textmodes/ispell.el
15070(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 15070(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
15071 15071
@@ -15283,8 +15283,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
15283 15283
15284;;;*** 15284;;;***
15285 15285
15286;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19752 15286;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20237
15287;;;;;; 41642)) 15287;;;;;; 33269))
15288;;; Generated autoloads from iswitchb.el 15288;;; Generated autoloads from iswitchb.el
15289 15289
15290(defvar iswitchb-mode nil "\ 15290(defvar iswitchb-mode nil "\
@@ -15309,7 +15309,7 @@ This mode enables switching between buffers using substrings. See
15309;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 15309;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
15310;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 15310;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
15311;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 15311;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
15312;;;;;; "japan-util" "language/japan-util.el" (19752 41642)) 15312;;;;;; "japan-util" "language/japan-util.el" (20237 33269))
15313;;; Generated autoloads from language/japan-util.el 15313;;; Generated autoloads from language/japan-util.el
15314 15314
15315(autoload 'setup-japanese-environment-internal "japan-util" "\ 15315(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -15387,7 +15387,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
15387;;;*** 15387;;;***
15388 15388
15389;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 15389;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
15390;;;;;; "jka-compr.el" (19754 9185)) 15390;;;;;; "jka-compr.el" (20237 33269))
15391;;; Generated autoloads from jka-compr.el 15391;;; Generated autoloads from jka-compr.el
15392 15392
15393(defvar jka-compr-inhibit nil "\ 15393(defvar jka-compr-inhibit nil "\
@@ -15410,7 +15410,7 @@ by `jka-compr-installed'.
15410 15410
15411;;;*** 15411;;;***
15412 15412
15413;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19770 11773)) 15413;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20237 33269))
15414;;; Generated autoloads from progmodes/js.el 15414;;; Generated autoloads from progmodes/js.el
15415 15415
15416(autoload 'js-mode "js" "\ 15416(autoload 'js-mode "js" "\
@@ -15428,7 +15428,7 @@ Key bindings:
15428 15428
15429;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 15429;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
15430;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 15430;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
15431;;;;;; (19752 41642)) 15431;;;;;; (20237 33269))
15432;;; Generated autoloads from emulation/keypad.el 15432;;; Generated autoloads from emulation/keypad.el
15433 15433
15434(defvar keypad-setup nil "\ 15434(defvar keypad-setup nil "\
@@ -15484,7 +15484,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
15484;;;*** 15484;;;***
15485 15485
15486;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 15486;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
15487;;;;;; (19752 41642)) 15487;;;;;; (20237 33269))
15488;;; Generated autoloads from international/kinsoku.el 15488;;; Generated autoloads from international/kinsoku.el
15489 15489
15490(autoload 'kinsoku "kinsoku" "\ 15490(autoload 'kinsoku "kinsoku" "\
@@ -15505,8 +15505,8 @@ the context of text formatting.
15505 15505
15506;;;*** 15506;;;***
15507 15507
15508;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19752 15508;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (20237
15509;;;;;; 41642)) 15509;;;;;; 33269))
15510;;; Generated autoloads from international/kkc.el 15510;;; Generated autoloads from international/kkc.el
15511 15511
15512(defvar kkc-after-update-conversion-functions nil "\ 15512(defvar kkc-after-update-conversion-functions nil "\
@@ -15531,7 +15531,7 @@ and the return value is the length of the conversion.
15531;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 15531;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
15532;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 15532;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
15533;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) 15533;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
15534;;;;;; "kmacro" "kmacro.el" (19752 41642)) 15534;;;;;; "kmacro" "kmacro.el" (20237 33269))
15535;;; Generated autoloads from kmacro.el 15535;;; Generated autoloads from kmacro.el
15536 (global-set-key "\C-x(" 'kmacro-start-macro) 15536 (global-set-key "\C-x(" 'kmacro-start-macro)
15537 (global-set-key "\C-x)" 'kmacro-end-macro) 15537 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -15642,7 +15642,7 @@ If kbd macro currently being defined end it before activating it.
15642;;;*** 15642;;;***
15643 15643
15644;;;### (autoloads (setup-korean-environment-internal) "korea-util" 15644;;;### (autoloads (setup-korean-environment-internal) "korea-util"
15645;;;;;; "language/korea-util.el" (19752 41642)) 15645;;;;;; "language/korea-util.el" (20237 33269))
15646;;; Generated autoloads from language/korea-util.el 15646;;; Generated autoloads from language/korea-util.el
15647 15647
15648(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ 15648(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
@@ -15657,7 +15657,7 @@ Not documented
15657;;;*** 15657;;;***
15658 15658
15659;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 15659;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
15660;;;;;; (19752 41642)) 15660;;;;;; (20237 33269))
15661;;; Generated autoloads from play/landmark.el 15661;;; Generated autoloads from play/landmark.el
15662 15662
15663(defalias 'landmark-repeat 'lm-test-run) 15663(defalias 'landmark-repeat 'lm-test-run)
@@ -15691,7 +15691,7 @@ Use \\[describe-mode] for more info.
15691 15691
15692;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string 15692;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
15693;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) 15693;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
15694;;;;;; "lao-util" "language/lao-util.el" (19752 41642)) 15694;;;;;; "lao-util" "language/lao-util.el" (20237 33269))
15695;;; Generated autoloads from language/lao-util.el 15695;;; Generated autoloads from language/lao-util.el
15696 15696
15697(autoload 'lao-compose-string "lao-util" "\ 15697(autoload 'lao-compose-string "lao-util" "\
@@ -15730,7 +15730,7 @@ Not documented
15730 15730
15731;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 15731;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
15732;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 15732;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
15733;;;;;; "latexenc" "international/latexenc.el" (19752 41642)) 15733;;;;;; "latexenc" "international/latexenc.el" (20237 33269))
15734;;; Generated autoloads from international/latexenc.el 15734;;; Generated autoloads from international/latexenc.el
15735 15735
15736(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))) "\ 15736(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))) "\
@@ -15762,7 +15762,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
15762;;;*** 15762;;;***
15763 15763
15764;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 15764;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
15765;;;;;; "latin1-disp" "international/latin1-disp.el" (19752 41642)) 15765;;;;;; "latin1-disp" "international/latin1-disp.el" (20237 33269))
15766;;; Generated autoloads from international/latin1-disp.el 15766;;; Generated autoloads from international/latin1-disp.el
15767 15767
15768(defvar latin1-display nil "\ 15768(defvar latin1-display nil "\
@@ -15804,7 +15804,7 @@ use either \\[customize] or the function `latin1-display'.")
15804;;;*** 15804;;;***
15805 15805
15806;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 15806;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
15807;;;;;; (19752 41642)) 15807;;;;;; (20237 33269))
15808;;; Generated autoloads from progmodes/ld-script.el 15808;;; Generated autoloads from progmodes/ld-script.el
15809 15809
15810(add-to-list 'auto-mode-alist (purecopy '("\\.ld[si]?\\>" . ld-script-mode))) 15810(add-to-list 'auto-mode-alist (purecopy '("\\.ld[si]?\\>" . ld-script-mode)))
@@ -15821,7 +15821,7 @@ A major mode to edit GNU ld script files
15821;;;*** 15821;;;***
15822 15822
15823;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 15823;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
15824;;;;;; (19752 41642)) 15824;;;;;; (20237 33269))
15825;;; Generated autoloads from ledit.el 15825;;; Generated autoloads from ledit.el
15826 15826
15827(defconst ledit-save-files t "\ 15827(defconst ledit-save-files t "\
@@ -15856,7 +15856,7 @@ Not documented
15856 15856
15857;;;*** 15857;;;***
15858 15858
15859;;;### (autoloads (life) "life" "play/life.el" (19752 41642)) 15859;;;### (autoloads (life) "life" "play/life.el" (20237 33269))
15860;;; Generated autoloads from play/life.el 15860;;; Generated autoloads from play/life.el
15861 15861
15862(autoload 'life "life" "\ 15862(autoload 'life "life" "\
@@ -15870,7 +15870,7 @@ generations (this defaults to 1).
15870;;;*** 15870;;;***
15871 15871
15872;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum" 15872;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum"
15873;;;;;; "linum.el" (19752 41642)) 15873;;;;;; "linum.el" (20237 33269))
15874;;; Generated autoloads from linum.el 15874;;; Generated autoloads from linum.el
15875 15875
15876(defvar linum-format 'dynamic "\ 15876(defvar linum-format 'dynamic "\
@@ -15908,8 +15908,8 @@ See `linum-mode' for more information on Linum mode.
15908 15908
15909;;;*** 15909;;;***
15910 15910
15911;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19752 15911;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20237
15912;;;;;; 41642)) 15912;;;;;; 33269))
15913;;; Generated autoloads from loadhist.el 15913;;; Generated autoloads from loadhist.el
15914 15914
15915(autoload 'unload-feature "loadhist" "\ 15915(autoload 'unload-feature "loadhist" "\
@@ -15941,7 +15941,7 @@ something strange, such as redefining an Emacs function.
15941;;;*** 15941;;;***
15942 15942
15943;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 15943;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
15944;;;;;; "locate" "locate.el" (19752 41642)) 15944;;;;;; "locate" "locate.el" (20237 33269))
15945;;; Generated autoloads from locate.el 15945;;; Generated autoloads from locate.el
15946 15946
15947(defvar locate-ls-subdir-switches (purecopy "-al") "\ 15947(defvar locate-ls-subdir-switches (purecopy "-al") "\
@@ -15993,7 +15993,7 @@ except that FILTER is not optional.
15993 15993
15994;;;*** 15994;;;***
15995 15995
15996;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (19806 64998)) 15996;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (20237 33269))
15997;;; Generated autoloads from log-edit.el 15997;;; Generated autoloads from log-edit.el
15998 15998
15999(autoload 'log-edit "log-edit" "\ 15999(autoload 'log-edit "log-edit" "\
@@ -16020,8 +16020,8 @@ uses the current buffer.
16020 16020
16021;;;*** 16021;;;***
16022 16022
16023;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (19752 16023;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (20237
16024;;;;;; 41642)) 16024;;;;;; 33269))
16025;;; Generated autoloads from log-view.el 16025;;; Generated autoloads from log-view.el
16026 16026
16027(autoload 'log-view-mode "log-view" "\ 16027(autoload 'log-view-mode "log-view" "\
@@ -16031,8 +16031,8 @@ Major mode for browsing CVS log output.
16031 16031
16032;;;*** 16032;;;***
16033 16033
16034;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (19752 16034;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20237
16035;;;;;; 41642)) 16035;;;;;; 33269))
16036;;; Generated autoloads from longlines.el 16036;;; Generated autoloads from longlines.el
16037 16037
16038(autoload 'longlines-mode "longlines" "\ 16038(autoload 'longlines-mode "longlines" "\
@@ -16053,8 +16053,8 @@ are indicated with a symbol.
16053;;;*** 16053;;;***
16054 16054
16055;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 16055;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16056;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19752 16056;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20237
16057;;;;;; 41642)) 16057;;;;;; 33269))
16058;;; Generated autoloads from lpr.el 16058;;; Generated autoloads from lpr.el
16059 16059
16060(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt))) 16060(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)))
@@ -16148,7 +16148,7 @@ for further customization of the printer command.
16148;;;*** 16148;;;***
16149 16149
16150;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 16150;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
16151;;;;;; (19752 41642)) 16151;;;;;; (20237 33269))
16152;;; Generated autoloads from ls-lisp.el 16152;;; Generated autoloads from ls-lisp.el
16153 16153
16154(defvar ls-lisp-support-shell-wildcards t "\ 16154(defvar ls-lisp-support-shell-wildcards t "\
@@ -16159,8 +16159,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
16159 16159
16160;;;*** 16160;;;***
16161 16161
16162;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19752 16162;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (20237
16163;;;;;; 41642)) 16163;;;;;; 33269))
16164;;; Generated autoloads from calendar/lunar.el 16164;;; Generated autoloads from calendar/lunar.el
16165 16165
16166(autoload 'lunar-phases "lunar" "\ 16166(autoload 'lunar-phases "lunar" "\
@@ -16174,8 +16174,8 @@ This function is suitable for execution in a .emacs file.
16174 16174
16175;;;*** 16175;;;***
16176 16176
16177;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19752 16177;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20237
16178;;;;;; 41642)) 16178;;;;;; 33269))
16179;;; Generated autoloads from progmodes/m4-mode.el 16179;;; Generated autoloads from progmodes/m4-mode.el
16180 16180
16181(autoload 'm4-mode "m4-mode" "\ 16181(autoload 'm4-mode "m4-mode" "\
@@ -16187,7 +16187,7 @@ A major mode to edit m4 macro files.
16187;;;*** 16187;;;***
16188 16188
16189;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" 16189;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
16190;;;;;; (19752 41642)) 16190;;;;;; (20237 33269))
16191;;; Generated autoloads from emacs-lisp/macroexp.el 16191;;; Generated autoloads from emacs-lisp/macroexp.el
16192 16192
16193(autoload 'macroexpand-all "macroexp" "\ 16193(autoload 'macroexpand-all "macroexp" "\
@@ -16201,7 +16201,7 @@ definitions to shadow the loaded ones for use in file byte-compilation.
16201;;;*** 16201;;;***
16202 16202
16203;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 16203;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
16204;;;;;; name-last-kbd-macro) "macros" "macros.el" (19752 41642)) 16204;;;;;; name-last-kbd-macro) "macros" "macros.el" (20237 33269))
16205;;; Generated autoloads from macros.el 16205;;; Generated autoloads from macros.el
16206 16206
16207(autoload 'name-last-kbd-macro "macros" "\ 16207(autoload 'name-last-kbd-macro "macros" "\
@@ -16290,7 +16290,7 @@ and then select the region of un-tablified names and use
16290;;;*** 16290;;;***
16291 16291
16292;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 16292;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
16293;;;;;; "mail/mail-extr.el" (19752 41642)) 16293;;;;;; "mail/mail-extr.el" (20237 33269))
16294;;; Generated autoloads from mail/mail-extr.el 16294;;; Generated autoloads from mail/mail-extr.el
16295 16295
16296(autoload 'mail-extract-address-components "mail-extr" "\ 16296(autoload 'mail-extract-address-components "mail-extr" "\
@@ -16322,7 +16322,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
16322 16322
16323;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 16323;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
16324;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 16324;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
16325;;;;;; (19752 41642)) 16325;;;;;; (20237 33269))
16326;;; Generated autoloads from mail/mail-hist.el 16326;;; Generated autoloads from mail/mail-hist.el
16327 16327
16328(autoload 'mail-hist-define-keys "mail-hist" "\ 16328(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -16354,7 +16354,7 @@ This function normally would be called when the message is sent.
16354;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 16354;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
16355;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable 16355;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable
16356;;;;;; mail-file-babyl-p mail-use-rfc822) "mail-utils" "mail/mail-utils.el" 16356;;;;;; mail-file-babyl-p mail-use-rfc822) "mail-utils" "mail/mail-utils.el"
16357;;;;;; (19744 33840)) 16357;;;;;; (20237 33269))
16358;;; Generated autoloads from mail/mail-utils.el 16358;;; Generated autoloads from mail/mail-utils.el
16359 16359
16360(defvar mail-use-rfc822 nil "\ 16360(defvar mail-use-rfc822 nil "\
@@ -16416,8 +16416,8 @@ matches may be returned from the message body.
16416;;;*** 16416;;;***
16417 16417
16418;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup 16418;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
16419;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (19752 16419;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20237
16420;;;;;; 41642)) 16420;;;;;; 33269))
16421;;; Generated autoloads from mail/mailabbrev.el 16421;;; Generated autoloads from mail/mailabbrev.el
16422 16422
16423(defvar mail-abbrevs-mode nil "\ 16423(defvar mail-abbrevs-mode nil "\
@@ -16459,8 +16459,8 @@ double-quotes.
16459;;;*** 16459;;;***
16460 16460
16461;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases 16461;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
16462;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (19752 16462;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (20237
16463;;;;;; 41642)) 16463;;;;;; 33269))
16464;;; Generated autoloads from mail/mailalias.el 16464;;; Generated autoloads from mail/mailalias.el
16465 16465
16466(defvar mail-complete-style 'angles "\ 16466(defvar mail-complete-style 'angles "\
@@ -16506,7 +16506,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any.
16506;;;*** 16506;;;***
16507 16507
16508;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 16508;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
16509;;;;;; (19752 41642)) 16509;;;;;; (20237 33269))
16510;;; Generated autoloads from mail/mailclient.el 16510;;; Generated autoloads from mail/mailclient.el
16511 16511
16512(autoload 'mailclient-send-it "mailclient" "\ 16512(autoload 'mailclient-send-it "mailclient" "\
@@ -16520,7 +16520,7 @@ The mail client is taken to be the handler of mailto URLs.
16520 16520
16521;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 16521;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
16522;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 16522;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
16523;;;;;; "make-mode" "progmodes/make-mode.el" (19752 41642)) 16523;;;;;; "make-mode" "progmodes/make-mode.el" (20237 33269))
16524;;; Generated autoloads from progmodes/make-mode.el 16524;;; Generated autoloads from progmodes/make-mode.el
16525 16525
16526(autoload 'makefile-mode "make-mode" "\ 16526(autoload 'makefile-mode "make-mode" "\
@@ -16637,8 +16637,8 @@ An adapted `makefile-mode' that knows about imake.
16637 16637
16638;;;*** 16638;;;***
16639 16639
16640;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19752 16640;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (20237
16641;;;;;; 41642)) 16641;;;;;; 33269))
16642;;; Generated autoloads from makesum.el 16642;;; Generated autoloads from makesum.el
16643 16643
16644(autoload 'make-command-summary "makesum" "\ 16644(autoload 'make-command-summary "makesum" "\
@@ -16649,7 +16649,7 @@ Previous contents of that buffer are killed first.
16649 16649
16650;;;*** 16650;;;***
16651 16651
16652;;;### (autoloads (man-follow man) "man" "man.el" (19752 41642)) 16652;;;### (autoloads (man-follow man) "man" "man.el" (20237 33269))
16653;;; Generated autoloads from man.el 16653;;; Generated autoloads from man.el
16654 16654
16655(defalias 'manual-entry 'man) 16655(defalias 'manual-entry 'man)
@@ -16698,7 +16698,7 @@ Get a Un*x manual page of the item under point and put it in a buffer.
16698 16698
16699;;;*** 16699;;;***
16700 16700
16701;;;### (autoloads (master-mode) "master" "master.el" (19752 41642)) 16701;;;### (autoloads (master-mode) "master" "master.el" (20237 33269))
16702;;; Generated autoloads from master.el 16702;;; Generated autoloads from master.el
16703 16703
16704(autoload 'master-mode "master" "\ 16704(autoload 'master-mode "master" "\
@@ -16721,7 +16721,7 @@ yourself the value of `master-of' by calling `master-show-slave'.
16721;;;*** 16721;;;***
16722 16722
16723;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" 16723;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el"
16724;;;;;; (19752 41642)) 16724;;;;;; (20237 33269))
16725;;; Generated autoloads from mb-depth.el 16725;;; Generated autoloads from mb-depth.el
16726 16726
16727(defvar minibuffer-depth-indicate-mode nil "\ 16727(defvar minibuffer-depth-indicate-mode nil "\
@@ -16752,7 +16752,7 @@ Returns non-nil if the new state is enabled.
16752;;;;;; message-forward-make-body message-forward message-recover 16752;;;;;; message-forward-make-body message-forward message-recover
16753;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 16753;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
16754;;;;;; message-reply message-news message-mail message-mode) "message" 16754;;;;;; message-reply message-news message-mail message-mode) "message"
16755;;;;;; "gnus/message.el" (19757 55474)) 16755;;;;;; "gnus/message.el" (20237 33269))
16756;;; Generated autoloads from gnus/message.el 16756;;; Generated autoloads from gnus/message.el
16757 16757
16758(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 16758(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -16918,7 +16918,7 @@ which specify the range to operate on.
16918;;;*** 16918;;;***
16919 16919
16920;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 16920;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
16921;;;;;; (19752 41642)) 16921;;;;;; (20237 33269))
16922;;; Generated autoloads from progmodes/meta-mode.el 16922;;; Generated autoloads from progmodes/meta-mode.el
16923 16923
16924(autoload 'metafont-mode "meta-mode" "\ 16924(autoload 'metafont-mode "meta-mode" "\
@@ -16945,7 +16945,7 @@ Turning on MetaPost mode calls the value of the variable
16945 16945
16946;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 16946;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
16947;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 16947;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
16948;;;;;; (19752 41642)) 16948;;;;;; (20237 33269))
16949;;; Generated autoloads from mail/metamail.el 16949;;; Generated autoloads from mail/metamail.el
16950 16950
16951(autoload 'metamail-interpret-header "metamail" "\ 16951(autoload 'metamail-interpret-header "metamail" "\
@@ -16990,7 +16990,7 @@ redisplayed as output is inserted.
16990 16990
16991;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 16991;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
16992;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 16992;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
16993;;;;;; "mh-e/mh-comp.el" (19752 41642)) 16993;;;;;; "mh-e/mh-comp.el" (20237 33269))
16994;;; Generated autoloads from mh-e/mh-comp.el 16994;;; Generated autoloads from mh-e/mh-comp.el
16995 16995
16996(autoload 'mh-smail "mh-comp" "\ 16996(autoload 'mh-smail "mh-comp" "\
@@ -17080,7 +17080,7 @@ delete the draft message.
17080 17080
17081;;;*** 17081;;;***
17082 17082
17083;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (19752 41642)) 17083;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20237 33269))
17084;;; Generated autoloads from mh-e/mh-e.el 17084;;; Generated autoloads from mh-e/mh-e.el
17085 17085
17086(put 'mh-progs 'risky-local-variable t) 17086(put 'mh-progs 'risky-local-variable t)
@@ -17097,7 +17097,7 @@ Display version information about MH-E and the MH mail handling system.
17097;;;*** 17097;;;***
17098 17098
17099;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 17099;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
17100;;;;;; "mh-e/mh-folder.el" (19752 41642)) 17100;;;;;; "mh-e/mh-folder.el" (20237 33269))
17101;;; Generated autoloads from mh-e/mh-folder.el 17101;;; Generated autoloads from mh-e/mh-folder.el
17102 17102
17103(autoload 'mh-rmail "mh-folder" "\ 17103(autoload 'mh-rmail "mh-folder" "\
@@ -17179,7 +17179,7 @@ perform the operation on all messages in that region.
17179;;;*** 17179;;;***
17180 17180
17181;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 17181;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
17182;;;;;; "midnight.el" (19752 41642)) 17182;;;;;; "midnight.el" (20237 33269))
17183;;; Generated autoloads from midnight.el 17183;;; Generated autoloads from midnight.el
17184 17184
17185(autoload 'clean-buffer-list "midnight" "\ 17185(autoload 'clean-buffer-list "midnight" "\
@@ -17206,7 +17206,7 @@ to its second argument TM.
17206;;;*** 17206;;;***
17207 17207
17208;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 17208;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
17209;;;;;; "minibuf-eldef.el" (19752 41642)) 17209;;;;;; "minibuf-eldef.el" (20237 33269))
17210;;; Generated autoloads from minibuf-eldef.el 17210;;; Generated autoloads from minibuf-eldef.el
17211 17211
17212(defvar minibuffer-electric-default-mode nil "\ 17212(defvar minibuffer-electric-default-mode nil "\
@@ -17233,7 +17233,7 @@ Returns non-nil if the new state is enabled.
17233 17233
17234;;;*** 17234;;;***
17235 17235
17236;;;### (autoloads (butterfly) "misc" "misc.el" (19752 41642)) 17236;;;### (autoloads (butterfly) "misc" "misc.el" (20237 33269))
17237;;; Generated autoloads from misc.el 17237;;; Generated autoloads from misc.el
17238 17238
17239(autoload 'butterfly "misc" "\ 17239(autoload 'butterfly "misc" "\
@@ -17252,7 +17252,7 @@ variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'.
17252 17252
17253;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files 17253;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
17254;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) 17254;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
17255;;;;;; "misearch" "misearch.el" (19752 41642)) 17255;;;;;; "misearch" "misearch.el" (20237 33269))
17256;;; Generated autoloads from misearch.el 17256;;; Generated autoloads from misearch.el
17257 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 17257 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
17258 17258
@@ -17334,7 +17334,7 @@ whose file names match the specified wildcard.
17334;;;*** 17334;;;***
17335 17335
17336;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 17336;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
17337;;;;;; (19752 41642)) 17337;;;;;; (20237 33269))
17338;;; Generated autoloads from progmodes/mixal-mode.el 17338;;; Generated autoloads from progmodes/mixal-mode.el
17339 17339
17340(autoload 'mixal-mode "mixal-mode" "\ 17340(autoload 'mixal-mode "mixal-mode" "\
@@ -17348,7 +17348,7 @@ Major mode for the mixal asm language.
17348;;;*** 17348;;;***
17349 17349
17350;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 17350;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
17351;;;;;; "mm-extern" "gnus/mm-extern.el" (19752 41642)) 17351;;;;;; "mm-extern" "gnus/mm-extern.el" (20237 33269))
17352;;; Generated autoloads from gnus/mm-extern.el 17352;;; Generated autoloads from gnus/mm-extern.el
17353 17353
17354(autoload 'mm-extern-cache-contents "mm-extern" "\ 17354(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -17367,7 +17367,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17367;;;*** 17367;;;***
17368 17368
17369;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 17369;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
17370;;;;;; (19752 41642)) 17370;;;;;; (20237 33269))
17371;;; Generated autoloads from gnus/mm-partial.el 17371;;; Generated autoloads from gnus/mm-partial.el
17372 17372
17373(autoload 'mm-inline-partial "mm-partial" "\ 17373(autoload 'mm-inline-partial "mm-partial" "\
@@ -17381,7 +17381,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17381;;;*** 17381;;;***
17382 17382
17383;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 17383;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
17384;;;;;; "mm-url" "gnus/mm-url.el" (19752 41642)) 17384;;;;;; "mm-url" "gnus/mm-url.el" (20237 33269))
17385;;; Generated autoloads from gnus/mm-url.el 17385;;; Generated autoloads from gnus/mm-url.el
17386 17386
17387(autoload 'mm-url-insert-file-contents "mm-url" "\ 17387(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -17398,7 +17398,7 @@ Insert file contents of URL using `mm-url-program'.
17398;;;*** 17398;;;***
17399 17399
17400;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 17400;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
17401;;;;;; "gnus/mm-uu.el" (19752 41642)) 17401;;;;;; "gnus/mm-uu.el" (20237 33269))
17402;;; Generated autoloads from gnus/mm-uu.el 17402;;; Generated autoloads from gnus/mm-uu.el
17403 17403
17404(autoload 'mm-uu-dissect "mm-uu" "\ 17404(autoload 'mm-uu-dissect "mm-uu" "\
@@ -17418,7 +17418,7 @@ Assume text has been decoded if DECODED is non-nil.
17418;;;*** 17418;;;***
17419 17419
17420;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 17420;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
17421;;;;;; (19752 41642)) 17421;;;;;; (20237 33269))
17422;;; Generated autoloads from gnus/mml1991.el 17422;;; Generated autoloads from gnus/mml1991.el
17423 17423
17424(autoload 'mml1991-encrypt "mml1991" "\ 17424(autoload 'mml1991-encrypt "mml1991" "\
@@ -17435,7 +17435,7 @@ Not documented
17435 17435
17436;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 17436;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
17437;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 17437;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
17438;;;;;; "mml2015" "gnus/mml2015.el" (19752 41642)) 17438;;;;;; "mml2015" "gnus/mml2015.el" (20237 33269))
17439;;; Generated autoloads from gnus/mml2015.el 17439;;; Generated autoloads from gnus/mml2015.el
17440 17440
17441(autoload 'mml2015-decrypt "mml2015" "\ 17441(autoload 'mml2015-decrypt "mml2015" "\
@@ -17476,7 +17476,7 @@ Not documented
17476;;;*** 17476;;;***
17477 17477
17478;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" 17478;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
17479;;;;;; (19636 58496)) 17479;;;;;; (20124 54382))
17480;;; Generated autoloads from progmodes/modula2.el 17480;;; Generated autoloads from progmodes/modula2.el
17481 17481
17482(autoload 'modula-2-mode "modula2" "\ 17482(autoload 'modula-2-mode "modula2" "\
@@ -17508,7 +17508,7 @@ followed by the first character of the construct.
17508;;;*** 17508;;;***
17509 17509
17510;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 17510;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
17511;;;;;; (19752 41642)) 17511;;;;;; (20237 33269))
17512;;; Generated autoloads from play/morse.el 17512;;; Generated autoloads from play/morse.el
17513 17513
17514(autoload 'morse-region "morse" "\ 17514(autoload 'morse-region "morse" "\
@@ -17524,7 +17524,7 @@ Convert morse coded text in region to ordinary ASCII text.
17524;;;*** 17524;;;***
17525 17525
17526;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" 17526;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag"
17527;;;;;; "mouse-drag.el" (19752 41642)) 17527;;;;;; "mouse-drag.el" (20237 33269))
17528;;; Generated autoloads from mouse-drag.el 17528;;; Generated autoloads from mouse-drag.el
17529 17529
17530(autoload 'mouse-drag-throw "mouse-drag" "\ 17530(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -17535,7 +17535,7 @@ from the original mouse click to the current mouse location. Try it;
17535you'll like it. It's easier to observe than to explain. 17535you'll like it. It's easier to observe than to explain.
17536 17536
17537If the mouse is clicked and released in the same place of time we 17537If the mouse is clicked and released in the same place of time we
17538assume that the user didn't want to scdebugroll but wanted to whatever 17538assume that the user didn't want to scroll but wanted to whatever
17539mouse-2 used to do, so we pass it through. 17539mouse-2 used to do, so we pass it through.
17540 17540
17541Throw scrolling was inspired (but is not identical to) the \"hand\" 17541Throw scrolling was inspired (but is not identical to) the \"hand\"
@@ -17571,8 +17571,8 @@ To test this function, evaluate:
17571 17571
17572;;;*** 17572;;;***
17573 17573
17574;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19752 17574;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (20237
17575;;;;;; 41642)) 17575;;;;;; 33269))
17576;;; Generated autoloads from mouse-sel.el 17576;;; Generated autoloads from mouse-sel.el
17577 17577
17578(defvar mouse-sel-mode nil "\ 17578(defvar mouse-sel-mode nil "\
@@ -17624,7 +17624,7 @@ primary selection and region.
17624 17624
17625;;;*** 17625;;;***
17626 17626
17627;;;### (autoloads (mpc) "mpc" "mpc.el" (19752 41642)) 17627;;;### (autoloads (mpc) "mpc" "mpc.el" (20237 33269))
17628;;; Generated autoloads from mpc.el 17628;;; Generated autoloads from mpc.el
17629 17629
17630(autoload 'mpc "mpc" "\ 17630(autoload 'mpc "mpc" "\
@@ -17634,7 +17634,7 @@ Main entry point for MPC.
17634 17634
17635;;;*** 17635;;;***
17636 17636
17637;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19752 41642)) 17637;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (20237 33269))
17638;;; Generated autoloads from play/mpuz.el 17638;;; Generated autoloads from play/mpuz.el
17639 17639
17640(autoload 'mpuz "mpuz" "\ 17640(autoload 'mpuz "mpuz" "\
@@ -17644,7 +17644,7 @@ Multiplication puzzle with GNU Emacs.
17644 17644
17645;;;*** 17645;;;***
17646 17646
17647;;;### (autoloads (msb-mode) "msb" "msb.el" (19777 41324)) 17647;;;### (autoloads (msb-mode) "msb" "msb.el" (20237 33269))
17648;;; Generated autoloads from msb.el 17648;;; Generated autoloads from msb.el
17649 17649
17650(defvar msb-mode nil "\ 17650(defvar msb-mode nil "\
@@ -17671,7 +17671,7 @@ different buffer menu using the function `msb'.
17671;;;;;; describe-current-coding-system describe-current-coding-system-briefly 17671;;;;;; describe-current-coding-system describe-current-coding-system-briefly
17672;;;;;; describe-coding-system describe-character-set list-charset-chars 17672;;;;;; describe-coding-system describe-character-set list-charset-chars
17673;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 17673;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
17674;;;;;; (19752 41642)) 17674;;;;;; (20237 33269))
17675;;; Generated autoloads from international/mule-diag.el 17675;;; Generated autoloads from international/mule-diag.el
17676 17676
17677(autoload 'list-character-sets "mule-diag" "\ 17677(autoload 'list-character-sets "mule-diag" "\
@@ -17808,7 +17808,7 @@ The default is 20. If LIMIT is negative, do not limit the listing.
17808;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 17808;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
17809;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 17809;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
17810;;;;;; truncate-string-to-width store-substring string-to-sequence) 17810;;;;;; truncate-string-to-width store-substring string-to-sequence)
17811;;;;;; "mule-util" "international/mule-util.el" (19752 41642)) 17811;;;;;; "mule-util" "international/mule-util.el" (20237 33269))
17812;;; Generated autoloads from international/mule-util.el 17812;;; Generated autoloads from international/mule-util.el
17813 17813
17814(autoload 'string-to-sequence "mule-util" "\ 17814(autoload 'string-to-sequence "mule-util" "\
@@ -17948,8 +17948,8 @@ per-character basis, this may not be accurate.
17948;;;### (autoloads (network-connection network-connection-to-service 17948;;;### (autoloads (network-connection network-connection-to-service
17949;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 17949;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
17950;;;;;; nslookup nslookup-host ping traceroute route arp netstat 17950;;;;;; nslookup nslookup-host ping traceroute route arp netstat
17951;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19752 17951;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (20237
17952;;;;;; 41642)) 17952;;;;;; 33269))
17953;;; Generated autoloads from net/net-utils.el 17953;;; Generated autoloads from net/net-utils.el
17954 17954
17955(autoload 'ifconfig "net-utils" "\ 17955(autoload 'ifconfig "net-utils" "\
@@ -18048,7 +18048,7 @@ Open a network connection to HOST on PORT.
18048;;;;;; uncomment-region comment-kill comment-set-column comment-indent 18048;;;;;; uncomment-region comment-kill comment-set-column comment-indent
18049;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 18049;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
18050;;;;;; comment-padding comment-style comment-column) "newcomment" 18050;;;;;; comment-padding comment-style comment-column) "newcomment"
18051;;;;;; "newcomment.el" (19752 41642)) 18051;;;;;; "newcomment.el" (20237 33269))
18052;;; Generated autoloads from newcomment.el 18052;;; Generated autoloads from newcomment.el
18053 18053
18054(defalias 'indent-for-comment 'comment-indent) 18054(defalias 'indent-for-comment 'comment-indent)
@@ -18248,7 +18248,7 @@ unless optional argument SOFT is non-nil.
18248;;;*** 18248;;;***
18249 18249
18250;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" 18250;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend"
18251;;;;;; "net/newst-backend.el" (19752 41642)) 18251;;;;;; "net/newst-backend.el" (20237 33269))
18252;;; Generated autoloads from net/newst-backend.el 18252;;; Generated autoloads from net/newst-backend.el
18253 18253
18254(autoload 'newsticker-running-p "newst-backend" "\ 18254(autoload 'newsticker-running-p "newst-backend" "\
@@ -18270,7 +18270,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
18270;;;*** 18270;;;***
18271 18271
18272;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" 18272;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
18273;;;;;; (19752 41642)) 18273;;;;;; (20237 33269))
18274;;; Generated autoloads from net/newst-plainview.el 18274;;; Generated autoloads from net/newst-plainview.el
18275 18275
18276(autoload 'newsticker-plainview "newst-plainview" "\ 18276(autoload 'newsticker-plainview "newst-plainview" "\
@@ -18281,7 +18281,7 @@ Start newsticker plainview.
18281;;;*** 18281;;;***
18282 18282
18283;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" 18283;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el"
18284;;;;;; (19752 41642)) 18284;;;;;; (20237 33269))
18285;;; Generated autoloads from net/newst-reader.el 18285;;; Generated autoloads from net/newst-reader.el
18286 18286
18287(autoload 'newsticker-show-news "newst-reader" "\ 18287(autoload 'newsticker-show-news "newst-reader" "\
@@ -18292,7 +18292,7 @@ Start reading news. You may want to bind this to a key.
18292;;;*** 18292;;;***
18293 18293
18294;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) 18294;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p)
18295;;;;;; "newst-ticker" "net/newst-ticker.el" (19752 41642)) 18295;;;;;; "newst-ticker" "net/newst-ticker.el" (20237 33269))
18296;;; Generated autoloads from net/newst-ticker.el 18296;;; Generated autoloads from net/newst-ticker.el
18297 18297
18298(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 18298(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -18313,7 +18313,7 @@ running already.
18313;;;*** 18313;;;***
18314 18314
18315;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" 18315;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
18316;;;;;; (19752 41642)) 18316;;;;;; (20237 33269))
18317;;; Generated autoloads from net/newst-treeview.el 18317;;; Generated autoloads from net/newst-treeview.el
18318 18318
18319(autoload 'newsticker-treeview "newst-treeview" "\ 18319(autoload 'newsticker-treeview "newst-treeview" "\
@@ -18324,7 +18324,7 @@ Start newsticker treeview.
18324;;;*** 18324;;;***
18325 18325
18326;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 18326;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
18327;;;;;; (19752 41642)) 18327;;;;;; (20237 33269))
18328;;; Generated autoloads from gnus/nndiary.el 18328;;; Generated autoloads from gnus/nndiary.el
18329 18329
18330(autoload 'nndiary-generate-nov-databases "nndiary" "\ 18330(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -18334,8 +18334,8 @@ Generate NOV databases in all nndiary directories.
18334 18334
18335;;;*** 18335;;;***
18336 18336
18337;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19752 18337;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (20237
18338;;;;;; 41642)) 18338;;;;;; 33269))
18339;;; Generated autoloads from gnus/nndoc.el 18339;;; Generated autoloads from gnus/nndoc.el
18340 18340
18341(autoload 'nndoc-add-type "nndoc" "\ 18341(autoload 'nndoc-add-type "nndoc" "\
@@ -18350,7 +18350,7 @@ symbol in the alist.
18350;;;*** 18350;;;***
18351 18351
18352;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 18352;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
18353;;;;;; (19802 41007)) 18353;;;;;; (20237 33269))
18354;;; Generated autoloads from gnus/nnfolder.el 18354;;; Generated autoloads from gnus/nnfolder.el
18355 18355
18356(autoload 'nnfolder-generate-active-file "nnfolder" "\ 18356(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -18362,7 +18362,7 @@ This command does not work if you use short group names.
18362;;;*** 18362;;;***
18363 18363
18364;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 18364;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
18365;;;;;; (19752 41642)) 18365;;;;;; (20237 33269))
18366;;; Generated autoloads from gnus/nnkiboze.el 18366;;; Generated autoloads from gnus/nnkiboze.el
18367 18367
18368(autoload 'nnkiboze-generate-groups "nnkiboze" "\ 18368(autoload 'nnkiboze-generate-groups "nnkiboze" "\
@@ -18374,7 +18374,7 @@ Finds out what articles are to be part of the nnkiboze groups.
18374;;;*** 18374;;;***
18375 18375
18376;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 18376;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
18377;;;;;; (19752 41642)) 18377;;;;;; (20237 33269))
18378;;; Generated autoloads from gnus/nnml.el 18378;;; Generated autoloads from gnus/nnml.el
18379 18379
18380(autoload 'nnml-generate-nov-databases "nnml" "\ 18380(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -18385,7 +18385,7 @@ Generate NOV databases in all nnml directories.
18385;;;*** 18385;;;***
18386 18386
18387;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 18387;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
18388;;;;;; "nnsoup" "gnus/nnsoup.el" (19752 41642)) 18388;;;;;; "nnsoup" "gnus/nnsoup.el" (20237 33269))
18389;;; Generated autoloads from gnus/nnsoup.el 18389;;; Generated autoloads from gnus/nnsoup.el
18390 18390
18391(autoload 'nnsoup-pack-replies "nnsoup" "\ 18391(autoload 'nnsoup-pack-replies "nnsoup" "\
@@ -18406,7 +18406,7 @@ Revert posting and mailing methods to the standard Emacs methods.
18406;;;*** 18406;;;***
18407 18407
18408;;;### (autoloads (disable-command enable-command disabled-command-function) 18408;;;### (autoloads (disable-command enable-command disabled-command-function)
18409;;;;;; "novice" "novice.el" (19752 41642)) 18409;;;;;; "novice" "novice.el" (20237 33269))
18410;;; Generated autoloads from novice.el 18410;;; Generated autoloads from novice.el
18411 18411
18412(defvar disabled-command-function 'disabled-command-function "\ 18412(defvar disabled-command-function 'disabled-command-function "\
@@ -18439,7 +18439,7 @@ to future sessions.
18439;;;*** 18439;;;***
18440 18440
18441;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 18441;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
18442;;;;;; (19752 41642)) 18442;;;;;; (20237 33269))
18443;;; Generated autoloads from textmodes/nroff-mode.el 18443;;; Generated autoloads from textmodes/nroff-mode.el
18444 18444
18445(autoload 'nroff-mode "nroff-mode" "\ 18445(autoload 'nroff-mode "nroff-mode" "\
@@ -18454,7 +18454,7 @@ closing requests for requests that are used in matched pairs.
18454;;;*** 18454;;;***
18455 18455
18456;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" 18456;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
18457;;;;;; (19752 41642)) 18457;;;;;; (20237 33269))
18458;;; Generated autoloads from nxml/nxml-glyph.el 18458;;; Generated autoloads from nxml/nxml-glyph.el
18459 18459
18460(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 18460(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -18466,8 +18466,8 @@ Return nil if the face cannot display a glyph for N.
18466 18466
18467;;;*** 18467;;;***
18468 18468
18469;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19752 18469;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20237
18470;;;;;; 41642)) 18470;;;;;; 33269))
18471;;; Generated autoloads from nxml/nxml-mode.el 18471;;; Generated autoloads from nxml/nxml-mode.el
18472 18472
18473(autoload 'nxml-mode "nxml-mode" "\ 18473(autoload 'nxml-mode "nxml-mode" "\
@@ -18529,7 +18529,7 @@ Many aspects this mode can be customized using
18529;;;*** 18529;;;***
18530 18530
18531;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" 18531;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
18532;;;;;; "nxml/nxml-uchnm.el" (19752 41642)) 18532;;;;;; "nxml/nxml-uchnm.el" (20237 33269))
18533;;; Generated autoloads from nxml/nxml-uchnm.el 18533;;; Generated autoloads from nxml/nxml-uchnm.el
18534 18534
18535(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 18535(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -18542,7 +18542,7 @@ the variable `nxml-enabled-unicode-blocks'.
18542;;;*** 18542;;;***
18543 18543
18544;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 18544;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
18545;;;;;; (19752 41642)) 18545;;;;;; (20237 33269))
18546;;; Generated autoloads from progmodes/octave-inf.el 18546;;; Generated autoloads from progmodes/octave-inf.el
18547 18547
18548(autoload 'inferior-octave "octave-inf" "\ 18548(autoload 'inferior-octave "octave-inf" "\
@@ -18565,7 +18565,7 @@ startup file, `~/.emacs-octave'.
18565;;;*** 18565;;;***
18566 18566
18567;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 18567;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
18568;;;;;; (19752 41642)) 18568;;;;;; (20237 33269))
18569;;; Generated autoloads from progmodes/octave-mod.el 18569;;; Generated autoloads from progmodes/octave-mod.el
18570 18570
18571(autoload 'octave-mode "octave-mod" "\ 18571(autoload 'octave-mode "octave-mod" "\
@@ -18660,7 +18660,7 @@ including a reproducible test case and send the message.
18660;;;;;; org-map-entries org-open-link-from-string org-open-at-point-global 18660;;;;;; org-map-entries org-open-link-from-string org-open-at-point-global
18661;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode 18661;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode
18662;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle 18662;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
18663;;;;;; org-mode) "org" "org/org.el" (19813 31420)) 18663;;;;;; org-mode) "org" "org/org.el" (20237 33269))
18664;;; Generated autoloads from org/org.el 18664;;; Generated autoloads from org/org.el
18665 18665
18666(autoload 'org-mode "org" "\ 18666(autoload 'org-mode "org" "\
@@ -18873,7 +18873,7 @@ Call the customize function with org as argument.
18873;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list 18873;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list
18874;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views 18874;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
18875;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 18875;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
18876;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19813 31420)) 18876;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (20237 33269))
18877;;; Generated autoloads from org/org-agenda.el 18877;;; Generated autoloads from org/org-agenda.el
18878 18878
18879(autoload 'org-agenda "org-agenda" "\ 18879(autoload 'org-agenda "org-agenda" "\
@@ -19136,7 +19136,7 @@ belonging to the \"Work\" category.
19136 19136
19137;;;### (autoloads (org-archive-subtree-default-with-confirmation 19137;;;### (autoloads (org-archive-subtree-default-with-confirmation
19138;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el" 19138;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el"
19139;;;;;; (19752 41642)) 19139;;;;;; (20237 33269))
19140;;; Generated autoloads from org/org-archive.el 19140;;; Generated autoloads from org/org-archive.el
19141 19141
19142(autoload 'org-archive-subtree-default "org-archive" "\ 19142(autoload 'org-archive-subtree-default "org-archive" "\
@@ -19155,7 +19155,7 @@ This command is set with the variable `org-archive-default-command'.
19155 19155
19156;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii 19156;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii
19157;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer) 19157;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer)
19158;;;;;; "org-ascii" "org/org-ascii.el" (19752 41642)) 19158;;;;;; "org-ascii" "org/org-ascii.el" (20237 33269))
19159;;; Generated autoloads from org/org-ascii.el 19159;;; Generated autoloads from org/org-ascii.el
19160 19160
19161(autoload 'org-export-as-ascii-to-buffer "org-ascii" "\ 19161(autoload 'org-export-as-ascii-to-buffer "org-ascii" "\
@@ -19208,8 +19208,8 @@ publishing directory.
19208 19208
19209;;;*** 19209;;;***
19210 19210
19211;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19752 19211;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (20237
19212;;;;;; 41642)) 19212;;;;;; 33269))
19213;;; Generated autoloads from org/org-attach.el 19213;;; Generated autoloads from org/org-attach.el
19214 19214
19215(autoload 'org-attach "org-attach" "\ 19215(autoload 'org-attach "org-attach" "\
@@ -19221,7 +19221,7 @@ Shows a list of commands and prompts for another key to execute a command.
19221;;;*** 19221;;;***
19222 19222
19223;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" 19223;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
19224;;;;;; (19752 41642)) 19224;;;;;; (20237 33269))
19225;;; Generated autoloads from org/org-bbdb.el 19225;;; Generated autoloads from org/org-bbdb.el
19226 19226
19227(autoload 'org-bbdb-anniversaries "org-bbdb" "\ 19227(autoload 'org-bbdb-anniversaries "org-bbdb" "\
@@ -19232,7 +19232,7 @@ Extract anniversaries from BBDB for display in the agenda.
19232;;;*** 19232;;;***
19233 19233
19234;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable) 19234;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable)
19235;;;;;; "org-clock" "org/org-clock.el" (19752 41642)) 19235;;;;;; "org-clock" "org/org-clock.el" (20237 33269))
19236;;; Generated autoloads from org/org-clock.el 19236;;; Generated autoloads from org/org-clock.el
19237 19237
19238(autoload 'org-get-clocktable "org-clock" "\ 19238(autoload 'org-get-clocktable "org-clock" "\
@@ -19252,7 +19252,7 @@ Set up hooks for clock persistence
19252;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open 19252;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open
19253;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook 19253;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook
19254;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch) 19254;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch)
19255;;;;;; "org-docbook" "org/org-docbook.el" (19752 41642)) 19255;;;;;; "org-docbook" "org/org-docbook.el" (20237 33269))
19256;;; Generated autoloads from org/org-docbook.el 19256;;; Generated autoloads from org/org-docbook.el
19257 19257
19258(autoload 'org-export-as-docbook-batch "org-docbook" "\ 19258(autoload 'org-export-as-docbook-batch "org-docbook" "\
@@ -19329,7 +19329,7 @@ publishing directory.
19329 19329
19330;;;### (autoloads (org-insert-export-options-template org-export-as-org 19330;;;### (autoloads (org-insert-export-options-template org-export-as-org
19331;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" 19331;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el"
19332;;;;;; (19752 41642)) 19332;;;;;; (20237 33269))
19333;;; Generated autoloads from org/org-exp.el 19333;;; Generated autoloads from org/org-exp.el
19334 19334
19335(autoload 'org-export "org-exp" "\ 19335(autoload 'org-export "org-exp" "\
@@ -19386,8 +19386,8 @@ Insert into the buffer a template with information for exporting.
19386;;;*** 19386;;;***
19387 19387
19388;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update 19388;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update
19389;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (19752 19389;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (20237
19390;;;;;; 41642)) 19390;;;;;; 33269))
19391;;; Generated autoloads from org/org-feed.el 19391;;; Generated autoloads from org/org-feed.el
19392 19392
19393(autoload 'org-feed-update-all "org-feed" "\ 19393(autoload 'org-feed-update-all "org-feed" "\
@@ -19415,7 +19415,7 @@ Show the raw feed buffer of a feed.
19415;;;*** 19415;;;***
19416 19416
19417;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote" 19417;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote"
19418;;;;;; "org/org-footnote.el" (19752 41642)) 19418;;;;;; "org/org-footnote.el" (20237 33269))
19419;;; Generated autoloads from org/org-footnote.el 19419;;; Generated autoloads from org/org-footnote.el
19420 19420
19421(autoload 'org-footnote-action "org-footnote" "\ 19421(autoload 'org-footnote-action "org-footnote" "\
@@ -19442,7 +19442,7 @@ referenced sequence.
19442;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree 19442;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree
19443;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node 19443;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node
19444;;;;;; org-freemind-show org-export-as-freemind) "org-freemind" 19444;;;;;; org-freemind-show org-export-as-freemind) "org-freemind"
19445;;;;;; "org/org-freemind.el" (19752 41642)) 19445;;;;;; "org/org-freemind.el" (20237 33269))
19446;;; Generated autoloads from org/org-freemind.el 19446;;; Generated autoloads from org/org-freemind.el
19447 19447
19448(autoload 'org-export-as-freemind "org-freemind" "\ 19448(autoload 'org-export-as-freemind "org-freemind" "\
@@ -19480,7 +19480,7 @@ Convert FreeMind file MM-FILE to `org-mode' file ORG-FILE.
19480;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html 19480;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html
19481;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer 19481;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer
19482;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html" 19482;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html"
19483;;;;;; "org/org-html.el" (19752 41642)) 19483;;;;;; "org/org-html.el" (20237 33269))
19484;;; Generated autoloads from org/org-html.el 19484;;; Generated autoloads from org/org-html.el
19485 19485
19486(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp) 19486(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp)
@@ -19573,7 +19573,7 @@ that uses these same face definitions.
19573 19573
19574;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files 19574;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
19575;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el" 19575;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el"
19576;;;;;; (19813 31420)) 19576;;;;;; (20237 33269))
19577;;; Generated autoloads from org/org-icalendar.el 19577;;; Generated autoloads from org/org-icalendar.el
19578 19578
19579(autoload 'org-export-icalendar-this-file "org-icalendar" "\ 19579(autoload 'org-export-icalendar-this-file "org-icalendar" "\
@@ -19600,7 +19600,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'.
19600 19600
19601;;;### (autoloads (org-id-find-id-file org-id-find org-id-goto org-id-get-with-outline-drilling 19601;;;### (autoloads (org-id-find-id-file org-id-find org-id-goto org-id-get-with-outline-drilling
19602;;;;;; org-id-get-with-outline-path-completion org-id-get org-id-copy 19602;;;;;; org-id-get-with-outline-path-completion org-id-get org-id-copy
19603;;;;;; org-id-get-create) "org-id" "org/org-id.el" (19752 41642)) 19603;;;;;; org-id-get-create) "org-id" "org/org-id.el" (20237 33269))
19604;;; Generated autoloads from org/org-id.el 19604;;; Generated autoloads from org/org-id.el
19605 19605
19606(autoload 'org-id-get-create "org-id" "\ 19606(autoload 'org-id-get-create "org-id" "\
@@ -19664,7 +19664,7 @@ Query the id database for the file in which this ID is located.
19664;;;*** 19664;;;***
19665 19665
19666;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el" 19666;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el"
19667;;;;;; (19752 41642)) 19667;;;;;; (20237 33269))
19668;;; Generated autoloads from org/org-indent.el 19668;;; Generated autoloads from org/org-indent.el
19669 19669
19670(autoload 'org-indent-mode "org-indent" "\ 19670(autoload 'org-indent-mode "org-indent" "\
@@ -19679,7 +19679,7 @@ FIXME: How to update when broken?
19679;;;*** 19679;;;***
19680 19680
19681;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" 19681;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el"
19682;;;;;; (19752 41642)) 19682;;;;;; (20237 33269))
19683;;; Generated autoloads from org/org-irc.el 19683;;; Generated autoloads from org/org-irc.el
19684 19684
19685(autoload 'org-irc-store-link "org-irc" "\ 19685(autoload 'org-irc-store-link "org-irc" "\
@@ -19692,7 +19692,7 @@ Dispatch to the appropriate function to store a link to an IRC session.
19692;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex 19692;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex
19693;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer 19693;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer
19694;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el" 19694;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el"
19695;;;;;; (19752 41642)) 19695;;;;;; (20237 33269))
19696;;; Generated autoloads from org/org-latex.el 19696;;; Generated autoloads from org/org-latex.el
19697 19697
19698(autoload 'org-export-as-latex-batch "org-latex" "\ 19698(autoload 'org-export-as-latex-batch "org-latex" "\
@@ -19772,8 +19772,8 @@ Export as LaTeX, then process through to PDF, and open.
19772;;;*** 19772;;;***
19773 19773
19774;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull 19774;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull
19775;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (19752 19775;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (20237
19776;;;;;; 41642)) 19776;;;;;; 33269))
19777;;; Generated autoloads from org/org-mobile.el 19777;;; Generated autoloads from org/org-mobile.el
19778 19778
19779(autoload 'org-mobile-push "org-mobile" "\ 19779(autoload 'org-mobile-push "org-mobile" "\
@@ -19798,7 +19798,7 @@ Create a file that contains all custom agenda views.
19798;;;*** 19798;;;***
19799 19799
19800;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" 19800;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el"
19801;;;;;; (19752 41642)) 19801;;;;;; (20237 33269))
19802;;; Generated autoloads from org/org-plot.el 19802;;; Generated autoloads from org/org-plot.el
19803 19803
19804(autoload 'org-plot/gnuplot "org-plot" "\ 19804(autoload 'org-plot/gnuplot "org-plot" "\
@@ -19812,7 +19812,7 @@ line directly before or after the table.
19812 19812
19813;;;### (autoloads (org-publish-current-project org-publish-current-file 19813;;;### (autoloads (org-publish-current-project org-publish-current-file
19814;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" 19814;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
19815;;;;;; (19752 41642)) 19815;;;;;; (20237 33269))
19816;;; Generated autoloads from org/org-publish.el 19816;;; Generated autoloads from org/org-publish.el
19817 19817
19818(defalias 'org-publish-project 'org-publish) 19818(defalias 'org-publish-project 'org-publish)
@@ -19846,7 +19846,7 @@ the project.
19846 19846
19847;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template 19847;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
19848;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" 19848;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
19849;;;;;; "org/org-remember.el" (19752 41642)) 19849;;;;;; "org/org-remember.el" (20237 33269))
19850;;; Generated autoloads from org/org-remember.el 19850;;; Generated autoloads from org/org-remember.el
19851 19851
19852(autoload 'org-remember-insinuate "org-remember" "\ 19852(autoload 'org-remember-insinuate "org-remember" "\
@@ -19921,7 +19921,7 @@ See also the variable `org-reverse-note-order'.
19921;;;*** 19921;;;***
19922 19922
19923;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) 19923;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl)
19924;;;;;; "org-table" "org/org-table.el" (19813 31420)) 19924;;;;;; "org-table" "org/org-table.el" (20237 33269))
19925;;; Generated autoloads from org/org-table.el 19925;;; Generated autoloads from org/org-table.el
19926 19926
19927(autoload 'turn-on-orgtbl "org-table" "\ 19927(autoload 'turn-on-orgtbl "org-table" "\
@@ -19946,7 +19946,7 @@ The table is taken from the parameter TXT, or from the buffer at point.
19946 19946
19947;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region 19947;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region
19948;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el" 19948;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el"
19949;;;;;; (19752 41642)) 19949;;;;;; (20237 33269))
19950;;; Generated autoloads from org/org-timer.el 19950;;; Generated autoloads from org/org-timer.el
19951 19951
19952(autoload 'org-timer-start "org-timer" "\ 19952(autoload 'org-timer-start "org-timer" "\
@@ -19990,7 +19990,7 @@ Set a timer.
19990;;;*** 19990;;;***
19991 19991
19992;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el" 19992;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el"
19993;;;;;; (19752 41642)) 19993;;;;;; (20237 33269))
19994;;; Generated autoloads from org/org-xoxo.el 19994;;; Generated autoloads from org/org-xoxo.el
19995 19995
19996(autoload 'org-export-as-xoxo "org-xoxo" "\ 19996(autoload 'org-export-as-xoxo "org-xoxo" "\
@@ -20002,7 +20002,7 @@ The XOXO buffer is named *xoxo-<source buffer name>*
20002;;;*** 20002;;;***
20003 20003
20004;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 20004;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
20005;;;;;; (19752 41642)) 20005;;;;;; (20237 33269))
20006;;; Generated autoloads from outline.el 20006;;; Generated autoloads from outline.el
20007(put 'outline-regexp 'safe-local-variable 'string-or-null-p) 20007(put 'outline-regexp 'safe-local-variable 'string-or-null-p)
20008 20008
@@ -20059,7 +20059,7 @@ See the command `outline-mode' for more information on this mode.
20059 20059
20060;;;*** 20060;;;***
20061 20061
20062;;;### (autoloads (show-paren-mode) "paren" "paren.el" (19752 41642)) 20062;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20237 33269))
20063;;; Generated autoloads from paren.el 20063;;; Generated autoloads from paren.el
20064 20064
20065(defvar show-paren-mode nil "\ 20065(defvar show-paren-mode nil "\
@@ -20084,7 +20084,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
20084;;;*** 20084;;;***
20085 20085
20086;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 20086;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
20087;;;;;; (19752 41642)) 20087;;;;;; (20237 33269))
20088;;; Generated autoloads from calendar/parse-time.el 20088;;; Generated autoloads from calendar/parse-time.el
20089(put 'parse-time-rules 'risky-local-variable t) 20089(put 'parse-time-rules 'risky-local-variable t)
20090 20090
@@ -20097,8 +20097,8 @@ unknown are returned as nil.
20097 20097
20098;;;*** 20098;;;***
20099 20099
20100;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19752 20100;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20237
20101;;;;;; 41642)) 20101;;;;;; 33269))
20102;;; Generated autoloads from progmodes/pascal.el 20102;;; Generated autoloads from progmodes/pascal.el
20103 20103
20104(autoload 'pascal-mode "pascal" "\ 20104(autoload 'pascal-mode "pascal" "\
@@ -20151,7 +20151,7 @@ no args, if that value is non-nil.
20151;;;*** 20151;;;***
20152 20152
20153;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 20153;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
20154;;;;;; (19752 41642)) 20154;;;;;; (20237 33269))
20155;;; Generated autoloads from emulation/pc-mode.el 20155;;; Generated autoloads from emulation/pc-mode.el
20156 20156
20157(autoload 'pc-bindings-mode "pc-mode" "\ 20157(autoload 'pc-bindings-mode "pc-mode" "\
@@ -20169,7 +20169,7 @@ C-Escape does list-buffers.
20169;;;*** 20169;;;***
20170 20170
20171;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el" 20171;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el"
20172;;;;;; (19752 41642)) 20172;;;;;; (20237 33269))
20173;;; Generated autoloads from emulation/pc-select.el 20173;;; Generated autoloads from emulation/pc-select.el
20174 20174
20175(defvar pc-selection-mode nil "\ 20175(defvar pc-selection-mode nil "\
@@ -20235,8 +20235,8 @@ but before calling PC Selection mode):
20235 20235
20236;;;*** 20236;;;***
20237 20237
20238;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (19752 20238;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20237
20239;;;;;; 41642)) 20239;;;;;; 33269))
20240;;; Generated autoloads from pcmpl-cvs.el 20240;;; Generated autoloads from pcmpl-cvs.el
20241 20241
20242(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 20242(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -20247,7 +20247,7 @@ Completion rules for the `cvs' command.
20247;;;*** 20247;;;***
20248 20248
20249;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 20249;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
20250;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (19752 41642)) 20250;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20237 33269))
20251;;; Generated autoloads from pcmpl-gnu.el 20251;;; Generated autoloads from pcmpl-gnu.el
20252 20252
20253(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 20253(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -20275,7 +20275,7 @@ Completion for the GNU tar utility.
20275;;;*** 20275;;;***
20276 20276
20277;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 20277;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
20278;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19752 41642)) 20278;;;;;; "pcmpl-linux" "pcmpl-linux.el" (20237 33269))
20279;;; Generated autoloads from pcmpl-linux.el 20279;;; Generated autoloads from pcmpl-linux.el
20280 20280
20281(autoload 'pcomplete/kill "pcmpl-linux" "\ 20281(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -20295,8 +20295,8 @@ Completion for GNU/Linux `mount'.
20295 20295
20296;;;*** 20296;;;***
20297 20297
20298;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19752 20298;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (20237
20299;;;;;; 41642)) 20299;;;;;; 33269))
20300;;; Generated autoloads from pcmpl-rpm.el 20300;;; Generated autoloads from pcmpl-rpm.el
20301 20301
20302(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 20302(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -20308,7 +20308,7 @@ Completion for the `rpm' command.
20308 20308
20309;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown 20309;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
20310;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir 20310;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
20311;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (19752 41642)) 20311;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20237 33269))
20312;;; Generated autoloads from pcmpl-unix.el 20312;;; Generated autoloads from pcmpl-unix.el
20313 20313
20314(autoload 'pcomplete/cd "pcmpl-unix" "\ 20314(autoload 'pcomplete/cd "pcmpl-unix" "\
@@ -20365,8 +20365,8 @@ Includes files as well as host names followed by a colon.
20365 20365
20366;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 20366;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
20367;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 20367;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
20368;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (19786 20368;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20237
20369;;;;;; 56078)) 20369;;;;;; 33269))
20370;;; Generated autoloads from pcomplete.el 20370;;; Generated autoloads from pcomplete.el
20371 20371
20372(autoload 'pcomplete "pcomplete" "\ 20372(autoload 'pcomplete "pcomplete" "\
@@ -20425,7 +20425,7 @@ Setup `shell-mode' to use pcomplete.
20425 20425
20426;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 20426;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
20427;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 20427;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
20428;;;;;; "pcvs.el" (19752 41642)) 20428;;;;;; "pcvs.el" (20237 33269))
20429;;; Generated autoloads from pcvs.el 20429;;; Generated autoloads from pcvs.el
20430 20430
20431(autoload 'cvs-checkout "pcvs" "\ 20431(autoload 'cvs-checkout "pcvs" "\
@@ -20500,7 +20500,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20500 20500
20501;;;*** 20501;;;***
20502 20502
20503;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (19752 41642)) 20503;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (20237 33269))
20504;;; Generated autoloads from pcvs-defs.el 20504;;; Generated autoloads from pcvs-defs.el
20505 20505
20506(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))) 20506(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)))
@@ -20508,7 +20508,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20508;;;*** 20508;;;***
20509 20509
20510;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 20510;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
20511;;;;;; (19752 41642)) 20511;;;;;; (20237 33269))
20512;;; Generated autoloads from progmodes/perl-mode.el 20512;;; Generated autoloads from progmodes/perl-mode.el
20513(put 'perl-indent-level 'safe-local-variable 'integerp) 20513(put 'perl-indent-level 'safe-local-variable 'integerp)
20514(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 20514(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -20572,7 +20572,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
20572;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key 20572;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key
20573;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt 20573;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt
20574;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region 20574;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region
20575;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (19752 41642)) 20575;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (20237 33269))
20576;;; Generated autoloads from pgg.el 20576;;; Generated autoloads from pgg.el
20577 20577
20578(autoload 'pgg-encrypt-region "pgg" "\ 20578(autoload 'pgg-encrypt-region "pgg" "\
@@ -20706,7 +20706,7 @@ Import public keys in the current buffer.
20706;;;*** 20706;;;***
20707 20707
20708;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" 20708;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el"
20709;;;;;; (19801 45655)) 20709;;;;;; (20237 33269))
20710;;; Generated autoloads from pgg-gpg.el 20710;;; Generated autoloads from pgg-gpg.el
20711 20711
20712(autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\ 20712(autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\
@@ -20717,7 +20717,7 @@ True if decoded armor MESSAGE-KEYS has symmetric encryption indicator.
20717;;;*** 20717;;;***
20718 20718
20719;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 20719;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
20720;;;;;; (19752 41642)) 20720;;;;;; (20237 33269))
20721;;; Generated autoloads from textmodes/picture.el 20721;;; Generated autoloads from textmodes/picture.el
20722 20722
20723(autoload 'picture-mode "picture" "\ 20723(autoload 'picture-mode "picture" "\
@@ -20798,7 +20798,7 @@ they are not defaultly assigned to keys.
20798;;;*** 20798;;;***
20799 20799
20800;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 20800;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
20801;;;;;; (19752 41642)) 20801;;;;;; (20237 33269))
20802;;; Generated autoloads from textmodes/po.el 20802;;; Generated autoloads from textmodes/po.el
20803 20803
20804(autoload 'po-find-file-coding-system "po" "\ 20804(autoload 'po-find-file-coding-system "po" "\
@@ -20809,7 +20809,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
20809 20809
20810;;;*** 20810;;;***
20811 20811
20812;;;### (autoloads (pong) "pong" "play/pong.el" (19752 41642)) 20812;;;### (autoloads (pong) "pong" "play/pong.el" (20237 33269))
20813;;; Generated autoloads from play/pong.el 20813;;; Generated autoloads from play/pong.el
20814 20814
20815(autoload 'pong "pong" "\ 20815(autoload 'pong "pong" "\
@@ -20827,7 +20827,7 @@ pong-mode keybindings:\\<pong-mode-map>
20827 20827
20828;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression 20828;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression
20829;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" 20829;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el"
20830;;;;;; (19752 41642)) 20830;;;;;; (20237 33269))
20831;;; Generated autoloads from emacs-lisp/pp.el 20831;;; Generated autoloads from emacs-lisp/pp.el
20832 20832
20833(autoload 'pp-to-string "pp" "\ 20833(autoload 'pp-to-string "pp" "\
@@ -20895,7 +20895,7 @@ Ignores leading comment characters.
20895;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 20895;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
20896;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 20896;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
20897;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 20897;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
20898;;;;;; (19752 41642)) 20898;;;;;; (20237 33269))
20899;;; Generated autoloads from printing.el 20899;;; Generated autoloads from printing.el
20900 20900
20901(autoload 'pr-interface "printing" "\ 20901(autoload 'pr-interface "printing" "\
@@ -21482,7 +21482,7 @@ are both set to t.
21482 21482
21483;;;*** 21483;;;***
21484 21484
21485;;;### (autoloads (proced) "proced" "proced.el" (19752 41642)) 21485;;;### (autoloads (proced) "proced" "proced.el" (20237 33269))
21486;;; Generated autoloads from proced.el 21486;;; Generated autoloads from proced.el
21487 21487
21488(autoload 'proced "proced" "\ 21488(autoload 'proced "proced" "\
@@ -21498,7 +21498,7 @@ See `proced-mode' for a description of features available in Proced buffers.
21498;;;*** 21498;;;***
21499 21499
21500;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" 21500;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el"
21501;;;;;; (19752 41642)) 21501;;;;;; (20237 33269))
21502;;; Generated autoloads from progmodes/prolog.el 21502;;; Generated autoloads from progmodes/prolog.el
21503 21503
21504(autoload 'prolog-mode "prolog" "\ 21504(autoload 'prolog-mode "prolog" "\
@@ -21521,8 +21521,8 @@ With prefix argument \\[universal-prefix], prompt for the program to use.
21521 21521
21522;;;*** 21522;;;***
21523 21523
21524;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19752 21524;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (20237
21525;;;;;; 41642)) 21525;;;;;; 33269))
21526;;; Generated autoloads from ps-bdf.el 21526;;; Generated autoloads from ps-bdf.el
21527 21527
21528(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")) "\ 21528(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")) "\
@@ -21533,8 +21533,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
21533 21533
21534;;;*** 21534;;;***
21535 21535
21536;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (19752 21536;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20237
21537;;;;;; 41642)) 21537;;;;;; 33269))
21538;;; Generated autoloads from progmodes/ps-mode.el 21538;;; Generated autoloads from progmodes/ps-mode.el
21539 21539
21540(autoload 'ps-mode "ps-mode" "\ 21540(autoload 'ps-mode "ps-mode" "\
@@ -21585,8 +21585,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
21585;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 21585;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
21586;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 21586;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
21587;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 21587;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
21588;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19752 21588;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20237
21589;;;;;; 41899)) 21589;;;;;; 33632))
21590;;; Generated autoloads from ps-print.el 21590;;; Generated autoloads from ps-print.el
21591 21591
21592(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"))) "\ 21592(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"))) "\
@@ -21782,8 +21782,8 @@ If EXTENSION is any other symbol, it is ignored.
21782 21782
21783;;;*** 21783;;;***
21784 21784
21785;;;### (autoloads (python-shell jython-mode python-mode run-python) 21785;;;### (autoloads (python-shell jython-mode python-mode python-after-info-look
21786;;;;;; "python" "progmodes/python.el" (19752 41642)) 21786;;;;;; run-python) "python" "progmodes/python.el" (20237 33269))
21787;;; Generated autoloads from progmodes/python.el 21787;;; Generated autoloads from progmodes/python.el
21788 21788
21789(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) 21789(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode))
@@ -21815,6 +21815,12 @@ behavior, change `python-remove-cwd-from-path' to nil.
21815 21815
21816\(fn &optional CMD NOSHOW NEW)" t nil) 21816\(fn &optional CMD NOSHOW NEW)" t nil)
21817 21817
21818(autoload 'python-after-info-look "python" "\
21819Set up info-look for Python.
21820Used with `eval-after-load'.
21821
21822\(fn)" nil nil)
21823
21818(autoload 'python-mode "python" "\ 21824(autoload 'python-mode "python" "\
21819Major mode for editing Python files. 21825Major mode for editing Python files.
21820Turns on Font Lock mode unconditionally since it is currently required 21826Turns on Font Lock mode unconditionally since it is currently required
@@ -21903,7 +21909,7 @@ filter.
21903;;;*** 21909;;;***
21904 21910
21905;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 21911;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
21906;;;;;; (19752 41642)) 21912;;;;;; (20237 33269))
21907;;; Generated autoloads from gnus/qp.el 21913;;; Generated autoloads from gnus/qp.el
21908 21914
21909(autoload 'quoted-printable-decode-region "qp" "\ 21915(autoload 'quoted-printable-decode-region "qp" "\
@@ -21926,7 +21932,7 @@ them into characters should be done separately.
21926;;;;;; quail-defrule quail-install-decode-map quail-install-map 21932;;;;;; quail-defrule quail-install-decode-map quail-install-map
21927;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 21933;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
21928;;;;;; quail-define-package quail-use-package quail-title) "quail" 21934;;;;;; quail-define-package quail-use-package quail-title) "quail"
21929;;;;;; "international/quail.el" (19778 61528)) 21935;;;;;; "international/quail.el" (20237 33269))
21930;;; Generated autoloads from international/quail.el 21936;;; Generated autoloads from international/quail.el
21931 21937
21932(autoload 'quail-title "quail" "\ 21938(autoload 'quail-title "quail" "\
@@ -22157,8 +22163,8 @@ of each directory.
22157 22163
22158;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 22164;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
22159;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 22165;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
22160;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (19752 22166;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20237
22161;;;;;; 41642)) 22167;;;;;; 33269))
22162;;; Generated autoloads from net/quickurl.el 22168;;; Generated autoloads from net/quickurl.el
22163 22169
22164(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" "\ 22170(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" "\
@@ -22230,7 +22236,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22230;;;*** 22236;;;***
22231 22237
22232;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 22238;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
22233;;;;;; "net/rcirc.el" (19783 16707)) 22239;;;;;; "net/rcirc.el" (20237 33269))
22234;;; Generated autoloads from net/rcirc.el 22240;;; Generated autoloads from net/rcirc.el
22235 22241
22236(autoload 'rcirc "rcirc" "\ 22242(autoload 'rcirc "rcirc" "\
@@ -22265,8 +22271,8 @@ Global minor mode for tracking activity in rcirc buffers.
22265 22271
22266;;;*** 22272;;;***
22267 22273
22268;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19752 22274;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (20237
22269;;;;;; 41642)) 22275;;;;;; 33269))
22270;;; Generated autoloads from net/rcompile.el 22276;;; Generated autoloads from net/rcompile.el
22271 22277
22272(autoload 'remote-compile "rcompile" "\ 22278(autoload 'remote-compile "rcompile" "\
@@ -22278,7 +22284,7 @@ See \\[compile].
22278;;;*** 22284;;;***
22279 22285
22280;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 22286;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
22281;;;;;; (19771 17123)) 22287;;;;;; (20237 33269))
22282;;; Generated autoloads from emacs-lisp/re-builder.el 22288;;; Generated autoloads from emacs-lisp/re-builder.el
22283 22289
22284(defalias 'regexp-builder 're-builder) 22290(defalias 'regexp-builder 're-builder)
@@ -22290,7 +22296,7 @@ Construct a regexp interactively.
22290 22296
22291;;;*** 22297;;;***
22292 22298
22293;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19752 41642)) 22299;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20237 33269))
22294;;; Generated autoloads from recentf.el 22300;;; Generated autoloads from recentf.el
22295 22301
22296(defvar recentf-mode nil "\ 22302(defvar recentf-mode nil "\
@@ -22317,8 +22323,8 @@ that were operated on recently.
22317;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 22323;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
22318;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 22324;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
22319;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 22325;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
22320;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (19752 22326;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (20237
22321;;;;;; 41642)) 22327;;;;;; 33269))
22322;;; Generated autoloads from rect.el 22328;;; Generated autoloads from rect.el
22323 (define-key ctl-x-r-map "c" 'clear-rectangle) 22329 (define-key ctl-x-r-map "c" 'clear-rectangle)
22324 (define-key ctl-x-r-map "k" 'kill-rectangle) 22330 (define-key ctl-x-r-map "k" 'kill-rectangle)
@@ -22452,8 +22458,8 @@ rectangle which were empty.
22452 22458
22453;;;*** 22459;;;***
22454 22460
22455;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (19752 22461;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (20237
22456;;;;;; 41642)) 22462;;;;;; 33269))
22457;;; Generated autoloads from textmodes/refill.el 22463;;; Generated autoloads from textmodes/refill.el
22458 22464
22459(autoload 'refill-mode "refill" "\ 22465(autoload 'refill-mode "refill" "\
@@ -22469,7 +22475,7 @@ refilling if they would cause auto-filling.
22469;;;*** 22475;;;***
22470 22476
22471;;;### (autoloads (reftex-reset-scanning-information reftex-mode 22477;;;### (autoloads (reftex-reset-scanning-information reftex-mode
22472;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19752 41642)) 22478;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20237 33269))
22473;;; Generated autoloads from textmodes/reftex.el 22479;;; Generated autoloads from textmodes/reftex.el
22474 22480
22475(autoload 'turn-on-reftex "reftex" "\ 22481(autoload 'turn-on-reftex "reftex" "\
@@ -22519,7 +22525,7 @@ This enforces rescanning the buffer on next use.
22519;;;*** 22525;;;***
22520 22526
22521;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 22527;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
22522;;;;;; (19752 41642)) 22528;;;;;; (20237 33269))
22523;;; Generated autoloads from textmodes/reftex-cite.el 22529;;; Generated autoloads from textmodes/reftex-cite.el
22524 22530
22525(autoload 'reftex-citation "reftex-cite" "\ 22531(autoload 'reftex-citation "reftex-cite" "\
@@ -22549,7 +22555,7 @@ While entering the regexp, completion on knows citation keys is possible.
22549;;;*** 22555;;;***
22550 22556
22551;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 22557;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
22552;;;;;; (19752 41642)) 22558;;;;;; (20237 33269))
22553;;; Generated autoloads from textmodes/reftex-global.el 22559;;; Generated autoloads from textmodes/reftex-global.el
22554 22560
22555(autoload 'reftex-isearch-minor-mode "reftex-global" "\ 22561(autoload 'reftex-isearch-minor-mode "reftex-global" "\
@@ -22566,7 +22572,7 @@ With no argument, this command toggles
22566;;;*** 22572;;;***
22567 22573
22568;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 22574;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
22569;;;;;; (19798 54314)) 22575;;;;;; (20237 33269))
22570;;; Generated autoloads from textmodes/reftex-index.el 22576;;; Generated autoloads from textmodes/reftex-index.el
22571 22577
22572(autoload 'reftex-index-phrases-mode "reftex-index" "\ 22578(autoload 'reftex-index-phrases-mode "reftex-index" "\
@@ -22599,7 +22605,7 @@ Here are all local bindings.
22599;;;*** 22605;;;***
22600 22606
22601;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 22607;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
22602;;;;;; (19752 41642)) 22608;;;;;; (20237 33269))
22603;;; Generated autoloads from textmodes/reftex-parse.el 22609;;; Generated autoloads from textmodes/reftex-parse.el
22604 22610
22605(autoload 'reftex-all-document-files "reftex-parse" "\ 22611(autoload 'reftex-all-document-files "reftex-parse" "\
@@ -22611,8 +22617,8 @@ of master file.
22611 22617
22612;;;*** 22618;;;***
22613 22619
22614;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19752 22620;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20237
22615;;;;;; 41642)) 22621;;;;;; 33269))
22616;;; Generated autoloads from textmodes/reftex-vars.el 22622;;; Generated autoloads from textmodes/reftex-vars.el
22617(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22623(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
22618(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22624(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -22622,7 +22628,7 @@ of master file.
22622;;;*** 22628;;;***
22623 22629
22624;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 22630;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
22625;;;;;; (19752 41642)) 22631;;;;;; (20237 33269))
22626;;; Generated autoloads from emacs-lisp/regexp-opt.el 22632;;; Generated autoloads from emacs-lisp/regexp-opt.el
22627 22633
22628(autoload 'regexp-opt "regexp-opt" "\ 22634(autoload 'regexp-opt "regexp-opt" "\
@@ -22651,7 +22657,7 @@ This means the number of non-shy regexp grouping constructs
22651 22657
22652;;;### (autoloads (remember-diary-extract-entries remember-clipboard 22658;;;### (autoloads (remember-diary-extract-entries remember-clipboard
22653;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" 22659;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
22654;;;;;; (19752 41642)) 22660;;;;;; (20237 33269))
22655;;; Generated autoloads from textmodes/remember.el 22661;;; Generated autoloads from textmodes/remember.el
22656 22662
22657(autoload 'remember "remember" "\ 22663(autoload 'remember "remember" "\
@@ -22682,7 +22688,7 @@ Extract diary entries from the region.
22682 22688
22683;;;*** 22689;;;***
22684 22690
22685;;;### (autoloads (repeat) "repeat" "repeat.el" (19752 41642)) 22691;;;### (autoloads (repeat) "repeat" "repeat.el" (20237 33269))
22686;;; Generated autoloads from repeat.el 22692;;; Generated autoloads from repeat.el
22687 22693
22688(autoload 'repeat "repeat" "\ 22694(autoload 'repeat "repeat" "\
@@ -22705,7 +22711,7 @@ recently executed command not bound to an input event\".
22705;;;*** 22711;;;***
22706 22712
22707;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 22713;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
22708;;;;;; (19752 41642)) 22714;;;;;; (20237 33269))
22709;;; Generated autoloads from mail/reporter.el 22715;;; Generated autoloads from mail/reporter.el
22710 22716
22711(autoload 'reporter-submit-bug-report "reporter" "\ 22717(autoload 'reporter-submit-bug-report "reporter" "\
@@ -22737,7 +22743,7 @@ mail-sending package is used for editing and sending the message.
22737;;;*** 22743;;;***
22738 22744
22739;;;### (autoloads (reposition-window) "reposition" "reposition.el" 22745;;;### (autoloads (reposition-window) "reposition" "reposition.el"
22740;;;;;; (19752 41642)) 22746;;;;;; (20237 33269))
22741;;; Generated autoloads from reposition.el 22747;;; Generated autoloads from reposition.el
22742 22748
22743(autoload 'reposition-window "reposition" "\ 22749(autoload 'reposition-window "reposition" "\
@@ -22764,7 +22770,7 @@ first comment line visible (if point is in a comment).
22764;;;*** 22770;;;***
22765 22771
22766;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 22772;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
22767;;;;;; (19752 41642)) 22773;;;;;; (20237 33269))
22768;;; Generated autoloads from reveal.el 22774;;; Generated autoloads from reveal.el
22769 22775
22770(autoload 'reveal-mode "reveal" "\ 22776(autoload 'reveal-mode "reveal" "\
@@ -22799,7 +22805,7 @@ With zero or negative ARG turn mode off.
22799;;;*** 22805;;;***
22800 22806
22801;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 22807;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
22802;;;;;; (19752 41642)) 22808;;;;;; (20237 33269))
22803;;; Generated autoloads from emacs-lisp/ring.el 22809;;; Generated autoloads from emacs-lisp/ring.el
22804 22810
22805(autoload 'ring-p "ring" "\ 22811(autoload 'ring-p "ring" "\
@@ -22814,7 +22820,7 @@ Make a ring that can contain SIZE elements.
22814 22820
22815;;;*** 22821;;;***
22816 22822
22817;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (19752 41642)) 22823;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20237 33269))
22818;;; Generated autoloads from net/rlogin.el 22824;;; Generated autoloads from net/rlogin.el
22819 (add-hook 'same-window-regexps (purecopy "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")) 22825 (add-hook 'same-window-regexps (purecopy "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)"))
22820 22826
@@ -22864,8 +22870,8 @@ variable.
22864;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 22870;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
22865;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 22871;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
22866;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp 22872;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp
22867;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19813 22873;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (20237
22868;;;;;; 31420)) 22874;;;;;; 33631))
22869;;; Generated autoloads from mail/rmail.el 22875;;; Generated autoloads from mail/rmail.el
22870 22876
22871(autoload 'rmail-movemail-variant-p "rmail" "\ 22877(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -23059,7 +23065,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23059;;;*** 23065;;;***
23060 23066
23061;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen 23067;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
23062;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19752 41642)) 23068;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20237 33269))
23063;;; Generated autoloads from mail/rmailout.el 23069;;; Generated autoloads from mail/rmailout.el
23064(put 'rmail-output-file-alist 'risky-local-variable t) 23070(put 'rmail-output-file-alist 'risky-local-variable t)
23065 23071
@@ -23124,7 +23130,7 @@ than appending to it. Deletes the message after writing if
23124;;;*** 23130;;;***
23125 23131
23126;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" 23132;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
23127;;;;;; (19752 41642)) 23133;;;;;; (20237 33269))
23128;;; Generated autoloads from nxml/rng-cmpct.el 23134;;; Generated autoloads from nxml/rng-cmpct.el
23129 23135
23130(autoload 'rng-c-load-schema "rng-cmpct" "\ 23136(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -23136,7 +23142,7 @@ Return a pattern.
23136;;;*** 23142;;;***
23137 23143
23138;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" 23144;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
23139;;;;;; (19752 41642)) 23145;;;;;; (20237 33269))
23140;;; Generated autoloads from nxml/rng-nxml.el 23146;;; Generated autoloads from nxml/rng-nxml.el
23141 23147
23142(autoload 'rng-nxml-mode-init "rng-nxml" "\ 23148(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -23149,7 +23155,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23149;;;*** 23155;;;***
23150 23156
23151;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" 23157;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
23152;;;;;; (19752 41642)) 23158;;;;;; (20237 33269))
23153;;; Generated autoloads from nxml/rng-valid.el 23159;;; Generated autoloads from nxml/rng-valid.el
23154 23160
23155(autoload 'rng-validate-mode "rng-valid" "\ 23161(autoload 'rng-validate-mode "rng-valid" "\
@@ -23179,8 +23185,8 @@ to use for finding the schema.
23179 23185
23180;;;*** 23186;;;***
23181 23187
23182;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19752 23188;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (20237
23183;;;;;; 41642)) 23189;;;;;; 33269))
23184;;; Generated autoloads from nxml/rng-xsd.el 23190;;; Generated autoloads from nxml/rng-xsd.el
23185 23191
23186(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 23192(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -23208,7 +23214,7 @@ must be equal.
23208;;;*** 23214;;;***
23209 23215
23210;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) 23216;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
23211;;;;;; "robin" "international/robin.el" (19752 41642)) 23217;;;;;; "robin" "international/robin.el" (20124 54382))
23212;;; Generated autoloads from international/robin.el 23218;;; Generated autoloads from international/robin.el
23213 23219
23214(autoload 'robin-define-package "robin" "\ 23220(autoload 'robin-define-package "robin" "\
@@ -23241,7 +23247,7 @@ Start using robin package NAME, which is a string.
23241;;;*** 23247;;;***
23242 23248
23243;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 23249;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
23244;;;;;; rot13-string rot13) "rot13" "rot13.el" (19752 41642)) 23250;;;;;; rot13-string rot13) "rot13" "rot13.el" (20237 33269))
23245;;; Generated autoloads from rot13.el 23251;;; Generated autoloads from rot13.el
23246 23252
23247(autoload 'rot13 "rot13" "\ 23253(autoload 'rot13 "rot13" "\
@@ -23279,7 +23285,7 @@ Toggle the use of ROT13 encoding for the current window.
23279;;;*** 23285;;;***
23280 23286
23281;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" 23287;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
23282;;;;;; (19752 41642)) 23288;;;;;; (20237 33269))
23283;;; Generated autoloads from textmodes/rst.el 23289;;; Generated autoloads from textmodes/rst.el
23284 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 23290 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
23285 23291
@@ -23317,7 +23323,7 @@ for modes derived from Text mode, like Mail mode.
23317;;;*** 23323;;;***
23318 23324
23319;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" 23325;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el"
23320;;;;;; (19771 32139)) 23326;;;;;; (20237 33269))
23321;;; Generated autoloads from progmodes/ruby-mode.el 23327;;; Generated autoloads from progmodes/ruby-mode.el
23322 23328
23323(autoload 'ruby-mode "ruby-mode" "\ 23329(autoload 'ruby-mode "ruby-mode" "\
@@ -23338,8 +23344,8 @@ The variable `ruby-indent-level' controls the amount of indentation.
23338 23344
23339;;;*** 23345;;;***
23340 23346
23341;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (19752 23347;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (20237
23342;;;;;; 41642)) 23348;;;;;; 33269))
23343;;; Generated autoloads from ruler-mode.el 23349;;; Generated autoloads from ruler-mode.el
23344 23350
23345(autoload 'ruler-mode "ruler-mode" "\ 23351(autoload 'ruler-mode "ruler-mode" "\
@@ -23349,8 +23355,8 @@ Display a ruler in the header line if ARG > 0.
23349 23355
23350;;;*** 23356;;;***
23351 23357
23352;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (19752 23358;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20237
23353;;;;;; 41642)) 23359;;;;;; 33269))
23354;;; Generated autoloads from emacs-lisp/rx.el 23360;;; Generated autoloads from emacs-lisp/rx.el
23355 23361
23356(autoload 'rx-to-string "rx" "\ 23362(autoload 'rx-to-string "rx" "\
@@ -23657,7 +23663,7 @@ enclosed in `(and ...)'.
23657;;;*** 23663;;;***
23658 23664
23659;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" 23665;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el"
23660;;;;;; (19752 41642)) 23666;;;;;; (20237 33269))
23661;;; Generated autoloads from savehist.el 23667;;; Generated autoloads from savehist.el
23662 23668
23663(defvar savehist-mode nil "\ 23669(defvar savehist-mode nil "\
@@ -23683,7 +23689,7 @@ which is probably undesirable.
23683;;;*** 23689;;;***
23684 23690
23685;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 23691;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
23686;;;;;; (19752 41642)) 23692;;;;;; (20237 33269))
23687;;; Generated autoloads from progmodes/scheme.el 23693;;; Generated autoloads from progmodes/scheme.el
23688 23694
23689(autoload 'scheme-mode "scheme" "\ 23695(autoload 'scheme-mode "scheme" "\
@@ -23725,7 +23731,7 @@ that variable's value is a string.
23725;;;*** 23731;;;***
23726 23732
23727;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 23733;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
23728;;;;;; (19752 41642)) 23734;;;;;; (20237 33269))
23729;;; Generated autoloads from gnus/score-mode.el 23735;;; Generated autoloads from gnus/score-mode.el
23730 23736
23731(autoload 'gnus-score-mode "score-mode" "\ 23737(autoload 'gnus-score-mode "score-mode" "\
@@ -23739,7 +23745,7 @@ This mode is an extended emacs-lisp mode.
23739;;;*** 23745;;;***
23740 23746
23741;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 23747;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
23742;;;;;; (19752 41642)) 23748;;;;;; (20237 33269))
23743;;; Generated autoloads from scroll-all.el 23749;;; Generated autoloads from scroll-all.el
23744 23750
23745(defvar scroll-all-mode nil "\ 23751(defvar scroll-all-mode nil "\
@@ -23762,7 +23768,7 @@ apply to all visible windows in the same frame.
23762;;;*** 23768;;;***
23763 23769
23764;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 23770;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
23765;;;;;; (19752 41642)) 23771;;;;;; (20237 33269))
23766;;; Generated autoloads from scroll-lock.el 23772;;; Generated autoloads from scroll-lock.el
23767 23773
23768(autoload 'scroll-lock-mode "scroll-lock" "\ 23774(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -23777,7 +23783,7 @@ during scrolling.
23777;;;*** 23783;;;***
23778 23784
23779;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" 23785;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
23780;;;;;; "cedet/semantic.el" (19752 41642)) 23786;;;;;; "cedet/semantic.el" (20237 33269))
23781;;; Generated autoloads from cedet/semantic.el 23787;;; Generated autoloads from cedet/semantic.el
23782 23788
23783(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ 23789(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
@@ -23829,7 +23835,7 @@ Semantic mode.
23829;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 23835;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
23830;;;;;; mail-header-separator send-mail-function mail-interactive 23836;;;;;; mail-header-separator send-mail-function mail-interactive
23831;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 23837;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
23832;;;;;; "sendmail" "mail/sendmail.el" (19757 4673)) 23838;;;;;; "sendmail" "mail/sendmail.el" (20237 33269))
23833;;; Generated autoloads from mail/sendmail.el 23839;;; Generated autoloads from mail/sendmail.el
23834 23840
23835(defvar mail-from-style 'default "\ 23841(defvar mail-from-style 'default "\
@@ -24128,8 +24134,8 @@ Like `mail' command, but display mail buffer in another frame.
24128;;;*** 24134;;;***
24129 24135
24130;;;### (autoloads (server-save-buffers-kill-terminal server-mode 24136;;;### (autoloads (server-save-buffers-kill-terminal server-mode
24131;;;;;; server-force-delete server-start) "server" "server.el" (19752 24137;;;;;; server-force-delete server-start) "server" "server.el" (20237
24132;;;;;; 41642)) 24138;;;;;; 33269))
24133;;; Generated autoloads from server.el 24139;;; Generated autoloads from server.el
24134 24140
24135(autoload 'server-start "server" "\ 24141(autoload 'server-start "server" "\
@@ -24186,7 +24192,7 @@ only these files will be asked to be saved.
24186 24192
24187;;;*** 24193;;;***
24188 24194
24189;;;### (autoloads (ses-mode) "ses" "ses.el" (19752 41642)) 24195;;;### (autoloads (ses-mode) "ses" "ses.el" (20237 33269))
24190;;; Generated autoloads from ses.el 24196;;; Generated autoloads from ses.el
24191 24197
24192(autoload 'ses-mode "ses" "\ 24198(autoload 'ses-mode "ses" "\
@@ -24205,7 +24211,7 @@ These are active only in the minibuffer, when entering or editing a formula:
24205;;;*** 24211;;;***
24206 24212
24207;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 24213;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
24208;;;;;; (19752 41642)) 24214;;;;;; (20237 33269))
24209;;; Generated autoloads from textmodes/sgml-mode.el 24215;;; Generated autoloads from textmodes/sgml-mode.el
24210 24216
24211(autoload 'sgml-mode "sgml-mode" "\ 24217(autoload 'sgml-mode "sgml-mode" "\
@@ -24271,7 +24277,7 @@ To work around that, do:
24271;;;*** 24277;;;***
24272 24278
24273;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 24279;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
24274;;;;;; (19752 41642)) 24280;;;;;; (20237 33269))
24275;;; Generated autoloads from progmodes/sh-script.el 24281;;; Generated autoloads from progmodes/sh-script.el
24276(put 'sh-shell 'safe-local-variable 'symbolp) 24282(put 'sh-shell 'safe-local-variable 'symbolp)
24277 24283
@@ -24335,7 +24341,7 @@ with your script for an edit-interpret-debug cycle.
24335 24341
24336;;;*** 24342;;;***
24337 24343
24338;;;### (autoloads (sha1) "sha1" "sha1.el" (19752 41642)) 24344;;;### (autoloads (sha1) "sha1" "sha1.el" (20237 33269))
24339;;; Generated autoloads from sha1.el 24345;;; Generated autoloads from sha1.el
24340 24346
24341(autoload 'sha1 "sha1" "\ 24347(autoload 'sha1 "sha1" "\
@@ -24350,7 +24356,7 @@ If BINARY is non-nil, return a string in binary form.
24350;;;*** 24356;;;***
24351 24357
24352;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 24358;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
24353;;;;;; (19780 34298)) 24359;;;;;; (20237 33269))
24354;;; Generated autoloads from emacs-lisp/shadow.el 24360;;; Generated autoloads from emacs-lisp/shadow.el
24355 24361
24356(autoload 'list-load-path-shadows "shadow" "\ 24362(autoload 'list-load-path-shadows "shadow" "\
@@ -24400,8 +24406,8 @@ function, `load-path-shadows-find'.
24400;;;*** 24406;;;***
24401 24407
24402;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 24408;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
24403;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19752 24409;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (20237
24404;;;;;; 41642)) 24410;;;;;; 33269))
24405;;; Generated autoloads from shadowfile.el 24411;;; Generated autoloads from shadowfile.el
24406 24412
24407(autoload 'shadow-define-cluster "shadowfile" "\ 24413(autoload 'shadow-define-cluster "shadowfile" "\
@@ -24440,7 +24446,7 @@ Set up file shadowing.
24440;;;*** 24446;;;***
24441 24447
24442;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 24448;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
24443;;;;;; (19752 41642)) 24449;;;;;; (20237 33269))
24444;;; Generated autoloads from shell.el 24450;;; Generated autoloads from shell.el
24445 24451
24446(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 24452(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -24490,7 +24496,7 @@ Otherwise, one argument `-i' is passed to the shell.
24490;;;*** 24496;;;***
24491 24497
24492;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 24498;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
24493;;;;;; "sieve" "gnus/sieve.el" (19752 41642)) 24499;;;;;; "sieve" "gnus/sieve.el" (20237 33269))
24494;;; Generated autoloads from gnus/sieve.el 24500;;; Generated autoloads from gnus/sieve.el
24495 24501
24496(autoload 'sieve-manage "sieve" "\ 24502(autoload 'sieve-manage "sieve" "\
@@ -24511,7 +24517,7 @@ Not documented
24511;;;*** 24517;;;***
24512 24518
24513;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 24519;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
24514;;;;;; (19752 41642)) 24520;;;;;; (20237 33269))
24515;;; Generated autoloads from gnus/sieve-mode.el 24521;;; Generated autoloads from gnus/sieve-mode.el
24516 24522
24517(autoload 'sieve-mode "sieve-mode" "\ 24523(autoload 'sieve-mode "sieve-mode" "\
@@ -24526,8 +24532,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
24526 24532
24527;;;*** 24533;;;***
24528 24534
24529;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19752 24535;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20237
24530;;;;;; 41642)) 24536;;;;;; 33269))
24531;;; Generated autoloads from progmodes/simula.el 24537;;; Generated autoloads from progmodes/simula.el
24532 24538
24533(autoload 'simula-mode "simula" "\ 24539(autoload 'simula-mode "simula" "\
@@ -24576,7 +24582,7 @@ with no arguments, if that value is non-nil.
24576;;;*** 24582;;;***
24577 24583
24578;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 24584;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
24579;;;;;; define-skeleton) "skeleton" "skeleton.el" (19752 41642)) 24585;;;;;; define-skeleton) "skeleton" "skeleton.el" (20237 33269))
24580;;; Generated autoloads from skeleton.el 24586;;; Generated autoloads from skeleton.el
24581 24587
24582(defvar skeleton-filter-function 'identity "\ 24588(defvar skeleton-filter-function 'identity "\
@@ -24686,7 +24692,7 @@ symmetrical ones, and the same character twice for the others.
24686;;;*** 24692;;;***
24687 24693
24688;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) 24694;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
24689;;;;;; "smerge-mode" "smerge-mode.el" (19752 41642)) 24695;;;;;; "smerge-mode" "smerge-mode.el" (20237 33269))
24690;;; Generated autoloads from smerge-mode.el 24696;;; Generated autoloads from smerge-mode.el
24691 24697
24692(autoload 'smerge-ediff "smerge-mode" "\ 24698(autoload 'smerge-ediff "smerge-mode" "\
@@ -24711,7 +24717,7 @@ If no conflict maker is found, turn off `smerge-mode'.
24711;;;*** 24717;;;***
24712 24718
24713;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 24719;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
24714;;;;;; (19752 41642)) 24720;;;;;; (20237 33269))
24715;;; Generated autoloads from gnus/smiley.el 24721;;; Generated autoloads from gnus/smiley.el
24716 24722
24717(autoload 'smiley-region "smiley" "\ 24723(autoload 'smiley-region "smiley" "\
@@ -24729,7 +24735,7 @@ interactively. If there's no argument, do it at the current buffer.
24729;;;*** 24735;;;***
24730 24736
24731;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 24737;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
24732;;;;;; "mail/smtpmail.el" (19752 41642)) 24738;;;;;; "mail/smtpmail.el" (20237 33269))
24733;;; Generated autoloads from mail/smtpmail.el 24739;;; Generated autoloads from mail/smtpmail.el
24734 24740
24735(autoload 'smtpmail-send-it "smtpmail" "\ 24741(autoload 'smtpmail-send-it "smtpmail" "\
@@ -24744,7 +24750,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
24744 24750
24745;;;*** 24751;;;***
24746 24752
24747;;;### (autoloads (snake) "snake" "play/snake.el" (19752 41642)) 24753;;;### (autoloads (snake) "snake" "play/snake.el" (20237 33269))
24748;;; Generated autoloads from play/snake.el 24754;;; Generated autoloads from play/snake.el
24749 24755
24750(autoload 'snake "snake" "\ 24756(autoload 'snake "snake" "\
@@ -24768,7 +24774,7 @@ Snake mode keybindings:
24768;;;*** 24774;;;***
24769 24775
24770;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 24776;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
24771;;;;;; (19752 41642)) 24777;;;;;; (20237 33269))
24772;;; Generated autoloads from net/snmp-mode.el 24778;;; Generated autoloads from net/snmp-mode.el
24773 24779
24774(autoload 'snmp-mode "snmp-mode" "\ 24780(autoload 'snmp-mode "snmp-mode" "\
@@ -24797,8 +24803,8 @@ then `snmpv2-mode-hook'.
24797 24803
24798;;;*** 24804;;;***
24799 24805
24800;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (19752 24806;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (20237
24801;;;;;; 41642)) 24807;;;;;; 33269))
24802;;; Generated autoloads from calendar/solar.el 24808;;; Generated autoloads from calendar/solar.el
24803 24809
24804(autoload 'sunrise-sunset "solar" "\ 24810(autoload 'sunrise-sunset "solar" "\
@@ -24813,8 +24819,8 @@ This function is suitable for execution in a .emacs file.
24813 24819
24814;;;*** 24820;;;***
24815 24821
24816;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19752 24822;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20237
24817;;;;;; 41642)) 24823;;;;;; 33269))
24818;;; Generated autoloads from play/solitaire.el 24824;;; Generated autoloads from play/solitaire.el
24819 24825
24820(autoload 'solitaire "solitaire" "\ 24826(autoload 'solitaire "solitaire" "\
@@ -24891,7 +24897,7 @@ Pick your favourite shortcuts:
24891 24897
24892;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 24898;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
24893;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 24899;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
24894;;;;;; sort-lines sort-subr) "sort" "sort.el" (19752 41642)) 24900;;;;;; sort-lines sort-subr) "sort" "sort.el" (20237 33269))
24895;;; Generated autoloads from sort.el 24901;;; Generated autoloads from sort.el
24896(put 'sort-fold-case 'safe-local-variable 'booleanp) 24902(put 'sort-fold-case 'safe-local-variable 'booleanp)
24897 24903
@@ -25035,8 +25041,8 @@ From a program takes two point or marker arguments, BEG and END.
25035 25041
25036;;;*** 25042;;;***
25037 25043
25038;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (19752 25044;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20237
25039;;;;;; 41642)) 25045;;;;;; 33269))
25040;;; Generated autoloads from gnus/spam.el 25046;;; Generated autoloads from gnus/spam.el
25041 25047
25042(autoload 'spam-initialize "spam" "\ 25048(autoload 'spam-initialize "spam" "\
@@ -25052,7 +25058,7 @@ installed through `spam-necessary-extra-headers'.
25052 25058
25053;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 25059;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
25054;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 25060;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
25055;;;;;; "gnus/spam-report.el" (19752 41642)) 25061;;;;;; "gnus/spam-report.el" (20237 33269))
25056;;; Generated autoloads from gnus/spam-report.el 25062;;; Generated autoloads from gnus/spam-report.el
25057 25063
25058(autoload 'spam-report-process-queue "spam-report" "\ 25064(autoload 'spam-report-process-queue "spam-report" "\
@@ -25095,7 +25101,7 @@ Spam reports will be queued with the method used when
25095;;;*** 25101;;;***
25096 25102
25097;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 25103;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
25098;;;;;; "speedbar.el" (19752 41642)) 25104;;;;;; "speedbar.el" (20237 33269))
25099;;; Generated autoloads from speedbar.el 25105;;; Generated autoloads from speedbar.el
25100 25106
25101(defalias 'speedbar 'speedbar-frame-mode) 25107(defalias 'speedbar 'speedbar-frame-mode)
@@ -25120,7 +25126,7 @@ selected. If the speedbar frame is active, then select the attached frame.
25120;;;*** 25126;;;***
25121 25127
25122;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 25128;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
25123;;;;;; "spell" "textmodes/spell.el" (19752 41642)) 25129;;;;;; "spell" "textmodes/spell.el" (20237 33269))
25124;;; Generated autoloads from textmodes/spell.el 25130;;; Generated autoloads from textmodes/spell.el
25125 25131
25126(put 'spell-filter 'risky-local-variable t) 25132(put 'spell-filter 'risky-local-variable t)
@@ -25164,8 +25170,8 @@ Check spelling of string supplied as argument.
25164 25170
25165;;;*** 25171;;;***
25166 25172
25167;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19752 25173;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (20237
25168;;;;;; 41642)) 25174;;;;;; 33269))
25169;;; Generated autoloads from play/spook.el 25175;;; Generated autoloads from play/spook.el
25170 25176
25171(autoload 'spook "spook" "\ 25177(autoload 'spook "spook" "\
@@ -25183,8 +25189,8 @@ Return a vector containing the lines from `spook-phrases-file'.
25183;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres 25189;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
25184;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 25190;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
25185;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help 25191;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help
25186;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (19752 25192;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (20237
25187;;;;;; 41642)) 25193;;;;;; 33269))
25188;;; Generated autoloads from progmodes/sql.el 25194;;; Generated autoloads from progmodes/sql.el
25189 25195
25190(autoload 'sql-add-product-keywords "sql" "\ 25196(autoload 'sql-add-product-keywords "sql" "\
@@ -25611,7 +25617,7 @@ input. See `sql-interactive-mode'.
25611;;;*** 25617;;;***
25612 25618
25613;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" 25619;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
25614;;;;;; (19752 41642)) 25620;;;;;; (20237 33269))
25615;;; Generated autoloads from cedet/srecode/srt-mode.el 25621;;; Generated autoloads from cedet/srecode/srt-mode.el
25616 25622
25617(autoload 'srecode-template-mode "srecode/srt-mode" "\ 25623(autoload 'srecode-template-mode "srecode/srt-mode" "\
@@ -25627,8 +25633,8 @@ Major-mode for writing SRecode macros.
25627;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 25633;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
25628;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 25634;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
25629;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 25635;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
25630;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19752 25636;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (20237
25631;;;;;; 41642)) 25637;;;;;; 33269))
25632;;; Generated autoloads from strokes.el 25638;;; Generated autoloads from strokes.el
25633 25639
25634(autoload 'strokes-global-set-stroke "strokes" "\ 25640(autoload 'strokes-global-set-stroke "strokes" "\
@@ -25738,7 +25744,7 @@ Read a complex stroke and insert its glyph into the current buffer.
25738;;;*** 25744;;;***
25739 25745
25740;;;### (autoloads (studlify-buffer studlify-word studlify-region) 25746;;;### (autoloads (studlify-buffer studlify-word studlify-region)
25741;;;;;; "studly" "play/studly.el" (19636 58496)) 25747;;;;;; "studly" "play/studly.el" (20124 54382))
25742;;; Generated autoloads from play/studly.el 25748;;; Generated autoloads from play/studly.el
25743 25749
25744(autoload 'studlify-region "studly" "\ 25750(autoload 'studlify-region "studly" "\
@@ -25759,7 +25765,7 @@ Studlify-case the current buffer.
25759;;;*** 25765;;;***
25760 25766
25761;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el" 25767;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el"
25762;;;;;; (19752 41642)) 25768;;;;;; (20237 33269))
25763;;; Generated autoloads from progmodes/subword.el 25769;;; Generated autoloads from progmodes/subword.el
25764 25770
25765(autoload 'subword-mode "subword" "\ 25771(autoload 'subword-mode "subword" "\
@@ -25807,7 +25813,7 @@ See `subword-mode' for more information on Subword mode.
25807;;;*** 25813;;;***
25808 25814
25809;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 25815;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
25810;;;;;; (19752 41642)) 25816;;;;;; (20237 33269))
25811;;; Generated autoloads from mail/supercite.el 25817;;; Generated autoloads from mail/supercite.el
25812 25818
25813(autoload 'sc-cite-original "supercite" "\ 25819(autoload 'sc-cite-original "supercite" "\
@@ -25839,8 +25845,8 @@ and `sc-post-hook' is run after the guts of this function.
25839 25845
25840;;;*** 25846;;;***
25841 25847
25842;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (19752 25848;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (20237
25843;;;;;; 41642)) 25849;;;;;; 33269))
25844;;; Generated autoloads from t-mouse.el 25850;;; Generated autoloads from t-mouse.el
25845 25851
25846(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 25852(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -25867,7 +25873,7 @@ It relies on the `gpm' daemon being activated.
25867 25873
25868;;;*** 25874;;;***
25869 25875
25870;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19752 41642)) 25876;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (20237 33269))
25871;;; Generated autoloads from tabify.el 25877;;; Generated autoloads from tabify.el
25872 25878
25873(autoload 'untabify "tabify" "\ 25879(autoload 'untabify "tabify" "\
@@ -25902,7 +25908,7 @@ The variable `tab-width' controls the spacing of tab stops.
25902;;;;;; table-recognize table-insert-row-column table-insert-column 25908;;;;;; table-recognize table-insert-row-column table-insert-column
25903;;;;;; table-insert-row table-insert table-point-left-cell-hook 25909;;;;;; table-insert-row table-insert table-point-left-cell-hook
25904;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 25910;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
25905;;;;;; "table" "textmodes/table.el" (19752 41642)) 25911;;;;;; "table" "textmodes/table.el" (20237 33269))
25906;;; Generated autoloads from textmodes/table.el 25912;;; Generated autoloads from textmodes/table.el
25907 25913
25908(defvar table-cell-map-hook nil "\ 25914(defvar table-cell-map-hook nil "\
@@ -26490,7 +26496,7 @@ converts a table into plain text without frames. It is a companion to
26490 26496
26491;;;*** 26497;;;***
26492 26498
26493;;;### (autoloads (talk talk-connect) "talk" "talk.el" (19752 41642)) 26499;;;### (autoloads (talk talk-connect) "talk" "talk.el" (20237 33269))
26494;;; Generated autoloads from talk.el 26500;;; Generated autoloads from talk.el
26495 26501
26496(autoload 'talk-connect "talk" "\ 26502(autoload 'talk-connect "talk" "\
@@ -26505,7 +26511,7 @@ Connect to the Emacs talk group from the current X display or tty frame.
26505 26511
26506;;;*** 26512;;;***
26507 26513
26508;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19752 41642)) 26514;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20237 33269))
26509;;; Generated autoloads from tar-mode.el 26515;;; Generated autoloads from tar-mode.el
26510 26516
26511(autoload 'tar-mode "tar-mode" "\ 26517(autoload 'tar-mode "tar-mode" "\
@@ -26529,7 +26535,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
26529;;;*** 26535;;;***
26530 26536
26531;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 26537;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
26532;;;;;; "progmodes/tcl.el" (19752 41642)) 26538;;;;;; "progmodes/tcl.el" (20237 33269))
26533;;; Generated autoloads from progmodes/tcl.el 26539;;; Generated autoloads from progmodes/tcl.el
26534 26540
26535(autoload 'tcl-mode "tcl" "\ 26541(autoload 'tcl-mode "tcl" "\
@@ -26580,7 +26586,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
26580 26586
26581;;;*** 26587;;;***
26582 26588
26583;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (19752 41642)) 26589;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20237 33269))
26584;;; Generated autoloads from net/telnet.el 26590;;; Generated autoloads from net/telnet.el
26585 (add-hook 'same-window-regexps (purecopy "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")) 26591 (add-hook 'same-window-regexps (purecopy "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)"))
26586 26592
@@ -26608,7 +26614,7 @@ Normally input is edited in Emacs and sent a line at a time.
26608;;;*** 26614;;;***
26609 26615
26610;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" 26616;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
26611;;;;;; (19752 41642)) 26617;;;;;; (20237 33269))
26612;;; Generated autoloads from term.el 26618;;; Generated autoloads from term.el
26613 26619
26614(autoload 'make-term "term" "\ 26620(autoload 'make-term "term" "\
@@ -26650,8 +26656,8 @@ use in that buffer.
26650 26656
26651;;;*** 26657;;;***
26652 26658
26653;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19752 26659;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20237
26654;;;;;; 41642)) 26660;;;;;; 33269))
26655;;; Generated autoloads from terminal.el 26661;;; Generated autoloads from terminal.el
26656 26662
26657(autoload 'terminal-emulator "terminal" "\ 26663(autoload 'terminal-emulator "terminal" "\
@@ -26688,7 +26694,7 @@ subprocess started.
26688;;;*** 26694;;;***
26689 26695
26690;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 26696;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
26691;;;;;; (19752 41642)) 26697;;;;;; (20237 33269))
26692;;; Generated autoloads from emacs-lisp/testcover.el 26698;;; Generated autoloads from emacs-lisp/testcover.el
26693 26699
26694(autoload 'testcover-this-defun "testcover" "\ 26700(autoload 'testcover-this-defun "testcover" "\
@@ -26698,7 +26704,7 @@ Start coverage on function under point.
26698 26704
26699;;;*** 26705;;;***
26700 26706
26701;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19752 41642)) 26707;;;### (autoloads (tetris) "tetris" "play/tetris.el" (20237 33269))
26702;;; Generated autoloads from play/tetris.el 26708;;; Generated autoloads from play/tetris.el
26703 26709
26704(autoload 'tetris "tetris" "\ 26710(autoload 'tetris "tetris" "\
@@ -26729,7 +26735,7 @@ tetris-mode keybindings:
26729;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 26735;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
26730;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 26736;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
26731;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 26737;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
26732;;;;;; (19752 41642)) 26738;;;;;; (20237 33269))
26733;;; Generated autoloads from textmodes/tex-mode.el 26739;;; Generated autoloads from textmodes/tex-mode.el
26734 26740
26735(defvar tex-shell-file-name nil "\ 26741(defvar tex-shell-file-name nil "\
@@ -27031,7 +27037,7 @@ Major mode to edit DocTeX files.
27031;;;*** 27037;;;***
27032 27038
27033;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 27039;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
27034;;;;;; "texinfmt" "textmodes/texinfmt.el" (19752 41642)) 27040;;;;;; "texinfmt" "textmodes/texinfmt.el" (20237 33269))
27035;;; Generated autoloads from textmodes/texinfmt.el 27041;;; Generated autoloads from textmodes/texinfmt.el
27036 27042
27037(autoload 'texinfo-format-buffer "texinfmt" "\ 27043(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -27071,7 +27077,7 @@ if large. You can use `Info-split' to do this manually.
27071;;;*** 27077;;;***
27072 27078
27073;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 27079;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
27074;;;;;; "texinfo" "textmodes/texinfo.el" (19752 41642)) 27080;;;;;; "texinfo" "textmodes/texinfo.el" (20237 33269))
27075;;; Generated autoloads from textmodes/texinfo.el 27081;;; Generated autoloads from textmodes/texinfo.el
27076 27082
27077(defvar texinfo-open-quote (purecopy "``") "\ 27083(defvar texinfo-open-quote (purecopy "``") "\
@@ -27157,7 +27163,7 @@ value of `texinfo-mode-hook'.
27157 27163
27158;;;### (autoloads (thai-composition-function thai-compose-buffer 27164;;;### (autoloads (thai-composition-function thai-compose-buffer
27159;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" 27165;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
27160;;;;;; (19752 41642)) 27166;;;;;; (20237 33269))
27161;;; Generated autoloads from language/thai-util.el 27167;;; Generated autoloads from language/thai-util.el
27162 27168
27163(autoload 'thai-compose-region "thai-util" "\ 27169(autoload 'thai-compose-region "thai-util" "\
@@ -27186,7 +27192,7 @@ Not documented
27186 27192
27187;;;### (autoloads (list-at-point number-at-point symbol-at-point 27193;;;### (autoloads (list-at-point number-at-point symbol-at-point
27188;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 27194;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
27189;;;;;; "thingatpt" "thingatpt.el" (19752 41642)) 27195;;;;;; "thingatpt" "thingatpt.el" (20237 33269))
27190;;; Generated autoloads from thingatpt.el 27196;;; Generated autoloads from thingatpt.el
27191 27197
27192(autoload 'forward-thing "thingatpt" "\ 27198(autoload 'forward-thing "thingatpt" "\
@@ -27243,7 +27249,7 @@ Return the Lisp list at point, or nil if none is found.
27243 27249
27244;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 27250;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
27245;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 27251;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
27246;;;;;; (19752 41642)) 27252;;;;;; (20237 33269))
27247;;; Generated autoloads from thumbs.el 27253;;; Generated autoloads from thumbs.el
27248 27254
27249(autoload 'thumbs-find-thumb "thumbs" "\ 27255(autoload 'thumbs-find-thumb "thumbs" "\
@@ -27281,8 +27287,8 @@ In dired, call the setroot program on the image at point.
27281;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer 27287;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
27282;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region 27288;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
27283;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription 27289;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
27284;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (19752 27290;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20237
27285;;;;;; 41642)) 27291;;;;;; 33269))
27286;;; Generated autoloads from language/tibet-util.el 27292;;; Generated autoloads from language/tibet-util.el
27287 27293
27288(autoload 'tibetan-char-p "tibet-util" "\ 27294(autoload 'tibetan-char-p "tibet-util" "\
@@ -27356,7 +27362,7 @@ Not documented
27356;;;*** 27362;;;***
27357 27363
27358;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 27364;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
27359;;;;;; (19752 41642)) 27365;;;;;; (20237 33269))
27360;;; Generated autoloads from textmodes/tildify.el 27366;;; Generated autoloads from textmodes/tildify.el
27361 27367
27362(autoload 'tildify-region "tildify" "\ 27368(autoload 'tildify-region "tildify" "\
@@ -27381,7 +27387,7 @@ This function performs no refilling of the changed text.
27381 27387
27382;;;### (autoloads (emacs-init-time emacs-uptime display-time-world 27388;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
27383;;;;;; display-time-mode display-time display-time-day-and-date) 27389;;;;;; display-time-mode display-time display-time-day-and-date)
27384;;;;;; "time" "time.el" (19752 41642)) 27390;;;;;; "time" "time.el" (20237 33269))
27385;;; Generated autoloads from time.el 27391;;; Generated autoloads from time.el
27386 27392
27387(defvar display-time-day-and-date nil "\ 27393(defvar display-time-day-and-date nil "\
@@ -27446,7 +27452,7 @@ Return a string giving the duration of the Emacs initialization.
27446;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day 27452;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day
27447;;;;;; time-add time-subtract time-since days-to-time time-less-p 27453;;;;;; time-add time-subtract time-since days-to-time time-less-p
27448;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el" 27454;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el"
27449;;;;;; (19752 41642)) 27455;;;;;; (20237 33269))
27450;;; Generated autoloads from calendar/time-date.el 27456;;; Generated autoloads from calendar/time-date.el
27451 27457
27452(autoload 'date-to-time "time-date" "\ 27458(autoload 'date-to-time "time-date" "\
@@ -27559,7 +27565,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'.
27559;;;*** 27565;;;***
27560 27566
27561;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 27567;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
27562;;;;;; "time-stamp.el" (19752 41642)) 27568;;;;;; "time-stamp.el" (20237 33269))
27563;;; Generated autoloads from time-stamp.el 27569;;; Generated autoloads from time-stamp.el
27564(put 'time-stamp-format 'safe-local-variable 'stringp) 27570(put 'time-stamp-format 'safe-local-variable 'stringp)
27565(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 27571(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -27603,7 +27609,7 @@ With ARG, turn time stamping on if and only if arg is positive.
27603;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 27609;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
27604;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 27610;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
27605;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 27611;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
27606;;;;;; (19752 41642)) 27612;;;;;; (20237 33269))
27607;;; Generated autoloads from calendar/timeclock.el 27613;;; Generated autoloads from calendar/timeclock.el
27608 27614
27609(autoload 'timeclock-modeline-display "timeclock" "\ 27615(autoload 'timeclock-modeline-display "timeclock" "\
@@ -27703,7 +27709,7 @@ relative only to the time worked today, and not to past time.
27703;;;*** 27709;;;***
27704 27710
27705;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 27711;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
27706;;;;;; "international/titdic-cnv.el" (19752 41642)) 27712;;;;;; "international/titdic-cnv.el" (20237 33269))
27707;;; Generated autoloads from international/titdic-cnv.el 27713;;; Generated autoloads from international/titdic-cnv.el
27708 27714
27709(autoload 'titdic-convert "titdic-cnv" "\ 27715(autoload 'titdic-convert "titdic-cnv" "\
@@ -27726,7 +27732,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
27726;;;*** 27732;;;***
27727 27733
27728;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27734;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
27729;;;;;; "tmm.el" (19757 3579)) 27735;;;;;; "tmm.el" (20237 33269))
27730;;; Generated autoloads from tmm.el 27736;;; Generated autoloads from tmm.el
27731 (define-key global-map "\M-`" 'tmm-menubar) 27737 (define-key global-map "\M-`" 'tmm-menubar)
27732 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 27738 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -27766,7 +27772,7 @@ Its value should be an event that has a binding in MENU.
27766 27772
27767;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 27773;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
27768;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 27774;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
27769;;;;;; "todo-mode" "calendar/todo-mode.el" (19752 41642)) 27775;;;;;; "todo-mode" "calendar/todo-mode.el" (20237 33269))
27770;;; Generated autoloads from calendar/todo-mode.el 27776;;; Generated autoloads from calendar/todo-mode.el
27771 27777
27772(autoload 'todo-add-category "todo-mode" "\ 27778(autoload 'todo-add-category "todo-mode" "\
@@ -27828,7 +27834,7 @@ Show TODO list.
27828 27834
27829;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 27835;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
27830;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) 27836;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
27831;;;;;; "tool-bar" "tool-bar.el" (19752 41642)) 27837;;;;;; "tool-bar" "tool-bar.el" (20237 33269))
27832;;; Generated autoloads from tool-bar.el 27838;;; Generated autoloads from tool-bar.el
27833 27839
27834(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 27840(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -27901,7 +27907,7 @@ holds a keymap.
27901;;;*** 27907;;;***
27902 27908
27903;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 27909;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
27904;;;;;; (19752 41899)) 27910;;;;;; (20237 33631))
27905;;; Generated autoloads from emulation/tpu-edt.el 27911;;; Generated autoloads from emulation/tpu-edt.el
27906 27912
27907(defvar tpu-edt-mode nil "\ 27913(defvar tpu-edt-mode nil "\
@@ -27928,7 +27934,7 @@ Turn on TPU/edt emulation.
27928;;;*** 27934;;;***
27929 27935
27930;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" 27936;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
27931;;;;;; (19752 41642)) 27937;;;;;; (20237 33269))
27932;;; Generated autoloads from emulation/tpu-mapper.el 27938;;; Generated autoloads from emulation/tpu-mapper.el
27933 27939
27934(autoload 'tpu-mapper "tpu-mapper" "\ 27940(autoload 'tpu-mapper "tpu-mapper" "\
@@ -27962,7 +27968,7 @@ your local X guru can try to figure out why the key is being ignored.
27962 27968
27963;;;*** 27969;;;***
27964 27970
27965;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19752 41642)) 27971;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (20237 33269))
27966;;; Generated autoloads from emacs-lisp/tq.el 27972;;; Generated autoloads from emacs-lisp/tq.el
27967 27973
27968(autoload 'tq-create "tq" "\ 27974(autoload 'tq-create "tq" "\
@@ -27976,7 +27982,7 @@ to a tcp server on another machine.
27976;;;*** 27982;;;***
27977 27983
27978;;;### (autoloads (trace-function-background trace-function trace-buffer) 27984;;;### (autoloads (trace-function-background trace-function trace-buffer)
27979;;;;;; "trace" "emacs-lisp/trace.el" (19752 41642)) 27985;;;;;; "trace" "emacs-lisp/trace.el" (20237 33269))
27980;;; Generated autoloads from emacs-lisp/trace.el 27986;;; Generated autoloads from emacs-lisp/trace.el
27981 27987
27982(defvar trace-buffer (purecopy "*trace-output*") "\ 27988(defvar trace-buffer (purecopy "*trace-output*") "\
@@ -28013,7 +28019,7 @@ BUFFER defaults to `trace-buffer'.
28013;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 28019;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
28014;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 28020;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
28015;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 28021;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
28016;;;;;; "net/tramp.el" (19757 3579)) 28022;;;;;; "net/tramp.el" (20237 33269))
28017;;; Generated autoloads from net/tramp.el 28023;;; Generated autoloads from net/tramp.el
28018 28024
28019(defvar tramp-mode t "\ 28025(defvar tramp-mode t "\
@@ -28150,7 +28156,7 @@ Discard Tramp from loading remote files.
28150;;;*** 28156;;;***
28151 28157
28152;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 28158;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
28153;;;;;; (19752 41642)) 28159;;;;;; (20237 33269))
28154;;; Generated autoloads from net/tramp-ftp.el 28160;;; Generated autoloads from net/tramp-ftp.el
28155 28161
28156(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 28162(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -28160,8 +28166,8 @@ Not documented
28160 28166
28161;;;*** 28167;;;***
28162 28168
28163;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (19752 28169;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20237
28164;;;;;; 41642)) 28170;;;;;; 33269))
28165;;; Generated autoloads from tutorial.el 28171;;; Generated autoloads from tutorial.el
28166 28172
28167(autoload 'help-with-tutorial "tutorial" "\ 28173(autoload 'help-with-tutorial "tutorial" "\
@@ -28186,7 +28192,7 @@ resumed later.
28186;;;*** 28192;;;***
28187 28193
28188;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" 28194;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
28189;;;;;; (19752 41642)) 28195;;;;;; (20124 54382))
28190;;; Generated autoloads from language/tv-util.el 28196;;; Generated autoloads from language/tv-util.el
28191 28197
28192(autoload 'tai-viet-composition-function "tv-util" "\ 28198(autoload 'tai-viet-composition-function "tv-util" "\
@@ -28197,7 +28203,7 @@ Not documented
28197;;;*** 28203;;;***
28198 28204
28199;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 28205;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
28200;;;;;; "textmodes/two-column.el" (19752 41642)) 28206;;;;;; "textmodes/two-column.el" (20237 33269))
28201;;; Generated autoloads from textmodes/two-column.el 28207;;; Generated autoloads from textmodes/two-column.el
28202 (autoload '2C-command "two-column" () t 'keymap) 28208 (autoload '2C-command "two-column" () t 'keymap)
28203 (global-set-key "\C-x6" '2C-command) 28209 (global-set-key "\C-x6" '2C-command)
@@ -28248,7 +28254,7 @@ First column's text sSs Second column's text
28248;;;;;; type-break type-break-mode type-break-keystroke-threshold 28254;;;;;; type-break type-break-mode type-break-keystroke-threshold
28249;;;;;; type-break-good-break-interval type-break-good-rest-interval 28255;;;;;; type-break-good-break-interval type-break-good-rest-interval
28250;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 28256;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
28251;;;;;; (19752 41642)) 28257;;;;;; (20237 33269))
28252;;; Generated autoloads from type-break.el 28258;;; Generated autoloads from type-break.el
28253 28259
28254(defvar type-break-mode nil "\ 28260(defvar type-break-mode nil "\
@@ -28430,7 +28436,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
28430 28436
28431;;;*** 28437;;;***
28432 28438
28433;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19752 41642)) 28439;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (20237 33269))
28434;;; Generated autoloads from mail/uce.el 28440;;; Generated autoloads from mail/uce.el
28435 28441
28436(autoload 'uce-reply-to-uce "uce" "\ 28442(autoload 'uce-reply-to-uce "uce" "\
@@ -28448,7 +28454,7 @@ You might need to set `uce-mail-reader' before using this.
28448;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string 28454;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string
28449;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region 28455;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region
28450;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" 28456;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize"
28451;;;;;; "international/ucs-normalize.el" (19813 31420)) 28457;;;;;; "international/ucs-normalize.el" (20237 33269))
28452;;; Generated autoloads from international/ucs-normalize.el 28458;;; Generated autoloads from international/ucs-normalize.el
28453 28459
28454(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ 28460(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
@@ -28514,7 +28520,7 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
28514;;;*** 28520;;;***
28515 28521
28516;;;### (autoloads (ununderline-region underline-region) "underline" 28522;;;### (autoloads (ununderline-region underline-region) "underline"
28517;;;;;; "textmodes/underline.el" (19752 41642)) 28523;;;;;; "textmodes/underline.el" (20237 33269))
28518;;; Generated autoloads from textmodes/underline.el 28524;;; Generated autoloads from textmodes/underline.el
28519 28525
28520(autoload 'underline-region "underline" "\ 28526(autoload 'underline-region "underline" "\
@@ -28535,7 +28541,7 @@ which specify the range to operate on.
28535;;;*** 28541;;;***
28536 28542
28537;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 28543;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
28538;;;;;; (19752 41642)) 28544;;;;;; (20237 33269))
28539;;; Generated autoloads from mail/unrmail.el 28545;;; Generated autoloads from mail/unrmail.el
28540 28546
28541(autoload 'batch-unrmail "unrmail" "\ 28547(autoload 'batch-unrmail "unrmail" "\
@@ -28554,8 +28560,8 @@ Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE.
28554 28560
28555;;;*** 28561;;;***
28556 28562
28557;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19752 28563;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (20237
28558;;;;;; 41642)) 28564;;;;;; 33269))
28559;;; Generated autoloads from emacs-lisp/unsafep.el 28565;;; Generated autoloads from emacs-lisp/unsafep.el
28560 28566
28561(autoload 'unsafep "unsafep" "\ 28567(autoload 'unsafep "unsafep" "\
@@ -28568,7 +28574,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
28568;;;*** 28574;;;***
28569 28575
28570;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 28576;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
28571;;;;;; "url/url.el" (19752 41642)) 28577;;;;;; "url/url.el" (20237 33269))
28572;;; Generated autoloads from url/url.el 28578;;; Generated autoloads from url/url.el
28573 28579
28574(autoload 'url-retrieve "url" "\ 28580(autoload 'url-retrieve "url" "\
@@ -28608,7 +28614,7 @@ no further processing). URL is either a string or a parsed URL.
28608;;;*** 28614;;;***
28609 28615
28610;;;### (autoloads (url-register-auth-scheme url-get-authentication) 28616;;;### (autoloads (url-register-auth-scheme url-get-authentication)
28611;;;;;; "url-auth" "url/url-auth.el" (19752 41642)) 28617;;;;;; "url-auth" "url/url-auth.el" (20237 33269))
28612;;; Generated autoloads from url/url-auth.el 28618;;; Generated autoloads from url/url-auth.el
28613 28619
28614(autoload 'url-get-authentication "url-auth" "\ 28620(autoload 'url-get-authentication "url-auth" "\
@@ -28650,8 +28656,8 @@ RATING a rating between 1 and 10 of the strength of the authentication.
28650;;;*** 28656;;;***
28651 28657
28652;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached 28658;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached
28653;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (19752 28659;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (20237
28654;;;;;; 41642)) 28660;;;;;; 33269))
28655;;; Generated autoloads from url/url-cache.el 28661;;; Generated autoloads from url/url-cache.el
28656 28662
28657(autoload 'url-store-in-cache "url-cache" "\ 28663(autoload 'url-store-in-cache "url-cache" "\
@@ -28677,7 +28683,7 @@ Return t if a cached file has expired.
28677 28683
28678;;;*** 28684;;;***
28679 28685
28680;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19752 41642)) 28686;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (20237 33269))
28681;;; Generated autoloads from url/url-cid.el 28687;;; Generated autoloads from url/url-cid.el
28682 28688
28683(autoload 'url-cid "url-cid" "\ 28689(autoload 'url-cid "url-cid" "\
@@ -28688,7 +28694,7 @@ Not documented
28688;;;*** 28694;;;***
28689 28695
28690;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 28696;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
28691;;;;;; "url/url-dav.el" (19752 41642)) 28697;;;;;; "url/url-dav.el" (20237 33269))
28692;;; Generated autoloads from url/url-dav.el 28698;;; Generated autoloads from url/url-dav.el
28693 28699
28694(autoload 'url-dav-supported-p "url-dav" "\ 28700(autoload 'url-dav-supported-p "url-dav" "\
@@ -28703,8 +28709,8 @@ Not documented
28703 28709
28704;;;*** 28710;;;***
28705 28711
28706;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19752 28712;;;### (autoloads (url-file) "url-file" "url/url-file.el" (20237
28707;;;;;; 41642)) 28713;;;;;; 33269))
28708;;; Generated autoloads from url/url-file.el 28714;;; Generated autoloads from url/url-file.el
28709 28715
28710(autoload 'url-file "url-file" "\ 28716(autoload 'url-file "url-file" "\
@@ -28715,7 +28721,7 @@ Handle file: and ftp: URLs.
28715;;;*** 28721;;;***
28716 28722
28717;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 28723;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
28718;;;;;; "url/url-gw.el" (19752 41642)) 28724;;;;;; "url/url-gw.el" (20237 33269))
28719;;; Generated autoloads from url/url-gw.el 28725;;; Generated autoloads from url/url-gw.el
28720 28726
28721(autoload 'url-gateway-nslookup-host "url-gw" "\ 28727(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -28735,7 +28741,7 @@ Might do a non-blocking connection; use `process-status' to check.
28735 28741
28736;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 28742;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
28737;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" 28743;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
28738;;;;;; (19752 41642)) 28744;;;;;; (20237 33269))
28739;;; Generated autoloads from url/url-handlers.el 28745;;; Generated autoloads from url/url-handlers.el
28740 28746
28741(defvar url-handler-mode nil "\ 28747(defvar url-handler-mode nil "\
@@ -28787,7 +28793,7 @@ Not documented
28787;;;*** 28793;;;***
28788 28794
28789;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 28795;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
28790;;;;;; url-http) "url-http" "url/url-http.el" (19752 41642)) 28796;;;;;; url-http) "url-http" "url/url-http.el" (20237 33269))
28791;;; Generated autoloads from url/url-http.el 28797;;; Generated autoloads from url/url-http.el
28792 28798
28793(autoload 'url-http "url-http" "\ 28799(autoload 'url-http "url-http" "\
@@ -28853,7 +28859,7 @@ HTTPS retrievals are asynchronous.")
28853 28859
28854;;;*** 28860;;;***
28855 28861
28856;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19752 41642)) 28862;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (20237 33269))
28857;;; Generated autoloads from url/url-irc.el 28863;;; Generated autoloads from url/url-irc.el
28858 28864
28859(autoload 'url-irc "url-irc" "\ 28865(autoload 'url-irc "url-irc" "\
@@ -28863,8 +28869,8 @@ Not documented
28863 28869
28864;;;*** 28870;;;***
28865 28871
28866;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (19752 28872;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20237
28867;;;;;; 41642)) 28873;;;;;; 33269))
28868;;; Generated autoloads from url/url-ldap.el 28874;;; Generated autoloads from url/url-ldap.el
28869 28875
28870(autoload 'url-ldap "url-ldap" "\ 28876(autoload 'url-ldap "url-ldap" "\
@@ -28878,7 +28884,7 @@ URL can be a URL string, or a URL vector of the type returned by
28878;;;*** 28884;;;***
28879 28885
28880;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 28886;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
28881;;;;;; (19752 41642)) 28887;;;;;; (20237 33269))
28882;;; Generated autoloads from url/url-mailto.el 28888;;; Generated autoloads from url/url-mailto.el
28883 28889
28884(autoload 'url-mail "url-mailto" "\ 28890(autoload 'url-mail "url-mailto" "\
@@ -28894,7 +28900,7 @@ Handle the mailto: URL syntax.
28894;;;*** 28900;;;***
28895 28901
28896;;;### (autoloads (url-data url-generic-emulator-loader url-info 28902;;;### (autoloads (url-data url-generic-emulator-loader url-info
28897;;;;;; url-man) "url-misc" "url/url-misc.el" (19752 41642)) 28903;;;;;; url-man) "url-misc" "url/url-misc.el" (20237 33269))
28898;;; Generated autoloads from url/url-misc.el 28904;;; Generated autoloads from url/url-misc.el
28899 28905
28900(autoload 'url-man "url-misc" "\ 28906(autoload 'url-man "url-misc" "\
@@ -28926,7 +28932,7 @@ Fetch a data URL (RFC 2397).
28926;;;*** 28932;;;***
28927 28933
28928;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 28934;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
28929;;;;;; (19752 41642)) 28935;;;;;; (20237 33269))
28930;;; Generated autoloads from url/url-news.el 28936;;; Generated autoloads from url/url-news.el
28931 28937
28932(autoload 'url-news "url-news" "\ 28938(autoload 'url-news "url-news" "\
@@ -28943,7 +28949,7 @@ Not documented
28943 28949
28944;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 28950;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
28945;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 28951;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
28946;;;;;; (19752 41642)) 28952;;;;;; (20237 33269))
28947;;; Generated autoloads from url/url-ns.el 28953;;; Generated autoloads from url/url-ns.el
28948 28954
28949(autoload 'isPlainHostName "url-ns" "\ 28955(autoload 'isPlainHostName "url-ns" "\
@@ -28984,7 +28990,7 @@ Not documented
28984;;;*** 28990;;;***
28985 28991
28986;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 28992;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
28987;;;;;; "url/url-parse.el" (19752 41642)) 28993;;;;;; "url/url-parse.el" (20237 33269))
28988;;; Generated autoloads from url/url-parse.el 28994;;; Generated autoloads from url/url-parse.el
28989 28995
28990(autoload 'url-recreate-url "url-parse" "\ 28996(autoload 'url-recreate-url "url-parse" "\
@@ -29002,7 +29008,7 @@ TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS.
29002;;;*** 29008;;;***
29003 29009
29004;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 29010;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
29005;;;;;; (19752 41642)) 29011;;;;;; (20237 33269))
29006;;; Generated autoloads from url/url-privacy.el 29012;;; Generated autoloads from url/url-privacy.el
29007 29013
29008(autoload 'url-setup-privacy-info "url-privacy" "\ 29014(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -29018,7 +29024,7 @@ Setup variables that expose info about you and your system.
29018;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space 29024;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space
29019;;;;;; url-get-normalized-date url-lazy-message url-normalize-url 29025;;;;;; url-get-normalized-date url-lazy-message url-normalize-url
29020;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug) 29026;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug)
29021;;;;;; "url-util" "url/url-util.el" (19752 41642)) 29027;;;;;; "url-util" "url/url-util.el" (20237 33269))
29022;;; Generated autoloads from url/url-util.el 29028;;; Generated autoloads from url/url-util.el
29023 29029
29024(defvar url-debug nil "\ 29030(defvar url-debug nil "\
@@ -29154,7 +29160,7 @@ This uses `url-current-object', set locally to the buffer.
29154;;;*** 29160;;;***
29155 29161
29156;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 29162;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
29157;;;;;; "userlock" "userlock.el" (19752 41642)) 29163;;;;;; "userlock" "userlock.el" (20237 33269))
29158;;; Generated autoloads from userlock.el 29164;;; Generated autoloads from userlock.el
29159 29165
29160(autoload 'ask-user-about-lock "userlock" "\ 29166(autoload 'ask-user-about-lock "userlock" "\
@@ -29184,7 +29190,7 @@ The buffer in question is current when this function is called.
29184 29190
29185;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion 29191;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
29186;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) 29192;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
29187;;;;;; "utf-7" "international/utf-7.el" (19752 41642)) 29193;;;;;; "utf-7" "international/utf-7.el" (20237 33269))
29188;;; Generated autoloads from international/utf-7.el 29194;;; Generated autoloads from international/utf-7.el
29189 29195
29190(autoload 'utf-7-post-read-conversion "utf-7" "\ 29196(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -29211,7 +29217,7 @@ Not documented
29211 29217
29212;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 29218;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
29213;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" 29219;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
29214;;;;;; (19752 41642)) 29220;;;;;; (20237 33269))
29215;;; Generated autoloads from mail/uudecode.el 29221;;; Generated autoloads from mail/uudecode.el
29216 29222
29217(autoload 'uudecode-decode-region-external "uudecode" "\ 29223(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -29241,7 +29247,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29241;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers 29247;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers
29242;;;;;; vc-revision-other-window vc-root-diff vc-diff vc-version-diff 29248;;;;;; vc-revision-other-window vc-root-diff vc-diff vc-version-diff
29243;;;;;; vc-register vc-next-action vc-before-checkin-hook vc-checkin-hook 29249;;;;;; vc-register vc-next-action vc-before-checkin-hook vc-checkin-hook
29244;;;;;; vc-checkout-hook) "vc" "vc.el" (19752 41642)) 29250;;;;;; vc-checkout-hook) "vc" "vc.el" (20237 33269))
29245;;; Generated autoloads from vc.el 29251;;; Generated autoloads from vc.el
29246 29252
29247(defvar vc-checkout-hook nil "\ 29253(defvar vc-checkout-hook nil "\
@@ -29495,8 +29501,8 @@ Return the branch part of a revision number REV.
29495 29501
29496;;;*** 29502;;;***
29497 29503
29498;;;### (autoloads (vc-annotate) "vc-annotate" "vc-annotate.el" (19752 29504;;;### (autoloads (vc-annotate) "vc-annotate" "vc-annotate.el" (20237
29499;;;;;; 41642)) 29505;;;;;; 33269))
29500;;; Generated autoloads from vc-annotate.el 29506;;; Generated autoloads from vc-annotate.el
29501 29507
29502(autoload 'vc-annotate "vc-annotate" "\ 29508(autoload 'vc-annotate "vc-annotate" "\
@@ -29533,7 +29539,7 @@ mode-specific menu. `vc-annotate-color-map' and
29533 29539
29534;;;*** 29540;;;***
29535 29541
29536;;;### (autoloads nil "vc-arch" "vc-arch.el" (19752 41642)) 29542;;;### (autoloads nil "vc-arch" "vc-arch.el" (20237 33269))
29537;;; Generated autoloads from vc-arch.el 29543;;; Generated autoloads from vc-arch.el
29538 (defun vc-arch-registered (file) 29544 (defun vc-arch-registered (file)
29539 (if (vc-find-root file "{arch}/=tagging-method") 29545 (if (vc-find-root file "{arch}/=tagging-method")
@@ -29543,7 +29549,7 @@ mode-specific menu. `vc-annotate-color-map' and
29543 29549
29544;;;*** 29550;;;***
29545 29551
29546;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (19752 41642)) 29552;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (20237 33269))
29547;;; Generated autoloads from vc-bzr.el 29553;;; Generated autoloads from vc-bzr.el
29548 29554
29549(defconst vc-bzr-admin-dirname ".bzr" "\ 29555(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -29558,7 +29564,7 @@ Name of the directory containing Bzr repository status files.")
29558 29564
29559;;;*** 29565;;;***
29560 29566
29561;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (19752 41642)) 29567;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (20237 33269))
29562;;; Generated autoloads from vc-cvs.el 29568;;; Generated autoloads from vc-cvs.el
29563 (defun vc-cvs-registered (f) 29569 (defun vc-cvs-registered (f)
29564 (when (file-readable-p (expand-file-name 29570 (when (file-readable-p (expand-file-name
@@ -29568,7 +29574,7 @@ Name of the directory containing Bzr repository status files.")
29568 29574
29569;;;*** 29575;;;***
29570 29576
29571;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (19752 41642)) 29577;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (20237 33269))
29572;;; Generated autoloads from vc-dir.el 29578;;; Generated autoloads from vc-dir.el
29573 29579
29574(autoload 'vc-dir "vc-dir" "\ 29580(autoload 'vc-dir "vc-dir" "\
@@ -29593,7 +29599,7 @@ These are the commands available for use in the file status buffer:
29593;;;*** 29599;;;***
29594 29600
29595;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc-dispatcher.el" 29601;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc-dispatcher.el"
29596;;;;;; (19752 41642)) 29602;;;;;; (20237 33269))
29597;;; Generated autoloads from vc-dispatcher.el 29603;;; Generated autoloads from vc-dispatcher.el
29598 29604
29599(autoload 'vc-do-command "vc-dispatcher" "\ 29605(autoload 'vc-do-command "vc-dispatcher" "\
@@ -29616,7 +29622,7 @@ case, and the process object in the asynchronous case.
29616 29622
29617;;;*** 29623;;;***
29618 29624
29619;;;### (autoloads nil "vc-git" "vc-git.el" (19752 41642)) 29625;;;### (autoloads nil "vc-git" "vc-git.el" (20237 33269))
29620;;; Generated autoloads from vc-git.el 29626;;; Generated autoloads from vc-git.el
29621 (defun vc-git-registered (file) 29627 (defun vc-git-registered (file)
29622 "Return non-nil if FILE is registered with git." 29628 "Return non-nil if FILE is registered with git."
@@ -29627,7 +29633,7 @@ case, and the process object in the asynchronous case.
29627 29633
29628;;;*** 29634;;;***
29629 29635
29630;;;### (autoloads nil "vc-hg" "vc-hg.el" (19752 41642)) 29636;;;### (autoloads nil "vc-hg" "vc-hg.el" (20237 33269))
29631;;; Generated autoloads from vc-hg.el 29637;;; Generated autoloads from vc-hg.el
29632 (defun vc-hg-registered (file) 29638 (defun vc-hg-registered (file)
29633 "Return non-nil if FILE is registered with hg." 29639 "Return non-nil if FILE is registered with hg."
@@ -29638,7 +29644,7 @@ case, and the process object in the asynchronous case.
29638 29644
29639;;;*** 29645;;;***
29640 29646
29641;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (19752 41642)) 29647;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (20237 33269))
29642;;; Generated autoloads from vc-mtn.el 29648;;; Generated autoloads from vc-mtn.el
29643 29649
29644(defconst vc-mtn-admin-dir "_MTN") 29650(defconst vc-mtn-admin-dir "_MTN")
@@ -29653,7 +29659,7 @@ case, and the process object in the asynchronous case.
29653;;;*** 29659;;;***
29654 29660
29655;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 29661;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
29656;;;;;; (19752 41642)) 29662;;;;;; (20237 33269))
29657;;; Generated autoloads from vc-rcs.el 29663;;; Generated autoloads from vc-rcs.el
29658 29664
29659(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 29665(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -29667,7 +29673,7 @@ For a description of possible values, see `vc-check-master-templates'.")
29667;;;*** 29673;;;***
29668 29674
29669;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 29675;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
29670;;;;;; (19752 41642)) 29676;;;;;; (20237 33269))
29671;;; Generated autoloads from vc-sccs.el 29677;;; Generated autoloads from vc-sccs.el
29672 29678
29673(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 29679(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -29684,7 +29690,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29684 29690
29685;;;*** 29691;;;***
29686 29692
29687;;;### (autoloads nil "vc-svn" "vc-svn.el" (19752 41642)) 29693;;;### (autoloads nil "vc-svn" "vc-svn.el" (20237 33269))
29688;;; Generated autoloads from vc-svn.el 29694;;; Generated autoloads from vc-svn.el
29689 (defun vc-svn-registered (f) 29695 (defun vc-svn-registered (f)
29690 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 29696 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -29700,7 +29706,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29700;;;*** 29706;;;***
29701 29707
29702;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" 29708;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
29703;;;;;; (19752 41642)) 29709;;;;;; (20237 33269))
29704;;; Generated autoloads from progmodes/vera-mode.el 29710;;; Generated autoloads from progmodes/vera-mode.el
29705 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 29711 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
29706 29712
@@ -29758,7 +29764,7 @@ Key bindings:
29758;;;*** 29764;;;***
29759 29765
29760;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 29766;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
29761;;;;;; (19752 41642)) 29767;;;;;; (20237 33269))
29762;;; Generated autoloads from progmodes/verilog-mode.el 29768;;; Generated autoloads from progmodes/verilog-mode.el
29763 29769
29764(autoload 'verilog-mode "verilog-mode" "\ 29770(autoload 'verilog-mode "verilog-mode" "\
@@ -29895,7 +29901,7 @@ Key bindings specific to `verilog-mode-map' are:
29895;;;*** 29901;;;***
29896 29902
29897;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 29903;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
29898;;;;;; (19813 16320)) 29904;;;;;; (20237 33269))
29899;;; Generated autoloads from progmodes/vhdl-mode.el 29905;;; Generated autoloads from progmodes/vhdl-mode.el
29900 29906
29901(autoload 'vhdl-mode "vhdl-mode" "\ 29907(autoload 'vhdl-mode "vhdl-mode" "\
@@ -30436,7 +30442,7 @@ Key bindings:
30436 30442
30437;;;*** 30443;;;***
30438 30444
30439;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (19636 58496)) 30445;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (20124 54382))
30440;;; Generated autoloads from emulation/vi.el 30446;;; Generated autoloads from emulation/vi.el
30441 30447
30442(autoload 'vi-mode "vi" "\ 30448(autoload 'vi-mode "vi" "\
@@ -30491,7 +30497,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
30491;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 30497;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
30492;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 30498;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
30493;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 30499;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
30494;;;;;; "language/viet-util.el" (19752 41642)) 30500;;;;;; "language/viet-util.el" (20237 33269))
30495;;; Generated autoloads from language/viet-util.el 30501;;; Generated autoloads from language/viet-util.el
30496 30502
30497(autoload 'viet-encode-viscii-char "viet-util" "\ 30503(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -30539,7 +30545,7 @@ Not documented
30539;;;;;; view-mode view-buffer-other-frame view-buffer-other-window 30545;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
30540;;;;;; view-buffer view-file-other-frame view-file-other-window 30546;;;;;; view-buffer view-file-other-frame view-file-other-window
30541;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) 30547;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
30542;;;;;; "view" "view.el" (19752 41642)) 30548;;;;;; "view" "view.el" (20237 33269))
30543;;; Generated autoloads from view.el 30549;;; Generated autoloads from view.el
30544 30550
30545(defvar view-remove-frame-by-deleting t "\ 30551(defvar view-remove-frame-by-deleting t "\
@@ -30785,8 +30791,8 @@ Exit View mode and make the current buffer editable.
30785 30791
30786;;;*** 30792;;;***
30787 30793
30788;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (19752 30794;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (20237
30789;;;;;; 41642)) 30795;;;;;; 33269))
30790;;; Generated autoloads from emulation/vip.el 30796;;; Generated autoloads from emulation/vip.el
30791 30797
30792(autoload 'vip-setup "vip" "\ 30798(autoload 'vip-setup "vip" "\
@@ -30802,7 +30808,7 @@ Turn on VIP emulation of VI.
30802;;;*** 30808;;;***
30803 30809
30804;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 30810;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
30805;;;;;; (19752 41642)) 30811;;;;;; (20237 33269))
30806;;; Generated autoloads from emulation/viper.el 30812;;; Generated autoloads from emulation/viper.el
30807 30813
30808(autoload 'toggle-viper-mode "viper" "\ 30814(autoload 'toggle-viper-mode "viper" "\
@@ -30819,7 +30825,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
30819;;;*** 30825;;;***
30820 30826
30821;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 30827;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
30822;;;;;; (19752 41642)) 30828;;;;;; (20237 33269))
30823;;; Generated autoloads from emacs-lisp/warnings.el 30829;;; Generated autoloads from emacs-lisp/warnings.el
30824 30830
30825(defvar warning-prefix-function nil "\ 30831(defvar warning-prefix-function nil "\
@@ -30909,7 +30915,7 @@ this is equivalent to `display-warning', using
30909;;;*** 30915;;;***
30910 30916
30911;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 30917;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
30912;;;;;; (19752 41642)) 30918;;;;;; (20237 33269))
30913;;; Generated autoloads from wdired.el 30919;;; Generated autoloads from wdired.el
30914 30920
30915(autoload 'wdired-change-to-wdired-mode "wdired" "\ 30921(autoload 'wdired-change-to-wdired-mode "wdired" "\
@@ -30925,7 +30931,7 @@ See `wdired-mode'.
30925 30931
30926;;;*** 30932;;;***
30927 30933
30928;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19752 41642)) 30934;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20237 33269))
30929;;; Generated autoloads from net/webjump.el 30935;;; Generated autoloads from net/webjump.el
30930 30936
30931(autoload 'webjump "webjump" "\ 30937(autoload 'webjump "webjump" "\
@@ -30942,7 +30948,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
30942;;;*** 30948;;;***
30943 30949
30944;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 30950;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
30945;;;;;; (19752 41642)) 30951;;;;;; (20237 33269))
30946;;; Generated autoloads from progmodes/which-func.el 30952;;; Generated autoloads from progmodes/which-func.el
30947 (put 'which-func-format 'risky-local-variable t) 30953 (put 'which-func-format 'risky-local-variable t)
30948 (put 'which-func-current 'risky-local-variable t) 30954 (put 'which-func-current 'risky-local-variable t)
@@ -30973,7 +30979,7 @@ and off otherwise.
30973;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region 30979;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
30974;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options 30980;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
30975;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode 30981;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
30976;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19757 3579)) 30982;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20237 33269))
30977;;; Generated autoloads from whitespace.el 30983;;; Generated autoloads from whitespace.el
30978 30984
30979(autoload 'whitespace-mode "whitespace" "\ 30985(autoload 'whitespace-mode "whitespace" "\
@@ -31376,7 +31382,7 @@ cleaning up these problems.
31376;;;*** 31382;;;***
31377 31383
31378;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 31384;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
31379;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (19752 41642)) 31385;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (20237 33269))
31380;;; Generated autoloads from wid-browse.el 31386;;; Generated autoloads from wid-browse.el
31381 31387
31382(autoload 'widget-browse-at "wid-browse" "\ 31388(autoload 'widget-browse-at "wid-browse" "\
@@ -31403,8 +31409,8 @@ With arg, turn widget mode on if and only if arg is positive.
31403;;;*** 31409;;;***
31404 31410
31405;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 31411;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
31406;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19752 31412;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20237
31407;;;;;; 41642)) 31413;;;;;; 33269))
31408;;; Generated autoloads from wid-edit.el 31414;;; Generated autoloads from wid-edit.el
31409 31415
31410(autoload 'widgetp "wid-edit" "\ 31416(autoload 'widgetp "wid-edit" "\
@@ -31447,8 +31453,8 @@ Setup current buffer so editing string widgets works.
31447;;;*** 31453;;;***
31448 31454
31449;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 31455;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
31450;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (19752 31456;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20237
31451;;;;;; 41642)) 31457;;;;;; 33269))
31452;;; Generated autoloads from windmove.el 31458;;; Generated autoloads from windmove.el
31453 31459
31454(autoload 'windmove-left "windmove" "\ 31460(autoload 'windmove-left "windmove" "\
@@ -31501,7 +31507,7 @@ Default MODIFIER is 'shift.
31501;;;*** 31507;;;***
31502 31508
31503;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 31509;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
31504;;;;;; (19752 41642)) 31510;;;;;; (20237 33269))
31505;;; Generated autoloads from winner.el 31511;;; Generated autoloads from winner.el
31506 31512
31507(defvar winner-mode nil "\ 31513(defvar winner-mode nil "\
@@ -31520,7 +31526,7 @@ With arg, turn Winner mode on if and only if arg is positive.
31520;;;*** 31526;;;***
31521 31527
31522;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale) 31528;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale)
31523;;;;;; "woman" "woman.el" (19752 41642)) 31529;;;;;; "woman" "woman.el" (20237 33269))
31524;;; Generated autoloads from woman.el 31530;;; Generated autoloads from woman.el
31525 31531
31526(defvar woman-locale nil "\ 31532(defvar woman-locale nil "\
@@ -31564,7 +31570,7 @@ decompress the file if appropriate. See the documentation for the
31564;;;*** 31570;;;***
31565 31571
31566;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 31572;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
31567;;;;;; (19752 41642)) 31573;;;;;; (20237 33269))
31568;;; Generated autoloads from emulation/ws-mode.el 31574;;; Generated autoloads from emulation/ws-mode.el
31569 31575
31570(autoload 'wordstar-mode "ws-mode" "\ 31576(autoload 'wordstar-mode "ws-mode" "\
@@ -31676,7 +31682,7 @@ The key bindings are:
31676 31682
31677;;;*** 31683;;;***
31678 31684
31679;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19752 41642)) 31685;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20237 33269))
31680;;; Generated autoloads from net/xesam.el 31686;;; Generated autoloads from net/xesam.el
31681 31687
31682(autoload 'xesam-search "xesam" "\ 31688(autoload 'xesam-search "xesam" "\
@@ -31696,7 +31702,7 @@ Example:
31696;;;*** 31702;;;***
31697 31703
31698;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 31704;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
31699;;;;;; (19752 41642)) 31705;;;;;; (20237 33269))
31700;;; Generated autoloads from xml.el 31706;;; Generated autoloads from xml.el
31701 31707
31702(autoload 'xml-parse-file "xml" "\ 31708(autoload 'xml-parse-file "xml" "\
@@ -31722,7 +31728,7 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
31722;;;*** 31728;;;***
31723 31729
31724;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" 31730;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
31725;;;;;; "nxml/xmltok.el" (19752 41642)) 31731;;;;;; "nxml/xmltok.el" (20237 33269))
31726;;; Generated autoloads from nxml/xmltok.el 31732;;; Generated autoloads from nxml/xmltok.el
31727 31733
31728(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 31734(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -31740,8 +31746,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
31740 31746
31741;;;*** 31747;;;***
31742 31748
31743;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (19752 31749;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20237
31744;;;;;; 41642)) 31750;;;;;; 33269))
31745;;; Generated autoloads from xt-mouse.el 31751;;; Generated autoloads from xt-mouse.el
31746 31752
31747(defvar xterm-mouse-mode nil "\ 31753(defvar xterm-mouse-mode nil "\
@@ -31770,7 +31776,7 @@ down the SHIFT key while pressing the mouse button.
31770;;;*** 31776;;;***
31771 31777
31772;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 31778;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
31773;;;;;; "gnus/yenc.el" (19752 41642)) 31779;;;;;; "gnus/yenc.el" (20237 33269))
31774;;; Generated autoloads from gnus/yenc.el 31780;;; Generated autoloads from gnus/yenc.el
31775 31781
31776(autoload 'yenc-decode-region "yenc" "\ 31782(autoload 'yenc-decode-region "yenc" "\
@@ -31786,7 +31792,7 @@ Extract file name from an yenc header.
31786;;;*** 31792;;;***
31787 31793
31788;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 31794;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
31789;;;;;; yow) "yow" "play/yow.el" (19752 41642)) 31795;;;;;; yow) "yow" "play/yow.el" (20237 33269))
31790;;; Generated autoloads from play/yow.el 31796;;; Generated autoloads from play/yow.el
31791 31797
31792(autoload 'yow "yow" "\ 31798(autoload 'yow "yow" "\
@@ -31812,7 +31818,7 @@ Zippy goes to the analyst.
31812 31818
31813;;;*** 31819;;;***
31814 31820
31815;;;### (autoloads (zone) "zone" "play/zone.el" (19752 41642)) 31821;;;### (autoloads (zone) "zone" "play/zone.el" (20237 33269))
31816;;; Generated autoloads from play/zone.el 31822;;; Generated autoloads from play/zone.el
31817 31823
31818(autoload 'zone "zone" "\ 31824(autoload 'zone "zone" "\
@@ -32014,8 +32020,8 @@ Zone out, completely.
32014;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" 32020;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el"
32015;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" 32021;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
32016;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el" 32022;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el"
32017;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19820 32023;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (20242
32018;;;;;; 23317 611837)) 32024;;;;;; 16893 165147))
32019 32025
32020;;;*** 32026;;;***
32021 32027
diff --git a/lisp/version.el b/lisp/version.el
index 14b447eda2e..2886b0d9c6e 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -32,7 +32,7 @@
32(defconst emacs-copyright "Copyright (C) 2012 Free Software Foundation, Inc." "\ 32(defconst emacs-copyright "Copyright (C) 2012 Free Software Foundation, Inc." "\
33Short copyright string for this version of Emacs.") 33Short copyright string for this version of Emacs.")
34 34
35(defconst emacs-version "23.3.50" "\ 35(defconst emacs-version "23.3.90" "\
36Version numbers of this version of Emacs.") 36Version numbers of this version of Emacs.")
37 37
38(defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\ 38(defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\