aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-01 08:29:01 +0000
committerEli Zaretskii2008-10-01 08:29:01 +0000
commitca311e4261c746b9c7f3e48029cf56423fe6757e (patch)
treef4042f23bbf59b884ff0ee57506ead13764d8dc3
parent6efb94fc96bd92ef3ffa27d9f02b0b5ab47a2aee (diff)
downloademacs-ca311e4261c746b9c7f3e48029cf56423fe6757e.tar.gz
emacs-ca311e4261c746b9c7f3e48029cf56423fe6757e.zip
Remove codepage.el. Update.
-rw-r--r--lisp/ldefs-boot.el2180
1 files changed, 1373 insertions, 807 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 4d08df7d20e..a60ddc92f35 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" (18533 1976)) 8;;;;;; "play/5x5.el" (18580 33798))
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;;;;;; (18468 40885)) 68;;;;;; (18464 3941))
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;;;;;; (18575 11173)) 79;;;;;; (18580 33798))
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" "\
@@ -137,7 +137,7 @@ If you use ada-xref.el:
137;;;*** 137;;;***
138 138
139;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 139;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
140;;;;;; (18575 11174)) 140;;;;;; (18580 33798))
141;;; Generated autoloads from progmodes/ada-stmt.el 141;;; Generated autoloads from progmodes/ada-stmt.el
142 142
143(autoload 'ada-header "ada-stmt" "\ 143(autoload 'ada-header "ada-stmt" "\
@@ -148,7 +148,7 @@ Insert a descriptive header at the top of the file.
148;;;*** 148;;;***
149 149
150;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 150;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
151;;;;;; (18576 24566)) 151;;;;;; (18580 33798))
152;;; Generated autoloads from progmodes/ada-xref.el 152;;; Generated autoloads from progmodes/ada-xref.el
153 153
154(autoload 'ada-find-file "ada-xref" "\ 154(autoload 'ada-find-file "ada-xref" "\
@@ -162,10 +162,12 @@ Completion is available.
162;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode 162;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode
163;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log 163;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
164;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name 164;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name
165;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (18577 165;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (18643
166;;;;;; 57505)) 166;;;;;; 25222))
167;;; Generated autoloads from add-log.el 167;;; Generated autoloads from add-log.el
168 168
169(put 'change-log-default-name 'safe-local-variable 'string-or-null-p)
170
169(defvar add-log-current-defun-function nil "\ 171(defvar add-log-current-defun-function nil "\
170If non-nil, function to guess name of surrounding function. 172If non-nil, function to guess name of surrounding function.
171It is used by `add-log-current-defun' in preference to built-in rules. 173It is used by `add-log-current-defun' in preference to built-in rules.
@@ -299,7 +301,7 @@ old-style time formats for entries are supported.
299 301
300;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice 302;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
301;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) 303;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
302;;;;;; "advice" "emacs-lisp/advice.el" (18468 40888)) 304;;;;;; "advice" "emacs-lisp/advice.el" (18466 30125))
303;;; Generated autoloads from emacs-lisp/advice.el 305;;; Generated autoloads from emacs-lisp/advice.el
304 306
305(defvar ad-redefinition-action 'warn "\ 307(defvar ad-redefinition-action 'warn "\
@@ -430,7 +432,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
430 432
431;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 433;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
432;;;;;; align-highlight-rule align-current align-entire align-regexp 434;;;;;; align-highlight-rule align-current align-entire align-regexp
433;;;;;; align) "align" "align.el" (18468 40885)) 435;;;;;; align) "align" "align.el" (18464 3941))
434;;; Generated autoloads from align.el 436;;; Generated autoloads from align.el
435 437
436(autoload 'align "align" "\ 438(autoload 'align "align" "\
@@ -520,7 +522,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
520;;;*** 522;;;***
521 523
522;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" 524;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el"
523;;;;;; (18508 22727)) 525;;;;;; (18486 19351))
524;;; Generated autoloads from allout.el 526;;; Generated autoloads from allout.el
525 527
526(put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil))))) 528(put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil)))))
@@ -827,7 +829,7 @@ setup for auto-startup.
827;;;*** 829;;;***
828 830
829;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 831;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
830;;;;;; "net/ange-ftp.el" (18468 40890)) 832;;;;;; "net/ange-ftp.el" (18659 12585))
831;;; Generated autoloads from net/ange-ftp.el 833;;; Generated autoloads from net/ange-ftp.el
832 834
833(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 835(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
@@ -849,7 +851,7 @@ Not documented
849;;;*** 851;;;***
850 852
851;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 853;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
852;;;;;; "animate" "play/animate.el" (18468 40891)) 854;;;;;; "animate" "play/animate.el" (18464 1936))
853;;; Generated autoloads from play/animate.el 855;;; Generated autoloads from play/animate.el
854 856
855(autoload 'animate-string "animate" "\ 857(autoload 'animate-string "animate" "\
@@ -877,7 +879,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\".
877;;;*** 879;;;***
878 880
879;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 881;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
880;;;;;; "ansi-color" "ansi-color.el" (18468 40885)) 882;;;;;; "ansi-color" "ansi-color.el" (18464 3941))
881;;; Generated autoloads from ansi-color.el 883;;; Generated autoloads from ansi-color.el
882 884
883(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ 885(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
@@ -903,7 +905,7 @@ This is a good function to put in `comint-output-filter-functions'.
903;;;*** 905;;;***
904 906
905;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 907;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
906;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (18468 40892)) 908;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (18464 1584))
907;;; Generated autoloads from progmodes/antlr-mode.el 909;;; Generated autoloads from progmodes/antlr-mode.el
908 910
909(autoload 'antlr-show-makefile-rules "antlr-mode" "\ 911(autoload 'antlr-show-makefile-rules "antlr-mode" "\
@@ -940,7 +942,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
940;;;*** 942;;;***
941 943
942;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add) 944;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add)
943;;;;;; "appt" "calendar/appt.el" (18550 15777)) 945;;;;;; "appt" "calendar/appt.el" (18612 17518))
944;;; Generated autoloads from calendar/appt.el 946;;; Generated autoloads from calendar/appt.el
945 947
946(autoload 'appt-add "appt" "\ 948(autoload 'appt-add "appt" "\
@@ -980,7 +982,7 @@ ARG is positive, otherwise off.
980 982
981;;;### (autoloads (apropos-documentation apropos-value apropos-library 983;;;### (autoloads (apropos-documentation apropos-value apropos-library
982;;;;;; apropos apropos-documentation-property apropos-command apropos-variable 984;;;;;; apropos apropos-documentation-property apropos-command apropos-variable
983;;;;;; apropos-read-pattern) "apropos" "apropos.el" (18516 15186)) 985;;;;;; apropos-read-pattern) "apropos" "apropos.el" (18634 15332))
984;;; Generated autoloads from apropos.el 986;;; Generated autoloads from apropos.el
985 987
986(autoload 'apropos-read-pattern "apropos" "\ 988(autoload 'apropos-read-pattern "apropos" "\
@@ -1083,8 +1085,8 @@ Returns list of symbols and documentation found.
1083 1085
1084;;;*** 1086;;;***
1085 1087
1086;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (18577 1088;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (18580
1087;;;;;; 57505)) 1089;;;;;; 33791))
1088;;; Generated autoloads from arc-mode.el 1090;;; Generated autoloads from arc-mode.el
1089 1091
1090(autoload 'archive-mode "arc-mode" "\ 1092(autoload 'archive-mode "arc-mode" "\
@@ -1104,7 +1106,7 @@ archive.
1104 1106
1105;;;*** 1107;;;***
1106 1108
1107;;;### (autoloads (array-mode) "array" "array.el" (18468 40885)) 1109;;;### (autoloads (array-mode) "array" "array.el" (18464 3942))
1108;;; Generated autoloads from array.el 1110;;; Generated autoloads from array.el
1109 1111
1110(autoload 'array-mode "array" "\ 1112(autoload 'array-mode "array" "\
@@ -1175,8 +1177,8 @@ Entering array mode calls the function `array-mode-hook'.
1175 1177
1176;;;*** 1178;;;***
1177 1179
1178;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (18516 1180;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (18613
1179;;;;;; 15191)) 1181;;;;;; 36683))
1180;;; Generated autoloads from textmodes/artist.el 1182;;; Generated autoloads from textmodes/artist.el
1181 1183
1182(autoload 'artist-mode "artist" "\ 1184(autoload 'artist-mode "artist" "\
@@ -1381,8 +1383,8 @@ Keymap summary
1381 1383
1382;;;*** 1384;;;***
1383 1385
1384;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (18468 1386;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (18464
1385;;;;;; 40892)) 1387;;;;;; 1584))
1386;;; Generated autoloads from progmodes/asm-mode.el 1388;;; Generated autoloads from progmodes/asm-mode.el
1387 1389
1388(autoload 'asm-mode "asm-mode" "\ 1390(autoload 'asm-mode "asm-mode" "\
@@ -1410,7 +1412,7 @@ Special commands:
1410;;;*** 1412;;;***
1411 1413
1412;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1414;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1413;;;;;; (18468 40885)) 1415;;;;;; (18464 3942))
1414;;; Generated autoloads from autoarg.el 1416;;; Generated autoloads from autoarg.el
1415 1417
1416(defvar autoarg-mode nil "\ 1418(defvar autoarg-mode nil "\
@@ -1464,7 +1466,7 @@ etc. to supply digit arguments.
1464;;;*** 1466;;;***
1465 1467
1466;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1468;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1467;;;;;; (18468 40892)) 1469;;;;;; (18464 1585))
1468;;; Generated autoloads from progmodes/autoconf.el 1470;;; Generated autoloads from progmodes/autoconf.el
1469 1471
1470(autoload 'autoconf-mode "autoconf" "\ 1472(autoload 'autoconf-mode "autoconf" "\
@@ -1475,7 +1477,7 @@ Major mode for editing Autoconf configure.in files.
1475;;;*** 1477;;;***
1476 1478
1477;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1479;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1478;;;;;; "autoinsert" "autoinsert.el" (18508 22727)) 1480;;;;;; "autoinsert" "autoinsert.el" (18497 7295))
1479;;; Generated autoloads from autoinsert.el 1481;;; Generated autoloads from autoinsert.el
1480 1482
1481(autoload 'auto-insert "autoinsert" "\ 1483(autoload 'auto-insert "autoinsert" "\
@@ -1514,7 +1516,7 @@ insert a template for the file depending on the mode of the buffer.
1514 1516
1515;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1517;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1516;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1518;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1517;;;;;; (18516 15188)) 1519;;;;;; (18580 33794))
1518;;; Generated autoloads from emacs-lisp/autoload.el 1520;;; Generated autoloads from emacs-lisp/autoload.el
1519 1521
1520(put 'generated-autoload-file 'safe-local-variable 'stringp) 1522(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1551,7 +1553,7 @@ Calls `update-directory-autoloads' on the command line arguments.
1551 1553
1552;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1554;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1553;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1555;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1554;;;;;; "autorevert" "autorevert.el" (18468 40885)) 1556;;;;;; "autorevert" "autorevert.el" (18464 3942))
1555;;; Generated autoloads from autorevert.el 1557;;; Generated autoloads from autorevert.el
1556 1558
1557(autoload 'auto-revert-mode "autorevert" "\ 1559(autoload 'auto-revert-mode "autorevert" "\
@@ -1620,7 +1622,7 @@ Use `auto-revert-mode' to revert a particular buffer.
1620;;;*** 1622;;;***
1621 1623
1622;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1624;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1623;;;;;; "avoid.el" (18468 40885)) 1625;;;;;; "avoid.el" (18464 3942))
1624;;; Generated autoloads from avoid.el 1626;;; Generated autoloads from avoid.el
1625 1627
1626(defvar mouse-avoidance-mode nil "\ 1628(defvar mouse-avoidance-mode nil "\
@@ -1661,7 +1663,7 @@ definition of \"random distance\".)
1661;;;*** 1663;;;***
1662 1664
1663;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1665;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1664;;;;;; (18468 40885)) 1666;;;;;; (18592 38131))
1665;;; Generated autoloads from battery.el 1667;;; Generated autoloads from battery.el
1666 (put 'battery-mode-line-string 'risky-local-variable t) 1668 (put 'battery-mode-line-string 'risky-local-variable t)
1667 1669
@@ -1693,7 +1695,7 @@ seconds.
1693;;;*** 1695;;;***
1694 1696
1695;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1697;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1696;;;;;; "benchmark" "emacs-lisp/benchmark.el" (18468 40888)) 1698;;;;;; "benchmark" "emacs-lisp/benchmark.el" (18463 52901))
1697;;; Generated autoloads from emacs-lisp/benchmark.el 1699;;; Generated autoloads from emacs-lisp/benchmark.el
1698 1700
1699(autoload 'benchmark-run "benchmark" "\ 1701(autoload 'benchmark-run "benchmark" "\
@@ -1726,7 +1728,7 @@ non-interactive use see also `benchmark-run' and
1726;;;*** 1728;;;***
1727 1729
1728;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) 1730;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
1729;;;;;; "bibtex" "textmodes/bibtex.el" (18468 40893)) 1731;;;;;; "bibtex" "textmodes/bibtex.el" (18603 62949))
1730;;; Generated autoloads from textmodes/bibtex.el 1732;;; Generated autoloads from textmodes/bibtex.el
1731 1733
1732(autoload 'bibtex-initialize "bibtex" "\ 1734(autoload 'bibtex-initialize "bibtex" "\
@@ -1813,7 +1815,7 @@ mode is not `bibtex-mode', START is nil, and DISPLAY is t.
1813;;;*** 1815;;;***
1814 1816
1815;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" 1817;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1816;;;;;; (18468 40893)) 1818;;;;;; (18463 57218))
1817;;; Generated autoloads from textmodes/bibtex-style.el 1819;;; Generated autoloads from textmodes/bibtex-style.el
1818 (add-to-list 'auto-mode-alist '("\\.bst\\'" . bibtex-style-mode)) 1820 (add-to-list 'auto-mode-alist '("\\.bst\\'" . bibtex-style-mode))
1819 1821
@@ -1826,7 +1828,7 @@ Major mode for editing BibTeX style files.
1826 1828
1827;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1829;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1828;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" 1830;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
1829;;;;;; (18468 40890)) 1831;;;;;; (18464 1839))
1830;;; Generated autoloads from mail/binhex.el 1832;;; Generated autoloads from mail/binhex.el
1831 1833
1832(defconst binhex-begin-line "^:...............................................................$") 1834(defconst binhex-begin-line "^:...............................................................$")
@@ -1849,8 +1851,8 @@ Binhex decode region between START and END.
1849 1851
1850;;;*** 1852;;;***
1851 1853
1852;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (18468 1854;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (18464
1853;;;;;; 40891)) 1855;;;;;; 1937))
1854;;; Generated autoloads from play/blackbox.el 1856;;; Generated autoloads from play/blackbox.el
1855 1857
1856(autoload 'blackbox "blackbox" "\ 1858(autoload 'blackbox "blackbox" "\
@@ -1972,8 +1974,8 @@ a reflection.
1972;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save 1974;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save
1973;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename 1975;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename
1974;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump-other-window 1976;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump-other-window
1975;;;;;; bookmark-jump bookmark-set) "bookmark" "bookmark.el" (18537 1977;;;;;; bookmark-jump bookmark-set) "bookmark" "bookmark.el" (18580
1976;;;;;; 4507)) 1978;;;;;; 33791))
1977;;; Generated autoloads from bookmark.el 1979;;; Generated autoloads from bookmark.el
1978 (define-key ctl-x-r-map "b" 'bookmark-jump) 1980 (define-key ctl-x-r-map "b" 'bookmark-jump)
1979 (define-key ctl-x-r-map "m" 'bookmark-set) 1981 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2157,7 +2159,7 @@ deletion, or > if it is flagged for displaying.
2157;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file 2159;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file
2158;;;;;; browse-url-url-at-point browse-url-galeon-program browse-url-firefox-program 2160;;;;;; browse-url-url-at-point browse-url-galeon-program browse-url-firefox-program
2159;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" 2161;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el"
2160;;;;;; (18550 15778)) 2162;;;;;; (18580 33797))
2161;;; Generated autoloads from net/browse-url.el 2163;;; Generated autoloads from net/browse-url.el
2162 2164
2163(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)) "\ 2165(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)) "\
@@ -2487,8 +2489,8 @@ from `browse-url-elinks-wrapper'.
2487 2489
2488;;;*** 2490;;;***
2489 2491
2490;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (18468 2492;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (18464
2491;;;;;; 40891)) 2493;;;;;; 1937))
2492;;; Generated autoloads from play/bruce.el 2494;;; Generated autoloads from play/bruce.el
2493 2495
2494(autoload 'bruce "bruce" "\ 2496(autoload 'bruce "bruce" "\
@@ -2504,7 +2506,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2504;;;*** 2506;;;***
2505 2507
2506;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2508;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2507;;;;;; "bs" "bs.el" (18530 36600)) 2509;;;;;; "bs" "bs.el" (18580 33791))
2508;;; Generated autoloads from bs.el 2510;;; Generated autoloads from bs.el
2509 2511
2510(autoload 'bs-cycle-next "bs" "\ 2512(autoload 'bs-cycle-next "bs" "\
@@ -2544,7 +2546,7 @@ name of buffer configuration.
2544 2546
2545;;;*** 2547;;;***
2546 2548
2547;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (18550 15780)) 2549;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (18580 33798))
2548;;; Generated autoloads from play/bubbles.el 2550;;; Generated autoloads from play/bubbles.el
2549 2551
2550(autoload 'bubbles "bubbles" "\ 2552(autoload 'bubbles "bubbles" "\
@@ -2555,7 +2557,7 @@ Play Bubbles game.
2555;;;*** 2557;;;***
2556 2558
2557;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" 2559;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference"
2558;;;;;; "progmodes/bug-reference.el" (18530 36604)) 2560;;;;;; "progmodes/bug-reference.el" (18580 33798))
2559;;; Generated autoloads from progmodes/bug-reference.el 2561;;; Generated autoloads from progmodes/bug-reference.el
2560 2562
2561(put 'bug-reference-url-format 'safe-local-variable 'stringp) 2563(put 'bug-reference-url-format 'safe-local-variable 'stringp)
@@ -2578,7 +2580,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2578;;;;;; compile-defun byte-compile-file byte-recompile-directory 2580;;;;;; compile-defun byte-compile-file byte-recompile-directory
2579;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning 2581;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning
2580;;;;;; byte-compile-warnings-safe-p) "bytecomp" "emacs-lisp/bytecomp.el" 2582;;;;;; byte-compile-warnings-safe-p) "bytecomp" "emacs-lisp/bytecomp.el"
2581;;;;;; (18577 57513)) 2583;;;;;; (18580 33794))
2582;;; Generated autoloads from emacs-lisp/bytecomp.el 2584;;; Generated autoloads from emacs-lisp/bytecomp.el
2583(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2585(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2584(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2586(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2702,8 +2704,8 @@ and corresponding effects.
2702 2704
2703;;;*** 2705;;;***
2704 2706
2705;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (18468 2707;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (18463
2706;;;;;; 40888)) 2708;;;;;; 52107))
2707;;; Generated autoloads from calendar/cal-china.el 2709;;; Generated autoloads from calendar/cal-china.el
2708 2710
2709(put 'calendar-chinese-time-zone 'risky-local-variable t) 2711(put 'calendar-chinese-time-zone 'risky-local-variable t)
@@ -2712,7 +2714,7 @@ and corresponding effects.
2712 2714
2713;;;*** 2715;;;***
2714 2716
2715;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (18468 40888)) 2717;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (18463 52107))
2716;;; Generated autoloads from calendar/cal-dst.el 2718;;; Generated autoloads from calendar/cal-dst.el
2717 2719
2718(put 'calendar-daylight-savings-starts 'risky-local-variable t) 2720(put 'calendar-daylight-savings-starts 'risky-local-variable t)
@@ -2724,7 +2726,7 @@ and corresponding effects.
2724;;;*** 2726;;;***
2725 2727
2726;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el" 2728;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el"
2727;;;;;; (18508 22728)) 2729;;;;;; (18497 7296))
2728;;; Generated autoloads from calendar/cal-hebrew.el 2730;;; Generated autoloads from calendar/cal-hebrew.el
2729 2731
2730(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2732(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2741,7 +2743,7 @@ from the cursor position.
2741;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2743;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2742;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2744;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2743;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" 2745;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el"
2744;;;;;; (18534 20675)) 2746;;;;;; (18634 15333))
2745;;; Generated autoloads from calc/calc.el 2747;;; Generated autoloads from calc/calc.el
2746 2748
2747(defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ 2749(defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\
@@ -2828,8 +2830,8 @@ See Info node `(calc)Defining Functions'.
2828 2830
2829;;;*** 2831;;;***
2830 2832
2831;;;### (autoloads (calculator) "calculator" "calculator.el" (18468 2833;;;### (autoloads (calculator) "calculator" "calculator.el" (18464
2832;;;;;; 40885)) 2834;;;;;; 4241))
2833;;; Generated autoloads from calculator.el 2835;;; Generated autoloads from calculator.el
2834 2836
2835(autoload 'calculator "calculator" "\ 2837(autoload 'calculator "calculator" "\
@@ -2840,8 +2842,8 @@ See the documentation for `calculator-mode' for more information.
2840 2842
2841;;;*** 2843;;;***
2842 2844
2843;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (18533 2845;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (18659
2844;;;;;; 1974)) 2846;;;;;; 12584))
2845;;; Generated autoloads from calendar/calendar.el 2847;;; Generated autoloads from calendar/calendar.el
2846 2848
2847(autoload 'calendar "calendar" "\ 2849(autoload 'calendar "calendar" "\
@@ -2885,7 +2887,7 @@ This function is suitable for execution in a .emacs file.
2885;;;*** 2887;;;***
2886 2888
2887;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 2889;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
2888;;;;;; "gnus/canlock.el" (18468 40889)) 2890;;;;;; "gnus/canlock.el" (18463 54923))
2889;;; Generated autoloads from gnus/canlock.el 2891;;; Generated autoloads from gnus/canlock.el
2890 2892
2891(autoload 'canlock-insert-header "canlock" "\ 2893(autoload 'canlock-insert-header "canlock" "\
@@ -2903,7 +2905,7 @@ it fails.
2903;;;*** 2905;;;***
2904 2906
2905;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" 2907;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el"
2906;;;;;; (18508 22731)) 2908;;;;;; (18486 58097))
2907;;; Generated autoloads from progmodes/cap-words.el 2909;;; Generated autoloads from progmodes/cap-words.el
2908 2910
2909(autoload 'capitalized-words-mode "cap-words" "\ 2911(autoload 'capitalized-words-mode "cap-words" "\
@@ -2938,15 +2940,15 @@ Obsoletes `c-forward-into-nomenclature'.
2938 2940
2939;;;*** 2941;;;***
2940 2942
2941;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (18468 2943;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (18464
2942;;;;;; 40892)) 2944;;;;;; 1587))
2943;;; Generated autoloads from progmodes/cc-compat.el 2945;;; Generated autoloads from progmodes/cc-compat.el
2944(put 'c-indent-level 'safe-local-variable 'integerp) 2946(put 'c-indent-level 'safe-local-variable 'integerp)
2945 2947
2946;;;*** 2948;;;***
2947 2949
2948;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 2950;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
2949;;;;;; (18530 36604)) 2951;;;;;; (18580 33798))
2950;;; Generated autoloads from progmodes/cc-engine.el 2952;;; Generated autoloads from progmodes/cc-engine.el
2951 2953
2952(autoload 'c-guess-basic-syntax "cc-engine" "\ 2954(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -2958,7 +2960,7 @@ Return the syntactic context of the current line.
2958 2960
2959;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 2961;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
2960;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 2962;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
2961;;;;;; (18577 57514)) 2963;;;;;; (18580 33798))
2962;;; Generated autoloads from progmodes/cc-mode.el 2964;;; Generated autoloads from progmodes/cc-mode.el
2963 2965
2964(autoload 'c-initialize-cc-mode "cc-mode" "\ 2966(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3118,7 +3120,7 @@ Key bindings:
3118;;;*** 3120;;;***
3119 3121
3120;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3122;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3121;;;;;; "progmodes/cc-styles.el" (18577 57514)) 3123;;;;;; "progmodes/cc-styles.el" (18580 33798))
3122;;; Generated autoloads from progmodes/cc-styles.el 3124;;; Generated autoloads from progmodes/cc-styles.el
3123 3125
3124(autoload 'c-set-style "cc-styles" "\ 3126(autoload 'c-set-style "cc-styles" "\
@@ -3170,7 +3172,7 @@ and exists only for compatibility reasons.
3170;;;*** 3172;;;***
3171 3173
3172;;;### (autoloads (c-subword-mode) "cc-subword" "progmodes/cc-subword.el" 3174;;;### (autoloads (c-subword-mode) "cc-subword" "progmodes/cc-subword.el"
3173;;;;;; (18468 40892)) 3175;;;;;; (18464 1591))
3174;;; Generated autoloads from progmodes/cc-subword.el 3176;;; Generated autoloads from progmodes/cc-subword.el
3175 3177
3176(autoload 'c-subword-mode "cc-subword" "\ 3178(autoload 'c-subword-mode "cc-subword" "\
@@ -3198,7 +3200,7 @@ as words.
3198 3200
3199;;;*** 3201;;;***
3200 3202
3201;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (18468 40892)) 3203;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (18464 1592))
3202;;; Generated autoloads from progmodes/cc-vars.el 3204;;; Generated autoloads from progmodes/cc-vars.el
3203(put 'c-basic-offset 'safe-local-variable 'integerp) 3205(put 'c-basic-offset 'safe-local-variable 'integerp)
3204(put 'c-backslash-column 'safe-local-variable 'integerp) 3206(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3208,7 +3210,7 @@ as words.
3208 3210
3209;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3211;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3210;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3212;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3211;;;;;; (18508 22730)) 3213;;;;;; (18507 35269))
3212;;; Generated autoloads from international/ccl.el 3214;;; Generated autoloads from international/ccl.el
3213 3215
3214(autoload 'ccl-compile "ccl" "\ 3216(autoload 'ccl-compile "ccl" "\
@@ -3467,7 +3469,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3467;;;*** 3469;;;***
3468 3470
3469;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" 3471;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el"
3470;;;;;; (18468 40892)) 3472;;;;;; (18464 1592))
3471;;; Generated autoloads from progmodes/cfengine.el 3473;;; Generated autoloads from progmodes/cfengine.el
3472 3474
3473(autoload 'cfengine-mode "cfengine" "\ 3475(autoload 'cfengine-mode "cfengine" "\
@@ -3482,7 +3484,7 @@ to the action header.
3482;;;*** 3484;;;***
3483 3485
3484;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" 3486;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
3485;;;;;; "emacs-lisp/check-declare.el" (18559 51595)) 3487;;;;;; "emacs-lisp/check-declare.el" (18580 33794))
3486;;; Generated autoloads from emacs-lisp/check-declare.el 3488;;; Generated autoloads from emacs-lisp/check-declare.el
3487 3489
3488(autoload 'check-declare-file "check-declare" "\ 3490(autoload 'check-declare-file "check-declare" "\
@@ -3509,7 +3511,7 @@ described in the documentation of `declare-function'.
3509;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3511;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3510;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3512;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3511;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 3513;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
3512;;;;;; (18530 36603)) 3514;;;;;; (18580 33794))
3513;;; Generated autoloads from emacs-lisp/checkdoc.el 3515;;; Generated autoloads from emacs-lisp/checkdoc.el
3514(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 3516(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3515(put 'checkdoc-permit-comma-termination-flag 'safe-local-variable 'booleanp) 3517(put 'checkdoc-permit-comma-termination-flag 'safe-local-variable 'booleanp)
@@ -3696,7 +3698,7 @@ checking of documentation strings.
3696 3698
3697;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer 3699;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer
3698;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" 3700;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util"
3699;;;;;; "language/china-util.el" (18468 40890)) 3701;;;;;; "language/china-util.el" (18463 56561))
3700;;; Generated autoloads from language/china-util.el 3702;;; Generated autoloads from language/china-util.el
3701 3703
3702(autoload 'decode-hz-region "china-util" "\ 3704(autoload 'decode-hz-region "china-util" "\
@@ -3734,7 +3736,7 @@ Not documented
3734;;;*** 3736;;;***
3735 3737
3736;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 3738;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
3737;;;;;; "chistory" "chistory.el" (18534 20675)) 3739;;;;;; "chistory" "chistory.el" (18580 33791))
3738;;; Generated autoloads from chistory.el 3740;;; Generated autoloads from chistory.el
3739 3741
3740(autoload 'repeat-matching-complex-command "chistory" "\ 3742(autoload 'repeat-matching-complex-command "chistory" "\
@@ -3773,7 +3775,7 @@ and runs the normal hook `command-history-hook'.
3773 3775
3774;;;*** 3776;;;***
3775 3777
3776;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (18559 51595)) 3778;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (18580 33794))
3777;;; Generated autoloads from emacs-lisp/cl.el 3779;;; Generated autoloads from emacs-lisp/cl.el
3778 3780
3779(defvar custom-print-functions nil "\ 3781(defvar custom-print-functions nil "\
@@ -3789,7 +3791,7 @@ a future Emacs interpreter will be able to use it.")
3789;;;*** 3791;;;***
3790 3792
3791;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 3793;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3792;;;;;; (18468 40888)) 3794;;;;;; (18463 52904))
3793;;; Generated autoloads from emacs-lisp/cl-indent.el 3795;;; Generated autoloads from emacs-lisp/cl-indent.el
3794 3796
3795(autoload 'common-lisp-indent-function "cl-indent" "\ 3797(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -3800,7 +3802,7 @@ Not documented
3800;;;*** 3802;;;***
3801 3803
3802;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 3804;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3803;;;;;; (18468 40892)) 3805;;;;;; (18464 1592))
3804;;; Generated autoloads from progmodes/cmacexp.el 3806;;; Generated autoloads from progmodes/cmacexp.el
3805 3807
3806(autoload 'c-macro-expand "cmacexp" "\ 3808(autoload 'c-macro-expand "cmacexp" "\
@@ -3820,8 +3822,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
3820 3822
3821;;;*** 3823;;;***
3822 3824
3823;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (18468 3825;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (18464
3824;;;;;; 40885)) 3826;;;;;; 3943))
3825;;; Generated autoloads from cmuscheme.el 3827;;; Generated autoloads from cmuscheme.el
3826 3828
3827(autoload 'run-scheme "cmuscheme" "\ 3829(autoload 'run-scheme "cmuscheme" "\
@@ -3842,21 +3844,10 @@ is run).
3842 3844
3843;;;*** 3845;;;***
3844 3846
3845;;;### (autoloads (codepage-setup) "codepage" "international/codepage.el"
3846;;;;;; (18468 40889))
3847;;; Generated autoloads from international/codepage.el
3848
3849(autoload 'codepage-setup "codepage" "\
3850Obsolete. All coding systems are set up initially.
3851
3852\(fn &optional CODEPAGE)" t nil)
3853
3854;;;***
3855
3856;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3847;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3857;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3848;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3858;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3849;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3859;;;;;; (18516 15186)) 3850;;;;;; (18659 12583))
3860;;; Generated autoloads from comint.el 3851;;; Generated autoloads from comint.el
3861 3852
3862(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 3853(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -3946,8 +3937,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
3946 3937
3947;;;*** 3938;;;***
3948 3939
3949;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (18468 3940;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (18464
3950;;;;;; 40885)) 3941;;;;;; 3944))
3951;;; Generated autoloads from compare-w.el 3942;;; Generated autoloads from compare-w.el
3952 3943
3953(autoload 'compare-windows "compare-w" "\ 3944(autoload 'compare-windows "compare-w" "\
@@ -3984,7 +3975,7 @@ on third call it again advances points to the next difference and so on.
3984;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 3975;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
3985;;;;;; compile compilation-disable-input compile-command compilation-search-path 3976;;;;;; compile compilation-disable-input compile-command compilation-search-path
3986;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 3977;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
3987;;;;;; "compile" "progmodes/compile.el" (18516 15190)) 3978;;;;;; "compile" "progmodes/compile.el" (18580 33798))
3988;;; Generated autoloads from progmodes/compile.el 3979;;; Generated autoloads from progmodes/compile.el
3989 3980
3990(defvar compilation-mode-hook nil "\ 3981(defvar compilation-mode-hook nil "\
@@ -4152,7 +4143,7 @@ This is the value of `next-error-function' in Compilation buffers.
4152;;;*** 4143;;;***
4153 4144
4154;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 4145;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4155;;;;;; (18533 1974)) 4146;;;;;; (18634 15332))
4156;;; Generated autoloads from complete.el 4147;;; Generated autoloads from complete.el
4157 4148
4158(defvar partial-completion-mode nil "\ 4149(defvar partial-completion-mode nil "\
@@ -4194,7 +4185,7 @@ second TAB brings up the `*Completions*' buffer.
4194;;;*** 4185;;;***
4195 4186
4196;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4187;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4197;;;;;; (18468 40885)) 4188;;;;;; (18464 3944))
4198;;; Generated autoloads from completion.el 4189;;; Generated autoloads from completion.el
4199 4190
4200(defvar dynamic-completion-mode nil "\ 4191(defvar dynamic-completion-mode nil "\
@@ -4214,8 +4205,8 @@ Enable dynamic word-completion.
4214;;;*** 4205;;;***
4215 4206
4216;;;### (autoloads (global-auto-composition-mode auto-composition-mode 4207;;;### (autoloads (global-auto-composition-mode auto-composition-mode
4217;;;;;; encode-composition-rule) "composite" "composite.el" (18535 4208;;;;;; encode-composition-rule) "composite" "composite.el" (18634
4218;;;;;; 42314)) 4209;;;;;; 15333))
4219;;; Generated autoloads from composite.el 4210;;; Generated autoloads from composite.el
4220 4211
4221(autoload 'encode-composition-rule "composite" "\ 4212(autoload 'encode-composition-rule "composite" "\
@@ -4261,7 +4252,7 @@ See `auto-composition-mode' for more information on Auto-Composition mode.
4261;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4252;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4262;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4253;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4263;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4254;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4264;;;;;; (18468 40893)) 4255;;;;;; (18463 57219))
4265;;; Generated autoloads from textmodes/conf-mode.el 4256;;; Generated autoloads from textmodes/conf-mode.el
4266 4257
4267(autoload 'conf-mode "conf-mode" "\ 4258(autoload 'conf-mode "conf-mode" "\
@@ -4417,7 +4408,7 @@ For details see `conf-mode'. Example:
4417;;;*** 4408;;;***
4418 4409
4419;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 4410;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4420;;;;;; "cookie1" "play/cookie1.el" (18508 22731)) 4411;;;;;; "cookie1" "play/cookie1.el" (18507 35270))
4421;;; Generated autoloads from play/cookie1.el 4412;;; Generated autoloads from play/cookie1.el
4422 4413
4423(autoload 'cookie "cookie1" "\ 4414(autoload 'cookie "cookie1" "\
@@ -4449,7 +4440,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
4449;;;*** 4440;;;***
4450 4441
4451;;;### (autoloads (copyright copyright-fix-years copyright-update) 4442;;;### (autoloads (copyright copyright-fix-years copyright-update)
4452;;;;;; "copyright" "emacs-lisp/copyright.el" (18468 40888)) 4443;;;;;; "copyright" "emacs-lisp/copyright.el" (18463 52905))
4453;;; Generated autoloads from emacs-lisp/copyright.el 4444;;; Generated autoloads from emacs-lisp/copyright.el
4454 4445
4455(autoload 'copyright-update "copyright" "\ 4446(autoload 'copyright-update "copyright" "\
@@ -4477,7 +4468,7 @@ Insert a copyright by $ORGANIZATION notice at cursor.
4477;;;*** 4468;;;***
4478 4469
4479;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 4470;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
4480;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (18550 15780)) 4471;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (18592 38132))
4481;;; Generated autoloads from progmodes/cperl-mode.el 4472;;; Generated autoloads from progmodes/cperl-mode.el
4482(put 'cperl-indent-level 'safe-local-variable 'integerp) 4473(put 'cperl-indent-level 'safe-local-variable 'integerp)
4483(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4474(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -4675,7 +4666,7 @@ Run a `perldoc' on the word around point.
4675;;;*** 4666;;;***
4676 4667
4677;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 4668;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4678;;;;;; (18468 40892)) 4669;;;;;; (18464 1593))
4679;;; Generated autoloads from progmodes/cpp.el 4670;;; Generated autoloads from progmodes/cpp.el
4680 4671
4681(autoload 'cpp-highlight-buffer "cpp" "\ 4672(autoload 'cpp-highlight-buffer "cpp" "\
@@ -4694,7 +4685,7 @@ Edit display information for cpp conditionals.
4694;;;*** 4685;;;***
4695 4686
4696;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 4687;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4697;;;;;; (18468 40888)) 4688;;;;;; (18463 53306))
4698;;; Generated autoloads from emulation/crisp.el 4689;;; Generated autoloads from emulation/crisp.el
4699 4690
4700(defvar crisp-mode nil "\ 4691(defvar crisp-mode nil "\
@@ -4718,7 +4709,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
4718;;;*** 4709;;;***
4719 4710
4720;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 4711;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
4721;;;;;; (18468 40888)) 4712;;;;;; (18463 52905))
4722;;; Generated autoloads from emacs-lisp/crm.el 4713;;; Generated autoloads from emacs-lisp/crm.el
4723 4714
4724(autoload 'completing-read-multiple "crm" "\ 4715(autoload 'completing-read-multiple "crm" "\
@@ -4753,8 +4744,8 @@ INHERIT-INPUT-METHOD.
4753 4744
4754;;;*** 4745;;;***
4755 4746
4756;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (18468 4747;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (18463
4757;;;;;; 40893)) 4748;;;;;; 57219))
4758;;; Generated autoloads from textmodes/css-mode.el 4749;;; Generated autoloads from textmodes/css-mode.el
4759 (add-to-list 'auto-mode-alist '("\\.css\\'" . css-mode)) 4750 (add-to-list 'auto-mode-alist '("\\.css\\'" . css-mode))
4760 4751
@@ -4766,7 +4757,7 @@ Major mode to edit Cascading Style Sheets.
4766;;;*** 4757;;;***
4767 4758
4768;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 4759;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
4769;;;;;; (18533 1975)) 4760;;;;;; (18580 33794))
4770;;; Generated autoloads from emulation/cua-base.el 4761;;; Generated autoloads from emulation/cua-base.el
4771 4762
4772(defvar cua-mode nil "\ 4763(defvar cua-mode nil "\
@@ -4825,7 +4816,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
4825;;;;;; customize-mode customize customize-save-variable customize-set-variable 4816;;;;;; customize-mode customize customize-save-variable customize-set-variable
4826;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically 4817;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically
4827;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" 4818;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el"
4828;;;;;; (18577 57506)) 4819;;;;;; (18634 15333))
4829;;; Generated autoloads from cus-edit.el 4820;;; Generated autoloads from cus-edit.el
4830 4821
4831(defvar custom-browse-sort-alphabetically nil "\ 4822(defvar custom-browse-sort-alphabetically nil "\
@@ -5123,7 +5114,7 @@ The format is suitable for use with `easy-menu-define'.
5123;;;*** 5114;;;***
5124 5115
5125;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" 5116;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
5126;;;;;; (18468 40886)) 5117;;;;;; (18464 3945))
5127;;; Generated autoloads from cus-theme.el 5118;;; Generated autoloads from cus-theme.el
5128 5119
5129(autoload 'customize-create-theme "cus-theme" "\ 5120(autoload 'customize-create-theme "cus-theme" "\
@@ -5134,7 +5125,7 @@ Create a custom theme.
5134;;;*** 5125;;;***
5135 5126
5136;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 5127;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
5137;;;;;; (18468 40886)) 5128;;;;;; (18464 3945))
5138;;; Generated autoloads from cvs-status.el 5129;;; Generated autoloads from cvs-status.el
5139 5130
5140(autoload 'cvs-status-mode "cvs-status" "\ 5131(autoload 'cvs-status-mode "cvs-status" "\
@@ -5145,7 +5136,7 @@ Mode used for cvs status output.
5145;;;*** 5136;;;***
5146 5137
5147;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5138;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5148;;;;;; "cwarn" "progmodes/cwarn.el" (18468 40892)) 5139;;;;;; "cwarn" "progmodes/cwarn.el" (18464 1594))
5149;;; Generated autoloads from progmodes/cwarn.el 5140;;; Generated autoloads from progmodes/cwarn.el
5150 5141
5151(autoload 'cwarn-mode "cwarn" "\ 5142(autoload 'cwarn-mode "cwarn" "\
@@ -5188,7 +5179,7 @@ See `cwarn-mode' for more information on Cwarn mode.
5188 5179
5189;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5180;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5190;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5181;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5191;;;;;; (18468 40890)) 5182;;;;;; (18463 56562))
5192;;; Generated autoloads from language/cyril-util.el 5183;;; Generated autoloads from language/cyril-util.el
5193 5184
5194(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5185(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5217,7 +5208,7 @@ If the argument is nil, we return the display table to its standard state.
5217;;;*** 5208;;;***
5218 5209
5219;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5210;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5220;;;;;; (18468 40886)) 5211;;;;;; (18464 3945))
5221;;; Generated autoloads from dabbrev.el 5212;;; Generated autoloads from dabbrev.el
5222 (define-key esc-map "/" 'dabbrev-expand) 5213 (define-key esc-map "/" 'dabbrev-expand)
5223 (define-key esc-map [?\C-/] 'dabbrev-completion) 5214 (define-key esc-map [?\C-/] 'dabbrev-completion)
@@ -5261,21 +5252,22 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5261 5252
5262;;;*** 5253;;;***
5263 5254
5264;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (18562 5255;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (18612
5265;;;;;; 32315)) 5256;;;;;; 17518))
5266;;; Generated autoloads from net/dbus.el 5257;;; Generated autoloads from net/dbus.el
5267 5258
5268(autoload 'dbus-handle-event "dbus" "\ 5259(autoload 'dbus-handle-event "dbus" "\
5269Handle events from the D-Bus. 5260Handle events from the D-Bus.
5270EVENT is a D-Bus event, see `dbus-check-event'. HANDLER, being 5261EVENT is a D-Bus event, see `dbus-check-event'. HANDLER, being
5271part of the event, is called with arguments ARGS. 5262part of the event, is called with arguments ARGS.
5263If the HANDLER returns an `dbus-error', it is propagated as return message.
5272 5264
5273\(fn EVENT)" t nil) 5265\(fn EVENT)" t nil)
5274 5266
5275;;;*** 5267;;;***
5276 5268
5277;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (18468 5269;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (18464
5278;;;;;; 40892)) 5270;;;;;; 1594))
5279;;; Generated autoloads from progmodes/dcl-mode.el 5271;;; Generated autoloads from progmodes/dcl-mode.el
5280 5272
5281(autoload 'dcl-mode "dcl-mode" "\ 5273(autoload 'dcl-mode "dcl-mode" "\
@@ -5402,7 +5394,7 @@ There is some minimal font-lock support (see vars
5402;;;*** 5394;;;***
5403 5395
5404;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5396;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5405;;;;;; "emacs-lisp/debug.el" (18530 36603)) 5397;;;;;; "emacs-lisp/debug.el" (18614 64329))
5406;;; Generated autoloads from emacs-lisp/debug.el 5398;;; Generated autoloads from emacs-lisp/debug.el
5407 5399
5408(setq debugger 'debug) 5400(setq debugger 'debug)
@@ -5446,7 +5438,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5446;;;*** 5438;;;***
5447 5439
5448;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5440;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5449;;;;;; (18468 40891)) 5441;;;;;; (18464 1939))
5450;;; Generated autoloads from play/decipher.el 5442;;; Generated autoloads from play/decipher.el
5451 5443
5452(autoload 'decipher "decipher" "\ 5444(autoload 'decipher "decipher" "\
@@ -5475,8 +5467,8 @@ The most useful commands are:
5475;;;*** 5467;;;***
5476 5468
5477;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 5469;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5478;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (18468 5470;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (18464
5479;;;;;; 40886)) 5471;;;;;; 3945))
5480;;; Generated autoloads from delim-col.el 5472;;; Generated autoloads from delim-col.el
5481 5473
5482(autoload 'delimit-columns-customize "delim-col" "\ 5474(autoload 'delimit-columns-customize "delim-col" "\
@@ -5500,8 +5492,8 @@ START and END delimits the corners of text rectangle.
5500 5492
5501;;;*** 5493;;;***
5502 5494
5503;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (18468 5495;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (18634
5504;;;;;; 40892)) 5496;;;;;; 15334))
5505;;; Generated autoloads from progmodes/delphi.el 5497;;; Generated autoloads from progmodes/delphi.el
5506 5498
5507(autoload 'delphi-mode "delphi" "\ 5499(autoload 'delphi-mode "delphi" "\
@@ -5551,8 +5543,8 @@ no args, if that value is non-nil.
5551 5543
5552;;;*** 5544;;;***
5553 5545
5554;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (18468 5546;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (18464
5555;;;;;; 40886)) 5547;;;;;; 3945))
5556;;; Generated autoloads from delsel.el 5548;;; Generated autoloads from delsel.el
5557 5549
5558(defalias 'pending-delete-mode 'delete-selection-mode) 5550(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -5581,7 +5573,7 @@ any selection.
5581;;;*** 5573;;;***
5582 5574
5583;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5575;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5584;;;;;; "derived" "emacs-lisp/derived.el" (18530 36603)) 5576;;;;;; "derived" "emacs-lisp/derived.el" (18580 33794))
5585;;; Generated autoloads from emacs-lisp/derived.el 5577;;; Generated autoloads from emacs-lisp/derived.el
5586 5578
5587(autoload 'define-derived-mode "derived" "\ 5579(autoload 'define-derived-mode "derived" "\
@@ -5646,7 +5638,7 @@ the first time the mode is used.
5646;;;*** 5638;;;***
5647 5639
5648;;;### (autoloads (describe-char describe-text-properties) "descr-text" 5640;;;### (autoloads (describe-char describe-text-properties) "descr-text"
5649;;;;;; "descr-text.el" (18573 48333)) 5641;;;;;; "descr-text.el" (18634 15333))
5650;;; Generated autoloads from descr-text.el 5642;;; Generated autoloads from descr-text.el
5651 5643
5652(autoload 'describe-text-properties "descr-text" "\ 5644(autoload 'describe-text-properties "descr-text" "\
@@ -5672,7 +5664,7 @@ as well as widgets, buttons, overlays, and text properties.
5672;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 5664;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
5673;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 5665;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
5674;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 5666;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
5675;;;;;; "desktop.el" (18468 40886)) 5667;;;;;; "desktop.el" (18464 3946))
5676;;; Generated autoloads from desktop.el 5668;;; Generated autoloads from desktop.el
5677 5669
5678(defvar desktop-save-mode nil "\ 5670(defvar desktop-save-mode nil "\
@@ -5856,7 +5848,7 @@ Revert to the last loaded desktop.
5856 5848
5857;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 5849;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
5858;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 5850;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
5859;;;;;; "deuglify" "gnus/deuglify.el" (18468 40889)) 5851;;;;;; "deuglify" "gnus/deuglify.el" (18463 54923))
5860;;; Generated autoloads from gnus/deuglify.el 5852;;; Generated autoloads from gnus/deuglify.el
5861 5853
5862(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 5854(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -5889,7 +5881,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
5889;;;*** 5881;;;***
5890 5882
5891;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 5883;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
5892;;;;;; "calendar/diary-lib.el" (18550 15777)) 5884;;;;;; "calendar/diary-lib.el" (18580 33794))
5893;;; Generated autoloads from calendar/diary-lib.el 5885;;; Generated autoloads from calendar/diary-lib.el
5894 5886
5895(autoload 'diary "diary-lib" "\ 5887(autoload 'diary "diary-lib" "\
@@ -5932,7 +5924,7 @@ Major mode for editing the diary file.
5932;;;*** 5924;;;***
5933 5925
5934;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 5926;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
5935;;;;;; "diff.el" (18468 40886)) 5927;;;;;; "diff.el" (18464 3946))
5936;;; Generated autoloads from diff.el 5928;;; Generated autoloads from diff.el
5937 5929
5938(defvar diff-switches "-c" "\ 5930(defvar diff-switches "-c" "\
@@ -5966,7 +5958,7 @@ With prefix arg, prompt for diff switches.
5966;;;*** 5958;;;***
5967 5959
5968;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 5960;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
5969;;;;;; (18573 48333)) 5961;;;;;; (18643 25222))
5970;;; Generated autoloads from diff-mode.el 5962;;; Generated autoloads from diff-mode.el
5971 5963
5972(autoload 'diff-mode "diff-mode" "\ 5964(autoload 'diff-mode "diff-mode" "\
@@ -5998,7 +5990,7 @@ Minor mode for viewing/editing context diffs.
5998;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 5990;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
5999;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 5991;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
6000;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 5992;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
6001;;;;;; "dired" "dired.el" (18577 57506)) 5993;;;;;; "dired" "dired.el" (18634 15333))
6002;;; Generated autoloads from dired.el 5994;;; Generated autoloads from dired.el
6003 5995
6004(defvar dired-listing-switches "-al" "\ 5996(defvar dired-listing-switches "-al" "\
@@ -6205,7 +6197,7 @@ Keybindings:
6205;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command 6197;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command
6206;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown 6198;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown
6207;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff 6199;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff
6208;;;;;; dired-diff) "dired-aux" "dired-aux.el" (18577 60981)) 6200;;;;;; dired-diff) "dired-aux" "dired-aux.el" (18580 33791))
6209;;; Generated autoloads from dired-aux.el 6201;;; Generated autoloads from dired-aux.el
6210 6202
6211(autoload 'dired-diff "dired-aux" "\ 6203(autoload 'dired-diff "dired-aux" "\
@@ -6655,7 +6647,7 @@ true then the type of the file linked to by FILE is printed instead.
6655;;;*** 6647;;;***
6656 6648
6657;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el" 6649;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el"
6658;;;;;; (18468 40886)) 6650;;;;;; (18612 17517))
6659;;; Generated autoloads from dired-x.el 6651;;; Generated autoloads from dired-x.el
6660 6652
6661(autoload 'dired-jump "dired-x" "\ 6653(autoload 'dired-jump "dired-x" "\
@@ -6685,7 +6677,7 @@ For absolute symlinks, use \\[dired-do-symlink].
6685;;;*** 6677;;;***
6686 6678
6687;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" 6679;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
6688;;;;;; (18468 40886)) 6680;;;;;; (18464 3947))
6689;;; Generated autoloads from dirtrack.el 6681;;; Generated autoloads from dirtrack.el
6690 6682
6691(autoload 'dirtrack-mode "dirtrack" "\ 6683(autoload 'dirtrack-mode "dirtrack" "\
@@ -6711,8 +6703,8 @@ function `dirtrack-debug-mode' to turn on debugging output.
6711 6703
6712;;;*** 6704;;;***
6713 6705
6714;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (18468 6706;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (18463
6715;;;;;; 40888)) 6707;;;;;; 52906))
6716;;; Generated autoloads from emacs-lisp/disass.el 6708;;; Generated autoloads from emacs-lisp/disass.el
6717 6709
6718(autoload 'disassemble "disass" "\ 6710(autoload 'disassemble "disass" "\
@@ -6731,7 +6723,7 @@ redefine OBJECT if it is a symbol.
6731;;;;;; standard-display-g1 standard-display-ascii standard-display-default 6723;;;;;; standard-display-g1 standard-display-ascii standard-display-default
6732;;;;;; standard-display-8bit describe-current-display-table describe-display-table 6724;;;;;; standard-display-8bit describe-current-display-table describe-display-table
6733;;;;;; set-display-table-slot display-table-slot make-display-table) 6725;;;;;; set-display-table-slot display-table-slot make-display-table)
6734;;;;;; "disp-table" "disp-table.el" (18573 48334)) 6726;;;;;; "disp-table" "disp-table.el" (18580 33791))
6735;;; Generated autoloads from disp-table.el 6727;;; Generated autoloads from disp-table.el
6736 6728
6737(autoload 'make-display-table "disp-table" "\ 6729(autoload 'make-display-table "disp-table" "\
@@ -6847,7 +6839,7 @@ for users who call this function in `.emacs'.
6847;;;*** 6839;;;***
6848 6840
6849;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 6841;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6850;;;;;; (18468 40891)) 6842;;;;;; (18464 1940))
6851;;; Generated autoloads from play/dissociate.el 6843;;; Generated autoloads from play/dissociate.el
6852 6844
6853(autoload 'dissociated-press "dissociate" "\ 6845(autoload 'dissociated-press "dissociate" "\
@@ -6863,7 +6855,7 @@ Default is 2.
6863 6855
6864;;;*** 6856;;;***
6865 6857
6866;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (18468 40886)) 6858;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (18464 3947))
6867;;; Generated autoloads from dnd.el 6859;;; Generated autoloads from dnd.el
6868 6860
6869(defvar dnd-protocol-alist '(("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file) ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file)) "\ 6861(defvar dnd-protocol-alist '(("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file) ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file)) "\
@@ -6884,7 +6876,7 @@ if some action was made, or nil if the URL is ignored.")
6884;;;*** 6876;;;***
6885 6877
6886;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 6878;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6887;;;;;; "textmodes/dns-mode.el" (18468 40893)) 6879;;;;;; "textmodes/dns-mode.el" (18463 57219))
6888;;; Generated autoloads from textmodes/dns-mode.el 6880;;; Generated autoloads from textmodes/dns-mode.el
6889 6881
6890(autoload 'dns-mode "dns-mode" "\ 6882(autoload 'dns-mode "dns-mode" "\
@@ -6909,7 +6901,7 @@ Locate SOA record and increment the serial field.
6909;;;*** 6901;;;***
6910 6902
6911;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode 6903;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode
6912;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (18533 1974)) 6904;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (18634 15333))
6913;;; Generated autoloads from doc-view.el 6905;;; Generated autoloads from doc-view.el
6914 6906
6915(autoload 'doc-view-mode-p "doc-view" "\ 6907(autoload 'doc-view-mode-p "doc-view" "\
@@ -6940,7 +6932,7 @@ Not documented
6940 6932
6941;;;*** 6933;;;***
6942 6934
6943;;;### (autoloads (doctor) "doctor" "play/doctor.el" (18468 40891)) 6935;;;### (autoloads (doctor) "doctor" "play/doctor.el" (18464 1940))
6944;;; Generated autoloads from play/doctor.el 6936;;; Generated autoloads from play/doctor.el
6945 6937
6946(autoload 'doctor "doctor" "\ 6938(autoload 'doctor "doctor" "\
@@ -6950,7 +6942,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6950 6942
6951;;;*** 6943;;;***
6952 6944
6953;;;### (autoloads (double-mode) "double" "double.el" (18468 40886)) 6945;;;### (autoloads (double-mode) "double" "double.el" (18464 3947))
6954;;; Generated autoloads from double.el 6946;;; Generated autoloads from double.el
6955 6947
6956(autoload 'double-mode "double" "\ 6948(autoload 'double-mode "double" "\
@@ -6965,7 +6957,7 @@ when pressed twice. See variable `double-map' for details.
6965 6957
6966;;;*** 6958;;;***
6967 6959
6968;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (18468 40892)) 6960;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (18464 1941))
6969;;; Generated autoloads from play/dunnet.el 6961;;; Generated autoloads from play/dunnet.el
6970 6962
6971(autoload 'dunnet "dunnet" "\ 6963(autoload 'dunnet "dunnet" "\
@@ -6976,7 +6968,7 @@ Switch to *dungeon* buffer and start game.
6976;;;*** 6968;;;***
6977 6969
6978;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 6970;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
6979;;;;;; (18468 40889)) 6971;;;;;; (18463 54923))
6980;;; Generated autoloads from gnus/earcon.el 6972;;; Generated autoloads from gnus/earcon.el
6981 6973
6982(autoload 'gnus-earcon-display "earcon" "\ 6974(autoload 'gnus-earcon-display "earcon" "\
@@ -6988,7 +6980,7 @@ Play sounds in message buffers.
6988 6980
6989;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6981;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6990;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 6982;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6991;;;;;; "emacs-lisp/easy-mmode.el" (18530 36603)) 6983;;;;;; "emacs-lisp/easy-mmode.el" (18580 33794))
6992;;; Generated autoloads from emacs-lisp/easy-mmode.el 6984;;; Generated autoloads from emacs-lisp/easy-mmode.el
6993 6985
6994(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6986(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -7091,8 +7083,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
7091;;;*** 7083;;;***
7092 7084
7093;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 7085;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
7094;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (18508 7086;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (18603
7095;;;;;; 22728)) 7087;;;;;; 62947))
7096;;; Generated autoloads from emacs-lisp/easymenu.el 7088;;; Generated autoloads from emacs-lisp/easymenu.el
7097 7089
7098(put 'easy-menu-define 'lisp-indent-function 'defun) 7090(put 'easy-menu-define 'lisp-indent-function 'defun)
@@ -7246,7 +7238,7 @@ To implement dynamic menus, either call this from
7246;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer 7238;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
7247;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer 7239;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7248;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 7240;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7249;;;;;; "progmodes/ebnf2ps.el" (18468 40892)) 7241;;;;;; "progmodes/ebnf2ps.el" (18464 1597))
7250;;; Generated autoloads from progmodes/ebnf2ps.el 7242;;; Generated autoloads from progmodes/ebnf2ps.el
7251 7243
7252(autoload 'ebnf-customize "ebnf2ps" "\ 7244(autoload 'ebnf-customize "ebnf2ps" "\
@@ -7520,8 +7512,8 @@ See `ebnf-style-database' documentation.
7520;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 7512;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7521;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 7513;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7522;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 7514;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7523;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (18468 7515;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (18464
7524;;;;;; 40892)) 7516;;;;;; 1598))
7525;;; Generated autoloads from progmodes/ebrowse.el 7517;;; Generated autoloads from progmodes/ebrowse.el
7526 7518
7527(autoload 'ebrowse-tree-mode "ebrowse" "\ 7519(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7672,7 +7664,7 @@ Display statistics for a class tree.
7672;;;*** 7664;;;***
7673 7665
7674;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7666;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7675;;;;;; (18468 40886)) 7667;;;;;; (18464 3947))
7676;;; Generated autoloads from ebuff-menu.el 7668;;; Generated autoloads from ebuff-menu.el
7677 7669
7678(autoload 'electric-buffer-list "ebuff-menu" "\ 7670(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7697,7 +7689,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7697;;;*** 7689;;;***
7698 7690
7699;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 7691;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7700;;;;;; "echistory.el" (18508 22727)) 7692;;;;;; "echistory.el" (18507 35267))
7701;;; Generated autoloads from echistory.el 7693;;; Generated autoloads from echistory.el
7702 7694
7703(autoload 'Electric-command-history-redo-expression "echistory" "\ 7695(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7709,7 +7701,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7709;;;*** 7701;;;***
7710 7702
7711;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" 7703;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
7712;;;;;; (18468 40889)) 7704;;;;;; (18463 54923))
7713;;; Generated autoloads from gnus/ecomplete.el 7705;;; Generated autoloads from gnus/ecomplete.el
7714 7706
7715(autoload 'ecomplete-setup "ecomplete" "\ 7707(autoload 'ecomplete-setup "ecomplete" "\
@@ -7721,7 +7713,7 @@ Not documented
7721 7713
7722;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 7714;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
7723;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 7715;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
7724;;;;;; "emacs-lisp/edebug.el" (18508 22728)) 7716;;;;;; "emacs-lisp/edebug.el" (18497 7296))
7725;;; Generated autoloads from emacs-lisp/edebug.el 7717;;; Generated autoloads from emacs-lisp/edebug.el
7726 7718
7727(defvar edebug-all-defs nil "\ 7719(defvar edebug-all-defs nil "\
@@ -7794,7 +7786,7 @@ Toggle edebugging of all forms.
7794;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories 7786;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7795;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories 7787;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7796;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-files3 ediff-files) 7788;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-files3 ediff-files)
7797;;;;;; "ediff" "ediff.el" (18468 40886)) 7789;;;;;; "ediff" "ediff.el" (18464 3949))
7798;;; Generated autoloads from ediff.el 7790;;; Generated autoloads from ediff.el
7799 7791
7800(autoload 'ediff-files "ediff" "\ 7792(autoload 'ediff-files "ediff" "\
@@ -8019,7 +8011,7 @@ With optional NODE, goes to that node.
8019;;;*** 8011;;;***
8020 8012
8021;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" 8013;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
8022;;;;;; (18468 40886)) 8014;;;;;; (18464 3948))
8023;;; Generated autoloads from ediff-help.el 8015;;; Generated autoloads from ediff-help.el
8024 8016
8025(autoload 'ediff-customize "ediff-help" "\ 8017(autoload 'ediff-customize "ediff-help" "\
@@ -8029,7 +8021,7 @@ Not documented
8029 8021
8030;;;*** 8022;;;***
8031 8023
8032;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (18468 40886)) 8024;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (18464 3948))
8033;;; Generated autoloads from ediff-hook.el 8025;;; Generated autoloads from ediff-hook.el
8034 8026
8035(if (featurep 'xemacs) (progn (defun ediff-xemacs-init-menus nil (when (featurep 'menubar) (add-submenu '("Tools") ediff-menu "OO-Browser...") (add-submenu '("Tools") ediff-merge-menu "OO-Browser...") (add-submenu '("Tools") epatch-menu "OO-Browser...") (add-submenu '("Tools") ediff-misc-menu "OO-Browser...") (add-menu-button '("Tools") "-------" "OO-Browser..."))) (defvar ediff-menu '("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t])) (defvar ediff-merge-menu '("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t])) (defvar epatch-menu '("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t])) (defvar ediff-misc-menu '("Ediff Miscellanea" ["Ediff Manual" ediff-documentation t] ["Customize Ediff" ediff-customize t] ["List Ediff Sessions" ediff-show-registry t] ["Use separate frame for Ediff control buffer" ediff-toggle-multiframe :style toggle :selected (if (and (featurep 'ediff-util) (boundp 'ediff-window-setup-function)) (eq ediff-window-setup-function 'ediff-setup-windows-multiframe))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep 'ediff-tbar) (ediff-use-toolbar-p))])) (if (and (featurep 'menubar) (not (featurep 'infodock)) (not (featurep 'ediff-hook))) (ediff-xemacs-init-menus))) (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset 'menu-bar-ediff-misc-menu (symbol-value 'menu-bar-ediff-misc-menu)) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset 'menu-bar-epatch-menu (symbol-value 'menu-bar-epatch-menu)) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset 'menu-bar-ediff-merge-menu (symbol-value 'menu-bar-ediff-merge-menu)) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset 'menu-bar-ediff-menu (symbol-value 'menu-bar-ediff-menu)) (define-key menu-bar-ediff-menu [window] '("This Window and Next Window" . compare-windows)) (define-key menu-bar-ediff-menu [ediff-windows-linewise] '("Windows Line-by-line..." . ediff-windows-linewise)) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] '("Windows Word-by-word..." . ediff-windows-wordwise)) (define-key menu-bar-ediff-menu [separator-ediff-windows] '("--")) (define-key menu-bar-ediff-menu [ediff-regions-linewise] '("Regions Line-by-line..." . ediff-regions-linewise)) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] '("Regions Word-by-word..." . ediff-regions-wordwise)) (define-key menu-bar-ediff-menu [separator-ediff-regions] '("--")) (define-key menu-bar-ediff-menu [ediff-dir-revision] '("Directory Revisions..." . ediff-directory-revisions)) (define-key menu-bar-ediff-menu [ediff-revision] '("File with Revision..." . ediff-revision)) (define-key menu-bar-ediff-menu [separator-ediff-directories] '("--")) (define-key menu-bar-ediff-menu [ediff-directories3] '("Three Directories..." . ediff-directories3)) (define-key menu-bar-ediff-menu [ediff-directories] '("Two Directories..." . ediff-directories)) (define-key menu-bar-ediff-menu [separator-ediff-files] '("--")) (define-key menu-bar-ediff-menu [ediff-buffers3] '("Three Buffers..." . ediff-buffers3)) (define-key menu-bar-ediff-menu [ediff-files3] '("Three Files..." . ediff-files3)) (define-key menu-bar-ediff-menu [ediff-buffers] '("Two Buffers..." . ediff-buffers)) (define-key menu-bar-ediff-menu [ediff-files] '("Two Files..." . ediff-files)) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] '("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] '("Directory Revisions..." . ediff-merge-directory-revisions)) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] '("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] '("Revisions..." . ediff-merge-revisions)) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] '("--")) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] '("Directories with Ancestor..." . ediff-merge-directories-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] '("Directories..." . ediff-merge-directories)) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] '("--")) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] '("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] '("Buffers..." . ediff-merge-buffers)) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] '("Files with Ancestor..." . ediff-merge-files-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] '("Files..." . ediff-merge-files)) (define-key menu-bar-epatch-menu [ediff-patch-buffer] '("To a Buffer..." . ediff-patch-buffer)) (define-key menu-bar-epatch-menu [ediff-patch-file] '("To a File..." . ediff-patch-file)) (define-key menu-bar-ediff-misc-menu [emultiframe] '("Toggle use of separate control buffer frame" . ediff-toggle-multiframe)) (define-key menu-bar-ediff-misc-menu [eregistry] '("List Ediff Sessions" . ediff-show-registry)) (define-key menu-bar-ediff-misc-menu [ediff-cust] '("Customize Ediff" . ediff-customize)) (define-key menu-bar-ediff-misc-menu [ediff-doc] '("Ediff Manual" . ediff-documentation))) 8027(if (featurep 'xemacs) (progn (defun ediff-xemacs-init-menus nil (when (featurep 'menubar) (add-submenu '("Tools") ediff-menu "OO-Browser...") (add-submenu '("Tools") ediff-merge-menu "OO-Browser...") (add-submenu '("Tools") epatch-menu "OO-Browser...") (add-submenu '("Tools") ediff-misc-menu "OO-Browser...") (add-menu-button '("Tools") "-------" "OO-Browser..."))) (defvar ediff-menu '("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t])) (defvar ediff-merge-menu '("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t])) (defvar epatch-menu '("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t])) (defvar ediff-misc-menu '("Ediff Miscellanea" ["Ediff Manual" ediff-documentation t] ["Customize Ediff" ediff-customize t] ["List Ediff Sessions" ediff-show-registry t] ["Use separate frame for Ediff control buffer" ediff-toggle-multiframe :style toggle :selected (if (and (featurep 'ediff-util) (boundp 'ediff-window-setup-function)) (eq ediff-window-setup-function 'ediff-setup-windows-multiframe))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep 'ediff-tbar) (ediff-use-toolbar-p))])) (if (and (featurep 'menubar) (not (featurep 'infodock)) (not (featurep 'ediff-hook))) (ediff-xemacs-init-menus))) (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset 'menu-bar-ediff-misc-menu (symbol-value 'menu-bar-ediff-misc-menu)) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset 'menu-bar-epatch-menu (symbol-value 'menu-bar-epatch-menu)) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset 'menu-bar-ediff-merge-menu (symbol-value 'menu-bar-ediff-merge-menu)) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset 'menu-bar-ediff-menu (symbol-value 'menu-bar-ediff-menu)) (define-key menu-bar-ediff-menu [window] '("This Window and Next Window" . compare-windows)) (define-key menu-bar-ediff-menu [ediff-windows-linewise] '("Windows Line-by-line..." . ediff-windows-linewise)) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] '("Windows Word-by-word..." . ediff-windows-wordwise)) (define-key menu-bar-ediff-menu [separator-ediff-windows] '("--")) (define-key menu-bar-ediff-menu [ediff-regions-linewise] '("Regions Line-by-line..." . ediff-regions-linewise)) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] '("Regions Word-by-word..." . ediff-regions-wordwise)) (define-key menu-bar-ediff-menu [separator-ediff-regions] '("--")) (define-key menu-bar-ediff-menu [ediff-dir-revision] '("Directory Revisions..." . ediff-directory-revisions)) (define-key menu-bar-ediff-menu [ediff-revision] '("File with Revision..." . ediff-revision)) (define-key menu-bar-ediff-menu [separator-ediff-directories] '("--")) (define-key menu-bar-ediff-menu [ediff-directories3] '("Three Directories..." . ediff-directories3)) (define-key menu-bar-ediff-menu [ediff-directories] '("Two Directories..." . ediff-directories)) (define-key menu-bar-ediff-menu [separator-ediff-files] '("--")) (define-key menu-bar-ediff-menu [ediff-buffers3] '("Three Buffers..." . ediff-buffers3)) (define-key menu-bar-ediff-menu [ediff-files3] '("Three Files..." . ediff-files3)) (define-key menu-bar-ediff-menu [ediff-buffers] '("Two Buffers..." . ediff-buffers)) (define-key menu-bar-ediff-menu [ediff-files] '("Two Files..." . ediff-files)) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] '("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] '("Directory Revisions..." . ediff-merge-directory-revisions)) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] '("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] '("Revisions..." . ediff-merge-revisions)) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] '("--")) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] '("Directories with Ancestor..." . ediff-merge-directories-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] '("Directories..." . ediff-merge-directories)) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] '("--")) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] '("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] '("Buffers..." . ediff-merge-buffers)) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] '("Files with Ancestor..." . ediff-merge-files-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] '("Files..." . ediff-merge-files)) (define-key menu-bar-epatch-menu [ediff-patch-buffer] '("To a Buffer..." . ediff-patch-buffer)) (define-key menu-bar-epatch-menu [ediff-patch-file] '("To a File..." . ediff-patch-file)) (define-key menu-bar-ediff-misc-menu [emultiframe] '("Toggle use of separate control buffer frame" . ediff-toggle-multiframe)) (define-key menu-bar-ediff-misc-menu [eregistry] '("List Ediff Sessions" . ediff-show-registry)) (define-key menu-bar-ediff-misc-menu [ediff-cust] '("Customize Ediff" . ediff-customize)) (define-key menu-bar-ediff-misc-menu [ediff-doc] '("Ediff Manual" . ediff-documentation)))
@@ -8037,7 +8029,7 @@ Not documented
8037;;;*** 8029;;;***
8038 8030
8039;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 8031;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
8040;;;;;; (18468 40886)) 8032;;;;;; (18464 3948))
8041;;; Generated autoloads from ediff-mult.el 8033;;; Generated autoloads from ediff-mult.el
8042 8034
8043(autoload 'ediff-show-registry "ediff-mult" "\ 8035(autoload 'ediff-show-registry "ediff-mult" "\
@@ -8050,7 +8042,7 @@ Display Ediff's registry.
8050;;;*** 8042;;;***
8051 8043
8052;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 8044;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
8053;;;;;; "ediff-util" "ediff-util.el" (18577 57506)) 8045;;;;;; "ediff-util" "ediff-util.el" (18580 33791))
8054;;; Generated autoloads from ediff-util.el 8046;;; Generated autoloads from ediff-util.el
8055 8047
8056(autoload 'ediff-toggle-multiframe "ediff-util" "\ 8048(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -8071,7 +8063,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
8071 8063
8072;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 8064;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
8073;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 8065;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
8074;;;;;; (18468 40886)) 8066;;;;;; (18634 15333))
8075;;; Generated autoloads from edmacro.el 8067;;; Generated autoloads from edmacro.el
8076 8068
8077(defvar edmacro-eight-bits nil "\ 8069(defvar edmacro-eight-bits nil "\
@@ -8124,7 +8116,7 @@ or nil, use a compact 80-column format.
8124;;;*** 8116;;;***
8125 8117
8126;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 8118;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
8127;;;;;; "emulation/edt.el" (18516 15188)) 8119;;;;;; "emulation/edt.el" (18603 62947))
8128;;; Generated autoloads from emulation/edt.el 8120;;; Generated autoloads from emulation/edt.el
8129 8121
8130(autoload 'edt-set-scroll-margins "edt" "\ 8122(autoload 'edt-set-scroll-margins "edt" "\
@@ -8142,7 +8134,7 @@ Turn on EDT Emulation.
8142;;;*** 8134;;;***
8143 8135
8144;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 8136;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
8145;;;;;; (18468 40886)) 8137;;;;;; (18464 3949))
8146;;; Generated autoloads from ehelp.el 8138;;; Generated autoloads from ehelp.el
8147 8139
8148(autoload 'with-electric-help "ehelp" "\ 8140(autoload 'with-electric-help "ehelp" "\
@@ -8179,7 +8171,7 @@ Not documented
8179;;;*** 8171;;;***
8180 8172
8181;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 8173;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
8182;;;;;; "eldoc" "emacs-lisp/eldoc.el" (18468 40888)) 8174;;;;;; "eldoc" "emacs-lisp/eldoc.el" (18463 52908))
8183;;; Generated autoloads from emacs-lisp/eldoc.el 8175;;; Generated autoloads from emacs-lisp/eldoc.el
8184 8176
8185(defvar eldoc-minor-mode-string " ElDoc" "\ 8177(defvar eldoc-minor-mode-string " ElDoc" "\
@@ -8217,8 +8209,8 @@ Emacs Lisp mode) that support Eldoc.")
8217 8209
8218;;;*** 8210;;;***
8219 8211
8220;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (18508 8212;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (18479
8221;;;;;; 22727)) 8213;;;;;; 15608))
8222;;; Generated autoloads from elide-head.el 8214;;; Generated autoloads from elide-head.el
8223 8215
8224(autoload 'elide-head "elide-head" "\ 8216(autoload 'elide-head "elide-head" "\
@@ -8234,7 +8226,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8234;;;*** 8226;;;***
8235 8227
8236;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" 8228;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"
8237;;;;;; (18468 40888)) 8229;;;;;; (18463 52908))
8238;;; Generated autoloads from emacs-lisp/elint.el 8230;;; Generated autoloads from emacs-lisp/elint.el
8239 8231
8240(autoload 'elint-initialize "elint" "\ 8232(autoload 'elint-initialize "elint" "\
@@ -8245,8 +8237,8 @@ Initialize elint.
8245;;;*** 8237;;;***
8246 8238
8247;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 8239;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
8248;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (18468 8240;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (18463
8249;;;;;; 40888)) 8241;;;;;; 52908))
8250;;; Generated autoloads from emacs-lisp/elp.el 8242;;; Generated autoloads from emacs-lisp/elp.el
8251 8243
8252(autoload 'elp-instrument-function "elp" "\ 8244(autoload 'elp-instrument-function "elp" "\
@@ -8280,7 +8272,7 @@ displayed.
8280;;;*** 8272;;;***
8281 8273
8282;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 8274;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
8283;;;;;; (18516 15190)) 8275;;;;;; (18580 33796))
8284;;; Generated autoloads from mail/emacsbug.el 8276;;; Generated autoloads from mail/emacsbug.el
8285 8277
8286(autoload 'report-emacs-bug "emacsbug" "\ 8278(autoload 'report-emacs-bug "emacsbug" "\
@@ -8295,7 +8287,7 @@ Prompts for bug subject. Leaves you in a mail buffer.
8295;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 8287;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
8296;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 8288;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
8297;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 8289;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
8298;;;;;; "emerge.el" (18433 5705)) 8290;;;;;; "emerge.el" (18430 8096))
8299;;; Generated autoloads from emerge.el 8291;;; Generated autoloads from emerge.el
8300 8292
8301(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) 8293(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
@@ -8373,7 +8365,7 @@ Not documented
8373;;;*** 8365;;;***
8374 8366
8375;;;### (autoloads (encoded-kbd-setup-display) "encoded-kb" "international/encoded-kb.el" 8367;;;### (autoloads (encoded-kbd-setup-display) "encoded-kb" "international/encoded-kb.el"
8376;;;;;; (18517 23722)) 8368;;;;;; (18580 33796))
8377;;; Generated autoloads from international/encoded-kb.el 8369;;; Generated autoloads from international/encoded-kb.el
8378 8370
8379(autoload 'encoded-kbd-setup-display "encoded-kb" "\ 8371(autoload 'encoded-kbd-setup-display "encoded-kb" "\
@@ -8386,7 +8378,7 @@ DISPLAY may be a display id, a frame, or nil for the selected frame's display.
8386;;;*** 8378;;;***
8387 8379
8388;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 8380;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
8389;;;;;; "enriched" "textmodes/enriched.el" (18573 48349)) 8381;;;;;; "enriched" "textmodes/enriched.el" (18580 33799))
8390;;; Generated autoloads from textmodes/enriched.el 8382;;; Generated autoloads from textmodes/enriched.el
8391 8383
8392(autoload 'enriched-mode "enriched" "\ 8384(autoload 'enriched-mode "enriched" "\
@@ -8421,8 +8413,8 @@ Not documented
8421;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region 8413;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region
8422;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file 8414;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
8423;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys 8415;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
8424;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (18559 8416;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (18612
8425;;;;;; 51594)) 8417;;;;;; 17517))
8426;;; Generated autoloads from epa.el 8418;;; Generated autoloads from epa.el
8427 8419
8428(autoload 'epa-list-keys "epa" "\ 8420(autoload 'epa-list-keys "epa" "\
@@ -8595,7 +8587,7 @@ Insert selected KEYS after the point.
8595;;;*** 8587;;;***
8596 8588
8597;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify 8589;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify
8598;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (18468 40886)) 8590;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (18464 3950))
8599;;; Generated autoloads from epa-dired.el 8591;;; Generated autoloads from epa-dired.el
8600 8592
8601(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8593(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8621,7 +8613,7 @@ Encrypt marked files.
8621;;;*** 8613;;;***
8622 8614
8623;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) 8615;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler)
8624;;;;;; "epa-file" "epa-file.el" (18508 22727)) 8616;;;;;; "epa-file" "epa-file.el" (18659 12583))
8625;;; Generated autoloads from epa-file.el 8617;;; Generated autoloads from epa-file.el
8626 8618
8627(autoload 'epa-file-handler "epa-file" "\ 8619(autoload 'epa-file-handler "epa-file" "\
@@ -8643,7 +8635,7 @@ Not documented
8643 8635
8644;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt 8636;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
8645;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode) 8637;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
8646;;;;;; "epa-mail" "epa-mail.el" (18468 40886)) 8638;;;;;; "epa-mail" "epa-mail.el" (18464 3950))
8647;;; Generated autoloads from epa-mail.el 8639;;; Generated autoloads from epa-mail.el
8648 8640
8649(autoload 'epa-mail-mode "epa-mail" "\ 8641(autoload 'epa-mail-mode "epa-mail" "\
@@ -8715,7 +8707,7 @@ Minor mode to hook EasyPG into Mail mode.
8715;;;;;; epg-encrypt-string epg-encrypt-file epg-start-encrypt epg-sign-string 8707;;;;;; epg-encrypt-string epg-encrypt-file epg-start-encrypt epg-sign-string
8716;;;;;; epg-sign-file epg-start-sign epg-verify-string epg-verify-file 8708;;;;;; epg-sign-file epg-start-sign epg-verify-string epg-verify-file
8717;;;;;; epg-start-verify epg-decrypt-string epg-decrypt-file epg-start-decrypt 8709;;;;;; epg-start-verify epg-decrypt-string epg-decrypt-file epg-start-decrypt
8718;;;;;; epg-cancel epg-list-keys) "epg" "epg.el" (18468 40886)) 8710;;;;;; epg-cancel epg-list-keys) "epg" "epg.el" (18654 2589))
8719;;; Generated autoloads from epg.el 8711;;; Generated autoloads from epg.el
8720 8712
8721(autoload 'epg-list-keys "epg" "\ 8713(autoload 'epg-list-keys "epg" "\
@@ -8974,7 +8966,7 @@ PARAMETERS is a string which tells how to create the key.
8974;;;*** 8966;;;***
8975 8967
8976;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) 8968;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
8977;;;;;; "epg-config" "epg-config.el" (18468 40886)) 8969;;;;;; "epg-config" "epg-config.el" (18464 3950))
8978;;; Generated autoloads from epg-config.el 8970;;; Generated autoloads from epg-config.el
8979 8971
8980(autoload 'epg-configuration "epg-config" "\ 8972(autoload 'epg-configuration "epg-config" "\
@@ -8995,7 +8987,7 @@ Look at CONFIG and try to expand GROUP.
8995;;;*** 8987;;;***
8996 8988
8997;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" 8989;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
8998;;;;;; "erc/erc.el" (18573 48347)) 8990;;;;;; "erc/erc.el" (18580 33795))
8999;;; Generated autoloads from erc/erc.el 8991;;; Generated autoloads from erc/erc.el
9000 8992
9001(autoload 'erc-select-read-args "erc" "\ 8993(autoload 'erc-select-read-args "erc" "\
@@ -9037,33 +9029,33 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
9037 9029
9038;;;*** 9030;;;***
9039 9031
9040;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (18508 9032;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (18507
9041;;;;;; 22729)) 9033;;;;;; 35268))
9042;;; Generated autoloads from erc/erc-autoaway.el 9034;;; Generated autoloads from erc/erc-autoaway.el
9043 (autoload 'erc-autoaway-mode "erc-autoaway") 9035 (autoload 'erc-autoaway-mode "erc-autoaway")
9044 9036
9045;;;*** 9037;;;***
9046 9038
9047;;;### (autoloads nil "erc-button" "erc/erc-button.el" (18468 40888)) 9039;;;### (autoloads nil "erc-button" "erc/erc-button.el" (18463 53696))
9048;;; Generated autoloads from erc/erc-button.el 9040;;; Generated autoloads from erc/erc-button.el
9049 (autoload 'erc-button-mode "erc-button" nil t) 9041 (autoload 'erc-button-mode "erc-button" nil t)
9050 9042
9051;;;*** 9043;;;***
9052 9044
9053;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (18533 1975)) 9045;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (18580 33795))
9054;;; Generated autoloads from erc/erc-capab.el 9046;;; Generated autoloads from erc/erc-capab.el
9055 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 9047 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
9056 9048
9057;;;*** 9049;;;***
9058 9050
9059;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (18468 40888)) 9051;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (18463 53696))
9060;;; Generated autoloads from erc/erc-compat.el 9052;;; Generated autoloads from erc/erc-compat.el
9061 (autoload 'erc-define-minor-mode "erc-compat") 9053 (autoload 'erc-define-minor-mode "erc-compat")
9062 9054
9063;;;*** 9055;;;***
9064 9056
9065;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 9057;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
9066;;;;;; "erc-dcc" "erc/erc-dcc.el" (18468 40888)) 9058;;;;;; "erc-dcc" "erc/erc-dcc.el" (18463 53696))
9067;;; Generated autoloads from erc/erc-dcc.el 9059;;; Generated autoloads from erc/erc-dcc.el
9068 (autoload 'erc-dcc-mode "erc-dcc") 9060 (autoload 'erc-dcc-mode "erc-dcc")
9069 9061
@@ -9096,7 +9088,7 @@ that subcommand.
9096;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 9088;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
9097;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 9089;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
9098;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 9090;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
9099;;;;;; (18468 40888)) 9091;;;;;; (18463 53696))
9100;;; Generated autoloads from erc/erc-ezbounce.el 9092;;; Generated autoloads from erc/erc-ezbounce.el
9101 9093
9102(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 9094(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -9158,8 +9150,8 @@ Add EZBouncer convenience functions to ERC.
9158 9150
9159;;;*** 9151;;;***
9160 9152
9161;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (18468 9153;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (18463
9162;;;;;; 40888)) 9154;;;;;; 53696))
9163;;; Generated autoloads from erc/erc-fill.el 9155;;; Generated autoloads from erc/erc-fill.el
9164 (autoload 'erc-fill-mode "erc-fill" nil t) 9156 (autoload 'erc-fill-mode "erc-fill" nil t)
9165 9157
@@ -9171,15 +9163,15 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
9171 9163
9172;;;*** 9164;;;***
9173 9165
9174;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (18468 9166;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (18463
9175;;;;;; 40888)) 9167;;;;;; 53696))
9176;;; Generated autoloads from erc/erc-hecomplete.el 9168;;; Generated autoloads from erc/erc-hecomplete.el
9177 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t) 9169 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t)
9178 9170
9179;;;*** 9171;;;***
9180 9172
9181;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 9173;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
9182;;;;;; "erc/erc-identd.el" (18468 40888)) 9174;;;;;; "erc/erc-identd.el" (18463 53697))
9183;;; Generated autoloads from erc/erc-identd.el 9175;;; Generated autoloads from erc/erc-identd.el
9184 (autoload 'erc-identd-mode "erc-identd") 9176 (autoload 'erc-identd-mode "erc-identd")
9185 9177
@@ -9201,7 +9193,7 @@ Not documented
9201;;;*** 9193;;;***
9202 9194
9203;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 9195;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
9204;;;;;; (18468 40888)) 9196;;;;;; (18463 53697))
9205;;; Generated autoloads from erc/erc-imenu.el 9197;;; Generated autoloads from erc/erc-imenu.el
9206 9198
9207(autoload 'erc-create-imenu-index "erc-imenu" "\ 9199(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -9211,20 +9203,20 @@ Not documented
9211 9203
9212;;;*** 9204;;;***
9213 9205
9214;;;### (autoloads nil "erc-join" "erc/erc-join.el" (18468 40888)) 9206;;;### (autoloads nil "erc-join" "erc/erc-join.el" (18463 53697))
9215;;; Generated autoloads from erc/erc-join.el 9207;;; Generated autoloads from erc/erc-join.el
9216 (autoload 'erc-autojoin-mode "erc-join" nil t) 9208 (autoload 'erc-autojoin-mode "erc-join" nil t)
9217 9209
9218;;;*** 9210;;;***
9219 9211
9220;;;### (autoloads nil "erc-list" "erc/erc-list.el" (18468 40888)) 9212;;;### (autoloads nil "erc-list" "erc/erc-list.el" (18464 4289))
9221;;; Generated autoloads from erc/erc-list.el 9213;;; Generated autoloads from erc/erc-list.el
9222 (autoload 'erc-list-mode "erc-list") 9214 (autoload 'erc-list-mode "erc-list")
9223 9215
9224;;;*** 9216;;;***
9225 9217
9226;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 9218;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
9227;;;;;; "erc/erc-log.el" (18468 40888)) 9219;;;;;; "erc/erc-log.el" (18463 53697))
9228;;; Generated autoloads from erc/erc-log.el 9220;;; Generated autoloads from erc/erc-log.el
9229 (autoload 'erc-log-mode "erc-log" nil t) 9221 (autoload 'erc-log-mode "erc-log" nil t)
9230 9222
@@ -9256,7 +9248,7 @@ You can save every individual message by putting this function on
9256;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 9248;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
9257;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 9249;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
9258;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 9250;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
9259;;;;;; (18468 40888)) 9251;;;;;; (18463 53697))
9260;;; Generated autoloads from erc/erc-match.el 9252;;; Generated autoloads from erc/erc-match.el
9261 (autoload 'erc-match-mode "erc-match") 9253 (autoload 'erc-match-mode "erc-match")
9262 9254
@@ -9302,14 +9294,14 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
9302 9294
9303;;;*** 9295;;;***
9304 9296
9305;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (18508 22729)) 9297;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (18507 35268))
9306;;; Generated autoloads from erc/erc-menu.el 9298;;; Generated autoloads from erc/erc-menu.el
9307 (autoload 'erc-menu-mode "erc-menu" nil t) 9299 (autoload 'erc-menu-mode "erc-menu" nil t)
9308 9300
9309;;;*** 9301;;;***
9310 9302
9311;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 9303;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
9312;;;;;; (18468 40888)) 9304;;;;;; (18463 53697))
9313;;; Generated autoloads from erc/erc-netsplit.el 9305;;; Generated autoloads from erc/erc-netsplit.el
9314 (autoload 'erc-netsplit-mode "erc-netsplit") 9306 (autoload 'erc-netsplit-mode "erc-netsplit")
9315 9307
@@ -9321,7 +9313,7 @@ Show who's gone.
9321;;;*** 9313;;;***
9322 9314
9323;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" 9315;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
9324;;;;;; "erc/erc-networks.el" (18468 40888)) 9316;;;;;; "erc/erc-networks.el" (18463 53697))
9325;;; Generated autoloads from erc/erc-networks.el 9317;;; Generated autoloads from erc/erc-networks.el
9326 9318
9327(autoload 'erc-determine-network "erc-networks" "\ 9319(autoload 'erc-determine-network "erc-networks" "\
@@ -9339,7 +9331,7 @@ Interactively select a server to connect to using `erc-server-alist'.
9339;;;*** 9331;;;***
9340 9332
9341;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 9333;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
9342;;;;;; "erc/erc-notify.el" (18468 40888)) 9334;;;;;; "erc/erc-notify.el" (18463 53697))
9343;;; Generated autoloads from erc/erc-notify.el 9335;;; Generated autoloads from erc/erc-notify.el
9344 (autoload 'erc-notify-mode "erc-notify" nil t) 9336 (autoload 'erc-notify-mode "erc-notify" nil t)
9345 9337
@@ -9357,33 +9349,33 @@ Not documented
9357 9349
9358;;;*** 9350;;;***
9359 9351
9360;;;### (autoloads nil "erc-page" "erc/erc-page.el" (18468 40888)) 9352;;;### (autoloads nil "erc-page" "erc/erc-page.el" (18463 53697))
9361;;; Generated autoloads from erc/erc-page.el 9353;;; Generated autoloads from erc/erc-page.el
9362 (autoload 'erc-page-mode "erc-page") 9354 (autoload 'erc-page-mode "erc-page")
9363 9355
9364;;;*** 9356;;;***
9365 9357
9366;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (18468 9358;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (18463
9367;;;;;; 40888)) 9359;;;;;; 53698))
9368;;; Generated autoloads from erc/erc-pcomplete.el 9360;;; Generated autoloads from erc/erc-pcomplete.el
9369 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 9361 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9370 9362
9371;;;*** 9363;;;***
9372 9364
9373;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (18468 40888)) 9365;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (18463 53698))
9374;;; Generated autoloads from erc/erc-replace.el 9366;;; Generated autoloads from erc/erc-replace.el
9375 (autoload 'erc-replace-mode "erc-replace") 9367 (autoload 'erc-replace-mode "erc-replace")
9376 9368
9377;;;*** 9369;;;***
9378 9370
9379;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (18468 40888)) 9371;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (18463 53698))
9380;;; Generated autoloads from erc/erc-ring.el 9372;;; Generated autoloads from erc/erc-ring.el
9381 (autoload 'erc-ring-mode "erc-ring" nil t) 9373 (autoload 'erc-ring-mode "erc-ring" nil t)
9382 9374
9383;;;*** 9375;;;***
9384 9376
9385;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 9377;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
9386;;;;;; "erc-services" "erc/erc-services.el" (18530 36603)) 9378;;;;;; "erc-services" "erc/erc-services.el" (18580 33795))
9387;;; Generated autoloads from erc/erc-services.el 9379;;; Generated autoloads from erc/erc-services.el
9388 (autoload 'erc-services-mode "erc-services" nil t) 9380 (autoload 'erc-services-mode "erc-services" nil t)
9389 9381
@@ -9400,14 +9392,14 @@ When called interactively, read the password using `read-passwd'.
9400 9392
9401;;;*** 9393;;;***
9402 9394
9403;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (18468 40888)) 9395;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (18463 53698))
9404;;; Generated autoloads from erc/erc-sound.el 9396;;; Generated autoloads from erc/erc-sound.el
9405 (autoload 'erc-sound-mode "erc-sound") 9397 (autoload 'erc-sound-mode "erc-sound")
9406 9398
9407;;;*** 9399;;;***
9408 9400
9409;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 9401;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
9410;;;;;; (18468 40888)) 9402;;;;;; (18463 53698))
9411;;; Generated autoloads from erc/erc-speedbar.el 9403;;; Generated autoloads from erc/erc-speedbar.el
9412 9404
9413(autoload 'erc-speedbar-browser "erc-speedbar" "\ 9405(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -9418,21 +9410,21 @@ This will add a speedbar major display mode.
9418 9410
9419;;;*** 9411;;;***
9420 9412
9421;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (18468 9413;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (18463
9422;;;;;; 40888)) 9414;;;;;; 53698))
9423;;; Generated autoloads from erc/erc-spelling.el 9415;;; Generated autoloads from erc/erc-spelling.el
9424 (autoload 'erc-spelling-mode "erc-spelling" nil t) 9416 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9425 9417
9426;;;*** 9418;;;***
9427 9419
9428;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (18508 22729)) 9420;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (18507 35268))
9429;;; Generated autoloads from erc/erc-stamp.el 9421;;; Generated autoloads from erc/erc-stamp.el
9430 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 9422 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9431 9423
9432;;;*** 9424;;;***
9433 9425
9434;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" 9426;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
9435;;;;;; (18468 40888)) 9427;;;;;; (18463 53698))
9436;;; Generated autoloads from erc/erc-track.el 9428;;; Generated autoloads from erc/erc-track.el
9437 9429
9438(defvar erc-track-minor-mode nil "\ 9430(defvar erc-track-minor-mode nil "\
@@ -9455,7 +9447,7 @@ module, otherwise the keybindings will not do anything useful.
9455;;;*** 9447;;;***
9456 9448
9457;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 9449;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
9458;;;;;; "erc-truncate" "erc/erc-truncate.el" (18533 1975)) 9450;;;;;; "erc-truncate" "erc/erc-truncate.el" (18580 33795))
9459;;; Generated autoloads from erc/erc-truncate.el 9451;;; Generated autoloads from erc/erc-truncate.el
9460 (autoload 'erc-truncate-mode "erc-truncate" nil t) 9452 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9461 9453
@@ -9475,7 +9467,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
9475;;;*** 9467;;;***
9476 9468
9477;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 9469;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
9478;;;;;; (18468 40888)) 9470;;;;;; (18463 53698))
9479;;; Generated autoloads from erc/erc-xdcc.el 9471;;; Generated autoloads from erc/erc-xdcc.el
9480 (autoload 'erc-xdcc-mode "erc-xdcc") 9472 (autoload 'erc-xdcc-mode "erc-xdcc")
9481 9473
@@ -9486,8 +9478,8 @@ Add a file to `erc-xdcc-files'.
9486 9478
9487;;;*** 9479;;;***
9488 9480
9489;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (18468 9481;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (18463
9490;;;;;; 40888)) 9482;;;;;; 53812))
9491;;; Generated autoloads from eshell/esh-mode.el 9483;;; Generated autoloads from eshell/esh-mode.el
9492 9484
9493(autoload 'eshell-mode "esh-mode" "\ 9485(autoload 'eshell-mode "esh-mode" "\
@@ -9499,8 +9491,8 @@ Emacs shell interactive mode.
9499 9491
9500;;;*** 9492;;;***
9501 9493
9502;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (18508 9494;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (18507
9503;;;;;; 22729)) 9495;;;;;; 35269))
9504;;; Generated autoloads from eshell/esh-test.el 9496;;; Generated autoloads from eshell/esh-test.el
9505 9497
9506(autoload 'eshell-test "esh-test" "\ 9498(autoload 'eshell-test "esh-test" "\
@@ -9511,7 +9503,7 @@ Test Eshell to verify that it works as expected.
9511;;;*** 9503;;;***
9512 9504
9513;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" 9505;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell"
9514;;;;;; "eshell/eshell.el" (18508 22729)) 9506;;;;;; "eshell/eshell.el" (18483 39954))
9515;;; Generated autoloads from eshell/eshell.el 9507;;; Generated autoloads from eshell/eshell.el
9516 9508
9517(autoload 'eshell "eshell" "\ 9509(autoload 'eshell "eshell" "\
@@ -9552,7 +9544,7 @@ corresponding to a successful execution.
9552;;;;;; visit-tags-table tags-table-mode find-tag-default-function 9544;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9553;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 9545;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9554;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 9546;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9555;;;;;; (18562 24920)) 9547;;;;;; (18580 33798))
9556;;; Generated autoloads from progmodes/etags.el 9548;;; Generated autoloads from progmodes/etags.el
9557 9549
9558(defvar tags-file-name nil "\ 9550(defvar tags-file-name nil "\
@@ -9860,7 +9852,7 @@ for \\[find-tag] (which see).
9860;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer 9852;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9861;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer 9853;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9862;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" 9854;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9863;;;;;; (18468 40890)) 9855;;;;;; (18463 56563))
9864;;; Generated autoloads from language/ethio-util.el 9856;;; Generated autoloads from language/ethio-util.el
9865 9857
9866(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9858(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -10030,7 +10022,7 @@ Not documented
10030 10022
10031;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 10023;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
10032;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 10024;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
10033;;;;;; (18468 40890)) 10025;;;;;; (18464 2401))
10034;;; Generated autoloads from net/eudc.el 10026;;; Generated autoloads from net/eudc.el
10035 10027
10036(autoload 'eudc-set-server "eudc" "\ 10028(autoload 'eudc-set-server "eudc" "\
@@ -10086,7 +10078,7 @@ This does nothing except loading eudc by autoload side-effect.
10086 10078
10087;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 10079;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
10088;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 10080;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
10089;;;;;; "eudc-bob" "net/eudc-bob.el" (18468 40890)) 10081;;;;;; "eudc-bob" "net/eudc-bob.el" (18464 2401))
10090;;; Generated autoloads from net/eudc-bob.el 10082;;; Generated autoloads from net/eudc-bob.el
10091 10083
10092(autoload 'eudc-display-generic-binary "eudc-bob" "\ 10084(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -10122,7 +10114,7 @@ Display a button for the JPEG DATA.
10122;;;*** 10114;;;***
10123 10115
10124;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 10116;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
10125;;;;;; "eudc-export" "net/eudc-export.el" (18468 40890)) 10117;;;;;; "eudc-export" "net/eudc-export.el" (18464 2401))
10126;;; Generated autoloads from net/eudc-export.el 10118;;; Generated autoloads from net/eudc-export.el
10127 10119
10128(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 10120(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -10139,7 +10131,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10139;;;*** 10131;;;***
10140 10132
10141;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 10133;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
10142;;;;;; (18468 40890)) 10134;;;;;; (18464 2401))
10143;;; Generated autoloads from net/eudc-hotlist.el 10135;;; Generated autoloads from net/eudc-hotlist.el
10144 10136
10145(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 10137(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -10149,8 +10141,8 @@ Edit the hotlist of directory servers in a specialized buffer.
10149 10141
10150;;;*** 10142;;;***
10151 10143
10152;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (18471 10144;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (18468
10153;;;;;; 20610)) 10145;;;;;; 53415))
10154;;; Generated autoloads from emacs-lisp/ewoc.el 10146;;; Generated autoloads from emacs-lisp/ewoc.el
10155 10147
10156(autoload 'ewoc-create "ewoc" "\ 10148(autoload 'ewoc-create "ewoc" "\
@@ -10179,7 +10171,7 @@ fourth arg NOSEP non-nil inhibits this.
10179;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 10171;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
10180;;;;;; executable-self-display executable-set-magic executable-interpret 10172;;;;;; executable-self-display executable-set-magic executable-interpret
10181;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 10173;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
10182;;;;;; (18468 40892)) 10174;;;;;; (18464 1599))
10183;;; Generated autoloads from progmodes/executable.el 10175;;; Generated autoloads from progmodes/executable.el
10184 10176
10185(autoload 'executable-command-find-posix-p "executable" "\ 10177(autoload 'executable-command-find-posix-p "executable" "\
@@ -10222,7 +10214,7 @@ file modes.
10222 10214
10223;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 10215;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
10224;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" 10216;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
10225;;;;;; (18533 28771)) 10217;;;;;; (18580 33791))
10226;;; Generated autoloads from expand.el 10218;;; Generated autoloads from expand.el
10227 10219
10228(autoload 'expand-add-abbrevs "expand" "\ 10220(autoload 'expand-add-abbrevs "expand" "\
@@ -10271,7 +10263,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
10271 10263
10272;;;*** 10264;;;***
10273 10265
10274;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (18533 1976)) 10266;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (18634 15334))
10275;;; Generated autoloads from progmodes/f90.el 10267;;; Generated autoloads from progmodes/f90.el
10276 10268
10277(autoload 'f90-mode "f90" "\ 10269(autoload 'f90-mode "f90" "\
@@ -10337,7 +10329,7 @@ with no args, if that value is non-nil.
10337;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set 10329;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set
10338;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase 10330;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase
10339;;;;;; face-remap-set-base face-remap-reset-base face-remap-add-relative) 10331;;;;;; face-remap-set-base face-remap-reset-base face-remap-add-relative)
10340;;;;;; "face-remap" "face-remap.el" (18530 36600)) 10332;;;;;; "face-remap" "face-remap.el" (18580 33791))
10341;;; Generated autoloads from face-remap.el 10333;;; Generated autoloads from face-remap.el
10342 10334
10343(autoload 'face-remap-add-relative "face-remap" "\ 10335(autoload 'face-remap-add-relative "face-remap" "\
@@ -10466,7 +10458,7 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
10466 10458
10467;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 10459;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
10468;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 10460;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
10469;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (18577 57514)) 10461;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (18580 33796))
10470;;; Generated autoloads from mail/feedmail.el 10462;;; Generated autoloads from mail/feedmail.el
10471 10463
10472(autoload 'feedmail-send-it "feedmail" "\ 10464(autoload 'feedmail-send-it "feedmail" "\
@@ -10520,7 +10512,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10520;;;*** 10512;;;***
10521 10513
10522;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 10514;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
10523;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (18516 15187)) 10515;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (18654 2590))
10524;;; Generated autoloads from ffap.el 10516;;; Generated autoloads from ffap.el
10525 10517
10526(autoload 'ffap-next "ffap" "\ 10518(autoload 'ffap-next "ffap" "\
@@ -10579,7 +10571,7 @@ Evaluate the forms in variable `ffap-bindings'.
10579;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 10571;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
10580;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 10572;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
10581;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 10573;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
10582;;;;;; "filecache" "filecache.el" (18468 40886)) 10574;;;;;; "filecache" "filecache.el" (18464 3951))
10583;;; Generated autoloads from filecache.el 10575;;; Generated autoloads from filecache.el
10584 10576
10585(autoload 'file-cache-add-directory "filecache" "\ 10577(autoload 'file-cache-add-directory "filecache" "\
@@ -10635,8 +10627,8 @@ the name is considered already unique; only the second substitution
10635 10627
10636;;;*** 10628;;;***
10637 10629
10638;;;### (autoloads (filesets-init) "filesets" "filesets.el" (18577 10630;;;### (autoloads (filesets-init) "filesets" "filesets.el" (18659
10639;;;;;; 59138)) 10631;;;;;; 12583))
10640;;; Generated autoloads from filesets.el 10632;;; Generated autoloads from filesets.el
10641 10633
10642(autoload 'filesets-init "filesets" "\ 10634(autoload 'filesets-init "filesets" "\
@@ -10647,7 +10639,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10647 10639
10648;;;*** 10640;;;***
10649 10641
10650;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (18468 40886)) 10642;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (18464 3951))
10651;;; Generated autoloads from find-cmd.el 10643;;; Generated autoloads from find-cmd.el
10652 10644
10653(autoload 'find-cmd "find-cmd" "\ 10645(autoload 'find-cmd "find-cmd" "\
@@ -10667,7 +10659,7 @@ result is a string that should be ready for the command line.
10667 10659
10668;;;### (autoloads (find-grep-dired find-name-dired find-dired find-name-arg 10660;;;### (autoloads (find-grep-dired find-name-dired find-dired find-name-arg
10669;;;;;; find-grep-options find-ls-subdir-switches find-ls-option) 10661;;;;;; find-grep-options find-ls-subdir-switches find-ls-option)
10670;;;;;; "find-dired" "find-dired.el" (18535 42315)) 10662;;;;;; "find-dired" "find-dired.el" (18580 33792))
10671;;; Generated autoloads from find-dired.el 10663;;; Generated autoloads from find-dired.el
10672 10664
10673(defvar find-ls-option (if (eq system-type 'berkeley-unix) '("-ls" . "-gilsb") '("-exec ls -ld {} \\;" . "-ld")) "\ 10665(defvar find-ls-option (if (eq system-type 'berkeley-unix) '("-ls" . "-gilsb") '("-exec ls -ld {} \\;" . "-ld")) "\
@@ -10735,7 +10727,7 @@ Thus ARG can also contain additional grep options.
10735 10727
10736;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10728;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10737;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 10729;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
10738;;;;;; (18468 40886)) 10730;;;;;; (18464 3952))
10739;;; Generated autoloads from find-file.el 10731;;; Generated autoloads from find-file.el
10740 10732
10741(defvar ff-special-constructs '(("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10733(defvar ff-special-constructs '(("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10829,7 +10821,7 @@ Visit the file you click on in another window.
10829;;;;;; find-variable find-variable-noselect find-function-other-frame 10821;;;;;; find-variable find-variable-noselect find-function-other-frame
10830;;;;;; find-function-other-window find-function find-function-noselect 10822;;;;;; find-function-other-window find-function find-function-noselect
10831;;;;;; find-function-search-for-symbol find-library) "find-func" 10823;;;;;; find-function-search-for-symbol find-library) "find-func"
10832;;;;;; "emacs-lisp/find-func.el" (18573 55366)) 10824;;;;;; "emacs-lisp/find-func.el" (18580 33794))
10833;;; Generated autoloads from emacs-lisp/find-func.el 10825;;; Generated autoloads from emacs-lisp/find-func.el
10834 10826
10835(autoload 'find-library "find-func" "\ 10827(autoload 'find-library "find-func" "\
@@ -10983,7 +10975,7 @@ Define some key bindings for the find-function family of functions.
10983;;;*** 10975;;;***
10984 10976
10985;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 10977;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
10986;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (18468 40886)) 10978;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (18464 3952))
10987;;; Generated autoloads from find-lisp.el 10979;;; Generated autoloads from find-lisp.el
10988 10980
10989(autoload 'find-lisp-find-dired "find-lisp" "\ 10981(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -11004,7 +10996,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
11004;;;*** 10996;;;***
11005 10997
11006;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 10998;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
11007;;;;;; "finder" "finder.el" (18577 57510)) 10999;;;;;; "finder" "finder.el" (18580 33792))
11008;;; Generated autoloads from finder.el 11000;;; Generated autoloads from finder.el
11009 11001
11010(autoload 'finder-list-keywords "finder" "\ 11002(autoload 'finder-list-keywords "finder" "\
@@ -11026,7 +11018,7 @@ Find packages matching a given keyword.
11026;;;*** 11018;;;***
11027 11019
11028;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 11020;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
11029;;;;;; "flow-ctrl.el" (18468 40886)) 11021;;;;;; "flow-ctrl.el" (18464 3952))
11030;;; Generated autoloads from flow-ctrl.el 11022;;; Generated autoloads from flow-ctrl.el
11031 11023
11032(autoload 'enable-flow-control "flow-ctrl" "\ 11024(autoload 'enable-flow-control "flow-ctrl" "\
@@ -11048,7 +11040,7 @@ to get the effect of a C-q.
11048;;;*** 11040;;;***
11049 11041
11050;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 11042;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
11051;;;;;; (18468 40889)) 11043;;;;;; (18463 54924))
11052;;; Generated autoloads from gnus/flow-fill.el 11044;;; Generated autoloads from gnus/flow-fill.el
11053 11045
11054(autoload 'fill-flowed-encode "flow-fill" "\ 11046(autoload 'fill-flowed-encode "flow-fill" "\
@@ -11064,7 +11056,7 @@ Not documented
11064;;;*** 11056;;;***
11065 11057
11066;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) 11058;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode)
11067;;;;;; "flymake" "progmodes/flymake.el" (18567 50848)) 11059;;;;;; "flymake" "progmodes/flymake.el" (18634 15334))
11068;;; Generated autoloads from progmodes/flymake.el 11060;;; Generated autoloads from progmodes/flymake.el
11069 11061
11070(autoload 'flymake-mode "flymake" "\ 11062(autoload 'flymake-mode "flymake" "\
@@ -11088,7 +11080,7 @@ Turn flymake mode off.
11088 11080
11089;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 11081;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
11090;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 11082;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
11091;;;;;; "flyspell" "textmodes/flyspell.el" (18516 15191)) 11083;;;;;; "flyspell" "textmodes/flyspell.el" (18643 25224))
11092;;; Generated autoloads from textmodes/flyspell.el 11084;;; Generated autoloads from textmodes/flyspell.el
11093 11085
11094(autoload 'flyspell-prog-mode "flyspell" "\ 11086(autoload 'flyspell-prog-mode "flyspell" "\
@@ -11116,7 +11108,7 @@ This runs `flyspell-mode-hook' after flyspell mode is entered or exit.
11116 11108
11117Remark: 11109Remark:
11118`flyspell-mode' uses `ispell-mode'. Thus all Ispell options are 11110`flyspell-mode' uses `ispell-mode'. Thus all Ispell options are
11119valid. For instance, a personal dictionary can be used by 11111valid. For instance, a different dictionary can be used by
11120invoking `ispell-change-dictionary'. 11112invoking `ispell-change-dictionary'.
11121 11113
11122Consider using the `ispell-parser' to check your text. For instance 11114Consider using the `ispell-parser' to check your text. For instance
@@ -11158,7 +11150,7 @@ Flyspell whole buffer.
11158 11150
11159;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 11151;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11160;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 11152;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
11161;;;;;; (18468 40886)) 11153;;;;;; (18464 3952))
11162;;; Generated autoloads from follow.el 11154;;; Generated autoloads from follow.el
11163 11155
11164(autoload 'turn-on-follow-mode "follow" "\ 11156(autoload 'turn-on-follow-mode "follow" "\
@@ -11231,8 +11223,8 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
11231 11223
11232;;;*** 11224;;;***
11233 11225
11234;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (18468 11226;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (18464
11235;;;;;; 40890)) 11227;;;;;; 1839))
11236;;; Generated autoloads from mail/footnote.el 11228;;; Generated autoloads from mail/footnote.el
11237 11229
11238(autoload 'footnote-mode "footnote" "\ 11230(autoload 'footnote-mode "footnote" "\
@@ -11253,7 +11245,7 @@ key binding
11253;;;*** 11245;;;***
11254 11246
11255;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 11247;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
11256;;;;;; "forms" "forms.el" (18468 40886)) 11248;;;;;; "forms" "forms.el" (18464 3953))
11257;;; Generated autoloads from forms.el 11249;;; Generated autoloads from forms.el
11258 11250
11259(autoload 'forms-mode "forms" "\ 11251(autoload 'forms-mode "forms" "\
@@ -11290,7 +11282,7 @@ Visit a file in Forms mode in other window.
11290;;;*** 11282;;;***
11291 11283
11292;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" 11284;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
11293;;;;;; (18516 15191)) 11285;;;;;; (18612 17519))
11294;;; Generated autoloads from progmodes/fortran.el 11286;;; Generated autoloads from progmodes/fortran.el
11295 11287
11296(autoload 'fortran-mode "fortran" "\ 11288(autoload 'fortran-mode "fortran" "\
@@ -11368,7 +11360,7 @@ with no args, if that value is non-nil.
11368;;;*** 11360;;;***
11369 11361
11370;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 11362;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
11371;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (18468 40892)) 11363;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (18654 2598))
11372;;; Generated autoloads from play/fortune.el 11364;;; Generated autoloads from play/fortune.el
11373 11365
11374(autoload 'fortune-add-fortune "fortune" "\ 11366(autoload 'fortune-add-fortune "fortune" "\
@@ -11418,7 +11410,7 @@ and choose the directory as the fortune-file.
11418;;;*** 11410;;;***
11419 11411
11420;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el" 11412;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el"
11421;;;;;; (18559 51596)) 11413;;;;;; (18580 33799))
11422;;; Generated autoloads from progmodes/gdb-ui.el 11414;;; Generated autoloads from progmodes/gdb-ui.el
11423 11415
11424(autoload 'gdb "gdb-ui" "\ 11416(autoload 'gdb "gdb-ui" "\
@@ -11476,8 +11468,8 @@ Non-nil means record the process input and output in `gdb-debug-log'.")
11476;;;*** 11468;;;***
11477 11469
11478;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 11470;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
11479;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (18468 11471;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (18463
11480;;;;;; 40888)) 11472;;;;;; 52909))
11481;;; Generated autoloads from emacs-lisp/generic.el 11473;;; Generated autoloads from emacs-lisp/generic.el
11482 11474
11483(defvar generic-mode-list nil "\ 11475(defvar generic-mode-list nil "\
@@ -11552,7 +11544,7 @@ regular expression that can be used as an element of
11552;;;*** 11544;;;***
11553 11545
11554;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 11546;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
11555;;;;;; (18468 40892)) 11547;;;;;; (18464 1602))
11556;;; Generated autoloads from progmodes/glasses.el 11548;;; Generated autoloads from progmodes/glasses.el
11557 11549
11558(autoload 'glasses-mode "glasses" "\ 11550(autoload 'glasses-mode "glasses" "\
@@ -11566,7 +11558,7 @@ at places they belong to.
11566 11558
11567;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 11559;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
11568;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" 11560;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
11569;;;;;; (18468 40889)) 11561;;;;;; (18463 54924))
11570;;; Generated autoloads from gnus/gmm-utils.el 11562;;; Generated autoloads from gnus/gmm-utils.el
11571 11563
11572(autoload 'gmm-regexp-concat "gmm-utils" "\ 11564(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -11621,7 +11613,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11621;;;*** 11613;;;***
11622 11614
11623;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11615;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11624;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (18550 15778)) 11616;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (18580 33796))
11625;;; Generated autoloads from gnus/gnus.el 11617;;; Generated autoloads from gnus/gnus.el
11626(when (fboundp 'custom-autoload) 11618(when (fboundp 'custom-autoload)
11627 (custom-autoload 'gnus-select-method "gnus")) 11619 (custom-autoload 'gnus-select-method "gnus"))
@@ -11674,7 +11666,7 @@ prompt the user for the name of an NNTP server to use.
11674;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11666;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11675;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11667;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11676;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11668;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11677;;;;;; "gnus/gnus-agent.el" (18516 15189)) 11669;;;;;; "gnus/gnus-agent.el" (18580 33795))
11678;;; Generated autoloads from gnus/gnus-agent.el 11670;;; Generated autoloads from gnus/gnus-agent.el
11679 11671
11680(autoload 'gnus-unplugged "gnus-agent" "\ 11672(autoload 'gnus-unplugged "gnus-agent" "\
@@ -11765,7 +11757,7 @@ If CLEAN, obsolete (ignore).
11765;;;*** 11757;;;***
11766 11758
11767;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11759;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11768;;;;;; (18573 48347)) 11760;;;;;; (18659 12584))
11769;;; Generated autoloads from gnus/gnus-art.el 11761;;; Generated autoloads from gnus/gnus-art.el
11770 11762
11771(autoload 'gnus-article-prepare-display "gnus-art" "\ 11763(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -11776,7 +11768,7 @@ Make the current buffer look like a nice article.
11776;;;*** 11768;;;***
11777 11769
11778;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 11770;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
11779;;;;;; (18468 40889)) 11771;;;;;; (18463 54925))
11780;;; Generated autoloads from gnus/gnus-audio.el 11772;;; Generated autoloads from gnus/gnus-audio.el
11781 11773
11782(autoload 'gnus-audio-play "gnus-audio" "\ 11774(autoload 'gnus-audio-play "gnus-audio" "\
@@ -11787,7 +11779,7 @@ Play a sound FILE through the speaker.
11787;;;*** 11779;;;***
11788 11780
11789;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) 11781;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
11790;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (18468 40889)) 11782;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (18463 54925))
11791;;; Generated autoloads from gnus/gnus-bookmark.el 11783;;; Generated autoloads from gnus/gnus-bookmark.el
11792 11784
11793(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 11785(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -11812,8 +11804,8 @@ deletion, or > if it is flagged for displaying.
11812 11804
11813;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11805;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11814;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11806;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11815;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (18516 11807;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (18580
11816;;;;;; 15189)) 11808;;;;;; 33795))
11817;;; Generated autoloads from gnus/gnus-cache.el 11809;;; Generated autoloads from gnus/gnus-cache.el
11818 11810
11819(autoload 'gnus-jog-cache "gnus-cache" "\ 11811(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -11855,7 +11847,7 @@ supported.
11855;;;*** 11847;;;***
11856 11848
11857;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11849;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11858;;;;;; "gnus-delay" "gnus/gnus-delay.el" (18468 40889)) 11850;;;;;; "gnus-delay" "gnus/gnus-delay.el" (18463 54926))
11859;;; Generated autoloads from gnus/gnus-delay.el 11851;;; Generated autoloads from gnus/gnus-delay.el
11860 11852
11861(autoload 'gnus-delay-article "gnus-delay" "\ 11853(autoload 'gnus-delay-article "gnus-delay" "\
@@ -11891,7 +11883,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11891;;;*** 11883;;;***
11892 11884
11893;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 11885;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11894;;;;;; "gnus-diary" "gnus/gnus-diary.el" (18468 40889)) 11886;;;;;; "gnus-diary" "gnus/gnus-diary.el" (18463 54926))
11895;;; Generated autoloads from gnus/gnus-diary.el 11887;;; Generated autoloads from gnus/gnus-diary.el
11896 11888
11897(autoload 'gnus-user-format-function-d "gnus-diary" "\ 11889(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -11907,7 +11899,7 @@ Not documented
11907;;;*** 11899;;;***
11908 11900
11909;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11901;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11910;;;;;; (18468 40889)) 11902;;;;;; (18463 54926))
11911;;; Generated autoloads from gnus/gnus-dired.el 11903;;; Generated autoloads from gnus/gnus-dired.el
11912 11904
11913(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 11905(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -11918,7 +11910,7 @@ Convenience method to turn on gnus-dired-mode.
11918;;;*** 11910;;;***
11919 11911
11920;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 11912;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11921;;;;;; (18508 22729)) 11913;;;;;; (18484 65153))
11922;;; Generated autoloads from gnus/gnus-draft.el 11914;;; Generated autoloads from gnus/gnus-draft.el
11923 11915
11924(autoload 'gnus-draft-reminder "gnus-draft" "\ 11916(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -11930,8 +11922,8 @@ Reminder user if there are unsent drafts.
11930 11922
11931;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 11923;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
11932;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 11924;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
11933;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (18468 11925;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (18463
11934;;;;;; 40889)) 11926;;;;;; 54927))
11935;;; Generated autoloads from gnus/gnus-fun.el 11927;;; Generated autoloads from gnus/gnus-fun.el
11936 11928
11937(autoload 'gnus-random-x-face "gnus-fun" "\ 11929(autoload 'gnus-random-x-face "gnus-fun" "\
@@ -11976,7 +11968,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
11976;;;*** 11968;;;***
11977 11969
11978;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 11970;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
11979;;;;;; "gnus-group" "gnus/gnus-group.el" (18516 15189)) 11971;;;;;; "gnus-group" "gnus/gnus-group.el" (18634 15334))
11980;;; Generated autoloads from gnus/gnus-group.el 11972;;; Generated autoloads from gnus/gnus-group.el
11981 11973
11982(autoload 'gnus-fetch-group "gnus-group" "\ 11974(autoload 'gnus-fetch-group "gnus-group" "\
@@ -11994,7 +11986,7 @@ Pop up a frame and enter GROUP.
11994;;;*** 11986;;;***
11995 11987
11996;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 11988;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
11997;;;;;; (18468 40889)) 11989;;;;;; (18463 54927))
11998;;; Generated autoloads from gnus/gnus-kill.el 11990;;; Generated autoloads from gnus/gnus-kill.el
11999 11991
12000(defalias 'gnus-batch-kill 'gnus-batch-score) 11992(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -12009,7 +12001,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12009 12001
12010;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 12002;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
12011;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 12003;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
12012;;;;;; (18468 40889)) 12004;;;;;; (18463 54928))
12013;;; Generated autoloads from gnus/gnus-ml.el 12005;;; Generated autoloads from gnus/gnus-ml.el
12014 12006
12015(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 12007(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -12034,7 +12026,7 @@ Minor mode for providing mailing-list commands.
12034 12026
12035;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 12027;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
12036;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 12028;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
12037;;;;;; (18468 40889)) 12029;;;;;; (18463 54929))
12038;;; Generated autoloads from gnus/gnus-mlspl.el 12030;;; Generated autoloads from gnus/gnus-mlspl.el
12039 12031
12040(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 12032(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -12135,7 +12127,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12135;;;*** 12127;;;***
12136 12128
12137;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" 12129;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
12138;;;;;; (18468 40889)) 12130;;;;;; (18463 54929))
12139;;; Generated autoloads from gnus/gnus-move.el 12131;;; Generated autoloads from gnus/gnus-move.el
12140 12132
12141(autoload 'gnus-change-server "gnus-move" "\ 12133(autoload 'gnus-change-server "gnus-move" "\
@@ -12147,7 +12139,7 @@ Update the .newsrc.eld file to reflect the change of nntp server.
12147;;;*** 12139;;;***
12148 12140
12149;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 12141;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
12150;;;;;; "gnus-msg" "gnus/gnus-msg.el" (18516 15189)) 12142;;;;;; "gnus-msg" "gnus/gnus-msg.el" (18603 62948))
12151;;; Generated autoloads from gnus/gnus-msg.el 12143;;; Generated autoloads from gnus/gnus-msg.el
12152 12144
12153(autoload 'gnus-msg-mail "gnus-msg" "\ 12145(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -12172,7 +12164,7 @@ Like `message-reply'.
12172;;;*** 12164;;;***
12173 12165
12174;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups) 12166;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups)
12175;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (18468 40889)) 12167;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (18463 54930))
12176;;; Generated autoloads from gnus/gnus-nocem.el 12168;;; Generated autoloads from gnus/gnus-nocem.el
12177 12169
12178(autoload 'gnus-nocem-scan-groups "gnus-nocem" "\ 12170(autoload 'gnus-nocem-scan-groups "gnus-nocem" "\
@@ -12189,7 +12181,7 @@ Load the NoCeM cache.
12189 12181
12190;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 12182;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
12191;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 12183;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
12192;;;;;; (18516 15189)) 12184;;;;;; (18580 33795))
12193;;; Generated autoloads from gnus/gnus-picon.el 12185;;; Generated autoloads from gnus/gnus-picon.el
12194 12186
12195(autoload 'gnus-treat-from-picon "gnus-picon" "\ 12187(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -12216,7 +12208,7 @@ If picons are already displayed, remove them.
12216;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 12208;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
12217;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 12209;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
12218;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 12210;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
12219;;;;;; "gnus/gnus-range.el" (18468 40889)) 12211;;;;;; "gnus/gnus-range.el" (18463 54930))
12220;;; Generated autoloads from gnus/gnus-range.el 12212;;; Generated autoloads from gnus/gnus-range.el
12221 12213
12222(autoload 'gnus-sorted-difference "gnus-range" "\ 12214(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -12284,7 +12276,7 @@ Add NUM into sorted LIST by side effect.
12284;;;*** 12276;;;***
12285 12277
12286;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 12278;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
12287;;;;;; "gnus-registry" "gnus/gnus-registry.el" (18577 57514)) 12279;;;;;; "gnus-registry" "gnus/gnus-registry.el" (18654 2593))
12288;;; Generated autoloads from gnus/gnus-registry.el 12280;;; Generated autoloads from gnus/gnus-registry.el
12289 12281
12290(autoload 'gnus-registry-initialize "gnus-registry" "\ 12282(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -12300,8 +12292,8 @@ Install the registry hooks.
12300;;;*** 12292;;;***
12301 12293
12302;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 12294;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
12303;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (18468 12295;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (18463
12304;;;;;; 40889)) 12296;;;;;; 54931))
12305;;; Generated autoloads from gnus/gnus-sieve.el 12297;;; Generated autoloads from gnus/gnus-sieve.el
12306 12298
12307(autoload 'gnus-sieve-update "gnus-sieve" "\ 12299(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -12329,7 +12321,7 @@ Not documented
12329;;;*** 12321;;;***
12330 12322
12331;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" 12323;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
12332;;;;;; (18468 40889)) 12324;;;;;; (18463 54931))
12333;;; Generated autoloads from gnus/gnus-soup.el 12325;;; Generated autoloads from gnus/gnus-soup.el
12334 12326
12335(autoload 'gnus-batch-brew-soup "gnus-soup" "\ 12327(autoload 'gnus-batch-brew-soup "gnus-soup" "\
@@ -12349,7 +12341,7 @@ Note -- this function hasn't been implemented yet.
12349;;;*** 12341;;;***
12350 12342
12351;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 12343;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
12352;;;;;; (18468 40889)) 12344;;;;;; (18463 54931))
12353;;; Generated autoloads from gnus/gnus-spec.el 12345;;; Generated autoloads from gnus/gnus-spec.el
12354 12346
12355(autoload 'gnus-update-format "gnus-spec" "\ 12347(autoload 'gnus-update-format "gnus-spec" "\
@@ -12360,8 +12352,8 @@ Update the format specification near point.
12360;;;*** 12352;;;***
12361 12353
12362;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news 12354;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news
12363;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (18577 12355;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (18580
12364;;;;;; 57514)) 12356;;;;;; 33795))
12365;;; Generated autoloads from gnus/gnus-start.el 12357;;; Generated autoloads from gnus/gnus-start.el
12366 12358
12367(autoload 'gnus-declare-backend "gnus-start" "\ 12359(autoload 'gnus-declare-backend "gnus-start" "\
@@ -12377,7 +12369,7 @@ Not documented
12377;;;*** 12369;;;***
12378 12370
12379;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 12371;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
12380;;;;;; (18468 40889)) 12372;;;;;; (18463 54933))
12381;;; Generated autoloads from gnus/gnus-win.el 12373;;; Generated autoloads from gnus/gnus-win.el
12382 12374
12383(autoload 'gnus-add-configuration "gnus-win" "\ 12375(autoload 'gnus-add-configuration "gnus-win" "\
@@ -12387,7 +12379,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12387 12379
12388;;;*** 12380;;;***
12389 12381
12390;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (18468 40892)) 12382;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (18464 1942))
12391;;; Generated autoloads from play/gomoku.el 12383;;; Generated autoloads from play/gomoku.el
12392 12384
12393(autoload 'gomoku "gomoku" "\ 12385(autoload 'gomoku "gomoku" "\
@@ -12414,8 +12406,8 @@ Use \\[describe-mode] for more info.
12414;;;*** 12406;;;***
12415 12407
12416;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address 12408;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address
12417;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (18468 12409;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (18464
12418;;;;;; 40890)) 12410;;;;;; 2402))
12419;;; Generated autoloads from net/goto-addr.el 12411;;; Generated autoloads from net/goto-addr.el
12420 12412
12421(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 12413(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -12455,7 +12447,7 @@ Turn on `goto-address-mode', but only in comments and strings.
12455 12447
12456;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults 12448;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12457;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 12449;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12458;;;;;; grep-window-height) "grep" "progmodes/grep.el" (18553 5595)) 12450;;;;;; grep-window-height) "grep" "progmodes/grep.el" (18580 33799))
12459;;; Generated autoloads from progmodes/grep.el 12451;;; Generated autoloads from progmodes/grep.el
12460 12452
12461(defvar grep-window-height nil "\ 12453(defvar grep-window-height nil "\
@@ -12600,7 +12592,7 @@ This command shares argument histories with \\[lgrep] and \\[grep-find].
12600 12592
12601;;;*** 12593;;;***
12602 12594
12603;;;### (autoloads (gs-load-image) "gs" "gs.el" (18533 1974)) 12595;;;### (autoloads (gs-load-image) "gs" "gs.el" (18580 33792))
12604;;; Generated autoloads from gs.el 12596;;; Generated autoloads from gs.el
12605 12597
12606(autoload 'gs-load-image "gs" "\ 12598(autoload 'gs-load-image "gs" "\
@@ -12614,7 +12606,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12614;;;*** 12606;;;***
12615 12607
12616;;;### (autoloads (gdb-script-mode jdb pdb perldb xdb dbx sdb gud-gdb) 12608;;;### (autoloads (gdb-script-mode jdb pdb perldb xdb dbx sdb gud-gdb)
12617;;;;;; "gud" "progmodes/gud.el" (18550 15780)) 12609;;;;;; "gud" "progmodes/gud.el" (18634 15334))
12618;;; Generated autoloads from progmodes/gud.el 12610;;; Generated autoloads from progmodes/gud.el
12619 12611
12620(autoload 'gud-gdb "gud" "\ 12612(autoload 'gud-gdb "gud" "\
@@ -12688,8 +12680,8 @@ Major mode for editing GDB scripts.
12688 12680
12689;;;*** 12681;;;***
12690 12682
12691;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (18468 12683;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (18464
12692;;;;;; 40892)) 12684;;;;;; 1942))
12693;;; Generated autoloads from play/handwrite.el 12685;;; Generated autoloads from play/handwrite.el
12694 12686
12695(autoload 'handwrite "handwrite" "\ 12687(autoload 'handwrite "handwrite" "\
@@ -12707,7 +12699,7 @@ Variables: handwrite-linespace (default 12)
12707;;;*** 12699;;;***
12708 12700
12709;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 12701;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12710;;;;;; (18433 5711)) 12702;;;;;; (18430 8151))
12711;;; Generated autoloads from play/hanoi.el 12703;;; Generated autoloads from play/hanoi.el
12712 12704
12713(autoload 'hanoi "hanoi" "\ 12705(autoload 'hanoi "hanoi" "\
@@ -12736,7 +12728,7 @@ to be updated.
12736 12728
12737;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment 12729;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
12738;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) 12730;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
12739;;;;;; "hashcash" "mail/hashcash.el" (18530 36603)) 12731;;;;;; "hashcash" "mail/hashcash.el" (18580 33796))
12740;;; Generated autoloads from mail/hashcash.el 12732;;; Generated autoloads from mail/hashcash.el
12741 12733
12742(autoload 'hashcash-insert-payment "hashcash" "\ 12734(autoload 'hashcash-insert-payment "hashcash" "\
@@ -12781,7 +12773,7 @@ Prefix arg sets default accept amount temporarily.
12781;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 12773;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12782;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 12774;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12783;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 12775;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12784;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (18468 40886)) 12776;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (18464 3953))
12785;;; Generated autoloads from help-at-pt.el 12777;;; Generated autoloads from help-at-pt.el
12786 12778
12787(autoload 'help-at-pt-string "help-at-pt" "\ 12779(autoload 'help-at-pt-string "help-at-pt" "\
@@ -12909,9 +12901,9 @@ different regions. With numeric argument ARG, behaves like
12909;;;*** 12901;;;***
12910 12902
12911;;;### (autoloads (describe-categories describe-syntax describe-variable 12903;;;### (autoloads (describe-categories describe-syntax describe-variable
12912;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name 12904;;;;;; variable-at-point describe-function-1 find-lisp-object-file-name
12913;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el" 12905;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el"
12914;;;;;; (18573 55366)) 12906;;;;;; (18654 2590))
12915;;; Generated autoloads from help-fns.el 12907;;; Generated autoloads from help-fns.el
12916 12908
12917(autoload 'describe-function "help-fns" "\ 12909(autoload 'describe-function "help-fns" "\
@@ -12925,10 +12917,22 @@ KIND should be `var' for a variable or `subr' for a subroutine.
12925 12917
12926\(fn SUBR-OR-VAR KIND)" nil nil) 12918\(fn SUBR-OR-VAR KIND)" nil nil)
12927 12919
12928(autoload 'describe-simplify-lib-file-name "help-fns" "\ 12920(autoload 'find-lisp-object-file-name "help-fns" "\
12929Simplify a library name FILE to a relative name, and make it a source file. 12921Guess the file that defined the Lisp object OBJECT, of type TYPE.
12922OBJECT should be a symbol associated with a function, variable, or face;
12923 alternatively, it can be a function definition.
12924If TYPE is `variable', search for a variable definition.
12925If TYPE is `face', search for a face definition.
12926If TYPE is the value returned by `symbol-function' for a function symbol,
12927 search for a function definition.
12930 12928
12931\(fn FILE)" nil nil) 12929The return value is the absolute name of a readable file where OBJECT is
12930defined. If several such files exist, preference is given to a file
12931found via `load-path'. The return value can also be `C-source', which
12932means that OBJECT is a function or variable defined in C. If no
12933suitable file is found, return nil.
12934
12935\(fn OBJECT TYPE)" nil nil)
12932 12936
12933(autoload 'describe-function-1 "help-fns" "\ 12937(autoload 'describe-function-1 "help-fns" "\
12934Not documented 12938Not documented
@@ -12969,7 +12973,7 @@ BUFFER should be a buffer or a buffer name.
12969;;;*** 12973;;;***
12970 12974
12971;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 12975;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
12972;;;;;; (18468 40886)) 12976;;;;;; (18643 25222))
12973;;; Generated autoloads from help-macro.el 12977;;; Generated autoloads from help-macro.el
12974 12978
12975(defvar three-step-help nil "\ 12979(defvar three-step-help nil "\
@@ -12985,8 +12989,8 @@ A value of nil means skip the middle step, so that
12985 12989
12986;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 12990;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
12987;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish 12991;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish
12988;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (18468 12992;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (18634
12989;;;;;; 40886)) 12993;;;;;; 15333))
12990;;; Generated autoloads from help-mode.el 12994;;; Generated autoloads from help-mode.el
12991 12995
12992(autoload 'help-mode "help-mode" "\ 12996(autoload 'help-mode "help-mode" "\
@@ -13074,7 +13078,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
13074;;;*** 13078;;;***
13075 13079
13076;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 13080;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
13077;;;;;; "emacs-lisp/helper.el" (18468 40888)) 13081;;;;;; "emacs-lisp/helper.el" (18463 52909))
13078;;; Generated autoloads from emacs-lisp/helper.el 13082;;; Generated autoloads from emacs-lisp/helper.el
13079 13083
13080(autoload 'Helper-describe-bindings "helper" "\ 13084(autoload 'Helper-describe-bindings "helper" "\
@@ -13090,7 +13094,7 @@ Provide help for current mode.
13090;;;*** 13094;;;***
13091 13095
13092;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 13096;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
13093;;;;;; "hexl.el" (18468 40886)) 13097;;;;;; "hexl.el" (18464 3954))
13094;;; Generated autoloads from hexl.el 13098;;; Generated autoloads from hexl.el
13095 13099
13096(autoload 'hexl-mode "hexl" "\ 13100(autoload 'hexl-mode "hexl" "\
@@ -13187,7 +13191,7 @@ This discards the buffer's undo information.
13187;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 13191;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
13188;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 13192;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
13189;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 13193;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
13190;;;;;; (18537 14844)) 13194;;;;;; (18592 38131))
13191;;; Generated autoloads from hi-lock.el 13195;;; Generated autoloads from hi-lock.el
13192 13196
13193(autoload 'hi-lock-mode "hi-lock" "\ 13197(autoload 'hi-lock-mode "hi-lock" "\
@@ -13319,7 +13323,7 @@ be found in variable `hi-lock-interactive-patterns'.
13319;;;*** 13323;;;***
13320 13324
13321;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" 13325;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el"
13322;;;;;; (18468 40892)) 13326;;;;;; (18464 1603))
13323;;; Generated autoloads from progmodes/hideif.el 13327;;; Generated autoloads from progmodes/hideif.el
13324 13328
13325(autoload 'hide-ifdef-mode "hideif" "\ 13329(autoload 'hide-ifdef-mode "hideif" "\
@@ -13359,7 +13363,7 @@ how the hiding is done:
13359;;;*** 13363;;;***
13360 13364
13361;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" 13365;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
13362;;;;;; (18468 40892)) 13366;;;;;; (18464 1604))
13363;;; Generated autoloads from progmodes/hideshow.el 13367;;; Generated autoloads from progmodes/hideshow.el
13364 13368
13365(defvar hs-special-modes-alist '((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning)) "\ 13369(defvar hs-special-modes-alist '((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning)) "\
@@ -13421,8 +13425,8 @@ Unconditionally turn off `hs-minor-mode'.
13421;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 13425;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
13422;;;;;; highlight-changes-previous-change highlight-changes-next-change 13426;;;;;; highlight-changes-previous-change highlight-changes-next-change
13423;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode 13427;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
13424;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (18468 13428;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (18464
13425;;;;;; 40886)) 13429;;;;;; 3954))
13426;;; Generated autoloads from hilit-chg.el 13430;;; Generated autoloads from hilit-chg.el
13427 13431
13428(autoload 'highlight-changes-mode "hilit-chg" "\ 13432(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -13549,7 +13553,7 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
13549;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 13553;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
13550;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 13554;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
13551;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 13555;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
13552;;;;;; "hippie-exp.el" (18577 57510)) 13556;;;;;; "hippie-exp.el" (18580 33792))
13553;;; Generated autoloads from hippie-exp.el 13557;;; Generated autoloads from hippie-exp.el
13554 13558
13555(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) "\ 13559(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) "\
@@ -13622,7 +13626,7 @@ argument VERBOSE non-nil makes the function verbose.
13622;;;*** 13626;;;***
13623 13627
13624;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13628;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13625;;;;;; (18533 1974)) 13629;;;;;; (18580 33792))
13626;;; Generated autoloads from hl-line.el 13630;;; Generated autoloads from hl-line.el
13627 13631
13628(autoload 'hl-line-mode "hl-line" "\ 13632(autoload 'hl-line-mode "hl-line" "\
@@ -13666,7 +13670,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13666;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays 13670;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays
13667;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays 13671;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
13668;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" 13672;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
13669;;;;;; "calendar/holidays.el" (18533 1974)) 13673;;;;;; "calendar/holidays.el" (18612 17518))
13670;;; Generated autoloads from calendar/holidays.el 13674;;; Generated autoloads from calendar/holidays.el
13671 13675
13672(defvar holiday-general-holidays '((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")) "\ 13676(defvar holiday-general-holidays '((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")) "\
@@ -13809,11 +13813,11 @@ three-month period centered around `displayed-month' of `displayed-year'.
13809Several basic functions are provided for this purpose: 13813Several basic functions are provided for this purpose:
13810 13814
13811 (holiday-fixed MONTH DAY STRING) is a fixed date on the Gregorian calendar 13815 (holiday-fixed MONTH DAY STRING) is a fixed date on the Gregorian calendar
13812 (holiday-float MONTH DAYNAME K STRING &optional day) is the Kth DAYNAME in 13816 (holiday-float MONTH DAYNAME K STRING &optional DAY) is the Kth DAYNAME
13813 MONTH on the Gregorian calendar (0 for Sunday, 13817 (0 for Sunday, etc.) after/before Gregorian
13814 etc.); K<0 means count back from the end of the 13818 MONTH DAY. K<0 means count back from the end
13815 month. An optional parameter DAY means the Kth 13819 of the month. Optional DAY defaults to 1 if
13816 DAYNAME after/before MONTH DAY. 13820 K>0, and MONTH's last day otherwise.
13817 (holiday-hebrew MONTH DAY STRING) a fixed date on the Hebrew calendar 13821 (holiday-hebrew MONTH DAY STRING) a fixed date on the Hebrew calendar
13818 (holiday-islamic MONTH DAY STRING) a fixed date on the Islamic calendar 13822 (holiday-islamic MONTH DAY STRING) a fixed date on the Islamic calendar
13819 (holiday-bahai MONTH DAY STRING) a fixed date on the Baha'i calendar 13823 (holiday-bahai MONTH DAY STRING) a fixed date on the Baha'i calendar
@@ -13923,8 +13927,8 @@ The optional LABEL is used to label the buffer created.
13923 13927
13924;;;*** 13928;;;***
13925 13929
13926;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (18508 13930;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (18486
13927;;;;;; 22729)) 13931;;;;;; 19197))
13928;;; Generated autoloads from gnus/html2text.el 13932;;; Generated autoloads from gnus/html2text.el
13929 13933
13930(autoload 'html2text "html2text" "\ 13934(autoload 'html2text "html2text" "\
@@ -13956,7 +13960,7 @@ Convert HTML to plain text in the current buffer.
13956;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group 13960;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
13957;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group 13961;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
13958;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode 13962;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
13959;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (18563 51161)) 13963;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (18634 15333))
13960;;; Generated autoloads from ibuf-ext.el 13964;;; Generated autoloads from ibuf-ext.el
13961 13965
13962(autoload 'ibuffer-auto-mode "ibuf-ext" "\ 13966(autoload 'ibuffer-auto-mode "ibuf-ext" "\
@@ -14322,8 +14326,8 @@ defaults to one.
14322;;;*** 14326;;;***
14323 14327
14324;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 14328;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
14325;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (18508 14329;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (18475
14326;;;;;; 22727)) 14330;;;;;; 32549))
14327;;; Generated autoloads from ibuf-macs.el 14331;;; Generated autoloads from ibuf-macs.el
14328 14332
14329(autoload 'define-ibuffer-column "ibuf-macs" "\ 14333(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -14412,7 +14416,7 @@ bound to the current value of the filter.
14412;;;*** 14416;;;***
14413 14417
14414;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 14418;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
14415;;;;;; "ibuffer" "ibuffer.el" (18563 28801)) 14419;;;;;; "ibuffer" "ibuffer.el" (18592 38131))
14416;;; Generated autoloads from ibuffer.el 14420;;; Generated autoloads from ibuffer.el
14417 14421
14418(autoload 'ibuffer-list-buffers "ibuffer" "\ 14422(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -14453,7 +14457,7 @@ FORMATS is the value to use for `ibuffer-formats'.
14453 14457
14454;;;### (autoloads (icalendar-import-buffer icalendar-import-file 14458;;;### (autoloads (icalendar-import-buffer icalendar-import-file
14455;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 14459;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
14456;;;;;; "calendar/icalendar.el" (18508 22728)) 14460;;;;;; "calendar/icalendar.el" (18487 31934))
14457;;; Generated autoloads from calendar/icalendar.el 14461;;; Generated autoloads from calendar/icalendar.el
14458 14462
14459(autoload 'icalendar-export-file "icalendar" "\ 14463(autoload 'icalendar-export-file "icalendar" "\
@@ -14505,8 +14509,8 @@ buffer `*icalendar-errors*'.
14505 14509
14506;;;*** 14510;;;***
14507 14511
14508;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (18508 14512;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (18507
14509;;;;;; 22727)) 14513;;;;;; 35267))
14510;;; Generated autoloads from icomplete.el 14514;;; Generated autoloads from icomplete.el
14511 14515
14512(defvar icomplete-mode nil "\ 14516(defvar icomplete-mode nil "\
@@ -14527,7 +14531,7 @@ otherwise turn it off.
14527 14531
14528;;;*** 14532;;;***
14529 14533
14530;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (18468 40892)) 14534;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (18464 1605))
14531;;; Generated autoloads from progmodes/icon.el 14535;;; Generated autoloads from progmodes/icon.el
14532 14536
14533(autoload 'icon-mode "icon" "\ 14537(autoload 'icon-mode "icon" "\
@@ -14568,7 +14572,7 @@ with no args, if that value is non-nil.
14568;;;*** 14572;;;***
14569 14573
14570;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 14574;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
14571;;;;;; (18468 40892)) 14575;;;;;; (18464 1606))
14572;;; Generated autoloads from progmodes/idlw-shell.el 14576;;; Generated autoloads from progmodes/idlw-shell.el
14573 14577
14574(autoload 'idlwave-shell "idlw-shell" "\ 14578(autoload 'idlwave-shell "idlw-shell" "\
@@ -14594,7 +14598,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
14594;;;*** 14598;;;***
14595 14599
14596;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 14600;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
14597;;;;;; (18468 40892)) 14601;;;;;; (18464 1607))
14598;;; Generated autoloads from progmodes/idlwave.el 14602;;; Generated autoloads from progmodes/idlwave.el
14599 14603
14600(autoload 'idlwave-mode "idlwave" "\ 14604(autoload 'idlwave-mode "idlwave" "\
@@ -14729,8 +14733,8 @@ The main features of this mode are
14729;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 14733;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14730;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 14734;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14731;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 14735;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
14732;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (18533 14736;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (18634
14733;;;;;; 1974)) 14737;;;;;; 15333))
14734;;; Generated autoloads from ido.el 14738;;; Generated autoloads from ido.el
14735 14739
14736(defvar ido-mode nil "\ 14740(defvar ido-mode nil "\
@@ -14991,7 +14995,7 @@ DEF, if non-nil, is the default value.
14991 14995
14992;;;*** 14996;;;***
14993 14997
14994;;;### (autoloads (ielm) "ielm" "ielm.el" (18468 40886)) 14998;;;### (autoloads (ielm) "ielm" "ielm.el" (18464 3955))
14995;;; Generated autoloads from ielm.el 14999;;; Generated autoloads from ielm.el
14996 (add-hook 'same-window-buffer-names "*ielm*") 15000 (add-hook 'same-window-buffer-names "*ielm*")
14997 15001
@@ -15004,7 +15008,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
15004;;;*** 15008;;;***
15005 15009
15006;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" 15010;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el"
15007;;;;;; (18468 40886)) 15011;;;;;; (18464 3955))
15008;;; Generated autoloads from iimage.el 15012;;; Generated autoloads from iimage.el
15009 15013
15010(autoload 'turn-on-iimage-mode "iimage" "\ 15014(autoload 'turn-on-iimage-mode "iimage" "\
@@ -15023,7 +15027,7 @@ Toggle inline image minor mode.
15023;;;;;; insert-image put-image create-image image-type-auto-detected-p 15027;;;;;; insert-image put-image create-image image-type-auto-detected-p
15024;;;;;; image-type-available-p image-type image-type-from-file-name 15028;;;;;; image-type-available-p image-type image-type-from-file-name
15025;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data) 15029;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data)
15026;;;;;; "image" "image.el" (18534 20675)) 15030;;;;;; "image" "image.el" (18580 33792))
15027;;; Generated autoloads from image.el 15031;;; Generated autoloads from image.el
15028 15032
15029(autoload 'image-type-from-data "image" "\ 15033(autoload 'image-type-from-data "image" "\
@@ -15206,7 +15210,7 @@ Example:
15206;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 15210;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
15207;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 15211;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
15208;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs) 15212;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs)
15209;;;;;; "image-dired" "image-dired.el" (18516 15187)) 15213;;;;;; "image-dired" "image-dired.el" (18580 33792))
15210;;; Generated autoloads from image-dired.el 15214;;; Generated autoloads from image-dired.el
15211 15215
15212(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\ 15216(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\
@@ -15340,7 +15344,7 @@ easy-to-use form.
15340 15344
15341;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 15345;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
15342;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 15346;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
15343;;;;;; "image-file.el" (18468 40886)) 15347;;;;;; "image-file.el" (18464 3955))
15344;;; Generated autoloads from image-file.el 15348;;; Generated autoloads from image-file.el
15345 15349
15346(defvar image-file-name-extensions '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg") "\ 15350(defvar image-file-name-extensions '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg") "\
@@ -15402,7 +15406,7 @@ Image files are those whose name has an extension in
15402;;;*** 15406;;;***
15403 15407
15404;;;### (autoloads (image-bookmark-jump image-mode-maybe image-minor-mode 15408;;;### (autoloads (image-bookmark-jump image-mode-maybe image-minor-mode
15405;;;;;; image-mode) "image-mode" "image-mode.el" (18576 30280)) 15409;;;;;; image-mode) "image-mode" "image-mode.el" (18634 15333))
15406;;; Generated autoloads from image-mode.el 15410;;; Generated autoloads from image-mode.el
15407 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) 15411 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist)
15408 (push '("\\.png\\'" . image-mode) auto-mode-alist) 15412 (push '("\\.png\\'" . image-mode) auto-mode-alist)
@@ -15448,7 +15452,7 @@ Not documented
15448;;;*** 15452;;;***
15449 15453
15450;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 15454;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
15451;;;;;; imenu-sort-function) "imenu" "imenu.el" (18468 40886)) 15455;;;;;; imenu-sort-function) "imenu" "imenu.el" (18659 12583))
15452;;; Generated autoloads from imenu.el 15456;;; Generated autoloads from imenu.el
15453 15457
15454(defvar imenu-sort-function nil "\ 15458(defvar imenu-sort-function nil "\
@@ -15563,7 +15567,7 @@ for more information.
15563 15567
15564;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion 15568;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
15565;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 15569;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
15566;;;;;; "ind-util" "language/ind-util.el" (18468 40890)) 15570;;;;;; "ind-util" "language/ind-util.el" (18463 56564))
15567;;; Generated autoloads from language/ind-util.el 15571;;; Generated autoloads from language/ind-util.el
15568 15572
15569(autoload 'indian-compose-region "ind-util" "\ 15573(autoload 'indian-compose-region "ind-util" "\
@@ -15595,7 +15599,7 @@ Convert old Emacs Devanagari characters to UCS.
15595 15599
15596;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command 15600;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
15597;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" 15601;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
15598;;;;;; "progmodes/inf-lisp.el" (18468 40892)) 15602;;;;;; "progmodes/inf-lisp.el" (18464 1608))
15599;;; Generated autoloads from progmodes/inf-lisp.el 15603;;; Generated autoloads from progmodes/inf-lisp.el
15600 15604
15601(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ 15605(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\
@@ -15662,7 +15666,7 @@ of `inferior-lisp-program'). Runs the hooks from
15662;;;### (autoloads (Info-bookmark-jump Info-speedbar-browser Info-goto-emacs-key-command-node 15666;;;### (autoloads (Info-bookmark-jump Info-speedbar-browser Info-goto-emacs-key-command-node
15663;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index 15667;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index
15664;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual 15668;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual
15665;;;;;; info info-other-window) "info" "info.el" (18576 40811)) 15669;;;;;; info info-other-window) "info" "info.el" (18643 25222))
15666;;; Generated autoloads from info.el 15670;;; Generated autoloads from info.el
15667 15671
15668(autoload 'info-other-window "info" "\ 15672(autoload 'info-other-window "info" "\
@@ -15836,7 +15840,7 @@ Not documented
15836 15840
15837;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 15841;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
15838;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 15842;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
15839;;;;;; (18577 57511)) 15843;;;;;; (18580 33792))
15840;;; Generated autoloads from info-look.el 15844;;; Generated autoloads from info-look.el
15841 15845
15842(autoload 'info-lookup-reset "info-look" "\ 15846(autoload 'info-lookup-reset "info-look" "\
@@ -15884,7 +15888,7 @@ Perform completion on file preceding point.
15884;;;*** 15888;;;***
15885 15889
15886;;;### (autoloads (info-xref-check-all-custom info-xref-check-all 15890;;;### (autoloads (info-xref-check-all-custom info-xref-check-all
15887;;;;;; info-xref-check) "info-xref" "info-xref.el" (18468 40886)) 15891;;;;;; info-xref-check) "info-xref" "info-xref.el" (18464 3956))
15888;;; Generated autoloads from info-xref.el 15892;;; Generated autoloads from info-xref.el
15889 15893
15890(autoload 'info-xref-check "info-xref" "\ 15894(autoload 'info-xref-check "info-xref" "\
@@ -15910,8 +15914,8 @@ quite a while.
15910 15914
15911;;;*** 15915;;;***
15912 15916
15913;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) 15917;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold
15914;;;;;; "informat" "informat.el" (18468 40886)) 15918;;;;;; Info-tagify) "informat" "informat.el" (18654 2590))
15915;;; Generated autoloads from informat.el 15919;;; Generated autoloads from informat.el
15916 15920
15917(autoload 'Info-tagify "informat" "\ 15921(autoload 'Info-tagify "informat" "\
@@ -15919,9 +15923,15 @@ Create or update Info file tag table in current buffer or in a region.
15919 15923
15920\(fn &optional INPUT-BUFFER-NAME)" t nil) 15924\(fn &optional INPUT-BUFFER-NAME)" t nil)
15921 15925
15926(defvar Info-split-threshold 262144 "\
15927The number of characters by which `Info-split' splits an info file.")
15928
15929(custom-autoload 'Info-split-threshold "informat" t)
15930
15922(autoload 'Info-split "informat" "\ 15931(autoload 'Info-split "informat" "\
15923Split an info file into an indirect file plus bounded-size subfiles. 15932Split an info file into an indirect file plus bounded-size subfiles.
15924Each subfile will be up to 50,000 characters plus one node. 15933Each subfile will be up to the number of characters that
15934`Info-split-threshold' specifies, plus one node.
15925 15935
15926To use this command, first visit a large Info file that has a tag 15936To use this command, first visit a large Info file that has a tag
15927table. The buffer is modified into a (small) indirect info file which 15937table. The buffer is modified into a (small) indirect info file which
@@ -15952,7 +15962,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
15952 15962
15953;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 15963;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
15954;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 15964;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
15955;;;;;; (18468 40889)) 15965;;;;;; (18463 56324))
15956;;; Generated autoloads from international/isearch-x.el 15966;;; Generated autoloads from international/isearch-x.el
15957 15967
15958(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 15968(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -15972,8 +15982,8 @@ Not documented
15972 15982
15973;;;*** 15983;;;***
15974 15984
15975;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (18468 15985;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (18464
15976;;;;;; 40886)) 15986;;;;;; 3956))
15977;;; Generated autoloads from isearchb.el 15987;;; Generated autoloads from isearchb.el
15978 15988
15979(autoload 'isearchb-activate "isearchb" "\ 15989(autoload 'isearchb-activate "isearchb" "\
@@ -15989,7 +15999,7 @@ accessed via isearchb.
15989;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 15999;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
15990;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 16000;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
15991;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 16001;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
15992;;;;;; "international/iso-cvt.el" (18468 40889)) 16002;;;;;; "international/iso-cvt.el" (18463 56324))
15993;;; Generated autoloads from international/iso-cvt.el 16003;;; Generated autoloads from international/iso-cvt.el
15994 16004
15995(autoload 'iso-spanish "iso-cvt" "\ 16005(autoload 'iso-spanish "iso-cvt" "\
@@ -16080,7 +16090,7 @@ Add submenus to the File menu, to convert to and from various formats.
16080;;;*** 16090;;;***
16081 16091
16082;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 16092;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
16083;;;;;; (18575 10855)) 16093;;;;;; (18463 56324))
16084;;; Generated autoloads from international/iso-transl.el 16094;;; Generated autoloads from international/iso-transl.el
16085 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 16095 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
16086 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 16096 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -16092,14 +16102,15 @@ Add submenus to the File menu, to convert to and from various formats.
16092;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 16102;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
16093;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 16103;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
16094;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) 16104;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
16095;;;;;; "ispell" "textmodes/ispell.el" (18468 40893)) 16105;;;;;; "ispell" "textmodes/ispell.el" (18634 15335))
16096;;; Generated autoloads from textmodes/ispell.el 16106;;; Generated autoloads from textmodes/ispell.el
16097(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 16107(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
16098 16108
16099(defvar ispell-personal-dictionary nil "\ 16109(defvar ispell-personal-dictionary nil "\
16100*File name of your personal spelling dictionary, or nil. 16110*File name of your personal spelling dictionary, or nil.
16101If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, 16111If nil, the default personal dictionary, (\"~/.ispell_DICTNAME\" for ispell or
16102where DICTNAME is the name of your default dictionary.") 16112\"~/.aspell.LANG.pws\" for aspell) is used, where DICTNAME is the name of your
16113default dictionary and LANG the two letter language code.")
16103 16114
16104(custom-autoload 'ispell-personal-dictionary "ispell" t) 16115(custom-autoload 'ispell-personal-dictionary "ispell" t)
16105(put 'ispell-local-dictionary 'safe-local-variable 'string-or-null-p) 16116(put 'ispell-local-dictionary 'safe-local-variable 'string-or-null-p)
@@ -16309,8 +16320,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
16309 16320
16310;;;*** 16321;;;***
16311 16322
16312;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (18566 16323;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (18580
16313;;;;;; 26931)) 16324;;;;;; 33792))
16314;;; Generated autoloads from iswitchb.el 16325;;; Generated autoloads from iswitchb.el
16315 16326
16316(defvar iswitchb-mode nil "\ 16327(defvar iswitchb-mode nil "\
@@ -16335,7 +16346,7 @@ This mode enables switching between buffers using substrings. See
16335;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 16346;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
16336;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 16347;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
16337;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 16348;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
16338;;;;;; "japan-util" "language/japan-util.el" (18468 40890)) 16349;;;;;; "japan-util" "language/japan-util.el" (18463 56564))
16339;;; Generated autoloads from language/japan-util.el 16350;;; Generated autoloads from language/japan-util.el
16340 16351
16341(autoload 'setup-japanese-environment-internal "japan-util" "\ 16352(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -16413,7 +16424,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16413;;;*** 16424;;;***
16414 16425
16415;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 16426;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
16416;;;;;; "jka-compr.el" (18508 22727)) 16427;;;;;; "jka-compr.el" (18497 7295))
16417;;; Generated autoloads from jka-compr.el 16428;;; Generated autoloads from jka-compr.el
16418 16429
16419(defvar jka-compr-inhibit nil "\ 16430(defvar jka-compr-inhibit nil "\
@@ -16438,7 +16449,7 @@ by `jka-compr-installed'.
16438 16449
16439;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 16450;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
16440;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 16451;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
16441;;;;;; (18468 40888)) 16452;;;;;; (18463 53309))
16442;;; Generated autoloads from emulation/keypad.el 16453;;; Generated autoloads from emulation/keypad.el
16443 16454
16444(defvar keypad-setup nil "\ 16455(defvar keypad-setup nil "\
@@ -16494,7 +16505,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
16494;;;*** 16505;;;***
16495 16506
16496;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 16507;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
16497;;;;;; (18468 40889)) 16508;;;;;; (18463 56325))
16498;;; Generated autoloads from international/kinsoku.el 16509;;; Generated autoloads from international/kinsoku.el
16499 16510
16500(autoload 'kinsoku "kinsoku" "\ 16511(autoload 'kinsoku "kinsoku" "\
@@ -16515,8 +16526,8 @@ the context of text formatting.
16515 16526
16516;;;*** 16527;;;***
16517 16528
16518;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (18468 16529;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (18463
16519;;;;;; 40889)) 16530;;;;;; 56325))
16520;;; Generated autoloads from international/kkc.el 16531;;; Generated autoloads from international/kkc.el
16521 16532
16522(defvar kkc-after-update-conversion-functions nil "\ 16533(defvar kkc-after-update-conversion-functions nil "\
@@ -16540,8 +16551,8 @@ and the return value is the length of the conversion.
16540 16551
16541;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 16552;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
16542;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 16553;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16543;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" 16554;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
16544;;;;;; "kmacro.el" (18533 1974)) 16555;;;;;; "kmacro" "kmacro.el" (18592 38131))
16545;;; Generated autoloads from kmacro.el 16556;;; Generated autoloads from kmacro.el
16546 (global-set-key "\C-x(" 'kmacro-start-macro) 16557 (global-set-key "\C-x(" 'kmacro-start-macro)
16547 (global-set-key "\C-x)" 'kmacro-end-macro) 16558 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -16551,6 +16562,11 @@ and the return value is the length of the conversion.
16551 (global-set-key "\C-x\C-k" 'kmacro-keymap) 16562 (global-set-key "\C-x\C-k" 'kmacro-keymap)
16552 (autoload 'kmacro-keymap "kmacro" "Keymap for keyboard macro commands." t 'keymap) 16563 (autoload 'kmacro-keymap "kmacro" "Keymap for keyboard macro commands." t 'keymap)
16553 16564
16565(autoload 'kmacro-exec-ring-item "kmacro" "\
16566Execute item ITEM from the macro ring.
16567
16568\(fn ITEM ARG)" nil nil)
16569
16554(autoload 'kmacro-start-macro "kmacro" "\ 16570(autoload 'kmacro-start-macro "kmacro" "\
16555Record subsequent keyboard input, defining a keyboard macro. 16571Record subsequent keyboard input, defining a keyboard macro.
16556The commands are recorded even as they are executed. 16572The commands are recorded even as they are executed.
@@ -16647,7 +16663,7 @@ If kbd macro currently being defined end it before activating it.
16647;;;*** 16663;;;***
16648 16664
16649;;;### (autoloads (setup-korean-environment-internal) "korea-util" 16665;;;### (autoloads (setup-korean-environment-internal) "korea-util"
16650;;;;;; "language/korea-util.el" (18468 40890)) 16666;;;;;; "language/korea-util.el" (18463 56565))
16651;;; Generated autoloads from language/korea-util.el 16667;;; Generated autoloads from language/korea-util.el
16652 16668
16653(defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ 16669(defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\
@@ -16662,7 +16678,7 @@ Not documented
16662;;;*** 16678;;;***
16663 16679
16664;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 16680;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
16665;;;;;; (18468 40892)) 16681;;;;;; (18464 1943))
16666;;; Generated autoloads from play/landmark.el 16682;;; Generated autoloads from play/landmark.el
16667 16683
16668(defalias 'landmark-repeat 'lm-test-run) 16684(defalias 'landmark-repeat 'lm-test-run)
@@ -16696,7 +16712,7 @@ Use \\[describe-mode] for more info.
16696 16712
16697;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string 16713;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
16698;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) 16714;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
16699;;;;;; "lao-util" "language/lao-util.el" (18468 40890)) 16715;;;;;; "lao-util" "language/lao-util.el" (18617 14740))
16700;;; Generated autoloads from language/lao-util.el 16716;;; Generated autoloads from language/lao-util.el
16701 16717
16702(autoload 'lao-compose-string "lao-util" "\ 16718(autoload 'lao-compose-string "lao-util" "\
@@ -16724,7 +16740,7 @@ Transcribe Romanized Lao string STR to Lao character string.
16724(autoload 'lao-composition-function "lao-util" "\ 16740(autoload 'lao-composition-function "lao-util" "\
16725Not documented 16741Not documented
16726 16742
16727\(fn FROM TO FONT-OBJECT STRING)" nil nil) 16743\(fn GSTRING)" nil nil)
16728 16744
16729(autoload 'lao-compose-region "lao-util" "\ 16745(autoload 'lao-compose-region "lao-util" "\
16730Not documented 16746Not documented
@@ -16735,7 +16751,7 @@ Not documented
16735 16751
16736;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 16752;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
16737;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 16753;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
16738;;;;;; "latexenc" "international/latexenc.el" (18577 57514)) 16754;;;;;; "latexenc" "international/latexenc.el" (18580 33796))
16739;;; Generated autoloads from international/latexenc.el 16755;;; Generated autoloads from international/latexenc.el
16740 16756
16741(defvar latex-inputenc-coding-alist '(("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)) "\ 16757(defvar latex-inputenc-coding-alist '(("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)) "\
@@ -16767,7 +16783,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
16767;;;*** 16783;;;***
16768 16784
16769;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 16785;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
16770;;;;;; "latin1-disp" "international/latin1-disp.el" (18468 40889)) 16786;;;;;; "latin1-disp" "international/latin1-disp.el" (18463 56325))
16771;;; Generated autoloads from international/latin1-disp.el 16787;;; Generated autoloads from international/latin1-disp.el
16772 16788
16773(defvar latin1-display nil "\ 16789(defvar latin1-display nil "\
@@ -16809,7 +16825,7 @@ use either \\[customize] or the function `latin1-display'.")
16809;;;*** 16825;;;***
16810 16826
16811;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 16827;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
16812;;;;;; (18468 40892)) 16828;;;;;; (18464 1608))
16813;;; Generated autoloads from progmodes/ld-script.el 16829;;; Generated autoloads from progmodes/ld-script.el
16814 16830
16815(add-to-list 'auto-mode-alist '("\\.ld[si]?\\>" . ld-script-mode)) 16831(add-to-list 'auto-mode-alist '("\\.ld[si]?\\>" . ld-script-mode))
@@ -16824,7 +16840,7 @@ A major mode to edit GNU ld script files
16824;;;*** 16840;;;***
16825 16841
16826;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 16842;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
16827;;;;;; (18468 40887)) 16843;;;;;; (18464 3958))
16828;;; Generated autoloads from ledit.el 16844;;; Generated autoloads from ledit.el
16829 16845
16830(defconst ledit-save-files t "\ 16846(defconst ledit-save-files t "\
@@ -16859,7 +16875,7 @@ Not documented
16859 16875
16860;;;*** 16876;;;***
16861 16877
16862;;;### (autoloads (life) "life" "play/life.el" (18468 40892)) 16878;;;### (autoloads (life) "life" "play/life.el" (18464 1943))
16863;;; Generated autoloads from play/life.el 16879;;; Generated autoloads from play/life.el
16864 16880
16865(autoload 'life "life" "\ 16881(autoload 'life "life" "\
@@ -16873,7 +16889,7 @@ generations (this defaults to 1).
16873;;;*** 16889;;;***
16874 16890
16875;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum" 16891;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum"
16876;;;;;; "linum.el" (18468 40887)) 16892;;;;;; "linum.el" (18634 15333))
16877;;; Generated autoloads from linum.el 16893;;; Generated autoloads from linum.el
16878 16894
16879(defvar linum-format 'dynamic "\ 16895(defvar linum-format 'dynamic "\
@@ -16909,8 +16925,8 @@ See `linum-mode' for more information on Linum mode.
16909 16925
16910;;;*** 16926;;;***
16911 16927
16912;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (18468 16928;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (18634
16913;;;;;; 40887)) 16929;;;;;; 15333))
16914;;; Generated autoloads from loadhist.el 16930;;; Generated autoloads from loadhist.el
16915 16931
16916(autoload 'unload-feature "loadhist" "\ 16932(autoload 'unload-feature "loadhist" "\
@@ -16942,7 +16958,7 @@ something strange, such as redefining an Emacs function.
16942;;;*** 16958;;;***
16943 16959
16944;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 16960;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
16945;;;;;; "locate" "locate.el" (18468 40887)) 16961;;;;;; "locate" "locate.el" (18464 3958))
16946;;; Generated autoloads from locate.el 16962;;; Generated autoloads from locate.el
16947 16963
16948(defvar locate-ls-subdir-switches "-al" "\ 16964(defvar locate-ls-subdir-switches "-al" "\
@@ -16993,7 +17009,7 @@ except that FILTER is not optional.
16993 17009
16994;;;*** 17010;;;***
16995 17011
16996;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (18468 40887)) 17012;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (18464 3958))
16997;;; Generated autoloads from log-edit.el 17013;;; Generated autoloads from log-edit.el
16998 17014
16999(autoload 'log-edit "log-edit" "\ 17015(autoload 'log-edit "log-edit" "\
@@ -17019,8 +17035,8 @@ uses the current buffer.
17019 17035
17020;;;*** 17036;;;***
17021 17037
17022;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (18530 17038;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (18580
17023;;;;;; 36602)) 17039;;;;;; 33793))
17024;;; Generated autoloads from log-view.el 17040;;; Generated autoloads from log-view.el
17025 17041
17026(autoload 'log-view-mode "log-view" "\ 17042(autoload 'log-view-mode "log-view" "\
@@ -17030,8 +17046,8 @@ Major mode for browsing CVS log output.
17030 17046
17031;;;*** 17047;;;***
17032 17048
17033;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (18518 17049;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (18580
17034;;;;;; 50232)) 17050;;;;;; 33793))
17035;;; Generated autoloads from longlines.el 17051;;; Generated autoloads from longlines.el
17036 17052
17037(autoload 'longlines-mode "longlines" "\ 17053(autoload 'longlines-mode "longlines" "\
@@ -17052,8 +17068,8 @@ are indicated with a symbol.
17052;;;*** 17068;;;***
17053 17069
17054;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 17070;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
17055;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (18468 17071;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (18464
17056;;;;;; 40887)) 17072;;;;;; 3959))
17057;;; Generated autoloads from lpr.el 17073;;; Generated autoloads from lpr.el
17058 17074
17059(defvar lpr-windows-system (memq system-type '(emx win32 w32 mswindows ms-dos windows-nt))) 17075(defvar lpr-windows-system (memq system-type '(emx win32 w32 mswindows ms-dos windows-nt)))
@@ -17147,7 +17163,7 @@ for further customization of the printer command.
17147;;;*** 17163;;;***
17148 17164
17149;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 17165;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
17150;;;;;; (18577 57511)) 17166;;;;;; (18580 33793))
17151;;; Generated autoloads from ls-lisp.el 17167;;; Generated autoloads from ls-lisp.el
17152 17168
17153(defvar ls-lisp-support-shell-wildcards t "\ 17169(defvar ls-lisp-support-shell-wildcards t "\
@@ -17158,8 +17174,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
17158 17174
17159;;;*** 17175;;;***
17160 17176
17161;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (18533 17177;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (18580
17162;;;;;; 1974)) 17178;;;;;; 33794))
17163;;; Generated autoloads from calendar/lunar.el 17179;;; Generated autoloads from calendar/lunar.el
17164 17180
17165(autoload 'lunar-phases "lunar" "\ 17181(autoload 'lunar-phases "lunar" "\
@@ -17173,8 +17189,8 @@ This function is suitable for execution in a .emacs file.
17173 17189
17174;;;*** 17190;;;***
17175 17191
17176;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (18468 17192;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (18464
17177;;;;;; 40892)) 17193;;;;;; 1608))
17178;;; Generated autoloads from progmodes/m4-mode.el 17194;;; Generated autoloads from progmodes/m4-mode.el
17179 17195
17180(autoload 'm4-mode "m4-mode" "\ 17196(autoload 'm4-mode "m4-mode" "\
@@ -17186,7 +17202,7 @@ A major mode to edit m4 macro files.
17186;;;*** 17202;;;***
17187 17203
17188;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" 17204;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
17189;;;;;; (18468 40888)) 17205;;;;;; (18463 52910))
17190;;; Generated autoloads from emacs-lisp/macroexp.el 17206;;; Generated autoloads from emacs-lisp/macroexp.el
17191 17207
17192(autoload 'macroexpand-all "macroexp" "\ 17208(autoload 'macroexpand-all "macroexp" "\
@@ -17200,7 +17216,7 @@ definitions to shadow the loaded ones for use in file byte-compilation.
17200;;;*** 17216;;;***
17201 17217
17202;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 17218;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
17203;;;;;; name-last-kbd-macro) "macros" "macros.el" (18508 22727)) 17219;;;;;; name-last-kbd-macro) "macros" "macros.el" (18483 35263))
17204;;; Generated autoloads from macros.el 17220;;; Generated autoloads from macros.el
17205 17221
17206(autoload 'name-last-kbd-macro "macros" "\ 17222(autoload 'name-last-kbd-macro "macros" "\
@@ -17289,7 +17305,7 @@ and then select the region of un-tablified names and use
17289;;;*** 17305;;;***
17290 17306
17291;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 17307;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
17292;;;;;; "mail/mail-extr.el" (18468 40890)) 17308;;;;;; "mail/mail-extr.el" (18464 1840))
17293;;; Generated autoloads from mail/mail-extr.el 17309;;; Generated autoloads from mail/mail-extr.el
17294 17310
17295(autoload 'mail-extract-address-components "mail-extr" "\ 17311(autoload 'mail-extract-address-components "mail-extr" "\
@@ -17321,7 +17337,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
17321 17337
17322;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 17338;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
17323;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 17339;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
17324;;;;;; (18468 40890)) 17340;;;;;; (18464 1840))
17325;;; Generated autoloads from mail/mail-hist.el 17341;;; Generated autoloads from mail/mail-hist.el
17326 17342
17327(autoload 'mail-hist-define-keys "mail-hist" "\ 17343(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -17352,8 +17368,8 @@ This function normally would be called when the message is sent.
17352 17368
17353;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 17369;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
17354;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p 17370;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p
17355;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (18468 17371;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (18659
17356;;;;;; 40890)) 17372;;;;;; 12585))
17357;;; Generated autoloads from mail/mail-utils.el 17373;;; Generated autoloads from mail/mail-utils.el
17358 17374
17359(defvar mail-use-rfc822 nil "\ 17375(defvar mail-use-rfc822 nil "\
@@ -17405,8 +17421,8 @@ If 4th arg LIST is non-nil, return a list of all such fields.
17405;;;*** 17421;;;***
17406 17422
17407;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup 17423;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
17408;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (18533 17424;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (18580
17409;;;;;; 1975)) 17425;;;;;; 33796))
17410;;; Generated autoloads from mail/mailabbrev.el 17426;;; Generated autoloads from mail/mailabbrev.el
17411 17427
17412(defvar mail-abbrevs-mode nil "\ 17428(defvar mail-abbrevs-mode nil "\
@@ -17443,8 +17459,8 @@ If DEFINITION contains multiple addresses, separate them with commas.
17443;;;*** 17459;;;***
17444 17460
17445;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases 17461;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
17446;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (18468 17462;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (18464
17447;;;;;; 40890)) 17463;;;;;; 1841))
17448;;; Generated autoloads from mail/mailalias.el 17464;;; Generated autoloads from mail/mailalias.el
17449 17465
17450(defvar mail-complete-style 'angles "\ 17466(defvar mail-complete-style 'angles "\
@@ -17490,7 +17506,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any.
17490;;;*** 17506;;;***
17491 17507
17492;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 17508;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
17493;;;;;; (18468 40890)) 17509;;;;;; (18464 1841))
17494;;; Generated autoloads from mail/mailclient.el 17510;;; Generated autoloads from mail/mailclient.el
17495 17511
17496(autoload 'mailclient-send-it "mailclient" "\ 17512(autoload 'mailclient-send-it "mailclient" "\
@@ -17504,7 +17520,7 @@ The mail client is taken to be the handler of mailto URLs.
17504 17520
17505;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 17521;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
17506;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 17522;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
17507;;;;;; "make-mode" "progmodes/make-mode.el" (18508 22731)) 17523;;;;;; "make-mode" "progmodes/make-mode.el" (18643 25224))
17508;;; Generated autoloads from progmodes/make-mode.el 17524;;; Generated autoloads from progmodes/make-mode.el
17509 17525
17510(autoload 'makefile-mode "make-mode" "\ 17526(autoload 'makefile-mode "make-mode" "\
@@ -17621,8 +17637,8 @@ An adapted `makefile-mode' that knows about imake.
17621 17637
17622;;;*** 17638;;;***
17623 17639
17624;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (18468 17640;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (18464
17625;;;;;; 40887)) 17641;;;;;; 3959))
17626;;; Generated autoloads from makesum.el 17642;;; Generated autoloads from makesum.el
17627 17643
17628(autoload 'make-command-summary "makesum" "\ 17644(autoload 'make-command-summary "makesum" "\
@@ -17633,7 +17649,7 @@ Previous contents of that buffer are killed first.
17633 17649
17634;;;*** 17650;;;***
17635 17651
17636;;;### (autoloads (man-follow man) "man" "man.el" (18533 1974)) 17652;;;### (autoloads (man-follow man) "man" "man.el" (18580 33793))
17637;;; Generated autoloads from man.el 17653;;; Generated autoloads from man.el
17638 17654
17639(defalias 'manual-entry 'man) 17655(defalias 'manual-entry 'man)
@@ -17660,7 +17676,7 @@ Get a Un*x manual page of the item under point and put it in a buffer.
17660 17676
17661;;;*** 17677;;;***
17662 17678
17663;;;### (autoloads (master-mode) "master" "master.el" (18468 40887)) 17679;;;### (autoloads (master-mode) "master" "master.el" (18464 3959))
17664;;; Generated autoloads from master.el 17680;;; Generated autoloads from master.el
17665 17681
17666(autoload 'master-mode "master" "\ 17682(autoload 'master-mode "master" "\
@@ -17683,7 +17699,7 @@ yourself the value of `master-of' by calling `master-show-slave'.
17683;;;*** 17699;;;***
17684 17700
17685;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" 17701;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el"
17686;;;;;; (18468 40887)) 17702;;;;;; (18580 33793))
17687;;; Generated autoloads from mb-depth.el 17703;;; Generated autoloads from mb-depth.el
17688 17704
17689(defvar minibuffer-depth-indicate-mode nil "\ 17705(defvar minibuffer-depth-indicate-mode nil "\
@@ -17708,32 +17724,7 @@ Returns non-nil if the new state is enabled.
17708 17724
17709;;;*** 17725;;;***
17710 17726
17711;;;### (autoloads (minibuffer-history-position-indicate-mode) "mb-pos" 17727;;;### (autoloads nil "menu-bar" "menu-bar.el" (18580 33793))
17712;;;;;; "mb-pos.el" (18249 47281))
17713;;; Generated autoloads from mb-pos.el
17714
17715(defvar minibuffer-history-position-indicate-mode nil "\
17716Non-nil if Minibuffer-History-Position-Indicate mode is enabled.
17717See the command `minibuffer-history-position-indicate-mode' for a description of this minor mode.
17718Setting this variable directly does not take effect;
17719either customize it (see the info node `Easy Customization')
17720or call the function `minibuffer-history-position-indicate-mode'.")
17721
17722(custom-autoload 'minibuffer-history-position-indicate-mode "mb-pos" nil)
17723
17724(autoload 'minibuffer-history-position-indicate-mode "mb-pos" "\
17725Toggle Minibuffer History Position Indication mode.
17726When active, navigating in the minibuffer history with M-p or M-n keys
17727will show the current history position in the minibuffer prompt.
17728
17729With prefix argument ARG, turn on if positive, otherwise off.
17730Returns non-nil if the new state is enabled.
17731
17732\(fn &optional ARG)" t nil)
17733
17734;;;***
17735
17736;;;### (autoloads nil "menu-bar" "menu-bar.el" (18573 48342))
17737;;; Generated autoloads from menu-bar.el 17728;;; Generated autoloads from menu-bar.el
17738 17729
17739(put 'menu-bar-mode 'standard-value '(t)) 17730(put 'menu-bar-mode 'standard-value '(t))
@@ -17746,7 +17737,7 @@ Returns non-nil if the new state is enabled.
17746;;;;;; message-forward-make-body message-forward message-recover 17737;;;;;; message-forward-make-body message-forward message-recover
17747;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 17738;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
17748;;;;;; message-reply message-news message-mail message-mode) "message" 17739;;;;;; message-reply message-news message-mail message-mode) "message"
17749;;;;;; "gnus/message.el" (18577 57514)) 17740;;;;;; "gnus/message.el" (18659 12584))
17750;;; Generated autoloads from gnus/message.el 17741;;; Generated autoloads from gnus/message.el
17751 17742
17752(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 17743(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -17912,7 +17903,7 @@ which specify the range to operate on.
17912;;;*** 17903;;;***
17913 17904
17914;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 17905;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
17915;;;;;; (18468 40892)) 17906;;;;;; (18464 1609))
17916;;; Generated autoloads from progmodes/meta-mode.el 17907;;; Generated autoloads from progmodes/meta-mode.el
17917 17908
17918(autoload 'metafont-mode "meta-mode" "\ 17909(autoload 'metafont-mode "meta-mode" "\
@@ -17939,7 +17930,7 @@ Turning on MetaPost mode calls the value of the variable
17939 17930
17940;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 17931;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
17941;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 17932;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
17942;;;;;; (18468 40890)) 17933;;;;;; (18464 1841))
17943;;; Generated autoloads from mail/metamail.el 17934;;; Generated autoloads from mail/metamail.el
17944 17935
17945(autoload 'metamail-interpret-header "metamail" "\ 17936(autoload 'metamail-interpret-header "metamail" "\
@@ -17984,7 +17975,7 @@ redisplayed as output is inserted.
17984 17975
17985;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 17976;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
17986;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 17977;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
17987;;;;;; "mh-e/mh-comp.el" (18508 22730)) 17978;;;;;; "mh-e/mh-comp.el" (18592 38132))
17988;;; Generated autoloads from mh-e/mh-comp.el 17979;;; Generated autoloads from mh-e/mh-comp.el
17989 17980
17990(autoload 'mh-smail "mh-comp" "\ 17981(autoload 'mh-smail "mh-comp" "\
@@ -18057,6 +18048,9 @@ by turning off the option `mh-auto-fields-prompt-flag'.
18057In case the MH \"send\" program is installed under a different name, 18048In case the MH \"send\" program is installed under a different name,
18058use `mh-send-prog' to tell MH-E the name. 18049use `mh-send-prog' to tell MH-E the name.
18059 18050
18051The hook `mh-annotate-msg-hook' is run after annotating the
18052message and scan line.
18053
18060\(fn &optional ARG)" t nil) 18054\(fn &optional ARG)" t nil)
18061 18055
18062(autoload 'mh-fully-kill-draft "mh-comp" "\ 18056(autoload 'mh-fully-kill-draft "mh-comp" "\
@@ -18071,7 +18065,7 @@ delete the draft message.
18071 18065
18072;;;*** 18066;;;***
18073 18067
18074;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (18535 42315)) 18068;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (18603 62948))
18075;;; Generated autoloads from mh-e/mh-e.el 18069;;; Generated autoloads from mh-e/mh-e.el
18076 18070
18077(put 'mh-progs 'risky-local-variable t) 18071(put 'mh-progs 'risky-local-variable t)
@@ -18088,7 +18082,7 @@ Display version information about MH-E and the MH mail handling system.
18088;;;*** 18082;;;***
18089 18083
18090;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 18084;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
18091;;;;;; "mh-e/mh-folder.el" (18516 15190)) 18085;;;;;; "mh-e/mh-folder.el" (18592 38132))
18092;;; Generated autoloads from mh-e/mh-folder.el 18086;;; Generated autoloads from mh-e/mh-folder.el
18093 18087
18094(autoload 'mh-rmail "mh-folder" "\ 18088(autoload 'mh-rmail "mh-folder" "\
@@ -18170,7 +18164,7 @@ perform the operation on all messages in that region.
18170;;;*** 18164;;;***
18171 18165
18172;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 18166;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
18173;;;;;; "midnight.el" (18468 40887)) 18167;;;;;; "midnight.el" (18464 3960))
18174;;; Generated autoloads from midnight.el 18168;;; Generated autoloads from midnight.el
18175 18169
18176(autoload 'clean-buffer-list "midnight" "\ 18170(autoload 'clean-buffer-list "midnight" "\
@@ -18197,7 +18191,7 @@ to its second argument TM.
18197;;;*** 18191;;;***
18198 18192
18199;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 18193;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
18200;;;;;; "minibuf-eldef.el" (18468 40887)) 18194;;;;;; "minibuf-eldef.el" (18464 3960))
18201;;; Generated autoloads from minibuf-eldef.el 18195;;; Generated autoloads from minibuf-eldef.el
18202 18196
18203(defvar minibuffer-electric-default-mode nil "\ 18197(defvar minibuffer-electric-default-mode nil "\
@@ -18226,7 +18220,7 @@ Returns non-nil if the new state is enabled.
18226 18220
18227;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files 18221;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
18228;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) 18222;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
18229;;;;;; "misearch" "misearch.el" (18566 36364)) 18223;;;;;; "misearch" "misearch.el" (18567 50094))
18230;;; Generated autoloads from misearch.el 18224;;; Generated autoloads from misearch.el
18231 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 18225 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
18232 18226
@@ -18285,7 +18279,7 @@ Start multi-buffer regexp Isearch on a list of FILES.
18285;;;*** 18279;;;***
18286 18280
18287;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 18281;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
18288;;;;;; (18508 22731)) 18282;;;;;; (18487 10639))
18289;;; Generated autoloads from progmodes/mixal-mode.el 18283;;; Generated autoloads from progmodes/mixal-mode.el
18290 18284
18291(autoload 'mixal-mode "mixal-mode" "\ 18285(autoload 'mixal-mode "mixal-mode" "\
@@ -18299,7 +18293,7 @@ Major mode for the mixal asm language.
18299;;;*** 18293;;;***
18300 18294
18301;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 18295;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
18302;;;;;; "mm-extern" "gnus/mm-extern.el" (18468 40889)) 18296;;;;;; "mm-extern" "gnus/mm-extern.el" (18463 54936))
18303;;; Generated autoloads from gnus/mm-extern.el 18297;;; Generated autoloads from gnus/mm-extern.el
18304 18298
18305(autoload 'mm-extern-cache-contents "mm-extern" "\ 18299(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -18318,7 +18312,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18318;;;*** 18312;;;***
18319 18313
18320;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 18314;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
18321;;;;;; (18468 40889)) 18315;;;;;; (18463 54937))
18322;;; Generated autoloads from gnus/mm-partial.el 18316;;; Generated autoloads from gnus/mm-partial.el
18323 18317
18324(autoload 'mm-inline-partial "mm-partial" "\ 18318(autoload 'mm-inline-partial "mm-partial" "\
@@ -18332,7 +18326,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18332;;;*** 18326;;;***
18333 18327
18334;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 18328;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
18335;;;;;; "mm-url" "gnus/mm-url.el" (18468 40889)) 18329;;;;;; "mm-url" "gnus/mm-url.el" (18463 54937))
18336;;; Generated autoloads from gnus/mm-url.el 18330;;; Generated autoloads from gnus/mm-url.el
18337 18331
18338(autoload 'mm-url-insert-file-contents "mm-url" "\ 18332(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -18349,7 +18343,7 @@ Insert file contents of URL using `mm-url-program'.
18349;;;*** 18343;;;***
18350 18344
18351;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 18345;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
18352;;;;;; "gnus/mm-uu.el" (18468 40889)) 18346;;;;;; "gnus/mm-uu.el" (18463 54937))
18353;;; Generated autoloads from gnus/mm-uu.el 18347;;; Generated autoloads from gnus/mm-uu.el
18354 18348
18355(autoload 'mm-uu-dissect "mm-uu" "\ 18349(autoload 'mm-uu-dissect "mm-uu" "\
@@ -18369,7 +18363,7 @@ Assume text has been decoded if DECODED is non-nil.
18369;;;*** 18363;;;***
18370 18364
18371;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 18365;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
18372;;;;;; (18533 1975)) 18366;;;;;; (18580 33796))
18373;;; Generated autoloads from gnus/mml1991.el 18367;;; Generated autoloads from gnus/mml1991.el
18374 18368
18375(autoload 'mml1991-encrypt "mml1991" "\ 18369(autoload 'mml1991-encrypt "mml1991" "\
@@ -18386,7 +18380,7 @@ Not documented
18386 18380
18387;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 18381;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
18388;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 18382;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
18389;;;;;; "mml2015" "gnus/mml2015.el" (18516 15189)) 18383;;;;;; "mml2015" "gnus/mml2015.el" (18580 33796))
18390;;; Generated autoloads from gnus/mml2015.el 18384;;; Generated autoloads from gnus/mml2015.el
18391 18385
18392(autoload 'mml2015-decrypt "mml2015" "\ 18386(autoload 'mml2015-decrypt "mml2015" "\
@@ -18427,7 +18421,7 @@ Not documented
18427;;;*** 18421;;;***
18428 18422
18429;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" 18423;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
18430;;;;;; (18433 5712)) 18424;;;;;; (18430 8160))
18431;;; Generated autoloads from progmodes/modula2.el 18425;;; Generated autoloads from progmodes/modula2.el
18432 18426
18433(autoload 'modula-2-mode "modula2" "\ 18427(autoload 'modula-2-mode "modula2" "\
@@ -18459,7 +18453,7 @@ followed by the first character of the construct.
18459;;;*** 18453;;;***
18460 18454
18461;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 18455;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
18462;;;;;; (18468 40892)) 18456;;;;;; (18464 1944))
18463;;; Generated autoloads from play/morse.el 18457;;; Generated autoloads from play/morse.el
18464 18458
18465(autoload 'morse-region "morse" "\ 18459(autoload 'morse-region "morse" "\
@@ -18475,7 +18469,7 @@ Convert morse coded text in region to ordinary ASCII text.
18475;;;*** 18469;;;***
18476 18470
18477;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" 18471;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag"
18478;;;;;; "mouse-drag.el" (18550 15777)) 18472;;;;;; "mouse-drag.el" (18580 33793))
18479;;; Generated autoloads from mouse-drag.el 18473;;; Generated autoloads from mouse-drag.el
18480 18474
18481(autoload 'mouse-drag-throw "mouse-drag" "\ 18475(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -18522,8 +18516,8 @@ To test this function, evaluate:
18522 18516
18523;;;*** 18517;;;***
18524 18518
18525;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (18533 18519;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (18580
18526;;;;;; 1974)) 18520;;;;;; 33793))
18527;;; Generated autoloads from mouse-sel.el 18521;;; Generated autoloads from mouse-sel.el
18528 18522
18529(defvar mouse-sel-mode nil "\ 18523(defvar mouse-sel-mode nil "\
@@ -18575,7 +18569,7 @@ primary selection and region.
18575 18569
18576;;;*** 18570;;;***
18577 18571
18578;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (18468 40892)) 18572;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (18464 1944))
18579;;; Generated autoloads from play/mpuz.el 18573;;; Generated autoloads from play/mpuz.el
18580 18574
18581(autoload 'mpuz "mpuz" "\ 18575(autoload 'mpuz "mpuz" "\
@@ -18585,7 +18579,7 @@ Multiplication puzzle with GNU Emacs.
18585 18579
18586;;;*** 18580;;;***
18587 18581
18588;;;### (autoloads (msb-mode) "msb" "msb.el" (18468 40887)) 18582;;;### (autoloads (msb-mode) "msb" "msb.el" (18464 3960))
18589;;; Generated autoloads from msb.el 18583;;; Generated autoloads from msb.el
18590 18584
18591(defvar msb-mode nil "\ 18585(defvar msb-mode nil "\
@@ -18612,7 +18606,7 @@ different buffer menu using the function `msb'.
18612;;;;;; list-coding-categories list-coding-systems describe-current-coding-system 18606;;;;;; list-coding-categories list-coding-systems describe-current-coding-system
18613;;;;;; describe-current-coding-system-briefly describe-coding-system 18607;;;;;; describe-current-coding-system-briefly describe-coding-system
18614;;;;;; describe-character-set list-charset-chars read-charset list-character-sets) 18608;;;;;; describe-character-set list-charset-chars read-charset list-character-sets)
18615;;;;;; "mule-diag" "international/mule-diag.el" (18516 15190)) 18609;;;;;; "mule-diag" "international/mule-diag.el" (18634 15334))
18616;;; Generated autoloads from international/mule-diag.el 18610;;; Generated autoloads from international/mule-diag.el
18617 18611
18618(autoload 'list-character-sets "mule-diag" "\ 18612(autoload 'list-character-sets "mule-diag" "\
@@ -18751,8 +18745,10 @@ The list is null if CHAR isn't found in `unicodedata-file'.
18751 18745
18752(autoload 'font-show-log "mule-diag" "\ 18746(autoload 'font-show-log "mule-diag" "\
18753Show log of font listing and opening. 18747Show log of font listing and opening.
18748Prefix arg LIMIT says how many fonts to show for each listing.
18749The default is 20. If LIMIT is negative, do not limit the listing.
18754 18750
18755\(fn)" t nil) 18751\(fn &optional LIMIT)" t nil)
18756 18752
18757;;;*** 18753;;;***
18758 18754
@@ -18761,7 +18757,7 @@ Show log of font listing and opening.
18761;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 18757;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
18762;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 18758;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
18763;;;;;; truncate-string-to-width store-substring string-to-sequence) 18759;;;;;; truncate-string-to-width store-substring string-to-sequence)
18764;;;;;; "mule-util" "international/mule-util.el" (18516 15190)) 18760;;;;;; "mule-util" "international/mule-util.el" (18580 33796))
18765;;; Generated autoloads from international/mule-util.el 18761;;; Generated autoloads from international/mule-util.el
18766 18762
18767(autoload 'string-to-sequence "mule-util" "\ 18763(autoload 'string-to-sequence "mule-util" "\
@@ -18898,7 +18894,7 @@ basis, this may not be accurate.
18898;;;*** 18894;;;***
18899 18895
18900;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" 18896;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
18901;;;;;; (18573 48342)) 18897;;;;;; (18580 33793))
18902;;; Generated autoloads from mwheel.el 18898;;; Generated autoloads from mwheel.el
18903 18899
18904(defvar mouse-wheel-mode nil "\ 18900(defvar mouse-wheel-mode nil "\
@@ -18927,7 +18923,7 @@ Enable mouse wheel support.
18927;;;### (autoloads (network-connection network-connection-to-service 18923;;;### (autoloads (network-connection network-connection-to-service
18928;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 18924;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
18929;;;;;; nslookup nslookup-host route arp netstat iwconfig ifconfig 18925;;;;;; nslookup nslookup-host route arp netstat iwconfig ifconfig
18930;;;;;; ping traceroute) "net-utils" "net/net-utils.el" (18468 40890)) 18926;;;;;; ping traceroute) "net-utils" "net/net-utils.el" (18464 2402))
18931;;; Generated autoloads from net/net-utils.el 18927;;; Generated autoloads from net/net-utils.el
18932 18928
18933(autoload 'traceroute "net-utils" "\ 18929(autoload 'traceroute "net-utils" "\
@@ -19028,7 +19024,7 @@ Open a network connection to HOST on PORT.
19028;;;;;; uncomment-region comment-kill comment-set-column comment-indent 19024;;;;;; uncomment-region comment-kill comment-set-column comment-indent
19029;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 19025;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
19030;;;;;; comment-padding comment-style comment-column) "newcomment" 19026;;;;;; comment-padding comment-style comment-column) "newcomment"
19031;;;;;; "newcomment.el" (18468 40887)) 19027;;;;;; "newcomment.el" (18464 3961))
19032;;; Generated autoloads from newcomment.el 19028;;; Generated autoloads from newcomment.el
19033 19029
19034(defalias 'indent-for-comment 'comment-indent) 19030(defalias 'indent-for-comment 'comment-indent)
@@ -19224,7 +19220,7 @@ unless optional argument SOFT is non-nil.
19224;;;*** 19220;;;***
19225 19221
19226;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" 19222;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend"
19227;;;;;; "net/newst-backend.el" (18550 15778)) 19223;;;;;; "net/newst-backend.el" (18546 21422))
19228;;; Generated autoloads from net/newst-backend.el 19224;;; Generated autoloads from net/newst-backend.el
19229 19225
19230(autoload 'newsticker-running-p "newst-backend" "\ 19226(autoload 'newsticker-running-p "newst-backend" "\
@@ -19246,7 +19242,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
19246;;;*** 19242;;;***
19247 19243
19248;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" 19244;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
19249;;;;;; (18517 23724)) 19245;;;;;; (18516 52477))
19250;;; Generated autoloads from net/newst-plainview.el 19246;;; Generated autoloads from net/newst-plainview.el
19251 19247
19252(autoload 'newsticker-plainview "newst-plainview" "\ 19248(autoload 'newsticker-plainview "newst-plainview" "\
@@ -19257,7 +19253,7 @@ Start newsticker plainview.
19257;;;*** 19253;;;***
19258 19254
19259;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" 19255;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el"
19260;;;;;; (18517 23724)) 19256;;;;;; (18612 17518))
19261;;; Generated autoloads from net/newst-reader.el 19257;;; Generated autoloads from net/newst-reader.el
19262 19258
19263(autoload 'newsticker-show-news "newst-reader" "\ 19259(autoload 'newsticker-show-news "newst-reader" "\
@@ -19289,7 +19285,7 @@ running already.
19289;;;*** 19285;;;***
19290 19286
19291;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" 19287;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
19292;;;;;; (18530 36604)) 19288;;;;;; (18612 17518))
19293;;; Generated autoloads from net/newst-treeview.el 19289;;; Generated autoloads from net/newst-treeview.el
19294 19290
19295(autoload 'newsticker-treeview "newst-treeview" "\ 19291(autoload 'newsticker-treeview "newst-treeview" "\
@@ -19300,7 +19296,7 @@ Start newsticker treeview.
19300;;;*** 19296;;;***
19301 19297
19302;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 19298;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
19303;;;;;; (18468 40889)) 19299;;;;;; (18463 54938))
19304;;; Generated autoloads from gnus/nndiary.el 19300;;; Generated autoloads from gnus/nndiary.el
19305 19301
19306(autoload 'nndiary-generate-nov-databases "nndiary" "\ 19302(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -19310,8 +19306,8 @@ Generate NOV databases in all nndiary directories.
19310 19306
19311;;;*** 19307;;;***
19312 19308
19313;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (18468 19309;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (18463
19314;;;;;; 40889)) 19310;;;;;; 54939))
19315;;; Generated autoloads from gnus/nndoc.el 19311;;; Generated autoloads from gnus/nndoc.el
19316 19312
19317(autoload 'nndoc-add-type "nndoc" "\ 19313(autoload 'nndoc-add-type "nndoc" "\
@@ -19326,7 +19322,7 @@ symbol in the alist.
19326;;;*** 19322;;;***
19327 19323
19328;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 19324;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
19329;;;;;; (18516 15189)) 19325;;;;;; (18580 33796))
19330;;; Generated autoloads from gnus/nnfolder.el 19326;;; Generated autoloads from gnus/nnfolder.el
19331 19327
19332(autoload 'nnfolder-generate-active-file "nnfolder" "\ 19328(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -19338,7 +19334,7 @@ This command does not work if you use short group names.
19338;;;*** 19334;;;***
19339 19335
19340;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 19336;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
19341;;;;;; (18530 36603)) 19337;;;;;; (18580 33796))
19342;;; Generated autoloads from gnus/nnkiboze.el 19338;;; Generated autoloads from gnus/nnkiboze.el
19343 19339
19344(autoload 'nnkiboze-generate-groups "nnkiboze" "\ 19340(autoload 'nnkiboze-generate-groups "nnkiboze" "\
@@ -19350,7 +19346,7 @@ Finds out what articles are to be part of the nnkiboze groups.
19350;;;*** 19346;;;***
19351 19347
19352;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 19348;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
19353;;;;;; (18516 15189)) 19349;;;;;; (18580 33796))
19354;;; Generated autoloads from gnus/nnml.el 19350;;; Generated autoloads from gnus/nnml.el
19355 19351
19356(autoload 'nnml-generate-nov-databases "nnml" "\ 19352(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -19361,7 +19357,7 @@ Generate NOV databases in all nnml directories.
19361;;;*** 19357;;;***
19362 19358
19363;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 19359;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
19364;;;;;; "nnsoup" "gnus/nnsoup.el" (18468 40889)) 19360;;;;;; "nnsoup" "gnus/nnsoup.el" (18463 54940))
19365;;; Generated autoloads from gnus/nnsoup.el 19361;;; Generated autoloads from gnus/nnsoup.el
19366 19362
19367(autoload 'nnsoup-pack-replies "nnsoup" "\ 19363(autoload 'nnsoup-pack-replies "nnsoup" "\
@@ -19382,7 +19378,7 @@ Revert posting and mailing methods to the standard Emacs methods.
19382;;;*** 19378;;;***
19383 19379
19384;;;### (autoloads (disable-command enable-command disabled-command-function) 19380;;;### (autoloads (disable-command enable-command disabled-command-function)
19385;;;;;; "novice" "novice.el" (18468 40887)) 19381;;;;;; "novice" "novice.el" (18464 3961))
19386;;; Generated autoloads from novice.el 19382;;; Generated autoloads from novice.el
19387 19383
19388(defvar disabled-command-function 'disabled-command-function "\ 19384(defvar disabled-command-function 'disabled-command-function "\
@@ -19415,7 +19411,7 @@ to future sessions.
19415;;;*** 19411;;;***
19416 19412
19417;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 19413;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
19418;;;;;; (18468 40893)) 19414;;;;;; (18612 17519))
19419;;; Generated autoloads from textmodes/nroff-mode.el 19415;;; Generated autoloads from textmodes/nroff-mode.el
19420 19416
19421(autoload 'nroff-mode "nroff-mode" "\ 19417(autoload 'nroff-mode "nroff-mode" "\
@@ -19430,7 +19426,7 @@ closing requests for requests that are used in matched pairs.
19430;;;*** 19426;;;***
19431 19427
19432;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" 19428;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
19433;;;;;; (18550 15778)) 19429;;;;;; (18580 33797))
19434;;; Generated autoloads from nxml/nxml-glyph.el 19430;;; Generated autoloads from nxml/nxml-glyph.el
19435 19431
19436(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 19432(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -19442,8 +19438,8 @@ Return nil if the face cannot display a glyph for N.
19442 19438
19443;;;*** 19439;;;***
19444 19440
19445;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (18550 19441;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (18580
19446;;;;;; 15778)) 19442;;;;;; 33797))
19447;;; Generated autoloads from nxml/nxml-mode.el 19443;;; Generated autoloads from nxml/nxml-mode.el
19448 19444
19449(autoload 'nxml-mode "nxml-mode" "\ 19445(autoload 'nxml-mode "nxml-mode" "\
@@ -19503,7 +19499,7 @@ Many aspects this mode can be customized using
19503;;;*** 19499;;;***
19504 19500
19505;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" 19501;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
19506;;;;;; "nxml/nxml-uchnm.el" (18550 15778)) 19502;;;;;; "nxml/nxml-uchnm.el" (18580 33798))
19507;;; Generated autoloads from nxml/nxml-uchnm.el 19503;;; Generated autoloads from nxml/nxml-uchnm.el
19508 19504
19509(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 19505(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -19516,7 +19512,7 @@ the variable `nxml-enabled-unicode-blocks'.
19516;;;*** 19512;;;***
19517 19513
19518;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 19514;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
19519;;;;;; (18468 40892)) 19515;;;;;; (18464 1610))
19520;;; Generated autoloads from progmodes/octave-inf.el 19516;;; Generated autoloads from progmodes/octave-inf.el
19521 19517
19522(autoload 'inferior-octave "octave-inf" "\ 19518(autoload 'inferior-octave "octave-inf" "\
@@ -19539,7 +19535,7 @@ startup file, `~/.emacs-octave'.
19539;;;*** 19535;;;***
19540 19536
19541;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 19537;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
19542;;;;;; (18468 40892)) 19538;;;;;; (18654 2599))
19543;;; Generated autoloads from progmodes/octave-mod.el 19539;;; Generated autoloads from progmodes/octave-mod.el
19544 19540
19545(autoload 'octave-mode "octave-mod" "\ 19541(autoload 'octave-mode "octave-mod" "\
@@ -19633,7 +19629,7 @@ including a reproducible test case and send the message.
19633;;;;;; org-iswitchb org-map-entries org-open-link-from-string org-open-at-point-global 19629;;;;;; org-iswitchb org-map-entries org-open-link-from-string org-open-at-point-global
19634;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode 19630;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode
19635;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle 19631;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
19636;;;;;; org-cycle org-mode) "org" "org/org.el" (18573 48348)) 19632;;;;;; org-cycle org-mode) "org" "org/org.el" (18592 38132))
19637;;; Generated autoloads from org/org.el 19633;;; Generated autoloads from org/org.el
19638 19634
19639(autoload 'org-mode "org" "\ 19635(autoload 'org-mode "org" "\
@@ -19842,7 +19838,7 @@ Call the customize function with org as argument.
19842;;;;;; org-agenda-list-stuck-projects org-tags-view org-todo-list 19838;;;;;; org-agenda-list-stuck-projects org-tags-view org-todo-list
19843;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views 19839;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
19844;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 19840;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
19845;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (18573 48348)) 19841;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (18580 33798))
19846;;; Generated autoloads from org/org-agenda.el 19842;;; Generated autoloads from org/org-agenda.el
19847 19843
19848(autoload 'org-agenda "org-agenda" "\ 19844(autoload 'org-agenda "org-agenda" "\
@@ -20081,7 +20077,7 @@ belonging to the \"Work\" category.
20081;;;*** 20077;;;***
20082 20078
20083;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" 20079;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
20084;;;;;; (18573 48348)) 20080;;;;;; (18580 33798))
20085;;; Generated autoloads from org/org-bbdb.el 20081;;; Generated autoloads from org/org-bbdb.el
20086 20082
20087(autoload 'org-bbdb-anniversaries "org-bbdb" "\ 20083(autoload 'org-bbdb-anniversaries "org-bbdb" "\
@@ -20092,7 +20088,7 @@ Extract anniversaries from BBDB for display in the agenda.
20092;;;*** 20088;;;***
20093 20089
20094;;;### (autoloads (org-get-clocktable) "org-clock" "org/org-clock.el" 20090;;;### (autoloads (org-get-clocktable) "org-clock" "org/org-clock.el"
20095;;;;;; (18573 48348)) 20091;;;;;; (18580 33798))
20096;;; Generated autoloads from org/org-clock.el 20092;;; Generated autoloads from org/org-clock.el
20097 20093
20098(autoload 'org-get-clocktable "org-clock" "\ 20094(autoload 'org-get-clocktable "org-clock" "\
@@ -20110,7 +20106,7 @@ fontified, and then returned.
20110;;;;;; org-replace-region-by-html org-export-as-html-to-buffer org-export-as-html-batch 20106;;;;;; org-replace-region-by-html org-export-as-html-to-buffer org-export-as-html-batch
20111;;;;;; org-export-as-html-and-open org-insert-export-options-template 20107;;;;;; org-export-as-html-and-open org-insert-export-options-template
20112;;;;;; org-export-visible org-export-as-ascii org-export) "org-exp" 20108;;;;;; org-export-visible org-export-as-ascii org-export) "org-exp"
20113;;;;;; "org/org-exp.el" (18573 48348)) 20109;;;;;; "org/org-exp.el" (18592 38132))
20114;;; Generated autoloads from org/org-exp.el 20110;;; Generated autoloads from org/org-exp.el
20115 20111
20116(put 'org-export-html-style 'safe-local-variable 'stringp) 20112(put 'org-export-html-style 'safe-local-variable 'stringp)
@@ -20265,7 +20261,7 @@ The XOXO buffer is named *xoxo-<source buffer name>*
20265;;;### (autoloads (org-export-as-latex org-export-region-as-latex 20261;;;### (autoloads (org-export-as-latex org-export-region-as-latex
20266;;;;;; org-replace-region-by-latex org-export-as-latex-to-buffer 20262;;;;;; org-replace-region-by-latex org-export-as-latex-to-buffer
20267;;;;;; org-export-as-latex-batch) "org-export-latex" "org/org-export-latex.el" 20263;;;;;; org-export-as-latex-batch) "org-export-latex" "org/org-export-latex.el"
20268;;;;;; (18573 48348)) 20264;;;;;; (18580 33798))
20269;;; Generated autoloads from org/org-export-latex.el 20265;;; Generated autoloads from org/org-export-latex.el
20270 20266
20271(autoload 'org-export-as-latex-batch "org-export-latex" "\ 20267(autoload 'org-export-as-latex-batch "org-export-latex" "\
@@ -20333,7 +20329,7 @@ when PUB-DIR is set, use this as the publishing directory.
20333 20329
20334;;;### (autoloads (org-id-find org-id-goto org-id-get-with-outline-drilling 20330;;;### (autoloads (org-id-find org-id-goto org-id-get-with-outline-drilling
20335;;;;;; org-id-get-with-outline-path-completion org-id-get org-id-copy 20331;;;;;; org-id-get-with-outline-path-completion org-id-get org-id-copy
20336;;;;;; org-id-get-create) "org-id" "org/org-id.el" (18573 48348)) 20332;;;;;; org-id-get-create) "org-id" "org/org-id.el" (18570 23415))
20337;;; Generated autoloads from org/org-id.el 20333;;; Generated autoloads from org/org-id.el
20338 20334
20339(autoload 'org-id-get-create "org-id" "\ 20335(autoload 'org-id-get-create "org-id" "\
@@ -20392,7 +20388,7 @@ With optional argument MARKERP, return the position as a new marker.
20392;;;*** 20388;;;***
20393 20389
20394;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" 20390;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el"
20395;;;;;; (18573 48348)) 20391;;;;;; (18580 33798))
20396;;; Generated autoloads from org/org-irc.el 20392;;; Generated autoloads from org/org-irc.el
20397 20393
20398(autoload 'org-irc-store-link "org-irc" "\ 20394(autoload 'org-irc-store-link "org-irc" "\
@@ -20404,7 +20400,7 @@ Dispatch to the appropriate function to store a link to an IRC session.
20404 20400
20405;;;### (autoloads (org-publish-current-project org-publish-current-file 20401;;;### (autoloads (org-publish-current-project org-publish-current-file
20406;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" 20402;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
20407;;;;;; (18573 48348)) 20403;;;;;; (18580 33798))
20408;;; Generated autoloads from org/org-publish.el 20404;;; Generated autoloads from org/org-publish.el
20409 20405
20410(autoload 'org-publish "org-publish" "\ 20406(autoload 'org-publish "org-publish" "\
@@ -20435,7 +20431,7 @@ the project.
20435 20431
20436;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template 20432;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
20437;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" 20433;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
20438;;;;;; "org/org-remember.el" (18573 48348)) 20434;;;;;; "org/org-remember.el" (18580 33798))
20439;;; Generated autoloads from org/org-remember.el 20435;;; Generated autoloads from org/org-remember.el
20440 20436
20441(autoload 'org-remember-insinuate "org-remember" "\ 20437(autoload 'org-remember-insinuate "org-remember" "\
@@ -20514,7 +20510,7 @@ See also the variable `org-reverse-note-order'.
20514;;;*** 20510;;;***
20515 20511
20516;;;### (autoloads (orgtbl-mode turn-on-orgtbl) "org-table" "org/org-table.el" 20512;;;### (autoloads (orgtbl-mode turn-on-orgtbl) "org-table" "org/org-table.el"
20517;;;;;; (18573 48348)) 20513;;;;;; (18580 33798))
20518;;; Generated autoloads from org/org-table.el 20514;;; Generated autoloads from org/org-table.el
20519 20515
20520(autoload 'turn-on-orgtbl "org-table" "\ 20516(autoload 'turn-on-orgtbl "org-table" "\
@@ -20530,7 +20526,7 @@ The `org-mode' table editor as a minor mode for use in other modes.
20530;;;*** 20526;;;***
20531 20527
20532;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 20528;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
20533;;;;;; (18468 40887)) 20529;;;;;; (18464 3961))
20534;;; Generated autoloads from outline.el 20530;;; Generated autoloads from outline.el
20535(put 'outline-regexp 'safe-local-variable 'string-or-null-p) 20531(put 'outline-regexp 'safe-local-variable 'string-or-null-p)
20536 20532
@@ -20586,7 +20582,7 @@ See the command `outline-mode' for more information on this mode.
20586 20582
20587;;;*** 20583;;;***
20588 20584
20589;;;### (autoloads (show-paren-mode) "paren" "paren.el" (18468 40887)) 20585;;;### (autoloads (show-paren-mode) "paren" "paren.el" (18464 3961))
20590;;; Generated autoloads from paren.el 20586;;; Generated autoloads from paren.el
20591 20587
20592(defvar show-paren-mode nil "\ 20588(defvar show-paren-mode nil "\
@@ -20611,7 +20607,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
20611;;;*** 20607;;;***
20612 20608
20613;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 20609;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
20614;;;;;; (18508 22728)) 20610;;;;;; (18497 7296))
20615;;; Generated autoloads from calendar/parse-time.el 20611;;; Generated autoloads from calendar/parse-time.el
20616 20612
20617(autoload 'parse-time-string "parse-time" "\ 20613(autoload 'parse-time-string "parse-time" "\
@@ -20623,8 +20619,8 @@ unknown are returned as nil.
20623 20619
20624;;;*** 20620;;;***
20625 20621
20626;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (18468 20622;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (18464
20627;;;;;; 40892)) 20623;;;;;; 1610))
20628;;; Generated autoloads from progmodes/pascal.el 20624;;; Generated autoloads from progmodes/pascal.el
20629 20625
20630(autoload 'pascal-mode "pascal" "\ 20626(autoload 'pascal-mode "pascal" "\
@@ -20677,7 +20673,7 @@ no args, if that value is non-nil.
20677;;;*** 20673;;;***
20678 20674
20679;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 20675;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
20680;;;;;; (18468 40888)) 20676;;;;;; (18463 53309))
20681;;; Generated autoloads from emulation/pc-mode.el 20677;;; Generated autoloads from emulation/pc-mode.el
20682 20678
20683(autoload 'pc-bindings-mode "pc-mode" "\ 20679(autoload 'pc-bindings-mode "pc-mode" "\
@@ -20695,7 +20691,7 @@ C-Escape does list-buffers.
20695;;;*** 20691;;;***
20696 20692
20697;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el" 20693;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el"
20698;;;;;; (18533 1975)) 20694;;;;;; (18580 33794))
20699;;; Generated autoloads from emulation/pc-select.el 20695;;; Generated autoloads from emulation/pc-select.el
20700 20696
20701(defvar pc-selection-mode nil "\ 20697(defvar pc-selection-mode nil "\
@@ -20761,8 +20757,8 @@ but before calling PC Selection mode):
20761 20757
20762;;;*** 20758;;;***
20763 20759
20764;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (18468 20760;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (18464
20765;;;;;; 40887)) 20761;;;;;; 3961))
20766;;; Generated autoloads from pcmpl-cvs.el 20762;;; Generated autoloads from pcmpl-cvs.el
20767 20763
20768(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 20764(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -20773,7 +20769,7 @@ Completion rules for the `cvs' command.
20773;;;*** 20769;;;***
20774 20770
20775;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 20771;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
20776;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (18468 40887)) 20772;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (18464 3961))
20777;;; Generated autoloads from pcmpl-gnu.el 20773;;; Generated autoloads from pcmpl-gnu.el
20778 20774
20779(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 20775(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -20801,7 +20797,7 @@ Completion for the GNU tar utility.
20801;;;*** 20797;;;***
20802 20798
20803;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 20799;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
20804;;;;;; "pcmpl-linux" "pcmpl-linux.el" (18468 40887)) 20800;;;;;; "pcmpl-linux" "pcmpl-linux.el" (18464 3961))
20805;;; Generated autoloads from pcmpl-linux.el 20801;;; Generated autoloads from pcmpl-linux.el
20806 20802
20807(autoload 'pcomplete/kill "pcmpl-linux" "\ 20803(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -20821,8 +20817,8 @@ Completion for GNU/Linux `mount'.
20821 20817
20822;;;*** 20818;;;***
20823 20819
20824;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (18468 20820;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (18464
20825;;;;;; 40887)) 20821;;;;;; 3961))
20826;;; Generated autoloads from pcmpl-rpm.el 20822;;; Generated autoloads from pcmpl-rpm.el
20827 20823
20828(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 20824(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -20838,7 +20834,7 @@ You can use \\[eshell-report-bug] to do so.
20838 20834
20839;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown 20835;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
20840;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir 20836;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
20841;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (18468 40887)) 20837;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (18464 3962))
20842;;; Generated autoloads from pcmpl-unix.el 20838;;; Generated autoloads from pcmpl-unix.el
20843 20839
20844(autoload 'pcomplete/cd "pcmpl-unix" "\ 20840(autoload 'pcomplete/cd "pcmpl-unix" "\
@@ -20895,8 +20891,8 @@ Includes files as well as host names followed by a colon.
20895 20891
20896;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 20892;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
20897;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 20893;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
20898;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (18468 20894;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (18464
20899;;;;;; 40887)) 20895;;;;;; 3962))
20900;;; Generated autoloads from pcomplete.el 20896;;; Generated autoloads from pcomplete.el
20901 20897
20902(autoload 'pcomplete "pcomplete" "\ 20898(autoload 'pcomplete "pcomplete" "\
@@ -20955,7 +20951,7 @@ Setup shell-mode to use pcomplete.
20955 20951
20956;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 20952;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
20957;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 20953;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
20958;;;;;; "pcvs.el" (18468 40887)) 20954;;;;;; "pcvs.el" (18592 38131))
20959;;; Generated autoloads from pcvs.el 20955;;; Generated autoloads from pcvs.el
20960 20956
20961(autoload 'cvs-checkout "pcvs" "\ 20957(autoload 'cvs-checkout "pcvs" "\
@@ -21032,7 +21028,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
21032 21028
21033;;;*** 21029;;;***
21034 21030
21035;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (18468 40887)) 21031;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (18464 3962))
21036;;; Generated autoloads from pcvs-defs.el 21032;;; Generated autoloads from pcvs-defs.el
21037 21033
21038(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] '(menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea")) (define-key m [checkout] '(menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository")) (define-key m [update] '(menu-item "Update Directory" cvs-update :help "Fetch updates from the repository")) (define-key m [examine] '(menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea")) (fset 'cvs-global-menu m))) 21034(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] '(menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea")) (define-key m [checkout] '(menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository")) (define-key m [update] '(menu-item "Update Directory" cvs-update :help "Fetch updates from the repository")) (define-key m [examine] '(menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea")) (fset 'cvs-global-menu m)))
@@ -21040,7 +21036,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
21040;;;*** 21036;;;***
21041 21037
21042;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 21038;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
21043;;;;;; (18508 22731)) 21039;;;;;; (18507 35270))
21044;;; Generated autoloads from progmodes/perl-mode.el 21040;;; Generated autoloads from progmodes/perl-mode.el
21045(put 'perl-indent-level 'safe-local-variable 'integerp) 21041(put 'perl-indent-level 'safe-local-variable 'integerp)
21046(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 21042(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -21104,7 +21100,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
21104;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key 21100;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key
21105;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt 21101;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt
21106;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region 21102;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region
21107;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (18468 40887)) 21103;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (18464 3963))
21108;;; Generated autoloads from pgg.el 21104;;; Generated autoloads from pgg.el
21109 21105
21110(autoload 'pgg-encrypt-region "pgg" "\ 21106(autoload 'pgg-encrypt-region "pgg" "\
@@ -21238,7 +21234,7 @@ Import public keys in the current buffer.
21238;;;*** 21234;;;***
21239 21235
21240;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" 21236;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el"
21241;;;;;; (18468 40887)) 21237;;;;;; (18592 38131))
21242;;; Generated autoloads from pgg-gpg.el 21238;;; Generated autoloads from pgg-gpg.el
21243 21239
21244(autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\ 21240(autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\
@@ -21249,7 +21245,7 @@ True if decoded armor MESSAGE-KEYS has symmetric encryption indicator.
21249;;;*** 21245;;;***
21250 21246
21251;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 21247;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
21252;;;;;; (18468 40893)) 21248;;;;;; (18463 57221))
21253;;; Generated autoloads from textmodes/picture.el 21249;;; Generated autoloads from textmodes/picture.el
21254 21250
21255(autoload 'picture-mode "picture" "\ 21251(autoload 'picture-mode "picture" "\
@@ -21329,8 +21325,544 @@ they are not defaultly assigned to keys.
21329 21325
21330;;;*** 21326;;;***
21331 21327
21328;;;### (autoloads (pmail-set-remote-password pmail-input pmail-mode
21329;;;;;; pmail pmail-enable-mime pmail-show-message-hook pmail-confirm-expunge
21330;;;;;; pmail-secondary-file-regexp pmail-secondary-file-directory
21331;;;;;; pmail-mail-new-frame pmail-primary-inbox-list pmail-delete-after-output
21332;;;;;; pmail-highlighted-headers pmail-retry-ignored-headers pmail-displayed-headers
21333;;;;;; pmail-ignored-headers pmail-dont-reply-to-names pmail-movemail-variant-p)
21334;;;;;; "pmail" "mail/pmail.el" (18654 2596))
21335;;; Generated autoloads from mail/pmail.el
21336
21337(autoload 'pmail-movemail-variant-p "pmail" "\
21338Return t if the current movemail variant is any of VARIANTS.
21339Currently known variants are 'emacs and 'mailutils.
21340
21341\(fn &rest VARIANTS)" nil nil)
21342
21343(defvar pmail-dont-reply-to-names nil "\
21344*A regexp specifying addresses to prune from a reply message.
21345A value of nil means exclude your own email address as an address
21346plus whatever is specified by `pmail-default-dont-reply-to-names'.")
21347
21348(custom-autoload 'pmail-dont-reply-to-names "pmail" t)
21349
21350(defvar pmail-default-dont-reply-to-names "\\`info-" "\
21351A regular expression specifying part of the default value of the
21352variable `pmail-dont-reply-to-names', for when the user does not set
21353`pmail-dont-reply-to-names' explicitly. (The other part of the default
21354value is the user's email address and name.)
21355It is useful to set this variable in the site customization file.")
21356
21357(defvar pmail-ignored-headers (concat "^via:\\|^mail-from:\\|^origin:\\|^references:\\|^sender:" "\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:" "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:" "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:" "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^face:" "\\|^x-mailer:\\|^delivered-to:\\|^lines:" "\\|^content-transfer-encoding:\\|^x-coding-system:" "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" "\\|^precedence:\\|^list-help:\\|^list-post:\\|^list-subscribe:" "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-length:\\|^nntp-posting-date:\\|^user-agent" "\\|^importance:\\|^envelope-to:\\|^delivery-date\\|^openpgp:" "\\|^mbox-line:\\|^cancel-lock:\\|^DomainKey-Signature:" "\\|^resent-face:\\|^resent-x.*:\\|^resent-organization:\\|^resent-openpgp:" "\\|^x-.*:") "\
21358*Regexp to match header fields that Pmail should normally hide.
21359\(See also `pmail-nonignored-headers', which overrides this regexp.)
21360This variable is used for reformatting the message header,
21361which normally happens once for each message,
21362when you view the message for the first time in Pmail.
21363To make a change in this variable take effect
21364for a message that you have already viewed,
21365go to that message and type \\[pmail-toggle-header] twice.")
21366
21367(custom-autoload 'pmail-ignored-headers "pmail" t)
21368
21369(defvar pmail-displayed-headers nil "\
21370*Regexp to match Header fields that Pmail should display.
21371If nil, display all header fields except those matched by
21372`pmail-ignored-headers'.")
21373
21374(custom-autoload 'pmail-displayed-headers "pmail" t)
21375
21376(defvar pmail-retry-ignored-headers "^x-authentication-warning:" "\
21377*Headers that should be stripped when retrying a failed message.")
21378
21379(custom-autoload 'pmail-retry-ignored-headers "pmail" t)
21380
21381(defvar pmail-highlighted-headers "^From:\\|^Subject:" "\
21382*Regexp to match Header fields that Pmail should normally highlight.
21383A value of nil means don't highlight.")
21384
21385(custom-autoload 'pmail-highlighted-headers "pmail" t)
21386
21387(defvar pmail-delete-after-output nil "\
21388*Non-nil means automatically delete a message that is copied to a file.")
21389
21390(custom-autoload 'pmail-delete-after-output "pmail" t)
21391
21392(defvar pmail-primary-inbox-list nil "\
21393*List of files which are inboxes for user's primary mail file `~/PMAIL'.
21394nil means the default, which is (\"/usr/spool/mail/$USER\")
21395\(the name varies depending on the operating system,
21396and the value of the environment variable MAIL overrides it).")
21397
21398(custom-autoload 'pmail-primary-inbox-list "pmail" t)
21399
21400(defvar pmail-mail-new-frame nil "\
21401*Non-nil means Pmail makes a new frame for composing outgoing mail.
21402This is handy if you want to preserve the window configuration of
21403the frame where you have the PMAIL buffer displayed.")
21404
21405(custom-autoload 'pmail-mail-new-frame "pmail" t)
21406
21407(defvar pmail-secondary-file-directory "~/" "\
21408*Directory for additional secondary Pmail files.")
21409
21410(custom-autoload 'pmail-secondary-file-directory "pmail" t)
21411
21412(defvar pmail-secondary-file-regexp "\\.xmail$" "\
21413*Regexp for which files are secondary Pmail files.")
21414
21415(custom-autoload 'pmail-secondary-file-regexp "pmail" t)
21416
21417(defvar pmail-confirm-expunge 'y-or-n-p "\
21418*Whether and how to ask for confirmation before expunging deleted messages.")
21419
21420(custom-autoload 'pmail-confirm-expunge "pmail" t)
21421
21422(defvar pmail-mode-hook nil "\
21423List of functions to call when Pmail is invoked.")
21424
21425(defvar pmail-get-new-mail-hook nil "\
21426List of functions to call when Pmail has retrieved new mail.")
21427
21428(defvar pmail-show-message-hook nil "\
21429List of functions to call when Pmail displays a message.")
21430
21431(custom-autoload 'pmail-show-message-hook "pmail" t)
21432
21433(defvar pmail-quit-hook nil "\
21434List of functions to call when quitting out of Pmail.")
21435
21436(defvar pmail-delete-message-hook nil "\
21437List of functions to call when Pmail deletes a message.
21438When the hooks are called, the message has been marked deleted but is
21439still the current message in the Pmail buffer.")
21440
21441(defvar pmail-file-coding-system nil "\
21442Coding system used in PMAIL file.
21443
21444This is set to nil by default.")
21445
21446(defvar pmail-enable-mime nil "\
21447*If non-nil, PMAIL uses MIME feature.
21448If the value is t, PMAIL automatically shows MIME decoded message.
21449If the value is neither t nor nil, PMAIL does not show MIME decoded message
21450until a user explicitly requires it.
21451
21452Even if the value is non-nil, you can't use MIME feature
21453if the feature specified by `pmail-mime-feature' is not available
21454in your session.")
21455
21456(custom-autoload 'pmail-enable-mime "pmail" t)
21457
21458(defvar pmail-show-mime-function nil "\
21459Function to show MIME decoded message of PMAIL file.
21460This function is called when `pmail-enable-mime' is non-nil.
21461It is called with no argument.")
21462
21463(defvar pmail-insert-mime-forwarded-message-function nil "\
21464Function to insert a message in MIME format so it can be forwarded.
21465This function is called if `pmail-enable-mime' or
21466`pmail-enable-mime-composing' is non-nil.
21467It is called with one argument FORWARD-BUFFER, which is a
21468buffer containing the message to forward. The current buffer
21469is the outgoing mail buffer.")
21470
21471(defvar pmail-insert-mime-resent-message-function nil "\
21472Function to insert a message in MIME format so it can be resent.
21473This function is called if `pmail-enable-mime' is non-nil.
21474It is called with one argument FORWARD-BUFFER, which is a
21475buffer containing the message to forward. The current buffer
21476is the outgoing mail buffer.")
21477
21478(defvar pmail-search-mime-message-function nil "\
21479Function to check if a regexp matches a MIME message.
21480This function is called if `pmail-enable-mime' is non-nil.
21481It is called with two arguments MSG and REGEXP, where
21482MSG is the message number, REGEXP is the regular expression.")
21483
21484(defvar pmail-search-mime-header-function nil "\
21485Function to check if a regexp matches a header of MIME message.
21486This function is called if `pmail-enable-mime' is non-nil.
21487It is called with three arguments MSG, REGEXP, and LIMIT, where
21488MSG is the message number,
21489REGEXP is the regular expression,
21490LIMIT is the position specifying the end of header.")
21491
21492(defvar pmail-mime-feature 'pmail-mime "\
21493Feature to require to load MIME support in Pmail.
21494When starting Pmail, if `pmail-enable-mime' is non-nil,
21495this feature is required with `require'.
21496
21497The default value is `pmail-mime'. This feature is provided by
21498the pmail-mime package available at <http://www.m17n.org/pmail-mime/>.")
21499
21500(defvar pmail-decode-mime-charset t "\
21501*Non-nil means a message is decoded by MIME's charset specification.
21502If this variable is nil, or the message has not MIME specification,
21503the message is decoded as normal way.
21504
21505If the variable `pmail-enable-mime' is non-nil, this variables is
21506ignored, and all the decoding work is done by a feature specified by
21507the variable `pmail-mime-feature'.")
21508
21509(defvar pmail-mime-charset-pattern (concat "^content-type:[ ]*text/plain;" "\\(?:[ \n]*\\(?:format\\|delsp\\)=\"?[-a-z0-9]+\"?;\\)*" "[ \n]*charset=\"?\\([^ \n\";]+\\)\"?") "\
21510Regexp to match MIME-charset specification in a header of message.
21511The first parenthesized expression should match the MIME-charset name.")
21512
21513(autoload 'pmail "pmail" "\
21514Read and edit incoming mail.
21515Moves messages into file named by `pmail-file-name' (a babyl format file)
21516 and edits that file in PMAIL Mode.
21517Type \\[describe-mode] once editing that file, for a list of PMAIL commands.
21518
21519May be called with file name as argument; then performs pmail editing on
21520that file, but does not copy any new mail into the file.
21521Interactively, if you supply a prefix argument, then you
21522have a chance to specify a file name with the minibuffer.
21523
21524If `pmail-display-summary' is non-nil, make a summary for this PMAIL file.
21525
21526\(fn &optional FILE-NAME-ARG)" t nil)
21527
21528(autoload 'pmail-mode "pmail" "\
21529Pmail Mode is used by \\<pmail-mode-map>\\[pmail] for editing Pmail files.
21530All normal editing commands are turned off.
21531Instead, these commands are available:
21532
21533\\[pmail-beginning-of-message] Move point to front of this message.
21534\\[pmail-end-of-message] Move point to bottom of this message.
21535\\[scroll-up] Scroll to next screen of this message.
21536\\[scroll-down] Scroll to previous screen of this message.
21537\\[pmail-next-undeleted-message] Move to Next non-deleted message.
21538\\[pmail-previous-undeleted-message] Move to Previous non-deleted message.
21539\\[pmail-next-message] Move to Next message whether deleted or not.
21540\\[pmail-previous-message] Move to Previous message whether deleted or not.
21541\\[pmail-first-message] Move to the first message in Pmail file.
21542\\[pmail-last-message] Move to the last message in Pmail file.
21543\\[pmail-show-message-maybe] Jump to message specified by numeric position in file.
21544\\[pmail-search] Search for string and show message it is found in.
21545\\[pmail-delete-forward] Delete this message, move to next nondeleted.
21546\\[pmail-delete-backward] Delete this message, move to previous nondeleted.
21547\\[pmail-undelete-previous-message] Undelete message. Tries current message, then earlier messages
21548 till a deleted message is found.
21549\\[pmail-edit-current-message] Edit the current message. \\[pmail-cease-edit] to return to Pmail.
21550\\[pmail-expunge] Expunge deleted messages.
21551\\[pmail-expunge-and-save] Expunge and save the file.
21552\\[pmail-quit] Quit Pmail: expunge, save, then switch to another buffer.
21553\\[save-buffer] Save without expunging.
21554\\[pmail-get-new-mail] Move new mail from system spool directory into this file.
21555\\[pmail-mail] Mail a message (same as \\[mail-other-window]).
21556\\[pmail-continue] Continue composing outgoing message started before.
21557\\[pmail-reply] Reply to this message. Like \\[pmail-mail] but initializes some fields.
21558\\[pmail-retry-failure] Send this message again. Used on a mailer failure message.
21559\\[pmail-forward] Forward this message to another user.
21560\\[pmail-output-to-pmail-file] Output this message to an Pmail file (append it).
21561\\[pmail-output] Output this message to a Unix-format mail file (append it).
21562\\[pmail-output-body-to-file] Save message body to a file. Default filename comes from Subject line.
21563\\[pmail-input] Input Pmail file. Run Pmail on that file.
21564\\[pmail-add-label] Add label to message. It will be displayed in the mode line.
21565\\[pmail-kill-label] Kill label. Remove a label from current message.
21566\\[pmail-next-labeled-message] Move to Next message with specified label
21567 (label defaults to last one specified).
21568 Standard labels: filed, unseen, answered, forwarded, deleted.
21569 Any other label is present only if you add it with \\[pmail-add-label].
21570\\[pmail-previous-labeled-message] Move to Previous message with specified label
21571\\[pmail-summary] Show headers buffer, with a one line summary of each message.
21572\\[pmail-summary-by-labels] Summarize only messages with particular label(s).
21573\\[pmail-summary-by-recipients] Summarize only messages with particular recipient(s).
21574\\[pmail-summary-by-regexp] Summarize only messages with particular regexp(s).
21575\\[pmail-summary-by-topic] Summarize only messages with subject line regexp(s).
21576\\[pmail-toggle-header] Toggle display of complete header.
21577
21578\(fn)" t nil)
21579
21580(autoload 'pmail-input "pmail" "\
21581Run Pmail on file FILENAME.
21582
21583\(fn FILENAME)" t nil)
21584
21585(autoload 'pmail-set-remote-password "pmail" "\
21586Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
21587
21588\(fn PASSWORD)" t nil)
21589
21590;;;***
21591
21592;;;### (autoloads (pmail-edit-current-message) "pmailedit" "mail/pmailedit.el"
21593;;;;;; (18634 15334))
21594;;; Generated autoloads from mail/pmailedit.el
21595
21596(autoload 'pmail-edit-current-message "pmailedit" "\
21597Edit the contents of this message.
21598
21599\(fn)" t nil)
21600
21601;;;***
21602
21603;;;### (autoloads (pmail-next-labeled-message pmail-previous-labeled-message
21604;;;;;; pmail-read-label pmail-kill-label pmail-add-label pmail-register-keywords)
21605;;;;;; "pmailkwd" "mail/pmailkwd.el" (18634 15334))
21606;;; Generated autoloads from mail/pmailkwd.el
21607
21608(autoload 'pmail-register-keywords "pmailkwd" "\
21609Add the strings in WORDS to `pmail-keywords'.
21610
21611\(fn WORDS)" nil nil)
21612
21613(autoload 'pmail-add-label "pmailkwd" "\
21614Add LABEL to labels associated with current PMAIL message.
21615
21616\(fn STRING)" t nil)
21617
21618(autoload 'pmail-kill-label "pmailkwd" "\
21619Remove LABEL from labels associated with current PMAIL message.
21620
21621\(fn STRING)" t nil)
21622
21623(autoload 'pmail-read-label "pmailkwd" "\
21624Ask for a label using PROMPT.
21625If EXISTING is non-nil, ask for one of the labels of the current
21626message.
21627
21628\(fn PROMPT &optional EXISTING)" nil nil)
21629
21630(autoload 'pmail-previous-labeled-message "pmailkwd" "\
21631Show previous message with one of the labels LABELS.
21632LABELS should be a comma-separated list of label names.
21633If LABELS is empty, the last set of labels specified is used.
21634With prefix argument N moves backward N messages with these labels.
21635
21636\(fn N LABELS)" t nil)
21637
21638(autoload 'pmail-next-labeled-message "pmailkwd" "\
21639Show next message with one of the labels LABELS.
21640LABELS should be a comma-separated list of label names.
21641If LABELS is empty, the last set of labels specified is used.
21642With prefix argument N moves forward N messages with these labels.
21643
21644\(fn N LABELS)" t nil)
21645
21646;;;***
21647
21648;;;### (autoloads (set-pmail-inbox-list) "pmailmsc" "mail/pmailmsc.el"
21649;;;;;; (18634 15334))
21650;;; Generated autoloads from mail/pmailmsc.el
21651
21652(autoload 'set-pmail-inbox-list "pmailmsc" "\
21653Set the inbox list of the current PMAIL file to FILE-NAME.
21654You can specify one file name, or several names separated by commas.
21655If FILE-NAME is empty, remove any existing inbox list.
21656
21657\(fn FILE-NAME)" t nil)
21658
21659;;;***
21660
21661;;;### (autoloads (pmail-output-body-to-file pmail-output pmail-output-to-pmail-file
21662;;;;;; pmail-fields-not-to-output pmail-output-file-alist) "pmailout"
21663;;;;;; "mail/pmailout.el" (18634 15334))
21664;;; Generated autoloads from mail/pmailout.el
21665
21666(defvar pmail-output-file-alist nil "\
21667*Alist matching regexps to suggested output Pmail files.
21668This is a list of elements of the form (REGEXP . NAME-EXP).
21669The suggestion is taken if REGEXP matches anywhere in the message buffer.
21670NAME-EXP may be a string constant giving the file name to use,
21671or more generally it may be any kind of expression that returns
21672a file name as a string.")
21673
21674(custom-autoload 'pmail-output-file-alist "pmailout" t)
21675
21676(defvar pmail-fields-not-to-output nil "\
21677*Regexp describing fields to exclude when outputting a message to a file.")
21678
21679(custom-autoload 'pmail-fields-not-to-output "pmailout" t)
21680
21681(autoload 'pmail-output-to-pmail-file "pmailout" "\
21682Append the current message to an Pmail (mbox) file named FILE-NAME.
21683If the file does not exist, ask if it should be created.
21684If file is being visited, the message is appended to the Emacs
21685buffer visiting that file.
21686If the file exists and is not an Pmail file, the message is
21687appended in inbox format, the same way `pmail-output' does it.
21688
21689The default file name comes from `pmail-default-pmail-file',
21690which is updated to the name you use in this command.
21691
21692A prefix argument COUNT says to output that many consecutive messages,
21693starting with the current one. Deleted messages are skipped and don't count.
21694
21695If the optional argument STAY is non-nil, then leave the last filed
21696message up instead of moving forward to the next non-deleted message.
21697
21698\(fn FILE-NAME &optional COUNT STAY)" t nil)
21699
21700(autoload 'pmail-output "pmailout" "\
21701Append this message to system-inbox-format mail file named FILE-NAME.
21702A prefix argument COUNT says to output that many consecutive messages,
21703starting with the current one. Deleted messages are skipped and don't count.
21704When called from lisp code, COUNT may be omitted and defaults to 1.
21705
21706If the pruned message header is shown on the current message, then
21707messages will be appended with pruned headers; otherwise, messages
21708will be appended with their original headers.
21709
21710The default file name comes from `pmail-default-file',
21711which is updated to the name you use in this command.
21712
21713The optional third argument NOATTRIBUTE, if non-nil, says not
21714to set the `filed' attribute, and not to display a message.
21715
21716The optional fourth argument FROM-GNUS is set when called from GNUS.
21717
21718\(fn FILE-NAME &optional COUNT NOATTRIBUTE FROM-GNUS)" t nil)
21719
21720(autoload 'pmail-output-body-to-file "pmailout" "\
21721Write this message body to the file FILE-NAME.
21722FILE-NAME defaults, interactively, from the Subject field of the message.
21723
21724\(fn FILE-NAME)" t nil)
21725
21726;;;***
21727
21728;;;### (autoloads (pmail-sort-by-labels pmail-sort-by-lines pmail-sort-by-correspondent
21729;;;;;; pmail-sort-by-recipient pmail-sort-by-author pmail-sort-by-subject
21730;;;;;; pmail-sort-by-date) "pmailsort" "mail/pmailsort.el" (18634
21731;;;;;; 15334))
21732;;; Generated autoloads from mail/pmailsort.el
21733
21734(autoload 'pmail-sort-by-date "pmailsort" "\
21735Sort messages of current Pmail file by date.
21736If prefix argument REVERSE is non-nil, sort them in reverse order.
21737
21738\(fn REVERSE)" t nil)
21739
21740(autoload 'pmail-sort-by-subject "pmailsort" "\
21741Sort messages of current Pmail file by subject.
21742If prefix argument REVERSE is non-nil, sort them in reverse order.
21743
21744\(fn REVERSE)" t nil)
21745
21746(autoload 'pmail-sort-by-author "pmailsort" "\
21747Sort messages of current Pmail file by author.
21748If prefix argument REVERSE is non-nil, sort them in reverse order.
21749
21750\(fn REVERSE)" t nil)
21751
21752(autoload 'pmail-sort-by-recipient "pmailsort" "\
21753Sort messages of current Pmail file by recipient.
21754If prefix argument REVERSE is non-nil, sort them in reverse order.
21755
21756\(fn REVERSE)" t nil)
21757
21758(autoload 'pmail-sort-by-correspondent "pmailsort" "\
21759Sort messages of current Pmail file by other correspondent.
21760If prefix argument REVERSE is non-nil, sort them in reverse order.
21761
21762\(fn REVERSE)" t nil)
21763
21764(autoload 'pmail-sort-by-lines "pmailsort" "\
21765Sort messages of current Pmail file by number of lines.
21766If prefix argument REVERSE is non-nil, sort them in reverse order.
21767
21768\(fn REVERSE)" t nil)
21769
21770(autoload 'pmail-sort-by-labels "pmailsort" "\
21771Sort messages of current Pmail file by labels.
21772If prefix argument REVERSE is non-nil, sort them in reverse order.
21773KEYWORDS is a comma-separated list of labels.
21774
21775\(fn REVERSE LABELS)" t nil)
21776
21777;;;***
21778
21779;;;### (autoloads (pmail-user-mail-address-regexp pmail-summary-line-decoder
21780;;;;;; pmail-summary-by-senders pmail-summary-by-topic pmail-summary-by-regexp
21781;;;;;; pmail-summary-by-recipients pmail-summary-by-labels pmail-summary
21782;;;;;; pmail-summary-line-count-flag pmail-summary-scroll-between-messages)
21783;;;;;; "pmailsum" "mail/pmailsum.el" (18634 15334))
21784;;; Generated autoloads from mail/pmailsum.el
21785
21786(defvar pmail-summary-scroll-between-messages t "\
21787*Non-nil means Pmail summary scroll commands move between messages.")
21788
21789(custom-autoload 'pmail-summary-scroll-between-messages "pmailsum" t)
21790
21791(defvar pmail-summary-line-count-flag t "\
21792*Non-nil if Pmail summary should show the number of lines in each message.")
21793
21794(custom-autoload 'pmail-summary-line-count-flag "pmailsum" t)
21795
21796(autoload 'pmail-summary "pmailsum" "\
21797Display a summary of all messages, one line per message.
21798
21799\(fn)" t nil)
21800
21801(autoload 'pmail-summary-by-labels "pmailsum" "\
21802Display a summary of all messages with one or more LABELS.
21803LABELS should be a string containing the desired labels, separated by commas.
21804
21805\(fn LABELS)" t nil)
21806
21807(autoload 'pmail-summary-by-recipients "pmailsum" "\
21808Display a summary of all messages with the given RECIPIENTS.
21809Normally checks the To, From and Cc fields of headers;
21810but if PRIMARY-ONLY is non-nil (prefix arg given),
21811 only look in the To and From fields.
21812RECIPIENTS is a string of regexps separated by commas.
21813
21814\(fn RECIPIENTS &optional PRIMARY-ONLY)" t nil)
21815
21816(autoload 'pmail-summary-by-regexp "pmailsum" "\
21817Display a summary of all messages according to regexp REGEXP.
21818If the regular expression is found in the header of the message
21819\(including in the date and other lines, as well as the subject line),
21820Emacs will list the header line in the PMAIL-summary.
21821
21822\(fn REGEXP)" t nil)
21823
21824(autoload 'pmail-summary-by-topic "pmailsum" "\
21825Display a summary of all messages with the given SUBJECT.
21826Normally checks the Subject field of headers;
21827but if WHOLE-MESSAGE is non-nil (prefix arg given),
21828 look in the whole message.
21829SUBJECT is a string of regexps separated by commas.
21830
21831\(fn SUBJECT &optional WHOLE-MESSAGE)" t nil)
21832
21833(autoload 'pmail-summary-by-senders "pmailsum" "\
21834Display a summary of all messages with the given SENDERS.
21835SENDERS is a string of names separated by commas.
21836
21837\(fn SENDERS)" t nil)
21838
21839(defvar pmail-summary-line-decoder #'identity "\
21840*Function to decode summary-line.
21841
21842By default, `identity' is set.")
21843
21844(custom-autoload 'pmail-summary-line-decoder "pmailsum" t)
21845
21846(defvar pmail-user-mail-address-regexp (concat "^\\(" (regexp-quote (user-login-name)) "\\($\\|@\\)\\|" (regexp-quote (or user-mail-address (concat (user-login-name) "@" (or mail-host-address (system-name))))) "\\>\\)") "\
21847*Regexp matching user mail addresses.
21848If non-nil, this variable is used to identify the correspondent
21849when receiving new mail. If it matches the address of the
21850sender, the recipient is taken as correspondent of a mail. It is
21851initialized based on your `user-login-name' and
21852`user-mail-address'.
21853
21854Usually you don't have to set this variable, except if you
21855collect mails sent by you under different user names. Then it
21856should be a regexp matching your mail addresses.
21857
21858Setting this variable has an effect only before reading a mail.")
21859
21860(custom-autoload 'pmail-user-mail-address-regexp "pmailsum" t)
21861
21862;;;***
21863
21332;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 21864;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
21333;;;;;; (18468 40893)) 21865;;;;;; (18463 57221))
21334;;; Generated autoloads from textmodes/po.el 21866;;; Generated autoloads from textmodes/po.el
21335 21867
21336(autoload 'po-find-file-coding-system "po" "\ 21868(autoload 'po-find-file-coding-system "po" "\
@@ -21341,7 +21873,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
21341 21873
21342;;;*** 21874;;;***
21343 21875
21344;;;### (autoloads (pong) "pong" "play/pong.el" (18468 40892)) 21876;;;### (autoloads (pong) "pong" "play/pong.el" (18464 1944))
21345;;; Generated autoloads from play/pong.el 21877;;; Generated autoloads from play/pong.el
21346 21878
21347(autoload 'pong "pong" "\ 21879(autoload 'pong "pong" "\
@@ -21359,7 +21891,7 @@ pong-mode keybindings:\\<pong-mode-map>
21359 21891
21360;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression 21892;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression
21361;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" 21893;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el"
21362;;;;;; (18468 40888)) 21894;;;;;; (18463 52910))
21363;;; Generated autoloads from emacs-lisp/pp.el 21895;;; Generated autoloads from emacs-lisp/pp.el
21364 21896
21365(autoload 'pp-to-string "pp" "\ 21897(autoload 'pp-to-string "pp" "\
@@ -21427,7 +21959,7 @@ Ignores leading comment characters.
21427;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 21959;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
21428;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 21960;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
21429;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 21961;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
21430;;;;;; (18577 57511)) 21962;;;;;; (18580 33793))
21431;;; Generated autoloads from printing.el 21963;;; Generated autoloads from printing.el
21432 21964
21433(autoload 'pr-interface "printing" "\ 21965(autoload 'pr-interface "printing" "\
@@ -22014,25 +22546,22 @@ are both set to t.
22014 22546
22015;;;*** 22547;;;***
22016 22548
22017;;;### (autoloads (proced) "proced" "proced.el" (18508 22727)) 22549;;;### (autoloads (proced) "proced" "proced.el" (18654 2590))
22018;;; Generated autoloads from proced.el 22550;;; Generated autoloads from proced.el
22019 22551
22020(autoload 'proced "proced" "\ 22552(autoload 'proced "proced" "\
22021Mode for displaying UNIX system processes and sending signals to them. 22553Generate a listing of UNIX system processes.
22022Type \\<proced-mode-map>\\[proced-mark] to mark a process for later commands.
22023Type \\[proced-send-signal] to send signals to marked processes.
22024
22025If invoked with optional ARG the window displaying the process 22554If invoked with optional ARG the window displaying the process
22026information will be displayed but not selected. 22555information will be displayed but not selected.
22027 22556
22028\\{proced-mode-map} 22557See `proced-mode' for a descreption of features available in Proced buffers.
22029 22558
22030\(fn &optional ARG)" t nil) 22559\(fn &optional ARG)" t nil)
22031 22560
22032;;;*** 22561;;;***
22033 22562
22034;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" 22563;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el"
22035;;;;;; (18468 40892)) 22564;;;;;; (18464 1611))
22036;;; Generated autoloads from progmodes/prolog.el 22565;;; Generated autoloads from progmodes/prolog.el
22037 22566
22038(autoload 'prolog-mode "prolog" "\ 22567(autoload 'prolog-mode "prolog" "\
@@ -22055,7 +22584,7 @@ With prefix argument \\[universal-prefix], prompt for the program to use.
22055 22584
22056;;;*** 22585;;;***
22057 22586
22058;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (18468 40887)) 22587;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (18464 3963))
22059;;; Generated autoloads from ps-bdf.el 22588;;; Generated autoloads from ps-bdf.el
22060 22589
22061(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")) "\ 22590(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")) "\
@@ -22064,8 +22593,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
22064 22593
22065;;;*** 22594;;;***
22066 22595
22067;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (18468 22596;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (18464
22068;;;;;; 40892)) 22597;;;;;; 1611))
22069;;; Generated autoloads from progmodes/ps-mode.el 22598;;; Generated autoloads from progmodes/ps-mode.el
22070 22599
22071(autoload 'ps-mode "ps-mode" "\ 22600(autoload 'ps-mode "ps-mode" "\
@@ -22116,8 +22645,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
22116;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 22645;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
22117;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 22646;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
22118;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 22647;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
22119;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (18468 22648;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (18467
22120;;;;;; 40887)) 22649;;;;;; 179))
22121;;; Generated autoloads from ps-print.el 22650;;; Generated autoloads from ps-print.el
22122 22651
22123(defvar ps-page-dimensions-database (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")) "\ 22652(defvar ps-page-dimensions-database (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")) "\
@@ -22314,7 +22843,7 @@ If EXTENSION is any other symbol, it is ignored.
22314;;;*** 22843;;;***
22315 22844
22316;;;### (autoloads (python-shell jython-mode python-mode run-python) 22845;;;### (autoloads (python-shell jython-mode python-mode run-python)
22317;;;;;; "python" "progmodes/python.el" (18468 40892)) 22846;;;;;; "python" "progmodes/python.el" (18612 17519))
22318;;; Generated autoloads from progmodes/python.el 22847;;; Generated autoloads from progmodes/python.el
22319 22848
22320(add-to-list 'interpreter-mode-alist '("jython" . jython-mode)) 22849(add-to-list 'interpreter-mode-alist '("jython" . jython-mode))
@@ -22430,7 +22959,7 @@ filter.
22430;;;*** 22959;;;***
22431 22960
22432;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 22961;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
22433;;;;;; (18468 40889)) 22962;;;;;; (18463 54941))
22434;;; Generated autoloads from gnus/qp.el 22963;;; Generated autoloads from gnus/qp.el
22435 22964
22436(autoload 'quoted-printable-decode-region "qp" "\ 22965(autoload 'quoted-printable-decode-region "qp" "\
@@ -22453,7 +22982,7 @@ them into characters should be done separately.
22453;;;;;; quail-defrule quail-install-decode-map quail-install-map 22982;;;;;; quail-defrule quail-install-decode-map quail-install-map
22454;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 22983;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
22455;;;;;; quail-define-package quail-use-package quail-title) "quail" 22984;;;;;; quail-define-package quail-use-package quail-title) "quail"
22456;;;;;; "international/quail.el" (18468 40890)) 22985;;;;;; "international/quail.el" (18634 15334))
22457;;; Generated autoloads from international/quail.el 22986;;; Generated autoloads from international/quail.el
22458 22987
22459(autoload 'quail-title "quail" "\ 22988(autoload 'quail-title "quail" "\
@@ -22684,8 +23213,8 @@ of each directory.
22684 23213
22685;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 23214;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
22686;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 23215;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
22687;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (18468 23216;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (18464
22688;;;;;; 40890)) 23217;;;;;; 2403))
22689;;; Generated autoloads from net/quickurl.el 23218;;; Generated autoloads from net/quickurl.el
22690 23219
22691(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" "\ 23220(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" "\
@@ -22757,7 +23286,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22757;;;*** 23286;;;***
22758 23287
22759;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 23288;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
22760;;;;;; "net/rcirc.el" (18537 13676)) 23289;;;;;; "net/rcirc.el" (18580 33797))
22761;;; Generated autoloads from net/rcirc.el 23290;;; Generated autoloads from net/rcirc.el
22762 23291
22763(autoload 'rcirc "rcirc" "\ 23292(autoload 'rcirc "rcirc" "\
@@ -22792,8 +23321,8 @@ Global minor mode for tracking activity in rcirc buffers.
22792 23321
22793;;;*** 23322;;;***
22794 23323
22795;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (18468 23324;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (18464
22796;;;;;; 40890)) 23325;;;;;; 2403))
22797;;; Generated autoloads from net/rcompile.el 23326;;; Generated autoloads from net/rcompile.el
22798 23327
22799(autoload 'remote-compile "rcompile" "\ 23328(autoload 'remote-compile "rcompile" "\
@@ -22805,7 +23334,7 @@ See \\[compile].
22805;;;*** 23334;;;***
22806 23335
22807;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 23336;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
22808;;;;;; (18468 40888)) 23337;;;;;; (18463 52910))
22809;;; Generated autoloads from emacs-lisp/re-builder.el 23338;;; Generated autoloads from emacs-lisp/re-builder.el
22810 23339
22811(defalias 'regexp-builder 're-builder) 23340(defalias 'regexp-builder 're-builder)
@@ -22817,7 +23346,7 @@ Construct a regexp interactively.
22817 23346
22818;;;*** 23347;;;***
22819 23348
22820;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (18577 57511)) 23349;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (18580 33793))
22821;;; Generated autoloads from recentf.el 23350;;; Generated autoloads from recentf.el
22822 23351
22823(defvar recentf-mode nil "\ 23352(defvar recentf-mode nil "\
@@ -22844,8 +23373,8 @@ that were operated on recently.
22844;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 23373;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
22845;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 23374;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
22846;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 23375;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
22847;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (18537 23376;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (18580
22848;;;;;; 13084)) 23377;;;;;; 33793))
22849;;; Generated autoloads from rect.el 23378;;; Generated autoloads from rect.el
22850 (define-key ctl-x-r-map "c" 'clear-rectangle) 23379 (define-key ctl-x-r-map "c" 'clear-rectangle)
22851 (define-key ctl-x-r-map "k" 'kill-rectangle) 23380 (define-key ctl-x-r-map "k" 'kill-rectangle)
@@ -22979,8 +23508,8 @@ rectangle which were empty.
22979 23508
22980;;;*** 23509;;;***
22981 23510
22982;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (18468 23511;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (18463
22983;;;;;; 40893)) 23512;;;;;; 57222))
22984;;; Generated autoloads from textmodes/refill.el 23513;;; Generated autoloads from textmodes/refill.el
22985 23514
22986(autoload 'refill-mode "refill" "\ 23515(autoload 'refill-mode "refill" "\
@@ -22996,7 +23525,7 @@ refilling if they would cause auto-filling.
22996;;;*** 23525;;;***
22997 23526
22998;;;### (autoloads (reftex-reset-scanning-information reftex-mode 23527;;;### (autoloads (reftex-reset-scanning-information reftex-mode
22999;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (18508 22731)) 23528;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (18487 10640))
23000;;; Generated autoloads from textmodes/reftex.el 23529;;; Generated autoloads from textmodes/reftex.el
23001 23530
23002(autoload 'turn-on-reftex "reftex" "\ 23531(autoload 'turn-on-reftex "reftex" "\
@@ -23046,7 +23575,7 @@ This enforces rescanning the buffer on next use.
23046;;;*** 23575;;;***
23047 23576
23048;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 23577;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
23049;;;;;; (18468 40893)) 23578;;;;;; (18463 57222))
23050;;; Generated autoloads from textmodes/reftex-cite.el 23579;;; Generated autoloads from textmodes/reftex-cite.el
23051 23580
23052(autoload 'reftex-citation "reftex-cite" "\ 23581(autoload 'reftex-citation "reftex-cite" "\
@@ -23076,7 +23605,7 @@ While entering the regexp, completion on knows citation keys is possible.
23076;;;*** 23605;;;***
23077 23606
23078;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 23607;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
23079;;;;;; (18468 40893)) 23608;;;;;; (18463 57222))
23080;;; Generated autoloads from textmodes/reftex-global.el 23609;;; Generated autoloads from textmodes/reftex-global.el
23081 23610
23082(autoload 'reftex-isearch-minor-mode "reftex-global" "\ 23611(autoload 'reftex-isearch-minor-mode "reftex-global" "\
@@ -23093,7 +23622,7 @@ With no argument, this command toggles
23093;;;*** 23622;;;***
23094 23623
23095;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 23624;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
23096;;;;;; (18468 40893)) 23625;;;;;; (18463 57222))
23097;;; Generated autoloads from textmodes/reftex-index.el 23626;;; Generated autoloads from textmodes/reftex-index.el
23098 23627
23099(autoload 'reftex-index-phrases-mode "reftex-index" "\ 23628(autoload 'reftex-index-phrases-mode "reftex-index" "\
@@ -23126,7 +23655,7 @@ Here are all local bindings.
23126;;;*** 23655;;;***
23127 23656
23128;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 23657;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
23129;;;;;; (18468 40893)) 23658;;;;;; (18463 57223))
23130;;; Generated autoloads from textmodes/reftex-parse.el 23659;;; Generated autoloads from textmodes/reftex-parse.el
23131 23660
23132(autoload 'reftex-all-document-files "reftex-parse" "\ 23661(autoload 'reftex-all-document-files "reftex-parse" "\
@@ -23138,8 +23667,8 @@ of master file.
23138 23667
23139;;;*** 23668;;;***
23140 23669
23141;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (18508 23670;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (18487
23142;;;;;; 22731)) 23671;;;;;; 10640))
23143;;; Generated autoloads from textmodes/reftex-vars.el 23672;;; Generated autoloads from textmodes/reftex-vars.el
23144(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 23673(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
23145(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 23674(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -23149,7 +23678,7 @@ of master file.
23149;;;*** 23678;;;***
23150 23679
23151;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 23680;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
23152;;;;;; (18508 22728)) 23681;;;;;; (18486 64666))
23153;;; Generated autoloads from emacs-lisp/regexp-opt.el 23682;;; Generated autoloads from emacs-lisp/regexp-opt.el
23154 23683
23155(autoload 'regexp-opt "regexp-opt" "\ 23684(autoload 'regexp-opt "regexp-opt" "\
@@ -23176,7 +23705,7 @@ This means the number of non-shy regexp grouping constructs
23176 23705
23177;;;*** 23706;;;***
23178 23707
23179;;;### (autoloads nil "register" "register.el" (18535 56550)) 23708;;;### (autoloads nil "register" "register.el" (18580 33793))
23180;;; Generated autoloads from register.el 23709;;; Generated autoloads from register.el
23181 (define-key ctl-x-r-map "\C-@" 'point-to-register) 23710 (define-key ctl-x-r-map "\C-@" 'point-to-register)
23182 (define-key ctl-x-r-map [?\C-\ ] 'point-to-register) 23711 (define-key ctl-x-r-map [?\C-\ ] 'point-to-register)
@@ -23196,7 +23725,7 @@ This means the number of non-shy regexp grouping constructs
23196 23725
23197;;;### (autoloads (remember-diary-extract-entries remember-clipboard 23726;;;### (autoloads (remember-diary-extract-entries remember-clipboard
23198;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" 23727;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
23199;;;;;; (18468 40893)) 23728;;;;;; (18463 57224))
23200;;; Generated autoloads from textmodes/remember.el 23729;;; Generated autoloads from textmodes/remember.el
23201 23730
23202(autoload 'remember "remember" "\ 23731(autoload 'remember "remember" "\
@@ -23227,7 +23756,7 @@ Extract diary entries from the region.
23227 23756
23228;;;*** 23757;;;***
23229 23758
23230;;;### (autoloads (repeat) "repeat" "repeat.el" (18468 40887)) 23759;;;### (autoloads (repeat) "repeat" "repeat.el" (18464 3964))
23231;;; Generated autoloads from repeat.el 23760;;; Generated autoloads from repeat.el
23232 23761
23233(autoload 'repeat "repeat" "\ 23762(autoload 'repeat "repeat" "\
@@ -23250,7 +23779,7 @@ recently executed command not bound to an input event\".
23250;;;*** 23779;;;***
23251 23780
23252;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 23781;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
23253;;;;;; (18468 40890)) 23782;;;;;; (18464 1842))
23254;;; Generated autoloads from mail/reporter.el 23783;;; Generated autoloads from mail/reporter.el
23255 23784
23256(autoload 'reporter-submit-bug-report "reporter" "\ 23785(autoload 'reporter-submit-bug-report "reporter" "\
@@ -23282,7 +23811,7 @@ mail-sending package is used for editing and sending the message.
23282;;;*** 23811;;;***
23283 23812
23284;;;### (autoloads (reposition-window) "reposition" "reposition.el" 23813;;;### (autoloads (reposition-window) "reposition" "reposition.el"
23285;;;;;; (18468 40887)) 23814;;;;;; (18464 3964))
23286;;; Generated autoloads from reposition.el 23815;;; Generated autoloads from reposition.el
23287 23816
23288(autoload 'reposition-window "reposition" "\ 23817(autoload 'reposition-window "reposition" "\
@@ -23308,8 +23837,8 @@ first comment line visible (if point is in a comment).
23308 23837
23309;;;*** 23838;;;***
23310 23839
23311;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (18468 23840;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (18464
23312;;;;;; 40887)) 23841;;;;;; 3964))
23313;;; Generated autoloads from resume.el 23842;;; Generated autoloads from resume.el
23314 23843
23315(autoload 'resume-suspend-hook "resume" "\ 23844(autoload 'resume-suspend-hook "resume" "\
@@ -23320,7 +23849,7 @@ Clear out the file used for transmitting args when Emacs resumes.
23320;;;*** 23849;;;***
23321 23850
23322;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 23851;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
23323;;;;;; (18468 40887)) 23852;;;;;; (18464 3964))
23324;;; Generated autoloads from reveal.el 23853;;; Generated autoloads from reveal.el
23325 23854
23326(autoload 'reveal-mode "reveal" "\ 23855(autoload 'reveal-mode "reveal" "\
@@ -23355,7 +23884,7 @@ With zero or negative ARG turn mode off.
23355;;;*** 23884;;;***
23356 23885
23357;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 23886;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
23358;;;;;; (18468 40888)) 23887;;;;;; (18463 52911))
23359;;; Generated autoloads from emacs-lisp/ring.el 23888;;; Generated autoloads from emacs-lisp/ring.el
23360 23889
23361(autoload 'ring-p "ring" "\ 23890(autoload 'ring-p "ring" "\
@@ -23370,7 +23899,7 @@ Make a ring that can contain SIZE elements.
23370 23899
23371;;;*** 23900;;;***
23372 23901
23373;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (18468 40890)) 23902;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (18464 2403))
23374;;; Generated autoloads from net/rlogin.el 23903;;; Generated autoloads from net/rlogin.el
23375 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") 23904 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")
23376 23905
@@ -23421,7 +23950,7 @@ variable.
23421;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 23950;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
23422;;;;;; rmail-highlighted-headers rmail-retry-ignored-headers rmail-displayed-headers 23951;;;;;; rmail-highlighted-headers rmail-retry-ignored-headers rmail-displayed-headers
23423;;;;;; rmail-ignored-headers rmail-dont-reply-to-names rmail-movemail-variant-p) 23952;;;;;; rmail-ignored-headers rmail-dont-reply-to-names rmail-movemail-variant-p)
23424;;;;;; "rmail" "mail/rmail.el" (18468 40890)) 23953;;;;;; "rmail" "mail/rmail.el" (18612 17518))
23425;;; Generated autoloads from mail/rmail.el 23954;;; Generated autoloads from mail/rmail.el
23426 23955
23427(autoload 'rmail-movemail-variant-p "rmail" "\ 23956(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -23680,7 +24209,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23680;;;*** 24209;;;***
23681 24210
23682;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" 24211;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
23683;;;;;; (18516 15190)) 24212;;;;;; (18580 33797))
23684;;; Generated autoloads from mail/rmailedit.el 24213;;; Generated autoloads from mail/rmailedit.el
23685 24214
23686(autoload 'rmail-edit-current-message "rmailedit" "\ 24215(autoload 'rmail-edit-current-message "rmailedit" "\
@@ -23692,7 +24221,7 @@ Edit the contents of this message.
23692 24221
23693;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message 24222;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
23694;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" 24223;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
23695;;;;;; "mail/rmailkwd.el" (18468 40890)) 24224;;;;;; "mail/rmailkwd.el" (18464 1843))
23696;;; Generated autoloads from mail/rmailkwd.el 24225;;; Generated autoloads from mail/rmailkwd.el
23697 24226
23698(autoload 'rmail-add-label "rmailkwd" "\ 24227(autoload 'rmail-add-label "rmailkwd" "\
@@ -23731,7 +24260,7 @@ With prefix argument N moves forward N messages with these labels.
23731;;;*** 24260;;;***
23732 24261
23733;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" 24262;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
23734;;;;;; (18468 40890)) 24263;;;;;; (18464 1843))
23735;;; Generated autoloads from mail/rmailmsc.el 24264;;; Generated autoloads from mail/rmailmsc.el
23736 24265
23737(autoload 'set-rmail-inbox-list "rmailmsc" "\ 24266(autoload 'set-rmail-inbox-list "rmailmsc" "\
@@ -23745,7 +24274,7 @@ If FILE-NAME is empty, remove any existing inbox list.
23745 24274
23746;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output 24275;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output
23747;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" 24276;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout"
23748;;;;;; "mail/rmailout.el" (18468 40890)) 24277;;;;;; "mail/rmailout.el" (18464 1843))
23749;;; Generated autoloads from mail/rmailout.el 24278;;; Generated autoloads from mail/rmailout.el
23750 24279
23751(defvar rmail-output-file-alist nil "\ 24280(defvar rmail-output-file-alist nil "\
@@ -23812,8 +24341,8 @@ FILE-NAME defaults, interactively, from the Subject field of the message.
23812 24341
23813;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent 24342;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent
23814;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject 24343;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject
23815;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (18468 24344;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (18464
23816;;;;;; 40890)) 24345;;;;;; 1844))
23817;;; Generated autoloads from mail/rmailsort.el 24346;;; Generated autoloads from mail/rmailsort.el
23818 24347
23819(autoload 'rmail-sort-by-date "rmailsort" "\ 24348(autoload 'rmail-sort-by-date "rmailsort" "\
@@ -23865,7 +24394,7 @@ KEYWORDS is a comma-separated list of labels.
23865;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp 24394;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
23866;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary 24395;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
23867;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) 24396;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
23868;;;;;; "rmailsum" "mail/rmailsum.el" (18468 40890)) 24397;;;;;; "rmailsum" "mail/rmailsum.el" (18464 1844))
23869;;; Generated autoloads from mail/rmailsum.el 24398;;; Generated autoloads from mail/rmailsum.el
23870 24399
23871(defvar rmail-summary-scroll-between-messages t "\ 24400(defvar rmail-summary-scroll-between-messages t "\
@@ -23947,7 +24476,7 @@ Setting this variable has an effect only before reading a mail.")
23947;;;*** 24476;;;***
23948 24477
23949;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" 24478;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
23950;;;;;; (18550 15778)) 24479;;;;;; (18580 33798))
23951;;; Generated autoloads from nxml/rng-cmpct.el 24480;;; Generated autoloads from nxml/rng-cmpct.el
23952 24481
23953(autoload 'rng-c-load-schema "rng-cmpct" "\ 24482(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -23959,7 +24488,7 @@ Return a pattern.
23959;;;*** 24488;;;***
23960 24489
23961;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" 24490;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
23962;;;;;; (18550 15778)) 24491;;;;;; (18580 33798))
23963;;; Generated autoloads from nxml/rng-nxml.el 24492;;; Generated autoloads from nxml/rng-nxml.el
23964 24493
23965(autoload 'rng-nxml-mode-init "rng-nxml" "\ 24494(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -23972,7 +24501,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23972;;;*** 24501;;;***
23973 24502
23974;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" 24503;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
23975;;;;;; (18550 15778)) 24504;;;;;; (18580 33798))
23976;;; Generated autoloads from nxml/rng-valid.el 24505;;; Generated autoloads from nxml/rng-valid.el
23977 24506
23978(autoload 'rng-validate-mode "rng-valid" "\ 24507(autoload 'rng-validate-mode "rng-valid" "\
@@ -24002,8 +24531,8 @@ to use for finding the schema.
24002 24531
24003;;;*** 24532;;;***
24004 24533
24005;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (18550 24534;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (18580
24006;;;;;; 15778)) 24535;;;;;; 33798))
24007;;; Generated autoloads from nxml/rng-xsd.el 24536;;; Generated autoloads from nxml/rng-xsd.el
24008 24537
24009(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 24538(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -24031,7 +24560,7 @@ must be equal.
24031;;;*** 24560;;;***
24032 24561
24033;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) 24562;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
24034;;;;;; "robin" "international/robin.el" (18468 40890)) 24563;;;;;; "robin" "international/robin.el" (18466 30796))
24035;;; Generated autoloads from international/robin.el 24564;;; Generated autoloads from international/robin.el
24036 24565
24037(autoload 'robin-define-package "robin" "\ 24566(autoload 'robin-define-package "robin" "\
@@ -24064,7 +24593,7 @@ Start using robin package NAME, which is a string.
24064;;;*** 24593;;;***
24065 24594
24066;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 24595;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
24067;;;;;; rot13-string rot13) "rot13" "rot13.el" (18468 40887)) 24596;;;;;; rot13-string rot13) "rot13" "rot13.el" (18464 3964))
24068;;; Generated autoloads from rot13.el 24597;;; Generated autoloads from rot13.el
24069 24598
24070(autoload 'rot13 "rot13" "\ 24599(autoload 'rot13 "rot13" "\
@@ -24102,7 +24631,7 @@ Toggle the use of ROT13 encoding for the current window.
24102;;;*** 24631;;;***
24103 24632
24104;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" 24633;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
24105;;;;;; (18550 15780)) 24634;;;;;; (18540 60872))
24106;;; Generated autoloads from textmodes/rst.el 24635;;; Generated autoloads from textmodes/rst.el
24107 (add-to-list 'auto-mode-alist '("\\.re?st\\'" . rst-mode)) 24636 (add-to-list 'auto-mode-alist '("\\.re?st\\'" . rst-mode))
24108 24637
@@ -24138,8 +24667,8 @@ for modes derived from Text mode, like Mail mode.
24138 24667
24139;;;*** 24668;;;***
24140 24669
24141;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (18468 24670;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (18464
24142;;;;;; 40887)) 24671;;;;;; 34659))
24143;;; Generated autoloads from ruler-mode.el 24672;;; Generated autoloads from ruler-mode.el
24144 24673
24145(autoload 'ruler-mode "ruler-mode" "\ 24674(autoload 'ruler-mode "ruler-mode" "\
@@ -24149,8 +24678,8 @@ Display a ruler in the header line if ARG > 0.
24149 24678
24150;;;*** 24679;;;***
24151 24680
24152;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (18508 24681;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (18507
24153;;;;;; 22728)) 24682;;;;;; 35268))
24154;;; Generated autoloads from emacs-lisp/rx.el 24683;;; Generated autoloads from emacs-lisp/rx.el
24155 24684
24156(autoload 'rx-to-string "rx" "\ 24685(autoload 'rx-to-string "rx" "\
@@ -24457,7 +24986,7 @@ enclosed in `(and ...)'.
24457;;;*** 24986;;;***
24458 24987
24459;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" 24988;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el"
24460;;;;;; (18468 40887)) 24989;;;;;; (18654 2590))
24461;;; Generated autoloads from savehist.el 24990;;; Generated autoloads from savehist.el
24462 24991
24463(defvar savehist-mode nil "\ 24992(defvar savehist-mode nil "\
@@ -24483,7 +25012,7 @@ which is probably undesirable.
24483;;;*** 25012;;;***
24484 25013
24485;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 25014;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
24486;;;;;; (18468 40892)) 25015;;;;;; (18464 1611))
24487;;; Generated autoloads from progmodes/scheme.el 25016;;; Generated autoloads from progmodes/scheme.el
24488 25017
24489(autoload 'scheme-mode "scheme" "\ 25018(autoload 'scheme-mode "scheme" "\
@@ -24525,7 +25054,7 @@ that variable's value is a string.
24525;;;*** 25054;;;***
24526 25055
24527;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 25056;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
24528;;;;;; (18468 40889)) 25057;;;;;; (18463 54942))
24529;;; Generated autoloads from gnus/score-mode.el 25058;;; Generated autoloads from gnus/score-mode.el
24530 25059
24531(autoload 'gnus-score-mode "score-mode" "\ 25060(autoload 'gnus-score-mode "score-mode" "\
@@ -24539,7 +25068,7 @@ This mode is an extended emacs-lisp mode.
24539;;;*** 25068;;;***
24540 25069
24541;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 25070;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
24542;;;;;; (18468 40887)) 25071;;;;;; (18464 3965))
24543;;; Generated autoloads from scroll-all.el 25072;;; Generated autoloads from scroll-all.el
24544 25073
24545(defvar scroll-all-mode nil "\ 25074(defvar scroll-all-mode nil "\
@@ -24562,7 +25091,7 @@ apply to all visible windows in the same frame.
24562;;;*** 25091;;;***
24563 25092
24564;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 25093;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
24565;;;;;; (18468 40887)) 25094;;;;;; (18464 3965))
24566;;; Generated autoloads from scroll-lock.el 25095;;; Generated autoloads from scroll-lock.el
24567 25096
24568(autoload 'scroll-lock-mode "scroll-lock" "\ 25097(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -24584,7 +25113,7 @@ during scrolling.
24584;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 25113;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
24585;;;;;; mail-header-separator send-mail-function mail-interactive 25114;;;;;; mail-header-separator send-mail-function mail-interactive
24586;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 25115;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
24587;;;;;; "sendmail" "mail/sendmail.el" (18508 22730)) 25116;;;;;; "sendmail" "mail/sendmail.el" (18634 15334))
24588;;; Generated autoloads from mail/sendmail.el 25117;;; Generated autoloads from mail/sendmail.el
24589 25118
24590(defvar mail-from-style 'angles "\ 25119(defvar mail-from-style 'angles "\
@@ -24885,7 +25414,7 @@ Like `mail' command, but display mail buffer in another frame.
24885;;;*** 25414;;;***
24886 25415
24887;;;### (autoloads (server-save-buffers-kill-terminal server-mode 25416;;;### (autoloads (server-save-buffers-kill-terminal server-mode
24888;;;;;; server-start) "server" "server.el" (18468 40887)) 25417;;;;;; server-start) "server" "server.el" (18654 2590))
24889;;; Generated autoloads from server.el 25418;;; Generated autoloads from server.el
24890 25419
24891(autoload 'server-start "server" "\ 25420(autoload 'server-start "server" "\
@@ -24929,7 +25458,7 @@ only these files will be asked to be saved.
24929 25458
24930;;;*** 25459;;;***
24931 25460
24932;;;### (autoloads (ses-mode) "ses" "ses.el" (18508 22727)) 25461;;;### (autoloads (ses-mode) "ses" "ses.el" (18476 36331))
24933;;; Generated autoloads from ses.el 25462;;; Generated autoloads from ses.el
24934 25463
24935(autoload 'ses-mode "ses" "\ 25464(autoload 'ses-mode "ses" "\
@@ -24948,7 +25477,7 @@ These are active only in the minibuffer, when entering or editing a formula:
24948;;;*** 25477;;;***
24949 25478
24950;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 25479;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
24951;;;;;; (18550 15780)) 25480;;;;;; (18643 25224))
24952;;; Generated autoloads from textmodes/sgml-mode.el 25481;;; Generated autoloads from textmodes/sgml-mode.el
24953 25482
24954(autoload 'sgml-mode "sgml-mode" "\ 25483(autoload 'sgml-mode "sgml-mode" "\
@@ -25016,7 +25545,7 @@ To work around that, do:
25016;;;*** 25545;;;***
25017 25546
25018;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 25547;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
25019;;;;;; (18566 26932)) 25548;;;;;; (18654 2599))
25020;;; Generated autoloads from progmodes/sh-script.el 25549;;; Generated autoloads from progmodes/sh-script.el
25021(put 'sh-shell 'safe-local-variable 'symbolp) 25550(put 'sh-shell 'safe-local-variable 'symbolp)
25022 25551
@@ -25080,7 +25609,7 @@ with your script for an edit-interpret-debug cycle.
25080 25609
25081;;;*** 25610;;;***
25082 25611
25083;;;### (autoloads (sha1) "sha1" "sha1.el" (18468 40887)) 25612;;;### (autoloads (sha1) "sha1" "sha1.el" (18464 3965))
25084;;; Generated autoloads from sha1.el 25613;;; Generated autoloads from sha1.el
25085 25614
25086(autoload 'sha1 "sha1" "\ 25615(autoload 'sha1 "sha1" "\
@@ -25095,7 +25624,7 @@ If BINARY is non-nil, return a string in binary form.
25095;;;*** 25624;;;***
25096 25625
25097;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 25626;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
25098;;;;;; (18468 40888)) 25627;;;;;; (18463 52911))
25099;;; Generated autoloads from emacs-lisp/shadow.el 25628;;; Generated autoloads from emacs-lisp/shadow.el
25100 25629
25101(autoload 'list-load-path-shadows "shadow" "\ 25630(autoload 'list-load-path-shadows "shadow" "\
@@ -25142,8 +25671,8 @@ buffer called `*Shadows*'. Shadowings are located by calling the
25142;;;*** 25671;;;***
25143 25672
25144;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 25673;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
25145;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (18577 25674;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (18580
25146;;;;;; 57511)) 25675;;;;;; 33793))
25147;;; Generated autoloads from shadowfile.el 25676;;; Generated autoloads from shadowfile.el
25148 25677
25149(autoload 'shadow-define-cluster "shadowfile" "\ 25678(autoload 'shadow-define-cluster "shadowfile" "\
@@ -25182,7 +25711,7 @@ Set up file shadowing.
25182;;;*** 25711;;;***
25183 25712
25184;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 25713;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
25185;;;;;; (18567 50848)) 25714;;;;;; (18613 36683))
25186;;; Generated autoloads from shell.el 25715;;; Generated autoloads from shell.el
25187 25716
25188(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ 25717(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
@@ -25232,7 +25761,7 @@ Otherwise, one argument `-i' is passed to the shell.
25232;;;*** 25761;;;***
25233 25762
25234;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 25763;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
25235;;;;;; "sieve" "gnus/sieve.el" (18468 40889)) 25764;;;;;; "sieve" "gnus/sieve.el" (18463 54942))
25236;;; Generated autoloads from gnus/sieve.el 25765;;; Generated autoloads from gnus/sieve.el
25237 25766
25238(autoload 'sieve-manage "sieve" "\ 25767(autoload 'sieve-manage "sieve" "\
@@ -25253,7 +25782,7 @@ Not documented
25253;;;*** 25782;;;***
25254 25783
25255;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 25784;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
25256;;;;;; (18468 40889)) 25785;;;;;; (18463 54942))
25257;;; Generated autoloads from gnus/sieve-mode.el 25786;;; Generated autoloads from gnus/sieve-mode.el
25258 25787
25259(autoload 'sieve-mode "sieve-mode" "\ 25788(autoload 'sieve-mode "sieve-mode" "\
@@ -25268,8 +25797,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
25268 25797
25269;;;*** 25798;;;***
25270 25799
25271;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (18468 25800;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (18464
25272;;;;;; 40892)) 25801;;;;;; 1612))
25273;;; Generated autoloads from progmodes/simula.el 25802;;; Generated autoloads from progmodes/simula.el
25274 25803
25275(autoload 'simula-mode "simula" "\ 25804(autoload 'simula-mode "simula" "\
@@ -25318,7 +25847,7 @@ with no arguments, if that value is non-nil.
25318;;;*** 25847;;;***
25319 25848
25320;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 25849;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
25321;;;;;; define-skeleton) "skeleton" "skeleton.el" (18468 40887)) 25850;;;;;; define-skeleton) "skeleton" "skeleton.el" (18464 3966))
25322;;; Generated autoloads from skeleton.el 25851;;; Generated autoloads from skeleton.el
25323 25852
25324(defvar skeleton-filter-function 'identity "\ 25853(defvar skeleton-filter-function 'identity "\
@@ -25428,7 +25957,7 @@ symmetrical ones, and the same character twice for the others.
25428;;;*** 25957;;;***
25429 25958
25430;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) 25959;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
25431;;;;;; "smerge-mode" "smerge-mode.el" (18566 26931)) 25960;;;;;; "smerge-mode" "smerge-mode.el" (18580 33793))
25432;;; Generated autoloads from smerge-mode.el 25961;;; Generated autoloads from smerge-mode.el
25433 25962
25434(autoload 'smerge-ediff "smerge-mode" "\ 25963(autoload 'smerge-ediff "smerge-mode" "\
@@ -25453,7 +25982,7 @@ If no conflict maker is found, turn off `smerge-mode'.
25453;;;*** 25982;;;***
25454 25983
25455;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 25984;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
25456;;;;;; (18468 40889)) 25985;;;;;; (18463 54942))
25457;;; Generated autoloads from gnus/smiley.el 25986;;; Generated autoloads from gnus/smiley.el
25458 25987
25459(autoload 'smiley-region "smiley" "\ 25988(autoload 'smiley-region "smiley" "\
@@ -25471,7 +26000,7 @@ interactively. If there's no argument, do it at the current buffer
25471;;;*** 26000;;;***
25472 26001
25473;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 26002;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
25474;;;;;; "mail/smtpmail.el" (18508 22730)) 26003;;;;;; "mail/smtpmail.el" (18507 35269))
25475;;; Generated autoloads from mail/smtpmail.el 26004;;; Generated autoloads from mail/smtpmail.el
25476 26005
25477(autoload 'smtpmail-send-it "smtpmail" "\ 26006(autoload 'smtpmail-send-it "smtpmail" "\
@@ -25486,7 +26015,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
25486 26015
25487;;;*** 26016;;;***
25488 26017
25489;;;### (autoloads (snake) "snake" "play/snake.el" (18468 40892)) 26018;;;### (autoloads (snake) "snake" "play/snake.el" (18464 1945))
25490;;; Generated autoloads from play/snake.el 26019;;; Generated autoloads from play/snake.el
25491 26020
25492(autoload 'snake "snake" "\ 26021(autoload 'snake "snake" "\
@@ -25510,7 +26039,7 @@ Snake mode keybindings:
25510;;;*** 26039;;;***
25511 26040
25512;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 26041;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
25513;;;;;; (18468 40890)) 26042;;;;;; (18464 2404))
25514;;; Generated autoloads from net/snmp-mode.el 26043;;; Generated autoloads from net/snmp-mode.el
25515 26044
25516(autoload 'snmp-mode "snmp-mode" "\ 26045(autoload 'snmp-mode "snmp-mode" "\
@@ -25539,8 +26068,8 @@ then `snmpv2-mode-hook'.
25539 26068
25540;;;*** 26069;;;***
25541 26070
25542;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (18533 26071;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (18580
25543;;;;;; 1975)) 26072;;;;;; 33794))
25544;;; Generated autoloads from calendar/solar.el 26073;;; Generated autoloads from calendar/solar.el
25545 26074
25546(autoload 'sunrise-sunset "solar" "\ 26075(autoload 'sunrise-sunset "solar" "\
@@ -25555,8 +26084,8 @@ This function is suitable for execution in a .emacs file.
25555 26084
25556;;;*** 26085;;;***
25557 26086
25558;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (18573 26087;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (18659
25559;;;;;; 48348)) 26088;;;;;; 12585))
25560;;; Generated autoloads from play/solitaire.el 26089;;; Generated autoloads from play/solitaire.el
25561 26090
25562(autoload 'solitaire "solitaire" "\ 26091(autoload 'solitaire "solitaire" "\
@@ -25633,7 +26162,7 @@ Pick your favourite shortcuts:
25633 26162
25634;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 26163;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
25635;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 26164;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
25636;;;;;; sort-lines sort-subr) "sort" "sort.el" (18577 57511)) 26165;;;;;; sort-lines sort-subr) "sort" "sort.el" (18580 33793))
25637;;; Generated autoloads from sort.el 26166;;; Generated autoloads from sort.el
25638(put 'sort-fold-case 'safe-local-variable 'booleanp) 26167(put 'sort-fold-case 'safe-local-variable 'booleanp)
25639 26168
@@ -25777,8 +26306,8 @@ From a program takes two point or marker arguments, BEG and END.
25777 26306
25778;;;*** 26307;;;***
25779 26308
25780;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (18516 26309;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (18580
25781;;;;;; 15190)) 26310;;;;;; 33796))
25782;;; Generated autoloads from gnus/spam.el 26311;;; Generated autoloads from gnus/spam.el
25783 26312
25784(autoload 'spam-initialize "spam" "\ 26313(autoload 'spam-initialize "spam" "\
@@ -25794,7 +26323,7 @@ installed through `spam-necessary-extra-headers'.
25794 26323
25795;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 26324;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
25796;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 26325;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
25797;;;;;; "gnus/spam-report.el" (18516 15190)) 26326;;;;;; "gnus/spam-report.el" (18580 33796))
25798;;; Generated autoloads from gnus/spam-report.el 26327;;; Generated autoloads from gnus/spam-report.el
25799 26328
25800(autoload 'spam-report-process-queue "spam-report" "\ 26329(autoload 'spam-report-process-queue "spam-report" "\
@@ -25837,7 +26366,7 @@ Spam reports will be queued with the method used when
25837;;;*** 26366;;;***
25838 26367
25839;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 26368;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
25840;;;;;; "speedbar.el" (18468 40887)) 26369;;;;;; "speedbar.el" (18464 3968))
25841;;; Generated autoloads from speedbar.el 26370;;; Generated autoloads from speedbar.el
25842 26371
25843(defalias 'speedbar 'speedbar-frame-mode) 26372(defalias 'speedbar 'speedbar-frame-mode)
@@ -25862,7 +26391,7 @@ selected. If the speedbar frame is active, then select the attached frame.
25862;;;*** 26391;;;***
25863 26392
25864;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 26393;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
25865;;;;;; "spell" "textmodes/spell.el" (18468 40893)) 26394;;;;;; "spell" "textmodes/spell.el" (18463 57224))
25866;;; Generated autoloads from textmodes/spell.el 26395;;; Generated autoloads from textmodes/spell.el
25867 26396
25868(put 'spell-filter 'risky-local-variable t) 26397(put 'spell-filter 'risky-local-variable t)
@@ -25906,8 +26435,8 @@ Check spelling of string supplied as argument.
25906 26435
25907;;;*** 26436;;;***
25908 26437
25909;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (18468 26438;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (18464
25910;;;;;; 40892)) 26439;;;;;; 1945))
25911;;; Generated autoloads from play/spook.el 26440;;; Generated autoloads from play/spook.el
25912 26441
25913(autoload 'spook "spook" "\ 26442(autoload 'spook "spook" "\
@@ -25925,8 +26454,8 @@ Return a vector containing the lines from `spook-phrases-file'.
25925;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres 26454;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
25926;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 26455;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
25927;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help 26456;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help
25928;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (18533 26457;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (18580
25929;;;;;; 1976)) 26458;;;;;; 33799))
25930;;; Generated autoloads from progmodes/sql.el 26459;;; Generated autoloads from progmodes/sql.el
25931 26460
25932(autoload 'sql-add-product-keywords "sql" "\ 26461(autoload 'sql-add-product-keywords "sql" "\
@@ -26357,8 +26886,8 @@ input. See `sql-interactive-mode'.
26357;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 26886;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
26358;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 26887;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
26359;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 26888;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
26360;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (18508 26889;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (18507
26361;;;;;; 22727)) 26890;;;;;; 35267))
26362;;; Generated autoloads from strokes.el 26891;;; Generated autoloads from strokes.el
26363 26892
26364(autoload 'strokes-global-set-stroke "strokes" "\ 26893(autoload 'strokes-global-set-stroke "strokes" "\
@@ -26468,7 +26997,7 @@ Read a complex stroke and insert its glyph into the current buffer.
26468;;;*** 26997;;;***
26469 26998
26470;;;### (autoloads (studlify-buffer studlify-word studlify-region) 26999;;;### (autoloads (studlify-buffer studlify-word studlify-region)
26471;;;;;; "studly" "play/studly.el" (18433 5711)) 27000;;;;;; "studly" "play/studly.el" (18430 8152))
26472;;; Generated autoloads from play/studly.el 27001;;; Generated autoloads from play/studly.el
26473 27002
26474(autoload 'studlify-region "studly" "\ 27003(autoload 'studlify-region "studly" "\
@@ -26489,7 +27018,7 @@ Studlify-case the current buffer.
26489;;;*** 27018;;;***
26490 27019
26491;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 27020;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
26492;;;;;; (18468 40890)) 27021;;;;;; (18464 1845))
26493;;; Generated autoloads from mail/supercite.el 27022;;; Generated autoloads from mail/supercite.el
26494 27023
26495(autoload 'sc-cite-original "supercite" "\ 27024(autoload 'sc-cite-original "supercite" "\
@@ -26522,7 +27051,7 @@ and `sc-post-hook' is run after the guts of this function.
26522;;;*** 27051;;;***
26523 27052
26524;;;### (autoloads (symbol-completion-try-complete symbol-complete) 27053;;;### (autoloads (symbol-completion-try-complete symbol-complete)
26525;;;;;; "sym-comp" "progmodes/sym-comp.el" (18468 40892)) 27054;;;;;; "sym-comp" "progmodes/sym-comp.el" (18464 1613))
26526;;; Generated autoloads from progmodes/sym-comp.el 27055;;; Generated autoloads from progmodes/sym-comp.el
26527 27056
26528(autoload 'symbol-complete "sym-comp" "\ 27057(autoload 'symbol-complete "sym-comp" "\
@@ -26559,8 +27088,8 @@ completion:
26559 27088
26560;;;*** 27089;;;***
26561 27090
26562;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (18516 27091;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (18580
26563;;;;;; 15188)) 27092;;;;;; 33793))
26564;;; Generated autoloads from t-mouse.el 27093;;; Generated autoloads from t-mouse.el
26565 27094
26566(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 27095(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -26587,7 +27116,7 @@ It relies on the `gpm' daemon being activated.
26587 27116
26588;;;*** 27117;;;***
26589 27118
26590;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (18468 40887)) 27119;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (18464 3969))
26591;;; Generated autoloads from tabify.el 27120;;; Generated autoloads from tabify.el
26592 27121
26593(autoload 'untabify "tabify" "\ 27122(autoload 'untabify "tabify" "\
@@ -26622,7 +27151,7 @@ The variable `tab-width' controls the spacing of tab stops.
26622;;;;;; table-recognize table-insert-row-column table-insert-column 27151;;;;;; table-recognize table-insert-row-column table-insert-column
26623;;;;;; table-insert-row table-insert table-point-left-cell-hook 27152;;;;;; table-insert-row table-insert table-point-left-cell-hook
26624;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 27153;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
26625;;;;;; "table" "textmodes/table.el" (18468 40893)) 27154;;;;;; "table" "textmodes/table.el" (18463 57224))
26626;;; Generated autoloads from textmodes/table.el 27155;;; Generated autoloads from textmodes/table.el
26627 27156
26628(defvar table-cell-map-hook nil "\ 27157(defvar table-cell-map-hook nil "\
@@ -27210,7 +27739,7 @@ converts a table into plain text without frames. It is a companion to
27210 27739
27211;;;*** 27740;;;***
27212 27741
27213;;;### (autoloads (talk talk-connect) "talk" "talk.el" (18474 994)) 27742;;;### (autoloads (talk talk-connect) "talk" "talk.el" (18473 65304))
27214;;; Generated autoloads from talk.el 27743;;; Generated autoloads from talk.el
27215 27744
27216(autoload 'talk-connect "talk" "\ 27745(autoload 'talk-connect "talk" "\
@@ -27225,7 +27754,7 @@ Connect to the Emacs talk group from the current X display or tty frame.
27225 27754
27226;;;*** 27755;;;***
27227 27756
27228;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (18508 22727)) 27757;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (18507 35267))
27229;;; Generated autoloads from tar-mode.el 27758;;; Generated autoloads from tar-mode.el
27230 27759
27231(autoload 'tar-mode "tar-mode" "\ 27760(autoload 'tar-mode "tar-mode" "\
@@ -27249,7 +27778,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
27249;;;*** 27778;;;***
27250 27779
27251;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 27780;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
27252;;;;;; "progmodes/tcl.el" (18468 40892)) 27781;;;;;; "progmodes/tcl.el" (18464 1613))
27253;;; Generated autoloads from progmodes/tcl.el 27782;;; Generated autoloads from progmodes/tcl.el
27254 27783
27255(autoload 'tcl-mode "tcl" "\ 27784(autoload 'tcl-mode "tcl" "\
@@ -27300,7 +27829,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
27300 27829
27301;;;*** 27830;;;***
27302 27831
27303;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (18516 15190)) 27832;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (18580 33797))
27304;;; Generated autoloads from net/telnet.el 27833;;; Generated autoloads from net/telnet.el
27305 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") 27834 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
27306 27835
@@ -27328,7 +27857,7 @@ Normally input is edited in Emacs and sent a line at a time.
27328;;;*** 27857;;;***
27329 27858
27330;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" 27859;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
27331;;;;;; (18516 15188)) 27860;;;;;; (18654 2590))
27332;;; Generated autoloads from term.el 27861;;; Generated autoloads from term.el
27333 27862
27334(autoload 'make-term "term" "\ 27863(autoload 'make-term "term" "\
@@ -27370,8 +27899,8 @@ use in that buffer.
27370 27899
27371;;;*** 27900;;;***
27372 27901
27373;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (18468 27902;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (18464
27374;;;;;; 40887)) 27903;;;;;; 3970))
27375;;; Generated autoloads from terminal.el 27904;;; Generated autoloads from terminal.el
27376 27905
27377(autoload 'terminal-emulator "terminal" "\ 27906(autoload 'terminal-emulator "terminal" "\
@@ -27408,7 +27937,7 @@ subprocess started.
27408;;;*** 27937;;;***
27409 27938
27410;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 27939;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
27411;;;;;; (18468 40888)) 27940;;;;;; (18463 52912))
27412;;; Generated autoloads from emacs-lisp/testcover.el 27941;;; Generated autoloads from emacs-lisp/testcover.el
27413 27942
27414(autoload 'testcover-this-defun "testcover" "\ 27943(autoload 'testcover-this-defun "testcover" "\
@@ -27418,7 +27947,7 @@ Start coverage on function under point.
27418 27947
27419;;;*** 27948;;;***
27420 27949
27421;;;### (autoloads (tetris) "tetris" "play/tetris.el" (18468 40892)) 27950;;;### (autoloads (tetris) "tetris" "play/tetris.el" (18464 1946))
27422;;; Generated autoloads from play/tetris.el 27951;;; Generated autoloads from play/tetris.el
27423 27952
27424(autoload 'tetris "tetris" "\ 27953(autoload 'tetris "tetris" "\
@@ -27449,7 +27978,7 @@ tetris-mode keybindings:
27449;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 27978;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
27450;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 27979;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
27451;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 27980;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
27452;;;;;; (18573 48349)) 27981;;;;;; (18654 2600))
27453;;; Generated autoloads from textmodes/tex-mode.el 27982;;; Generated autoloads from textmodes/tex-mode.el
27454 27983
27455(defvar tex-shell-file-name nil "\ 27984(defvar tex-shell-file-name nil "\
@@ -27751,7 +28280,7 @@ Major mode to edit DocTeX files.
27751;;;*** 28280;;;***
27752 28281
27753;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 28282;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
27754;;;;;; "texinfmt" "textmodes/texinfmt.el" (18577 57514)) 28283;;;;;; "texinfmt" "textmodes/texinfmt.el" (18654 2600))
27755;;; Generated autoloads from textmodes/texinfmt.el 28284;;; Generated autoloads from textmodes/texinfmt.el
27756 28285
27757(autoload 'texinfo-format-buffer "texinfmt" "\ 28286(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -27791,7 +28320,7 @@ if large. You can use `Info-split' to do this manually.
27791;;;*** 28320;;;***
27792 28321
27793;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 28322;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
27794;;;;;; "texinfo" "textmodes/texinfo.el" (18468 40893)) 28323;;;;;; "texinfo" "textmodes/texinfo.el" (18463 57225))
27795;;; Generated autoloads from textmodes/texinfo.el 28324;;; Generated autoloads from textmodes/texinfo.el
27796 28325
27797(defvar texinfo-open-quote "``" "\ 28326(defvar texinfo-open-quote "``" "\
@@ -27877,7 +28406,7 @@ value of `texinfo-mode-hook'.
27877 28406
27878;;;### (autoloads (thai-composition-function thai-compose-buffer 28407;;;### (autoloads (thai-composition-function thai-compose-buffer
27879;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" 28408;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
27880;;;;;; (18468 40890)) 28409;;;;;; (18615 49559))
27881;;; Generated autoloads from language/thai-util.el 28410;;; Generated autoloads from language/thai-util.el
27882 28411
27883(autoload 'thai-compose-region "thai-util" "\ 28412(autoload 'thai-compose-region "thai-util" "\
@@ -27900,13 +28429,13 @@ Compose Thai characters in the current buffer.
27900(autoload 'thai-composition-function "thai-util" "\ 28429(autoload 'thai-composition-function "thai-util" "\
27901Not documented 28430Not documented
27902 28431
27903\(fn POS TO FONT-OBJECT STRING)" nil nil) 28432\(fn GSTRING)" nil nil)
27904 28433
27905;;;*** 28434;;;***
27906 28435
27907;;;### (autoloads (list-at-point number-at-point symbol-at-point 28436;;;### (autoloads (list-at-point number-at-point symbol-at-point
27908;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 28437;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
27909;;;;;; "thingatpt" "thingatpt.el" (18468 40887)) 28438;;;;;; "thingatpt" "thingatpt.el" (18592 38131))
27910;;; Generated autoloads from thingatpt.el 28439;;; Generated autoloads from thingatpt.el
27911 28440
27912(autoload 'forward-thing "thingatpt" "\ 28441(autoload 'forward-thing "thingatpt" "\
@@ -27963,7 +28492,7 @@ Not documented
27963 28492
27964;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 28493;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
27965;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 28494;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
27966;;;;;; (18516 15188)) 28495;;;;;; (18580 33793))
27967;;; Generated autoloads from thumbs.el 28496;;; Generated autoloads from thumbs.el
27968 28497
27969(autoload 'thumbs-find-thumb "thumbs" "\ 28498(autoload 'thumbs-find-thumb "thumbs" "\
@@ -28002,7 +28531,7 @@ In dired, call the setroot program on the image at point.
28002;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region 28531;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region
28003;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan 28532;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan
28004;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" 28533;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util"
28005;;;;;; "language/tibet-util.el" (18468 40890)) 28534;;;;;; "language/tibet-util.el" (18463 56567))
28006;;; Generated autoloads from language/tibet-util.el 28535;;; Generated autoloads from language/tibet-util.el
28007 28536
28008(autoload 'tibetan-char-p "tibet-util" "\ 28537(autoload 'tibetan-char-p "tibet-util" "\
@@ -28081,7 +28610,7 @@ Not documented
28081;;;*** 28610;;;***
28082 28611
28083;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 28612;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
28084;;;;;; (18468 40893)) 28613;;;;;; (18463 57225))
28085;;; Generated autoloads from textmodes/tildify.el 28614;;; Generated autoloads from textmodes/tildify.el
28086 28615
28087(autoload 'tildify-region "tildify" "\ 28616(autoload 'tildify-region "tildify" "\
@@ -28106,7 +28635,7 @@ This function performs no refilling of the changed text.
28106 28635
28107;;;### (autoloads (emacs-init-time emacs-uptime display-time-world 28636;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
28108;;;;;; display-time-mode display-time display-time-day-and-date) 28637;;;;;; display-time-mode display-time display-time-day-and-date)
28109;;;;;; "time" "time.el" (18468 40887)) 28638;;;;;; "time" "time.el" (18464 3970))
28110;;; Generated autoloads from time.el 28639;;; Generated autoloads from time.el
28111 28640
28112(defvar display-time-day-and-date nil "\ 28641(defvar display-time-day-and-date nil "\
@@ -28168,7 +28697,7 @@ Return a string giving the duration of the Emacs initialization.
28168;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day 28697;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day
28169;;;;;; time-add time-subtract time-since days-to-time time-less-p 28698;;;;;; time-add time-subtract time-since days-to-time time-less-p
28170;;;;;; seconds-to-time time-to-seconds date-to-time) "time-date" 28699;;;;;; seconds-to-time time-to-seconds date-to-time) "time-date"
28171;;;;;; "calendar/time-date.el" (18468 40888)) 28700;;;;;; "calendar/time-date.el" (18463 52110))
28172;;; Generated autoloads from calendar/time-date.el 28701;;; Generated autoloads from calendar/time-date.el
28173 28702
28174(autoload 'date-to-time "time-date" "\ 28703(autoload 'date-to-time "time-date" "\
@@ -28280,7 +28809,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'.
28280;;;*** 28809;;;***
28281 28810
28282;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 28811;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
28283;;;;;; "time-stamp.el" (18468 40887)) 28812;;;;;; "time-stamp.el" (18464 3970))
28284;;; Generated autoloads from time-stamp.el 28813;;; Generated autoloads from time-stamp.el
28285(put 'time-stamp-format 'safe-local-variable 'stringp) 28814(put 'time-stamp-format 'safe-local-variable 'stringp)
28286(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 28815(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -28324,7 +28853,7 @@ With ARG, turn time stamping on if and only if arg is positive.
28324;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 28853;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
28325;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 28854;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
28326;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 28855;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
28327;;;;;; (18576 24565)) 28856;;;;;; (18580 33794))
28328;;; Generated autoloads from calendar/timeclock.el 28857;;; Generated autoloads from calendar/timeclock.el
28329 28858
28330(autoload 'timeclock-modeline-display "timeclock" "\ 28859(autoload 'timeclock-modeline-display "timeclock" "\
@@ -28424,7 +28953,7 @@ relative only to the time worked today, and not to past time.
28424;;;*** 28953;;;***
28425 28954
28426;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 28955;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
28427;;;;;; "international/titdic-cnv.el" (18468 40890)) 28956;;;;;; "international/titdic-cnv.el" (18463 56328))
28428;;; Generated autoloads from international/titdic-cnv.el 28957;;; Generated autoloads from international/titdic-cnv.el
28429 28958
28430(autoload 'titdic-convert "titdic-cnv" "\ 28959(autoload 'titdic-convert "titdic-cnv" "\
@@ -28447,7 +28976,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
28447;;;*** 28976;;;***
28448 28977
28449;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 28978;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
28450;;;;;; "tmm.el" (18468 40887)) 28979;;;;;; "tmm.el" (18464 3971))
28451;;; Generated autoloads from tmm.el 28980;;; Generated autoloads from tmm.el
28452 (define-key global-map "\M-`" 'tmm-menubar) 28981 (define-key global-map "\M-`" 'tmm-menubar)
28453 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 28982 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -28487,7 +29016,7 @@ Its value should be an event that has a binding in MENU.
28487 29016
28488;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 29017;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
28489;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 29018;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
28490;;;;;; "todo-mode" "calendar/todo-mode.el" (18533 1975)) 29019;;;;;; "todo-mode" "calendar/todo-mode.el" (18580 33794))
28491;;; Generated autoloads from calendar/todo-mode.el 29020;;; Generated autoloads from calendar/todo-mode.el
28492 29021
28493(autoload 'todo-add-category "todo-mode" "\ 29022(autoload 'todo-add-category "todo-mode" "\
@@ -28548,7 +29077,7 @@ Show TODO list.
28548 29077
28549;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 29078;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
28550;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) 29079;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
28551;;;;;; "tool-bar" "tool-bar.el" (18516 15188)) 29080;;;;;; "tool-bar" "tool-bar.el" (18634 15333))
28552;;; Generated autoloads from tool-bar.el 29081;;; Generated autoloads from tool-bar.el
28553 29082
28554(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 29083(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -28567,7 +29096,7 @@ PROPS are additional items to add to the menu item specification. See
28567Info node `(elisp)Tool Bar'. Items are added from left to right. 29096Info node `(elisp)Tool Bar'. Items are added from left to right.
28568 29097
28569ICON is the base name of a file containing the image to use. The 29098ICON is the base name of a file containing the image to use. The
28570function will first try to use low-color/ICON.xpm if display-color-cells 29099function will first try to use low-color/ICON.xpm if `display-color-cells'
28571is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally 29100is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
28572ICON.xbm, using `find-image'. 29101ICON.xbm, using `find-image'.
28573 29102
@@ -28621,7 +29150,7 @@ holds a keymap.
28621;;;*** 29150;;;***
28622 29151
28623;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 29152;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
28624;;;;;; (18468 40888)) 29153;;;;;; (18634 15333))
28625;;; Generated autoloads from emulation/tpu-edt.el 29154;;; Generated autoloads from emulation/tpu-edt.el
28626 29155
28627(defvar tpu-edt-mode nil "\ 29156(defvar tpu-edt-mode nil "\
@@ -28648,7 +29177,7 @@ Turn on TPU/edt emulation.
28648;;;*** 29177;;;***
28649 29178
28650;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" 29179;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
28651;;;;;; (18468 40888)) 29180;;;;;; (18463 53310))
28652;;; Generated autoloads from emulation/tpu-mapper.el 29181;;; Generated autoloads from emulation/tpu-mapper.el
28653 29182
28654(autoload 'tpu-mapper "tpu-mapper" "\ 29183(autoload 'tpu-mapper "tpu-mapper" "\
@@ -28682,7 +29211,7 @@ your local X guru can try to figure out why the key is being ignored.
28682 29211
28683;;;*** 29212;;;***
28684 29213
28685;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (18468 40888)) 29214;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (18654 2591))
28686;;; Generated autoloads from emacs-lisp/tq.el 29215;;; Generated autoloads from emacs-lisp/tq.el
28687 29216
28688(autoload 'tq-create "tq" "\ 29217(autoload 'tq-create "tq" "\
@@ -28696,7 +29225,7 @@ to a tcp server on another machine.
28696;;;*** 29225;;;***
28697 29226
28698;;;### (autoloads (trace-function-background trace-function trace-buffer) 29227;;;### (autoloads (trace-function-background trace-function trace-buffer)
28699;;;;;; "trace" "emacs-lisp/trace.el" (18516 15188)) 29228;;;;;; "trace" "emacs-lisp/trace.el" (18580 33794))
28700;;; Generated autoloads from emacs-lisp/trace.el 29229;;; Generated autoloads from emacs-lisp/trace.el
28701 29230
28702(defvar trace-buffer "*trace-output*" "\ 29231(defvar trace-buffer "*trace-output*" "\
@@ -28733,7 +29262,7 @@ BUFFER defaults to `trace-buffer'.
28733;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 29262;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
28734;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 29263;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
28735;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 29264;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
28736;;;;;; "net/tramp.el" (18573 48348)) 29265;;;;;; "net/tramp.el" (18612 17519))
28737;;; Generated autoloads from net/tramp.el 29266;;; Generated autoloads from net/tramp.el
28738 29267
28739(defvar tramp-mode t "\ 29268(defvar tramp-mode t "\
@@ -28872,7 +29401,7 @@ Discard Tramp from loading remote files.
28872;;;*** 29401;;;***
28873 29402
28874;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 29403;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
28875;;;;;; (18537 13676)) 29404;;;;;; (18580 33797))
28876;;; Generated autoloads from net/tramp-ftp.el 29405;;; Generated autoloads from net/tramp-ftp.el
28877 29406
28878(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 29407(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -28882,8 +29411,8 @@ Not documented
28882 29411
28883;;;*** 29412;;;***
28884 29413
28885;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (18468 29414;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (18464
28886;;;;;; 40887)) 29415;;;;;; 3971))
28887;;; Generated autoloads from tutorial.el 29416;;; Generated autoloads from tutorial.el
28888 29417
28889(autoload 'help-with-tutorial "tutorial" "\ 29418(autoload 'help-with-tutorial "tutorial" "\
@@ -28908,7 +29437,7 @@ resumed later.
28908;;;*** 29437;;;***
28909 29438
28910;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" 29439;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
28911;;;;;; (18468 40890)) 29440;;;;;; (18463 56567))
28912;;; Generated autoloads from language/tv-util.el 29441;;; Generated autoloads from language/tv-util.el
28913 29442
28914(autoload 'tai-viet-composition-function "tv-util" "\ 29443(autoload 'tai-viet-composition-function "tv-util" "\
@@ -28919,7 +29448,7 @@ Not documented
28919;;;*** 29448;;;***
28920 29449
28921;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 29450;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
28922;;;;;; "textmodes/two-column.el" (18468 40893)) 29451;;;;;; "textmodes/two-column.el" (18463 57151))
28923;;; Generated autoloads from textmodes/two-column.el 29452;;; Generated autoloads from textmodes/two-column.el
28924 (autoload '2C-command "two-column" () t 'keymap) 29453 (autoload '2C-command "two-column" () t 'keymap)
28925 (global-set-key "\C-x6" '2C-command) 29454 (global-set-key "\C-x6" '2C-command)
@@ -28970,7 +29499,7 @@ First column's text sSs Second column's text
28970;;;;;; type-break type-break-mode type-break-keystroke-threshold 29499;;;;;; type-break type-break-mode type-break-keystroke-threshold
28971;;;;;; type-break-good-break-interval type-break-good-rest-interval 29500;;;;;; type-break-good-break-interval type-break-good-rest-interval
28972;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 29501;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
28973;;;;;; (18468 40887)) 29502;;;;;; (18464 3971))
28974;;; Generated autoloads from type-break.el 29503;;; Generated autoloads from type-break.el
28975 29504
28976(defvar type-break-mode nil "\ 29505(defvar type-break-mode nil "\
@@ -29153,7 +29682,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
29153;;;*** 29682;;;***
29154 29683
29155;;;### (autoloads (ununderline-region underline-region) "underline" 29684;;;### (autoloads (ununderline-region underline-region) "underline"
29156;;;;;; "textmodes/underline.el" (18468 40893)) 29685;;;;;; "textmodes/underline.el" (18463 57226))
29157;;; Generated autoloads from textmodes/underline.el 29686;;; Generated autoloads from textmodes/underline.el
29158 29687
29159(autoload 'underline-region "underline" "\ 29688(autoload 'underline-region "underline" "\
@@ -29174,7 +29703,7 @@ which specify the range to operate on.
29174;;;*** 29703;;;***
29175 29704
29176;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) 29705;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)
29177;;;;;; "undigest" "mail/undigest.el" (18468 40890)) 29706;;;;;; "undigest" "mail/undigest.el" (18464 1846))
29178;;; Generated autoloads from mail/undigest.el 29707;;; Generated autoloads from mail/undigest.el
29179 29708
29180(autoload 'undigestify-rmail-message "undigest" "\ 29709(autoload 'undigestify-rmail-message "undigest" "\
@@ -29193,7 +29722,7 @@ following the containing message.
29193;;;*** 29722;;;***
29194 29723
29195;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 29724;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
29196;;;;;; (18468 40890)) 29725;;;;;; (18464 1846))
29197;;; Generated autoloads from mail/unrmail.el 29726;;; Generated autoloads from mail/unrmail.el
29198 29727
29199(autoload 'batch-unrmail "unrmail" "\ 29728(autoload 'batch-unrmail "unrmail" "\
@@ -29212,8 +29741,8 @@ Convert Rmail file FILE to system inbox format file TO-FILE.
29212 29741
29213;;;*** 29742;;;***
29214 29743
29215;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (18468 29744;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (18463
29216;;;;;; 40888)) 29745;;;;;; 52913))
29217;;; Generated autoloads from emacs-lisp/unsafep.el 29746;;; Generated autoloads from emacs-lisp/unsafep.el
29218 29747
29219(autoload 'unsafep "unsafep" "\ 29748(autoload 'unsafep "unsafep" "\
@@ -29226,7 +29755,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
29226;;;*** 29755;;;***
29227 29756
29228;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 29757;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
29229;;;;;; "url/url.el" (18550 15780)) 29758;;;;;; "url/url.el" (18580 33799))
29230;;; Generated autoloads from url/url.el 29759;;; Generated autoloads from url/url.el
29231 29760
29232(autoload 'url-retrieve "url" "\ 29761(autoload 'url-retrieve "url" "\
@@ -29266,7 +29795,7 @@ no further processing). URL is either a string or a parsed URL.
29266;;;*** 29795;;;***
29267 29796
29268;;;### (autoloads (url-register-auth-scheme url-get-authentication) 29797;;;### (autoloads (url-register-auth-scheme url-get-authentication)
29269;;;;;; "url-auth" "url/url-auth.el" (18550 15780)) 29798;;;;;; "url-auth" "url/url-auth.el" (18580 33799))
29270;;; Generated autoloads from url/url-auth.el 29799;;; Generated autoloads from url/url-auth.el
29271 29800
29272(autoload 'url-get-authentication "url-auth" "\ 29801(autoload 'url-get-authentication "url-auth" "\
@@ -29308,8 +29837,8 @@ RATING a rating between 1 and 10 of the strength of the authentication.
29308;;;*** 29837;;;***
29309 29838
29310;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached 29839;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached
29311;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (18550 29840;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (18580
29312;;;;;; 15780)) 29841;;;;;; 33799))
29313;;; Generated autoloads from url/url-cache.el 29842;;; Generated autoloads from url/url-cache.el
29314 29843
29315(autoload 'url-store-in-cache "url-cache" "\ 29844(autoload 'url-store-in-cache "url-cache" "\
@@ -29334,7 +29863,7 @@ Return t if a cached file has expired.
29334 29863
29335;;;*** 29864;;;***
29336 29865
29337;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (18468 40893)) 29866;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (18463 56982))
29338;;; Generated autoloads from url/url-cid.el 29867;;; Generated autoloads from url/url-cid.el
29339 29868
29340(autoload 'url-cid "url-cid" "\ 29869(autoload 'url-cid "url-cid" "\
@@ -29345,7 +29874,7 @@ Not documented
29345;;;*** 29874;;;***
29346 29875
29347;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 29876;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
29348;;;;;; "url/url-dav.el" (18550 15780)) 29877;;;;;; "url/url-dav.el" (18580 33799))
29349;;; Generated autoloads from url/url-dav.el 29878;;; Generated autoloads from url/url-dav.el
29350 29879
29351(autoload 'url-dav-supported-p "url-dav" "\ 29880(autoload 'url-dav-supported-p "url-dav" "\
@@ -29360,8 +29889,8 @@ Not documented
29360 29889
29361;;;*** 29890;;;***
29362 29891
29363;;;### (autoloads (url-file) "url-file" "url/url-file.el" (18550 29892;;;### (autoloads (url-file) "url-file" "url/url-file.el" (18580
29364;;;;;; 15780)) 29893;;;;;; 33799))
29365;;; Generated autoloads from url/url-file.el 29894;;; Generated autoloads from url/url-file.el
29366 29895
29367(autoload 'url-file "url-file" "\ 29896(autoload 'url-file "url-file" "\
@@ -29372,7 +29901,7 @@ Handle file: and ftp: URLs.
29372;;;*** 29901;;;***
29373 29902
29374;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 29903;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
29375;;;;;; "url/url-gw.el" (18550 15780)) 29904;;;;;; "url/url-gw.el" (18580 33799))
29376;;; Generated autoloads from url/url-gw.el 29905;;; Generated autoloads from url/url-gw.el
29377 29906
29378(autoload 'url-gateway-nslookup-host "url-gw" "\ 29907(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -29392,7 +29921,7 @@ Might do a non-blocking connection; use `process-status' to check.
29392 29921
29393;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 29922;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
29394;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" 29923;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
29395;;;;;; (18550 15780)) 29924;;;;;; (18580 33799))
29396;;; Generated autoloads from url/url-handlers.el 29925;;; Generated autoloads from url/url-handlers.el
29397 29926
29398(defvar url-handler-mode nil "\ 29927(defvar url-handler-mode nil "\
@@ -29443,7 +29972,7 @@ Not documented
29443;;;*** 29972;;;***
29444 29973
29445;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 29974;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
29446;;;;;; url-http) "url-http" "url/url-http.el" (18550 15780)) 29975;;;;;; url-http) "url-http" "url/url-http.el" (18634 15335))
29447;;; Generated autoloads from url/url-http.el 29976;;; Generated autoloads from url/url-http.el
29448 29977
29449(autoload 'url-http "url-http" "\ 29978(autoload 'url-http "url-http" "\
@@ -29499,8 +30028,9 @@ Default HTTPS port.")
29499 30028
29500(defconst url-https-asynchronous-p t "\ 30029(defconst url-https-asynchronous-p t "\
29501HTTPS retrievals are asynchronous.") 30030HTTPS retrievals are asynchronous.")
30031 (autoload 'url-default-expander "url-expand")
29502 30032
29503(defalias 'url-https-expand-file-name 'url-http-expand-file-name) 30033(defalias 'url-https-expand-file-name 'url-default-expander)
29504 (autoload 'url-https "url-http") 30034 (autoload 'url-https "url-http")
29505 (autoload 'url-https-file-exists-p "url-http") 30035 (autoload 'url-https-file-exists-p "url-http")
29506 (autoload 'url-https-file-readable-p "url-http") 30036 (autoload 'url-https-file-readable-p "url-http")
@@ -29508,7 +30038,7 @@ HTTPS retrievals are asynchronous.")
29508 30038
29509;;;*** 30039;;;***
29510 30040
29511;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (18550 15780)) 30041;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (18580 33799))
29512;;; Generated autoloads from url/url-irc.el 30042;;; Generated autoloads from url/url-irc.el
29513 30043
29514(autoload 'url-irc "url-irc" "\ 30044(autoload 'url-irc "url-irc" "\
@@ -29518,8 +30048,8 @@ Not documented
29518 30048
29519;;;*** 30049;;;***
29520 30050
29521;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (18468 30051;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (18463
29522;;;;;; 40893)) 30052;;;;;; 56984))
29523;;; Generated autoloads from url/url-ldap.el 30053;;; Generated autoloads from url/url-ldap.el
29524 30054
29525(autoload 'url-ldap "url-ldap" "\ 30055(autoload 'url-ldap "url-ldap" "\
@@ -29533,7 +30063,7 @@ URL can be a URL string, or a URL vector of the type returned by
29533;;;*** 30063;;;***
29534 30064
29535;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 30065;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
29536;;;;;; (18468 40893)) 30066;;;;;; (18463 56984))
29537;;; Generated autoloads from url/url-mailto.el 30067;;; Generated autoloads from url/url-mailto.el
29538 30068
29539(autoload 'url-mail "url-mailto" "\ 30069(autoload 'url-mail "url-mailto" "\
@@ -29549,7 +30079,7 @@ Handle the mailto: URL syntax.
29549;;;*** 30079;;;***
29550 30080
29551;;;### (autoloads (url-data url-generic-emulator-loader url-info 30081;;;### (autoloads (url-data url-generic-emulator-loader url-info
29552;;;;;; url-man) "url-misc" "url/url-misc.el" (18468 40893)) 30082;;;;;; url-man) "url-misc" "url/url-misc.el" (18463 56984))
29553;;; Generated autoloads from url/url-misc.el 30083;;; Generated autoloads from url/url-misc.el
29554 30084
29555(autoload 'url-man "url-misc" "\ 30085(autoload 'url-man "url-misc" "\
@@ -29581,7 +30111,7 @@ Fetch a data URL (RFC 2397).
29581;;;*** 30111;;;***
29582 30112
29583;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 30113;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
29584;;;;;; (18468 40893)) 30114;;;;;; (18463 56984))
29585;;; Generated autoloads from url/url-news.el 30115;;; Generated autoloads from url/url-news.el
29586 30116
29587(autoload 'url-news "url-news" "\ 30117(autoload 'url-news "url-news" "\
@@ -29598,7 +30128,7 @@ Not documented
29598 30128
29599;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 30129;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
29600;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 30130;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
29601;;;;;; (18468 40893)) 30131;;;;;; (18463 56984))
29602;;; Generated autoloads from url/url-ns.el 30132;;; Generated autoloads from url/url-ns.el
29603 30133
29604(autoload 'isPlainHostName "url-ns" "\ 30134(autoload 'isPlainHostName "url-ns" "\
@@ -29639,7 +30169,7 @@ Not documented
29639;;;*** 30169;;;***
29640 30170
29641;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 30171;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
29642;;;;;; "url/url-parse.el" (18468 40893)) 30172;;;;;; "url/url-parse.el" (18463 56984))
29643;;; Generated autoloads from url/url-parse.el 30173;;; Generated autoloads from url/url-parse.el
29644 30174
29645(autoload 'url-recreate-url "url-parse" "\ 30175(autoload 'url-recreate-url "url-parse" "\
@@ -29657,7 +30187,7 @@ TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS.
29657;;;*** 30187;;;***
29658 30188
29659;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 30189;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
29660;;;;;; (18468 40893)) 30190;;;;;; (18463 56985))
29661;;; Generated autoloads from url/url-privacy.el 30191;;; Generated autoloads from url/url-privacy.el
29662 30192
29663(autoload 'url-setup-privacy-info "url-privacy" "\ 30193(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -29673,7 +30203,7 @@ Setup variables that expose info about you and your system.
29673;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space 30203;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space
29674;;;;;; url-get-normalized-date url-lazy-message url-normalize-url 30204;;;;;; url-get-normalized-date url-lazy-message url-normalize-url
29675;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug) 30205;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug)
29676;;;;;; "url-util" "url/url-util.el" (18550 15780)) 30206;;;;;; "url-util" "url/url-util.el" (18654 2600))
29677;;; Generated autoloads from url/url-util.el 30207;;; Generated autoloads from url/url-util.el
29678 30208
29679(defvar url-debug nil "\ 30209(defvar url-debug nil "\
@@ -29807,7 +30337,7 @@ This uses `url-current-object', set locally to the buffer.
29807;;;*** 30337;;;***
29808 30338
29809;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 30339;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
29810;;;;;; "userlock" "userlock.el" (18468 40887)) 30340;;;;;; "userlock" "userlock.el" (18464 3971))
29811;;; Generated autoloads from userlock.el 30341;;; Generated autoloads from userlock.el
29812 30342
29813(autoload 'ask-user-about-lock "userlock" "\ 30343(autoload 'ask-user-about-lock "userlock" "\
@@ -29837,7 +30367,7 @@ The buffer in question is current when this function is called.
29837 30367
29838;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion 30368;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
29839;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) 30369;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
29840;;;;;; "utf-7" "international/utf-7.el" (18533 1975)) 30370;;;;;; "utf-7" "international/utf-7.el" (18580 33796))
29841;;; Generated autoloads from international/utf-7.el 30371;;; Generated autoloads from international/utf-7.el
29842 30372
29843(autoload 'utf-7-post-read-conversion "utf-7" "\ 30373(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -29864,7 +30394,7 @@ Not documented
29864 30394
29865;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 30395;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
29866;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" 30396;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
29867;;;;;; (18468 40890)) 30397;;;;;; (18464 1846))
29868;;; Generated autoloads from mail/uudecode.el 30398;;; Generated autoloads from mail/uudecode.el
29869 30399
29870(autoload 'uudecode-decode-region-external "uudecode" "\ 30400(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -29893,7 +30423,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29893;;;;;; vc-rollback vc-revert vc-print-log vc-retrieve-tag vc-create-tag 30423;;;;;; vc-rollback vc-revert vc-print-log vc-retrieve-tag vc-create-tag
29894;;;;;; vc-merge vc-insert-headers vc-revision-other-window vc-diff 30424;;;;;; vc-merge vc-insert-headers vc-revision-other-window vc-diff
29895;;;;;; vc-version-diff vc-register vc-next-action vc-before-checkin-hook 30425;;;;;; vc-version-diff vc-register vc-next-action vc-before-checkin-hook
29896;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (18566 26932)) 30426;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (18659 12584))
29897;;; Generated autoloads from vc.el 30427;;; Generated autoloads from vc.el
29898 30428
29899(defvar vc-checkout-hook nil "\ 30429(defvar vc-checkout-hook nil "\
@@ -30110,8 +30640,8 @@ Return the branch part of a revision number REV.
30110 30640
30111;;;*** 30641;;;***
30112 30642
30113;;;### (autoloads (vc-annotate) "vc-annotate" "vc-annotate.el" (18550 30643;;;### (autoloads (vc-annotate) "vc-annotate" "vc-annotate.el" (18543
30114;;;;;; 15777)) 30644;;;;;; 46934))
30115;;; Generated autoloads from vc-annotate.el 30645;;; Generated autoloads from vc-annotate.el
30116 30646
30117(autoload 'vc-annotate "vc-annotate" "\ 30647(autoload 'vc-annotate "vc-annotate" "\
@@ -30146,7 +30676,7 @@ mode-specific menu. `vc-annotate-color-map' and
30146 30676
30147;;;*** 30677;;;***
30148 30678
30149;;;### (autoloads nil "vc-arch" "vc-arch.el" (18566 26931)) 30679;;;### (autoloads nil "vc-arch" "vc-arch.el" (18580 33793))
30150;;; Generated autoloads from vc-arch.el 30680;;; Generated autoloads from vc-arch.el
30151 (defun vc-arch-registered (file) 30681 (defun vc-arch-registered (file)
30152 (if (vc-find-root file "{arch}/=tagging-method") 30682 (if (vc-find-root file "{arch}/=tagging-method")
@@ -30156,7 +30686,7 @@ mode-specific menu. `vc-annotate-color-map' and
30156 30686
30157;;;*** 30687;;;***
30158 30688
30159;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (18550 15777)) 30689;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (18643 25222))
30160;;; Generated autoloads from vc-bzr.el 30690;;; Generated autoloads from vc-bzr.el
30161 30691
30162(defconst vc-bzr-admin-dirname ".bzr" "\ 30692(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -30171,7 +30701,7 @@ Name of the directory containing Bzr repository status files.")
30171 30701
30172;;;*** 30702;;;***
30173 30703
30174;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (18530 36602)) 30704;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (18634 15333))
30175;;; Generated autoloads from vc-cvs.el 30705;;; Generated autoloads from vc-cvs.el
30176 (defun vc-cvs-registered (f) 30706 (defun vc-cvs-registered (f)
30177 (when (file-readable-p (expand-file-name 30707 (when (file-readable-p (expand-file-name
@@ -30181,7 +30711,7 @@ Name of the directory containing Bzr repository status files.")
30181 30711
30182;;;*** 30712;;;***
30183 30713
30184;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (18576 38756)) 30714;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (18612 17518))
30185;;; Generated autoloads from vc-dir.el 30715;;; Generated autoloads from vc-dir.el
30186 30716
30187(autoload 'vc-dir "vc-dir" "\ 30717(autoload 'vc-dir "vc-dir" "\
@@ -30194,7 +30724,7 @@ Interactively, a prefix argument means to ask for the backend.
30194;;;*** 30724;;;***
30195 30725
30196;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc-dispatcher.el" 30726;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc-dispatcher.el"
30197;;;;;; (18550 15777)) 30727;;;;;; (18603 62947))
30198;;; Generated autoloads from vc-dispatcher.el 30728;;; Generated autoloads from vc-dispatcher.el
30199 30729
30200(autoload 'vc-do-command "vc-dispatcher" "\ 30730(autoload 'vc-do-command "vc-dispatcher" "\
@@ -30215,7 +30745,7 @@ that is inserted into the command line before the filename.
30215 30745
30216;;;*** 30746;;;***
30217 30747
30218;;;### (autoloads nil "vc-git" "vc-git.el" (18576 24565)) 30748;;;### (autoloads nil "vc-git" "vc-git.el" (18643 25222))
30219;;; Generated autoloads from vc-git.el 30749;;; Generated autoloads from vc-git.el
30220 (defun vc-git-registered (file) 30750 (defun vc-git-registered (file)
30221 "Return non-nil if FILE is registered with git." 30751 "Return non-nil if FILE is registered with git."
@@ -30226,7 +30756,7 @@ that is inserted into the command line before the filename.
30226 30756
30227;;;*** 30757;;;***
30228 30758
30229;;;### (autoloads nil "vc-hg" "vc-hg.el" (18550 15777)) 30759;;;### (autoloads nil "vc-hg" "vc-hg.el" (18580 33793))
30230;;; Generated autoloads from vc-hg.el 30760;;; Generated autoloads from vc-hg.el
30231 (defun vc-hg-registered (file) 30761 (defun vc-hg-registered (file)
30232 "Return non-nil if FILE is registered with hg." 30762 "Return non-nil if FILE is registered with hg."
@@ -30237,7 +30767,7 @@ that is inserted into the command line before the filename.
30237 30767
30238;;;*** 30768;;;***
30239 30769
30240;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (18508 22728)) 30770;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (18476 29993))
30241;;; Generated autoloads from vc-mcvs.el 30771;;; Generated autoloads from vc-mcvs.el
30242 (defun vc-mcvs-registered (file) 30772 (defun vc-mcvs-registered (file)
30243 (if (vc-find-root file "MCVS/CVS") 30773 (if (vc-find-root file "MCVS/CVS")
@@ -30247,7 +30777,7 @@ that is inserted into the command line before the filename.
30247 30777
30248;;;*** 30778;;;***
30249 30779
30250;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (18530 36602)) 30780;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (18580 33793))
30251;;; Generated autoloads from vc-mtn.el 30781;;; Generated autoloads from vc-mtn.el
30252 30782
30253(defconst vc-mtn-admin-dir "_MTN") 30783(defconst vc-mtn-admin-dir "_MTN")
@@ -30262,7 +30792,7 @@ that is inserted into the command line before the filename.
30262;;;*** 30792;;;***
30263 30793
30264;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 30794;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
30265;;;;;; (18530 36602)) 30795;;;;;; (18643 25222))
30266;;; Generated autoloads from vc-rcs.el 30796;;; Generated autoloads from vc-rcs.el
30267 30797
30268(defvar vc-rcs-master-templates '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s") "\ 30798(defvar vc-rcs-master-templates '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s") "\
@@ -30276,7 +30806,7 @@ For a description of possible values, see `vc-check-master-templates'.")
30276;;;*** 30806;;;***
30277 30807
30278;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 30808;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
30279;;;;;; (18508 22728)) 30809;;;;;; (18634 15333))
30280;;; Generated autoloads from vc-sccs.el 30810;;; Generated autoloads from vc-sccs.el
30281 30811
30282(defvar vc-sccs-master-templates '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir) "\ 30812(defvar vc-sccs-master-templates '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir) "\
@@ -30293,7 +30823,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
30293 30823
30294;;;*** 30824;;;***
30295 30825
30296;;;### (autoloads nil "vc-svn" "vc-svn.el" (18530 36602)) 30826;;;### (autoloads nil "vc-svn" "vc-svn.el" (18634 15333))
30297;;; Generated autoloads from vc-svn.el 30827;;; Generated autoloads from vc-svn.el
30298 (defun vc-svn-registered (f) 30828 (defun vc-svn-registered (f)
30299 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 30829 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -30311,7 +30841,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
30311;;;*** 30841;;;***
30312 30842
30313;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" 30843;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
30314;;;;;; (18468 40892)) 30844;;;;;; (18592 38132))
30315;;; Generated autoloads from progmodes/vera-mode.el 30845;;; Generated autoloads from progmodes/vera-mode.el
30316 (add-to-list 'auto-mode-alist '("\\.vr[hi]?\\'" . vera-mode)) 30846 (add-to-list 'auto-mode-alist '("\\.vr[hi]?\\'" . vera-mode))
30317 30847
@@ -30369,7 +30899,7 @@ Key bindings:
30369;;;*** 30899;;;***
30370 30900
30371;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 30901;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
30372;;;;;; (18576 24566)) 30902;;;;;; (18634 15334))
30373;;; Generated autoloads from progmodes/verilog-mode.el 30903;;; Generated autoloads from progmodes/verilog-mode.el
30374 30904
30375(autoload 'verilog-mode "verilog-mode" "\ 30905(autoload 'verilog-mode "verilog-mode" "\
@@ -30506,7 +31036,7 @@ Key bindings specific to `verilog-mode-map' are:
30506;;;*** 31036;;;***
30507 31037
30508;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 31038;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
30509;;;;;; (18468 40892)) 31039;;;;;; (18592 38132))
30510;;; Generated autoloads from progmodes/vhdl-mode.el 31040;;; Generated autoloads from progmodes/vhdl-mode.el
30511 31041
30512(autoload 'vhdl-mode "vhdl-mode" "\ 31042(autoload 'vhdl-mode "vhdl-mode" "\
@@ -31047,7 +31577,7 @@ Key bindings:
31047 31577
31048;;;*** 31578;;;***
31049 31579
31050;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (18268 29794)) 31580;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (18263 30076))
31051;;; Generated autoloads from emulation/vi.el 31581;;; Generated autoloads from emulation/vi.el
31052 31582
31053(autoload 'vi-mode "vi" "\ 31583(autoload 'vi-mode "vi" "\
@@ -31102,7 +31632,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
31102;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 31632;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
31103;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 31633;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
31104;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 31634;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
31105;;;;;; "language/viet-util.el" (18468 40890)) 31635;;;;;; "language/viet-util.el" (18463 56568))
31106;;; Generated autoloads from language/viet-util.el 31636;;; Generated autoloads from language/viet-util.el
31107 31637
31108(autoload 'viet-encode-viscii-char "viet-util" "\ 31638(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -31150,7 +31680,7 @@ Not documented
31150;;;;;; view-mode view-buffer-other-frame view-buffer-other-window 31680;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
31151;;;;;; view-buffer view-file-other-frame view-file-other-window 31681;;;;;; view-buffer view-file-other-frame view-file-other-window
31152;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) 31682;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
31153;;;;;; "view" "view.el" (18530 36602)) 31683;;;;;; "view" "view.el" (18580 33793))
31154;;; Generated autoloads from view.el 31684;;; Generated autoloads from view.el
31155 31685
31156(defvar view-remove-frame-by-deleting t "\ 31686(defvar view-remove-frame-by-deleting t "\
@@ -31396,8 +31926,8 @@ Exit View mode and make the current buffer editable.
31396 31926
31397;;;*** 31927;;;***
31398 31928
31399;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (18468 31929;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (18463
31400;;;;;; 40888)) 31930;;;;;; 53310))
31401;;; Generated autoloads from emulation/vip.el 31931;;; Generated autoloads from emulation/vip.el
31402 31932
31403(autoload 'vip-setup "vip" "\ 31933(autoload 'vip-setup "vip" "\
@@ -31413,7 +31943,7 @@ Turn on VIP emulation of VI.
31413;;;*** 31943;;;***
31414 31944
31415;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 31945;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
31416;;;;;; (18468 40888)) 31946;;;;;; (18463 53313))
31417;;; Generated autoloads from emulation/viper.el 31947;;; Generated autoloads from emulation/viper.el
31418 31948
31419(autoload 'toggle-viper-mode "viper" "\ 31949(autoload 'toggle-viper-mode "viper" "\
@@ -31430,7 +31960,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
31430;;;*** 31960;;;***
31431 31961
31432;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 31962;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
31433;;;;;; (18468 40888)) 31963;;;;;; (18463 52913))
31434;;; Generated autoloads from emacs-lisp/warnings.el 31964;;; Generated autoloads from emacs-lisp/warnings.el
31435 31965
31436(defvar warning-prefix-function nil "\ 31966(defvar warning-prefix-function nil "\
@@ -31520,7 +32050,7 @@ this is equivalent to `display-warning', using
31520;;;*** 32050;;;***
31521 32051
31522;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 32052;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
31523;;;;;; (18517 23716)) 32053;;;;;; (18612 17518))
31524;;; Generated autoloads from wdired.el 32054;;; Generated autoloads from wdired.el
31525 32055
31526(autoload 'wdired-change-to-wdired-mode "wdired" "\ 32056(autoload 'wdired-change-to-wdired-mode "wdired" "\
@@ -31536,7 +32066,7 @@ See `wdired-mode'.
31536 32066
31537;;;*** 32067;;;***
31538 32068
31539;;;### (autoloads (webjump) "webjump" "net/webjump.el" (18468 40890)) 32069;;;### (autoloads (webjump) "webjump" "net/webjump.el" (18464 2406))
31540;;; Generated autoloads from net/webjump.el 32070;;; Generated autoloads from net/webjump.el
31541 32071
31542(autoload 'webjump "webjump" "\ 32072(autoload 'webjump "webjump" "\
@@ -31553,7 +32083,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
31553;;;*** 32083;;;***
31554 32084
31555;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 32085;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
31556;;;;;; (18468 40893)) 32086;;;;;; (18659 12585))
31557;;; Generated autoloads from progmodes/which-func.el 32087;;; Generated autoloads from progmodes/which-func.el
31558 (put 'which-func-format 'risky-local-variable t) 32088 (put 'which-func-format 'risky-local-variable t)
31559 (put 'which-func-current 'risky-local-variable t) 32089 (put 'which-func-current 'risky-local-variable t)
@@ -31584,7 +32114,7 @@ and off otherwise.
31584;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region 32114;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
31585;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options 32115;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
31586;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode 32116;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
31587;;;;;; whitespace-mode) "whitespace" "whitespace.el" (18575 5051)) 32117;;;;;; whitespace-mode) "whitespace" "whitespace.el" (18634 15333))
31588;;; Generated autoloads from whitespace.el 32118;;; Generated autoloads from whitespace.el
31589 32119
31590(autoload 'whitespace-mode "whitespace" "\ 32120(autoload 'whitespace-mode "whitespace" "\
@@ -31595,17 +32125,25 @@ If ARG is a number greater than zero, turn on visualization;
31595otherwise, turn off visualization. 32125otherwise, turn off visualization.
31596Only useful with a windowing system. 32126Only useful with a windowing system.
31597 32127
32128See also `whitespace-style', `whitespace-newline' and
32129`whitespace-display-mappings'.
32130
31598\(fn &optional ARG)" t nil) 32131\(fn &optional ARG)" t nil)
31599 32132
31600(autoload 'whitespace-newline-mode "whitespace" "\ 32133(autoload 'whitespace-newline-mode "whitespace" "\
31601Toggle newline minor mode visualization (\"nl\" on modeline). 32134Toggle NEWLINE minor mode visualization (\"nl\" on modeline).
31602 32135
31603If ARG is null, toggle newline visualization. 32136If ARG is null, toggle NEWLINE visualization.
31604If ARG is a number greater than zero, turn on visualization; 32137If ARG is a number greater than zero, turn on visualization;
31605otherwise, turn off visualization. 32138otherwise, turn off visualization.
31606Only useful with a windowing system. 32139Only useful with a windowing system.
31607 32140
31608See also `whitespace-newline'. 32141Use `whitespace-newline-mode' only for NEWLINE visualization
32142exclusively. For other visualizations, including NEWLINE
32143visualization together with (HARD) SPACEs and/or TABs, please,
32144use `whitespace-mode'.
32145
32146See also `whitespace-newline' and `whitespace-display-mappings'.
31609 32147
31610\(fn &optional ARG)" t nil) 32148\(fn &optional ARG)" t nil)
31611 32149
@@ -31626,6 +32164,9 @@ If ARG is a number greater than zero, turn on visualization;
31626otherwise, turn off visualization. 32164otherwise, turn off visualization.
31627Only useful with a windowing system. 32165Only useful with a windowing system.
31628 32166
32167See also `whitespace-style', `whitespace-newline' and
32168`whitespace-display-mappings'.
32169
31629\(fn &optional ARG)" t nil) 32170\(fn &optional ARG)" t nil)
31630 32171
31631(defvar global-whitespace-newline-mode nil "\ 32172(defvar global-whitespace-newline-mode nil "\
@@ -31638,14 +32179,19 @@ or call the function `global-whitespace-newline-mode'.")
31638(custom-autoload 'global-whitespace-newline-mode "whitespace" nil) 32179(custom-autoload 'global-whitespace-newline-mode "whitespace" nil)
31639 32180
31640(autoload 'global-whitespace-newline-mode "whitespace" "\ 32181(autoload 'global-whitespace-newline-mode "whitespace" "\
31641Toggle newline global minor mode visualization (\"NL\" on modeline). 32182Toggle NEWLINE global minor mode visualization (\"NL\" on modeline).
31642 32183
31643If ARG is null, toggle newline visualization. 32184If ARG is null, toggle NEWLINE visualization.
31644If ARG is a number greater than zero, turn on visualization; 32185If ARG is a number greater than zero, turn on visualization;
31645otherwise, turn off visualization. 32186otherwise, turn off visualization.
31646Only useful with a windowing system. 32187Only useful with a windowing system.
31647 32188
31648See also `whitespace-newline'. 32189Use `global-whitespace-newline-mode' only for NEWLINE
32190visualization exclusively. For other visualizations, including
32191NEWLINE visualization together with (HARD) SPACEs and/or TABs,
32192please, use `global-whitespace-mode'.
32193
32194See also `whitespace-newline' and `whitespace-display-mappings'.
31649 32195
31650\(fn &optional ARG)" t nil) 32196\(fn &optional ARG)" t nil)
31651 32197
@@ -31975,7 +32521,7 @@ cleaning up these problems.
31975;;;*** 32521;;;***
31976 32522
31977;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 32523;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
31978;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (18468 40887)) 32524;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (18464 3975))
31979;;; Generated autoloads from wid-browse.el 32525;;; Generated autoloads from wid-browse.el
31980 32526
31981(autoload 'widget-browse-at "wid-browse" "\ 32527(autoload 'widget-browse-at "wid-browse" "\
@@ -32002,8 +32548,8 @@ With arg, turn widget mode on if and only if arg is positive.
32002;;;*** 32548;;;***
32003 32549
32004;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 32550;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
32005;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (18508 32551;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (18507
32006;;;;;; 22728)) 32552;;;;;; 35267))
32007;;; Generated autoloads from wid-edit.el 32553;;; Generated autoloads from wid-edit.el
32008 32554
32009(autoload 'widgetp "wid-edit" "\ 32555(autoload 'widgetp "wid-edit" "\
@@ -32047,8 +32593,8 @@ Setup current buffer so editing string widgets works.
32047;;;*** 32593;;;***
32048 32594
32049;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 32595;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
32050;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (18468 32596;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (18464
32051;;;;;; 40887)) 32597;;;;;; 3975))
32052;;; Generated autoloads from windmove.el 32598;;; Generated autoloads from windmove.el
32053 32599
32054(autoload 'windmove-left "windmove" "\ 32600(autoload 'windmove-left "windmove" "\
@@ -32101,7 +32647,7 @@ Default MODIFIER is 'shift.
32101;;;*** 32647;;;***
32102 32648
32103;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 32649;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
32104;;;;;; (18468 40887)) 32650;;;;;; (18464 3976))
32105;;; Generated autoloads from winner.el 32651;;; Generated autoloads from winner.el
32106 32652
32107(defvar winner-mode nil "\ 32653(defvar winner-mode nil "\
@@ -32120,7 +32666,7 @@ With arg, turn Winner mode on if and only if arg is positive.
32120;;;*** 32666;;;***
32121 32667
32122;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale) 32668;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale)
32123;;;;;; "woman" "woman.el" (18559 51595)) 32669;;;;;; "woman" "woman.el" (18580 33794))
32124;;; Generated autoloads from woman.el 32670;;; Generated autoloads from woman.el
32125 32671
32126(defvar woman-locale nil "\ 32672(defvar woman-locale nil "\
@@ -32164,7 +32710,7 @@ decompress the file if appropriate. See the documentation for the
32164;;;*** 32710;;;***
32165 32711
32166;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 32712;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
32167;;;;;; (18468 40888)) 32713;;;;;; (18463 53313))
32168;;; Generated autoloads from emulation/ws-mode.el 32714;;; Generated autoloads from emulation/ws-mode.el
32169 32715
32170(autoload 'wordstar-mode "ws-mode" "\ 32716(autoload 'wordstar-mode "ws-mode" "\
@@ -32276,8 +32822,27 @@ The key bindings are:
32276 32822
32277;;;*** 32823;;;***
32278 32824
32825;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (18615 49560))
32826;;; Generated autoloads from net/xesam.el
32827
32828(autoload 'xesam-search "xesam" "\
32829Perform an interactive search.
32830ENGINE is the Xesam search engine to be applied, it must be one of the
32831entries of `xesam-search-engines'. QUERY is the search string in the
32832Xesam user query language. If the search engine does not support
32833the Xesam user query language, a Xesam fulltext search is applied.
32834
32835The default search engine is the first entry in `xesam-search-engines'.
32836Example:
32837
32838 (xesam-search (car (xesam-search-engines)) \"emacs\")
32839
32840\(fn ENGINE QUERY)" t nil)
32841
32842;;;***
32843
32279;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 32844;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
32280;;;;;; (18468 40887)) 32845;;;;;; (18464 3976))
32281;;; Generated autoloads from xml.el 32846;;; Generated autoloads from xml.el
32282 32847
32283(autoload 'xml-parse-file "xml" "\ 32848(autoload 'xml-parse-file "xml" "\
@@ -32303,7 +32868,7 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
32303;;;*** 32868;;;***
32304 32869
32305;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" 32870;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
32306;;;;;; "nxml/xmltok.el" (18550 15778)) 32871;;;;;; "nxml/xmltok.el" (18580 33798))
32307;;; Generated autoloads from nxml/xmltok.el 32872;;; Generated autoloads from nxml/xmltok.el
32308 32873
32309(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 32874(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -32321,8 +32886,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
32321 32886
32322;;;*** 32887;;;***
32323 32888
32324;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (18516 32889;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (18580
32325;;;;;; 15188)) 32890;;;;;; 33794))
32326;;; Generated autoloads from xt-mouse.el 32891;;; Generated autoloads from xt-mouse.el
32327 32892
32328(defvar xterm-mouse-mode nil "\ 32893(defvar xterm-mouse-mode nil "\
@@ -32351,7 +32916,7 @@ down the SHIFT key while pressing the mouse button.
32351;;;*** 32916;;;***
32352 32917
32353;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 32918;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
32354;;;;;; "gnus/yenc.el" (18468 40889)) 32919;;;;;; "gnus/yenc.el" (18463 54943))
32355;;; Generated autoloads from gnus/yenc.el 32920;;; Generated autoloads from gnus/yenc.el
32356 32921
32357(autoload 'yenc-decode-region "yenc" "\ 32922(autoload 'yenc-decode-region "yenc" "\
@@ -32367,7 +32932,7 @@ Extract file name from an yenc header.
32367;;;*** 32932;;;***
32368 32933
32369;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 32934;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
32370;;;;;; yow) "yow" "play/yow.el" (18468 40892)) 32935;;;;;; yow) "yow" "play/yow.el" (18464 1946))
32371;;; Generated autoloads from play/yow.el 32936;;; Generated autoloads from play/yow.el
32372 32937
32373(autoload 'yow "yow" "\ 32938(autoload 'yow "yow" "\
@@ -32393,7 +32958,7 @@ Zippy goes to the analyst.
32393 32958
32394;;;*** 32959;;;***
32395 32960
32396;;;### (autoloads (zone) "zone" "play/zone.el" (18468 40892)) 32961;;;### (autoloads (zone) "zone" "play/zone.el" (18464 1946))
32397;;; Generated autoloads from play/zone.el 32962;;; Generated autoloads from play/zone.el
32398 32963
32399(autoload 'zone "zone" "\ 32964(autoload 'zone "zone" "\
@@ -32409,51 +32974,52 @@ Zone out, completely.
32409;;;;;; "calc/calc-embed.el" "calc/calc-ext.el" "calc/calc-fin.el" 32974;;;;;; "calc/calc-embed.el" "calc/calc-ext.el" "calc/calc-fin.el"
32410;;;;;; "calc/calc-forms.el" "calc/calc-frac.el" "calc/calc-funcs.el" 32975;;;;;; "calc/calc-forms.el" "calc/calc-frac.el" "calc/calc-funcs.el"
32411;;;;;; "calc/calc-graph.el" "calc/calc-help.el" "calc/calc-incom.el" 32976;;;;;; "calc/calc-graph.el" "calc/calc-help.el" "calc/calc-incom.el"
32412;;;;;; "calc/calc-keypd.el" "calc/calc-lang.el" "calc/calc-macs.el" 32977;;;;;; "calc/calc-keypd.el" "calc/calc-lang.el" "calc/calc-loaddefs.el"
32413;;;;;; "calc/calc-map.el" "calc/calc-math.el" "calc/calc-menu.el" 32978;;;;;; "calc/calc-macs.el" "calc/calc-map.el" "calc/calc-math.el"
32414;;;;;; "calc/calc-misc.el" "calc/calc-mode.el" "calc/calc-mtx.el" 32979;;;;;; "calc/calc-menu.el" "calc/calc-misc.el" "calc/calc-mode.el"
32415;;;;;; "calc/calc-nlfit.el" "calc/calc-poly.el" "calc/calc-prog.el" 32980;;;;;; "calc/calc-mtx.el" "calc/calc-nlfit.el" "calc/calc-poly.el"
32416;;;;;; "calc/calc-rewr.el" "calc/calc-rules.el" "calc/calc-sel.el" 32981;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el"
32417;;;;;; "calc/calc-stat.el" "calc/calc-store.el" "calc/calc-stuff.el" 32982;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el"
32418;;;;;; "calc/calc-trail.el" "calc/calc-undo.el" "calc/calc-units.el" 32983;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-undo.el"
32419;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el" 32984;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el"
32420;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el" 32985;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el"
32421;;;;;; "calendar/cal-bahai.el" "calendar/cal-coptic.el" "calendar/cal-french.el" 32986;;;;;; "calc/calcsel2.el" "calendar/cal-bahai.el" "calendar/cal-coptic.el"
32422;;;;;; "calendar/cal-html.el" "calendar/cal-islam.el" "calendar/cal-iso.el" 32987;;;;;; "calendar/cal-french.el" "calendar/cal-html.el" "calendar/cal-islam.el"
32423;;;;;; "calendar/cal-julian.el" "calendar/cal-loaddefs.el" "calendar/cal-mayan.el" 32988;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-loaddefs.el"
32424;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el" 32989;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el"
32425;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/diary-loaddefs.el" 32990;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el"
32426;;;;;; "calendar/hol-loaddefs.el" "case-table.el" "cdl.el" "cus-dep.el" 32991;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "case-table.el"
32427;;;;;; "cus-face.el" "cus-start.el" "custom.el" "dframe.el" "dos-fns.el" 32992;;;;;; "cdl.el" "cus-dep.el" "cus-face.el" "cus-load.el" "cus-start.el"
32428;;;;;; "dos-vars.el" "dos-w32.el" "ediff-diff.el" "ediff-init.el" 32993;;;;;; "custom.el" "dframe.el" "dos-fns.el" "dos-vars.el" "dos-w32.el"
32429;;;;;; "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" 32994;;;;;; "ediff-diff.el" "ediff-init.el" "ediff-merg.el" "ediff-ptch.el"
32430;;;;;; "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" 32995;;;;;; "ediff-vers.el" "ediff-wind.el" "electric.el" "emacs-lisp/assoc.el"
32431;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/backquote.el" "emacs-lisp/bindat.el" 32996;;;;;; "emacs-lisp/authors.el" "emacs-lisp/avl-tree.el" "emacs-lisp/backquote.el"
32432;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/byte-run.el" "emacs-lisp/cl-compat.el" 32997;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/byte-run.el"
32433;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el" "emacs-lisp/cl-macs.el" 32998;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el"
32434;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" 32999;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el"
32435;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/float-sup.el" "emacs-lisp/gulp.el" 33000;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/find-gc.el" "emacs-lisp/float-sup.el"
32436;;;;;; "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" 33001;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el"
32437;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" "emacs-lisp/lucid.el" 33002;;;;;; "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el"
32438;;;;;; "emacs-lisp/map-ynp.el" "emacs-lisp/regi.el" "emacs-lisp/sregex.el" 33003;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/map-ynp.el" "emacs-lisp/regi.el"
32439;;;;;; "emacs-lisp/syntax.el" "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el" 33004;;;;;; "emacs-lisp/sregex.el" "emacs-lisp/syntax.el" "emacs-lisp/tcover-ses.el"
32440;;;;;; "emacs-lisp/timer.el" "emacs-lock.el" "emulation/cua-gmrk.el" 33005;;;;;; "emacs-lisp/tcover-unsafep.el" "emacs-lisp/timer.el" "emacs-lock.el"
32441;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el" 33006;;;;;; "emulation/cua-gmrk.el" "emulation/cua-rect.el" "emulation/edt-lk201.el"
32442;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-extras.el" 33007;;;;;; "emulation/edt-mapper.el" "emulation/edt-pc.el" "emulation/edt-vt100.el"
32443;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el" 33008;;;;;; "emulation/tpu-extras.el" "emulation/viper-cmd.el" "emulation/viper-ex.el"
32444;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el" 33009;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el"
32445;;;;;; "emulation/viper-util.el" "env.el" "epa-hook.el" "erc/erc-backend.el" 33010;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "env.el"
32446;;;;;; "erc/erc-goodies.el" "erc/erc-ibuffer.el" "erc/erc-lang.el" 33011;;;;;; "epa-hook.el" "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el"
32447;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el" 33012;;;;;; "erc/erc-lang.el" "eshell/em-alias.el" "eshell/em-banner.el"
32448;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" 33013;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el"
32449;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" 33014;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el"
32450;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" 33015;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el"
32451;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el" 33016;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el"
32452;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el" 33017;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el"
32453;;;;;; "eshell/esh-ext.el" "eshell/esh-io.el" "eshell/esh-maint.el" 33018;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el"
32454;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el" 33019;;;;;; "eshell/esh-io.el" "eshell/esh-maint.el" "eshell/esh-module.el"
32455;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "facemenu.el" 33020;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el"
32456;;;;;; "faces.el" "files.el" "foldout.el" "font-core.el" "font-lock.el" 33021;;;;;; "eshell/esh-var.el" "ezimage.el" "facemenu.el" "faces.el"
33022;;;;;; "files.el" "finder-inf.el" "foldout.el" "font-core.el" "font-lock.el"
32457;;;;;; "format-spec.el" "format.el" "forms-d2.el" "forms-pass.el" 33023;;;;;; "format-spec.el" "format.el" "forms-d2.el" "forms-pass.el"
32458;;;;;; "frame.el" "fringe.el" "generic-x.el" "gnus/auth-source.el" 33024;;;;;; "frame.el" "fringe.el" "generic-x.el" "gnus/auth-source.el"
32459;;;;;; "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" 33025;;;;;; "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el"
@@ -32502,7 +33068,8 @@ Zone out, completely.
32502;;;;;; "language/tai-viet.el" "language/thai-word.el" "language/thai.el" 33068;;;;;; "language/tai-viet.el" "language/thai-word.el" "language/thai.el"
32503;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el" 33069;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el"
32504;;;;;; "ldefs-boot.el" "loadup.el" "mail/blessmail.el" "mail/mailheader.el" 33070;;;;;; "ldefs-boot.el" "loadup.el" "mail/blessmail.el" "mail/mailheader.el"
32505;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" 33071;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/pmaildesc.el"
33072;;;;;; "mail/pmailhdr.el" "mail/pmailmm.el" "mail/rfc2368.el" "mail/rfc822.el"
32506;;;;;; "mail/rmail-spam-filter.el" "mail/uce.el" "md4.el" "mh-e/mh-acros.el" 33073;;;;;; "mail/rmail-spam-filter.el" "mail/uce.el" "md4.el" "mh-e/mh-acros.el"
32507;;;;;; "mh-e/mh-alias.el" "mh-e/mh-buffers.el" "mh-e/mh-compat.el" 33074;;;;;; "mh-e/mh-alias.el" "mh-e/mh-buffers.el" "mh-e/mh-compat.el"
32508;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" "mh-e/mh-identity.el" 33075;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" "mh-e/mh-identity.el"
@@ -32519,12 +33086,12 @@ Zone out, completely.
32519;;;;;; "net/sasl.el" "net/socks.el" "net/tls.el" "net/tramp-cache.el" 33086;;;;;; "net/sasl.el" "net/socks.el" "net/tls.el" "net/tramp-cache.el"
32520;;;;;; "net/tramp-cmds.el" "net/tramp-compat.el" "net/tramp-fish.el" 33087;;;;;; "net/tramp-cmds.el" "net/tramp-compat.el" "net/tramp-fish.el"
32521;;;;;; "net/tramp-gw.el" "net/tramp-smb.el" "net/tramp-uu.el" "net/trampver.el" 33088;;;;;; "net/tramp-gw.el" "net/tramp-smb.el" "net/tramp-uu.el" "net/trampver.el"
32522;;;;;; "net/xesam.el" "net/zeroconf.el" "nxml/char-name/subdirs.el" 33089;;;;;; "net/zeroconf.el" "nxml/char-name/subdirs.el" "nxml/nxml-enc.el"
32523;;;;;; "nxml/nxml-enc.el" "nxml/nxml-maint.el" "nxml/nxml-ns.el" 33090;;;;;; "nxml/nxml-maint.el" "nxml/nxml-ns.el" "nxml/nxml-outln.el"
32524;;;;;; "nxml/nxml-outln.el" "nxml/nxml-parse.el" "nxml/nxml-rap.el" 33091;;;;;; "nxml/nxml-parse.el" "nxml/nxml-rap.el" "nxml/nxml-util.el"
32525;;;;;; "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el" "nxml/rng-maint.el" 33092;;;;;; "nxml/rng-dt.el" "nxml/rng-loc.el" "nxml/rng-maint.el" "nxml/rng-match.el"
32526;;;;;; "nxml/rng-match.el" "nxml/rng-parse.el" "nxml/rng-pttrn.el" 33093;;;;;; "nxml/rng-parse.el" "nxml/rng-pttrn.el" "nxml/rng-uri.el"
32527;;;;;; "nxml/rng-uri.el" "nxml/rng-util.el" "nxml/subdirs.el" "nxml/xsd-regexp.el" 33094;;;;;; "nxml/rng-util.el" "nxml/subdirs.el" "nxml/xsd-regexp.el"
32528;;;;;; "org/org-archive.el" "org/org-bibtex.el" "org/org-colview.el" 33095;;;;;; "org/org-archive.el" "org/org-bibtex.el" "org/org-colview.el"
32529;;;;;; "org/org-compat.el" "org/org-faces.el" "org/org-gnus.el" 33096;;;;;; "org/org-compat.el" "org/org-faces.el" "org/org-gnus.el"
32530;;;;;; "org/org-info.el" "org/org-install.el" "org/org-jsinfo.el" 33097;;;;;; "org/org-info.el" "org/org-install.el" "org/org-jsinfo.el"
@@ -32555,8 +33122,8 @@ Zone out, completely.
32555;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" 33122;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
32556;;;;;; "url/url-vars.el" "vc-dav.el" "vc-hooks.el" "vcursor.el" 33123;;;;;; "url/url-vars.el" "vc-dav.el" "vc-hooks.el" "vcursor.el"
32557;;;;;; "version.el" "vt-control.el" "vt100-led.el" "w32-fns.el" 33124;;;;;; "version.el" "vt-control.el" "vt100-led.el" "w32-fns.el"
32558;;;;;; "w32-vars.el" "widget.el" "window.el" "x-dnd.el") (18577 33125;;;;;; "w32-vars.el" "widget.el" "window.el" "x-dnd.el") (18659
32559;;;;;; 64133 410728)) 33126;;;;;; 13106 817618))
32560 33127
32561;;;*** 33128;;;***
32562 33129
@@ -32565,6 +33132,5 @@ Zone out, completely.
32565;; version-control: never 33132;; version-control: never
32566;; no-byte-compile: t 33133;; no-byte-compile: t
32567;; no-update-autoloads: t 33134;; no-update-autoloads: t
32568;; coding: utf-8
32569;; End: 33135;; End:
32570;;; loaddefs.el ends here 33136;;; loaddefs.el ends here