aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-11-26 19:02:53 -0800
committerGlenn Morris2010-11-26 19:02:53 -0800
commit0162eb45af85245c596acd4986e86da3affb5a83 (patch)
tree63a620ae80fea514cee89e3ab9dbbebe0151ef57
parent228482b229c76c443ee4dea077bd0303cfbf5bc9 (diff)
downloademacs-0162eb45af85245c596acd4986e86da3affb5a83.tar.gz
emacs-0162eb45af85245c596acd4986e86da3affb5a83.zip
Regenerate ldefs-boot.el.
-rw-r--r--lisp/ldefs-boot.el2289
1 files changed, 1288 insertions, 1001 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index dd8ac41d1c6..af8ac63d5b5 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -1,10 +1,11 @@
1;;; loaddefs.el --- automatically extracted autoloads 1;;; loaddefs.el --- automatically extracted autoloads
2;; 2;;
3;;; Code: 3;;; Code:
4
4 5
5;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best 6;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best
6;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" 7;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
7;;;;;; "play/5x5.el" (19634 57717)) 8;;;;;; "play/5x5.el" (19634 23255))
8;;; Generated autoloads from play/5x5.el 9;;; Generated autoloads from play/5x5.el
9 10
10(autoload '5x5 "5x5" "\ 11(autoload '5x5 "5x5" "\
@@ -64,7 +65,7 @@ should return a grid vector array that is the new solution.
64;;;*** 65;;;***
65 66
66;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el" 67;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el"
67;;;;;; (19578 56905)) 68;;;;;; (19580 19536))
68;;; Generated autoloads from abbrevlist.el 69;;; Generated autoloads from abbrevlist.el
69 70
70(autoload 'list-one-abbrev-table "abbrevlist" "\ 71(autoload 'list-one-abbrev-table "abbrevlist" "\
@@ -75,7 +76,7 @@ Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER.
75;;;*** 76;;;***
76 77
77;;;### (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"
78;;;;;; (19675 9114)) 79;;;;;; (19672 56753))
79;;; Generated autoloads from progmodes/ada-mode.el 80;;; Generated autoloads from progmodes/ada-mode.el
80 81
81(autoload 'ada-add-extensions "ada-mode" "\ 82(autoload 'ada-add-extensions "ada-mode" "\
@@ -96,7 +97,7 @@ Ada mode is the major mode for editing Ada code.
96;;;*** 97;;;***
97 98
98;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 99;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
99;;;;;; (19578 56905)) 100;;;;;; (19580 19536))
100;;; Generated autoloads from progmodes/ada-stmt.el 101;;; Generated autoloads from progmodes/ada-stmt.el
101 102
102(autoload 'ada-header "ada-stmt" "\ 103(autoload 'ada-header "ada-stmt" "\
@@ -107,7 +108,7 @@ Insert a descriptive header at the top of the file.
107;;;*** 108;;;***
108 109
109;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 110;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
110;;;;;; (19675 9114)) 111;;;;;; (19672 41738))
111;;; Generated autoloads from progmodes/ada-xref.el 112;;; Generated autoloads from progmodes/ada-xref.el
112 113
113(autoload 'ada-find-file "ada-xref" "\ 114(autoload 'ada-find-file "ada-xref" "\
@@ -122,7 +123,7 @@ Completion is available.
122;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log 123;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
123;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name 124;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name
124;;;;;; add-log-current-defun-function) "add-log" "vc/add-log.el" 125;;;;;; add-log-current-defun-function) "add-log" "vc/add-log.el"
125;;;;;; (19661 45226)) 126;;;;;; (19661 46305))
126;;; Generated autoloads from vc/add-log.el 127;;; Generated autoloads from vc/add-log.el
127 128
128(put 'change-log-default-name 'safe-local-variable 'string-or-null-p) 129(put 'change-log-default-name 'safe-local-variable 'string-or-null-p)
@@ -261,7 +262,7 @@ old-style time formats for entries are supported.
261 262
262;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice 263;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
263;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) 264;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
264;;;;;; "advice" "emacs-lisp/advice.el" (19578 56905)) 265;;;;;; "advice" "emacs-lisp/advice.el" (19580 19536))
265;;; Generated autoloads from emacs-lisp/advice.el 266;;; Generated autoloads from emacs-lisp/advice.el
266 267
267(defvar ad-redefinition-action 'warn "\ 268(defvar ad-redefinition-action 'warn "\
@@ -406,7 +407,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
406 407
407;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 408;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
408;;;;;; align-highlight-rule align-current align-entire align-regexp 409;;;;;; align-highlight-rule align-current align-entire align-regexp
409;;;;;; align) "align" "align.el" (19569 38342)) 410;;;;;; align) "align" "align.el" (19574 61126))
410;;; Generated autoloads from align.el 411;;; Generated autoloads from align.el
411 412
412(autoload 'align "align" "\ 413(autoload 'align "align" "\
@@ -496,7 +497,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
496;;;*** 497;;;***
497 498
498;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" 499;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el"
499;;;;;; (19682 26290)) 500;;;;;; (19696 28661))
500;;; Generated autoloads from allout.el 501;;; Generated autoloads from allout.el
501 502
502(put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil))))) 503(put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil)))))
@@ -803,7 +804,7 @@ setup for auto-startup.
803;;;*** 804;;;***
804 805
805;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 806;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
806;;;;;; "net/ange-ftp.el" (19669 58161)) 807;;;;;; "net/ange-ftp.el" (19668 18649))
807;;; Generated autoloads from net/ange-ftp.el 808;;; Generated autoloads from net/ange-ftp.el
808 809
809(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 810(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
@@ -825,7 +826,7 @@ Not documented
825;;;*** 826;;;***
826 827
827;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 828;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
828;;;;;; "animate" "play/animate.el" (19379 23432)) 829;;;;;; "animate" "play/animate.el" (19277 34922))
829;;; Generated autoloads from play/animate.el 830;;; Generated autoloads from play/animate.el
830 831
831(autoload 'animate-string "animate" "\ 832(autoload 'animate-string "animate" "\
@@ -853,7 +854,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\".
853;;;*** 854;;;***
854 855
855;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 856;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
856;;;;;; "ansi-color" "ansi-color.el" (19595 20656)) 857;;;;;; "ansi-color" "ansi-color.el" (19594 48841))
857;;; Generated autoloads from ansi-color.el 858;;; Generated autoloads from ansi-color.el
858 859
859(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ 860(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
@@ -879,7 +880,7 @@ This is a good function to put in `comint-output-filter-functions'.
879;;;*** 880;;;***
880 881
881;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 882;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
882;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (19599 32188)) 883;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (19599 45674))
883;;; Generated autoloads from progmodes/antlr-mode.el 884;;; Generated autoloads from progmodes/antlr-mode.el
884 885
885(autoload 'antlr-show-makefile-rules "antlr-mode" "\ 886(autoload 'antlr-show-makefile-rules "antlr-mode" "\
@@ -916,7 +917,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
916;;;*** 917;;;***
917 918
918;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el" 919;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el"
919;;;;;; (19629 41197)) 920;;;;;; (19628 54816))
920;;; Generated autoloads from calendar/appt.el 921;;; Generated autoloads from calendar/appt.el
921 922
922(autoload 'appt-add "appt" "\ 923(autoload 'appt-add "appt" "\
@@ -939,7 +940,7 @@ ARG is positive, otherwise off.
939 940
940;;;### (autoloads (apropos-documentation apropos-value apropos-library 941;;;### (autoloads (apropos-documentation apropos-value apropos-library
941;;;;;; apropos apropos-documentation-property apropos-command apropos-variable 942;;;;;; apropos apropos-documentation-property apropos-command apropos-variable
942;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19578 56905)) 943;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19580 19536))
943;;; Generated autoloads from apropos.el 944;;; Generated autoloads from apropos.el
944 945
945(autoload 'apropos-read-pattern "apropos" "\ 946(autoload 'apropos-read-pattern "apropos" "\
@@ -1042,8 +1043,8 @@ Returns list of symbols and documentation found.
1042 1043
1043;;;*** 1044;;;***
1044 1045
1045;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (19669 1046;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (19668
1046;;;;;; 58161)) 1047;;;;;; 19473))
1047;;; Generated autoloads from arc-mode.el 1048;;; Generated autoloads from arc-mode.el
1048 1049
1049(autoload 'archive-mode "arc-mode" "\ 1050(autoload 'archive-mode "arc-mode" "\
@@ -1063,7 +1064,7 @@ archive.
1063 1064
1064;;;*** 1065;;;***
1065 1066
1066;;;### (autoloads (array-mode) "array" "array.el" (19675 9114)) 1067;;;### (autoloads (array-mode) "array" "array.el" (19672 56753))
1067;;; Generated autoloads from array.el 1068;;; Generated autoloads from array.el
1068 1069
1069(autoload 'array-mode "array" "\ 1070(autoload 'array-mode "array" "\
@@ -1135,7 +1136,7 @@ Entering array mode calls the function `array-mode-hook'.
1135;;;*** 1136;;;***
1136 1137
1137;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19623 1138;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19623
1138;;;;;; 61514)) 1139;;;;;; 59989))
1139;;; Generated autoloads from textmodes/artist.el 1140;;; Generated autoloads from textmodes/artist.el
1140 1141
1141(autoload 'artist-mode "artist" "\ 1142(autoload 'artist-mode "artist" "\
@@ -1341,8 +1342,8 @@ Keymap summary
1341 1342
1342;;;*** 1343;;;***
1343 1344
1344;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (19438 1345;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (19439
1345;;;;;; 21798)) 1346;;;;;; 4022))
1346;;; Generated autoloads from progmodes/asm-mode.el 1347;;; Generated autoloads from progmodes/asm-mode.el
1347 1348
1348(autoload 'asm-mode "asm-mode" "\ 1349(autoload 'asm-mode "asm-mode" "\
@@ -1370,7 +1371,7 @@ Special commands:
1370;;;*** 1371;;;***
1371 1372
1372;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1373;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1373;;;;;; (19379 23432)) 1374;;;;;; (19277 34915))
1374;;; Generated autoloads from autoarg.el 1375;;; Generated autoloads from autoarg.el
1375 1376
1376(defvar autoarg-mode nil "\ 1377(defvar autoarg-mode nil "\
@@ -1424,7 +1425,7 @@ etc. to supply digit arguments.
1424;;;*** 1425;;;***
1425 1426
1426;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1427;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1427;;;;;; (19595 20656)) 1428;;;;;; (19594 48841))
1428;;; Generated autoloads from progmodes/autoconf.el 1429;;; Generated autoloads from progmodes/autoconf.el
1429 1430
1430(autoload 'autoconf-mode "autoconf" "\ 1431(autoload 'autoconf-mode "autoconf" "\
@@ -1435,7 +1436,7 @@ Major mode for editing Autoconf configure.in files.
1435;;;*** 1436;;;***
1436 1437
1437;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1438;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1438;;;;;; "autoinsert" "autoinsert.el" (19502 54176)) 1439;;;;;; "autoinsert" "autoinsert.el" (19508 78))
1439;;; Generated autoloads from autoinsert.el 1440;;; Generated autoloads from autoinsert.el
1440 1441
1441(autoload 'auto-insert "autoinsert" "\ 1442(autoload 'auto-insert "autoinsert" "\
@@ -1474,7 +1475,7 @@ insert a template for the file depending on the mode of the buffer.
1474 1475
1475;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1476;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1476;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1477;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1477;;;;;; (19686 22639)) 1478;;;;;; (19687 6902))
1478;;; Generated autoloads from emacs-lisp/autoload.el 1479;;; Generated autoloads from emacs-lisp/autoload.el
1479 1480
1480(put 'generated-autoload-file 'safe-local-variable 'stringp) 1481(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1513,7 +1514,7 @@ Calls `update-directory-autoloads' on the command line arguments.
1513 1514
1514;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1515;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1515;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1516;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1516;;;;;; "autorevert" "autorevert.el" (19379 23432)) 1517;;;;;; "autorevert" "autorevert.el" (19277 34915))
1517;;; Generated autoloads from autorevert.el 1518;;; Generated autoloads from autorevert.el
1518 1519
1519(autoload 'auto-revert-mode "autorevert" "\ 1520(autoload 'auto-revert-mode "autorevert" "\
@@ -1594,7 +1595,7 @@ specifies in the mode line.
1594;;;*** 1595;;;***
1595 1596
1596;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1597;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1597;;;;;; "avoid.el" (19644 49850)) 1598;;;;;; "avoid.el" (19645 60484))
1598;;; Generated autoloads from avoid.el 1599;;; Generated autoloads from avoid.el
1599 1600
1600(defvar mouse-avoidance-mode nil "\ 1601(defvar mouse-avoidance-mode nil "\
@@ -1635,7 +1636,7 @@ definition of \"random distance\".)
1635;;;*** 1636;;;***
1636 1637
1637;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1638;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1638;;;;;; (19379 23432)) 1639;;;;;; (19277 34915))
1639;;; Generated autoloads from battery.el 1640;;; Generated autoloads from battery.el
1640 (put 'battery-mode-line-string 'risky-local-variable t) 1641 (put 'battery-mode-line-string 'risky-local-variable t)
1641 1642
@@ -1667,7 +1668,7 @@ seconds.
1667;;;*** 1668;;;***
1668 1669
1669;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1670;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1670;;;;;; "benchmark" "emacs-lisp/benchmark.el" (19379 23432)) 1671;;;;;; "benchmark" "emacs-lisp/benchmark.el" (19277 34919))
1671;;; Generated autoloads from emacs-lisp/benchmark.el 1672;;; Generated autoloads from emacs-lisp/benchmark.el
1672 1673
1673(autoload 'benchmark-run "benchmark" "\ 1674(autoload 'benchmark-run "benchmark" "\
@@ -1700,7 +1701,7 @@ For non-interactive use see also `benchmark-run' and
1700;;;*** 1701;;;***
1701 1702
1702;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) 1703;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
1703;;;;;; "bibtex" "textmodes/bibtex.el" (19661 45226)) 1704;;;;;; "bibtex" "textmodes/bibtex.el" (19661 46305))
1704;;; Generated autoloads from textmodes/bibtex.el 1705;;; Generated autoloads from textmodes/bibtex.el
1705 1706
1706(autoload 'bibtex-initialize "bibtex" "\ 1707(autoload 'bibtex-initialize "bibtex" "\
@@ -1787,7 +1788,7 @@ mode is not `bibtex-mode', START is nil, and DISPLAY is t.
1787;;;*** 1788;;;***
1788 1789
1789;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" 1790;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1790;;;;;; (19612 6522)) 1791;;;;;; (19611 36358))
1791;;; Generated autoloads from textmodes/bibtex-style.el 1792;;; Generated autoloads from textmodes/bibtex-style.el
1792 1793
1793(autoload 'bibtex-style-mode "bibtex-style" "\ 1794(autoload 'bibtex-style-mode "bibtex-style" "\
@@ -1799,7 +1800,7 @@ Major mode for editing BibTeX style files.
1799 1800
1800;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1801;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1801;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" 1802;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
1802;;;;;; (19583 31640)) 1803;;;;;; (19582 65302))
1803;;; Generated autoloads from mail/binhex.el 1804;;; Generated autoloads from mail/binhex.el
1804 1805
1805(defconst binhex-begin-line "^:...............................................................$") 1806(defconst binhex-begin-line "^:...............................................................$")
@@ -1822,8 +1823,8 @@ Binhex decode region between START and END.
1822 1823
1823;;;*** 1824;;;***
1824 1825
1825;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (19379 1826;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (19277
1826;;;;;; 23432)) 1827;;;;;; 34922))
1827;;; Generated autoloads from play/blackbox.el 1828;;; Generated autoloads from play/blackbox.el
1828 1829
1829(autoload 'blackbox "blackbox" "\ 1830(autoload 'blackbox "blackbox" "\
@@ -1946,7 +1947,7 @@ a reflection.
1946;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert 1947;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert
1947;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate 1948;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate
1948;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" 1949;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark"
1949;;;;;; "bookmark.el" (19669 58161)) 1950;;;;;; "bookmark.el" (19668 18952))
1950;;; Generated autoloads from bookmark.el 1951;;; Generated autoloads from bookmark.el
1951 (define-key ctl-x-r-map "b" 'bookmark-jump) 1952 (define-key ctl-x-r-map "b" 'bookmark-jump)
1952 (define-key ctl-x-r-map "m" 'bookmark-set) 1953 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2153,10 +2154,10 @@ Incremental search of bookmarks, hiding the non-matches as we go.
2153;;;;;; browse-url browse-url-of-region browse-url-of-dired-file 2154;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2154;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point 2155;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point
2155;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" 2156;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el"
2156;;;;;; (19675 9114)) 2157;;;;;; (19696 28661))
2157;;; Generated autoloads from net/browse-url.el 2158;;; Generated autoloads from net/browse-url.el
2158 2159
2159(defvar browse-url-browser-function `(("\\`mailto:" . browse-url-mail) ("." \, (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)))) "\ 2160(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)) "\
2160Function to display the current buffer in a WWW browser. 2161Function to display the current buffer in a WWW browser.
2161This is used by the `browse-url-at-point', `browse-url-at-mouse', and 2162This is used by the `browse-url-at-point', `browse-url-at-mouse', and
2162`browse-url-of-file' commands. 2163`browse-url-of-file' commands.
@@ -2205,6 +2206,8 @@ Ask a WWW browser to display the current region.
2205Ask a WWW browser to load URL. 2206Ask a WWW browser to load URL.
2206Prompts for a URL, defaulting to the URL at or before point. Variable 2207Prompts for a URL, defaulting to the URL at or before point. Variable
2207`browse-url-browser-function' says which browser to use. 2208`browse-url-browser-function' says which browser to use.
2209If the URL is a mailto: URL, consult `browse-url-mailto-function'
2210first, if that exists.
2208 2211
2209\(fn URL &rest ARGS)" t nil) 2212\(fn URL &rest ARGS)" t nil)
2210 2213
@@ -2478,8 +2481,8 @@ from `browse-url-elinks-wrapper'.
2478 2481
2479;;;*** 2482;;;***
2480 2483
2481;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (19379 2484;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (19277
2482;;;;;; 23432)) 2485;;;;;; 34922))
2483;;; Generated autoloads from play/bruce.el 2486;;; Generated autoloads from play/bruce.el
2484 2487
2485(autoload 'bruce "bruce" "\ 2488(autoload 'bruce "bruce" "\
@@ -2495,7 +2498,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2495;;;*** 2498;;;***
2496 2499
2497;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2500;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2498;;;;;; "bs" "bs.el" (19520 54552)) 2501;;;;;; "bs" "bs.el" (19515 27412))
2499;;; Generated autoloads from bs.el 2502;;; Generated autoloads from bs.el
2500 2503
2501(autoload 'bs-cycle-next "bs" "\ 2504(autoload 'bs-cycle-next "bs" "\
@@ -2535,7 +2538,7 @@ name of buffer configuration.
2535 2538
2536;;;*** 2539;;;***
2537 2540
2538;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (19612 3157)) 2541;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (19612 4032))
2539;;; Generated autoloads from play/bubbles.el 2542;;; Generated autoloads from play/bubbles.el
2540 2543
2541(autoload 'bubbles "bubbles" "\ 2544(autoload 'bubbles "bubbles" "\
@@ -2557,7 +2560,7 @@ columns on its right towards the left.
2557;;;*** 2560;;;***
2558 2561
2559;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" 2562;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference"
2560;;;;;; "progmodes/bug-reference.el" (19416 29566)) 2563;;;;;; "progmodes/bug-reference.el" (19418 12890))
2561;;; Generated autoloads from progmodes/bug-reference.el 2564;;; Generated autoloads from progmodes/bug-reference.el
2562 2565
2563(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) 2566(put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format)))))
@@ -2578,7 +2581,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2578;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2581;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2579;;;;;; compile-defun byte-compile-file byte-recompile-directory 2582;;;;;; compile-defun byte-compile-file byte-recompile-directory
2580;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) 2583;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning)
2581;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (19686 22639)) 2584;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (19687 6902))
2582;;; Generated autoloads from emacs-lisp/bytecomp.el 2585;;; Generated autoloads from emacs-lisp/bytecomp.el
2583(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2586(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2584(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2587(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2698,8 +2701,8 @@ and corresponding effects.
2698 2701
2699;;;*** 2702;;;***
2700 2703
2701;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19578 2704;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19580
2702;;;;;; 56905)) 2705;;;;;; 19536))
2703;;; Generated autoloads from calendar/cal-china.el 2706;;; Generated autoloads from calendar/cal-china.el
2704 2707
2705(put 'calendar-chinese-time-zone 'risky-local-variable t) 2708(put 'calendar-chinese-time-zone 'risky-local-variable t)
@@ -2708,7 +2711,7 @@ and corresponding effects.
2708 2711
2709;;;*** 2712;;;***
2710 2713
2711;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19578 56905)) 2714;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19580 19536))
2712;;; Generated autoloads from calendar/cal-dst.el 2715;;; Generated autoloads from calendar/cal-dst.el
2713 2716
2714(put 'calendar-daylight-savings-starts 'risky-local-variable t) 2717(put 'calendar-daylight-savings-starts 'risky-local-variable t)
@@ -2720,7 +2723,7 @@ and corresponding effects.
2720;;;*** 2723;;;***
2721 2724
2722;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el" 2725;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el"
2723;;;;;; (19632 22628)) 2726;;;;;; (19631 54972))
2724;;; Generated autoloads from calendar/cal-hebrew.el 2727;;; Generated autoloads from calendar/cal-hebrew.el
2725 2728
2726(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2729(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2736,8 +2739,8 @@ from the cursor position.
2736 2739
2737;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2740;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2738;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2741;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2739;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19550 2742;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19552
2740;;;;;; 35591)) 2743;;;;;; 37739))
2741;;; Generated autoloads from calc/calc.el 2744;;; Generated autoloads from calc/calc.el
2742 (define-key ctl-x-map "*" 'calc-dispatch) 2745 (define-key ctl-x-map "*" 'calc-dispatch)
2743 2746
@@ -2822,7 +2825,7 @@ See Info node `(calc)Defining Functions'.
2822;;;*** 2825;;;***
2823 2826
2824;;;### (autoloads (calculator) "calculator" "calculator.el" (19612 2827;;;### (autoloads (calculator) "calculator" "calculator.el" (19612
2825;;;;;; 3157)) 2828;;;;;; 4032))
2826;;; Generated autoloads from calculator.el 2829;;; Generated autoloads from calculator.el
2827 2830
2828(autoload 'calculator "calculator" "\ 2831(autoload 'calculator "calculator" "\
@@ -2833,8 +2836,8 @@ See the documentation for `calculator-mode' for more information.
2833 2836
2834;;;*** 2837;;;***
2835 2838
2836;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19686 2839;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19687
2837;;;;;; 22639)) 2840;;;;;; 6902))
2838;;; Generated autoloads from calendar/calendar.el 2841;;; Generated autoloads from calendar/calendar.el
2839 2842
2840(autoload 'calendar "calendar" "\ 2843(autoload 'calendar "calendar" "\
@@ -2878,7 +2881,7 @@ This function is suitable for execution in a .emacs file.
2878;;;*** 2881;;;***
2879 2882
2880;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 2883;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
2881;;;;;; "gnus/canlock.el" (19583 31640)) 2884;;;;;; "gnus/canlock.el" (19582 65302))
2882;;; Generated autoloads from gnus/canlock.el 2885;;; Generated autoloads from gnus/canlock.el
2883 2886
2884(autoload 'canlock-insert-header "canlock" "\ 2887(autoload 'canlock-insert-header "canlock" "\
@@ -2896,7 +2899,7 @@ it fails.
2896;;;*** 2899;;;***
2897 2900
2898;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" 2901;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el"
2899;;;;;; (19379 23432)) 2902;;;;;; (19277 34922))
2900;;; Generated autoloads from progmodes/cap-words.el 2903;;; Generated autoloads from progmodes/cap-words.el
2901 2904
2902(autoload 'capitalized-words-mode "cap-words" "\ 2905(autoload 'capitalized-words-mode "cap-words" "\
@@ -2931,15 +2934,15 @@ Obsoletes `c-forward-into-nomenclature'.
2931 2934
2932;;;*** 2935;;;***
2933 2936
2934;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (19578 2937;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (19580
2935;;;;;; 56905)) 2938;;;;;; 19536))
2936;;; Generated autoloads from progmodes/cc-compat.el 2939;;; Generated autoloads from progmodes/cc-compat.el
2937(put 'c-indent-level 'safe-local-variable 'integerp) 2940(put 'c-indent-level 'safe-local-variable 'integerp)
2938 2941
2939;;;*** 2942;;;***
2940 2943
2941;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 2944;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
2942;;;;;; (19632 54888)) 2945;;;;;; (19632 52521))
2943;;; Generated autoloads from progmodes/cc-engine.el 2946;;; Generated autoloads from progmodes/cc-engine.el
2944 2947
2945(autoload 'c-guess-basic-syntax "cc-engine" "\ 2948(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -2951,7 +2954,7 @@ Return the syntactic context of the current line.
2951 2954
2952;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 2955;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
2953;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 2956;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
2954;;;;;; (19646 65152)) 2957;;;;;; (19646 27154))
2955;;; Generated autoloads from progmodes/cc-mode.el 2958;;; Generated autoloads from progmodes/cc-mode.el
2956 2959
2957(autoload 'c-initialize-cc-mode "cc-mode" "\ 2960(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3111,7 +3114,7 @@ Key bindings:
3111;;;*** 3114;;;***
3112 3115
3113;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3116;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3114;;;;;; "progmodes/cc-styles.el" (19623 58252)) 3117;;;;;; "progmodes/cc-styles.el" (19623 58121))
3115;;; Generated autoloads from progmodes/cc-styles.el 3118;;; Generated autoloads from progmodes/cc-styles.el
3116 3119
3117(autoload 'c-set-style "cc-styles" "\ 3120(autoload 'c-set-style "cc-styles" "\
@@ -3162,7 +3165,7 @@ and exists only for compatibility reasons.
3162 3165
3163;;;*** 3166;;;***
3164 3167
3165;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19578 56905)) 3168;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19580 19536))
3166;;; Generated autoloads from progmodes/cc-vars.el 3169;;; Generated autoloads from progmodes/cc-vars.el
3167(put 'c-basic-offset 'safe-local-variable 'integerp) 3170(put 'c-basic-offset 'safe-local-variable 'integerp)
3168(put 'c-backslash-column 'safe-local-variable 'integerp) 3171(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3172,7 +3175,7 @@ and exists only for compatibility reasons.
3172 3175
3173;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3176;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3174;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3177;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3175;;;;;; (19638 63299)) 3178;;;;;; (19639 17158))
3176;;; Generated autoloads from international/ccl.el 3179;;; Generated autoloads from international/ccl.el
3177 3180
3178(autoload 'ccl-compile "ccl" "\ 3181(autoload 'ccl-compile "ccl" "\
@@ -3433,7 +3436,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3433;;;*** 3436;;;***
3434 3437
3435;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" 3438;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el"
3436;;;;;; (19595 20656)) 3439;;;;;; (19594 48841))
3437;;; Generated autoloads from progmodes/cfengine.el 3440;;; Generated autoloads from progmodes/cfengine.el
3438 3441
3439(autoload 'cfengine-mode "cfengine" "\ 3442(autoload 'cfengine-mode "cfengine" "\
@@ -3448,7 +3451,7 @@ to the action header.
3448;;;*** 3451;;;***
3449 3452
3450;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" 3453;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
3451;;;;;; "emacs-lisp/check-declare.el" (19379 23432)) 3454;;;;;; "emacs-lisp/check-declare.el" (19277 34919))
3452;;; Generated autoloads from emacs-lisp/check-declare.el 3455;;; Generated autoloads from emacs-lisp/check-declare.el
3453 3456
3454(autoload 'check-declare-file "check-declare" "\ 3457(autoload 'check-declare-file "check-declare" "\
@@ -3473,7 +3476,7 @@ Returns non-nil if any false statements are found.
3473;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3476;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3474;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3477;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3475;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) 3478;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3476;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19682 26290)) 3479;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19687 6902))
3477;;; Generated autoloads from emacs-lisp/checkdoc.el 3480;;; Generated autoloads from emacs-lisp/checkdoc.el
3478(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 3481(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3479(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) 3482(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
@@ -3668,7 +3671,7 @@ checking of documentation strings.
3668 3671
3669;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer 3672;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer
3670;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" 3673;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util"
3671;;;;;; "language/china-util.el" (19379 23432)) 3674;;;;;; "language/china-util.el" (19277 34920))
3672;;; Generated autoloads from language/china-util.el 3675;;; Generated autoloads from language/china-util.el
3673 3676
3674(autoload 'decode-hz-region "china-util" "\ 3677(autoload 'decode-hz-region "china-util" "\
@@ -3706,7 +3709,7 @@ Not documented
3706;;;*** 3709;;;***
3707 3710
3708;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 3711;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
3709;;;;;; "chistory" "chistory.el" (19379 23432)) 3712;;;;;; "chistory" "chistory.el" (19277 34915))
3710;;; Generated autoloads from chistory.el 3713;;; Generated autoloads from chistory.el
3711 3714
3712(autoload 'repeat-matching-complex-command "chistory" "\ 3715(autoload 'repeat-matching-complex-command "chistory" "\
@@ -3745,7 +3748,7 @@ and runs the normal hook `command-history-hook'.
3745 3748
3746;;;*** 3749;;;***
3747 3750
3748;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (19628 18012)) 3751;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (19627 57387))
3749;;; Generated autoloads from emacs-lisp/cl.el 3752;;; Generated autoloads from emacs-lisp/cl.el
3750 3753
3751(defvar custom-print-functions nil "\ 3754(defvar custom-print-functions nil "\
@@ -3761,7 +3764,7 @@ a future Emacs interpreter will be able to use it.")
3761;;;*** 3764;;;***
3762 3765
3763;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 3766;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3764;;;;;; (19578 56905)) 3767;;;;;; (19580 19536))
3765;;; Generated autoloads from emacs-lisp/cl-indent.el 3768;;; Generated autoloads from emacs-lisp/cl-indent.el
3766 3769
3767(autoload 'common-lisp-indent-function "cl-indent" "\ 3770(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -3840,7 +3843,7 @@ For example, the function `case' has an indent property
3840;;;*** 3843;;;***
3841 3844
3842;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 3845;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3843;;;;;; (19379 23432)) 3846;;;;;; (19277 34922))
3844;;; Generated autoloads from progmodes/cmacexp.el 3847;;; Generated autoloads from progmodes/cmacexp.el
3845 3848
3846(autoload 'c-macro-expand "cmacexp" "\ 3849(autoload 'c-macro-expand "cmacexp" "\
@@ -3860,8 +3863,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
3860 3863
3861;;;*** 3864;;;***
3862 3865
3863;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (19379 3866;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (19277
3864;;;;;; 23432)) 3867;;;;;; 34915))
3865;;; Generated autoloads from cmuscheme.el 3868;;; Generated autoloads from cmuscheme.el
3866 3869
3867(autoload 'run-scheme "cmuscheme" "\ 3870(autoload 'run-scheme "cmuscheme" "\
@@ -3885,7 +3888,7 @@ is run).
3885;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3888;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3886;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3889;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3887;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3890;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3888;;;;;; (19686 22639)) 3891;;;;;; (19687 6902))
3889;;; Generated autoloads from comint.el 3892;;; Generated autoloads from comint.el
3890 3893
3891(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 3894(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -3980,7 +3983,7 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
3980;;;*** 3983;;;***
3981 3984
3982;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el" 3985;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el"
3983;;;;;; (19478 26045)) 3986;;;;;; (19478 62344))
3984;;; Generated autoloads from vc/compare-w.el 3987;;; Generated autoloads from vc/compare-w.el
3985 3988
3986(autoload 'compare-windows "compare-w" "\ 3989(autoload 'compare-windows "compare-w" "\
@@ -4017,8 +4020,8 @@ on third call it again advances points to the next difference and so on.
4017;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4020;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4018;;;;;; compile compilation-disable-input compile-command compilation-search-path 4021;;;;;; compile compilation-disable-input compile-command compilation-search-path
4019;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook 4022;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
4020;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19657 4023;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19656
4021;;;;;; 35339)) 4024;;;;;; 61992))
4022;;; Generated autoloads from progmodes/compile.el 4025;;; Generated autoloads from progmodes/compile.el
4023 4026
4024(defvar compilation-mode-hook nil "\ 4027(defvar compilation-mode-hook nil "\
@@ -4194,7 +4197,7 @@ This is the value of `next-error-function' in Compilation buffers.
4194;;;*** 4197;;;***
4195 4198
4196;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4199;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4197;;;;;; (19379 23432)) 4200;;;;;; (19277 34915))
4198;;; Generated autoloads from completion.el 4201;;; Generated autoloads from completion.el
4199 4202
4200(defvar dynamic-completion-mode nil "\ 4203(defvar dynamic-completion-mode nil "\
@@ -4216,7 +4219,7 @@ Enable dynamic word-completion.
4216;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4219;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4217;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4220;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4218;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4221;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4219;;;;;; (19379 23432)) 4222;;;;;; (19277 34923))
4220;;; Generated autoloads from textmodes/conf-mode.el 4223;;; Generated autoloads from textmodes/conf-mode.el
4221 4224
4222(autoload 'conf-mode "conf-mode" "\ 4225(autoload 'conf-mode "conf-mode" "\
@@ -4372,7 +4375,7 @@ For details see `conf-mode'. Example:
4372;;;*** 4375;;;***
4373 4376
4374;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 4377;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4375;;;;;; "cookie1" "play/cookie1.el" (19583 31640)) 4378;;;;;; "cookie1" "play/cookie1.el" (19583 60940))
4376;;; Generated autoloads from play/cookie1.el 4379;;; Generated autoloads from play/cookie1.el
4377 4380
4378(autoload 'cookie "cookie1" "\ 4381(autoload 'cookie "cookie1" "\
@@ -4404,8 +4407,8 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
4404;;;*** 4407;;;***
4405 4408
4406;;;### (autoloads (copyright-update-directory copyright copyright-fix-years 4409;;;### (autoloads (copyright-update-directory copyright copyright-fix-years
4407;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19564 4410;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19561
4408;;;;;; 19367)) 4411;;;;;; 48711))
4409;;; Generated autoloads from emacs-lisp/copyright.el 4412;;; Generated autoloads from emacs-lisp/copyright.el
4410 4413
4411(autoload 'copyright-update "copyright" "\ 4414(autoload 'copyright-update "copyright" "\
@@ -4438,7 +4441,7 @@ Update copyright notice for all files in DIRECTORY matching MATCH.
4438;;;*** 4441;;;***
4439 4442
4440;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 4443;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
4441;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19675 9114)) 4444;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19672 56753))
4442;;; Generated autoloads from progmodes/cperl-mode.el 4445;;; Generated autoloads from progmodes/cperl-mode.el
4443(put 'cperl-indent-level 'safe-local-variable 'integerp) 4446(put 'cperl-indent-level 'safe-local-variable 'integerp)
4444(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4447(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -4637,7 +4640,7 @@ Run a `perldoc' on the word around point.
4637;;;*** 4640;;;***
4638 4641
4639;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 4642;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4640;;;;;; (19379 23432)) 4643;;;;;; (19277 34922))
4641;;; Generated autoloads from progmodes/cpp.el 4644;;; Generated autoloads from progmodes/cpp.el
4642 4645
4643(autoload 'cpp-highlight-buffer "cpp" "\ 4646(autoload 'cpp-highlight-buffer "cpp" "\
@@ -4656,7 +4659,7 @@ Edit display information for cpp conditionals.
4656;;;*** 4659;;;***
4657 4660
4658;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 4661;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4659;;;;;; (19611 13362)) 4662;;;;;; (19609 2266))
4660;;; Generated autoloads from emulation/crisp.el 4663;;; Generated autoloads from emulation/crisp.el
4661 4664
4662(defvar crisp-mode nil "\ 4665(defvar crisp-mode nil "\
@@ -4680,7 +4683,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
4680;;;*** 4683;;;***
4681 4684
4682;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 4685;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
4683;;;;;; (19379 23432)) 4686;;;;;; (19277 34919))
4684;;; Generated autoloads from emacs-lisp/crm.el 4687;;; Generated autoloads from emacs-lisp/crm.el
4685 4688
4686(autoload 'completing-read-multiple "crm" "\ 4689(autoload 'completing-read-multiple "crm" "\
@@ -4715,8 +4718,8 @@ INHERIT-INPUT-METHOD.
4715 4718
4716;;;*** 4719;;;***
4717 4720
4718;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (19612 4721;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (19611
4719;;;;;; 6522)) 4722;;;;;; 35698))
4720;;; Generated autoloads from textmodes/css-mode.el 4723;;; Generated autoloads from textmodes/css-mode.el
4721 4724
4722(autoload 'css-mode "css-mode" "\ 4725(autoload 'css-mode "css-mode" "\
@@ -4727,7 +4730,7 @@ Major mode to edit Cascading Style Sheets.
4727;;;*** 4730;;;***
4728 4731
4729;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 4732;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
4730;;;;;; (19649 27409)) 4733;;;;;; (19648 63621))
4731;;; Generated autoloads from emulation/cua-base.el 4734;;; Generated autoloads from emulation/cua-base.el
4732 4735
4733(defvar cua-mode nil "\ 4736(defvar cua-mode nil "\
@@ -4786,7 +4789,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
4786;;;;;; customize-mode customize customize-save-variable customize-set-variable 4789;;;;;; customize-mode customize customize-save-variable customize-set-variable
4787;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically 4790;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically
4788;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" 4791;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el"
4789;;;;;; (19642 16823)) 4792;;;;;; (19645 60484))
4790;;; Generated autoloads from cus-edit.el 4793;;; Generated autoloads from cus-edit.el
4791 4794
4792(defvar custom-browse-sort-alphabetically nil "\ 4795(defvar custom-browse-sort-alphabetically nil "\
@@ -5089,7 +5092,7 @@ The format is suitable for use with `easy-menu-define'.
5089;;;*** 5092;;;***
5090 5093
5091;;;### (autoloads (customize-themes describe-theme customize-create-theme) 5094;;;### (autoloads (customize-themes describe-theme customize-create-theme)
5092;;;;;; "cus-theme" "cus-theme.el" (19642 16823)) 5095;;;;;; "cus-theme" "cus-theme.el" (19645 60484))
5093;;; Generated autoloads from cus-theme.el 5096;;; Generated autoloads from cus-theme.el
5094 5097
5095(autoload 'customize-create-theme "cus-theme" "\ 5098(autoload 'customize-create-theme "cus-theme" "\
@@ -5116,7 +5119,7 @@ omitted, a buffer named *Custom Themes* is used.
5116;;;*** 5119;;;***
5117 5120
5118;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el" 5121;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el"
5119;;;;;; (19474 38892)) 5122;;;;;; (19474 36901))
5120;;; Generated autoloads from vc/cvs-status.el 5123;;; Generated autoloads from vc/cvs-status.el
5121 5124
5122(autoload 'cvs-status-mode "cvs-status" "\ 5125(autoload 'cvs-status-mode "cvs-status" "\
@@ -5127,7 +5130,7 @@ Mode used for cvs status output.
5127;;;*** 5130;;;***
5128 5131
5129;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5132;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5130;;;;;; "cwarn" "progmodes/cwarn.el" (19578 56905)) 5133;;;;;; "cwarn" "progmodes/cwarn.el" (19580 19536))
5131;;; Generated autoloads from progmodes/cwarn.el 5134;;; Generated autoloads from progmodes/cwarn.el
5132 5135
5133(autoload 'cwarn-mode "cwarn" "\ 5136(autoload 'cwarn-mode "cwarn" "\
@@ -5174,7 +5177,7 @@ See `cwarn-mode' for more information on Cwarn mode.
5174 5177
5175;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5178;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5176;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5179;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5177;;;;;; (19379 23432)) 5180;;;;;; (19277 34920))
5178;;; Generated autoloads from language/cyril-util.el 5181;;; Generated autoloads from language/cyril-util.el
5179 5182
5180(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5183(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5203,7 +5206,7 @@ If the argument is nil, we return the display table to its standard state.
5203;;;*** 5206;;;***
5204 5207
5205;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5208;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5206;;;;;; (19551 10990)) 5209;;;;;; (19552 37739))
5207;;; Generated autoloads from dabbrev.el 5210;;; Generated autoloads from dabbrev.el
5208(put 'dabbrev-case-fold-search 'risky-local-variable t) 5211(put 'dabbrev-case-fold-search 'risky-local-variable t)
5209(put 'dabbrev-case-replace 'risky-local-variable t) 5212(put 'dabbrev-case-replace 'risky-local-variable t)
@@ -5250,7 +5253,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5250;;;*** 5253;;;***
5251 5254
5252;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" 5255;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el"
5253;;;;;; (19578 56905)) 5256;;;;;; (19580 19536))
5254;;; Generated autoloads from cedet/data-debug.el 5257;;; Generated autoloads from cedet/data-debug.el
5255 5258
5256(autoload 'data-debug-new-buffer "data-debug" "\ 5259(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5260,8 +5263,8 @@ Create a new data-debug buffer with NAME.
5260 5263
5261;;;*** 5264;;;***
5262 5265
5263;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (19665 5266;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (19664
5264;;;;;; 17270)) 5267;;;;;; 56235))
5265;;; Generated autoloads from net/dbus.el 5268;;; Generated autoloads from net/dbus.el
5266 5269
5267(autoload 'dbus-handle-event "dbus" "\ 5270(autoload 'dbus-handle-event "dbus" "\
@@ -5274,8 +5277,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message.
5274 5277
5275;;;*** 5278;;;***
5276 5279
5277;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (19669 5280;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (19668
5278;;;;;; 58161)) 5281;;;;;; 19168))
5279;;; Generated autoloads from progmodes/dcl-mode.el 5282;;; Generated autoloads from progmodes/dcl-mode.el
5280 5283
5281(autoload 'dcl-mode "dcl-mode" "\ 5284(autoload 'dcl-mode "dcl-mode" "\
@@ -5402,7 +5405,7 @@ There is some minimal font-lock support (see vars
5402;;;*** 5405;;;***
5403 5406
5404;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5407;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5405;;;;;; "emacs-lisp/debug.el" (19580 5054)) 5408;;;;;; "emacs-lisp/debug.el" (19580 19536))
5406;;; Generated autoloads from emacs-lisp/debug.el 5409;;; Generated autoloads from emacs-lisp/debug.el
5407 5410
5408(setq debugger 'debug) 5411(setq debugger 'debug)
@@ -5446,7 +5449,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5446;;;*** 5449;;;***
5447 5450
5448;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5451;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5449;;;;;; (19671 21337)) 5452;;;;;; (19670 666))
5450;;; Generated autoloads from play/decipher.el 5453;;; Generated autoloads from play/decipher.el
5451 5454
5452(autoload 'decipher "decipher" "\ 5455(autoload 'decipher "decipher" "\
@@ -5475,8 +5478,8 @@ The most useful commands are:
5475;;;*** 5478;;;***
5476 5479
5477;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 5480;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5478;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (19379 5481;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (19324
5479;;;;;; 23432)) 5482;;;;;; 55755))
5480;;; Generated autoloads from delim-col.el 5483;;; Generated autoloads from delim-col.el
5481 5484
5482(autoload 'delimit-columns-customize "delim-col" "\ 5485(autoload 'delimit-columns-customize "delim-col" "\
@@ -5500,8 +5503,8 @@ START and END delimits the corners of text rectangle.
5500 5503
5501;;;*** 5504;;;***
5502 5505
5503;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (19520 5506;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (19519
5504;;;;;; 54552)) 5507;;;;;; 16431))
5505;;; Generated autoloads from progmodes/delphi.el 5508;;; Generated autoloads from progmodes/delphi.el
5506 5509
5507(autoload 'delphi-mode "delphi" "\ 5510(autoload 'delphi-mode "delphi" "\
@@ -5552,8 +5555,8 @@ no args, if that value is non-nil.
5552 5555
5553;;;*** 5556;;;***
5554 5557
5555;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (19379 5558;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (19277
5556;;;;;; 23432)) 5559;;;;;; 34915))
5557;;; Generated autoloads from delsel.el 5560;;; Generated autoloads from delsel.el
5558 5561
5559(defalias 'pending-delete-mode 'delete-selection-mode) 5562(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -5582,7 +5585,7 @@ any selection.
5582;;;*** 5585;;;***
5583 5586
5584;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5587;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5585;;;;;; "derived" "emacs-lisp/derived.el" (19578 56905)) 5588;;;;;; "derived" "emacs-lisp/derived.el" (19580 19536))
5586;;; Generated autoloads from emacs-lisp/derived.el 5589;;; Generated autoloads from emacs-lisp/derived.el
5587 5590
5588(autoload 'define-derived-mode "derived" "\ 5591(autoload 'define-derived-mode "derived" "\
@@ -5649,7 +5652,7 @@ the first time the mode is used.
5649;;;*** 5652;;;***
5650 5653
5651;;;### (autoloads (describe-char describe-text-properties) "descr-text" 5654;;;### (autoloads (describe-char describe-text-properties) "descr-text"
5652;;;;;; "descr-text.el" (19520 54552)) 5655;;;;;; "descr-text.el" (19515 27412))
5653;;; Generated autoloads from descr-text.el 5656;;; Generated autoloads from descr-text.el
5654 5657
5655(autoload 'describe-text-properties "descr-text" "\ 5658(autoload 'describe-text-properties "descr-text" "\
@@ -5677,7 +5680,7 @@ as well as widgets, buttons, overlays, and text properties.
5677;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 5680;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
5678;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 5681;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
5679;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 5682;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
5680;;;;;; "desktop.el" (19589 20829)) 5683;;;;;; "desktop.el" (19590 30214))
5681;;; Generated autoloads from desktop.el 5684;;; Generated autoloads from desktop.el
5682 5685
5683(defvar desktop-save-mode nil "\ 5686(defvar desktop-save-mode nil "\
@@ -5861,7 +5864,7 @@ Revert to the last loaded desktop.
5861 5864
5862;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 5865;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
5863;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 5866;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
5864;;;;;; "deuglify" "gnus/deuglify.el" (19583 31640)) 5867;;;;;; "deuglify" "gnus/deuglify.el" (19582 65302))
5865;;; Generated autoloads from gnus/deuglify.el 5868;;; Generated autoloads from gnus/deuglify.el
5866 5869
5867(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 5870(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -5894,7 +5897,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
5894;;;*** 5897;;;***
5895 5898
5896;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 5899;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
5897;;;;;; "calendar/diary-lib.el" (19619 63775)) 5900;;;;;; "calendar/diary-lib.el" (19696 27153))
5898;;; Generated autoloads from calendar/diary-lib.el 5901;;; Generated autoloads from calendar/diary-lib.el
5899 5902
5900(autoload 'diary "diary-lib" "\ 5903(autoload 'diary "diary-lib" "\
@@ -5936,8 +5939,8 @@ Major mode for editing the diary file.
5936 5939
5937;;;*** 5940;;;***
5938 5941
5939;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 5942;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command
5940;;;;;; "vc/diff.el" (19474 38892)) 5943;;;;;; diff-switches) "diff" "vc/diff.el" (19695 9667))
5941;;; Generated autoloads from vc/diff.el 5944;;; Generated autoloads from vc/diff.el
5942 5945
5943(defvar diff-switches (purecopy "-c") "\ 5946(defvar diff-switches (purecopy "-c") "\
@@ -5972,10 +5975,16 @@ With prefix arg, prompt for diff switches.
5972 5975
5973\(fn FILE &optional SWITCHES)" t nil) 5976\(fn FILE &optional SWITCHES)" t nil)
5974 5977
5978(autoload 'diff-buffer-with-file "diff" "\
5979View the differences between BUFFER and its associated file.
5980This requires the external program `diff' to be in your `exec-path'.
5981
5982\(fn &optional BUFFER)" t nil)
5983
5975;;;*** 5984;;;***
5976 5985
5977;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el" 5986;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el"
5978;;;;;; (19547 59994)) 5987;;;;;; (19552 37739))
5979;;; Generated autoloads from vc/diff-mode.el 5988;;; Generated autoloads from vc/diff-mode.el
5980 5989
5981(autoload 'diff-mode "diff-mode" "\ 5990(autoload 'diff-mode "diff-mode" "\
@@ -6003,7 +6012,7 @@ Minor mode for viewing/editing context diffs.
6003 6012
6004;;;*** 6013;;;***
6005 6014
6006;;;### (autoloads (dig) "dig" "net/dig.el" (19634 57717)) 6015;;;### (autoloads (dig) "dig" "net/dig.el" (19634 23255))
6007;;; Generated autoloads from net/dig.el 6016;;; Generated autoloads from net/dig.el
6008 6017
6009(autoload 'dig "dig" "\ 6018(autoload 'dig "dig" "\
@@ -6016,7 +6025,7 @@ Optional arguments are passed to `dig-invoke'.
6016 6025
6017;;;### (autoloads (dired-mode dired-auto-revert-buffer dired-noselect 6026;;;### (autoloads (dired-mode dired-auto-revert-buffer dired-noselect
6018;;;;;; dired-other-frame dired-other-window dired dired-trivial-filenames 6027;;;;;; dired-other-frame dired-other-window dired dired-trivial-filenames
6019;;;;;; dired-listing-switches) "dired" "dired.el" (19675 9114)) 6028;;;;;; dired-listing-switches) "dired" "dired.el" (19673 45510))
6020;;; Generated autoloads from dired.el 6029;;; Generated autoloads from dired.el
6021 6030
6022(defvar dired-listing-switches (purecopy "-al") "\ 6031(defvar dired-listing-switches (purecopy "-al") "\
@@ -6161,7 +6170,7 @@ Keybindings:
6161;;;*** 6170;;;***
6162 6171
6163;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" 6172;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
6164;;;;;; (19675 9114)) 6173;;;;;; (19674 7816))
6165;;; Generated autoloads from dirtrack.el 6174;;; Generated autoloads from dirtrack.el
6166 6175
6167(autoload 'dirtrack-mode "dirtrack" "\ 6176(autoload 'dirtrack-mode "dirtrack" "\
@@ -6187,8 +6196,8 @@ function `dirtrack-debug-mode' to turn on debugging output.
6187 6196
6188;;;*** 6197;;;***
6189 6198
6190;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19379 6199;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19277
6191;;;;;; 23432)) 6200;;;;;; 34919))
6192;;; Generated autoloads from emacs-lisp/disass.el 6201;;; Generated autoloads from emacs-lisp/disass.el
6193 6202
6194(autoload 'disassemble "disass" "\ 6203(autoload 'disassemble "disass" "\
@@ -6202,8 +6211,134 @@ redefine OBJECT if it is a symbol.
6202 6211
6203;;;*** 6212;;;***
6204 6213
6214;;;### (autoloads (standard-display-european glyph-face glyph-char
6215;;;;;; make-glyph-code create-glyph standard-display-underline standard-display-graphic
6216;;;;;; standard-display-g1 standard-display-ascii standard-display-default
6217;;;;;; standard-display-8bit describe-current-display-table describe-display-table
6218;;;;;; set-display-table-slot display-table-slot make-display-table)
6219;;;;;; "disp-table" "disp-table.el" (19583 60940))
6220;;; Generated autoloads from disp-table.el
6221
6222(autoload 'make-display-table "disp-table" "\
6223Return a new, empty display table.
6224
6225\(fn)" nil nil)
6226
6227(autoload 'display-table-slot "disp-table" "\
6228Return the value of the extra slot in DISPLAY-TABLE named SLOT.
6229SLOT may be a number from 0 to 5 inclusive, or a slot name (symbol).
6230Valid symbols are `truncation', `wrap', `escape', `control',
6231`selective-display', and `vertical-border'.
6232
6233\(fn DISPLAY-TABLE SLOT)" nil nil)
6234
6235(autoload 'set-display-table-slot "disp-table" "\
6236Set the value of the extra slot in DISPLAY-TABLE named SLOT to VALUE.
6237SLOT may be a number from 0 to 5 inclusive, or a name (symbol).
6238Valid symbols are `truncation', `wrap', `escape', `control',
6239`selective-display', and `vertical-border'.
6240
6241\(fn DISPLAY-TABLE SLOT VALUE)" nil nil)
6242
6243(autoload 'describe-display-table "disp-table" "\
6244Describe the display table DT in a help buffer.
6245
6246\(fn DT)" nil nil)
6247
6248(autoload 'describe-current-display-table "disp-table" "\
6249Describe the display table in use in the selected window and buffer.
6250
6251\(fn)" t nil)
6252
6253(autoload 'standard-display-8bit "disp-table" "\
6254Display characters representing raw bytes in the range L to H literally.
6255
6256On a terminal display, each character in the range is displayed
6257by sending the corresponding byte directly to the terminal.
6258
6259On a graphic display, each character in the range is displayed
6260using the default font by a glyph whose code is the corresponding
6261byte.
6262
6263Note that ASCII printable characters (SPC to TILDA) are displayed
6264in the default way after this call.
6265
6266\(fn L H)" nil nil)
6267
6268(autoload 'standard-display-default "disp-table" "\
6269Display characters in the range L to H using the default notation.
6270
6271\(fn L H)" nil nil)
6272
6273(autoload 'standard-display-ascii "disp-table" "\
6274Display character C using printable string S.
6275
6276\(fn C S)" nil nil)
6277
6278(autoload 'standard-display-g1 "disp-table" "\
6279Display character C as character SC in the g1 character set.
6280This function assumes that your terminal uses the SO/SI characters;
6281it is meaningless for an X frame.
6282
6283\(fn C SC)" nil nil)
6284
6285(autoload 'standard-display-graphic "disp-table" "\
6286Display character C as character GC in graphics character set.
6287This function assumes VT100-compatible escapes; it is meaningless for an
6288X frame.
6289
6290\(fn C GC)" nil nil)
6291
6292(autoload 'standard-display-underline "disp-table" "\
6293Display character C as character UC plus underlining.
6294
6295\(fn C UC)" nil nil)
6296
6297(autoload 'create-glyph "disp-table" "\
6298Allocate a glyph code to display by sending STRING to the terminal.
6299
6300\(fn STRING)" nil nil)
6301
6302(autoload 'make-glyph-code "disp-table" "\
6303Return a glyph code representing char CHAR with face FACE.
6304
6305\(fn CHAR &optional FACE)" nil nil)
6306
6307(autoload 'glyph-char "disp-table" "\
6308Return the character of glyph code GLYPH.
6309
6310\(fn GLYPH)" nil nil)
6311
6312(autoload 'glyph-face "disp-table" "\
6313Return the face of glyph code GLYPH, or nil if glyph has default face.
6314
6315\(fn GLYPH)" nil nil)
6316
6317(autoload 'standard-display-european "disp-table" "\
6318Semi-obsolete way to toggle display of ISO 8859 European characters.
6319
6320This function is semi-obsolete; you probably don't need it, or else you
6321probably should use `set-language-environment' or `set-locale-environment'.
6322
6323This function enables European character display if ARG is positive,
6324disables it if negative. Otherwise, it toggles European character display.
6325
6326When this mode is enabled, characters in the range of 160 to 255
6327display not as octal escapes, but as accented characters. Codes 146
6328and 160 display as apostrophe and space, even though they are not the
6329ASCII codes for apostrophe and space.
6330
6331Enabling European character display with this command noninteractively
6332from Lisp code also selects Latin-1 as the language environment.
6333This provides increased compatibility for users who call this function
6334in `.emacs'.
6335
6336\(fn ARG)" nil nil)
6337
6338;;;***
6339
6205;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 6340;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6206;;;;;; (19379 23432)) 6341;;;;;; (19277 34922))
6207;;; Generated autoloads from play/dissociate.el 6342;;; Generated autoloads from play/dissociate.el
6208 6343
6209(autoload 'dissociated-press "dissociate" "\ 6344(autoload 'dissociated-press "dissociate" "\
@@ -6219,8 +6354,28 @@ Default is 2.
6219 6354
6220;;;*** 6355;;;***
6221 6356
6357;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (19631 26857))
6358;;; Generated autoloads from dnd.el
6359
6360(defvar dnd-protocol-alist `((,(purecopy "^file:///") . dnd-open-local-file) (,(purecopy "^file://") . dnd-open-file) (,(purecopy "^file:") . dnd-open-local-file) (,(purecopy "^\\(https?\\|ftp\\|file\\|nfs\\)://") . dnd-open-file)) "\
6361The functions to call for different protocols when a drop is made.
6362This variable is used by `dnd-handle-one-url' and `dnd-handle-file-name'.
6363The list contains of (REGEXP . FUNCTION) pairs.
6364The functions shall take two arguments, URL, which is the URL dropped and
6365ACTION which is the action to be performed for the drop (move, copy, link,
6366private or ask).
6367If no match is found here, and the value of `browse-url-browser-function'
6368is a pair of (REGEXP . FUNCTION), those regexps are tried for a match.
6369If no match is found, the URL is inserted as text by calling `dnd-insert-text'.
6370The function shall return the action done (move, copy, link or private)
6371if some action was made, or nil if the URL is ignored.")
6372
6373(custom-autoload 'dnd-protocol-alist "dnd" t)
6374
6375;;;***
6376
6222;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 6377;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6223;;;;;; "textmodes/dns-mode.el" (19612 6522)) 6378;;;;;; "textmodes/dns-mode.el" (19611 36311))
6224;;; Generated autoloads from textmodes/dns-mode.el 6379;;; Generated autoloads from textmodes/dns-mode.el
6225 6380
6226(autoload 'dns-mode "dns-mode" "\ 6381(autoload 'dns-mode "dns-mode" "\
@@ -6244,7 +6399,7 @@ Locate SOA record and increment the serial field.
6244;;;*** 6399;;;***
6245 6400
6246;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode 6401;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode
6247;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (19520 54552)) 6402;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (19519 16431))
6248;;; Generated autoloads from doc-view.el 6403;;; Generated autoloads from doc-view.el
6249 6404
6250(autoload 'doc-view-mode-p "doc-view" "\ 6405(autoload 'doc-view-mode-p "doc-view" "\
@@ -6279,7 +6434,7 @@ Not documented
6279 6434
6280;;;*** 6435;;;***
6281 6436
6282;;;### (autoloads (doctor) "doctor" "play/doctor.el" (19667 61332)) 6437;;;### (autoloads (doctor) "doctor" "play/doctor.el" (19696 28661))
6283;;; Generated autoloads from play/doctor.el 6438;;; Generated autoloads from play/doctor.el
6284 6439
6285(autoload 'doctor "doctor" "\ 6440(autoload 'doctor "doctor" "\
@@ -6289,7 +6444,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6289 6444
6290;;;*** 6445;;;***
6291 6446
6292;;;### (autoloads (double-mode) "double" "double.el" (19379 23432)) 6447;;;### (autoloads (double-mode) "double" "double.el" (19277 34916))
6293;;; Generated autoloads from double.el 6448;;; Generated autoloads from double.el
6294 6449
6295(autoload 'double-mode "double" "\ 6450(autoload 'double-mode "double" "\
@@ -6304,7 +6459,7 @@ when pressed twice. See variable `double-map' for details.
6304 6459
6305;;;*** 6460;;;***
6306 6461
6307;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (19379 23432)) 6462;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (19277 34922))
6308;;; Generated autoloads from play/dunnet.el 6463;;; Generated autoloads from play/dunnet.el
6309 6464
6310(autoload 'dunnet "dunnet" "\ 6465(autoload 'dunnet "dunnet" "\
@@ -6316,7 +6471,7 @@ Switch to *dungeon* buffer and start game.
6316 6471
6317;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6472;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6318;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 6473;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6319;;;;;; "emacs-lisp/easy-mmode.el" (19658 41957)) 6474;;;;;; "emacs-lisp/easy-mmode.el" (19658 807))
6320;;; Generated autoloads from emacs-lisp/easy-mmode.el 6475;;; Generated autoloads from emacs-lisp/easy-mmode.el
6321 6476
6322(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6477(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -6426,7 +6581,7 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
6426 6581
6427;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 6582;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
6428;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (19580 6583;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (19580
6429;;;;;; 5054)) 6584;;;;;; 19536))
6430;;; Generated autoloads from emacs-lisp/easymenu.el 6585;;; Generated autoloads from emacs-lisp/easymenu.el
6431 6586
6432(autoload 'easy-menu-define "easymenu" "\ 6587(autoload 'easy-menu-define "easymenu" "\
@@ -6580,7 +6735,7 @@ To implement dynamic menus, either call this from
6580;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer 6735;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
6581;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer 6736;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
6582;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 6737;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
6583;;;;;; "progmodes/ebnf2ps.el" (19669 58161)) 6738;;;;;; "progmodes/ebnf2ps.el" (19668 19251))
6584;;; Generated autoloads from progmodes/ebnf2ps.el 6739;;; Generated autoloads from progmodes/ebnf2ps.el
6585 6740
6586(autoload 'ebnf-customize "ebnf2ps" "\ 6741(autoload 'ebnf-customize "ebnf2ps" "\
@@ -6854,8 +7009,8 @@ See `ebnf-style-database' documentation.
6854;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 7009;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
6855;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 7010;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
6856;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 7011;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
6857;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (19669 7012;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (19668
6858;;;;;; 58161)) 7013;;;;;; 19022))
6859;;; Generated autoloads from progmodes/ebrowse.el 7014;;; Generated autoloads from progmodes/ebrowse.el
6860 7015
6861(autoload 'ebrowse-tree-mode "ebrowse" "\ 7016(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7006,7 +7161,7 @@ Display statistics for a class tree.
7006;;;*** 7161;;;***
7007 7162
7008;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7163;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7009;;;;;; (19669 58161)) 7164;;;;;; (19668 18204))
7010;;; Generated autoloads from ebuff-menu.el 7165;;; Generated autoloads from ebuff-menu.el
7011 7166
7012(autoload 'electric-buffer-list "ebuff-menu" "\ 7167(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7031,7 +7186,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7031;;;*** 7186;;;***
7032 7187
7033;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 7188;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7034;;;;;; "echistory.el" (19379 23432)) 7189;;;;;; "echistory.el" (19277 34916))
7035;;; Generated autoloads from echistory.el 7190;;; Generated autoloads from echistory.el
7036 7191
7037(autoload 'Electric-command-history-redo-expression "echistory" "\ 7192(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7043,7 +7198,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7043;;;*** 7198;;;***
7044 7199
7045;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" 7200;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
7046;;;;;; (19675 9114)) 7201;;;;;; (19672 47597))
7047;;; Generated autoloads from gnus/ecomplete.el 7202;;; Generated autoloads from gnus/ecomplete.el
7048 7203
7049(autoload 'ecomplete-setup "ecomplete" "\ 7204(autoload 'ecomplete-setup "ecomplete" "\
@@ -7053,7 +7208,7 @@ Not documented
7053 7208
7054;;;*** 7209;;;***
7055 7210
7056;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19662 54456)) 7211;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19662 23507))
7057;;; Generated autoloads from cedet/ede.el 7212;;; Generated autoloads from cedet/ede.el
7058 7213
7059(defvar global-ede-mode nil "\ 7214(defvar global-ede-mode nil "\
@@ -7079,7 +7234,7 @@ an EDE controlled project.
7079 7234
7080;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 7235;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
7081;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 7236;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
7082;;;;;; "emacs-lisp/edebug.el" (19669 58161)) 7237;;;;;; "emacs-lisp/edebug.el" (19668 19725))
7083;;; Generated autoloads from emacs-lisp/edebug.el 7238;;; Generated autoloads from emacs-lisp/edebug.el
7084 7239
7085(defvar edebug-all-defs nil "\ 7240(defvar edebug-all-defs nil "\
@@ -7152,7 +7307,7 @@ Toggle edebugging of all forms.
7152;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories 7307;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7153;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories 7308;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7154;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file 7309;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file
7155;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (19578 56905)) 7310;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (19580 19536))
7156;;; Generated autoloads from vc/ediff.el 7311;;; Generated autoloads from vc/ediff.el
7157 7312
7158(autoload 'ediff-files "ediff" "\ 7313(autoload 'ediff-files "ediff" "\
@@ -7384,7 +7539,7 @@ With optional NODE, goes to that node.
7384;;;*** 7539;;;***
7385 7540
7386;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el" 7541;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el"
7387;;;;;; (19578 56905)) 7542;;;;;; (19580 19536))
7388;;; Generated autoloads from vc/ediff-help.el 7543;;; Generated autoloads from vc/ediff-help.el
7389 7544
7390(autoload 'ediff-customize "ediff-help" "\ 7545(autoload 'ediff-customize "ediff-help" "\
@@ -7395,7 +7550,7 @@ Not documented
7395;;;*** 7550;;;***
7396 7551
7397;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el" 7552;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el"
7398;;;;;; (19578 56905)) 7553;;;;;; (19580 19536))
7399;;; Generated autoloads from vc/ediff-mult.el 7554;;; Generated autoloads from vc/ediff-mult.el
7400 7555
7401(autoload 'ediff-show-registry "ediff-mult" "\ 7556(autoload 'ediff-show-registry "ediff-mult" "\
@@ -7408,7 +7563,7 @@ Display Ediff's registry.
7408;;;*** 7563;;;***
7409 7564
7410;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 7565;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7411;;;;;; "ediff-util" "vc/ediff-util.el" (19665 17270)) 7566;;;;;; "ediff-util" "vc/ediff-util.el" (19664 56235))
7412;;; Generated autoloads from vc/ediff-util.el 7567;;; Generated autoloads from vc/ediff-util.el
7413 7568
7414(autoload 'ediff-toggle-multiframe "ediff-util" "\ 7569(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -7429,7 +7584,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
7429 7584
7430;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 7585;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
7431;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 7586;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
7432;;;;;; (19634 57717)) 7587;;;;;; (19634 23255))
7433;;; Generated autoloads from edmacro.el 7588;;; Generated autoloads from edmacro.el
7434 7589
7435(defvar edmacro-eight-bits nil "\ 7590(defvar edmacro-eight-bits nil "\
@@ -7482,7 +7637,7 @@ or nil, use a compact 80-column format.
7482;;;*** 7637;;;***
7483 7638
7484;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 7639;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
7485;;;;;; "emulation/edt.el" (19675 9114)) 7640;;;;;; "emulation/edt.el" (19674 11425))
7486;;; Generated autoloads from emulation/edt.el 7641;;; Generated autoloads from emulation/edt.el
7487 7642
7488(autoload 'edt-set-scroll-margins "edt" "\ 7643(autoload 'edt-set-scroll-margins "edt" "\
@@ -7500,7 +7655,7 @@ Turn on EDT Emulation.
7500;;;*** 7655;;;***
7501 7656
7502;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 7657;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
7503;;;;;; (19535 3923)) 7658;;;;;; (19391 30349))
7504;;; Generated autoloads from ehelp.el 7659;;; Generated autoloads from ehelp.el
7505 7660
7506(autoload 'with-electric-help "ehelp" "\ 7661(autoload 'with-electric-help "ehelp" "\
@@ -7537,7 +7692,7 @@ Not documented
7537;;;*** 7692;;;***
7538 7693
7539;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 7694;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
7540;;;;;; "eldoc" "emacs-lisp/eldoc.el" (19461 3301)) 7695;;;;;; "eldoc" "emacs-lisp/eldoc.el" (19462 38192))
7541;;; Generated autoloads from emacs-lisp/eldoc.el 7696;;; Generated autoloads from emacs-lisp/eldoc.el
7542 7697
7543(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ 7698(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
@@ -7581,7 +7736,7 @@ Emacs Lisp mode) that support ElDoc.")
7581;;;*** 7736;;;***
7582 7737
7583;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode) 7738;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode)
7584;;;;;; "electric" "electric.el" (19686 22639)) 7739;;;;;; "electric" "electric.el" (19687 6902))
7585;;; Generated autoloads from electric.el 7740;;; Generated autoloads from electric.el
7586 7741
7587(defvar electric-indent-chars '(10) "\ 7742(defvar electric-indent-chars '(10) "\
@@ -7632,8 +7787,8 @@ Automatically insert newlines around some chars.
7632 7787
7633;;;*** 7788;;;***
7634 7789
7635;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19379 7790;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19277
7636;;;;;; 23432)) 7791;;;;;; 34916))
7637;;; Generated autoloads from elide-head.el 7792;;; Generated autoloads from elide-head.el
7638 7793
7639(autoload 'elide-head "elide-head" "\ 7794(autoload 'elide-head "elide-head" "\
@@ -7650,7 +7805,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
7650 7805
7651;;;### (autoloads (elint-initialize elint-defun elint-current-buffer 7806;;;### (autoloads (elint-initialize elint-defun elint-current-buffer
7652;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el" 7807;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el"
7653;;;;;; (19669 58161)) 7808;;;;;; (19668 31925))
7654;;; Generated autoloads from emacs-lisp/elint.el 7809;;; Generated autoloads from emacs-lisp/elint.el
7655 7810
7656(autoload 'elint-file "elint" "\ 7811(autoload 'elint-file "elint" "\
@@ -7686,8 +7841,8 @@ optional prefix argument REINIT is non-nil.
7686;;;*** 7841;;;***
7687 7842
7688;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 7843;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
7689;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19379 7844;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19277
7690;;;;;; 23432)) 7845;;;;;; 34919))
7691;;; Generated autoloads from emacs-lisp/elp.el 7846;;; Generated autoloads from emacs-lisp/elp.el
7692 7847
7693(autoload 'elp-instrument-function "elp" "\ 7848(autoload 'elp-instrument-function "elp" "\
@@ -7722,7 +7877,7 @@ displayed.
7722;;;*** 7877;;;***
7723 7878
7724;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 7879;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
7725;;;;;; (19639 5054)) 7880;;;;;; (19696 28661))
7726;;; Generated autoloads from mail/emacsbug.el 7881;;; Generated autoloads from mail/emacsbug.el
7727 7882
7728(autoload 'report-emacs-bug "emacsbug" "\ 7883(autoload 'report-emacs-bug "emacsbug" "\
@@ -7737,7 +7892,7 @@ Prompts for bug subject. Leaves you in a mail buffer.
7737;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 7892;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
7738;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 7893;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
7739;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 7894;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
7740;;;;;; "vc/emerge.el" (19675 9114)) 7895;;;;;; "vc/emerge.el" (19672 56753))
7741;;; Generated autoloads from vc/emerge.el 7896;;; Generated autoloads from vc/emerge.el
7742 7897
7743(autoload 'emerge-files "emerge" "\ 7898(autoload 'emerge-files "emerge" "\
@@ -7798,7 +7953,7 @@ Not documented
7798;;;*** 7953;;;***
7799 7954
7800;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 7955;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
7801;;;;;; "enriched" "textmodes/enriched.el" (19611 13362)) 7956;;;;;; "enriched" "textmodes/enriched.el" (19609 2751))
7802;;; Generated autoloads from textmodes/enriched.el 7957;;; Generated autoloads from textmodes/enriched.el
7803 7958
7804(autoload 'enriched-mode "enriched" "\ 7959(autoload 'enriched-mode "enriched" "\
@@ -7833,8 +7988,8 @@ Not documented
7833;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region 7988;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region
7834;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file 7989;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
7835;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys 7990;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
7836;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (19675 7991;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (19672
7837;;;;;; 9114)) 7992;;;;;; 56753))
7838;;; Generated autoloads from epa.el 7993;;; Generated autoloads from epa.el
7839 7994
7840(autoload 'epa-list-keys "epa" "\ 7995(autoload 'epa-list-keys "epa" "\
@@ -8007,7 +8162,7 @@ Insert selected KEYS after the point.
8007;;;*** 8162;;;***
8008 8163
8009;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify 8164;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify
8010;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (19578 56905)) 8165;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (19580 19536))
8011;;; Generated autoloads from epa-dired.el 8166;;; Generated autoloads from epa-dired.el
8012 8167
8013(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8168(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8033,7 +8188,7 @@ Encrypt marked files.
8033;;;*** 8188;;;***
8034 8189
8035;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) 8190;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler)
8036;;;;;; "epa-file" "epa-file.el" (19633 49761)) 8191;;;;;; "epa-file" "epa-file.el" (19634 14572))
8037;;; Generated autoloads from epa-file.el 8192;;; Generated autoloads from epa-file.el
8038 8193
8039(autoload 'epa-file-handler "epa-file" "\ 8194(autoload 'epa-file-handler "epa-file" "\
@@ -8055,7 +8210,7 @@ Not documented
8055 8210
8056;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt 8211;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
8057;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode) 8212;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
8058;;;;;; "epa-mail" "epa-mail.el" (19655 16813)) 8213;;;;;; "epa-mail" "epa-mail.el" (19654 15628))
8059;;; Generated autoloads from epa-mail.el 8214;;; Generated autoloads from epa-mail.el
8060 8215
8061(autoload 'epa-mail-mode "epa-mail" "\ 8216(autoload 'epa-mail-mode "epa-mail" "\
@@ -8119,7 +8274,7 @@ Minor mode to hook EasyPG into Mail mode.
8119 8274
8120;;;*** 8275;;;***
8121 8276
8122;;;### (autoloads (epg-make-context) "epg" "epg.el" (19578 56905)) 8277;;;### (autoloads (epg-make-context) "epg" "epg.el" (19580 19536))
8123;;; Generated autoloads from epg.el 8278;;; Generated autoloads from epg.el
8124 8279
8125(autoload 'epg-make-context "epg" "\ 8280(autoload 'epg-make-context "epg" "\
@@ -8130,7 +8285,7 @@ Return a context object.
8130;;;*** 8285;;;***
8131 8286
8132;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) 8287;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
8133;;;;;; "epg-config" "epg-config.el" (19652 27168)) 8288;;;;;; "epg-config" "epg-config.el" (19652 41479))
8134;;; Generated autoloads from epg-config.el 8289;;; Generated autoloads from epg-config.el
8135 8290
8136(autoload 'epg-configuration "epg-config" "\ 8291(autoload 'epg-configuration "epg-config" "\
@@ -8151,7 +8306,7 @@ Look at CONFIG and try to expand GROUP.
8151;;;*** 8306;;;***
8152 8307
8153;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" 8308;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
8154;;;;;; "erc/erc.el" (19578 56905)) 8309;;;;;; "erc/erc.el" (19580 19536))
8155;;; Generated autoloads from erc/erc.el 8310;;; Generated autoloads from erc/erc.el
8156 8311
8157(autoload 'erc-select-read-args "erc" "\ 8312(autoload 'erc-select-read-args "erc" "\
@@ -8193,33 +8348,33 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8193 8348
8194;;;*** 8349;;;***
8195 8350
8196;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (19379 8351;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (19277
8197;;;;;; 23432)) 8352;;;;;; 34919))
8198;;; Generated autoloads from erc/erc-autoaway.el 8353;;; Generated autoloads from erc/erc-autoaway.el
8199 (autoload 'erc-autoaway-mode "erc-autoaway") 8354 (autoload 'erc-autoaway-mode "erc-autoaway")
8200 8355
8201;;;*** 8356;;;***
8202 8357
8203;;;### (autoloads nil "erc-button" "erc/erc-button.el" (19379 23432)) 8358;;;### (autoloads nil "erc-button" "erc/erc-button.el" (19277 34919))
8204;;; Generated autoloads from erc/erc-button.el 8359;;; Generated autoloads from erc/erc-button.el
8205 (autoload 'erc-button-mode "erc-button" nil t) 8360 (autoload 'erc-button-mode "erc-button" nil t)
8206 8361
8207;;;*** 8362;;;***
8208 8363
8209;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (19379 23432)) 8364;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (19277 34919))
8210;;; Generated autoloads from erc/erc-capab.el 8365;;; Generated autoloads from erc/erc-capab.el
8211 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 8366 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8212 8367
8213;;;*** 8368;;;***
8214 8369
8215;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (19379 23432)) 8370;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (19277 34919))
8216;;; Generated autoloads from erc/erc-compat.el 8371;;; Generated autoloads from erc/erc-compat.el
8217 (autoload 'erc-define-minor-mode "erc-compat") 8372 (autoload 'erc-define-minor-mode "erc-compat")
8218 8373
8219;;;*** 8374;;;***
8220 8375
8221;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 8376;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
8222;;;;;; "erc-dcc" "erc/erc-dcc.el" (19379 23432)) 8377;;;;;; "erc-dcc" "erc/erc-dcc.el" (19277 34919))
8223;;; Generated autoloads from erc/erc-dcc.el 8378;;; Generated autoloads from erc/erc-dcc.el
8224 (autoload 'erc-dcc-mode "erc-dcc") 8379 (autoload 'erc-dcc-mode "erc-dcc")
8225 8380
@@ -8252,7 +8407,7 @@ that subcommand.
8252;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 8407;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
8253;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 8408;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
8254;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 8409;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
8255;;;;;; (19379 23432)) 8410;;;;;; (19277 34919))
8256;;; Generated autoloads from erc/erc-ezbounce.el 8411;;; Generated autoloads from erc/erc-ezbounce.el
8257 8412
8258(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 8413(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -8314,8 +8469,8 @@ Add EZBouncer convenience functions to ERC.
8314 8469
8315;;;*** 8470;;;***
8316 8471
8317;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (19379 8472;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (19277
8318;;;;;; 23432)) 8473;;;;;; 34919))
8319;;; Generated autoloads from erc/erc-fill.el 8474;;; Generated autoloads from erc/erc-fill.el
8320 (autoload 'erc-fill-mode "erc-fill" nil t) 8475 (autoload 'erc-fill-mode "erc-fill" nil t)
8321 8476
@@ -8327,15 +8482,15 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
8327 8482
8328;;;*** 8483;;;***
8329 8484
8330;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (19379 8485;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (19277
8331;;;;;; 23432)) 8486;;;;;; 34919))
8332;;; Generated autoloads from erc/erc-hecomplete.el 8487;;; Generated autoloads from erc/erc-hecomplete.el
8333 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t) 8488 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t)
8334 8489
8335;;;*** 8490;;;***
8336 8491
8337;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 8492;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
8338;;;;;; "erc/erc-identd.el" (19379 23432)) 8493;;;;;; "erc/erc-identd.el" (19277 34919))
8339;;; Generated autoloads from erc/erc-identd.el 8494;;; Generated autoloads from erc/erc-identd.el
8340 (autoload 'erc-identd-mode "erc-identd") 8495 (autoload 'erc-identd-mode "erc-identd")
8341 8496
@@ -8357,7 +8512,7 @@ Not documented
8357;;;*** 8512;;;***
8358 8513
8359;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 8514;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
8360;;;;;; (19379 23432)) 8515;;;;;; (19277 34919))
8361;;; Generated autoloads from erc/erc-imenu.el 8516;;; Generated autoloads from erc/erc-imenu.el
8362 8517
8363(autoload 'erc-create-imenu-index "erc-imenu" "\ 8518(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -8367,20 +8522,20 @@ Not documented
8367 8522
8368;;;*** 8523;;;***
8369 8524
8370;;;### (autoloads nil "erc-join" "erc/erc-join.el" (19564 19367)) 8525;;;### (autoloads nil "erc-join" "erc/erc-join.el" (19561 48711))
8371;;; Generated autoloads from erc/erc-join.el 8526;;; Generated autoloads from erc/erc-join.el
8372 (autoload 'erc-autojoin-mode "erc-join" nil t) 8527 (autoload 'erc-autojoin-mode "erc-join" nil t)
8373 8528
8374;;;*** 8529;;;***
8375 8530
8376;;;### (autoloads nil "erc-list" "erc/erc-list.el" (19634 57717)) 8531;;;### (autoloads nil "erc-list" "erc/erc-list.el" (19634 23255))
8377;;; Generated autoloads from erc/erc-list.el 8532;;; Generated autoloads from erc/erc-list.el
8378 (autoload 'erc-list-mode "erc-list") 8533 (autoload 'erc-list-mode "erc-list")
8379 8534
8380;;;*** 8535;;;***
8381 8536
8382;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 8537;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
8383;;;;;; "erc/erc-log.el" (19379 23432)) 8538;;;;;; "erc/erc-log.el" (19277 34919))
8384;;; Generated autoloads from erc/erc-log.el 8539;;; Generated autoloads from erc/erc-log.el
8385 (autoload 'erc-log-mode "erc-log" nil t) 8540 (autoload 'erc-log-mode "erc-log" nil t)
8386 8541
@@ -8412,7 +8567,7 @@ You can save every individual message by putting this function on
8412;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 8567;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
8413;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 8568;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
8414;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 8569;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
8415;;;;;; (19379 23432)) 8570;;;;;; (19277 34919))
8416;;; Generated autoloads from erc/erc-match.el 8571;;; Generated autoloads from erc/erc-match.el
8417 (autoload 'erc-match-mode "erc-match") 8572 (autoload 'erc-match-mode "erc-match")
8418 8573
@@ -8458,14 +8613,14 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
8458 8613
8459;;;*** 8614;;;***
8460 8615
8461;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (19379 23432)) 8616;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (19277 34919))
8462;;; Generated autoloads from erc/erc-menu.el 8617;;; Generated autoloads from erc/erc-menu.el
8463 (autoload 'erc-menu-mode "erc-menu" nil t) 8618 (autoload 'erc-menu-mode "erc-menu" nil t)
8464 8619
8465;;;*** 8620;;;***
8466 8621
8467;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 8622;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
8468;;;;;; (19379 23432)) 8623;;;;;; (19277 34919))
8469;;; Generated autoloads from erc/erc-netsplit.el 8624;;; Generated autoloads from erc/erc-netsplit.el
8470 (autoload 'erc-netsplit-mode "erc-netsplit") 8625 (autoload 'erc-netsplit-mode "erc-netsplit")
8471 8626
@@ -8477,7 +8632,7 @@ Show who's gone.
8477;;;*** 8632;;;***
8478 8633
8479;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" 8634;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
8480;;;;;; "erc/erc-networks.el" (19379 23432)) 8635;;;;;; "erc/erc-networks.el" (19277 34919))
8481;;; Generated autoloads from erc/erc-networks.el 8636;;; Generated autoloads from erc/erc-networks.el
8482 8637
8483(autoload 'erc-determine-network "erc-networks" "\ 8638(autoload 'erc-determine-network "erc-networks" "\
@@ -8495,7 +8650,7 @@ Interactively select a server to connect to using `erc-server-alist'.
8495;;;*** 8650;;;***
8496 8651
8497;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 8652;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
8498;;;;;; "erc/erc-notify.el" (19379 23432)) 8653;;;;;; "erc/erc-notify.el" (19277 34919))
8499;;; Generated autoloads from erc/erc-notify.el 8654;;; Generated autoloads from erc/erc-notify.el
8500 (autoload 'erc-notify-mode "erc-notify" nil t) 8655 (autoload 'erc-notify-mode "erc-notify" nil t)
8501 8656
@@ -8513,33 +8668,33 @@ Not documented
8513 8668
8514;;;*** 8669;;;***
8515 8670
8516;;;### (autoloads nil "erc-page" "erc/erc-page.el" (19379 23432)) 8671;;;### (autoloads nil "erc-page" "erc/erc-page.el" (19277 34919))
8517;;; Generated autoloads from erc/erc-page.el 8672;;; Generated autoloads from erc/erc-page.el
8518 (autoload 'erc-page-mode "erc-page") 8673 (autoload 'erc-page-mode "erc-page")
8519 8674
8520;;;*** 8675;;;***
8521 8676
8522;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19379 8677;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19277
8523;;;;;; 23432)) 8678;;;;;; 34919))
8524;;; Generated autoloads from erc/erc-pcomplete.el 8679;;; Generated autoloads from erc/erc-pcomplete.el
8525 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 8680 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
8526 8681
8527;;;*** 8682;;;***
8528 8683
8529;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (19379 23432)) 8684;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (19277 34919))
8530;;; Generated autoloads from erc/erc-replace.el 8685;;; Generated autoloads from erc/erc-replace.el
8531 (autoload 'erc-replace-mode "erc-replace") 8686 (autoload 'erc-replace-mode "erc-replace")
8532 8687
8533;;;*** 8688;;;***
8534 8689
8535;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (19379 23432)) 8690;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (19277 34919))
8536;;; Generated autoloads from erc/erc-ring.el 8691;;; Generated autoloads from erc/erc-ring.el
8537 (autoload 'erc-ring-mode "erc-ring" nil t) 8692 (autoload 'erc-ring-mode "erc-ring" nil t)
8538 8693
8539;;;*** 8694;;;***
8540 8695
8541;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 8696;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
8542;;;;;; "erc-services" "erc/erc-services.el" (19379 23432)) 8697;;;;;; "erc-services" "erc/erc-services.el" (19311 8632))
8543;;; Generated autoloads from erc/erc-services.el 8698;;; Generated autoloads from erc/erc-services.el
8544 (autoload 'erc-services-mode "erc-services" nil t) 8699 (autoload 'erc-services-mode "erc-services" nil t)
8545 8700
@@ -8556,14 +8711,14 @@ When called interactively, read the password using `read-passwd'.
8556 8711
8557;;;*** 8712;;;***
8558 8713
8559;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (19379 23432)) 8714;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (19277 34919))
8560;;; Generated autoloads from erc/erc-sound.el 8715;;; Generated autoloads from erc/erc-sound.el
8561 (autoload 'erc-sound-mode "erc-sound") 8716 (autoload 'erc-sound-mode "erc-sound")
8562 8717
8563;;;*** 8718;;;***
8564 8719
8565;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 8720;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
8566;;;;;; (19379 23432)) 8721;;;;;; (19277 34919))
8567;;; Generated autoloads from erc/erc-speedbar.el 8722;;; Generated autoloads from erc/erc-speedbar.el
8568 8723
8569(autoload 'erc-speedbar-browser "erc-speedbar" "\ 8724(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -8574,21 +8729,21 @@ This will add a speedbar major display mode.
8574 8729
8575;;;*** 8730;;;***
8576 8731
8577;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (19379 8732;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (19277
8578;;;;;; 23432)) 8733;;;;;; 34919))
8579;;; Generated autoloads from erc/erc-spelling.el 8734;;; Generated autoloads from erc/erc-spelling.el
8580 (autoload 'erc-spelling-mode "erc-spelling" nil t) 8735 (autoload 'erc-spelling-mode "erc-spelling" nil t)
8581 8736
8582;;;*** 8737;;;***
8583 8738
8584;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (19379 23432)) 8739;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (19277 34919))
8585;;; Generated autoloads from erc/erc-stamp.el 8740;;; Generated autoloads from erc/erc-stamp.el
8586 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 8741 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
8587 8742
8588;;;*** 8743;;;***
8589 8744
8590;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" 8745;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
8591;;;;;; (19379 23432)) 8746;;;;;; (19277 34919))
8592;;; Generated autoloads from erc/erc-track.el 8747;;; Generated autoloads from erc/erc-track.el
8593 8748
8594(defvar erc-track-minor-mode nil "\ 8749(defvar erc-track-minor-mode nil "\
@@ -8611,7 +8766,7 @@ module, otherwise the keybindings will not do anything useful.
8611;;;*** 8766;;;***
8612 8767
8613;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 8768;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
8614;;;;;; "erc-truncate" "erc/erc-truncate.el" (19379 23432)) 8769;;;;;; "erc-truncate" "erc/erc-truncate.el" (19277 34919))
8615;;; Generated autoloads from erc/erc-truncate.el 8770;;; Generated autoloads from erc/erc-truncate.el
8616 (autoload 'erc-truncate-mode "erc-truncate" nil t) 8771 (autoload 'erc-truncate-mode "erc-truncate" nil t)
8617 8772
@@ -8631,7 +8786,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
8631;;;*** 8786;;;***
8632 8787
8633;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 8788;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
8634;;;;;; (19638 63299)) 8789;;;;;; (19639 17158))
8635;;; Generated autoloads from erc/erc-xdcc.el 8790;;; Generated autoloads from erc/erc-xdcc.el
8636 (autoload 'erc-xdcc-mode "erc-xdcc") 8791 (autoload 'erc-xdcc-mode "erc-xdcc")
8637 8792
@@ -8642,8 +8797,8 @@ Add a file to `erc-xdcc-files'.
8642 8797
8643;;;*** 8798;;;***
8644 8799
8645;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (19614 8800;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (19611
8646;;;;;; 29799)) 8801;;;;;; 64957))
8647;;; Generated autoloads from eshell/esh-mode.el 8802;;; Generated autoloads from eshell/esh-mode.el
8648 8803
8649(autoload 'eshell-mode "esh-mode" "\ 8804(autoload 'eshell-mode "esh-mode" "\
@@ -8655,8 +8810,8 @@ Emacs shell interactive mode.
8655 8810
8656;;;*** 8811;;;***
8657 8812
8658;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (19675 8813;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (19672
8659;;;;;; 9114)) 8814;;;;;; 39436))
8660;;; Generated autoloads from eshell/esh-test.el 8815;;; Generated autoloads from eshell/esh-test.el
8661 8816
8662(autoload 'eshell-test "esh-test" "\ 8817(autoload 'eshell-test "esh-test" "\
@@ -8667,7 +8822,7 @@ Test Eshell to verify that it works as expected.
8667;;;*** 8822;;;***
8668 8823
8669;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" 8824;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell"
8670;;;;;; "eshell/eshell.el" (19451 41962)) 8825;;;;;; "eshell/eshell.el" (19451 17238))
8671;;; Generated autoloads from eshell/eshell.el 8826;;; Generated autoloads from eshell/eshell.el
8672 8827
8673(autoload 'eshell "eshell" "\ 8828(autoload 'eshell "eshell" "\
@@ -8708,7 +8863,7 @@ corresponding to a successful execution.
8708;;;;;; visit-tags-table tags-table-mode find-tag-default-function 8863;;;;;; visit-tags-table tags-table-mode find-tag-default-function
8709;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 8864;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
8710;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 8865;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
8711;;;;;; (19675 9114)) 8866;;;;;; (19672 56753))
8712;;; Generated autoloads from progmodes/etags.el 8867;;; Generated autoloads from progmodes/etags.el
8713 8868
8714(defvar tags-file-name nil "\ 8869(defvar tags-file-name nil "\
@@ -9022,7 +9177,7 @@ for \\[find-tag] (which see).
9022;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer 9177;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9023;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer 9178;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9024;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" 9179;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9025;;;;;; (19451 41962)) 9180;;;;;; (19451 17238))
9026;;; Generated autoloads from language/ethio-util.el 9181;;; Generated autoloads from language/ethio-util.el
9027 9182
9028(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9183(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -9192,7 +9347,7 @@ Not documented
9192 9347
9193;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 9348;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
9194;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 9349;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9195;;;;;; (19675 9114)) 9350;;;;;; (19672 56753))
9196;;; Generated autoloads from net/eudc.el 9351;;; Generated autoloads from net/eudc.el
9197 9352
9198(autoload 'eudc-set-server "eudc" "\ 9353(autoload 'eudc-set-server "eudc" "\
@@ -9248,7 +9403,7 @@ This does nothing except loading eudc by autoload side-effect.
9248 9403
9249;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 9404;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
9250;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 9405;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
9251;;;;;; "eudc-bob" "net/eudc-bob.el" (19578 56905)) 9406;;;;;; "eudc-bob" "net/eudc-bob.el" (19580 19536))
9252;;; Generated autoloads from net/eudc-bob.el 9407;;; Generated autoloads from net/eudc-bob.el
9253 9408
9254(autoload 'eudc-display-generic-binary "eudc-bob" "\ 9409(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -9284,7 +9439,7 @@ Display a button for the JPEG DATA.
9284;;;*** 9439;;;***
9285 9440
9286;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 9441;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
9287;;;;;; "eudc-export" "net/eudc-export.el" (19578 56905)) 9442;;;;;; "eudc-export" "net/eudc-export.el" (19580 19536))
9288;;; Generated autoloads from net/eudc-export.el 9443;;; Generated autoloads from net/eudc-export.el
9289 9444
9290(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 9445(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -9301,7 +9456,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
9301;;;*** 9456;;;***
9302 9457
9303;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 9458;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
9304;;;;;; (19634 57717)) 9459;;;;;; (19634 23255))
9305;;; Generated autoloads from net/eudc-hotlist.el 9460;;; Generated autoloads from net/eudc-hotlist.el
9306 9461
9307(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 9462(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -9311,8 +9466,8 @@ Edit the hotlist of directory servers in a specialized buffer.
9311 9466
9312;;;*** 9467;;;***
9313 9468
9314;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (19379 9469;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (19277
9315;;;;;; 23432)) 9470;;;;;; 34919))
9316;;; Generated autoloads from emacs-lisp/ewoc.el 9471;;; Generated autoloads from emacs-lisp/ewoc.el
9317 9472
9318(autoload 'ewoc-create "ewoc" "\ 9473(autoload 'ewoc-create "ewoc" "\
@@ -9341,7 +9496,7 @@ fourth arg NOSEP non-nil inhibits this.
9341;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 9496;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
9342;;;;;; executable-self-display executable-set-magic executable-interpret 9497;;;;;; executable-self-display executable-set-magic executable-interpret
9343;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 9498;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
9344;;;;;; (19379 23432)) 9499;;;;;; (19277 34922))
9345;;; Generated autoloads from progmodes/executable.el 9500;;; Generated autoloads from progmodes/executable.el
9346 9501
9347(autoload 'executable-command-find-posix-p "executable" "\ 9502(autoload 'executable-command-find-posix-p "executable" "\
@@ -9384,7 +9539,7 @@ file modes.
9384 9539
9385;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 9540;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
9386;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" 9541;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
9387;;;;;; (19451 41962)) 9542;;;;;; (19451 17238))
9388;;; Generated autoloads from expand.el 9543;;; Generated autoloads from expand.el
9389 9544
9390(autoload 'expand-add-abbrevs "expand" "\ 9545(autoload 'expand-add-abbrevs "expand" "\
@@ -9433,7 +9588,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
9433 9588
9434;;;*** 9589;;;***
9435 9590
9436;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19652 27168)) 9591;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19651 33965))
9437;;; Generated autoloads from progmodes/f90.el 9592;;; Generated autoloads from progmodes/f90.el
9438 9593
9439(autoload 'f90-mode "f90" "\ 9594(autoload 'f90-mode "f90" "\
@@ -9500,7 +9655,7 @@ with no args, if that value is non-nil.
9500;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase 9655;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase
9501;;;;;; text-scale-set face-remap-set-base face-remap-reset-base 9656;;;;;; text-scale-set face-remap-set-base face-remap-reset-base
9502;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19652 9657;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19652
9503;;;;;; 50311)) 9658;;;;;; 44405))
9504;;; Generated autoloads from face-remap.el 9659;;; Generated autoloads from face-remap.el
9505 9660
9506(autoload 'face-remap-add-relative "face-remap" "\ 9661(autoload 'face-remap-add-relative "face-remap" "\
@@ -9640,7 +9795,7 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
9640 9795
9641;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 9796;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
9642;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 9797;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
9643;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19611 13362)) 9798;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19609 2433))
9644;;; Generated autoloads from mail/feedmail.el 9799;;; Generated autoloads from mail/feedmail.el
9645 9800
9646(autoload 'feedmail-send-it "feedmail" "\ 9801(autoload 'feedmail-send-it "feedmail" "\
@@ -9694,7 +9849,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
9694;;;*** 9849;;;***
9695 9850
9696;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 9851;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
9697;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19379 23432)) 9852;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19318 65023))
9698;;; Generated autoloads from ffap.el 9853;;; Generated autoloads from ffap.el
9699 9854
9700(autoload 'ffap-next "ffap" "\ 9855(autoload 'ffap-next "ffap" "\
@@ -9758,7 +9913,7 @@ Evaluate the forms in variable `ffap-bindings'.
9758;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 9913;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
9759;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 9914;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
9760;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 9915;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
9761;;;;;; "filecache" "filecache.el" (19675 9114)) 9916;;;;;; "filecache" "filecache.el" (19672 41839))
9762;;; Generated autoloads from filecache.el 9917;;; Generated autoloads from filecache.el
9763 9918
9764(autoload 'file-cache-add-directory "filecache" "\ 9919(autoload 'file-cache-add-directory "filecache" "\
@@ -9818,7 +9973,7 @@ the name is considered already unique; only the second substitution
9818;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable 9973;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable
9819;;;;;; add-dir-local-variable delete-file-local-variable-prop-line 9974;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
9820;;;;;; add-file-local-variable-prop-line delete-file-local-variable 9975;;;;;; add-file-local-variable-prop-line delete-file-local-variable
9821;;;;;; add-file-local-variable) "files-x" "files-x.el" (19578 56905)) 9976;;;;;; add-file-local-variable) "files-x" "files-x.el" (19580 19536))
9822;;; Generated autoloads from files-x.el 9977;;; Generated autoloads from files-x.el
9823 9978
9824(autoload 'add-file-local-variable "files-x" "\ 9979(autoload 'add-file-local-variable "files-x" "\
@@ -9883,8 +10038,8 @@ Copy directory-local variables to the -*- line.
9883 10038
9884;;;*** 10039;;;***
9885 10040
9886;;;### (autoloads (filesets-init) "filesets" "filesets.el" (19612 10041;;;### (autoloads (filesets-init) "filesets" "filesets.el" (19611
9887;;;;;; 6522)) 10042;;;;;; 60752))
9888;;; Generated autoloads from filesets.el 10043;;; Generated autoloads from filesets.el
9889 10044
9890(autoload 'filesets-init "filesets" "\ 10045(autoload 'filesets-init "filesets" "\
@@ -9895,7 +10050,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
9895 10050
9896;;;*** 10051;;;***
9897 10052
9898;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (19379 23432)) 10053;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (19279 53114))
9899;;; Generated autoloads from find-cmd.el 10054;;; Generated autoloads from find-cmd.el
9900 10055
9901(autoload 'find-cmd "find-cmd" "\ 10056(autoload 'find-cmd "find-cmd" "\
@@ -9916,7 +10071,7 @@ result is a string that should be ready for the command line.
9916 10071
9917;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 10072;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
9918;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" 10073;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el"
9919;;;;;; (19379 23432)) 10074;;;;;; (19379 30332))
9920;;; Generated autoloads from find-dired.el 10075;;; Generated autoloads from find-dired.el
9921 10076
9922(defvar find-ls-option (if (eq system-type 'berkeley-unix) (purecopy '("-ls" . "-gilsb")) (purecopy '("-exec ls -ld {} \\;" . "-ld"))) "\ 10077(defvar find-ls-option (if (eq system-type 'berkeley-unix) (purecopy '("-ls" . "-gilsb")) (purecopy '("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -9977,7 +10132,7 @@ Thus ARG can also contain additional grep options.
9977 10132
9978;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10133;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
9979;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 10134;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
9980;;;;;; (19379 23432)) 10135;;;;;; (19442 62609))
9981;;; Generated autoloads from find-file.el 10136;;; Generated autoloads from find-file.el
9982 10137
9983(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10138(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10071,7 +10226,7 @@ Visit the file you click on in another window.
10071;;;;;; find-variable find-variable-noselect find-function-other-frame 10226;;;;;; find-variable find-variable-noselect find-function-other-frame
10072;;;;;; find-function-other-window find-function find-function-noselect 10227;;;;;; find-function-other-window find-function find-function-noselect
10073;;;;;; find-function-search-for-symbol find-library) "find-func" 10228;;;;;; find-function-search-for-symbol find-library) "find-func"
10074;;;;;; "emacs-lisp/find-func.el" (19649 27409)) 10229;;;;;; "emacs-lisp/find-func.el" (19649 956))
10075;;; Generated autoloads from emacs-lisp/find-func.el 10230;;; Generated autoloads from emacs-lisp/find-func.el
10076 10231
10077(autoload 'find-library "find-func" "\ 10232(autoload 'find-library "find-func" "\
@@ -10226,7 +10381,7 @@ Define some key bindings for the find-function family of functions.
10226;;;*** 10381;;;***
10227 10382
10228;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 10383;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
10229;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (19379 23432)) 10384;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (19277 34916))
10230;;; Generated autoloads from find-lisp.el 10385;;; Generated autoloads from find-lisp.el
10231 10386
10232(autoload 'find-lisp-find-dired "find-lisp" "\ 10387(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -10247,7 +10402,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
10247;;;*** 10402;;;***
10248 10403
10249;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 10404;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
10250;;;;;; "finder" "finder.el" (19662 54456)) 10405;;;;;; "finder" "finder.el" (19662 23188))
10251;;; Generated autoloads from finder.el 10406;;; Generated autoloads from finder.el
10252 10407
10253(autoload 'finder-list-keywords "finder" "\ 10408(autoload 'finder-list-keywords "finder" "\
@@ -10269,7 +10424,7 @@ Find packages matching a given keyword.
10269;;;*** 10424;;;***
10270 10425
10271;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 10426;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
10272;;;;;; "flow-ctrl.el" (19379 23432)) 10427;;;;;; "flow-ctrl.el" (19277 34916))
10273;;; Generated autoloads from flow-ctrl.el 10428;;; Generated autoloads from flow-ctrl.el
10274 10429
10275(autoload 'enable-flow-control "flow-ctrl" "\ 10430(autoload 'enable-flow-control "flow-ctrl" "\
@@ -10291,7 +10446,7 @@ to get the effect of a C-q.
10291;;;*** 10446;;;***
10292 10447
10293;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 10448;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
10294;;;;;; (19606 36461)) 10449;;;;;; (19604 65275))
10295;;; Generated autoloads from gnus/flow-fill.el 10450;;; Generated autoloads from gnus/flow-fill.el
10296 10451
10297(autoload 'fill-flowed-encode "flow-fill" "\ 10452(autoload 'fill-flowed-encode "flow-fill" "\
@@ -10307,7 +10462,7 @@ Not documented
10307;;;*** 10462;;;***
10308 10463
10309;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) 10464;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode)
10310;;;;;; "flymake" "progmodes/flymake.el" (19671 21337)) 10465;;;;;; "flymake" "progmodes/flymake.el" (19670 2258))
10311;;; Generated autoloads from progmodes/flymake.el 10466;;; Generated autoloads from progmodes/flymake.el
10312 10467
10313(autoload 'flymake-mode "flymake" "\ 10468(autoload 'flymake-mode "flymake" "\
@@ -10331,7 +10486,7 @@ Turn flymake mode off.
10331 10486
10332;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 10487;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
10333;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 10488;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
10334;;;;;; "flyspell" "textmodes/flyspell.el" (19682 26290)) 10489;;;;;; "flyspell" "textmodes/flyspell.el" (19681 34867))
10335;;; Generated autoloads from textmodes/flyspell.el 10490;;; Generated autoloads from textmodes/flyspell.el
10336 10491
10337(autoload 'flyspell-prog-mode "flyspell" "\ 10492(autoload 'flyspell-prog-mode "flyspell" "\
@@ -10401,7 +10556,7 @@ Flyspell whole buffer.
10401 10556
10402;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 10557;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
10403;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 10558;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
10404;;;;;; (19379 23432)) 10559;;;;;; (19277 34916))
10405;;; Generated autoloads from follow.el 10560;;; Generated autoloads from follow.el
10406 10561
10407(autoload 'turn-on-follow-mode "follow" "\ 10562(autoload 'turn-on-follow-mode "follow" "\
@@ -10474,8 +10629,8 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
10474 10629
10475;;;*** 10630;;;***
10476 10631
10477;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19379 10632;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19277
10478;;;;;; 23432)) 10633;;;;;; 34921))
10479;;; Generated autoloads from mail/footnote.el 10634;;; Generated autoloads from mail/footnote.el
10480 10635
10481(autoload 'footnote-mode "footnote" "\ 10636(autoload 'footnote-mode "footnote" "\
@@ -10489,7 +10644,7 @@ started, play around with the following keys:
10489;;;*** 10644;;;***
10490 10645
10491;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 10646;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
10492;;;;;; "forms" "forms.el" (19397 4695)) 10647;;;;;; "forms" "forms.el" (19406 15657))
10493;;; Generated autoloads from forms.el 10648;;; Generated autoloads from forms.el
10494 10649
10495(autoload 'forms-mode "forms" "\ 10650(autoload 'forms-mode "forms" "\
@@ -10526,7 +10681,7 @@ Visit a file in Forms mode in other window.
10526;;;*** 10681;;;***
10527 10682
10528;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" 10683;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
10529;;;;;; (19675 9114)) 10684;;;;;; (19672 56753))
10530;;; Generated autoloads from progmodes/fortran.el 10685;;; Generated autoloads from progmodes/fortran.el
10531 10686
10532(autoload 'fortran-mode "fortran" "\ 10687(autoload 'fortran-mode "fortran" "\
@@ -10604,7 +10759,7 @@ with no args, if that value is non-nil.
10604;;;*** 10759;;;***
10605 10760
10606;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 10761;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
10607;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19661 45226)) 10762;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19661 46305))
10608;;; Generated autoloads from play/fortune.el 10763;;; Generated autoloads from play/fortune.el
10609 10764
10610(autoload 'fortune-add-fortune "fortune" "\ 10765(autoload 'fortune-add-fortune "fortune" "\
@@ -10653,7 +10808,7 @@ and choose the directory as the fortune-file.
10653;;;*** 10808;;;***
10654 10809
10655;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" 10810;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el"
10656;;;;;; (19613 57681)) 10811;;;;;; (19614 24990))
10657;;; Generated autoloads from progmodes/gdb-mi.el 10812;;; Generated autoloads from progmodes/gdb-mi.el
10658 10813
10659(defvar gdb-enable-debug nil "\ 10814(defvar gdb-enable-debug nil "\
@@ -10714,8 +10869,8 @@ detailed description of this mode.
10714;;;*** 10869;;;***
10715 10870
10716;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 10871;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
10717;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (19578 10872;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (19580
10718;;;;;; 56905)) 10873;;;;;; 19536))
10719;;; Generated autoloads from emacs-lisp/generic.el 10874;;; Generated autoloads from emacs-lisp/generic.el
10720 10875
10721(defvar generic-mode-list nil "\ 10876(defvar generic-mode-list nil "\
@@ -10792,7 +10947,7 @@ regular expression that can be used as an element of
10792;;;*** 10947;;;***
10793 10948
10794;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 10949;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
10795;;;;;; (19379 23432)) 10950;;;;;; (19277 34922))
10796;;; Generated autoloads from progmodes/glasses.el 10951;;; Generated autoloads from progmodes/glasses.el
10797 10952
10798(autoload 'glasses-mode "glasses" "\ 10953(autoload 'glasses-mode "glasses" "\
@@ -10806,7 +10961,7 @@ at places they belong to.
10806 10961
10807;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 10962;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
10808;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" 10963;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
10809;;;;;; (19623 61514)) 10964;;;;;; (19623 58490))
10810;;; Generated autoloads from gnus/gmm-utils.el 10965;;; Generated autoloads from gnus/gmm-utils.el
10811 10966
10812(autoload 'gmm-regexp-concat "gmm-utils" "\ 10967(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -10861,7 +11016,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
10861;;;*** 11016;;;***
10862 11017
10863;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11018;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
10864;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19682 26290)) 11019;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19687 6902))
10865;;; Generated autoloads from gnus/gnus.el 11020;;; Generated autoloads from gnus/gnus.el
10866(when (fboundp 'custom-autoload) 11021(when (fboundp 'custom-autoload)
10867 (custom-autoload 'gnus-select-method "gnus")) 11022 (custom-autoload 'gnus-select-method "gnus"))
@@ -10914,7 +11069,7 @@ prompt the user for the name of an NNTP server to use.
10914;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11069;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
10915;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11070;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
10916;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11071;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
10917;;;;;; "gnus/gnus-agent.el" (19682 26290)) 11072;;;;;; "gnus/gnus-agent.el" (19687 6902))
10918;;; Generated autoloads from gnus/gnus-agent.el 11073;;; Generated autoloads from gnus/gnus-agent.el
10919 11074
10920(autoload 'gnus-unplugged "gnus-agent" "\ 11075(autoload 'gnus-unplugged "gnus-agent" "\
@@ -11005,7 +11160,7 @@ If CLEAN, obsolete (ignore).
11005;;;*** 11160;;;***
11006 11161
11007;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11162;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11008;;;;;; (19686 22639)) 11163;;;;;; (19695 9549))
11009;;; Generated autoloads from gnus/gnus-art.el 11164;;; Generated autoloads from gnus/gnus-art.el
11010 11165
11011(autoload 'gnus-article-prepare-display "gnus-art" "\ 11166(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -11016,7 +11171,7 @@ Make the current buffer look like a nice article.
11016;;;*** 11171;;;***
11017 11172
11018;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) 11173;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
11019;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (19671 21337)) 11174;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (19670 666))
11020;;; Generated autoloads from gnus/gnus-bookmark.el 11175;;; Generated autoloads from gnus/gnus-bookmark.el
11021 11176
11022(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 11177(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -11041,8 +11196,8 @@ deletion, or > if it is flagged for displaying.
11041 11196
11042;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11197;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11043;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11198;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11044;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (19635 11199;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (19693
11045;;;;;; 41857)) 11200;;;;;; 40409))
11046;;; Generated autoloads from gnus/gnus-cache.el 11201;;; Generated autoloads from gnus/gnus-cache.el
11047 11202
11048(autoload 'gnus-jog-cache "gnus-cache" "\ 11203(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -11084,7 +11239,7 @@ supported.
11084;;;*** 11239;;;***
11085 11240
11086;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11241;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11087;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19644 51090)) 11242;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19645 60484))
11088;;; Generated autoloads from gnus/gnus-delay.el 11243;;; Generated autoloads from gnus/gnus-delay.el
11089 11244
11090(autoload 'gnus-delay-article "gnus-delay" "\ 11245(autoload 'gnus-delay-article "gnus-delay" "\
@@ -11120,7 +11275,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11120;;;*** 11275;;;***
11121 11276
11122;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 11277;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11123;;;;;; "gnus-diary" "gnus/gnus-diary.el" (19641 32539)) 11278;;;;;; "gnus-diary" "gnus/gnus-diary.el" (19645 60484))
11124;;; Generated autoloads from gnus/gnus-diary.el 11279;;; Generated autoloads from gnus/gnus-diary.el
11125 11280
11126(autoload 'gnus-user-format-function-d "gnus-diary" "\ 11281(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -11136,7 +11291,7 @@ Not documented
11136;;;*** 11291;;;***
11137 11292
11138;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11293;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11139;;;;;; (19662 8083)) 11294;;;;;; (19662 7391))
11140;;; Generated autoloads from gnus/gnus-dired.el 11295;;; Generated autoloads from gnus/gnus-dired.el
11141 11296
11142(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 11297(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -11147,7 +11302,7 @@ Convenience method to turn on gnus-dired-mode.
11147;;;*** 11302;;;***
11148 11303
11149;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 11304;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11150;;;;;; (19646 65152)) 11305;;;;;; (19648 31344))
11151;;; Generated autoloads from gnus/gnus-draft.el 11306;;; Generated autoloads from gnus/gnus-draft.el
11152 11307
11153(autoload 'gnus-draft-reminder "gnus-draft" "\ 11308(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -11160,7 +11315,7 @@ Reminder user if there are unsent drafts.
11160;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 11315;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
11161;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 11316;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
11162;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (19635 11317;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (19635
11163;;;;;; 41857)) 11318;;;;;; 50568))
11164;;; Generated autoloads from gnus/gnus-fun.el 11319;;; Generated autoloads from gnus/gnus-fun.el
11165 11320
11166(autoload 'gnus-random-x-face "gnus-fun" "\ 11321(autoload 'gnus-random-x-face "gnus-fun" "\
@@ -11205,7 +11360,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
11205;;;*** 11360;;;***
11206 11361
11207;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar) 11362;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar)
11208;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (19671 21337)) 11363;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (19688 19082))
11209;;; Generated autoloads from gnus/gnus-gravatar.el 11364;;; Generated autoloads from gnus/gnus-gravatar.el
11210 11365
11211(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ 11366(autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\
@@ -11223,7 +11378,7 @@ If gravatars are already displayed, remove them.
11223;;;*** 11378;;;***
11224 11379
11225;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 11380;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
11226;;;;;; "gnus-group" "gnus/gnus-group.el" (19675 9114)) 11381;;;;;; "gnus-group" "gnus/gnus-group.el" (19672 21006))
11227;;; Generated autoloads from gnus/gnus-group.el 11382;;; Generated autoloads from gnus/gnus-group.el
11228 11383
11229(autoload 'gnus-fetch-group "gnus-group" "\ 11384(autoload 'gnus-fetch-group "gnus-group" "\
@@ -11241,7 +11396,7 @@ Pop up a frame and enter GROUP.
11241;;;*** 11396;;;***
11242 11397
11243;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html" 11398;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html"
11244;;;;;; "gnus/gnus-html.el" (19686 22639)) 11399;;;;;; "gnus/gnus-html.el" (19687 6902))
11245;;; Generated autoloads from gnus/gnus-html.el 11400;;; Generated autoloads from gnus/gnus-html.el
11246 11401
11247(autoload 'gnus-article-html "gnus-html" "\ 11402(autoload 'gnus-article-html "gnus-html" "\
@@ -11257,7 +11412,7 @@ Not documented
11257;;;*** 11412;;;***
11258 11413
11259;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 11414;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
11260;;;;;; (19636 31813)) 11415;;;;;; (19636 38740))
11261;;; Generated autoloads from gnus/gnus-kill.el 11416;;; Generated autoloads from gnus/gnus-kill.el
11262 11417
11263(defalias 'gnus-batch-kill 'gnus-batch-score) 11418(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -11272,7 +11427,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
11272 11427
11273;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 11428;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
11274;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 11429;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
11275;;;;;; (19583 31640)) 11430;;;;;; (19582 65302))
11276;;; Generated autoloads from gnus/gnus-ml.el 11431;;; Generated autoloads from gnus/gnus-ml.el
11277 11432
11278(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 11433(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -11297,7 +11452,7 @@ Minor mode for providing mailing-list commands.
11297 11452
11298;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 11453;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
11299;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 11454;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
11300;;;;;; (19583 31640)) 11455;;;;;; (19582 65302))
11301;;; Generated autoloads from gnus/gnus-mlspl.el 11456;;; Generated autoloads from gnus/gnus-mlspl.el
11302 11457
11303(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 11458(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -11398,7 +11553,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
11398;;;*** 11553;;;***
11399 11554
11400;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 11555;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
11401;;;;;; "gnus-msg" "gnus/gnus-msg.el" (19662 54456)) 11556;;;;;; "gnus-msg" "gnus/gnus-msg.el" (19662 23188))
11402;;; Generated autoloads from gnus/gnus-msg.el 11557;;; Generated autoloads from gnus/gnus-msg.el
11403 11558
11404(autoload 'gnus-msg-mail "gnus-msg" "\ 11559(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -11424,7 +11579,7 @@ Like `message-reply'.
11424 11579
11425;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 11580;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
11426;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 11581;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
11427;;;;;; (19635 41857)) 11582;;;;;; (19635 50568))
11428;;; Generated autoloads from gnus/gnus-picon.el 11583;;; Generated autoloads from gnus/gnus-picon.el
11429 11584
11430(autoload 'gnus-treat-from-picon "gnus-picon" "\ 11585(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -11451,7 +11606,7 @@ If picons are already displayed, remove them.
11451;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 11606;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
11452;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 11607;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
11453;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 11608;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
11454;;;;;; "gnus/gnus-range.el" (19606 36461)) 11609;;;;;; "gnus/gnus-range.el" (19604 65275))
11455;;; Generated autoloads from gnus/gnus-range.el 11610;;; Generated autoloads from gnus/gnus-range.el
11456 11611
11457(autoload 'gnus-sorted-difference "gnus-range" "\ 11612(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -11519,7 +11674,7 @@ Add NUM into sorted LIST by side effect.
11519;;;*** 11674;;;***
11520 11675
11521;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 11676;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
11522;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19644 51090)) 11677;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19645 60484))
11523;;; Generated autoloads from gnus/gnus-registry.el 11678;;; Generated autoloads from gnus/gnus-registry.el
11524 11679
11525(autoload 'gnus-registry-initialize "gnus-registry" "\ 11680(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -11535,8 +11690,8 @@ Install the registry hooks.
11535;;;*** 11690;;;***
11536 11691
11537;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 11692;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
11538;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (19583 11693;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (19582
11539;;;;;; 31640)) 11694;;;;;; 65302))
11540;;; Generated autoloads from gnus/gnus-sieve.el 11695;;; Generated autoloads from gnus/gnus-sieve.el
11541 11696
11542(autoload 'gnus-sieve-update "gnus-sieve" "\ 11697(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -11564,7 +11719,7 @@ Not documented
11564;;;*** 11719;;;***
11565 11720
11566;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 11721;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
11567;;;;;; (19638 15279)) 11722;;;;;; (19638 16738))
11568;;; Generated autoloads from gnus/gnus-spec.el 11723;;; Generated autoloads from gnus/gnus-spec.el
11569 11724
11570(autoload 'gnus-update-format "gnus-spec" "\ 11725(autoload 'gnus-update-format "gnus-spec" "\
@@ -11575,7 +11730,7 @@ Update the format specification near point.
11575;;;*** 11730;;;***
11576 11731
11577;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" 11732;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el"
11578;;;;;; (19675 9114)) 11733;;;;;; (19672 21006))
11579;;; Generated autoloads from gnus/gnus-start.el 11734;;; Generated autoloads from gnus/gnus-start.el
11580 11735
11581(autoload 'gnus-declare-backend "gnus-start" "\ 11736(autoload 'gnus-declare-backend "gnus-start" "\
@@ -11586,7 +11741,7 @@ Declare back end NAME with ABILITIES as a Gnus back end.
11586;;;*** 11741;;;***
11587 11742
11588;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" 11743;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el"
11589;;;;;; (19682 26290)) 11744;;;;;; (19695 9549))
11590;;; Generated autoloads from gnus/gnus-sum.el 11745;;; Generated autoloads from gnus/gnus-sum.el
11591 11746
11592(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ 11747(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
@@ -11598,7 +11753,7 @@ BOOKMARK is a bookmark name or a bookmark record.
11598;;;*** 11753;;;***
11599 11754
11600;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize) 11755;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize)
11601;;;;;; "gnus-sync" "gnus/gnus-sync.el" (19629 41197)) 11756;;;;;; "gnus-sync" "gnus/gnus-sync.el" (19630 1041))
11602;;; Generated autoloads from gnus/gnus-sync.el 11757;;; Generated autoloads from gnus/gnus-sync.el
11603 11758
11604(autoload 'gnus-sync-initialize "gnus-sync" "\ 11759(autoload 'gnus-sync-initialize "gnus-sync" "\
@@ -11614,7 +11769,7 @@ Install the sync hooks.
11614;;;*** 11769;;;***
11615 11770
11616;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 11771;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
11617;;;;;; (19626 28928)) 11772;;;;;; (19626 25721))
11618;;; Generated autoloads from gnus/gnus-win.el 11773;;; Generated autoloads from gnus/gnus-win.el
11619 11774
11620(autoload 'gnus-add-configuration "gnus-win" "\ 11775(autoload 'gnus-add-configuration "gnus-win" "\
@@ -11624,7 +11779,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
11624 11779
11625;;;*** 11780;;;***
11626 11781
11627;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19677 58077)) 11782;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19675 8283))
11628;;; Generated autoloads from play/gomoku.el 11783;;; Generated autoloads from play/gomoku.el
11629 11784
11630(autoload 'gomoku "gomoku" "\ 11785(autoload 'gomoku "gomoku" "\
@@ -11651,8 +11806,8 @@ Use \\[describe-mode] for more info.
11651;;;*** 11806;;;***
11652 11807
11653;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address 11808;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address
11654;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (19379 11809;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (19360
11655;;;;;; 23432)) 11810;;;;;; 14173))
11656;;; Generated autoloads from net/goto-addr.el 11811;;; Generated autoloads from net/goto-addr.el
11657 11812
11658(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 11813(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -11691,7 +11846,7 @@ Turn on `goto-address-mode', but only in comments and strings.
11691;;;*** 11846;;;***
11692 11847
11693;;;### (autoloads (gravatar-retrieve) "gravatar" "gnus/gravatar.el" 11848;;;### (autoloads (gravatar-retrieve) "gravatar" "gnus/gravatar.el"
11694;;;;;; (19626 28928)) 11849;;;;;; (19626 25721))
11695;;; Generated autoloads from gnus/gravatar.el 11850;;; Generated autoloads from gnus/gravatar.el
11696 11851
11697(autoload 'gravatar-retrieve "gravatar" "\ 11852(autoload 'gravatar-retrieve "gravatar" "\
@@ -11704,7 +11859,7 @@ You can provide a list of argument to pass to CB in CBARGS.
11704 11859
11705;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults 11860;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults
11706;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 11861;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
11707;;;;;; grep-window-height) "grep" "progmodes/grep.el" (19686 22639)) 11862;;;;;; grep-window-height) "grep" "progmodes/grep.el" (19687 6902))
11708;;; Generated autoloads from progmodes/grep.el 11863;;; Generated autoloads from progmodes/grep.el
11709 11864
11710(defvar grep-window-height nil "\ 11865(defvar grep-window-height nil "\
@@ -11860,7 +12015,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'.
11860 12015
11861;;;*** 12016;;;***
11862 12017
11863;;;### (autoloads (gs-load-image) "gs" "gs.el" (19379 23432)) 12018;;;### (autoloads (gs-load-image) "gs" "gs.el" (19277 34916))
11864;;; Generated autoloads from gs.el 12019;;; Generated autoloads from gs.el
11865 12020
11866(autoload 'gs-load-image "gs" "\ 12021(autoload 'gs-load-image "gs" "\
@@ -11874,7 +12029,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
11874;;;*** 12029;;;***
11875 12030
11876;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb 12031;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb
11877;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19612 6522)) 12032;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19611 36621))
11878;;; Generated autoloads from progmodes/gud.el 12033;;; Generated autoloads from progmodes/gud.el
11879 12034
11880(autoload 'gud-gdb "gud" "\ 12035(autoload 'gud-gdb "gud" "\
@@ -11960,8 +12115,8 @@ Toggle the display of GUD tooltips.
11960 12115
11961;;;*** 12116;;;***
11962 12117
11963;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19379 12118;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19277
11964;;;;;; 23432)) 12119;;;;;; 34922))
11965;;; Generated autoloads from play/handwrite.el 12120;;; Generated autoloads from play/handwrite.el
11966 12121
11967(autoload 'handwrite "handwrite" "\ 12122(autoload 'handwrite "handwrite" "\
@@ -11979,7 +12134,7 @@ Variables: handwrite-linespace (default 12)
11979;;;*** 12134;;;***
11980 12135
11981;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 12136;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
11982;;;;;; (19379 23432)) 12137;;;;;; (19267 61658))
11983;;; Generated autoloads from play/hanoi.el 12138;;; Generated autoloads from play/hanoi.el
11984 12139
11985(autoload 'hanoi "hanoi" "\ 12140(autoload 'hanoi "hanoi" "\
@@ -12008,7 +12163,7 @@ to be updated.
12008 12163
12009;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment 12164;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
12010;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) 12165;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
12011;;;;;; "hashcash" "mail/hashcash.el" (19635 41857)) 12166;;;;;; "hashcash" "mail/hashcash.el" (19635 50568))
12012;;; Generated autoloads from mail/hashcash.el 12167;;; Generated autoloads from mail/hashcash.el
12013 12168
12014(autoload 'hashcash-insert-payment "hashcash" "\ 12169(autoload 'hashcash-insert-payment "hashcash" "\
@@ -12053,7 +12208,7 @@ Prefix arg sets default accept amount temporarily.
12053;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 12208;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12054;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 12209;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12055;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 12210;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12056;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (19379 23432)) 12211;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (19277 34916))
12057;;; Generated autoloads from help-at-pt.el 12212;;; Generated autoloads from help-at-pt.el
12058 12213
12059(autoload 'help-at-pt-string "help-at-pt" "\ 12214(autoload 'help-at-pt-string "help-at-pt" "\
@@ -12183,7 +12338,7 @@ different regions. With numeric argument ARG, behaves like
12183;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories 12338;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories
12184;;;;;; describe-syntax describe-variable variable-at-point describe-function-1 12339;;;;;; describe-syntax describe-variable variable-at-point describe-function-1
12185;;;;;; find-lisp-object-file-name help-C-file-name describe-function) 12340;;;;;; find-lisp-object-file-name help-C-file-name describe-function)
12186;;;;;; "help-fns" "help-fns.el" (19651 9126)) 12341;;;;;; "help-fns" "help-fns.el" (19649 15956))
12187;;; Generated autoloads from help-fns.el 12342;;; Generated autoloads from help-fns.el
12188 12343
12189(autoload 'describe-function "help-fns" "\ 12344(autoload 'describe-function "help-fns" "\
@@ -12263,7 +12418,7 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file.
12263;;;*** 12418;;;***
12264 12419
12265;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 12420;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
12266;;;;;; (19578 56905)) 12421;;;;;; (19580 19536))
12267;;; Generated autoloads from help-macro.el 12422;;; Generated autoloads from help-macro.el
12268 12423
12269(defvar three-step-help nil "\ 12424(defvar three-step-help nil "\
@@ -12279,8 +12434,8 @@ gives the window that lists the options.")
12279 12434
12280;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 12435;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
12281;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish 12436;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish
12282;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (19636 12437;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (19635
12283;;;;;; 19378)) 12438;;;;;; 56796))
12284;;; Generated autoloads from help-mode.el 12439;;; Generated autoloads from help-mode.el
12285 12440
12286(autoload 'help-mode "help-mode" "\ 12441(autoload 'help-mode "help-mode" "\
@@ -12372,7 +12527,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
12372;;;*** 12527;;;***
12373 12528
12374;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 12529;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
12375;;;;;; "emacs-lisp/helper.el" (19578 56905)) 12530;;;;;; "emacs-lisp/helper.el" (19580 19536))
12376;;; Generated autoloads from emacs-lisp/helper.el 12531;;; Generated autoloads from emacs-lisp/helper.el
12377 12532
12378(autoload 'Helper-describe-bindings "helper" "\ 12533(autoload 'Helper-describe-bindings "helper" "\
@@ -12388,7 +12543,7 @@ Provide help for current mode.
12388;;;*** 12543;;;***
12389 12544
12390;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 12545;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
12391;;;;;; "hexl.el" (19648 1980)) 12546;;;;;; "hexl.el" (19648 31344))
12392;;; Generated autoloads from hexl.el 12547;;; Generated autoloads from hexl.el
12393 12548
12394(autoload 'hexl-mode "hexl" "\ 12549(autoload 'hexl-mode "hexl" "\
@@ -12485,7 +12640,7 @@ This discards the buffer's undo information.
12485;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 12640;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
12486;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 12641;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
12487;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 12642;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
12488;;;;;; (19635 38402)) 12643;;;;;; (19635 50568))
12489;;; Generated autoloads from hi-lock.el 12644;;; Generated autoloads from hi-lock.el
12490 12645
12491(autoload 'hi-lock-mode "hi-lock" "\ 12646(autoload 'hi-lock-mode "hi-lock" "\
@@ -12619,7 +12774,7 @@ be found in variable `hi-lock-interactive-patterns'.
12619;;;*** 12774;;;***
12620 12775
12621;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" 12776;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el"
12622;;;;;; (19669 58161)) 12777;;;;;; (19668 19057))
12623;;; Generated autoloads from progmodes/hideif.el 12778;;; Generated autoloads from progmodes/hideif.el
12624 12779
12625(autoload 'hide-ifdef-mode "hideif" "\ 12780(autoload 'hide-ifdef-mode "hideif" "\
@@ -12659,7 +12814,7 @@ how the hiding is done:
12659;;;*** 12814;;;***
12660 12815
12661;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" 12816;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
12662;;;;;; (19379 23432)) 12817;;;;;; (19277 34922))
12663;;; Generated autoloads from progmodes/hideshow.el 12818;;; Generated autoloads from progmodes/hideshow.el
12664 12819
12665(defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\ 12820(defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\
@@ -12722,7 +12877,7 @@ Unconditionally turn off `hs-minor-mode'.
12722;;;;;; highlight-changes-previous-change highlight-changes-next-change 12877;;;;;; highlight-changes-previous-change highlight-changes-next-change
12723;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode 12878;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
12724;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19630 12879;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19630
12725;;;;;; 8477)) 12880;;;;;; 1041))
12726;;; Generated autoloads from hilit-chg.el 12881;;; Generated autoloads from hilit-chg.el
12727 12882
12728(autoload 'highlight-changes-mode "hilit-chg" "\ 12883(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -12851,7 +13006,7 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
12851;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 13006;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
12852;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 13007;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
12853;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 13008;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
12854;;;;;; "hippie-exp.el" (19675 9114)) 13009;;;;;; "hippie-exp.el" (19672 56753))
12855;;; Generated autoloads from hippie-exp.el 13010;;; Generated autoloads from hippie-exp.el
12856 13011
12857(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) "\ 13012(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) "\
@@ -12924,7 +13079,7 @@ argument VERBOSE non-nil makes the function verbose.
12924;;;*** 13079;;;***
12925 13080
12926;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13081;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
12927;;;;;; (19520 54552)) 13082;;;;;; (19515 27412))
12928;;; Generated autoloads from hl-line.el 13083;;; Generated autoloads from hl-line.el
12929 13084
12930(autoload 'hl-line-mode "hl-line" "\ 13085(autoload 'hl-line-mode "hl-line" "\
@@ -12968,7 +13123,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
12968;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays 13123;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays
12969;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays 13124;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
12970;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" 13125;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
12971;;;;;; "calendar/holidays.el" (19662 54456)) 13126;;;;;; "calendar/holidays.el" (19662 28391))
12972;;; Generated autoloads from calendar/holidays.el 13127;;; Generated autoloads from calendar/holidays.el
12973 13128
12974(define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1") 13129(define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1")
@@ -13116,8 +13271,8 @@ The optional LABEL is used to label the buffer created.
13116 13271
13117;;;*** 13272;;;***
13118 13273
13119;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (19583 13274;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (19582
13120;;;;;; 31640)) 13275;;;;;; 65302))
13121;;; Generated autoloads from gnus/html2text.el 13276;;; Generated autoloads from gnus/html2text.el
13122 13277
13123(autoload 'html2text "html2text" "\ 13278(autoload 'html2text "html2text" "\
@@ -13128,7 +13283,7 @@ Convert HTML to plain text in the current buffer.
13128;;;*** 13283;;;***
13129 13284
13130;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer) 13285;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer)
13131;;;;;; "htmlfontify" "htmlfontify.el" (19630 57790)) 13286;;;;;; "htmlfontify" "htmlfontify.el" (19631 26857))
13132;;; Generated autoloads from htmlfontify.el 13287;;; Generated autoloads from htmlfontify.el
13133 13288
13134(autoload 'htmlfontify-buffer "htmlfontify" "\ 13289(autoload 'htmlfontify-buffer "htmlfontify" "\
@@ -13161,8 +13316,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'.
13161;;;*** 13316;;;***
13162 13317
13163;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 13318;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
13164;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19578 13319;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19580
13165;;;;;; 56905)) 13320;;;;;; 19536))
13166;;; Generated autoloads from ibuf-macs.el 13321;;; Generated autoloads from ibuf-macs.el
13167 13322
13168(autoload 'define-ibuffer-column "ibuf-macs" "\ 13323(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -13259,7 +13414,7 @@ bound to the current value of the filter.
13259;;;*** 13414;;;***
13260 13415
13261;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 13416;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
13262;;;;;; "ibuffer" "ibuffer.el" (19632 54888)) 13417;;;;;; "ibuffer" "ibuffer.el" (19632 44567))
13263;;; Generated autoloads from ibuffer.el 13418;;; Generated autoloads from ibuffer.el
13264 13419
13265(autoload 'ibuffer-list-buffers "ibuffer" "\ 13420(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -13300,7 +13455,7 @@ FORMATS is the value to use for `ibuffer-formats'.
13300 13455
13301;;;### (autoloads (icalendar-import-buffer icalendar-import-file 13456;;;### (autoloads (icalendar-import-buffer icalendar-import-file
13302;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 13457;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
13303;;;;;; "calendar/icalendar.el" (19578 56905)) 13458;;;;;; "calendar/icalendar.el" (19580 19536))
13304;;; Generated autoloads from calendar/icalendar.el 13459;;; Generated autoloads from calendar/icalendar.el
13305 13460
13306(autoload 'icalendar-export-file "icalendar" "\ 13461(autoload 'icalendar-export-file "icalendar" "\
@@ -13352,8 +13507,8 @@ buffer `*icalendar-errors*'.
13352 13507
13353;;;*** 13508;;;***
13354 13509
13355;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (19407 13510;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (19408
13356;;;;;; 29238)) 13511;;;;;; 44404))
13357;;; Generated autoloads from icomplete.el 13512;;; Generated autoloads from icomplete.el
13358 13513
13359(defvar icomplete-mode nil "\ 13514(defvar icomplete-mode nil "\
@@ -13374,7 +13529,7 @@ otherwise turn it off.
13374 13529
13375;;;*** 13530;;;***
13376 13531
13377;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19669 58161)) 13532;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19668 19042))
13378;;; Generated autoloads from progmodes/icon.el 13533;;; Generated autoloads from progmodes/icon.el
13379 13534
13380(autoload 'icon-mode "icon" "\ 13535(autoload 'icon-mode "icon" "\
@@ -13415,7 +13570,7 @@ with no args, if that value is non-nil.
13415;;;*** 13570;;;***
13416 13571
13417;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 13572;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
13418;;;;;; (19677 58077)) 13573;;;;;; (19675 14361))
13419;;; Generated autoloads from progmodes/idlw-shell.el 13574;;; Generated autoloads from progmodes/idlw-shell.el
13420 13575
13421(autoload 'idlwave-shell "idlw-shell" "\ 13576(autoload 'idlwave-shell "idlw-shell" "\
@@ -13441,7 +13596,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
13441;;;*** 13596;;;***
13442 13597
13443;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 13598;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
13444;;;;;; (19677 58077)) 13599;;;;;; (19675 14373))
13445;;; Generated autoloads from progmodes/idlwave.el 13600;;; Generated autoloads from progmodes/idlwave.el
13446 13601
13447(autoload 'idlwave-mode "idlwave" "\ 13602(autoload 'idlwave-mode "idlwave" "\
@@ -13575,8 +13730,8 @@ The main features of this mode are
13575;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 13730;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
13576;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 13731;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
13577;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 13732;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
13578;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19606 13733;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19604
13579;;;;;; 36461)) 13734;;;;;; 1959))
13580;;; Generated autoloads from ido.el 13735;;; Generated autoloads from ido.el
13581 13736
13582(defvar ido-mode nil "\ 13737(defvar ido-mode nil "\
@@ -13837,7 +13992,7 @@ DEF, if non-nil, is the default value.
13837 13992
13838;;;*** 13993;;;***
13839 13994
13840;;;### (autoloads (ielm) "ielm" "ielm.el" (19379 23432)) 13995;;;### (autoloads (ielm) "ielm" "ielm.el" (19277 34916))
13841;;; Generated autoloads from ielm.el 13996;;; Generated autoloads from ielm.el
13842 (add-hook 'same-window-buffer-names (purecopy "*ielm*")) 13997 (add-hook 'same-window-buffer-names (purecopy "*ielm*"))
13843 13998
@@ -13849,7 +14004,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
13849 14004
13850;;;*** 14005;;;***
13851 14006
13852;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (19629 41197)) 14007;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (19629 13333))
13853;;; Generated autoloads from iimage.el 14008;;; Generated autoloads from iimage.el
13854 14009
13855(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") 14010(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")
@@ -13861,6 +14016,210 @@ Toggle inline image minor mode.
13861 14016
13862;;;*** 14017;;;***
13863 14018
14019;;;### (autoloads (imagemagick-register-types create-animated-image
14020;;;;;; defimage find-image remove-images insert-sliced-image insert-image
14021;;;;;; put-image create-image image-type-auto-detected-p image-type-available-p
14022;;;;;; image-type image-type-from-file-name image-type-from-file-header
14023;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el"
14024;;;;;; (19652 54251))
14025;;; Generated autoloads from image.el
14026
14027(autoload 'image-type-from-data "image" "\
14028Determine the image type from image data DATA.
14029Value is a symbol specifying the image type or nil if type cannot
14030be determined.
14031
14032\(fn DATA)" nil nil)
14033
14034(autoload 'image-type-from-buffer "image" "\
14035Determine the image type from data in the current buffer.
14036Value is a symbol specifying the image type or nil if type cannot
14037be determined.
14038
14039\(fn)" nil nil)
14040
14041(autoload 'image-type-from-file-header "image" "\
14042Determine the type of image file FILE from its first few bytes.
14043Value is a symbol specifying the image type, or nil if type cannot
14044be determined.
14045
14046\(fn FILE)" nil nil)
14047
14048(autoload 'image-type-from-file-name "image" "\
14049Determine the type of image file FILE from its name.
14050Value is a symbol specifying the image type, or nil if type cannot
14051be determined.
14052
14053\(fn FILE)" nil nil)
14054
14055(autoload 'image-type "image" "\
14056Determine and return image type.
14057SOURCE is an image file name or image data.
14058Optional TYPE is a symbol describing the image type. If TYPE is omitted
14059or nil, try to determine the image type from its first few bytes
14060of image data. If that doesn't work, and SOURCE is a file name,
14061use its file extension as image type.
14062Optional DATA-P non-nil means SOURCE is a string containing image data.
14063
14064\(fn SOURCE &optional TYPE DATA-P)" nil nil)
14065
14066(autoload 'image-type-available-p "image" "\
14067Return non-nil if image type TYPE is available.
14068Image types are symbols like `xbm' or `jpeg'.
14069
14070\(fn TYPE)" nil nil)
14071
14072(autoload 'image-type-auto-detected-p "image" "\
14073Return t if the current buffer contains an auto-detectable image.
14074This function is intended to be used from `magic-fallback-mode-alist'.
14075
14076The buffer is considered to contain an auto-detectable image if
14077its beginning matches an image type in `image-type-header-regexps',
14078and that image type is present in `image-type-auto-detectable' with a
14079non-nil value. If that value is non-nil, but not t, then the image type
14080must be available.
14081
14082\(fn)" nil nil)
14083
14084(autoload 'create-image "image" "\
14085Create an image.
14086FILE-OR-DATA is an image file name or image data.
14087Optional TYPE is a symbol describing the image type. If TYPE is omitted
14088or nil, try to determine the image type from its first few bytes
14089of image data. If that doesn't work, and FILE-OR-DATA is a file name,
14090use its file extension as image type.
14091Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
14092Optional PROPS are additional image attributes to assign to the image,
14093like, e.g. `:mask MASK'.
14094Value is the image created, or nil if images of type TYPE are not supported.
14095
14096Images should not be larger than specified by `max-image-size'.
14097
14098Image file names that are not absolute are searched for in the
14099\"images\" sub-directory of `data-directory' and
14100`x-bitmap-file-path' (in that order).
14101
14102\(fn FILE-OR-DATA &optional TYPE DATA-P &rest PROPS)" nil nil)
14103
14104(autoload 'put-image "image" "\
14105Put image IMAGE in front of POS in the current buffer.
14106IMAGE must be an image created with `create-image' or `defimage'.
14107IMAGE is displayed by putting an overlay into the current buffer with a
14108`before-string' STRING that has a `display' property whose value is the
14109image. STRING is defaulted if you omit it.
14110POS may be an integer or marker.
14111AREA is where to display the image. AREA nil or omitted means
14112display it in the text area, a value of `left-margin' means
14113display it in the left marginal area, a value of `right-margin'
14114means display it in the right marginal area.
14115
14116\(fn IMAGE POS &optional STRING AREA)" nil nil)
14117
14118(autoload 'insert-image "image" "\
14119Insert IMAGE into current buffer at point.
14120IMAGE is displayed by inserting STRING into the current buffer
14121with a `display' property whose value is the image. STRING is
14122defaulted if you omit it.
14123AREA is where to display the image. AREA nil or omitted means
14124display it in the text area, a value of `left-margin' means
14125display it in the left marginal area, a value of `right-margin'
14126means display it in the right marginal area.
14127SLICE specifies slice of IMAGE to insert. SLICE nil or omitted
14128means insert whole image. SLICE is a list (X Y WIDTH HEIGHT)
14129specifying the X and Y positions and WIDTH and HEIGHT of image area
14130to insert. A float value 0.0 - 1.0 means relative to the width or
14131height of the image; integer values are taken as pixel values.
14132
14133\(fn IMAGE &optional STRING AREA SLICE)" nil nil)
14134
14135(autoload 'insert-sliced-image "image" "\
14136Insert IMAGE into current buffer at point.
14137IMAGE is displayed by inserting STRING into the current buffer
14138with a `display' property whose value is the image. STRING is
14139defaulted if you omit it.
14140AREA is where to display the image. AREA nil or omitted means
14141display it in the text area, a value of `left-margin' means
14142display it in the left marginal area, a value of `right-margin'
14143means display it in the right marginal area.
14144The image is automatically split into ROWS x COLS slices.
14145
14146\(fn IMAGE &optional STRING AREA ROWS COLS)" nil nil)
14147
14148(autoload 'remove-images "image" "\
14149Remove images between START and END in BUFFER.
14150Remove only images that were put in BUFFER with calls to `put-image'.
14151BUFFER nil or omitted means use the current buffer.
14152
14153\(fn START END &optional BUFFER)" nil nil)
14154
14155(autoload 'find-image "image" "\
14156Find an image, choosing one of a list of image specifications.
14157
14158SPECS is a list of image specifications.
14159
14160Each image specification in SPECS is a property list. The contents of
14161a specification are image type dependent. All specifications must at
14162least contain the properties `:type TYPE' and either `:file FILE' or
14163`:data DATA', where TYPE is a symbol specifying the image type,
14164e.g. `xbm', FILE is the file to load the image from, and DATA is a
14165string containing the actual image data. The specification whose TYPE
14166is supported, and FILE exists, is used to construct the image
14167specification to be returned. Return nil if no specification is
14168satisfied.
14169
14170The image is looked for in `image-load-path'.
14171
14172Image files should not be larger than specified by `max-image-size'.
14173
14174\(fn SPECS)" nil nil)
14175
14176(autoload 'defimage "image" "\
14177Define SYMBOL as an image.
14178
14179SPECS is a list of image specifications. DOC is an optional
14180documentation string.
14181
14182Each image specification in SPECS is a property list. The contents of
14183a specification are image type dependent. All specifications must at
14184least contain the properties `:type TYPE' and either `:file FILE' or
14185`:data DATA', where TYPE is a symbol specifying the image type,
14186e.g. `xbm', FILE is the file to load the image from, and DATA is a
14187string containing the actual image data. The first image
14188specification whose TYPE is supported, and FILE exists, is used to
14189define SYMBOL.
14190
14191Example:
14192
14193 (defimage test-image ((:type xpm :file \"~/test1.xpm\")
14194 (:type xbm :file \"~/test1.xbm\")))
14195
14196\(fn SYMBOL SPECS &optional DOC)" nil (quote macro))
14197
14198(put 'defimage 'doc-string-elt '3)
14199
14200(autoload 'create-animated-image "image" "\
14201Create an animated image.
14202FILE-OR-DATA is an image file name or image data.
14203Optional TYPE is a symbol describing the image type. If TYPE is omitted
14204or nil, try to determine the image type from its first few bytes
14205of image data. If that doesn't work, and FILE-OR-DATA is a file name,
14206use its file extension as image type.
14207Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
14208Optional PROPS are additional image attributes to assign to the image,
14209like, e.g. `:mask MASK'.
14210Value is the image created, or nil if images of type TYPE are not supported.
14211
14212Images should not be larger than specified by `max-image-size'.
14213
14214\(fn FILE-OR-DATA &optional TYPE DATA-P &rest PROPS)" nil nil)
14215
14216(autoload 'imagemagick-register-types "image" "\
14217Register the file types that ImageMagick is able to handle.
14218
14219\(fn)" nil nil)
14220
14221;;;***
14222
13864;;;### (autoloads (image-dired-dired-edit-comment-and-tags image-dired-mark-tagged-files 14223;;;### (autoloads (image-dired-dired-edit-comment-and-tags image-dired-mark-tagged-files
13865;;;;;; image-dired-dired-comment-files image-dired-dired-display-image 14224;;;;;; image-dired-dired-comment-files image-dired-dired-display-image
13866;;;;;; image-dired-dired-display-external image-dired-display-thumb 14225;;;;;; image-dired-dired-display-external image-dired-display-thumb
@@ -13868,7 +14227,7 @@ Toggle inline image minor mode.
13868;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 14227;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
13869;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 14228;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
13870;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs) 14229;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs)
13871;;;;;; "image-dired" "image-dired.el" (19456 17095)) 14230;;;;;; "image-dired" "image-dired.el" (19457 25386))
13872;;; Generated autoloads from image-dired.el 14231;;; Generated autoloads from image-dired.el
13873 14232
13874(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ 14233(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\
@@ -14006,7 +14365,7 @@ easy-to-use form.
14006 14365
14007;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 14366;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
14008;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 14367;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
14009;;;;;; "image-file.el" (19379 23432)) 14368;;;;;; "image-file.el" (19277 34916))
14010;;; Generated autoloads from image-file.el 14369;;; Generated autoloads from image-file.el
14011 14370
14012(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 14371(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -14068,7 +14427,7 @@ Image files are those whose name has an extension in
14068;;;*** 14427;;;***
14069 14428
14070;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode 14429;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode
14071;;;;;; image-mode) "image-mode" "image-mode.el" (19612 6522)) 14430;;;;;; image-mode) "image-mode" "image-mode.el" (19611 35948))
14072;;; Generated autoloads from image-mode.el 14431;;; Generated autoloads from image-mode.el
14073 14432
14074(autoload 'image-mode "image-mode" "\ 14433(autoload 'image-mode "image-mode" "\
@@ -14109,7 +14468,7 @@ Not documented
14109;;;*** 14468;;;***
14110 14469
14111;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 14470;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
14112;;;;;; imenu-sort-function) "imenu" "imenu.el" (19612 6522)) 14471;;;;;; imenu-sort-function) "imenu" "imenu.el" (19611 60767))
14113;;; Generated autoloads from imenu.el 14472;;; Generated autoloads from imenu.el
14114 14473
14115(defvar imenu-sort-function nil "\ 14474(defvar imenu-sort-function nil "\
@@ -14226,7 +14585,7 @@ for more information.
14226 14585
14227;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion 14586;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
14228;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 14587;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
14229;;;;;; "ind-util" "language/ind-util.el" (19379 23432)) 14588;;;;;; "ind-util" "language/ind-util.el" (19277 34920))
14230;;; Generated autoloads from language/ind-util.el 14589;;; Generated autoloads from language/ind-util.el
14231 14590
14232(autoload 'indian-compose-region "ind-util" "\ 14591(autoload 'indian-compose-region "ind-util" "\
@@ -14258,7 +14617,7 @@ Convert old Emacs Devanagari characters to UCS.
14258 14617
14259;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command 14618;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
14260;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" 14619;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
14261;;;;;; "progmodes/inf-lisp.el" (19634 57717)) 14620;;;;;; "progmodes/inf-lisp.el" (19634 23255))
14262;;; Generated autoloads from progmodes/inf-lisp.el 14621;;; Generated autoloads from progmodes/inf-lisp.el
14263 14622
14264(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\ 14623(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\
@@ -14326,7 +14685,7 @@ of `inferior-lisp-program'). Runs the hooks from
14326;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos 14685;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos
14327;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone 14686;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone
14328;;;;;; info-emacs-manual info info-other-window) "info" "info.el" 14687;;;;;; info-emacs-manual info info-other-window) "info" "info.el"
14329;;;;;; (19675 9114)) 14688;;;;;; (19688 19082))
14330;;; Generated autoloads from info.el 14689;;; Generated autoloads from info.el
14331 14690
14332(autoload 'info-other-window "info" "\ 14691(autoload 'info-other-window "info" "\
@@ -14508,7 +14867,7 @@ type returned by `Info-bookmark-make-record', which see.
14508 14867
14509;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 14868;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
14510;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 14869;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
14511;;;;;; (19379 23432)) 14870;;;;;; (19277 34916))
14512;;; Generated autoloads from info-look.el 14871;;; Generated autoloads from info-look.el
14513 14872
14514(autoload 'info-lookup-reset "info-look" "\ 14873(autoload 'info-lookup-reset "info-look" "\
@@ -14556,7 +14915,7 @@ Perform completion on file preceding point.
14556;;;*** 14915;;;***
14557 14916
14558;;;### (autoloads (info-xref-check-all-custom info-xref-check-all 14917;;;### (autoloads (info-xref-check-all-custom info-xref-check-all
14559;;;;;; info-xref-check) "info-xref" "info-xref.el" (19379 23432)) 14918;;;;;; info-xref-check) "info-xref" "info-xref.el" (19277 34916))
14560;;; Generated autoloads from info-xref.el 14919;;; Generated autoloads from info-xref.el
14561 14920
14562(autoload 'info-xref-check "info-xref" "\ 14921(autoload 'info-xref-check "info-xref" "\
@@ -14583,7 +14942,7 @@ quite a while.
14583;;;*** 14942;;;***
14584 14943
14585;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold 14944;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold
14586;;;;;; Info-tagify) "informat" "informat.el" (19379 23432)) 14945;;;;;; Info-tagify) "informat" "informat.el" (19277 34916))
14587;;; Generated autoloads from informat.el 14946;;; Generated autoloads from informat.el
14588 14947
14589(autoload 'Info-tagify "informat" "\ 14948(autoload 'Info-tagify "informat" "\
@@ -14630,7 +14989,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
14630 14989
14631;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 14990;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
14632;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 14991;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
14633;;;;;; (19379 23432)) 14992;;;;;; (19277 34920))
14634;;; Generated autoloads from international/isearch-x.el 14993;;; Generated autoloads from international/isearch-x.el
14635 14994
14636(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 14995(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -14650,8 +15009,8 @@ Not documented
14650 15009
14651;;;*** 15010;;;***
14652 15011
14653;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19379 15012;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19277
14654;;;;;; 23432)) 15013;;;;;; 34916))
14655;;; Generated autoloads from isearchb.el 15014;;; Generated autoloads from isearchb.el
14656 15015
14657(autoload 'isearchb-activate "isearchb" "\ 15016(autoload 'isearchb-activate "isearchb" "\
@@ -14667,7 +15026,7 @@ accessed via isearchb.
14667;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 15026;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
14668;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 15027;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
14669;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 15028;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
14670;;;;;; "international/iso-cvt.el" (19379 23432)) 15029;;;;;; "international/iso-cvt.el" (19277 34920))
14671;;; Generated autoloads from international/iso-cvt.el 15030;;; Generated autoloads from international/iso-cvt.el
14672 15031
14673(autoload 'iso-spanish "iso-cvt" "\ 15032(autoload 'iso-spanish "iso-cvt" "\
@@ -14758,7 +15117,7 @@ Add submenus to the File menu, to convert to and from various formats.
14758;;;*** 15117;;;***
14759 15118
14760;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 15119;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
14761;;;;;; (19379 23432)) 15120;;;;;; (19277 34920))
14762;;; Generated autoloads from international/iso-transl.el 15121;;; Generated autoloads from international/iso-transl.el
14763 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 15122 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
14764 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 15123 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -14770,7 +15129,7 @@ Add submenus to the File menu, to convert to and from various formats.
14770;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 15129;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
14771;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 15130;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
14772;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) 15131;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
14773;;;;;; "ispell" "textmodes/ispell.el" (19675 9114)) 15132;;;;;; "ispell" "textmodes/ispell.el" (19672 56753))
14774;;; Generated autoloads from textmodes/ispell.el 15133;;; Generated autoloads from textmodes/ispell.el
14775 15134
14776(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 15135(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
@@ -14990,8 +15349,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
14990 15349
14991;;;*** 15350;;;***
14992 15351
14993;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19657 15352;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19656
14994;;;;;; 35339)) 15353;;;;;; 61992))
14995;;; Generated autoloads from iswitchb.el 15354;;; Generated autoloads from iswitchb.el
14996 15355
14997(defvar iswitchb-mode nil "\ 15356(defvar iswitchb-mode nil "\
@@ -15016,7 +15375,7 @@ This mode enables switching between buffers using substrings. See
15016;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 15375;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
15017;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 15376;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
15018;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 15377;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
15019;;;;;; "japan-util" "language/japan-util.el" (19379 23432)) 15378;;;;;; "japan-util" "language/japan-util.el" (19277 34920))
15020;;; Generated autoloads from language/japan-util.el 15379;;; Generated autoloads from language/japan-util.el
15021 15380
15022(autoload 'setup-japanese-environment-internal "japan-util" "\ 15381(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -15094,7 +15453,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
15094;;;*** 15453;;;***
15095 15454
15096;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 15455;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
15097;;;;;; "jka-compr.el" (19455 29789)) 15456;;;;;; "jka-compr.el" (19455 3103))
15098;;; Generated autoloads from jka-compr.el 15457;;; Generated autoloads from jka-compr.el
15099 15458
15100(defvar jka-compr-inhibit nil "\ 15459(defvar jka-compr-inhibit nil "\
@@ -15117,7 +15476,7 @@ by `jka-compr-installed'.
15117 15476
15118;;;*** 15477;;;***
15119 15478
15120;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19671 21337)) 15479;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19670 666))
15121;;; Generated autoloads from progmodes/js.el 15480;;; Generated autoloads from progmodes/js.el
15122 15481
15123(autoload 'js-mode "js" "\ 15482(autoload 'js-mode "js" "\
@@ -15135,7 +15494,7 @@ Key bindings:
15135 15494
15136;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 15495;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
15137;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 15496;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
15138;;;;;; (19379 23432)) 15497;;;;;; (19277 34919))
15139;;; Generated autoloads from emulation/keypad.el 15498;;; Generated autoloads from emulation/keypad.el
15140 15499
15141(defvar keypad-setup nil "\ 15500(defvar keypad-setup nil "\
@@ -15191,7 +15550,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
15191;;;*** 15550;;;***
15192 15551
15193;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 15552;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
15194;;;;;; (19379 23432)) 15553;;;;;; (19277 34920))
15195;;; Generated autoloads from international/kinsoku.el 15554;;; Generated autoloads from international/kinsoku.el
15196 15555
15197(autoload 'kinsoku "kinsoku" "\ 15556(autoload 'kinsoku "kinsoku" "\
@@ -15212,8 +15571,8 @@ the context of text formatting.
15212 15571
15213;;;*** 15572;;;***
15214 15573
15215;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19611 15574;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19609
15216;;;;;; 13362)) 15575;;;;;; 2343))
15217;;; Generated autoloads from international/kkc.el 15576;;; Generated autoloads from international/kkc.el
15218 15577
15219(defvar kkc-after-update-conversion-functions nil "\ 15578(defvar kkc-after-update-conversion-functions nil "\
@@ -15238,7 +15597,7 @@ and the return value is the length of the conversion.
15238;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 15597;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
15239;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 15598;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
15240;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) 15599;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
15241;;;;;; "kmacro" "kmacro.el" (19492 29282)) 15600;;;;;; "kmacro" "kmacro.el" (19498 12592))
15242;;; Generated autoloads from kmacro.el 15601;;; Generated autoloads from kmacro.el
15243 (global-set-key "\C-x(" 'kmacro-start-macro) 15602 (global-set-key "\C-x(" 'kmacro-start-macro)
15244 (global-set-key "\C-x)" 'kmacro-end-macro) 15603 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -15349,7 +15708,7 @@ If kbd macro currently being defined end it before activating it.
15349;;;*** 15708;;;***
15350 15709
15351;;;### (autoloads (setup-korean-environment-internal) "korea-util" 15710;;;### (autoloads (setup-korean-environment-internal) "korea-util"
15352;;;;;; "language/korea-util.el" (19379 23432)) 15711;;;;;; "language/korea-util.el" (19277 34920))
15353;;; Generated autoloads from language/korea-util.el 15712;;; Generated autoloads from language/korea-util.el
15354 15713
15355(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ 15714(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
@@ -15364,7 +15723,7 @@ Not documented
15364;;;*** 15723;;;***
15365 15724
15366;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 15725;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
15367;;;;;; (19677 58077)) 15726;;;;;; (19675 8295))
15368;;; Generated autoloads from play/landmark.el 15727;;; Generated autoloads from play/landmark.el
15369 15728
15370(defalias 'landmark-repeat 'lm-test-run) 15729(defalias 'landmark-repeat 'lm-test-run)
@@ -15398,7 +15757,7 @@ Use \\[describe-mode] for more info.
15398 15757
15399;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string 15758;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
15400;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) 15759;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
15401;;;;;; "lao-util" "language/lao-util.el" (19379 23432)) 15760;;;;;; "lao-util" "language/lao-util.el" (19277 34920))
15402;;; Generated autoloads from language/lao-util.el 15761;;; Generated autoloads from language/lao-util.el
15403 15762
15404(autoload 'lao-compose-string "lao-util" "\ 15763(autoload 'lao-compose-string "lao-util" "\
@@ -15437,7 +15796,7 @@ Not documented
15437 15796
15438;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 15797;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
15439;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 15798;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
15440;;;;;; "latexenc" "international/latexenc.el" (19379 23432)) 15799;;;;;; "latexenc" "international/latexenc.el" (19277 34920))
15441;;; Generated autoloads from international/latexenc.el 15800;;; Generated autoloads from international/latexenc.el
15442 15801
15443(defvar latex-inputenc-coding-alist (purecopy '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\ 15802(defvar latex-inputenc-coding-alist (purecopy '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\
@@ -15469,7 +15828,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
15469;;;*** 15828;;;***
15470 15829
15471;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 15830;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
15472;;;;;; "latin1-disp" "international/latin1-disp.el" (19379 23432)) 15831;;;;;; "latin1-disp" "international/latin1-disp.el" (19277 34920))
15473;;; Generated autoloads from international/latin1-disp.el 15832;;; Generated autoloads from international/latin1-disp.el
15474 15833
15475(defvar latin1-display nil "\ 15834(defvar latin1-display nil "\
@@ -15511,7 +15870,7 @@ use either \\[customize] or the function `latin1-display'.")
15511;;;*** 15870;;;***
15512 15871
15513;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 15872;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
15514;;;;;; (19611 13362)) 15873;;;;;; (19611 1232))
15515;;; Generated autoloads from progmodes/ld-script.el 15874;;; Generated autoloads from progmodes/ld-script.el
15516 15875
15517(autoload 'ld-script-mode "ld-script" "\ 15876(autoload 'ld-script-mode "ld-script" "\
@@ -15522,7 +15881,7 @@ A major mode to edit GNU ld script files
15522;;;*** 15881;;;***
15523 15882
15524;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 15883;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
15525;;;;;; (19379 23432)) 15884;;;;;; (19277 34916))
15526;;; Generated autoloads from ledit.el 15885;;; Generated autoloads from ledit.el
15527 15886
15528(defconst ledit-save-files t "\ 15887(defconst ledit-save-files t "\
@@ -15557,7 +15916,7 @@ Not documented
15557 15916
15558;;;*** 15917;;;***
15559 15918
15560;;;### (autoloads (life) "life" "play/life.el" (19669 58161)) 15919;;;### (autoloads (life) "life" "play/life.el" (19668 18627))
15561;;; Generated autoloads from play/life.el 15920;;; Generated autoloads from play/life.el
15562 15921
15563(autoload 'life "life" "\ 15922(autoload 'life "life" "\
@@ -15571,7 +15930,7 @@ generations (this defaults to 1).
15571;;;*** 15930;;;***
15572 15931
15573;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum" 15932;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum"
15574;;;;;; "linum.el" (19578 56905)) 15933;;;;;; "linum.el" (19580 19536))
15575;;; Generated autoloads from linum.el 15934;;; Generated autoloads from linum.el
15576 15935
15577(defvar linum-format 'dynamic "\ 15936(defvar linum-format 'dynamic "\
@@ -15609,8 +15968,8 @@ See `linum-mode' for more information on Linum mode.
15609 15968
15610;;;*** 15969;;;***
15611 15970
15612;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19379 15971;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19277
15613;;;;;; 23432)) 15972;;;;;; 34916))
15614;;; Generated autoloads from loadhist.el 15973;;; Generated autoloads from loadhist.el
15615 15974
15616(autoload 'unload-feature "loadhist" "\ 15975(autoload 'unload-feature "loadhist" "\
@@ -15642,7 +16001,7 @@ something strange, such as redefining an Emacs function.
15642;;;*** 16001;;;***
15643 16002
15644;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 16003;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
15645;;;;;; "locate" "locate.el" (19675 9114)) 16004;;;;;; "locate" "locate.el" (19673 45510))
15646;;; Generated autoloads from locate.el 16005;;; Generated autoloads from locate.el
15647 16006
15648(defvar locate-ls-subdir-switches (purecopy "-al") "\ 16007(defvar locate-ls-subdir-switches (purecopy "-al") "\
@@ -15694,7 +16053,7 @@ except that FILTER is not optional.
15694 16053
15695;;;*** 16054;;;***
15696 16055
15697;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (19657 41085)) 16056;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (19657 48297))
15698;;; Generated autoloads from vc/log-edit.el 16057;;; Generated autoloads from vc/log-edit.el
15699 16058
15700(autoload 'log-edit "log-edit" "\ 16059(autoload 'log-edit "log-edit" "\
@@ -15721,8 +16080,8 @@ uses the current buffer.
15721 16080
15722;;;*** 16081;;;***
15723 16082
15724;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (19633 16083;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (19634
15725;;;;;; 49761)) 16084;;;;;; 14572))
15726;;; Generated autoloads from vc/log-view.el 16085;;; Generated autoloads from vc/log-view.el
15727 16086
15728(autoload 'log-view-mode "log-view" "\ 16087(autoload 'log-view-mode "log-view" "\
@@ -15732,8 +16091,8 @@ Major mode for browsing CVS log output.
15732 16091
15733;;;*** 16092;;;***
15734 16093
15735;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (19379 16094;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (19277
15736;;;;;; 23432)) 16095;;;;;; 34916))
15737;;; Generated autoloads from longlines.el 16096;;; Generated autoloads from longlines.el
15738 16097
15739(autoload 'longlines-mode "longlines" "\ 16098(autoload 'longlines-mode "longlines" "\
@@ -15755,7 +16114,7 @@ are indicated with a symbol.
15755 16114
15756;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 16115;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
15757;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19451 16116;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19451
15758;;;;;; 41962)) 16117;;;;;; 17238))
15759;;; Generated autoloads from lpr.el 16118;;; Generated autoloads from lpr.el
15760 16119
15761(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt))) 16120(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)))
@@ -15848,8 +16207,20 @@ for further customization of the printer command.
15848 16207
15849;;;*** 16208;;;***
15850 16209
15851;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19578 16210;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
15852;;;;;; 56905)) 16211;;;;;; (19687 6902))
16212;;; Generated autoloads from ls-lisp.el
16213
16214(defvar ls-lisp-support-shell-wildcards t "\
16215Non-nil means ls-lisp treats file patterns as shell wildcards.
16216Otherwise they are treated as Emacs regexps (for backward compatibility).")
16217
16218(custom-autoload 'ls-lisp-support-shell-wildcards "ls-lisp" t)
16219
16220;;;***
16221
16222;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19580
16223;;;;;; 19536))
15853;;; Generated autoloads from calendar/lunar.el 16224;;; Generated autoloads from calendar/lunar.el
15854 16225
15855(autoload 'lunar-phases "lunar" "\ 16226(autoload 'lunar-phases "lunar" "\
@@ -15863,8 +16234,8 @@ This function is suitable for execution in a .emacs file.
15863 16234
15864;;;*** 16235;;;***
15865 16236
15866;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19379 16237;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19277
15867;;;;;; 23432)) 16238;;;;;; 34922))
15868;;; Generated autoloads from progmodes/m4-mode.el 16239;;; Generated autoloads from progmodes/m4-mode.el
15869 16240
15870(autoload 'm4-mode "m4-mode" "\ 16241(autoload 'm4-mode "m4-mode" "\
@@ -15876,7 +16247,7 @@ A major mode to edit m4 macro files.
15876;;;*** 16247;;;***
15877 16248
15878;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" 16249;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
15879;;;;;; (19577 43088)) 16250;;;;;; (19580 19536))
15880;;; Generated autoloads from emacs-lisp/macroexp.el 16251;;; Generated autoloads from emacs-lisp/macroexp.el
15881 16252
15882(autoload 'macroexpand-all "macroexp" "\ 16253(autoload 'macroexpand-all "macroexp" "\
@@ -15890,7 +16261,7 @@ definitions to shadow the loaded ones for use in file byte-compilation.
15890;;;*** 16261;;;***
15891 16262
15892;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 16263;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
15893;;;;;; name-last-kbd-macro) "macros" "macros.el" (19578 56905)) 16264;;;;;; name-last-kbd-macro) "macros" "macros.el" (19580 19536))
15894;;; Generated autoloads from macros.el 16265;;; Generated autoloads from macros.el
15895 16266
15896(autoload 'name-last-kbd-macro "macros" "\ 16267(autoload 'name-last-kbd-macro "macros" "\
@@ -15979,7 +16350,7 @@ and then select the region of un-tablified names and use
15979;;;*** 16350;;;***
15980 16351
15981;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 16352;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
15982;;;;;; "mail/mail-extr.el" (19669 58161)) 16353;;;;;; "mail/mail-extr.el" (19668 31646))
15983;;; Generated autoloads from mail/mail-extr.el 16354;;; Generated autoloads from mail/mail-extr.el
15984 16355
15985(autoload 'mail-extract-address-components "mail-extr" "\ 16356(autoload 'mail-extract-address-components "mail-extr" "\
@@ -16011,7 +16382,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
16011 16382
16012;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 16383;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
16013;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 16384;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
16014;;;;;; (19578 56905)) 16385;;;;;; (19580 19536))
16015;;; Generated autoloads from mail/mail-hist.el 16386;;; Generated autoloads from mail/mail-hist.el
16016 16387
16017(autoload 'mail-hist-define-keys "mail-hist" "\ 16388(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -16043,7 +16414,7 @@ This function normally would be called when the message is sent.
16043;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 16414;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
16044;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable 16415;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable
16045;;;;;; mail-file-babyl-p mail-use-rfc822) "mail-utils" "mail/mail-utils.el" 16416;;;;;; mail-file-babyl-p mail-use-rfc822) "mail-utils" "mail/mail-utils.el"
16046;;;;;; (19635 38402)) 16417;;;;;; (19635 50568))
16047;;; Generated autoloads from mail/mail-utils.el 16418;;; Generated autoloads from mail/mail-utils.el
16048 16419
16049(defvar mail-use-rfc822 nil "\ 16420(defvar mail-use-rfc822 nil "\
@@ -16105,8 +16476,8 @@ matches may be returned from the message body.
16105;;;*** 16476;;;***
16106 16477
16107;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup 16478;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
16108;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (19379 16479;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (19277
16109;;;;;; 23432)) 16480;;;;;; 34921))
16110;;; Generated autoloads from mail/mailabbrev.el 16481;;; Generated autoloads from mail/mailabbrev.el
16111 16482
16112(defvar mail-abbrevs-mode nil "\ 16483(defvar mail-abbrevs-mode nil "\
@@ -16148,8 +16519,8 @@ double-quotes.
16148;;;*** 16519;;;***
16149 16520
16150;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases 16521;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
16151;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (19379 16522;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (19277
16152;;;;;; 23432)) 16523;;;;;; 34921))
16153;;; Generated autoloads from mail/mailalias.el 16524;;; Generated autoloads from mail/mailalias.el
16154 16525
16155(defvar mail-complete-style 'angles "\ 16526(defvar mail-complete-style 'angles "\
@@ -16195,7 +16566,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any.
16195;;;*** 16566;;;***
16196 16567
16197;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 16568;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
16198;;;;;; (19379 23432)) 16569;;;;;; (19693 26133))
16199;;; Generated autoloads from mail/mailclient.el 16570;;; Generated autoloads from mail/mailclient.el
16200 16571
16201(autoload 'mailclient-send-it "mailclient" "\ 16572(autoload 'mailclient-send-it "mailclient" "\
@@ -16209,7 +16580,7 @@ The mail client is taken to be the handler of mailto URLs.
16209 16580
16210;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 16581;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
16211;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 16582;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
16212;;;;;; "make-mode" "progmodes/make-mode.el" (19595 20656)) 16583;;;;;; "make-mode" "progmodes/make-mode.el" (19594 48841))
16213;;; Generated autoloads from progmodes/make-mode.el 16584;;; Generated autoloads from progmodes/make-mode.el
16214 16585
16215(autoload 'makefile-mode "make-mode" "\ 16586(autoload 'makefile-mode "make-mode" "\
@@ -16326,8 +16697,8 @@ An adapted `makefile-mode' that knows about imake.
16326 16697
16327;;;*** 16698;;;***
16328 16699
16329;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19669 16700;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19668
16330;;;;;; 58161)) 16701;;;;;; 19366))
16331;;; Generated autoloads from makesum.el 16702;;; Generated autoloads from makesum.el
16332 16703
16333(autoload 'make-command-summary "makesum" "\ 16704(autoload 'make-command-summary "makesum" "\
@@ -16339,7 +16710,7 @@ Previous contents of that buffer are killed first.
16339;;;*** 16710;;;***
16340 16711
16341;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" 16712;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el"
16342;;;;;; (19638 63299)) 16713;;;;;; (19614 24990))
16343;;; Generated autoloads from man.el 16714;;; Generated autoloads from man.el
16344 16715
16345(defalias 'manual-entry 'man) 16716(defalias 'manual-entry 'man)
@@ -16393,7 +16764,7 @@ Default bookmark handler for Man buffers.
16393 16764
16394;;;*** 16765;;;***
16395 16766
16396;;;### (autoloads (master-mode) "master" "master.el" (19379 23432)) 16767;;;### (autoloads (master-mode) "master" "master.el" (19277 34916))
16397;;; Generated autoloads from master.el 16768;;; Generated autoloads from master.el
16398 16769
16399(autoload 'master-mode "master" "\ 16770(autoload 'master-mode "master" "\
@@ -16416,7 +16787,7 @@ yourself the value of `master-of' by calling `master-show-slave'.
16416;;;*** 16787;;;***
16417 16788
16418;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" 16789;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el"
16419;;;;;; (19379 23432)) 16790;;;;;; (19277 34916))
16420;;; Generated autoloads from mb-depth.el 16791;;; Generated autoloads from mb-depth.el
16421 16792
16422(defvar minibuffer-depth-indicate-mode nil "\ 16793(defvar minibuffer-depth-indicate-mode nil "\
@@ -16447,7 +16818,7 @@ Returns non-nil if the new state is enabled.
16447;;;;;; message-forward-make-body message-forward message-recover 16818;;;;;; message-forward-make-body message-forward message-recover
16448;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 16819;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
16449;;;;;; message-reply message-news message-mail message-mode) "message" 16820;;;;;; message-reply message-news message-mail message-mode) "message"
16450;;;;;; "gnus/message.el" (19677 58077)) 16821;;;;;; "gnus/message.el" (19695 9549))
16451;;; Generated autoloads from gnus/message.el 16822;;; Generated autoloads from gnus/message.el
16452 16823
16453(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 16824(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -16613,7 +16984,7 @@ which specify the range to operate on.
16613;;;*** 16984;;;***
16614 16985
16615;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 16986;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
16616;;;;;; (19675 9114)) 16987;;;;;; (19673 1234))
16617;;; Generated autoloads from progmodes/meta-mode.el 16988;;; Generated autoloads from progmodes/meta-mode.el
16618 16989
16619(autoload 'metafont-mode "meta-mode" "\ 16990(autoload 'metafont-mode "meta-mode" "\
@@ -16640,7 +17011,7 @@ Turning on MetaPost mode calls the value of the variable
16640 17011
16641;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 17012;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
16642;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 17013;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
16643;;;;;; (19379 23432)) 17014;;;;;; (19354 34807))
16644;;; Generated autoloads from mail/metamail.el 17015;;; Generated autoloads from mail/metamail.el
16645 17016
16646(autoload 'metamail-interpret-header "metamail" "\ 17017(autoload 'metamail-interpret-header "metamail" "\
@@ -16685,7 +17056,7 @@ redisplayed as output is inserted.
16685 17056
16686;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 17057;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
16687;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 17058;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
16688;;;;;; "mh-e/mh-comp.el" (19443 63936)) 17059;;;;;; "mh-e/mh-comp.el" (19444 23363))
16689;;; Generated autoloads from mh-e/mh-comp.el 17060;;; Generated autoloads from mh-e/mh-comp.el
16690 17061
16691(autoload 'mh-smail "mh-comp" "\ 17062(autoload 'mh-smail "mh-comp" "\
@@ -16775,7 +17146,7 @@ delete the draft message.
16775 17146
16776;;;*** 17147;;;***
16777 17148
16778;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (19422 40643)) 17149;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (19423 37200))
16779;;; Generated autoloads from mh-e/mh-e.el 17150;;; Generated autoloads from mh-e/mh-e.el
16780 17151
16781(put 'mh-progs 'risky-local-variable t) 17152(put 'mh-progs 'risky-local-variable t)
@@ -16792,7 +17163,7 @@ Display version information about MH-E and the MH mail handling system.
16792;;;*** 17163;;;***
16793 17164
16794;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 17165;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
16795;;;;;; "mh-e/mh-folder.el" (19379 23432)) 17166;;;;;; "mh-e/mh-folder.el" (19277 34921))
16796;;; Generated autoloads from mh-e/mh-folder.el 17167;;; Generated autoloads from mh-e/mh-folder.el
16797 17168
16798(autoload 'mh-rmail "mh-folder" "\ 17169(autoload 'mh-rmail "mh-folder" "\
@@ -16874,7 +17245,7 @@ perform the operation on all messages in that region.
16874;;;*** 17245;;;***
16875 17246
16876;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 17247;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
16877;;;;;; "midnight.el" (19379 23432)) 17248;;;;;; "midnight.el" (19369 35251))
16878;;; Generated autoloads from midnight.el 17249;;; Generated autoloads from midnight.el
16879 17250
16880(autoload 'clean-buffer-list "midnight" "\ 17251(autoload 'clean-buffer-list "midnight" "\
@@ -16901,7 +17272,7 @@ to its second argument TM.
16901;;;*** 17272;;;***
16902 17273
16903;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 17274;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
16904;;;;;; "minibuf-eldef.el" (19379 23432)) 17275;;;;;; "minibuf-eldef.el" (19277 34917))
16905;;; Generated autoloads from minibuf-eldef.el 17276;;; Generated autoloads from minibuf-eldef.el
16906 17277
16907(defvar minibuffer-electric-default-mode nil "\ 17278(defvar minibuffer-electric-default-mode nil "\
@@ -16928,7 +17299,7 @@ Returns non-nil if the new state is enabled.
16928 17299
16929;;;*** 17300;;;***
16930 17301
16931;;;### (autoloads (butterfly) "misc" "misc.el" (19669 58161)) 17302;;;### (autoloads (butterfly) "misc" "misc.el" (19668 18610))
16932;;; Generated autoloads from misc.el 17303;;; Generated autoloads from misc.el
16933 17304
16934(autoload 'butterfly "misc" "\ 17305(autoload 'butterfly "misc" "\
@@ -16947,7 +17318,7 @@ variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'.
16947 17318
16948;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files 17319;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
16949;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) 17320;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
16950;;;;;; "misearch" "misearch.el" (19379 23432)) 17321;;;;;; "misearch" "misearch.el" (19277 34917))
16951;;; Generated autoloads from misearch.el 17322;;; Generated autoloads from misearch.el
16952 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 17323 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
16953 17324
@@ -17029,7 +17400,7 @@ whose file names match the specified wildcard.
17029;;;*** 17400;;;***
17030 17401
17031;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 17402;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
17032;;;;;; (19612 6522)) 17403;;;;;; (19611 35755))
17033;;; Generated autoloads from progmodes/mixal-mode.el 17404;;; Generated autoloads from progmodes/mixal-mode.el
17034 17405
17035(autoload 'mixal-mode "mixal-mode" "\ 17406(autoload 'mixal-mode "mixal-mode" "\
@@ -17041,7 +17412,7 @@ Major mode for the mixal asm language.
17041;;;*** 17412;;;***
17042 17413
17043;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 17414;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
17044;;;;;; "mm-extern" "gnus/mm-extern.el" (19635 41857)) 17415;;;;;; "mm-extern" "gnus/mm-extern.el" (19635 50568))
17045;;; Generated autoloads from gnus/mm-extern.el 17416;;; Generated autoloads from gnus/mm-extern.el
17046 17417
17047(autoload 'mm-extern-cache-contents "mm-extern" "\ 17418(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -17060,7 +17431,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17060;;;*** 17431;;;***
17061 17432
17062;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 17433;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
17063;;;;;; (19606 36461)) 17434;;;;;; (19604 65275))
17064;;; Generated autoloads from gnus/mm-partial.el 17435;;; Generated autoloads from gnus/mm-partial.el
17065 17436
17066(autoload 'mm-inline-partial "mm-partial" "\ 17437(autoload 'mm-inline-partial "mm-partial" "\
@@ -17074,7 +17445,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17074;;;*** 17445;;;***
17075 17446
17076;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 17447;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
17077;;;;;; "mm-url" "gnus/mm-url.el" (19583 31640)) 17448;;;;;; "mm-url" "gnus/mm-url.el" (19582 65302))
17078;;; Generated autoloads from gnus/mm-url.el 17449;;; Generated autoloads from gnus/mm-url.el
17079 17450
17080(autoload 'mm-url-insert-file-contents "mm-url" "\ 17451(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -17091,7 +17462,7 @@ Insert file contents of URL using `mm-url-program'.
17091;;;*** 17462;;;***
17092 17463
17093;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 17464;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
17094;;;;;; "gnus/mm-uu.el" (19583 31640)) 17465;;;;;; "gnus/mm-uu.el" (19691 3508))
17095;;; Generated autoloads from gnus/mm-uu.el 17466;;; Generated autoloads from gnus/mm-uu.el
17096 17467
17097(autoload 'mm-uu-dissect "mm-uu" "\ 17468(autoload 'mm-uu-dissect "mm-uu" "\
@@ -17111,7 +17482,7 @@ Assume text has been decoded if DECODED is non-nil.
17111;;;*** 17482;;;***
17112 17483
17113;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 17484;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
17114;;;;;; (19635 41857)) 17485;;;;;; (19635 50568))
17115;;; Generated autoloads from gnus/mml1991.el 17486;;; Generated autoloads from gnus/mml1991.el
17116 17487
17117(autoload 'mml1991-encrypt "mml1991" "\ 17488(autoload 'mml1991-encrypt "mml1991" "\
@@ -17128,7 +17499,7 @@ Not documented
17128 17499
17129;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 17500;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
17130;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 17501;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
17131;;;;;; "mml2015" "gnus/mml2015.el" (19686 22639)) 17502;;;;;; "mml2015" "gnus/mml2015.el" (19687 6902))
17132;;; Generated autoloads from gnus/mml2015.el 17503;;; Generated autoloads from gnus/mml2015.el
17133 17504
17134(autoload 'mml2015-decrypt "mml2015" "\ 17505(autoload 'mml2015-decrypt "mml2015" "\
@@ -17168,8 +17539,8 @@ Not documented
17168 17539
17169;;;*** 17540;;;***
17170 17541
17171;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (19677 17542;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (19676
17172;;;;;; 58077)) 17543;;;;;; 36176))
17173;;; Generated autoloads from progmodes/modula2.el 17544;;; Generated autoloads from progmodes/modula2.el
17174 17545
17175(defalias 'modula-2-mode 'm2-mode) 17546(defalias 'modula-2-mode 'm2-mode)
@@ -17203,7 +17574,7 @@ followed by the first character of the construct.
17203;;;*** 17574;;;***
17204 17575
17205;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 17576;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
17206;;;;;; (19379 23432)) 17577;;;;;; (19277 34922))
17207;;; Generated autoloads from play/morse.el 17578;;; Generated autoloads from play/morse.el
17208 17579
17209(autoload 'morse-region "morse" "\ 17580(autoload 'morse-region "morse" "\
@@ -17219,7 +17590,7 @@ Convert morse coded text in region to ordinary ASCII text.
17219;;;*** 17590;;;***
17220 17591
17221;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" 17592;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag"
17222;;;;;; "mouse-drag.el" (19675 9114)) 17593;;;;;; "mouse-drag.el" (19672 56753))
17223;;; Generated autoloads from mouse-drag.el 17594;;; Generated autoloads from mouse-drag.el
17224 17595
17225(autoload 'mouse-drag-throw "mouse-drag" "\ 17596(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -17266,8 +17637,8 @@ To test this function, evaluate:
17266 17637
17267;;;*** 17638;;;***
17268 17639
17269;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19686 17640;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19687
17270;;;;;; 22639)) 17641;;;;;; 6902))
17271;;; Generated autoloads from mouse-sel.el 17642;;; Generated autoloads from mouse-sel.el
17272 17643
17273(defvar mouse-sel-mode nil "\ 17644(defvar mouse-sel-mode nil "\
@@ -17319,7 +17690,7 @@ primary selection and region.
17319 17690
17320;;;*** 17691;;;***
17321 17692
17322;;;### (autoloads (mpc) "mpc" "mpc.el" (19379 23432)) 17693;;;### (autoloads (mpc) "mpc" "mpc.el" (19373 24504))
17323;;; Generated autoloads from mpc.el 17694;;; Generated autoloads from mpc.el
17324 17695
17325(autoload 'mpc "mpc" "\ 17696(autoload 'mpc "mpc" "\
@@ -17329,7 +17700,7 @@ Main entry point for MPC.
17329 17700
17330;;;*** 17701;;;***
17331 17702
17332;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19634 57717)) 17703;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19634 23255))
17333;;; Generated autoloads from play/mpuz.el 17704;;; Generated autoloads from play/mpuz.el
17334 17705
17335(autoload 'mpuz "mpuz" "\ 17706(autoload 'mpuz "mpuz" "\
@@ -17339,7 +17710,7 @@ Multiplication puzzle with GNU Emacs.
17339 17710
17340;;;*** 17711;;;***
17341 17712
17342;;;### (autoloads (msb-mode) "msb" "msb.el" (19379 23432)) 17713;;;### (autoloads (msb-mode) "msb" "msb.el" (19277 34917))
17343;;; Generated autoloads from msb.el 17714;;; Generated autoloads from msb.el
17344 17715
17345(defvar msb-mode nil "\ 17716(defvar msb-mode nil "\
@@ -17366,7 +17737,7 @@ different buffer menu using the function `msb'.
17366;;;;;; describe-current-coding-system describe-current-coding-system-briefly 17737;;;;;; describe-current-coding-system describe-current-coding-system-briefly
17367;;;;;; describe-coding-system describe-character-set list-charset-chars 17738;;;;;; describe-coding-system describe-character-set list-charset-chars
17368;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 17739;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
17369;;;;;; (19617 8027)) 17740;;;;;; (19617 12132))
17370;;; Generated autoloads from international/mule-diag.el 17741;;; Generated autoloads from international/mule-diag.el
17371 17742
17372(autoload 'list-character-sets "mule-diag" "\ 17743(autoload 'list-character-sets "mule-diag" "\
@@ -17503,7 +17874,7 @@ The default is 20. If LIMIT is negative, do not limit the listing.
17503;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 17874;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
17504;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 17875;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
17505;;;;;; truncate-string-to-width store-substring string-to-sequence) 17876;;;;;; truncate-string-to-width store-substring string-to-sequence)
17506;;;;;; "mule-util" "international/mule-util.el" (19472 6950)) 17877;;;;;; "mule-util" "international/mule-util.el" (19472 31430))
17507;;; Generated autoloads from international/mule-util.el 17878;;; Generated autoloads from international/mule-util.el
17508 17879
17509(autoload 'string-to-sequence "mule-util" "\ 17880(autoload 'string-to-sequence "mule-util" "\
@@ -17643,8 +18014,8 @@ per-character basis, this may not be accurate.
17643;;;### (autoloads (network-connection network-connection-to-service 18014;;;### (autoloads (network-connection network-connection-to-service
17644;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 18015;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
17645;;;;;; nslookup nslookup-host ping traceroute route arp netstat 18016;;;;;; nslookup nslookup-host ping traceroute route arp netstat
17646;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19675 18017;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19672
17647;;;;;; 9114)) 18018;;;;;; 41548))
17648;;; Generated autoloads from net/net-utils.el 18019;;; Generated autoloads from net/net-utils.el
17649 18020
17650(autoload 'ifconfig "net-utils" "\ 18021(autoload 'ifconfig "net-utils" "\
@@ -17739,7 +18110,7 @@ Open a network connection to HOST on PORT.
17739;;;*** 18110;;;***
17740 18111
17741;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (19621 18112;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (19621
17742;;;;;; 13173)) 18113;;;;;; 23882))
17743;;; Generated autoloads from net/netrc.el 18114;;; Generated autoloads from net/netrc.el
17744 18115
17745(autoload 'netrc-credentials "netrc" "\ 18116(autoload 'netrc-credentials "netrc" "\
@@ -17756,7 +18127,7 @@ listed in the PORTS list.
17756;;;;;; uncomment-region comment-kill comment-set-column comment-indent 18127;;;;;; uncomment-region comment-kill comment-set-column comment-indent
17757;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 18128;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
17758;;;;;; comment-padding comment-style comment-column) "newcomment" 18129;;;;;; comment-padding comment-style comment-column) "newcomment"
17759;;;;;; "newcomment.el" (19649 27409)) 18130;;;;;; "newcomment.el" (19648 59284))
17760;;; Generated autoloads from newcomment.el 18131;;; Generated autoloads from newcomment.el
17761 18132
17762(defalias 'indent-for-comment 'comment-indent) 18133(defalias 'indent-for-comment 'comment-indent)
@@ -17956,7 +18327,7 @@ unless optional argument SOFT is non-nil.
17956;;;*** 18327;;;***
17957 18328
17958;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" 18329;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend"
17959;;;;;; "net/newst-backend.el" (19578 56905)) 18330;;;;;; "net/newst-backend.el" (19580 19536))
17960;;; Generated autoloads from net/newst-backend.el 18331;;; Generated autoloads from net/newst-backend.el
17961 18332
17962(autoload 'newsticker-running-p "newst-backend" "\ 18333(autoload 'newsticker-running-p "newst-backend" "\
@@ -17978,7 +18349,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
17978;;;*** 18349;;;***
17979 18350
17980;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" 18351;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
17981;;;;;; (19578 56905)) 18352;;;;;; (19580 19536))
17982;;; Generated autoloads from net/newst-plainview.el 18353;;; Generated autoloads from net/newst-plainview.el
17983 18354
17984(autoload 'newsticker-plainview "newst-plainview" "\ 18355(autoload 'newsticker-plainview "newst-plainview" "\
@@ -17989,7 +18360,7 @@ Start newsticker plainview.
17989;;;*** 18360;;;***
17990 18361
17991;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" 18362;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el"
17992;;;;;; (19578 56905)) 18363;;;;;; (19580 19536))
17993;;; Generated autoloads from net/newst-reader.el 18364;;; Generated autoloads from net/newst-reader.el
17994 18365
17995(autoload 'newsticker-show-news "newst-reader" "\ 18366(autoload 'newsticker-show-news "newst-reader" "\
@@ -18000,7 +18371,7 @@ Start reading news. You may want to bind this to a key.
18000;;;*** 18371;;;***
18001 18372
18002;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) 18373;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p)
18003;;;;;; "newst-ticker" "net/newst-ticker.el" (19578 56905)) 18374;;;;;; "newst-ticker" "net/newst-ticker.el" (19580 19536))
18004;;; Generated autoloads from net/newst-ticker.el 18375;;; Generated autoloads from net/newst-ticker.el
18005 18376
18006(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 18377(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -18021,7 +18392,7 @@ running already.
18021;;;*** 18392;;;***
18022 18393
18023;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" 18394;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
18024;;;;;; (19578 56905)) 18395;;;;;; (19580 19536))
18025;;; Generated autoloads from net/newst-treeview.el 18396;;; Generated autoloads from net/newst-treeview.el
18026 18397
18027(autoload 'newsticker-treeview "newst-treeview" "\ 18398(autoload 'newsticker-treeview "newst-treeview" "\
@@ -18032,7 +18403,7 @@ Start newsticker treeview.
18032;;;*** 18403;;;***
18033 18404
18034;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 18405;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
18035;;;;;; (19665 17270)) 18406;;;;;; (19664 37038))
18036;;; Generated autoloads from gnus/nndiary.el 18407;;; Generated autoloads from gnus/nndiary.el
18037 18408
18038(autoload 'nndiary-generate-nov-databases "nndiary" "\ 18409(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -18042,8 +18413,8 @@ Generate NOV databases in all nndiary directories.
18042 18413
18043;;;*** 18414;;;***
18044 18415
18045;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19662 18416;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19661
18046;;;;;; 2422)) 18417;;;;;; 61255))
18047;;; Generated autoloads from gnus/nndoc.el 18418;;; Generated autoloads from gnus/nndoc.el
18048 18419
18049(autoload 'nndoc-add-type "nndoc" "\ 18420(autoload 'nndoc-add-type "nndoc" "\
@@ -18058,7 +18429,7 @@ symbol in the alist.
18058;;;*** 18429;;;***
18059 18430
18060;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 18431;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
18061;;;;;; (19635 41857)) 18432;;;;;; (19695 9549))
18062;;; Generated autoloads from gnus/nnfolder.el 18433;;; Generated autoloads from gnus/nnfolder.el
18063 18434
18064(autoload 'nnfolder-generate-active-file "nnfolder" "\ 18435(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -18070,7 +18441,7 @@ This command does not work if you use short group names.
18070;;;*** 18441;;;***
18071 18442
18072;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 18443;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
18073;;;;;; (19615 37479)) 18444;;;;;; (19695 9549))
18074;;; Generated autoloads from gnus/nnml.el 18445;;; Generated autoloads from gnus/nnml.el
18075 18446
18076(autoload 'nnml-generate-nov-databases "nnml" "\ 18447(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -18081,7 +18452,7 @@ Generate NOV databases in all nnml directories.
18081;;;*** 18452;;;***
18082 18453
18083;;;### (autoloads (disable-command enable-command disabled-command-function) 18454;;;### (autoloads (disable-command enable-command disabled-command-function)
18084;;;;;; "novice" "novice.el" (19686 22639)) 18455;;;;;; "novice" "novice.el" (19687 6902))
18085;;; Generated autoloads from novice.el 18456;;; Generated autoloads from novice.el
18086 18457
18087(defvar disabled-command-function 'disabled-command-function "\ 18458(defvar disabled-command-function 'disabled-command-function "\
@@ -18114,7 +18485,7 @@ to future sessions.
18114;;;*** 18485;;;***
18115 18486
18116;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 18487;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
18117;;;;;; (19606 36461)) 18488;;;;;; (19604 6253))
18118;;; Generated autoloads from textmodes/nroff-mode.el 18489;;; Generated autoloads from textmodes/nroff-mode.el
18119 18490
18120(autoload 'nroff-mode "nroff-mode" "\ 18491(autoload 'nroff-mode "nroff-mode" "\
@@ -18129,7 +18500,7 @@ closing requests for requests that are used in matched pairs.
18129;;;*** 18500;;;***
18130 18501
18131;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" 18502;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
18132;;;;;; (19379 23432)) 18503;;;;;; (19277 34921))
18133;;; Generated autoloads from nxml/nxml-glyph.el 18504;;; Generated autoloads from nxml/nxml-glyph.el
18134 18505
18135(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 18506(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -18141,8 +18512,8 @@ Return nil if the face cannot display a glyph for N.
18141 18512
18142;;;*** 18513;;;***
18143 18514
18144;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19652 18515;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19696
18145;;;;;; 27168)) 18516;;;;;; 28661))
18146;;; Generated autoloads from nxml/nxml-mode.el 18517;;; Generated autoloads from nxml/nxml-mode.el
18147 18518
18148(autoload 'nxml-mode "nxml-mode" "\ 18519(autoload 'nxml-mode "nxml-mode" "\
@@ -18204,7 +18575,7 @@ Many aspects this mode can be customized using
18204;;;*** 18575;;;***
18205 18576
18206;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" 18577;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
18207;;;;;; "nxml/nxml-uchnm.el" (19379 23432)) 18578;;;;;; "nxml/nxml-uchnm.el" (19691 9263))
18208;;; Generated autoloads from nxml/nxml-uchnm.el 18579;;; Generated autoloads from nxml/nxml-uchnm.el
18209 18580
18210(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 18581(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -18225,7 +18596,7 @@ the variable `nxml-enabled-unicode-blocks'.
18225;;;;;; org-babel-expand-src-block org-babel-execute-src-block org-babel-pop-to-session-maybe 18596;;;;;; org-babel-expand-src-block org-babel-execute-src-block org-babel-pop-to-session-maybe
18226;;;;;; org-babel-load-in-session-maybe org-babel-expand-src-block-maybe 18597;;;;;; org-babel-load-in-session-maybe org-babel-expand-src-block-maybe
18227;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob" 18598;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob"
18228;;;;;; "org/ob.el" (19681 9924)) 18599;;;;;; "org/ob.el" (19677 59043))
18229;;; Generated autoloads from org/ob.el 18600;;; Generated autoloads from org/ob.el
18230 18601
18231(autoload 'org-babel-execute-safely-maybe "ob" "\ 18602(autoload 'org-babel-execute-safely-maybe "ob" "\
@@ -18381,7 +18752,7 @@ Mark current src block
18381;;;*** 18752;;;***
18382 18753
18383;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el" 18754;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el"
18384;;;;;; (19677 58077)) 18755;;;;;; (19676 49793))
18385;;; Generated autoloads from org/ob-keys.el 18756;;; Generated autoloads from org/ob-keys.el
18386 18757
18387(autoload 'org-babel-describe-bindings "ob-keys" "\ 18758(autoload 'org-babel-describe-bindings "ob-keys" "\
@@ -18392,7 +18763,7 @@ Describe all keybindings behind `org-babel-key-prefix'.
18392;;;*** 18763;;;***
18393 18764
18394;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe 18765;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe
18395;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (19681 9924)) 18766;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (19677 59221))
18396;;; Generated autoloads from org/ob-lob.el 18767;;; Generated autoloads from org/ob-lob.el
18397 18768
18398(autoload 'org-babel-lob-ingest "ob-lob" "\ 18769(autoload 'org-babel-lob-ingest "ob-lob" "\
@@ -18417,7 +18788,7 @@ Return a Library of Babel function call as a string.
18417 18788
18418;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file 18789;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file
18419;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el" 18790;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el"
18420;;;;;; (19677 58077)) 18791;;;;;; (19676 49793))
18421;;; Generated autoloads from org/ob-tangle.el 18792;;; Generated autoloads from org/ob-tangle.el
18422 18793
18423(defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\ 18794(defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\
@@ -18459,7 +18830,7 @@ exported source code blocks by language.
18459;;;*** 18830;;;***
18460 18831
18461;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 18832;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
18462;;;;;; (19578 56905)) 18833;;;;;; (19580 19536))
18463;;; Generated autoloads from progmodes/octave-inf.el 18834;;; Generated autoloads from progmodes/octave-inf.el
18464 18835
18465(autoload 'inferior-octave "octave-inf" "\ 18836(autoload 'inferior-octave "octave-inf" "\
@@ -18482,7 +18853,7 @@ startup file, `~/.emacs-octave'.
18482;;;*** 18853;;;***
18483 18854
18484;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 18855;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
18485;;;;;; (19686 22639)) 18856;;;;;; (19687 6902))
18486;;; Generated autoloads from progmodes/octave-mod.el 18857;;; Generated autoloads from progmodes/octave-mod.el
18487 18858
18488(autoload 'octave-mode "octave-mod" "\ 18859(autoload 'octave-mode "octave-mod" "\
@@ -18570,7 +18941,7 @@ including a reproducible test case and send the message.
18570;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode 18941;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode
18571;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle 18942;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
18572;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el" 18943;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el"
18573;;;;;; (19677 58077)) 18944;;;;;; (19676 49793))
18574;;; Generated autoloads from org/org.el 18945;;; Generated autoloads from org/org.el
18575 18946
18576(autoload 'org-babel-do-load-languages "org" "\ 18947(autoload 'org-babel-do-load-languages "org" "\
@@ -18793,7 +19164,7 @@ Call the customize function with org as argument.
18793;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list 19164;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list
18794;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views 19165;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
18795;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 19166;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
18796;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19677 58077)) 19167;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19676 49793))
18797;;; Generated autoloads from org/org-agenda.el 19168;;; Generated autoloads from org/org-agenda.el
18798 19169
18799(autoload 'org-agenda "org-agenda" "\ 19170(autoload 'org-agenda "org-agenda" "\
@@ -19043,7 +19414,7 @@ belonging to the \"Work\" category.
19043 19414
19044;;;### (autoloads (org-archive-subtree-default-with-confirmation 19415;;;### (autoloads (org-archive-subtree-default-with-confirmation
19045;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el" 19416;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el"
19046;;;;;; (19677 58077)) 19417;;;;;; (19676 49793))
19047;;; Generated autoloads from org/org-archive.el 19418;;; Generated autoloads from org/org-archive.el
19048 19419
19049(autoload 'org-archive-subtree-default "org-archive" "\ 19420(autoload 'org-archive-subtree-default "org-archive" "\
@@ -19063,8 +19434,8 @@ This command is set with the variable `org-archive-default-command'.
19063;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii 19434;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii
19064;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer 19435;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer
19065;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer 19436;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer
19066;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (19677 19437;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (19676
19067;;;;;; 58077)) 19438;;;;;; 49793))
19068;;; Generated autoloads from org/org-ascii.el 19439;;; Generated autoloads from org/org-ascii.el
19069 19440
19070(autoload 'org-export-as-latin1 "org-ascii" "\ 19441(autoload 'org-export-as-latin1 "org-ascii" "\
@@ -19137,8 +19508,8 @@ publishing directory.
19137 19508
19138;;;*** 19509;;;***
19139 19510
19140;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19677 19511;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19676
19141;;;;;; 58077)) 19512;;;;;; 49793))
19142;;; Generated autoloads from org/org-attach.el 19513;;; Generated autoloads from org/org-attach.el
19143 19514
19144(autoload 'org-attach "org-attach" "\ 19515(autoload 'org-attach "org-attach" "\
@@ -19150,7 +19521,7 @@ Shows a list of commands and prompts for another key to execute a command.
19150;;;*** 19521;;;***
19151 19522
19152;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" 19523;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
19153;;;;;; (19677 58077)) 19524;;;;;; (19676 49793))
19154;;; Generated autoloads from org/org-bbdb.el 19525;;; Generated autoloads from org/org-bbdb.el
19155 19526
19156(autoload 'org-bbdb-anniversaries "org-bbdb" "\ 19527(autoload 'org-bbdb-anniversaries "org-bbdb" "\
@@ -19161,7 +19532,7 @@ Extract anniversaries from BBDB for display in the agenda.
19161;;;*** 19532;;;***
19162 19533
19163;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here 19534;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here
19164;;;;;; org-capture) "org-capture" "org/org-capture.el" (19677 58077)) 19535;;;;;; org-capture) "org-capture" "org/org-capture.el" (19678 1813))
19165;;; Generated autoloads from org/org-capture.el 19536;;; Generated autoloads from org/org-capture.el
19166 19537
19167(autoload 'org-capture "org-capture" "\ 19538(autoload 'org-capture "org-capture" "\
@@ -19199,7 +19570,7 @@ Set org-capture-templates to be similar to `org-remember-templates'.
19199;;;*** 19570;;;***
19200 19571
19201;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable) 19572;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable)
19202;;;;;; "org-clock" "org/org-clock.el" (19677 58077)) 19573;;;;;; "org-clock" "org/org-clock.el" (19676 49793))
19203;;; Generated autoloads from org/org-clock.el 19574;;; Generated autoloads from org/org-clock.el
19204 19575
19205(autoload 'org-get-clocktable "org-clock" "\ 19576(autoload 'org-get-clocktable "org-clock" "\
@@ -19217,7 +19588,7 @@ Set up hooks for clock persistence.
19217;;;*** 19588;;;***
19218 19589
19219;;;### (autoloads (org-datetree-find-date-create) "org-datetree" 19590;;;### (autoloads (org-datetree-find-date-create) "org-datetree"
19220;;;;;; "org/org-datetree.el" (19677 58077)) 19591;;;;;; "org/org-datetree.el" (19676 49793))
19221;;; Generated autoloads from org/org-datetree.el 19592;;; Generated autoloads from org/org-datetree.el
19222 19593
19223(autoload 'org-datetree-find-date-create "org-datetree" "\ 19594(autoload 'org-datetree-find-date-create "org-datetree" "\
@@ -19233,7 +19604,7 @@ tree can be found.
19233;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open 19604;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open
19234;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook 19605;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook
19235;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch) 19606;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch)
19236;;;;;; "org-docbook" "org/org-docbook.el" (19677 58077)) 19607;;;;;; "org-docbook" "org/org-docbook.el" (19676 49793))
19237;;; Generated autoloads from org/org-docbook.el 19608;;; Generated autoloads from org/org-docbook.el
19238 19609
19239(autoload 'org-export-as-docbook-batch "org-docbook" "\ 19610(autoload 'org-export-as-docbook-batch "org-docbook" "\
@@ -19310,7 +19681,7 @@ publishing directory.
19310 19681
19311;;;### (autoloads (org-insert-export-options-template org-export-as-org 19682;;;### (autoloads (org-insert-export-options-template org-export-as-org
19312;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" 19683;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el"
19313;;;;;; (19677 58077)) 19684;;;;;; (19676 49793))
19314;;; Generated autoloads from org/org-exp.el 19685;;; Generated autoloads from org/org-exp.el
19315 19686
19316(autoload 'org-export "org-exp" "\ 19687(autoload 'org-export "org-exp" "\
@@ -19367,8 +19738,8 @@ Insert into the buffer a template with information for exporting.
19367;;;*** 19738;;;***
19368 19739
19369;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update 19740;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update
19370;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (19677 19741;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (19676
19371;;;;;; 58077)) 19742;;;;;; 49793))
19372;;; Generated autoloads from org/org-feed.el 19743;;; Generated autoloads from org/org-feed.el
19373 19744
19374(autoload 'org-feed-update-all "org-feed" "\ 19745(autoload 'org-feed-update-all "org-feed" "\
@@ -19396,7 +19767,7 @@ Show the raw feed buffer of a feed.
19396;;;*** 19767;;;***
19397 19768
19398;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote" 19769;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote"
19399;;;;;; "org/org-footnote.el" (19677 58077)) 19770;;;;;; "org/org-footnote.el" (19676 49793))
19400;;; Generated autoloads from org/org-footnote.el 19771;;; Generated autoloads from org/org-footnote.el
19401 19772
19402(autoload 'org-footnote-action "org-footnote" "\ 19773(autoload 'org-footnote-action "org-footnote" "\
@@ -19423,7 +19794,7 @@ referenced sequence.
19423;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree 19794;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree
19424;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node 19795;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node
19425;;;;;; org-freemind-show org-export-as-freemind) "org-freemind" 19796;;;;;; org-freemind-show org-export-as-freemind) "org-freemind"
19426;;;;;; "org/org-freemind.el" (19677 58077)) 19797;;;;;; "org/org-freemind.el" (19676 49793))
19427;;; Generated autoloads from org/org-freemind.el 19798;;; Generated autoloads from org/org-freemind.el
19428 19799
19429(autoload 'org-export-as-freemind "org-freemind" "\ 19800(autoload 'org-export-as-freemind "org-freemind" "\
@@ -19484,7 +19855,7 @@ Convert FreeMind file MM-FILE to `org-mode' file ORG-FILE.
19484;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html 19855;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html
19485;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer 19856;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer
19486;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html" 19857;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html"
19487;;;;;; "org/org-html.el" (19677 58077)) 19858;;;;;; "org/org-html.el" (19676 49793))
19488;;; Generated autoloads from org/org-html.el 19859;;; Generated autoloads from org/org-html.el
19489 19860
19490(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp) 19861(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp)
@@ -19578,7 +19949,7 @@ that uses these same face definitions.
19578 19949
19579;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files 19950;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
19580;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el" 19951;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el"
19581;;;;;; (19677 58077)) 19952;;;;;; (19676 49793))
19582;;; Generated autoloads from org/org-icalendar.el 19953;;; Generated autoloads from org/org-icalendar.el
19583 19954
19584(autoload 'org-export-icalendar-this-file "org-icalendar" "\ 19955(autoload 'org-export-icalendar-this-file "org-icalendar" "\
@@ -19606,7 +19977,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'.
19606;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find 19977;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find
19607;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion 19978;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion
19608;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el" 19979;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el"
19609;;;;;; (19677 58077)) 19980;;;;;; (19676 49793))
19610;;; Generated autoloads from org/org-id.el 19981;;; Generated autoloads from org/org-id.el
19611 19982
19612(autoload 'org-id-get-create "org-id" "\ 19983(autoload 'org-id-get-create "org-id" "\
@@ -19675,7 +20046,7 @@ Store a link to the current entry, using its ID.
19675;;;*** 20046;;;***
19676 20047
19677;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el" 20048;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el"
19678;;;;;; (19677 58077)) 20049;;;;;; (19676 49793))
19679;;; Generated autoloads from org/org-indent.el 20050;;; Generated autoloads from org/org-indent.el
19680 20051
19681(autoload 'org-indent-mode "org-indent" "\ 20052(autoload 'org-indent-mode "org-indent" "\
@@ -19690,7 +20061,7 @@ FIXME: How to update when broken?
19690;;;*** 20061;;;***
19691 20062
19692;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" 20063;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el"
19693;;;;;; (19677 58077)) 20064;;;;;; (19676 49793))
19694;;; Generated autoloads from org/org-irc.el 20065;;; Generated autoloads from org/org-irc.el
19695 20066
19696(autoload 'org-irc-store-link "org-irc" "\ 20067(autoload 'org-irc-store-link "org-irc" "\
@@ -19703,7 +20074,7 @@ Dispatch to the appropriate function to store a link to an IRC session.
19703;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex 20074;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex
19704;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer 20075;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer
19705;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el" 20076;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el"
19706;;;;;; (19677 58077)) 20077;;;;;; (19676 49793))
19707;;; Generated autoloads from org/org-latex.el 20078;;; Generated autoloads from org/org-latex.el
19708 20079
19709(autoload 'org-export-as-latex-batch "org-latex" "\ 20080(autoload 'org-export-as-latex-batch "org-latex" "\
@@ -19783,8 +20154,8 @@ Export as LaTeX, then process through to PDF, and open.
19783;;;*** 20154;;;***
19784 20155
19785;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull 20156;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull
19786;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (19677 20157;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (19676
19787;;;;;; 58077)) 20158;;;;;; 49793))
19788;;; Generated autoloads from org/org-mobile.el 20159;;; Generated autoloads from org/org-mobile.el
19789 20160
19790(autoload 'org-mobile-push "org-mobile" "\ 20161(autoload 'org-mobile-push "org-mobile" "\
@@ -19809,7 +20180,7 @@ Create a file that contains all custom agenda views.
19809;;;*** 20180;;;***
19810 20181
19811;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" 20182;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el"
19812;;;;;; (19677 58077)) 20183;;;;;; (19676 49793))
19813;;; Generated autoloads from org/org-plot.el 20184;;; Generated autoloads from org/org-plot.el
19814 20185
19815(autoload 'org-plot/gnuplot "org-plot" "\ 20186(autoload 'org-plot/gnuplot "org-plot" "\
@@ -19823,7 +20194,7 @@ line directly before or after the table.
19823 20194
19824;;;### (autoloads (org-publish-current-project org-publish-current-file 20195;;;### (autoloads (org-publish-current-project org-publish-current-file
19825;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" 20196;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
19826;;;;;; (19677 58077)) 20197;;;;;; (19676 49793))
19827;;; Generated autoloads from org/org-publish.el 20198;;; Generated autoloads from org/org-publish.el
19828 20199
19829(defalias 'org-publish-project 'org-publish) 20200(defalias 'org-publish-project 'org-publish)
@@ -19857,7 +20228,7 @@ the project.
19857 20228
19858;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template 20229;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
19859;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" 20230;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
19860;;;;;; "org/org-remember.el" (19677 58077)) 20231;;;;;; "org/org-remember.el" (19676 49793))
19861;;; Generated autoloads from org/org-remember.el 20232;;; Generated autoloads from org/org-remember.el
19862 20233
19863(autoload 'org-remember-insinuate "org-remember" "\ 20234(autoload 'org-remember-insinuate "org-remember" "\
@@ -19933,7 +20304,7 @@ See also the variable `org-reverse-note-order'.
19933;;;*** 20304;;;***
19934 20305
19935;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) 20306;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl)
19936;;;;;; "org-table" "org/org-table.el" (19677 58077)) 20307;;;;;; "org-table" "org/org-table.el" (19676 49793))
19937;;; Generated autoloads from org/org-table.el 20308;;; Generated autoloads from org/org-table.el
19938 20309
19939(autoload 'turn-on-orgtbl "org-table" "\ 20310(autoload 'turn-on-orgtbl "org-table" "\
@@ -19957,7 +20328,7 @@ The table is taken from the parameter TXT, or from the buffer at point.
19957;;;*** 20328;;;***
19958 20329
19959;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler) 20330;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler)
19960;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (19677 58077)) 20331;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (19676 49793))
19961;;; Generated autoloads from org/org-taskjuggler.el 20332;;; Generated autoloads from org/org-taskjuggler.el
19962 20333
19963(autoload 'org-export-as-taskjuggler "org-taskjuggler" "\ 20334(autoload 'org-export-as-taskjuggler "org-taskjuggler" "\
@@ -19985,7 +20356,7 @@ with the TaskJuggler GUI.
19985 20356
19986;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region 20357;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region
19987;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el" 20358;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el"
19988;;;;;; (19677 58077)) 20359;;;;;; (19676 49793))
19989;;; Generated autoloads from org/org-timer.el 20360;;; Generated autoloads from org/org-timer.el
19990 20361
19991(autoload 'org-timer-start "org-timer" "\ 20362(autoload 'org-timer-start "org-timer" "\
@@ -20046,7 +20417,7 @@ replace any running timer.
20046;;;*** 20417;;;***
20047 20418
20048;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el" 20419;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el"
20049;;;;;; (19677 58077)) 20420;;;;;; (19676 49793))
20050;;; Generated autoloads from org/org-xoxo.el 20421;;; Generated autoloads from org/org-xoxo.el
20051 20422
20052(autoload 'org-export-as-xoxo "org-xoxo" "\ 20423(autoload 'org-export-as-xoxo "org-xoxo" "\
@@ -20058,7 +20429,7 @@ The XOXO buffer is named *xoxo-<source buffer name>*
20058;;;*** 20429;;;***
20059 20430
20060;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 20431;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
20061;;;;;; (19623 4932)) 20432;;;;;; (19622 9855))
20062;;; Generated autoloads from outline.el 20433;;; Generated autoloads from outline.el
20063(put 'outline-regexp 'safe-local-variable 'string-or-null-p) 20434(put 'outline-regexp 'safe-local-variable 'string-or-null-p)
20064 20435
@@ -20118,7 +20489,7 @@ See the command `outline-mode' for more information on this mode.
20118;;;### (autoloads (list-packages describe-package package-initialize 20489;;;### (autoloads (list-packages describe-package package-initialize
20119;;;;;; package-install-file package-install-from-buffer package-install 20490;;;;;; package-install-file package-install-from-buffer package-install
20120;;;;;; package-enable-at-startup) "package" "emacs-lisp/package.el" 20491;;;;;; package-enable-at-startup) "package" "emacs-lisp/package.el"
20121;;;;;; (19675 9114)) 20492;;;;;; (19675 5423))
20122;;; Generated autoloads from emacs-lisp/package.el 20493;;; Generated autoloads from emacs-lisp/package.el
20123 20494
20124(defvar package-enable-at-startup t "\ 20495(defvar package-enable-at-startup t "\
@@ -20180,7 +20551,7 @@ The list is displayed in a buffer named `*Packages*'.
20180 20551
20181;;;*** 20552;;;***
20182 20553
20183;;;### (autoloads (show-paren-mode) "paren" "paren.el" (19649 27409)) 20554;;;### (autoloads (show-paren-mode) "paren" "paren.el" (19648 63605))
20184;;; Generated autoloads from paren.el 20555;;; Generated autoloads from paren.el
20185 20556
20186(defvar show-paren-mode nil "\ 20557(defvar show-paren-mode nil "\
@@ -20205,7 +20576,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
20205;;;*** 20576;;;***
20206 20577
20207;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 20578;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
20208;;;;;; (19583 31640)) 20579;;;;;; (19582 65302))
20209;;; Generated autoloads from calendar/parse-time.el 20580;;; Generated autoloads from calendar/parse-time.el
20210(put 'parse-time-rules 'risky-local-variable t) 20581(put 'parse-time-rules 'risky-local-variable t)
20211 20582
@@ -20218,8 +20589,8 @@ unknown are returned as nil.
20218 20589
20219;;;*** 20590;;;***
20220 20591
20221;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19671 20592;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19670
20222;;;;;; 21337)) 20593;;;;;; 1520))
20223;;; Generated autoloads from progmodes/pascal.el 20594;;; Generated autoloads from progmodes/pascal.el
20224 20595
20225(autoload 'pascal-mode "pascal" "\ 20596(autoload 'pascal-mode "pascal" "\
@@ -20272,7 +20643,7 @@ no args, if that value is non-nil.
20272;;;*** 20643;;;***
20273 20644
20274;;;### (autoloads (password-cache-expiry password-cache) "password-cache" 20645;;;### (autoloads (password-cache-expiry password-cache) "password-cache"
20275;;;;;; "password-cache.el" (19583 31640)) 20646;;;;;; "password-cache.el" (19582 65302))
20276;;; Generated autoloads from password-cache.el 20647;;; Generated autoloads from password-cache.el
20277 20648
20278(defvar password-cache t "\ 20649(defvar password-cache t "\
@@ -20289,7 +20660,7 @@ Whether passwords are cached at all is controlled by `password-cache'.")
20289;;;*** 20660;;;***
20290 20661
20291;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 20662;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
20292;;;;;; (19379 23432)) 20663;;;;;; (19277 34919))
20293;;; Generated autoloads from emulation/pc-mode.el 20664;;; Generated autoloads from emulation/pc-mode.el
20294 20665
20295(autoload 'pc-bindings-mode "pc-mode" "\ 20666(autoload 'pc-bindings-mode "pc-mode" "\
@@ -20307,7 +20678,7 @@ C-Escape does list-buffers.
20307;;;*** 20678;;;***
20308 20679
20309;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el" 20680;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el"
20310;;;;;; (19611 13362)) 20681;;;;;; (19609 2166))
20311;;; Generated autoloads from emulation/pc-select.el 20682;;; Generated autoloads from emulation/pc-select.el
20312 20683
20313(defvar pc-selection-mode nil "\ 20684(defvar pc-selection-mode nil "\
@@ -20374,7 +20745,7 @@ but before calling PC Selection mode):
20374;;;*** 20745;;;***
20375 20746
20376;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el" 20747;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el"
20377;;;;;; (19677 58077)) 20748;;;;;; (19693 26133))
20378;;; Generated autoloads from emacs-lisp/pcase.el 20749;;; Generated autoloads from emacs-lisp/pcase.el
20379 20750
20380(autoload 'pcase "pcase" "\ 20751(autoload 'pcase "pcase" "\
@@ -20415,23 +20786,23 @@ Like `let*' but where you can use `pcase' patterns for bindings.
20415BODY should be an expression, and BINDINGS should be a list of bindings 20786BODY should be an expression, and BINDINGS should be a list of bindings
20416of the form (UPAT EXP). 20787of the form (UPAT EXP).
20417 20788
20418\(fn BINDINGS BODY)" nil (quote macro)) 20789\(fn BINDINGS &rest BODY)" nil (quote macro))
20419 20790
20420(put 'pcase-let* 'lisp-indent-function '1) 20791(put 'pcase-let* 'lisp-indent-function '1)
20421 20792
20422(autoload 'pcase-let "pcase" "\ 20793(autoload 'pcase-let "pcase" "\
20423Like `let' but where you can use `pcase' patterns for bindings. 20794Like `let' but where you can use `pcase' patterns for bindings.
20424BODY should be an expression, and BINDINGS should be a list of bindings 20795BODY should be a list of expressions, and BINDINGS should be a list of bindings
20425of the form (UPAT EXP). 20796of the form (UPAT EXP).
20426 20797
20427\(fn BINDINGS BODY)" nil (quote macro)) 20798\(fn BINDINGS &rest BODY)" nil (quote macro))
20428 20799
20429(put 'pcase-let 'lisp-indent-function '1) 20800(put 'pcase-let 'lisp-indent-function '1)
20430 20801
20431;;;*** 20802;;;***
20432 20803
20433;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (19578 20804;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (19580
20434;;;;;; 56905)) 20805;;;;;; 19536))
20435;;; Generated autoloads from pcmpl-cvs.el 20806;;; Generated autoloads from pcmpl-cvs.el
20436 20807
20437(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 20808(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -20442,7 +20813,7 @@ Completion rules for the `cvs' command.
20442;;;*** 20813;;;***
20443 20814
20444;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 20815;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
20445;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (19578 56905)) 20816;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (19580 19536))
20446;;; Generated autoloads from pcmpl-gnu.el 20817;;; Generated autoloads from pcmpl-gnu.el
20447 20818
20448(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 20819(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -20470,7 +20841,7 @@ Completion for the GNU tar utility.
20470;;;*** 20841;;;***
20471 20842
20472;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 20843;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
20473;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19578 56905)) 20844;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19580 19536))
20474;;; Generated autoloads from pcmpl-linux.el 20845;;; Generated autoloads from pcmpl-linux.el
20475 20846
20476(autoload 'pcomplete/kill "pcmpl-linux" "\ 20847(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -20490,8 +20861,8 @@ Completion for GNU/Linux `mount'.
20490 20861
20491;;;*** 20862;;;***
20492 20863
20493;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19578 20864;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19580
20494;;;;;; 56905)) 20865;;;;;; 19536))
20495;;; Generated autoloads from pcmpl-rpm.el 20866;;; Generated autoloads from pcmpl-rpm.el
20496 20867
20497(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 20868(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -20503,7 +20874,7 @@ Completion for the `rpm' command.
20503 20874
20504;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown 20875;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
20505;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir 20876;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
20506;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (19578 56905)) 20877;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (19580 19536))
20507;;; Generated autoloads from pcmpl-unix.el 20878;;; Generated autoloads from pcmpl-unix.el
20508 20879
20509(autoload 'pcomplete/cd "pcmpl-unix" "\ 20880(autoload 'pcomplete/cd "pcmpl-unix" "\
@@ -20561,7 +20932,7 @@ Includes files as well as host names followed by a colon.
20561;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 20932;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
20562;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 20933;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
20563;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (19451 20934;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (19451
20564;;;;;; 41962)) 20935;;;;;; 17238))
20565;;; Generated autoloads from pcomplete.el 20936;;; Generated autoloads from pcomplete.el
20566 20937
20567(autoload 'pcomplete "pcomplete" "\ 20938(autoload 'pcomplete "pcomplete" "\
@@ -20620,7 +20991,7 @@ Setup `shell-mode' to use pcomplete.
20620 20991
20621;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 20992;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
20622;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 20993;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
20623;;;;;; "vc/pcvs.el" (19474 38892)) 20994;;;;;; "vc/pcvs.el" (19474 36901))
20624;;; Generated autoloads from vc/pcvs.el 20995;;; Generated autoloads from vc/pcvs.el
20625 20996
20626(autoload 'cvs-checkout "pcvs" "\ 20997(autoload 'cvs-checkout "pcvs" "\
@@ -20695,7 +21066,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20695 21066
20696;;;*** 21067;;;***
20697 21068
20698;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (19578 56905)) 21069;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (19580 19536))
20699;;; Generated autoloads from vc/pcvs-defs.el 21070;;; Generated autoloads from vc/pcvs-defs.el
20700 21071
20701(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] `(menu-item ,(purecopy "Directory Status") cvs-status :help ,(purecopy "A more verbose status of a workarea"))) (define-key m [checkout] `(menu-item ,(purecopy "Checkout Module") cvs-checkout :help ,(purecopy "Check out a module from the repository"))) (define-key m [update] `(menu-item ,(purecopy "Update Directory") cvs-update :help ,(purecopy "Fetch updates from the repository"))) (define-key m [examine] `(menu-item ,(purecopy "Examine Directory") cvs-examine :help ,(purecopy "Examine the current state of a workarea"))) (fset 'cvs-global-menu m))) 21072(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] `(menu-item ,(purecopy "Directory Status") cvs-status :help ,(purecopy "A more verbose status of a workarea"))) (define-key m [checkout] `(menu-item ,(purecopy "Checkout Module") cvs-checkout :help ,(purecopy "Check out a module from the repository"))) (define-key m [update] `(menu-item ,(purecopy "Update Directory") cvs-update :help ,(purecopy "Fetch updates from the repository"))) (define-key m [examine] `(menu-item ,(purecopy "Examine Directory") cvs-examine :help ,(purecopy "Examine the current state of a workarea"))) (fset 'cvs-global-menu m)))
@@ -20703,7 +21074,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20703;;;*** 21074;;;***
20704 21075
20705;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 21076;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
20706;;;;;; (19669 58161)) 21077;;;;;; (19668 19310))
20707;;; Generated autoloads from progmodes/perl-mode.el 21078;;; Generated autoloads from progmodes/perl-mode.el
20708(put 'perl-indent-level 'safe-local-variable 'integerp) 21079(put 'perl-indent-level 'safe-local-variable 'integerp)
20709(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 21080(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -20767,7 +21138,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
20767;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key 21138;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key
20768;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt 21139;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt
20769;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region 21140;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region
20770;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (19635 41857)) 21141;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (19635 50568))
20771;;; Generated autoloads from pgg.el 21142;;; Generated autoloads from pgg.el
20772 21143
20773(autoload 'pgg-encrypt-region "pgg" "\ 21144(autoload 'pgg-encrypt-region "pgg" "\
@@ -20901,7 +21272,7 @@ Import public keys in the current buffer.
20901;;;*** 21272;;;***
20902 21273
20903;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" 21274;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el"
20904;;;;;; (19583 31640)) 21275;;;;;; (19582 65302))
20905;;; Generated autoloads from pgg-gpg.el 21276;;; Generated autoloads from pgg-gpg.el
20906 21277
20907(autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\ 21278(autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\
@@ -20912,7 +21283,7 @@ True if decoded armor MESSAGE-KEYS has symmetric encryption indicator.
20912;;;*** 21283;;;***
20913 21284
20914;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 21285;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
20915;;;;;; (19686 22639)) 21286;;;;;; (19687 6902))
20916;;; Generated autoloads from textmodes/picture.el 21287;;; Generated autoloads from textmodes/picture.el
20917 21288
20918(autoload 'picture-mode "picture" "\ 21289(autoload 'picture-mode "picture" "\
@@ -20993,7 +21364,7 @@ they are not defaultly assigned to keys.
20993;;;*** 21364;;;***
20994 21365
20995;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 21366;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
20996;;;;;; (19379 23432)) 21367;;;;;; (19277 34923))
20997;;; Generated autoloads from textmodes/po.el 21368;;; Generated autoloads from textmodes/po.el
20998 21369
20999(autoload 'po-find-file-coding-system "po" "\ 21370(autoload 'po-find-file-coding-system "po" "\
@@ -21004,7 +21375,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
21004 21375
21005;;;*** 21376;;;***
21006 21377
21007;;;### (autoloads (pong) "pong" "play/pong.el" (19379 23432)) 21378;;;### (autoloads (pong) "pong" "play/pong.el" (19277 34922))
21008;;; Generated autoloads from play/pong.el 21379;;; Generated autoloads from play/pong.el
21009 21380
21010(autoload 'pong "pong" "\ 21381(autoload 'pong "pong" "\
@@ -21020,7 +21391,7 @@ pong-mode keybindings:\\<pong-mode-map>
21020 21391
21021;;;*** 21392;;;***
21022 21393
21023;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (19624 62323)) 21394;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (19624 59837))
21024;;; Generated autoloads from gnus/pop3.el 21395;;; Generated autoloads from gnus/pop3.el
21025 21396
21026(autoload 'pop3-movemail "pop3" "\ 21397(autoload 'pop3-movemail "pop3" "\
@@ -21033,7 +21404,7 @@ Use streaming commands.
21033 21404
21034;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression 21405;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression
21035;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" 21406;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el"
21036;;;;;; (19379 23432)) 21407;;;;;; (19277 34919))
21037;;; Generated autoloads from emacs-lisp/pp.el 21408;;; Generated autoloads from emacs-lisp/pp.el
21038 21409
21039(autoload 'pp-to-string "pp" "\ 21410(autoload 'pp-to-string "pp" "\
@@ -21101,7 +21472,7 @@ Ignores leading comment characters.
21101;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 21472;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
21102;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 21473;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
21103;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 21474;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
21104;;;;;; (19686 22639)) 21475;;;;;; (19687 6902))
21105;;; Generated autoloads from printing.el 21476;;; Generated autoloads from printing.el
21106 21477
21107(autoload 'pr-interface "printing" "\ 21478(autoload 'pr-interface "printing" "\
@@ -21688,7 +22059,7 @@ are both set to t.
21688 22059
21689;;;*** 22060;;;***
21690 22061
21691;;;### (autoloads (proced) "proced" "proced.el" (19589 20829)) 22062;;;### (autoloads (proced) "proced" "proced.el" (19590 30214))
21692;;; Generated autoloads from proced.el 22063;;; Generated autoloads from proced.el
21693 22064
21694(autoload 'proced "proced" "\ 22065(autoload 'proced "proced" "\
@@ -21704,7 +22075,7 @@ See `proced-mode' for a description of features available in Proced buffers.
21704;;;*** 22075;;;***
21705 22076
21706;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" 22077;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el"
21707;;;;;; (19671 21337)) 22078;;;;;; (19672 21006))
21708;;; Generated autoloads from progmodes/prolog.el 22079;;; Generated autoloads from progmodes/prolog.el
21709 22080
21710(autoload 'prolog-mode "prolog" "\ 22081(autoload 'prolog-mode "prolog" "\
@@ -21727,8 +22098,8 @@ With prefix argument \\[universal-prefix], prompt for the program to use.
21727 22098
21728;;;*** 22099;;;***
21729 22100
21730;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19578 22101;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19580
21731;;;;;; 56905)) 22102;;;;;; 19536))
21732;;; Generated autoloads from ps-bdf.el 22103;;; Generated autoloads from ps-bdf.el
21733 22104
21734(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")) "\ 22105(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")) "\
@@ -21739,8 +22110,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
21739 22110
21740;;;*** 22111;;;***
21741 22112
21742;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (19578 22113;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (19580
21743;;;;;; 56905)) 22114;;;;;; 19536))
21744;;; Generated autoloads from progmodes/ps-mode.el 22115;;; Generated autoloads from progmodes/ps-mode.el
21745 22116
21746(autoload 'ps-mode "ps-mode" "\ 22117(autoload 'ps-mode "ps-mode" "\
@@ -21791,8 +22162,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
21791;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 22162;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
21792;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 22163;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
21793;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 22164;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
21794;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19649 22165;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19648
21795;;;;;; 27409)) 22166;;;;;; 63513))
21796;;; Generated autoloads from ps-print.el 22167;;; Generated autoloads from ps-print.el
21797 22168
21798(defvar ps-page-dimensions-database (purecopy (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5") '(addresslarge 236.0 99.0 "AddressLarge") '(addresssmall 236.0 68.0 "AddressSmall") '(cuthanging13 90.0 222.0 "CutHanging13") '(cuthanging15 90.0 114.0 "CutHanging15") '(diskette 181.0 136.0 "Diskette") '(eurofilefolder 139.0 112.0 "EuropeanFilefolder") '(eurofoldernarrow 526.0 107.0 "EuroFolderNarrow") '(eurofolderwide 526.0 136.0 "EuroFolderWide") '(euronamebadge 189.0 108.0 "EuroNameBadge") '(euronamebadgelarge 223.0 136.0 "EuroNameBadgeLarge") '(filefolder 230.0 37.0 "FileFolder") '(jewelry 76.0 136.0 "Jewelry") '(mediabadge 180.0 136.0 "MediaBadge") '(multipurpose 126.0 68.0 "MultiPurpose") '(retaillabel 90.0 104.0 "RetailLabel") '(shipping 271.0 136.0 "Shipping") '(slide35mm 26.0 104.0 "Slide35mm") '(spine8mm 187.0 26.0 "Spine8mm") '(topcoated 425.19685 136.0 "TopCoatedPaper") '(topcoatedpaper 396.0 136.0 "TopcoatedPaper150") '(vhsface 205.0 127.0 "VHSFace") '(vhsspine 400.0 50.0 "VHSSpine") '(zipdisk 156.0 136.0 "ZipDisk"))) "\ 22169(defvar ps-page-dimensions-database (purecopy (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5") '(addresslarge 236.0 99.0 "AddressLarge") '(addresssmall 236.0 68.0 "AddressSmall") '(cuthanging13 90.0 222.0 "CutHanging13") '(cuthanging15 90.0 114.0 "CutHanging15") '(diskette 181.0 136.0 "Diskette") '(eurofilefolder 139.0 112.0 "EuropeanFilefolder") '(eurofoldernarrow 526.0 107.0 "EuroFolderNarrow") '(eurofolderwide 526.0 136.0 "EuroFolderWide") '(euronamebadge 189.0 108.0 "EuroNameBadge") '(euronamebadgelarge 223.0 136.0 "EuroNameBadgeLarge") '(filefolder 230.0 37.0 "FileFolder") '(jewelry 76.0 136.0 "Jewelry") '(mediabadge 180.0 136.0 "MediaBadge") '(multipurpose 126.0 68.0 "MultiPurpose") '(retaillabel 90.0 104.0 "RetailLabel") '(shipping 271.0 136.0 "Shipping") '(slide35mm 26.0 104.0 "Slide35mm") '(spine8mm 187.0 26.0 "Spine8mm") '(topcoated 425.19685 136.0 "TopCoatedPaper") '(topcoatedpaper 396.0 136.0 "TopcoatedPaper150") '(vhsface 205.0 127.0 "VHSFace") '(vhsspine 400.0 50.0 "VHSSpine") '(zipdisk 156.0 136.0 "ZipDisk"))) "\
@@ -21989,7 +22360,7 @@ If EXTENSION is any other symbol, it is ignored.
21989;;;*** 22360;;;***
21990 22361
21991;;;### (autoloads (python-shell jython-mode python-mode run-python) 22362;;;### (autoloads (python-shell jython-mode python-mode run-python)
21992;;;;;; "python" "progmodes/python.el" (19686 22639)) 22363;;;;;; "python" "progmodes/python.el" (19691 3508))
21993;;; Generated autoloads from progmodes/python.el 22364;;; Generated autoloads from progmodes/python.el
21994 22365
21995(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) 22366(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode))
@@ -22105,7 +22476,7 @@ filter.
22105;;;*** 22476;;;***
22106 22477
22107;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 22478;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
22108;;;;;; (19583 31640)) 22479;;;;;; (19582 65302))
22109;;; Generated autoloads from gnus/qp.el 22480;;; Generated autoloads from gnus/qp.el
22110 22481
22111(autoload 'quoted-printable-decode-region "qp" "\ 22482(autoload 'quoted-printable-decode-region "qp" "\
@@ -22128,7 +22499,7 @@ them into characters should be done separately.
22128;;;;;; quail-defrule quail-install-decode-map quail-install-map 22499;;;;;; quail-defrule quail-install-decode-map quail-install-map
22129;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 22500;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
22130;;;;;; quail-define-package quail-use-package quail-title) "quail" 22501;;;;;; quail-define-package quail-use-package quail-title) "quail"
22131;;;;;; "international/quail.el" (19496 32415)) 22502;;;;;; "international/quail.el" (19498 12592))
22132;;; Generated autoloads from international/quail.el 22503;;; Generated autoloads from international/quail.el
22133 22504
22134(autoload 'quail-title "quail" "\ 22505(autoload 'quail-title "quail" "\
@@ -22359,8 +22730,8 @@ of each directory.
22359 22730
22360;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 22731;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
22361;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 22732;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
22362;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (19675 22733;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (19672
22363;;;;;; 9114)) 22734;;;;;; 56753))
22364;;; Generated autoloads from net/quickurl.el 22735;;; Generated autoloads from net/quickurl.el
22365 22736
22366(defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ 22737(defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\
@@ -22432,7 +22803,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22432;;;*** 22803;;;***
22433 22804
22434;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 22805;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
22435;;;;;; "net/rcirc.el" (19598 15988)) 22806;;;;;; "net/rcirc.el" (19599 45674))
22436;;; Generated autoloads from net/rcirc.el 22807;;; Generated autoloads from net/rcirc.el
22437 22808
22438(autoload 'rcirc "rcirc" "\ 22809(autoload 'rcirc "rcirc" "\
@@ -22467,8 +22838,8 @@ Global minor mode for tracking activity in rcirc buffers.
22467 22838
22468;;;*** 22839;;;***
22469 22840
22470;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19611 22841;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19609
22471;;;;;; 13362)) 22842;;;;;; 2577))
22472;;; Generated autoloads from net/rcompile.el 22843;;; Generated autoloads from net/rcompile.el
22473 22844
22474(autoload 'remote-compile "rcompile" "\ 22845(autoload 'remote-compile "rcompile" "\
@@ -22480,7 +22851,7 @@ See \\[compile].
22480;;;*** 22851;;;***
22481 22852
22482;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 22853;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
22483;;;;;; (19535 27714)) 22854;;;;;; (19552 37739))
22484;;; Generated autoloads from emacs-lisp/re-builder.el 22855;;; Generated autoloads from emacs-lisp/re-builder.el
22485 22856
22486(defalias 'regexp-builder 're-builder) 22857(defalias 'regexp-builder 're-builder)
@@ -22492,7 +22863,7 @@ Construct a regexp interactively.
22492 22863
22493;;;*** 22864;;;***
22494 22865
22495;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19379 23432)) 22866;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19277 34917))
22496;;; Generated autoloads from recentf.el 22867;;; Generated autoloads from recentf.el
22497 22868
22498(defvar recentf-mode nil "\ 22869(defvar recentf-mode nil "\
@@ -22519,8 +22890,8 @@ that were operated on recently.
22519;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 22890;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
22520;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 22891;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
22521;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 22892;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
22522;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (19578 22893;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (19580
22523;;;;;; 56905)) 22894;;;;;; 19536))
22524;;; Generated autoloads from rect.el 22895;;; Generated autoloads from rect.el
22525 (define-key ctl-x-r-map "c" 'clear-rectangle) 22896 (define-key ctl-x-r-map "c" 'clear-rectangle)
22526 (define-key ctl-x-r-map "k" 'kill-rectangle) 22897 (define-key ctl-x-r-map "k" 'kill-rectangle)
@@ -22654,8 +23025,8 @@ rectangle which were empty.
22654 23025
22655;;;*** 23026;;;***
22656 23027
22657;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (19379 23028;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (19277
22658;;;;;; 23432)) 23029;;;;;; 34923))
22659;;; Generated autoloads from textmodes/refill.el 23030;;; Generated autoloads from textmodes/refill.el
22660 23031
22661(autoload 'refill-mode "refill" "\ 23032(autoload 'refill-mode "refill" "\
@@ -22671,7 +23042,7 @@ refilling if they would cause auto-filling.
22671;;;*** 23042;;;***
22672 23043
22673;;;### (autoloads (reftex-reset-scanning-information reftex-mode 23044;;;### (autoloads (reftex-reset-scanning-information reftex-mode
22674;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19595 20656)) 23045;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19594 48841))
22675;;; Generated autoloads from textmodes/reftex.el 23046;;; Generated autoloads from textmodes/reftex.el
22676 23047
22677(autoload 'turn-on-reftex "reftex" "\ 23048(autoload 'turn-on-reftex "reftex" "\
@@ -22721,7 +23092,7 @@ This enforces rescanning the buffer on next use.
22721;;;*** 23092;;;***
22722 23093
22723;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 23094;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
22724;;;;;; (19669 58161)) 23095;;;;;; (19669 41170))
22725;;; Generated autoloads from textmodes/reftex-cite.el 23096;;; Generated autoloads from textmodes/reftex-cite.el
22726 23097
22727(autoload 'reftex-citation "reftex-cite" "\ 23098(autoload 'reftex-citation "reftex-cite" "\
@@ -22751,7 +23122,7 @@ While entering the regexp, completion on knows citation keys is possible.
22751;;;*** 23122;;;***
22752 23123
22753;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 23124;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
22754;;;;;; (19578 56905)) 23125;;;;;; (19580 19536))
22755;;; Generated autoloads from textmodes/reftex-global.el 23126;;; Generated autoloads from textmodes/reftex-global.el
22756 23127
22757(autoload 'reftex-isearch-minor-mode "reftex-global" "\ 23128(autoload 'reftex-isearch-minor-mode "reftex-global" "\
@@ -22768,7 +23139,7 @@ With no argument, this command toggles
22768;;;*** 23139;;;***
22769 23140
22770;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 23141;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
22771;;;;;; (19665 17270)) 23142;;;;;; (19664 56235))
22772;;; Generated autoloads from textmodes/reftex-index.el 23143;;; Generated autoloads from textmodes/reftex-index.el
22773 23144
22774(autoload 'reftex-index-phrases-mode "reftex-index" "\ 23145(autoload 'reftex-index-phrases-mode "reftex-index" "\
@@ -22801,7 +23172,7 @@ Here are all local bindings.
22801;;;*** 23172;;;***
22802 23173
22803;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 23174;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
22804;;;;;; (19608 30156)) 23175;;;;;; (19607 63447))
22805;;; Generated autoloads from textmodes/reftex-parse.el 23176;;; Generated autoloads from textmodes/reftex-parse.el
22806 23177
22807(autoload 'reftex-all-document-files "reftex-parse" "\ 23178(autoload 'reftex-all-document-files "reftex-parse" "\
@@ -22813,8 +23184,8 @@ of master file.
22813 23184
22814;;;*** 23185;;;***
22815 23186
22816;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19578 23187;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19580
22817;;;;;; 56905)) 23188;;;;;; 19536))
22818;;; Generated autoloads from textmodes/reftex-vars.el 23189;;; Generated autoloads from textmodes/reftex-vars.el
22819(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 23190(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
22820(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 23191(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -22824,7 +23195,7 @@ of master file.
22824;;;*** 23195;;;***
22825 23196
22826;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 23197;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
22827;;;;;; (19645 32682)) 23198;;;;;; (19645 60484))
22828;;; Generated autoloads from emacs-lisp/regexp-opt.el 23199;;; Generated autoloads from emacs-lisp/regexp-opt.el
22829 23200
22830(autoload 'regexp-opt "regexp-opt" "\ 23201(autoload 'regexp-opt "regexp-opt" "\
@@ -22855,7 +23226,7 @@ This means the number of non-shy regexp grouping constructs
22855 23226
22856;;;### (autoloads (remember-diary-extract-entries remember-clipboard 23227;;;### (autoloads (remember-diary-extract-entries remember-clipboard
22857;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" 23228;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
22858;;;;;; (19675 9114)) 23229;;;;;; (19672 39537))
22859;;; Generated autoloads from textmodes/remember.el 23230;;; Generated autoloads from textmodes/remember.el
22860 23231
22861(autoload 'remember "remember" "\ 23232(autoload 'remember "remember" "\
@@ -22886,7 +23257,7 @@ Extract diary entries from the region.
22886 23257
22887;;;*** 23258;;;***
22888 23259
22889;;;### (autoloads (repeat) "repeat" "repeat.el" (19645 32682)) 23260;;;### (autoloads (repeat) "repeat" "repeat.el" (19645 60484))
22890;;; Generated autoloads from repeat.el 23261;;; Generated autoloads from repeat.el
22891 23262
22892(autoload 'repeat "repeat" "\ 23263(autoload 'repeat "repeat" "\
@@ -22909,7 +23280,7 @@ recently executed command not bound to an input event\".
22909;;;*** 23280;;;***
22910 23281
22911;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 23282;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
22912;;;;;; (19379 23432)) 23283;;;;;; (19277 34921))
22913;;; Generated autoloads from mail/reporter.el 23284;;; Generated autoloads from mail/reporter.el
22914 23285
22915(autoload 'reporter-submit-bug-report "reporter" "\ 23286(autoload 'reporter-submit-bug-report "reporter" "\
@@ -22941,7 +23312,7 @@ mail-sending package is used for editing and sending the message.
22941;;;*** 23312;;;***
22942 23313
22943;;;### (autoloads (reposition-window) "reposition" "reposition.el" 23314;;;### (autoloads (reposition-window) "reposition" "reposition.el"
22944;;;;;; (19669 58161)) 23315;;;;;; (19668 19461))
22945;;; Generated autoloads from reposition.el 23316;;; Generated autoloads from reposition.el
22946 23317
22947(autoload 'reposition-window "reposition" "\ 23318(autoload 'reposition-window "reposition" "\
@@ -22968,7 +23339,7 @@ first comment line visible (if point is in a comment).
22968;;;*** 23339;;;***
22969 23340
22970;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 23341;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
22971;;;;;; (19379 23432)) 23342;;;;;; (19354 34807))
22972;;; Generated autoloads from reveal.el 23343;;; Generated autoloads from reveal.el
22973 23344
22974(autoload 'reveal-mode "reveal" "\ 23345(autoload 'reveal-mode "reveal" "\
@@ -23003,7 +23374,7 @@ With zero or negative ARG turn mode off.
23003;;;*** 23374;;;***
23004 23375
23005;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 23376;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
23006;;;;;; (19379 23432)) 23377;;;;;; (19277 34919))
23007;;; Generated autoloads from emacs-lisp/ring.el 23378;;; Generated autoloads from emacs-lisp/ring.el
23008 23379
23009(autoload 'ring-p "ring" "\ 23380(autoload 'ring-p "ring" "\
@@ -23018,7 +23389,7 @@ Make a ring that can contain SIZE elements.
23018 23389
23019;;;*** 23390;;;***
23020 23391
23021;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (19611 13362)) 23392;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (19609 2536))
23022;;; Generated autoloads from net/rlogin.el 23393;;; Generated autoloads from net/rlogin.el
23023 (add-hook 'same-window-regexps (purecopy "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")) 23394 (add-hook 'same-window-regexps (purecopy "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)"))
23024 23395
@@ -23068,8 +23439,8 @@ variable.
23068;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 23439;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
23069;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 23440;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
23070;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp 23441;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp
23071;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19638 23442;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19639
23072;;;;;; 63299)) 23443;;;;;; 17158))
23073;;; Generated autoloads from mail/rmail.el 23444;;; Generated autoloads from mail/rmail.el
23074 23445
23075(autoload 'rmail-movemail-variant-p "rmail" "\ 23446(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -23263,7 +23634,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23263;;;*** 23634;;;***
23264 23635
23265;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen 23636;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
23266;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19578 56905)) 23637;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19580 19536))
23267;;; Generated autoloads from mail/rmailout.el 23638;;; Generated autoloads from mail/rmailout.el
23268(put 'rmail-output-file-alist 'risky-local-variable t) 23639(put 'rmail-output-file-alist 'risky-local-variable t)
23269 23640
@@ -23328,7 +23699,7 @@ than appending to it. Deletes the message after writing if
23328;;;*** 23699;;;***
23329 23700
23330;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" 23701;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
23331;;;;;; (19379 23432)) 23702;;;;;; (19277 34921))
23332;;; Generated autoloads from nxml/rng-cmpct.el 23703;;; Generated autoloads from nxml/rng-cmpct.el
23333 23704
23334(autoload 'rng-c-load-schema "rng-cmpct" "\ 23705(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -23340,7 +23711,7 @@ Return a pattern.
23340;;;*** 23711;;;***
23341 23712
23342;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" 23713;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
23343;;;;;; (19379 23432)) 23714;;;;;; (19696 28661))
23344;;; Generated autoloads from nxml/rng-nxml.el 23715;;; Generated autoloads from nxml/rng-nxml.el
23345 23716
23346(autoload 'rng-nxml-mode-init "rng-nxml" "\ 23717(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -23353,7 +23724,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23353;;;*** 23724;;;***
23354 23725
23355;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" 23726;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
23356;;;;;; (19379 23432)) 23727;;;;;; (19696 28661))
23357;;; Generated autoloads from nxml/rng-valid.el 23728;;; Generated autoloads from nxml/rng-valid.el
23358 23729
23359(autoload 'rng-validate-mode "rng-valid" "\ 23730(autoload 'rng-validate-mode "rng-valid" "\
@@ -23383,8 +23754,8 @@ to use for finding the schema.
23383 23754
23384;;;*** 23755;;;***
23385 23756
23386;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19379 23757;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19277
23387;;;;;; 23432)) 23758;;;;;; 34921))
23388;;; Generated autoloads from nxml/rng-xsd.el 23759;;; Generated autoloads from nxml/rng-xsd.el
23389 23760
23390(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 23761(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -23412,7 +23783,7 @@ must be equal.
23412;;;*** 23783;;;***
23413 23784
23414;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) 23785;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
23415;;;;;; "robin" "international/robin.el" (19379 23432)) 23786;;;;;; "robin" "international/robin.el" (19277 34920))
23416;;; Generated autoloads from international/robin.el 23787;;; Generated autoloads from international/robin.el
23417 23788
23418(autoload 'robin-define-package "robin" "\ 23789(autoload 'robin-define-package "robin" "\
@@ -23445,7 +23816,7 @@ Start using robin package NAME, which is a string.
23445;;;*** 23816;;;***
23446 23817
23447;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 23818;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
23448;;;;;; rot13-string rot13) "rot13" "rot13.el" (19379 23432)) 23819;;;;;; rot13-string rot13) "rot13" "rot13.el" (19277 34917))
23449;;; Generated autoloads from rot13.el 23820;;; Generated autoloads from rot13.el
23450 23821
23451(autoload 'rot13 "rot13" "\ 23822(autoload 'rot13 "rot13" "\
@@ -23483,7 +23854,7 @@ Toggle the use of ROT13 encoding for the current window.
23483;;;*** 23854;;;***
23484 23855
23485;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" 23856;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
23486;;;;;; (19686 22639)) 23857;;;;;; (19687 6902))
23487;;; Generated autoloads from textmodes/rst.el 23858;;; Generated autoloads from textmodes/rst.el
23488 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 23859 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
23489 23860
@@ -23521,7 +23892,7 @@ for modes derived from Text mode, like Mail mode.
23521;;;*** 23892;;;***
23522 23893
23523;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" 23894;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el"
23524;;;;;; (19671 21337)) 23895;;;;;; (19670 666))
23525;;; Generated autoloads from progmodes/ruby-mode.el 23896;;; Generated autoloads from progmodes/ruby-mode.el
23526 23897
23527(autoload 'ruby-mode "ruby-mode" "\ 23898(autoload 'ruby-mode "ruby-mode" "\
@@ -23542,8 +23913,8 @@ The variable `ruby-indent-level' controls the amount of indentation.
23542 23913
23543;;;*** 23914;;;***
23544 23915
23545;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (19500 23916;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (19502
23546;;;;;; 25190)) 23917;;;;;; 11548))
23547;;; Generated autoloads from ruler-mode.el 23918;;; Generated autoloads from ruler-mode.el
23548 23919
23549(defvar ruler-mode nil "\ 23920(defvar ruler-mode nil "\
@@ -23558,8 +23929,8 @@ In Ruler mode, Emacs displays a ruler in the header line.
23558 23929
23559;;;*** 23930;;;***
23560 23931
23561;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (19589 23932;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (19590
23562;;;;;; 20829)) 23933;;;;;; 30214))
23563;;; Generated autoloads from emacs-lisp/rx.el 23934;;; Generated autoloads from emacs-lisp/rx.el
23564 23935
23565(autoload 'rx-to-string "rx" "\ 23936(autoload 'rx-to-string "rx" "\
@@ -23865,8 +24236,8 @@ enclosed in `(and ...)'.
23865 24236
23866;;;*** 24237;;;***
23867 24238
23868;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (19422 24239;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (19423
23869;;;;;; 40643)) 24240;;;;;; 37200))
23870;;; Generated autoloads from savehist.el 24241;;; Generated autoloads from savehist.el
23871 24242
23872(defvar savehist-mode nil "\ 24243(defvar savehist-mode nil "\
@@ -23894,7 +24265,7 @@ which is probably undesirable.
23894;;;*** 24265;;;***
23895 24266
23896;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 24267;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
23897;;;;;; (19564 19367)) 24268;;;;;; (19561 48711))
23898;;; Generated autoloads from progmodes/scheme.el 24269;;; Generated autoloads from progmodes/scheme.el
23899 24270
23900(autoload 'scheme-mode "scheme" "\ 24271(autoload 'scheme-mode "scheme" "\
@@ -23936,7 +24307,7 @@ that variable's value is a string.
23936;;;*** 24307;;;***
23937 24308
23938;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 24309;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
23939;;;;;; (19583 31640)) 24310;;;;;; (19582 65302))
23940;;; Generated autoloads from gnus/score-mode.el 24311;;; Generated autoloads from gnus/score-mode.el
23941 24312
23942(autoload 'gnus-score-mode "score-mode" "\ 24313(autoload 'gnus-score-mode "score-mode" "\
@@ -23950,7 +24321,7 @@ This mode is an extended emacs-lisp mode.
23950;;;*** 24321;;;***
23951 24322
23952;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 24323;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
23953;;;;;; (19433 51924)) 24324;;;;;; (19433 56975))
23954;;; Generated autoloads from scroll-all.el 24325;;; Generated autoloads from scroll-all.el
23955 24326
23956(defvar scroll-all-mode nil "\ 24327(defvar scroll-all-mode nil "\
@@ -23973,7 +24344,7 @@ apply to all visible windows in the same frame.
23973;;;*** 24344;;;***
23974 24345
23975;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 24346;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
23976;;;;;; (19379 23432)) 24347;;;;;; (19277 34917))
23977;;; Generated autoloads from scroll-lock.el 24348;;; Generated autoloads from scroll-lock.el
23978 24349
23979(autoload 'scroll-lock-mode "scroll-lock" "\ 24350(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -23987,7 +24358,7 @@ during scrolling.
23987 24358
23988;;;*** 24359;;;***
23989 24360
23990;;;### (autoloads nil "secrets" "net/secrets.el" (19443 63936)) 24361;;;### (autoloads nil "secrets" "net/secrets.el" (19444 23363))
23991;;; Generated autoloads from net/secrets.el 24362;;; Generated autoloads from net/secrets.el
23992(when (featurep 'dbusbind) 24363(when (featurep 'dbusbind)
23993 (autoload 'secrets-show-secrets "secrets" nil t)) 24364 (autoload 'secrets-show-secrets "secrets" nil t))
@@ -23995,7 +24366,7 @@ during scrolling.
23995;;;*** 24366;;;***
23996 24367
23997;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" 24368;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
23998;;;;;; "cedet/semantic.el" (19612 3157)) 24369;;;;;; "cedet/semantic.el" (19612 4032))
23999;;; Generated autoloads from cedet/semantic.el 24370;;; Generated autoloads from cedet/semantic.el
24000 24371
24001(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ 24372(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
@@ -24047,7 +24418,7 @@ Semantic mode.
24047;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 24418;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
24048;;;;;; mail-header-separator send-mail-function mail-interactive 24419;;;;;; mail-header-separator send-mail-function mail-interactive
24049;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 24420;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
24050;;;;;; "sendmail" "mail/sendmail.el" (19675 9114)) 24421;;;;;; "sendmail" "mail/sendmail.el" (19696 28661))
24051;;; Generated autoloads from mail/sendmail.el 24422;;; Generated autoloads from mail/sendmail.el
24052 24423
24053(defvar mail-from-style 'default "\ 24424(defvar mail-from-style 'default "\
@@ -24347,8 +24718,8 @@ Like `mail' command, but display mail buffer in another frame.
24347;;;*** 24718;;;***
24348 24719
24349;;;### (autoloads (server-save-buffers-kill-terminal server-mode 24720;;;### (autoloads (server-save-buffers-kill-terminal server-mode
24350;;;;;; server-force-delete server-start) "server" "server.el" (19686 24721;;;;;; server-force-delete server-start) "server" "server.el" (19687
24351;;;;;; 22639)) 24722;;;;;; 6902))
24352;;; Generated autoloads from server.el 24723;;; Generated autoloads from server.el
24353 24724
24354(put 'server-host 'risky-local-variable t) 24725(put 'server-host 'risky-local-variable t)
@@ -24411,7 +24782,7 @@ only these files will be asked to be saved.
24411 24782
24412;;;*** 24783;;;***
24413 24784
24414;;;### (autoloads (ses-mode) "ses" "ses.el" (19379 23432)) 24785;;;### (autoloads (ses-mode) "ses" "ses.el" (19277 34917))
24415;;; Generated autoloads from ses.el 24786;;; Generated autoloads from ses.el
24416 24787
24417(autoload 'ses-mode "ses" "\ 24788(autoload 'ses-mode "ses" "\
@@ -24430,7 +24801,7 @@ These are active only in the minibuffer, when entering or editing a formula:
24430;;;*** 24801;;;***
24431 24802
24432;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 24803;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
24433;;;;;; (19652 27168)) 24804;;;;;; (19651 33965))
24434;;; Generated autoloads from textmodes/sgml-mode.el 24805;;; Generated autoloads from textmodes/sgml-mode.el
24435 24806
24436(autoload 'sgml-mode "sgml-mode" "\ 24807(autoload 'sgml-mode "sgml-mode" "\
@@ -24496,7 +24867,7 @@ To work around that, do:
24496;;;*** 24867;;;***
24497 24868
24498;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 24869;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
24499;;;;;; (19675 9114)) 24870;;;;;; (19672 56753))
24500;;; Generated autoloads from progmodes/sh-script.el 24871;;; Generated autoloads from progmodes/sh-script.el
24501(put 'sh-shell 'safe-local-variable 'symbolp) 24872(put 'sh-shell 'safe-local-variable 'symbolp)
24502 24873
@@ -24560,7 +24931,7 @@ with your script for an edit-interpret-debug cycle.
24560 24931
24561;;;*** 24932;;;***
24562 24933
24563;;;### (autoloads (sha1) "sha1" "sha1.el" (19583 31640)) 24934;;;### (autoloads (sha1) "sha1" "sha1.el" (19582 65302))
24564;;; Generated autoloads from sha1.el 24935;;; Generated autoloads from sha1.el
24565 24936
24566(autoload 'sha1 "sha1" "\ 24937(autoload 'sha1 "sha1" "\
@@ -24575,7 +24946,7 @@ If BINARY is non-nil, return a string in binary form.
24575;;;*** 24946;;;***
24576 24947
24577;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 24948;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
24578;;;;;; (19635 38402)) 24949;;;;;; (19635 50568))
24579;;; Generated autoloads from emacs-lisp/shadow.el 24950;;; Generated autoloads from emacs-lisp/shadow.el
24580 24951
24581(autoload 'list-load-path-shadows "shadow" "\ 24952(autoload 'list-load-path-shadows "shadow" "\
@@ -24625,8 +24996,8 @@ function, `load-path-shadows-find'.
24625;;;*** 24996;;;***
24626 24997
24627;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 24998;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
24628;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19379 24999;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19277
24629;;;;;; 23432)) 25000;;;;;; 34917))
24630;;; Generated autoloads from shadowfile.el 25001;;; Generated autoloads from shadowfile.el
24631 25002
24632(autoload 'shadow-define-cluster "shadowfile" "\ 25003(autoload 'shadow-define-cluster "shadowfile" "\
@@ -24665,7 +25036,7 @@ Set up file shadowing.
24665;;;*** 25036;;;***
24666 25037
24667;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 25038;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
24668;;;;;; (19677 58077)) 25039;;;;;; (19696 28661))
24669;;; Generated autoloads from shell.el 25040;;; Generated autoloads from shell.el
24670 25041
24671(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 25042(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -24714,8 +25085,8 @@ Otherwise, one argument `-i' is passed to the shell.
24714 25085
24715;;;*** 25086;;;***
24716 25087
24717;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (19686 25088;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (19696
24718;;;;;; 22639)) 25089;;;;;; 27153))
24719;;; Generated autoloads from gnus/shr.el 25090;;; Generated autoloads from gnus/shr.el
24720 25091
24721(autoload 'shr-insert-document "shr" "\ 25092(autoload 'shr-insert-document "shr" "\
@@ -24726,7 +25097,7 @@ Not documented
24726;;;*** 25097;;;***
24727 25098
24728;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 25099;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
24729;;;;;; "sieve" "gnus/sieve.el" (19628 41996)) 25100;;;;;; "sieve" "gnus/sieve.el" (19628 47406))
24730;;; Generated autoloads from gnus/sieve.el 25101;;; Generated autoloads from gnus/sieve.el
24731 25102
24732(autoload 'sieve-manage "sieve" "\ 25103(autoload 'sieve-manage "sieve" "\
@@ -24747,7 +25118,7 @@ Not documented
24747;;;*** 25118;;;***
24748 25119
24749;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 25120;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
24750;;;;;; (19583 31640)) 25121;;;;;; (19582 65302))
24751;;; Generated autoloads from gnus/sieve-mode.el 25122;;; Generated autoloads from gnus/sieve-mode.el
24752 25123
24753(autoload 'sieve-mode "sieve-mode" "\ 25124(autoload 'sieve-mode "sieve-mode" "\
@@ -24762,8 +25133,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
24762 25133
24763;;;*** 25134;;;***
24764 25135
24765;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19669 25136;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19668
24766;;;;;; 58161)) 25137;;;;;; 19649))
24767;;; Generated autoloads from progmodes/simula.el 25138;;; Generated autoloads from progmodes/simula.el
24768 25139
24769(autoload 'simula-mode "simula" "\ 25140(autoload 'simula-mode "simula" "\
@@ -24812,7 +25183,7 @@ with no arguments, if that value is non-nil.
24812;;;*** 25183;;;***
24813 25184
24814;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 25185;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
24815;;;;;; define-skeleton) "skeleton" "skeleton.el" (19677 58077)) 25186;;;;;; define-skeleton) "skeleton" "skeleton.el" (19677 38476))
24816;;; Generated autoloads from skeleton.el 25187;;; Generated autoloads from skeleton.el
24817 25188
24818(defvar skeleton-filter-function 'identity "\ 25189(defvar skeleton-filter-function 'identity "\
@@ -24922,7 +25293,7 @@ symmetrical ones, and the same character twice for the others.
24922;;;*** 25293;;;***
24923 25294
24924;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) 25295;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
24925;;;;;; "smerge-mode" "vc/smerge-mode.el" (19677 58077)) 25296;;;;;; "smerge-mode" "vc/smerge-mode.el" (19677 38476))
24926;;; Generated autoloads from vc/smerge-mode.el 25297;;; Generated autoloads from vc/smerge-mode.el
24927 25298
24928(autoload 'smerge-ediff "smerge-mode" "\ 25299(autoload 'smerge-ediff "smerge-mode" "\
@@ -24947,7 +25318,7 @@ If no conflict maker is found, turn off `smerge-mode'.
24947;;;*** 25318;;;***
24948 25319
24949;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 25320;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
24950;;;;;; (19583 31640)) 25321;;;;;; (19582 65302))
24951;;; Generated autoloads from gnus/smiley.el 25322;;; Generated autoloads from gnus/smiley.el
24952 25323
24953(autoload 'smiley-region "smiley" "\ 25324(autoload 'smiley-region "smiley" "\
@@ -24965,7 +25336,7 @@ interactively. If there's no argument, do it at the current buffer.
24965;;;*** 25336;;;***
24966 25337
24967;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 25338;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
24968;;;;;; "mail/smtpmail.el" (19379 23432)) 25339;;;;;; "mail/smtpmail.el" (19277 34921))
24969;;; Generated autoloads from mail/smtpmail.el 25340;;; Generated autoloads from mail/smtpmail.el
24970 25341
24971(autoload 'smtpmail-send-it "smtpmail" "\ 25342(autoload 'smtpmail-send-it "smtpmail" "\
@@ -24980,7 +25351,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
24980 25351
24981;;;*** 25352;;;***
24982 25353
24983;;;### (autoloads (snake) "snake" "play/snake.el" (19379 23432)) 25354;;;### (autoloads (snake) "snake" "play/snake.el" (19277 34922))
24984;;; Generated autoloads from play/snake.el 25355;;; Generated autoloads from play/snake.el
24985 25356
24986(autoload 'snake "snake" "\ 25357(autoload 'snake "snake" "\
@@ -25004,7 +25375,7 @@ Snake mode keybindings:
25004;;;*** 25375;;;***
25005 25376
25006;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 25377;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
25007;;;;;; (19379 23432)) 25378;;;;;; (19277 34921))
25008;;; Generated autoloads from net/snmp-mode.el 25379;;; Generated autoloads from net/snmp-mode.el
25009 25380
25010(autoload 'snmp-mode "snmp-mode" "\ 25381(autoload 'snmp-mode "snmp-mode" "\
@@ -25034,7 +25405,7 @@ then `snmpv2-mode-hook'.
25034;;;*** 25405;;;***
25035 25406
25036;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (19612 25407;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (19612
25037;;;;;; 3157)) 25408;;;;;; 4032))
25038;;; Generated autoloads from calendar/solar.el 25409;;; Generated autoloads from calendar/solar.el
25039 25410
25040(autoload 'sunrise-sunset "solar" "\ 25411(autoload 'sunrise-sunset "solar" "\
@@ -25049,8 +25420,8 @@ This function is suitable for execution in a .emacs file.
25049 25420
25050;;;*** 25421;;;***
25051 25422
25052;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19379 25423;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19277
25053;;;;;; 23432)) 25424;;;;;; 34922))
25054;;; Generated autoloads from play/solitaire.el 25425;;; Generated autoloads from play/solitaire.el
25055 25426
25056(autoload 'solitaire "solitaire" "\ 25427(autoload 'solitaire "solitaire" "\
@@ -25127,7 +25498,7 @@ Pick your favourite shortcuts:
25127 25498
25128;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 25499;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
25129;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 25500;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
25130;;;;;; sort-lines sort-subr) "sort" "sort.el" (19669 58161)) 25501;;;;;; sort-lines sort-subr) "sort" "sort.el" (19668 19352))
25131;;; Generated autoloads from sort.el 25502;;; Generated autoloads from sort.el
25132(put 'sort-fold-case 'safe-local-variable 'booleanp) 25503(put 'sort-fold-case 'safe-local-variable 'booleanp)
25133 25504
@@ -25272,7 +25643,7 @@ From a program takes two point or marker arguments, BEG and END.
25272;;;*** 25643;;;***
25273 25644
25274;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (19648 25645;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (19648
25275;;;;;; 1980)) 25646;;;;;; 31344))
25276;;; Generated autoloads from gnus/spam.el 25647;;; Generated autoloads from gnus/spam.el
25277 25648
25278(autoload 'spam-initialize "spam" "\ 25649(autoload 'spam-initialize "spam" "\
@@ -25288,7 +25659,7 @@ installed through `spam-necessary-extra-headers'.
25288 25659
25289;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 25660;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
25290;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 25661;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
25291;;;;;; "gnus/spam-report.el" (19626 28928)) 25662;;;;;; "gnus/spam-report.el" (19626 25721))
25292;;; Generated autoloads from gnus/spam-report.el 25663;;; Generated autoloads from gnus/spam-report.el
25293 25664
25294(autoload 'spam-report-process-queue "spam-report" "\ 25665(autoload 'spam-report-process-queue "spam-report" "\
@@ -25331,7 +25702,7 @@ Spam reports will be queued with the method used when
25331;;;*** 25702;;;***
25332 25703
25333;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 25704;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
25334;;;;;; "speedbar.el" (19686 22639)) 25705;;;;;; "speedbar.el" (19687 6902))
25335;;; Generated autoloads from speedbar.el 25706;;; Generated autoloads from speedbar.el
25336 25707
25337(defalias 'speedbar 'speedbar-frame-mode) 25708(defalias 'speedbar 'speedbar-frame-mode)
@@ -25356,7 +25727,7 @@ selected. If the speedbar frame is active, then select the attached frame.
25356;;;*** 25727;;;***
25357 25728
25358;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 25729;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
25359;;;;;; "spell" "textmodes/spell.el" (19611 13362)) 25730;;;;;; "spell" "textmodes/spell.el" (19609 2713))
25360;;; Generated autoloads from textmodes/spell.el 25731;;; Generated autoloads from textmodes/spell.el
25361 25732
25362(put 'spell-filter 'risky-local-variable t) 25733(put 'spell-filter 'risky-local-variable t)
@@ -25400,8 +25771,8 @@ Check spelling of string supplied as argument.
25400 25771
25401;;;*** 25772;;;***
25402 25773
25403;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19379 25774;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19277
25404;;;;;; 23432)) 25775;;;;;; 34922))
25405;;; Generated autoloads from play/spook.el 25776;;; Generated autoloads from play/spook.el
25406 25777
25407(autoload 'spook "spook" "\ 25778(autoload 'spook "spook" "\
@@ -25420,7 +25791,7 @@ Return a vector containing the lines from `spook-phrases-file'.
25420;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 25791;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
25421;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect 25792;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect
25422;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el" 25793;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el"
25423;;;;;; (19661 45226)) 25794;;;;;; (19661 46305))
25424;;; Generated autoloads from progmodes/sql.el 25795;;; Generated autoloads from progmodes/sql.el
25425 25796
25426(autoload 'sql-add-product-keywords "sql" "\ 25797(autoload 'sql-add-product-keywords "sql" "\
@@ -25916,7 +26287,7 @@ buffer.
25916;;;*** 26287;;;***
25917 26288
25918;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" 26289;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
25919;;;;;; (19379 23432)) 26290;;;;;; (19277 34919))
25920;;; Generated autoloads from cedet/srecode/srt-mode.el 26291;;; Generated autoloads from cedet/srecode/srt-mode.el
25921 26292
25922(autoload 'srecode-template-mode "srecode/srt-mode" "\ 26293(autoload 'srecode-template-mode "srecode/srt-mode" "\
@@ -25929,7 +26300,7 @@ Major-mode for writing SRecode macros.
25929;;;*** 26300;;;***
25930 26301
25931;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el" 26302;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el"
25932;;;;;; (19613 16556)) 26303;;;;;; (19614 24990))
25933;;; Generated autoloads from gnus/starttls.el 26304;;; Generated autoloads from gnus/starttls.el
25934 26305
25935(autoload 'starttls-open-stream "starttls" "\ 26306(autoload 'starttls-open-stream "starttls" "\
@@ -25956,8 +26327,8 @@ GNUTLS requires a port number.
25956;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 26327;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
25957;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 26328;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
25958;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 26329;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
25959;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19379 26330;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19277
25960;;;;;; 23432)) 26331;;;;;; 34917))
25961;;; Generated autoloads from strokes.el 26332;;; Generated autoloads from strokes.el
25962 26333
25963(autoload 'strokes-global-set-stroke "strokes" "\ 26334(autoload 'strokes-global-set-stroke "strokes" "\
@@ -26067,7 +26438,7 @@ Read a complex stroke and insert its glyph into the current buffer.
26067;;;*** 26438;;;***
26068 26439
26069;;;### (autoloads (studlify-buffer studlify-word studlify-region) 26440;;;### (autoloads (studlify-buffer studlify-word studlify-region)
26070;;;;;; "studly" "play/studly.el" (19379 23432)) 26441;;;;;; "studly" "play/studly.el" (19267 61660))
26071;;; Generated autoloads from play/studly.el 26442;;; Generated autoloads from play/studly.el
26072 26443
26073(autoload 'studlify-region "studly" "\ 26444(autoload 'studlify-region "studly" "\
@@ -26088,7 +26459,7 @@ Studlify-case the current buffer.
26088;;;*** 26459;;;***
26089 26460
26090;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el" 26461;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el"
26091;;;;;; (19447 3689)) 26462;;;;;; (19445 54332))
26092;;; Generated autoloads from progmodes/subword.el 26463;;; Generated autoloads from progmodes/subword.el
26093 26464
26094(autoload 'subword-mode "subword" "\ 26465(autoload 'subword-mode "subword" "\
@@ -26136,7 +26507,7 @@ See `subword-mode' for more information on Subword mode.
26136;;;*** 26507;;;***
26137 26508
26138;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 26509;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
26139;;;;;; (19425 7399)) 26510;;;;;; (19426 22841))
26140;;; Generated autoloads from mail/supercite.el 26511;;; Generated autoloads from mail/supercite.el
26141 26512
26142(autoload 'sc-cite-original "supercite" "\ 26513(autoload 'sc-cite-original "supercite" "\
@@ -26168,8 +26539,8 @@ and `sc-post-hook' is run after the guts of this function.
26168 26539
26169;;;*** 26540;;;***
26170 26541
26171;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (19379 26542;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (19277
26172;;;;;; 23432)) 26543;;;;;; 34917))
26173;;; Generated autoloads from t-mouse.el 26544;;; Generated autoloads from t-mouse.el
26174 26545
26175(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 26546(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -26196,7 +26567,7 @@ It relies on the `gpm' daemon being activated.
26196 26567
26197;;;*** 26568;;;***
26198 26569
26199;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19578 56905)) 26570;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19580 19536))
26200;;; Generated autoloads from tabify.el 26571;;; Generated autoloads from tabify.el
26201 26572
26202(autoload 'untabify "tabify" "\ 26573(autoload 'untabify "tabify" "\
@@ -26231,7 +26602,7 @@ The variable `tab-width' controls the spacing of tab stops.
26231;;;;;; table-recognize table-insert-row-column table-insert-column 26602;;;;;; table-recognize table-insert-row-column table-insert-column
26232;;;;;; table-insert-row table-insert table-point-left-cell-hook 26603;;;;;; table-insert-row table-insert table-point-left-cell-hook
26233;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 26604;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
26234;;;;;; "table" "textmodes/table.el" (19669 58161)) 26605;;;;;; "table" "textmodes/table.el" (19668 19553))
26235;;; Generated autoloads from textmodes/table.el 26606;;; Generated autoloads from textmodes/table.el
26236 26607
26237(defvar table-cell-map-hook nil "\ 26608(defvar table-cell-map-hook nil "\
@@ -26819,7 +27190,7 @@ converts a table into plain text without frames. It is a companion to
26819 27190
26820;;;*** 27191;;;***
26821 27192
26822;;;### (autoloads (talk talk-connect) "talk" "talk.el" (19379 23432)) 27193;;;### (autoloads (talk talk-connect) "talk" "talk.el" (19277 34917))
26823;;; Generated autoloads from talk.el 27194;;; Generated autoloads from talk.el
26824 27195
26825(autoload 'talk-connect "talk" "\ 27196(autoload 'talk-connect "talk" "\
@@ -26834,7 +27205,7 @@ Connect to the Emacs talk group from the current X display or tty frame.
26834 27205
26835;;;*** 27206;;;***
26836 27207
26837;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19617 8027)) 27208;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19617 12132))
26838;;; Generated autoloads from tar-mode.el 27209;;; Generated autoloads from tar-mode.el
26839 27210
26840(autoload 'tar-mode "tar-mode" "\ 27211(autoload 'tar-mode "tar-mode" "\
@@ -26858,7 +27229,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
26858;;;*** 27229;;;***
26859 27230
26860;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 27231;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
26861;;;;;; "progmodes/tcl.el" (19675 9114)) 27232;;;;;; "progmodes/tcl.el" (19673 45510))
26862;;; Generated autoloads from progmodes/tcl.el 27233;;; Generated autoloads from progmodes/tcl.el
26863 27234
26864(autoload 'tcl-mode "tcl" "\ 27235(autoload 'tcl-mode "tcl" "\
@@ -26909,7 +27280,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
26909 27280
26910;;;*** 27281;;;***
26911 27282
26912;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (19635 52116)) 27283;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (19635 50595))
26913;;; Generated autoloads from net/telnet.el 27284;;; Generated autoloads from net/telnet.el
26914 (add-hook 'same-window-regexps (purecopy "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")) 27285 (add-hook 'same-window-regexps (purecopy "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)"))
26915 27286
@@ -26937,7 +27308,7 @@ Normally input is edited in Emacs and sent a line at a time.
26937;;;*** 27308;;;***
26938 27309
26939;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" 27310;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
26940;;;;;; (19675 9114)) 27311;;;;;; (19672 56753))
26941;;; Generated autoloads from term.el 27312;;; Generated autoloads from term.el
26942 27313
26943(autoload 'make-term "term" "\ 27314(autoload 'make-term "term" "\
@@ -26979,8 +27350,8 @@ use in that buffer.
26979 27350
26980;;;*** 27351;;;***
26981 27352
26982;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19379 27353;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19277
26983;;;;;; 23432)) 27354;;;;;; 34917))
26984;;; Generated autoloads from terminal.el 27355;;; Generated autoloads from terminal.el
26985 27356
26986(autoload 'terminal-emulator "terminal" "\ 27357(autoload 'terminal-emulator "terminal" "\
@@ -27017,7 +27388,7 @@ subprocess started.
27017;;;*** 27388;;;***
27018 27389
27019;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 27390;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
27020;;;;;; (19379 23432)) 27391;;;;;; (19277 34919))
27021;;; Generated autoloads from emacs-lisp/testcover.el 27392;;; Generated autoloads from emacs-lisp/testcover.el
27022 27393
27023(autoload 'testcover-this-defun "testcover" "\ 27394(autoload 'testcover-this-defun "testcover" "\
@@ -27027,7 +27398,7 @@ Start coverage on function under point.
27027 27398
27028;;;*** 27399;;;***
27029 27400
27030;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19664 28584)) 27401;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19552 37739))
27031;;; Generated autoloads from play/tetris.el 27402;;; Generated autoloads from play/tetris.el
27032 27403
27033(autoload 'tetris "tetris" "\ 27404(autoload 'tetris "tetris" "\
@@ -27058,7 +27429,7 @@ tetris-mode keybindings:
27058;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 27429;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
27059;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 27430;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
27060;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 27431;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
27061;;;;;; (19652 27168)) 27432;;;;;; (19651 33965))
27062;;; Generated autoloads from textmodes/tex-mode.el 27433;;; Generated autoloads from textmodes/tex-mode.el
27063 27434
27064(defvar tex-shell-file-name nil "\ 27435(defvar tex-shell-file-name nil "\
@@ -27360,7 +27731,7 @@ Major mode to edit DocTeX files.
27360;;;*** 27731;;;***
27361 27732
27362;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 27733;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
27363;;;;;; "texinfmt" "textmodes/texinfmt.el" (19675 9114)) 27734;;;;;; "texinfmt" "textmodes/texinfmt.el" (19673 38854))
27364;;; Generated autoloads from textmodes/texinfmt.el 27735;;; Generated autoloads from textmodes/texinfmt.el
27365 27736
27366(autoload 'texinfo-format-buffer "texinfmt" "\ 27737(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -27400,7 +27771,7 @@ if large. You can use `Info-split' to do this manually.
27400;;;*** 27771;;;***
27401 27772
27402;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 27773;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
27403;;;;;; "texinfo" "textmodes/texinfo.el" (19595 20656)) 27774;;;;;; "texinfo" "textmodes/texinfo.el" (19594 48841))
27404;;; Generated autoloads from textmodes/texinfo.el 27775;;; Generated autoloads from textmodes/texinfo.el
27405 27776
27406(defvar texinfo-open-quote (purecopy "``") "\ 27777(defvar texinfo-open-quote (purecopy "``") "\
@@ -27486,7 +27857,7 @@ value of `texinfo-mode-hook'.
27486 27857
27487;;;### (autoloads (thai-composition-function thai-compose-buffer 27858;;;### (autoloads (thai-composition-function thai-compose-buffer
27488;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" 27859;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
27489;;;;;; (19379 23432)) 27860;;;;;; (19277 34921))
27490;;; Generated autoloads from language/thai-util.el 27861;;; Generated autoloads from language/thai-util.el
27491 27862
27492(autoload 'thai-compose-region "thai-util" "\ 27863(autoload 'thai-compose-region "thai-util" "\
@@ -27515,7 +27886,7 @@ Not documented
27515 27886
27516;;;### (autoloads (list-at-point number-at-point symbol-at-point 27887;;;### (autoloads (list-at-point number-at-point symbol-at-point
27517;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 27888;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
27518;;;;;; "thingatpt" "thingatpt.el" (19379 23432)) 27889;;;;;; "thingatpt" "thingatpt.el" (19277 34917))
27519;;; Generated autoloads from thingatpt.el 27890;;; Generated autoloads from thingatpt.el
27520 27891
27521(autoload 'forward-thing "thingatpt" "\ 27892(autoload 'forward-thing "thingatpt" "\
@@ -27572,7 +27943,7 @@ Return the Lisp list at point, or nil if none is found.
27572 27943
27573;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 27944;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
27574;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 27945;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
27575;;;;;; (19379 23432)) 27946;;;;;; (19277 34917))
27576;;; Generated autoloads from thumbs.el 27947;;; Generated autoloads from thumbs.el
27577 27948
27578(autoload 'thumbs-find-thumb "thumbs" "\ 27949(autoload 'thumbs-find-thumb "thumbs" "\
@@ -27610,8 +27981,8 @@ In dired, call the setroot program on the image at point.
27610;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer 27981;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
27611;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region 27982;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
27612;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription 27983;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
27613;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (19379 27984;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (19277
27614;;;;;; 23432)) 27985;;;;;; 34921))
27615;;; Generated autoloads from language/tibet-util.el 27986;;; Generated autoloads from language/tibet-util.el
27616 27987
27617(autoload 'tibetan-char-p "tibet-util" "\ 27988(autoload 'tibetan-char-p "tibet-util" "\
@@ -27685,7 +28056,7 @@ Not documented
27685;;;*** 28056;;;***
27686 28057
27687;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 28058;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
27688;;;;;; (19379 23432)) 28059;;;;;; (19277 34923))
27689;;; Generated autoloads from textmodes/tildify.el 28060;;; Generated autoloads from textmodes/tildify.el
27690 28061
27691(autoload 'tildify-region "tildify" "\ 28062(autoload 'tildify-region "tildify" "\
@@ -27710,7 +28081,7 @@ This function performs no refilling of the changed text.
27710 28081
27711;;;### (autoloads (emacs-init-time emacs-uptime display-time-world 28082;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
27712;;;;;; display-time-mode display-time display-time-day-and-date) 28083;;;;;; display-time-mode display-time display-time-day-and-date)
27713;;;;;; "time" "time.el" (19623 14869)) 28084;;;;;; "time" "time.el" (19623 51891))
27714;;; Generated autoloads from time.el 28085;;; Generated autoloads from time.el
27715 28086
27716(defvar display-time-day-and-date nil "\ 28087(defvar display-time-day-and-date nil "\
@@ -27773,7 +28144,7 @@ Return a string giving the duration of the Emacs initialization.
27773;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day 28144;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day
27774;;;;;; time-add time-subtract time-since days-to-time time-less-p 28145;;;;;; time-add time-subtract time-since days-to-time time-less-p
27775;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el" 28146;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el"
27776;;;;;; (19675 9114)) 28147;;;;;; (19672 47874))
27777;;; Generated autoloads from calendar/time-date.el 28148;;; Generated autoloads from calendar/time-date.el
27778 28149
27779(autoload 'date-to-time "time-date" "\ 28150(autoload 'date-to-time "time-date" "\
@@ -27887,7 +28258,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'.
27887;;;*** 28258;;;***
27888 28259
27889;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 28260;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
27890;;;;;; "time-stamp.el" (19379 23432)) 28261;;;;;; "time-stamp.el" (19277 34917))
27891;;; Generated autoloads from time-stamp.el 28262;;; Generated autoloads from time-stamp.el
27892(put 'time-stamp-format 'safe-local-variable 'stringp) 28263(put 'time-stamp-format 'safe-local-variable 'stringp)
27893(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 28264(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -27931,7 +28302,7 @@ With ARG, turn time stamping on if and only if arg is positive.
27931;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 28302;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
27932;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 28303;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
27933;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 28304;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
27934;;;;;; (19675 9114)) 28305;;;;;; (19674 6793))
27935;;; Generated autoloads from calendar/timeclock.el 28306;;; Generated autoloads from calendar/timeclock.el
27936 28307
27937(autoload 'timeclock-modeline-display "timeclock" "\ 28308(autoload 'timeclock-modeline-display "timeclock" "\
@@ -28031,7 +28402,7 @@ relative only to the time worked today, and not to past time.
28031;;;*** 28402;;;***
28032 28403
28033;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 28404;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
28034;;;;;; "international/titdic-cnv.el" (19638 63299)) 28405;;;;;; "international/titdic-cnv.el" (19639 17158))
28035;;; Generated autoloads from international/titdic-cnv.el 28406;;; Generated autoloads from international/titdic-cnv.el
28036 28407
28037(autoload 'titdic-convert "titdic-cnv" "\ 28408(autoload 'titdic-convert "titdic-cnv" "\
@@ -28054,7 +28425,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
28054;;;*** 28425;;;***
28055 28426
28056;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 28427;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
28057;;;;;; "tmm.el" (19404 27319)) 28428;;;;;; "tmm.el" (19406 15657))
28058;;; Generated autoloads from tmm.el 28429;;; Generated autoloads from tmm.el
28059 (define-key global-map "\M-`" 'tmm-menubar) 28430 (define-key global-map "\M-`" 'tmm-menubar)
28060 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 28431 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -28094,7 +28465,7 @@ Its value should be an event that has a binding in MENU.
28094 28465
28095;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 28466;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
28096;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 28467;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
28097;;;;;; "todo-mode" "calendar/todo-mode.el" (19398 25564)) 28468;;;;;; "todo-mode" "calendar/todo-mode.el" (19672 18325))
28098;;; Generated autoloads from calendar/todo-mode.el 28469;;; Generated autoloads from calendar/todo-mode.el
28099 28470
28100(autoload 'todo-add-category "todo-mode" "\ 28471(autoload 'todo-add-category "todo-mode" "\
@@ -28152,8 +28523,80 @@ Show TODO list.
28152 28523
28153;;;*** 28524;;;***
28154 28525
28526;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
28527;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
28528;;;;;; "tool-bar" "tool-bar.el" (19691 3508))
28529;;; Generated autoloads from tool-bar.el
28530
28531(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
28532Toggle tool bar on or off, based on the status of the current frame.
28533See `tool-bar-mode' for more information.
28534
28535\(fn &optional ARG)" t nil)
28536
28537(autoload 'tool-bar-add-item "tool-bar" "\
28538Add an item to the tool bar.
28539ICON names the image, DEF is the key definition and KEY is a symbol
28540for the fake function key in the menu keymap. Remaining arguments
28541PROPS are additional items to add to the menu item specification. See
28542Info node `(elisp)Tool Bar'. Items are added from left to right.
28543
28544ICON is the base name of a file containing the image to use. The
28545function will first try to use low-color/ICON.xpm if `display-color-cells'
28546is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
28547ICON.xbm, using `find-image'.
28548
28549Use this function only to make bindings in the global value of `tool-bar-map'.
28550To define items in any other map, use `tool-bar-local-item'.
28551
28552\(fn ICON DEF KEY &rest PROPS)" nil nil)
28553
28554(autoload 'tool-bar-local-item "tool-bar" "\
28555Add an item to the tool bar in map MAP.
28556ICON names the image, DEF is the key definition and KEY is a symbol
28557for the fake function key in the menu keymap. Remaining arguments
28558PROPS are additional items to add to the menu item specification. See
28559Info node `(elisp)Tool Bar'. Items are added from left to right.
28560
28561ICON is the base name of a file containing the image to use. The
28562function will first try to use low-color/ICON.xpm if `display-color-cells'
28563is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
28564ICON.xbm, using `find-image'.
28565
28566\(fn ICON DEF KEY MAP &rest PROPS)" nil nil)
28567
28568(autoload 'tool-bar-add-item-from-menu "tool-bar" "\
28569Define tool bar binding for COMMAND in keymap MAP using the given ICON.
28570This makes a binding for COMMAND in `tool-bar-map', copying its
28571binding from the menu bar in MAP (which defaults to `global-map'), but
28572modifies the binding by adding an image specification for ICON. It
28573finds ICON just like `tool-bar-add-item'. PROPS are additional
28574properties to add to the binding.
28575
28576MAP must contain appropriate binding for `[menu-bar]' which holds a keymap.
28577
28578Use this function only to make bindings in the global value of `tool-bar-map'.
28579To define items in any other map, use `tool-bar-local-item-from-menu'.
28580
28581\(fn COMMAND ICON &optional MAP &rest PROPS)" nil nil)
28582
28583(autoload 'tool-bar-local-item-from-menu "tool-bar" "\
28584Define local tool bar binding for COMMAND using the given ICON.
28585This makes a binding for COMMAND in IN-MAP, copying its binding from
28586the menu bar in FROM-MAP (which defaults to `global-map'), but
28587modifies the binding by adding an image specification for ICON. It
28588finds ICON just like `tool-bar-add-item'. PROPS are additional
28589properties to add to the binding.
28590
28591FROM-MAP must contain appropriate binding for `[menu-bar]' which
28592holds a keymap.
28593
28594\(fn COMMAND ICON IN-MAP &optional FROM-MAP &rest PROPS)" nil nil)
28595
28596;;;***
28597
28155;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 28598;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
28156;;;;;; (19675 12103)) 28599;;;;;; (19674 8635))
28157;;; Generated autoloads from emulation/tpu-edt.el 28600;;; Generated autoloads from emulation/tpu-edt.el
28158 28601
28159(defvar tpu-edt-mode nil "\ 28602(defvar tpu-edt-mode nil "\
@@ -28180,7 +28623,7 @@ Turn on TPU/edt emulation.
28180;;;*** 28623;;;***
28181 28624
28182;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" 28625;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
28183;;;;;; (19578 56905)) 28626;;;;;; (19580 19536))
28184;;; Generated autoloads from emulation/tpu-mapper.el 28627;;; Generated autoloads from emulation/tpu-mapper.el
28185 28628
28186(autoload 'tpu-mapper "tpu-mapper" "\ 28629(autoload 'tpu-mapper "tpu-mapper" "\
@@ -28214,7 +28657,7 @@ your local X guru can try to figure out why the key is being ignored.
28214 28657
28215;;;*** 28658;;;***
28216 28659
28217;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19379 23432)) 28660;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19277 34919))
28218;;; Generated autoloads from emacs-lisp/tq.el 28661;;; Generated autoloads from emacs-lisp/tq.el
28219 28662
28220(autoload 'tq-create "tq" "\ 28663(autoload 'tq-create "tq" "\
@@ -28228,7 +28671,7 @@ to a tcp server on another machine.
28228;;;*** 28671;;;***
28229 28672
28230;;;### (autoloads (trace-function-background trace-function trace-buffer) 28673;;;### (autoloads (trace-function-background trace-function trace-buffer)
28231;;;;;; "trace" "emacs-lisp/trace.el" (19379 23432)) 28674;;;;;; "trace" "emacs-lisp/trace.el" (19370 23595))
28232;;; Generated autoloads from emacs-lisp/trace.el 28675;;; Generated autoloads from emacs-lisp/trace.el
28233 28676
28234(defvar trace-buffer (purecopy "*trace-output*") "\ 28677(defvar trace-buffer (purecopy "*trace-output*") "\
@@ -28265,7 +28708,7 @@ BUFFER defaults to `trace-buffer'.
28265;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 28708;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
28266;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 28709;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
28267;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 28710;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
28268;;;;;; "net/tramp.el" (19681 9924)) 28711;;;;;; "net/tramp.el" (19691 3508))
28269;;; Generated autoloads from net/tramp.el 28712;;; Generated autoloads from net/tramp.el
28270 28713
28271(defvar tramp-mode t "\ 28714(defvar tramp-mode t "\
@@ -28403,7 +28846,7 @@ Discard Tramp from loading remote files.
28403;;;*** 28846;;;***
28404 28847
28405;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 28848;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
28406;;;;;; (19598 20570)) 28849;;;;;; (19599 45674))
28407;;; Generated autoloads from net/tramp-ftp.el 28850;;; Generated autoloads from net/tramp-ftp.el
28408 28851
28409(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 28852(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -28413,8 +28856,8 @@ Not documented
28413 28856
28414;;;*** 28857;;;***
28415 28858
28416;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (19578 28859;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (19580
28417;;;;;; 56905)) 28860;;;;;; 19536))
28418;;; Generated autoloads from tutorial.el 28861;;; Generated autoloads from tutorial.el
28419 28862
28420(autoload 'help-with-tutorial "tutorial" "\ 28863(autoload 'help-with-tutorial "tutorial" "\
@@ -28439,7 +28882,7 @@ resumed later.
28439;;;*** 28882;;;***
28440 28883
28441;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" 28884;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
28442;;;;;; (19520 54552)) 28885;;;;;; (19515 27412))
28443;;; Generated autoloads from language/tv-util.el 28886;;; Generated autoloads from language/tv-util.el
28444 28887
28445(autoload 'tai-viet-composition-function "tv-util" "\ 28888(autoload 'tai-viet-composition-function "tv-util" "\
@@ -28450,7 +28893,7 @@ Not documented
28450;;;*** 28893;;;***
28451 28894
28452;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 28895;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
28453;;;;;; "textmodes/two-column.el" (19611 13362)) 28896;;;;;; "textmodes/two-column.el" (19609 2643))
28454;;; Generated autoloads from textmodes/two-column.el 28897;;; Generated autoloads from textmodes/two-column.el
28455 (autoload '2C-command "two-column" () t 'keymap) 28898 (autoload '2C-command "two-column" () t 'keymap)
28456 (global-set-key "\C-x6" '2C-command) 28899 (global-set-key "\C-x6" '2C-command)
@@ -28501,7 +28944,7 @@ First column's text sSs Second column's text
28501;;;;;; type-break type-break-mode type-break-keystroke-threshold 28944;;;;;; type-break type-break-mode type-break-keystroke-threshold
28502;;;;;; type-break-good-break-interval type-break-good-rest-interval 28945;;;;;; type-break-good-break-interval type-break-good-rest-interval
28503;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 28946;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
28504;;;;;; (19669 58161)) 28947;;;;;; (19668 18229))
28505;;; Generated autoloads from type-break.el 28948;;; Generated autoloads from type-break.el
28506 28949
28507(defvar type-break-mode nil "\ 28950(defvar type-break-mode nil "\
@@ -28683,7 +29126,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
28683 29126
28684;;;*** 29127;;;***
28685 29128
28686;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19379 23432)) 29129;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19277 34921))
28687;;; Generated autoloads from mail/uce.el 29130;;; Generated autoloads from mail/uce.el
28688 29131
28689(autoload 'uce-reply-to-uce "uce" "\ 29132(autoload 'uce-reply-to-uce "uce" "\
@@ -28701,7 +29144,7 @@ You might need to set `uce-mail-reader' before using this.
28701;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string 29144;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string
28702;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region 29145;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region
28703;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" 29146;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize"
28704;;;;;; "international/ucs-normalize.el" (19599 55780)) 29147;;;;;; "international/ucs-normalize.el" (19600 6790))
28705;;; Generated autoloads from international/ucs-normalize.el 29148;;; Generated autoloads from international/ucs-normalize.el
28706 29149
28707(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ 29150(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
@@ -28767,7 +29210,7 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
28767;;;*** 29210;;;***
28768 29211
28769;;;### (autoloads (ununderline-region underline-region) "underline" 29212;;;### (autoloads (ununderline-region underline-region) "underline"
28770;;;;;; "textmodes/underline.el" (19379 23432)) 29213;;;;;; "textmodes/underline.el" (19277 34923))
28771;;; Generated autoloads from textmodes/underline.el 29214;;; Generated autoloads from textmodes/underline.el
28772 29215
28773(autoload 'underline-region "underline" "\ 29216(autoload 'underline-region "underline" "\
@@ -28788,7 +29231,7 @@ which specify the range to operate on.
28788;;;*** 29231;;;***
28789 29232
28790;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 29233;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
28791;;;;;; (19379 23432)) 29234;;;;;; (19277 34921))
28792;;; Generated autoloads from mail/unrmail.el 29235;;; Generated autoloads from mail/unrmail.el
28793 29236
28794(autoload 'batch-unrmail "unrmail" "\ 29237(autoload 'batch-unrmail "unrmail" "\
@@ -28808,7 +29251,7 @@ Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE.
28808;;;*** 29251;;;***
28809 29252
28810;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19645 29253;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19645
28811;;;;;; 32682)) 29254;;;;;; 60484))
28812;;; Generated autoloads from emacs-lisp/unsafep.el 29255;;; Generated autoloads from emacs-lisp/unsafep.el
28813 29256
28814(autoload 'unsafep "unsafep" "\ 29257(autoload 'unsafep "unsafep" "\
@@ -28821,7 +29264,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
28821;;;*** 29264;;;***
28822 29265
28823;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 29266;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
28824;;;;;; "url/url.el" (19623 4932)) 29267;;;;;; "url/url.el" (19622 39471))
28825;;; Generated autoloads from url/url.el 29268;;; Generated autoloads from url/url.el
28826 29269
28827(autoload 'url-retrieve "url" "\ 29270(autoload 'url-retrieve "url" "\
@@ -28863,7 +29306,7 @@ no further processing). URL is either a string or a parsed URL.
28863;;;*** 29306;;;***
28864 29307
28865;;;### (autoloads (url-register-auth-scheme url-get-authentication) 29308;;;### (autoloads (url-register-auth-scheme url-get-authentication)
28866;;;;;; "url-auth" "url/url-auth.el" (19379 23432)) 29309;;;;;; "url-auth" "url/url-auth.el" (19277 34923))
28867;;; Generated autoloads from url/url-auth.el 29310;;; Generated autoloads from url/url-auth.el
28868 29311
28869(autoload 'url-get-authentication "url-auth" "\ 29312(autoload 'url-get-authentication "url-auth" "\
@@ -28905,7 +29348,7 @@ RATING a rating between 1 and 10 of the strength of the authentication.
28905;;;*** 29348;;;***
28906 29349
28907;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache) 29350;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache)
28908;;;;;; "url-cache" "url/url-cache.el" (19625 7291)) 29351;;;;;; "url-cache" "url/url-cache.el" (19624 63510))
28909;;; Generated autoloads from url/url-cache.el 29352;;; Generated autoloads from url/url-cache.el
28910 29353
28911(autoload 'url-store-in-cache "url-cache" "\ 29354(autoload 'url-store-in-cache "url-cache" "\
@@ -28926,7 +29369,7 @@ Extract FNAM from the local disk cache.
28926 29369
28927;;;*** 29370;;;***
28928 29371
28929;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19379 23432)) 29372;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19277 34923))
28930;;; Generated autoloads from url/url-cid.el 29373;;; Generated autoloads from url/url-cid.el
28931 29374
28932(autoload 'url-cid "url-cid" "\ 29375(autoload 'url-cid "url-cid" "\
@@ -28937,7 +29380,7 @@ Not documented
28937;;;*** 29380;;;***
28938 29381
28939;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 29382;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
28940;;;;;; "url/url-dav.el" (19379 23432)) 29383;;;;;; "url/url-dav.el" (19277 34923))
28941;;; Generated autoloads from url/url-dav.el 29384;;; Generated autoloads from url/url-dav.el
28942 29385
28943(autoload 'url-dav-supported-p "url-dav" "\ 29386(autoload 'url-dav-supported-p "url-dav" "\
@@ -28952,8 +29395,8 @@ Not documented
28952 29395
28953;;;*** 29396;;;***
28954 29397
28955;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19686 29398;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19687
28956;;;;;; 22639)) 29399;;;;;; 6902))
28957;;; Generated autoloads from url/url-file.el 29400;;; Generated autoloads from url/url-file.el
28958 29401
28959(autoload 'url-file "url-file" "\ 29402(autoload 'url-file "url-file" "\
@@ -28964,7 +29407,7 @@ Handle file: and ftp: URLs.
28964;;;*** 29407;;;***
28965 29408
28966;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 29409;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
28967;;;;;; "url/url-gw.el" (19639 32022)) 29410;;;;;; "url/url-gw.el" (19645 60484))
28968;;; Generated autoloads from url/url-gw.el 29411;;; Generated autoloads from url/url-gw.el
28969 29412
28970(autoload 'url-gateway-nslookup-host "url-gw" "\ 29413(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -28984,7 +29427,7 @@ Might do a non-blocking connection; use `process-status' to check.
28984 29427
28985;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 29428;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
28986;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" 29429;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
28987;;;;;; (19379 23432)) 29430;;;;;; (19277 34923))
28988;;; Generated autoloads from url/url-handlers.el 29431;;; Generated autoloads from url/url-handlers.el
28989 29432
28990(defvar url-handler-mode nil "\ 29433(defvar url-handler-mode nil "\
@@ -29036,7 +29479,7 @@ Not documented
29036;;;*** 29479;;;***
29037 29480
29038;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 29481;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
29039;;;;;; url-http) "url-http" "url/url-http.el" (19629 52252)) 29482;;;;;; url-http) "url-http" "url/url-http.el" (19630 1041))
29040;;; Generated autoloads from url/url-http.el 29483;;; Generated autoloads from url/url-http.el
29041 29484
29042(autoload 'url-http "url-http" "\ 29485(autoload 'url-http "url-http" "\
@@ -29102,7 +29545,7 @@ HTTPS retrievals are asynchronous.")
29102 29545
29103;;;*** 29546;;;***
29104 29547
29105;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19595 20656)) 29548;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19594 47996))
29106;;; Generated autoloads from url/url-irc.el 29549;;; Generated autoloads from url/url-irc.el
29107 29550
29108(autoload 'url-irc "url-irc" "\ 29551(autoload 'url-irc "url-irc" "\
@@ -29112,8 +29555,8 @@ Not documented
29112 29555
29113;;;*** 29556;;;***
29114 29557
29115;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (19379 29558;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (19277
29116;;;;;; 23432)) 29559;;;;;; 34923))
29117;;; Generated autoloads from url/url-ldap.el 29560;;; Generated autoloads from url/url-ldap.el
29118 29561
29119(autoload 'url-ldap "url-ldap" "\ 29562(autoload 'url-ldap "url-ldap" "\
@@ -29127,7 +29570,7 @@ URL can be a URL string, or a URL vector of the type returned by
29127;;;*** 29570;;;***
29128 29571
29129;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 29572;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
29130;;;;;; (19379 23432)) 29573;;;;;; (19277 34923))
29131;;; Generated autoloads from url/url-mailto.el 29574;;; Generated autoloads from url/url-mailto.el
29132 29575
29133(autoload 'url-mail "url-mailto" "\ 29576(autoload 'url-mail "url-mailto" "\
@@ -29143,7 +29586,7 @@ Handle the mailto: URL syntax.
29143;;;*** 29586;;;***
29144 29587
29145;;;### (autoloads (url-data url-generic-emulator-loader url-info 29588;;;### (autoloads (url-data url-generic-emulator-loader url-info
29146;;;;;; url-man) "url-misc" "url/url-misc.el" (19379 23432)) 29589;;;;;; url-man) "url-misc" "url/url-misc.el" (19277 34923))
29147;;; Generated autoloads from url/url-misc.el 29590;;; Generated autoloads from url/url-misc.el
29148 29591
29149(autoload 'url-man "url-misc" "\ 29592(autoload 'url-man "url-misc" "\
@@ -29175,7 +29618,7 @@ Fetch a data URL (RFC 2397).
29175;;;*** 29618;;;***
29176 29619
29177;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 29620;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
29178;;;;;; (19379 23432)) 29621;;;;;; (19277 34923))
29179;;; Generated autoloads from url/url-news.el 29622;;; Generated autoloads from url/url-news.el
29180 29623
29181(autoload 'url-news "url-news" "\ 29624(autoload 'url-news "url-news" "\
@@ -29192,7 +29635,7 @@ Not documented
29192 29635
29193;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 29636;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
29194;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 29637;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
29195;;;;;; (19379 23432)) 29638;;;;;; (19277 34923))
29196;;; Generated autoloads from url/url-ns.el 29639;;; Generated autoloads from url/url-ns.el
29197 29640
29198(autoload 'isPlainHostName "url-ns" "\ 29641(autoload 'isPlainHostName "url-ns" "\
@@ -29233,7 +29676,7 @@ Not documented
29233;;;*** 29676;;;***
29234 29677
29235;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 29678;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
29236;;;;;; "url/url-parse.el" (19623 4932)) 29679;;;;;; "url/url-parse.el" (19622 39471))
29237;;; Generated autoloads from url/url-parse.el 29680;;; Generated autoloads from url/url-parse.el
29238 29681
29239(autoload 'url-recreate-url "url-parse" "\ 29682(autoload 'url-recreate-url "url-parse" "\
@@ -29251,7 +29694,7 @@ TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS.
29251;;;*** 29694;;;***
29252 29695
29253;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 29696;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
29254;;;;;; (19379 23432)) 29697;;;;;; (19277 34923))
29255;;; Generated autoloads from url/url-privacy.el 29698;;; Generated autoloads from url/url-privacy.el
29256 29699
29257(autoload 'url-setup-privacy-info "url-privacy" "\ 29700(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -29267,7 +29710,7 @@ Setup variables that expose info about you and your system.
29267;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space 29710;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space
29268;;;;;; url-get-normalized-date url-lazy-message url-normalize-url 29711;;;;;; url-get-normalized-date url-lazy-message url-normalize-url
29269;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug) 29712;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug)
29270;;;;;; "url-util" "url/url-util.el" (19625 7291)) 29713;;;;;; "url-util" "url/url-util.el" (19624 63510))
29271;;; Generated autoloads from url/url-util.el 29714;;; Generated autoloads from url/url-util.el
29272 29715
29273(defvar url-debug nil "\ 29716(defvar url-debug nil "\
@@ -29403,7 +29846,7 @@ This uses `url-current-object', set locally to the buffer.
29403;;;*** 29846;;;***
29404 29847
29405;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 29848;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
29406;;;;;; "userlock" "userlock.el" (19379 23432)) 29849;;;;;; "userlock" "userlock.el" (19277 34917))
29407;;; Generated autoloads from userlock.el 29850;;; Generated autoloads from userlock.el
29408 29851
29409(autoload 'ask-user-about-lock "userlock" "\ 29852(autoload 'ask-user-about-lock "userlock" "\
@@ -29433,7 +29876,7 @@ The buffer in question is current when this function is called.
29433 29876
29434;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion 29877;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
29435;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) 29878;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
29436;;;;;; "utf-7" "international/utf-7.el" (19451 41962)) 29879;;;;;; "utf-7" "international/utf-7.el" (19451 17238))
29437;;; Generated autoloads from international/utf-7.el 29880;;; Generated autoloads from international/utf-7.el
29438 29881
29439(autoload 'utf-7-post-read-conversion "utf-7" "\ 29882(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -29458,7 +29901,7 @@ Not documented
29458 29901
29459;;;*** 29902;;;***
29460 29903
29461;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (19618 61033)) 29904;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (19618 38629))
29462;;; Generated autoloads from gnus/utf7.el 29905;;; Generated autoloads from gnus/utf7.el
29463 29906
29464(autoload 'utf7-encode "utf7" "\ 29907(autoload 'utf7-encode "utf7" "\
@@ -29470,7 +29913,7 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil.
29470 29913
29471;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 29914;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
29472;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" 29915;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
29473;;;;;; (19583 31640)) 29916;;;;;; (19582 65302))
29474;;; Generated autoloads from mail/uudecode.el 29917;;; Generated autoloads from mail/uudecode.el
29475 29918
29476(autoload 'uudecode-decode-region-external "uudecode" "\ 29919(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -29500,7 +29943,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29500;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers 29943;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers
29501;;;;;; vc-revision-other-window vc-root-diff vc-diff vc-version-diff 29944;;;;;; vc-revision-other-window vc-root-diff vc-diff vc-version-diff
29502;;;;;; vc-register vc-next-action vc-before-checkin-hook vc-checkin-hook 29945;;;;;; vc-register vc-next-action vc-before-checkin-hook vc-checkin-hook
29503;;;;;; vc-checkout-hook) "vc" "vc/vc.el" (19677 58077)) 29946;;;;;; vc-checkout-hook) "vc" "vc/vc.el" (19693 26133))
29504;;; Generated autoloads from vc/vc.el 29947;;; Generated autoloads from vc/vc.el
29505 29948
29506(defvar vc-checkout-hook nil "\ 29949(defvar vc-checkout-hook nil "\
@@ -29613,13 +30056,17 @@ the variable `vc-BACKEND-header'.
29613\(fn)" t nil) 30056\(fn)" t nil)
29614 30057
29615(autoload 'vc-merge "vc" "\ 30058(autoload 'vc-merge "vc" "\
29616Merge changes between two revisions into the current buffer's file. 30059Perform a version control merge operation.
29617This asks for two revisions to merge from in the minibuffer. If the 30060On a distributed version control system, this runs a \"merge\"
29618first revision is a branch number, then merge all changes from that 30061operation to incorporate changes from another branch onto the
29619branch. If the first revision is empty, merge news, i.e. recent changes 30062current branch, prompting for an argument list.
29620from the current branch.
29621 30063
29622See Info node `Merging'. 30064On a non-distributed version control system, this merges changes
30065between two revisions into the current fileset. This asks for
30066two revisions to merge from in the minibuffer. If the first
30067revision is a branch number, then merge all changes from that
30068branch. If the first revision is empty, merge the most recent
30069changes from the current branch.
29623 30070
29624\(fn)" t nil) 30071\(fn)" t nil)
29625 30072
@@ -29691,13 +30138,20 @@ depending on the underlying version-control system.
29691(define-obsolete-function-alias 'vc-revert-buffer 'vc-revert "23.1") 30138(define-obsolete-function-alias 'vc-revert-buffer 'vc-revert "23.1")
29692 30139
29693(autoload 'vc-update "vc" "\ 30140(autoload 'vc-update "vc" "\
29694Update the current fileset's files to their tip revisions. 30141Update the current fileset or branch.
29695For each one that contains no changes, and is not locked, then this simply 30142On a distributed version control system, this runs a \"pull\"
29696replaces the work file with the latest revision on its branch. If the file 30143operation to update the current branch, prompting for an argument
29697contains changes, and the backend supports merging news, then any recent 30144list if required. Optional prefix ARG forces a prompt.
29698changes from the current branch are merged into the working file.
29699 30145
29700\(fn)" t nil) 30146On a non-distributed version control system, update the current
30147fileset to the tip revisions. For each unchanged and unlocked
30148file, this simply replaces the work file with the latest revision
30149on its branch. If the file contains changes, any changes in the
30150tip revision are merged into the working file.
30151
30152\(fn &optional ARG)" t nil)
30153
30154(defalias 'vc-pull 'vc-update)
29701 30155
29702(autoload 'vc-switch-backend "vc" "\ 30156(autoload 'vc-switch-backend "vc" "\
29703Make BACKEND the current version control system for FILE. 30157Make BACKEND the current version control system for FILE.
@@ -29755,7 +30209,7 @@ Return the branch part of a revision number REV.
29755;;;*** 30209;;;***
29756 30210
29757;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el" 30211;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el"
29758;;;;;; (19578 56905)) 30212;;;;;; (19580 19536))
29759;;; Generated autoloads from vc/vc-annotate.el 30213;;; Generated autoloads from vc/vc-annotate.el
29760 30214
29761(autoload 'vc-annotate "vc-annotate" "\ 30215(autoload 'vc-annotate "vc-annotate" "\
@@ -29792,7 +30246,7 @@ mode-specific menu. `vc-annotate-color-map' and
29792 30246
29793;;;*** 30247;;;***
29794 30248
29795;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (19662 54456)) 30249;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (19662 23188))
29796;;; Generated autoloads from vc/vc-arch.el 30250;;; Generated autoloads from vc/vc-arch.el
29797 (defun vc-arch-registered (file) 30251 (defun vc-arch-registered (file)
29798 (if (vc-find-root file "{arch}/=tagging-method") 30252 (if (vc-find-root file "{arch}/=tagging-method")
@@ -29802,7 +30256,7 @@ mode-specific menu. `vc-annotate-color-map' and
29802 30256
29803;;;*** 30257;;;***
29804 30258
29805;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (19578 56905)) 30259;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (19693 26133))
29806;;; Generated autoloads from vc/vc-bzr.el 30260;;; Generated autoloads from vc/vc-bzr.el
29807 30261
29808(defconst vc-bzr-admin-dirname ".bzr" "\ 30262(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -29817,7 +30271,7 @@ Name of the directory containing Bzr repository status files.")
29817 30271
29818;;;*** 30272;;;***
29819 30273
29820;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (19662 54456)) 30274;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (19662 23188))
29821;;; Generated autoloads from vc/vc-cvs.el 30275;;; Generated autoloads from vc/vc-cvs.el
29822 (defun vc-cvs-registered (f) 30276 (defun vc-cvs-registered (f)
29823 (when (file-readable-p (expand-file-name 30277 (when (file-readable-p (expand-file-name
@@ -29827,7 +30281,7 @@ Name of the directory containing Bzr repository status files.")
29827 30281
29828;;;*** 30282;;;***
29829 30283
29830;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (19578 56905)) 30284;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (19580 19536))
29831;;; Generated autoloads from vc/vc-dir.el 30285;;; Generated autoloads from vc/vc-dir.el
29832 30286
29833(autoload 'vc-dir "vc-dir" "\ 30287(autoload 'vc-dir "vc-dir" "\
@@ -29852,7 +30306,7 @@ These are the commands available for use in the file status buffer:
29852;;;*** 30306;;;***
29853 30307
29854;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el" 30308;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el"
29855;;;;;; (19578 56905)) 30309;;;;;; (19580 19536))
29856;;; Generated autoloads from vc/vc-dispatcher.el 30310;;; Generated autoloads from vc/vc-dispatcher.el
29857 30311
29858(autoload 'vc-do-command "vc-dispatcher" "\ 30312(autoload 'vc-do-command "vc-dispatcher" "\
@@ -29875,7 +30329,7 @@ case, and the process object in the asynchronous case.
29875 30329
29876;;;*** 30330;;;***
29877 30331
29878;;;### (autoloads nil "vc-git" "vc/vc-git.el" (19578 56905)) 30332;;;### (autoloads nil "vc-git" "vc/vc-git.el" (19580 19536))
29879;;; Generated autoloads from vc/vc-git.el 30333;;; Generated autoloads from vc/vc-git.el
29880 (defun vc-git-registered (file) 30334 (defun vc-git-registered (file)
29881 "Return non-nil if FILE is registered with git." 30335 "Return non-nil if FILE is registered with git."
@@ -29886,7 +30340,7 @@ case, and the process object in the asynchronous case.
29886 30340
29887;;;*** 30341;;;***
29888 30342
29889;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (19686 22639)) 30343;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (19687 6902))
29890;;; Generated autoloads from vc/vc-hg.el 30344;;; Generated autoloads from vc/vc-hg.el
29891 (defun vc-hg-registered (file) 30345 (defun vc-hg-registered (file)
29892 "Return non-nil if FILE is registered with hg." 30346 "Return non-nil if FILE is registered with hg."
@@ -29897,7 +30351,7 @@ case, and the process object in the asynchronous case.
29897 30351
29898;;;*** 30352;;;***
29899 30353
29900;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (19675 9114)) 30354;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (19673 45510))
29901;;; Generated autoloads from vc/vc-mtn.el 30355;;; Generated autoloads from vc/vc-mtn.el
29902 30356
29903(defconst vc-mtn-admin-dir "_MTN") 30357(defconst vc-mtn-admin-dir "_MTN")
@@ -29912,7 +30366,7 @@ case, and the process object in the asynchronous case.
29912;;;*** 30366;;;***
29913 30367
29914;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el" 30368;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el"
29915;;;;;; (19662 54456)) 30369;;;;;; (19662 23188))
29916;;; Generated autoloads from vc/vc-rcs.el 30370;;; Generated autoloads from vc/vc-rcs.el
29917 30371
29918(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 30372(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -29926,7 +30380,7 @@ For a description of possible values, see `vc-check-master-templates'.")
29926;;;*** 30380;;;***
29927 30381
29928;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el" 30382;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el"
29929;;;;;; (19662 54456)) 30383;;;;;; (19662 23188))
29930;;; Generated autoloads from vc/vc-sccs.el 30384;;; Generated autoloads from vc/vc-sccs.el
29931 30385
29932(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 30386(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -29943,7 +30397,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29943 30397
29944;;;*** 30398;;;***
29945 30399
29946;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (19630 58051)) 30400;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (19631 26857))
29947;;; Generated autoloads from vc/vc-svn.el 30401;;; Generated autoloads from vc/vc-svn.el
29948 (defun vc-svn-registered (f) 30402 (defun vc-svn-registered (f)
29949 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 30403 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -29959,7 +30413,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29959;;;*** 30413;;;***
29960 30414
29961;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" 30415;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
29962;;;;;; (19669 58161)) 30416;;;;;; (19668 19680))
29963;;; Generated autoloads from progmodes/vera-mode.el 30417;;; Generated autoloads from progmodes/vera-mode.el
29964 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 30418 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
29965 30419
@@ -30017,7 +30471,7 @@ Key bindings:
30017;;;*** 30471;;;***
30018 30472
30019;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 30473;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
30020;;;;;; (19675 9114)) 30474;;;;;; (19673 45510))
30021;;; Generated autoloads from progmodes/verilog-mode.el 30475;;; Generated autoloads from progmodes/verilog-mode.el
30022 30476
30023(autoload 'verilog-mode "verilog-mode" "\ 30477(autoload 'verilog-mode "verilog-mode" "\
@@ -30154,7 +30608,7 @@ Key bindings specific to `verilog-mode-map' are:
30154;;;*** 30608;;;***
30155 30609
30156;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 30610;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
30157;;;;;; (19675 9114)) 30611;;;;;; (19672 56753))
30158;;; Generated autoloads from progmodes/vhdl-mode.el 30612;;; Generated autoloads from progmodes/vhdl-mode.el
30159 30613
30160(autoload 'vhdl-mode "vhdl-mode" "\ 30614(autoload 'vhdl-mode "vhdl-mode" "\
@@ -30695,7 +31149,7 @@ Key bindings:
30695 31149
30696;;;*** 31150;;;***
30697 31151
30698;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (19379 23432)) 31152;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (19267 61660))
30699;;; Generated autoloads from emulation/vi.el 31153;;; Generated autoloads from emulation/vi.el
30700 31154
30701(autoload 'vi-mode "vi" "\ 31155(autoload 'vi-mode "vi" "\
@@ -30750,7 +31204,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
30750;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 31204;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
30751;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 31205;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
30752;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 31206;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
30753;;;;;; "language/viet-util.el" (19379 23432)) 31207;;;;;; "language/viet-util.el" (19277 34921))
30754;;; Generated autoloads from language/viet-util.el 31208;;; Generated autoloads from language/viet-util.el
30755 31209
30756(autoload 'viet-encode-viscii-char "viet-util" "\ 31210(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -30798,7 +31252,7 @@ Not documented
30798;;;;;; view-mode view-buffer-other-frame view-buffer-other-window 31252;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
30799;;;;;; view-buffer view-file-other-frame view-file-other-window 31253;;;;;; view-buffer view-file-other-frame view-file-other-window
30800;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) 31254;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
30801;;;;;; "view" "view.el" (19422 40643)) 31255;;;;;; "view" "view.el" (19423 37200))
30802;;; Generated autoloads from view.el 31256;;; Generated autoloads from view.el
30803 31257
30804(defvar view-remove-frame-by-deleting t "\ 31258(defvar view-remove-frame-by-deleting t "\
@@ -31044,8 +31498,8 @@ Exit View mode and make the current buffer editable.
31044 31498
31045;;;*** 31499;;;***
31046 31500
31047;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (19611 31501;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (19609
31048;;;;;; 13362)) 31502;;;;;; 2196))
31049;;; Generated autoloads from emulation/vip.el 31503;;; Generated autoloads from emulation/vip.el
31050 31504
31051(autoload 'vip-setup "vip" "\ 31505(autoload 'vip-setup "vip" "\
@@ -31061,7 +31515,7 @@ Turn on VIP emulation of VI.
31061;;;*** 31515;;;***
31062 31516
31063;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 31517;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
31064;;;;;; (19578 56905)) 31518;;;;;; (19580 19536))
31065;;; Generated autoloads from emulation/viper.el 31519;;; Generated autoloads from emulation/viper.el
31066 31520
31067(autoload 'toggle-viper-mode "viper" "\ 31521(autoload 'toggle-viper-mode "viper" "\
@@ -31078,7 +31532,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
31078;;;*** 31532;;;***
31079 31533
31080;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 31534;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
31081;;;;;; (19606 36461)) 31535;;;;;; (19607 38013))
31082;;; Generated autoloads from emacs-lisp/warnings.el 31536;;; Generated autoloads from emacs-lisp/warnings.el
31083 31537
31084(defvar warning-prefix-function nil "\ 31538(defvar warning-prefix-function nil "\
@@ -31168,7 +31622,7 @@ this is equivalent to `display-warning', using
31168;;;*** 31622;;;***
31169 31623
31170;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 31624;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
31171;;;;;; (19379 23432)) 31625;;;;;; (19277 34917))
31172;;; Generated autoloads from wdired.el 31626;;; Generated autoloads from wdired.el
31173 31627
31174(autoload 'wdired-change-to-wdired-mode "wdired" "\ 31628(autoload 'wdired-change-to-wdired-mode "wdired" "\
@@ -31184,7 +31638,7 @@ See `wdired-mode'.
31184 31638
31185;;;*** 31639;;;***
31186 31640
31187;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19379 23432)) 31641;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19277 34921))
31188;;; Generated autoloads from net/webjump.el 31642;;; Generated autoloads from net/webjump.el
31189 31643
31190(autoload 'webjump "webjump" "\ 31644(autoload 'webjump "webjump" "\
@@ -31201,7 +31655,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
31201;;;*** 31655;;;***
31202 31656
31203;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 31657;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
31204;;;;;; (19551 10990)) 31658;;;;;; (19552 37739))
31205;;; Generated autoloads from progmodes/which-func.el 31659;;; Generated autoloads from progmodes/which-func.el
31206 (put 'which-func-format 'risky-local-variable t) 31660 (put 'which-func-format 'risky-local-variable t)
31207 (put 'which-func-current 'risky-local-variable t) 31661 (put 'which-func-current 'risky-local-variable t)
@@ -31232,7 +31686,7 @@ and off otherwise.
31232;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region 31686;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
31233;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options 31687;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
31234;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode 31688;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
31235;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19575 52125)) 31689;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19580 19536))
31236;;; Generated autoloads from whitespace.el 31690;;; Generated autoloads from whitespace.el
31237 31691
31238(autoload 'whitespace-mode "whitespace" "\ 31692(autoload 'whitespace-mode "whitespace" "\
@@ -31635,7 +32089,7 @@ cleaning up these problems.
31635;;;*** 32089;;;***
31636 32090
31637;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 32091;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
31638;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (19578 56905)) 32092;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (19580 19536))
31639;;; Generated autoloads from wid-browse.el 32093;;; Generated autoloads from wid-browse.el
31640 32094
31641(autoload 'widget-browse-at "wid-browse" "\ 32095(autoload 'widget-browse-at "wid-browse" "\
@@ -31662,8 +32116,8 @@ With arg, turn widget mode on if and only if arg is positive.
31662;;;*** 32116;;;***
31663 32117
31664;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 32118;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
31665;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19686 32119;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19687
31666;;;;;; 22639)) 32120;;;;;; 6902))
31667;;; Generated autoloads from wid-edit.el 32121;;; Generated autoloads from wid-edit.el
31668 32122
31669(autoload 'widgetp "wid-edit" "\ 32123(autoload 'widgetp "wid-edit" "\
@@ -31706,8 +32160,8 @@ Setup current buffer so editing string widgets works.
31706;;;*** 32160;;;***
31707 32161
31708;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 32162;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
31709;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (19379 32163;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (19277
31710;;;;;; 23432)) 32164;;;;;; 34917))
31711;;; Generated autoloads from windmove.el 32165;;; Generated autoloads from windmove.el
31712 32166
31713(autoload 'windmove-left "windmove" "\ 32167(autoload 'windmove-left "windmove" "\
@@ -31760,7 +32214,7 @@ Default MODIFIER is 'shift.
31760;;;*** 32214;;;***
31761 32215
31762;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 32216;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
31763;;;;;; (19379 23432)) 32217;;;;;; (19277 34917))
31764;;; Generated autoloads from winner.el 32218;;; Generated autoloads from winner.el
31765 32219
31766(defvar winner-mode nil "\ 32220(defvar winner-mode nil "\
@@ -31779,7 +32233,7 @@ With arg, turn Winner mode on if and only if arg is positive.
31779;;;*** 32233;;;***
31780 32234
31781;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file 32235;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file
31782;;;;;; woman woman-locale) "woman" "woman.el" (19669 58161)) 32236;;;;;; woman woman-locale) "woman" "woman.el" (19668 18093))
31783;;; Generated autoloads from woman.el 32237;;; Generated autoloads from woman.el
31784 32238
31785(defvar woman-locale nil "\ 32239(defvar woman-locale nil "\
@@ -31828,7 +32282,7 @@ Default bookmark handler for Woman buffers.
31828;;;*** 32282;;;***
31829 32283
31830;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 32284;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
31831;;;;;; (19634 57717)) 32285;;;;;; (19634 23255))
31832;;; Generated autoloads from emulation/ws-mode.el 32286;;; Generated autoloads from emulation/ws-mode.el
31833 32287
31834(autoload 'wordstar-mode "ws-mode" "\ 32288(autoload 'wordstar-mode "ws-mode" "\
@@ -31940,7 +32394,7 @@ The key bindings are:
31940 32394
31941;;;*** 32395;;;***
31942 32396
31943;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19379 23432)) 32397;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19360 14173))
31944;;; Generated autoloads from net/xesam.el 32398;;; Generated autoloads from net/xesam.el
31945 32399
31946(autoload 'xesam-search "xesam" "\ 32400(autoload 'xesam-search "xesam" "\
@@ -31960,7 +32414,7 @@ Example:
31960;;;*** 32414;;;***
31961 32415
31962;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 32416;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
31963;;;;;; (19520 54552)) 32417;;;;;; (19515 27412))
31964;;; Generated autoloads from xml.el 32418;;; Generated autoloads from xml.el
31965 32419
31966(autoload 'xml-parse-file "xml" "\ 32420(autoload 'xml-parse-file "xml" "\
@@ -31986,7 +32440,7 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
31986;;;*** 32440;;;***
31987 32441
31988;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" 32442;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
31989;;;;;; "nxml/xmltok.el" (19379 23432)) 32443;;;;;; "nxml/xmltok.el" (19277 34921))
31990;;; Generated autoloads from nxml/xmltok.el 32444;;; Generated autoloads from nxml/xmltok.el
31991 32445
31992(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 32446(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -32004,8 +32458,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
32004 32458
32005;;;*** 32459;;;***
32006 32460
32007;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (19520 32461;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (19524
32008;;;;;; 54552)) 32462;;;;;; 29717))
32009;;; Generated autoloads from xt-mouse.el 32463;;; Generated autoloads from xt-mouse.el
32010 32464
32011(defvar xterm-mouse-mode nil "\ 32465(defvar xterm-mouse-mode nil "\
@@ -32034,7 +32488,7 @@ down the SHIFT key while pressing the mouse button.
32034;;;*** 32488;;;***
32035 32489
32036;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 32490;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
32037;;;;;; "gnus/yenc.el" (19583 31640)) 32491;;;;;; "gnus/yenc.el" (19582 65302))
32038;;; Generated autoloads from gnus/yenc.el 32492;;; Generated autoloads from gnus/yenc.el
32039 32493
32040(autoload 'yenc-decode-region "yenc" "\ 32494(autoload 'yenc-decode-region "yenc" "\
@@ -32050,7 +32504,7 @@ Extract file name from an yenc header.
32050;;;*** 32504;;;***
32051 32505
32052;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 32506;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
32053;;;;;; yow) "yow" "play/yow.el" (19379 23432)) 32507;;;;;; yow) "yow" "play/yow.el" (19277 34922))
32054;;; Generated autoloads from play/yow.el 32508;;; Generated autoloads from play/yow.el
32055 32509
32056(autoload 'yow "yow" "\ 32510(autoload 'yow "yow" "\
@@ -32076,7 +32530,7 @@ Zippy goes to the analyst.
32076 32530
32077;;;*** 32531;;;***
32078 32532
32079;;;### (autoloads (zone) "zone" "play/zone.el" (19520 54552)) 32533;;;### (autoloads (zone) "zone" "play/zone.el" (19515 27412))
32080;;; Generated autoloads from play/zone.el 32534;;; Generated autoloads from play/zone.el
32081 32535
32082(autoload 'zone "zone" "\ 32536(autoload 'zone "zone" "\
@@ -32086,36 +32540,28 @@ Zone out, completely.
32086 32540
32087;;;*** 32541;;;***
32088 32542
32089;;;### (autoloads nil nil ("abbrevlist.el" "align.el" "allout.el" 32543;;;### (autoloads nil nil ("calc/calc-aent.el" "calc/calc-alg.el"
32090;;;;;; "ansi-color.el" "apropos.el" "arc-mode.el" "array.el" "autoarg.el" 32544;;;;;; "calc/calc-arith.el" "calc/calc-bin.el" "calc/calc-comb.el"
32091;;;;;; "autoinsert.el" "autorevert.el" "avoid.el" "battery.el" "bookmark.el" 32545;;;;;; "calc/calc-cplx.el" "calc/calc-embed.el" "calc/calc-ext.el"
32092;;;;;; "bs.el" "calc/calc-aent.el" "calc/calc-alg.el" "calc/calc-arith.el" 32546;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el"
32093;;;;;; "calc/calc-bin.el" "calc/calc-comb.el" "calc/calc-cplx.el" 32547;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el"
32094;;;;;; "calc/calc-embed.el" "calc/calc-ext.el" "calc/calc-fin.el" 32548;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el"
32095;;;;;; "calc/calc-forms.el" "calc/calc-frac.el" "calc/calc-funcs.el" 32549;;;;;; "calc/calc-macs.el" "calc/calc-map.el" "calc/calc-math.el"
32096;;;;;; "calc/calc-graph.el" "calc/calc-help.el" "calc/calc-incom.el" 32550;;;;;; "calc/calc-menu.el" "calc/calc-misc.el" "calc/calc-mode.el"
32097;;;;;; "calc/calc-keypd.el" "calc/calc-lang.el" "calc/calc-macs.el" 32551;;;;;; "calc/calc-mtx.el" "calc/calc-nlfit.el" "calc/calc-poly.el"
32098;;;;;; "calc/calc-map.el" "calc/calc-math.el" "calc/calc-menu.el" 32552;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el"
32099;;;;;; "calc/calc-misc.el" "calc/calc-mode.el" "calc/calc-mtx.el" 32553;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el"
32100;;;;;; "calc/calc-nlfit.el" "calc/calc-poly.el" "calc/calc-prog.el" 32554;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-undo.el"
32101;;;;;; "calc/calc-rewr.el" "calc/calc-rules.el" "calc/calc-sel.el" 32555;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el"
32102;;;;;; "calc/calc-stat.el" "calc/calc-store.el" "calc/calc-stuff.el" 32556;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el"
32103;;;;;; "calc/calc-trail.el" "calc/calc-undo.el" "calc/calc-units.el" 32557;;;;;; "calc/calcsel2.el" "calendar/cal-bahai.el" "calendar/cal-coptic.el"
32104;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calc.el" "calc/calcalg2.el" 32558;;;;;; "calendar/cal-french.el" "calendar/cal-html.el" "calendar/cal-islam.el"
32105;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el" 32559;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-loaddefs.el"
32106;;;;;; "calculator.el" "calendar/appt.el" "calendar/cal-bahai.el" 32560;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el"
32107;;;;;; "calendar/cal-china.el" "calendar/cal-coptic.el" "calendar/cal-dst.el" 32561;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el"
32108;;;;;; "calendar/cal-french.el" "calendar/cal-hebrew.el" "calendar/cal-html.el" 32562;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el"
32109;;;;;; "calendar/cal-islam.el" "calendar/cal-iso.el" "calendar/cal-julian.el" 32563;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el"
32110;;;;;; "calendar/cal-loaddefs.el" "calendar/cal-mayan.el" "calendar/cal-menu.el" 32564;;;;;; "cedet/cedet-idutils.el" "cedet/cedet.el" "cedet/ede/auto.el"
32111;;;;;; "calendar/cal-move.el" "calendar/cal-persia.el" "calendar/cal-tex.el"
32112;;;;;; "calendar/cal-x.el" "calendar/calendar.el" "calendar/diary-lib.el"
32113;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "calendar/holidays.el"
32114;;;;;; "calendar/icalendar.el" "calendar/lunar.el" "calendar/parse-time.el"
32115;;;;;; "calendar/solar.el" "calendar/time-date.el" "calendar/timeclock.el"
32116;;;;;; "calendar/todo-mode.el" "cdl.el" "cedet/cedet-cscope.el"
32117;;;;;; "cedet/cedet-files.el" "cedet/cedet-global.el" "cedet/cedet-idutils.el"
32118;;;;;; "cedet/cedet.el" "cedet/data-debug.el" "cedet/ede.el" "cedet/ede/auto.el"
32119;;;;;; "cedet/ede/autoconf-edit.el" "cedet/ede/base.el" "cedet/ede/cpp-root.el" 32565;;;;;; "cedet/ede/autoconf-edit.el" "cedet/ede/base.el" "cedet/ede/cpp-root.el"
32120;;;;;; "cedet/ede/custom.el" "cedet/ede/dired.el" "cedet/ede/emacs.el" 32566;;;;;; "cedet/ede/custom.el" "cedet/ede/dired.el" "cedet/ede/emacs.el"
32121;;;;;; "cedet/ede/files.el" "cedet/ede/generic.el" "cedet/ede/linux.el" 32567;;;;;; "cedet/ede/files.el" "cedet/ede/generic.el" "cedet/ede/linux.el"
@@ -32128,7 +32574,7 @@ Zone out, completely.
32128;;;;;; "cedet/ede/simple.el" "cedet/ede/source.el" "cedet/ede/speedbar.el" 32574;;;;;; "cedet/ede/simple.el" "cedet/ede/source.el" "cedet/ede/speedbar.el"
32129;;;;;; "cedet/ede/srecode.el" "cedet/ede/system.el" "cedet/ede/util.el" 32575;;;;;; "cedet/ede/srecode.el" "cedet/ede/system.el" "cedet/ede/util.el"
32130;;;;;; "cedet/inversion.el" "cedet/mode-local.el" "cedet/pulse.el" 32576;;;;;; "cedet/inversion.el" "cedet/mode-local.el" "cedet/pulse.el"
32131;;;;;; "cedet/semantic.el" "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el" 32577;;;;;; "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el"
32132;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el" 32578;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el"
32133;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el" 32579;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el"
32134;;;;;; "cedet/semantic/bovine/c-by.el" "cedet/semantic/bovine/c.el" 32580;;;;;; "cedet/semantic/bovine/c-by.el" "cedet/semantic/bovine/c.el"
@@ -32167,294 +32613,135 @@ Zone out, completely.
32167;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el" 32613;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el"
32168;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el" 32614;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el"
32169;;;;;; "cedet/srecode/map.el" "cedet/srecode/mode.el" "cedet/srecode/semantic.el" 32615;;;;;; "cedet/srecode/map.el" "cedet/srecode/mode.el" "cedet/srecode/semantic.el"
32170;;;;;; "cedet/srecode/srt-mode.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" 32616;;;;;; "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" "cedet/srecode/table.el"
32171;;;;;; "cedet/srecode/table.el" "cedet/srecode/template.el" "cedet/srecode/texi.el" 32617;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "cus-dep.el"
32172;;;;;; "chistory.el" "cmuscheme.el" "comint.el" "completion.el" 32618;;;;;; "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" "dos-vars.el"
32173;;;;;; "cus-dep.el" "cus-edit.el" "cus-theme.el" "dabbrev.el" "delim-col.el" 32619;;;;;; "dos-w32.el" "dynamic-setting.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el"
32174;;;;;; "delsel.el" "descr-text.el" "desktop.el" "dframe.el" "dired-aux.el" 32620;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el"
32175;;;;;; "dired-x.el" "dired.el" "dirtrack.el" "doc-view.el" "dos-fns.el" 32621;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el"
32176;;;;;; "dos-vars.el" "double.el" "dynamic-setting.el" "ebuff-menu.el"
32177;;;;;; "echistory.el" "edmacro.el" "ehelp.el" "electric.el" "elide-head.el"
32178;;;;;; "emacs-lisp/advice.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el"
32179;;;;;; "emacs-lisp/autoload.el" "emacs-lisp/avl-tree.el" "emacs-lisp/benchmark.el"
32180;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/bytecomp.el"
32181;;;;;; "emacs-lisp/chart.el" "emacs-lisp/check-declare.el" "emacs-lisp/checkdoc.el"
32182;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-indent.el" "emacs-lisp/cl-loaddefs.el"
32183;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" 32622;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el"
32184;;;;;; "emacs-lisp/cl.el" "emacs-lisp/copyright.el" "emacs-lisp/crm.el" 32623;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-comp.el"
32185;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/debug.el" "emacs-lisp/derived.el"
32186;;;;;; "emacs-lisp/disass.el" "emacs-lisp/easy-mmode.el" "emacs-lisp/easymenu.el"
32187;;;;;; "emacs-lisp/edebug.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-comp.el"
32188;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-datadebug.el" 32624;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-datadebug.el"
32189;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eieio-speedbar.el" 32625;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eieio-speedbar.el"
32190;;;;;; "emacs-lisp/eieio.el" "emacs-lisp/eldoc.el" "emacs-lisp/elint.el" 32626;;;;;; "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" "emacs-lisp/gulp.el"
32191;;;;;; "emacs-lisp/elp.el" "emacs-lisp/ewoc.el" "emacs-lisp/find-func.el" 32627;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" "emacs-lisp/regi.el"
32192;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/generic.el" "emacs-lisp/gulp.el" 32628;;;;;; "emacs-lisp/smie.el" "emacs-lisp/sregex.el" "emacs-lisp/tcover-ses.el"
32193;;;;;; "emacs-lisp/helper.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/macroexp.el" 32629;;;;;; "emacs-lisp/tcover-unsafep.el" "emacs-lock.el" "emulation/cua-gmrk.el"
32194;;;;;; "emacs-lisp/package-x.el" "emacs-lisp/package.el" "emacs-lisp/pcase.el"
32195;;;;;; "emacs-lisp/pp.el" "emacs-lisp/re-builder.el" "emacs-lisp/regexp-opt.el"
32196;;;;;; "emacs-lisp/regi.el" "emacs-lisp/ring.el" "emacs-lisp/rx.el"
32197;;;;;; "emacs-lisp/shadow.el" "emacs-lisp/smie.el" "emacs-lisp/sregex.el"
32198;;;;;; "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el"
32199;;;;;; "emacs-lisp/testcover.el" "emacs-lisp/tq.el" "emacs-lisp/trace.el"
32200;;;;;; "emacs-lisp/unsafep.el" "emacs-lisp/warnings.el" "emacs-lock.el"
32201;;;;;; "emulation/crisp.el" "emulation/cua-base.el" "emulation/cua-gmrk.el"
32202;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el" 32630;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el"
32203;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/edt.el" 32631;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-extras.el"
32204;;;;;; "emulation/keypad.el" "emulation/pc-mode.el" "emulation/pc-select.el" 32632;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el"
32205;;;;;; "emulation/tpu-edt.el" "emulation/tpu-extras.el" "emulation/tpu-mapper.el" 32633;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el"
32206;;;;;; "emulation/vi.el" "emulation/vip.el" "emulation/viper-cmd.el" 32634;;;;;; "emulation/viper-util.el" "erc/erc-backend.el" "erc/erc-goodies.el"
32207;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" 32635;;;;;; "erc/erc-ibuffer.el" "erc/erc-lang.el" "eshell/em-alias.el"
32208;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el"
32209;;;;;; "emulation/viper.el" "emulation/ws-mode.el" "epa-dired.el"
32210;;;;;; "epa-file.el" "epa-mail.el" "epa.el" "epg-config.el" "epg.el"
32211;;;;;; "erc/erc-autoaway.el" "erc/erc-backend.el" "erc/erc-button.el"
32212;;;;;; "erc/erc-capab.el" "erc/erc-compat.el" "erc/erc-dcc.el" "erc/erc-ezbounce.el"
32213;;;;;; "erc/erc-fill.el" "erc/erc-goodies.el" "erc/erc-hecomplete.el"
32214;;;;;; "erc/erc-ibuffer.el" "erc/erc-identd.el" "erc/erc-imenu.el"
32215;;;;;; "erc/erc-join.el" "erc/erc-lang.el" "erc/erc-list.el" "erc/erc-log.el"
32216;;;;;; "erc/erc-match.el" "erc/erc-menu.el" "erc/erc-netsplit.el"
32217;;;;;; "erc/erc-networks.el" "erc/erc-notify.el" "erc/erc-page.el"
32218;;;;;; "erc/erc-pcomplete.el" "erc/erc-replace.el" "erc/erc-ring.el"
32219;;;;;; "erc/erc-services.el" "erc/erc-sound.el" "erc/erc-speedbar.el"
32220;;;;;; "erc/erc-spelling.el" "erc/erc-stamp.el" "erc/erc-track.el"
32221;;;;;; "erc/erc-truncate.el" "erc/erc-xdcc.el" "erc/erc.el" "eshell/em-alias.el"
32222;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el" 32636;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el"
32223;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el" 32637;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el"
32224;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el" 32638;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el"
32225;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el" 32639;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el"
32226;;;;;; "eshell/em-term.el" "eshell/em-unix.el" "eshell/em-xtra.el" 32640;;;;;; "eshell/em-term.el" "eshell/em-unix.el" "eshell/em-xtra.el"
32227;;;;;; "eshell/esh-arg.el" "eshell/esh-cmd.el" "eshell/esh-ext.el" 32641;;;;;; "eshell/esh-arg.el" "eshell/esh-cmd.el" "eshell/esh-ext.el"
32228;;;;;; "eshell/esh-io.el" "eshell/esh-mode.el" "eshell/esh-module.el" 32642;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el"
32229;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-test.el" 32643;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el"
32230;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "eshell/eshell.el" 32644;;;;;; "ezimage.el" "foldout.el" "format-spec.el" "forms-d2.el"
32231;;;;;; "expand.el" "ezimage.el" "face-remap.el" "ffap.el" "filecache.el" 32645;;;;;; "forms-pass.el" "fringe.el" "generic-x.el" "gnus/auth-source.el"
32232;;;;;; "files-x.el" "filesets.el" "find-cmd.el" "find-dired.el" 32646;;;;;; "gnus/color.el" "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el"
32233;;;;;; "find-file.el" "find-lisp.el" "finder.el" "flow-ctrl.el" 32647;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el"
32234;;;;;; "foldout.el" "follow.el" "format-spec.el" "forms-d2.el" "forms-pass.el"
32235;;;;;; "forms.el" "generic-x.el" "gnus/auth-source.el" "gnus/canlock.el"
32236;;;;;; "gnus/compface.el" "gnus/deuglify.el" "gnus/ecomplete.el"
32237;;;;;; "gnus/flow-fill.el" "gnus/gmm-utils.el" "gnus/gnus-agent.el"
32238;;;;;; "gnus/gnus-art.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el"
32239;;;;;; "gnus/gnus-bookmark.el" "gnus/gnus-cache.el" "gnus/gnus-cite.el"
32240;;;;;; "gnus/gnus-cus.el" "gnus/gnus-delay.el" "gnus/gnus-demon.el"
32241;;;;;; "gnus/gnus-diary.el" "gnus/gnus-dired.el" "gnus/gnus-draft.el"
32242;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el" 32648;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el"
32243;;;;;; "gnus/gnus-fun.el" "gnus/gnus-gravatar.el" "gnus/gnus-group.el" 32649;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el"
32244;;;;;; "gnus/gnus-html.el" "gnus/gnus-int.el" "gnus/gnus-kill.el" 32650;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el"
32245;;;;;; "gnus/gnus-logic.el" "gnus/gnus-mh.el" "gnus/gnus-ml.el" 32651;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el"
32246;;;;;; "gnus/gnus-mlspl.el" "gnus/gnus-msg.el" "gnus/gnus-picon.el" 32652;;;;;; "gnus/gnus-util.el" "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/ietf-drums.el"
32247;;;;;; "gnus/gnus-range.el" "gnus/gnus-registry.el" "gnus/gnus-salt.el" 32653;;;;;; "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" "gnus/mail-prsvr.el"
32248;;;;;; "gnus/gnus-score.el" "gnus/gnus-setup.el" "gnus/gnus-sieve.el" 32654;;;;;; "gnus/mail-source.el" "gnus/mailcap.el" "gnus/messcompat.el"
32249;;;;;; "gnus/gnus-spec.el" "gnus/gnus-srvr.el" "gnus/gnus-start.el"
32250;;;;;; "gnus/gnus-sum.el" "gnus/gnus-sync.el" "gnus/gnus-topic.el"
32251;;;;;; "gnus/gnus-undo.el" "gnus/gnus-util.el" "gnus/gnus-uu.el"
32252;;;;;; "gnus/gnus-vm.el" "gnus/gnus-win.el" "gnus/gnus.el" "gnus/gravatar.el"
32253;;;;;; "gnus/html2text.el" "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el"
32254;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/mail-source.el"
32255;;;;;; "gnus/mailcap.el" "gnus/message.el" "gnus/messcompat.el"
32256;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-encode.el" 32655;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-encode.el"
32257;;;;;; "gnus/mm-extern.el" "gnus/mm-partial.el" "gnus/mm-url.el" 32656;;;;;; "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el"
32258;;;;;; "gnus/mm-util.el" "gnus/mm-uu.el" "gnus/mm-view.el" "gnus/mml-sec.el" 32657;;;;;; "gnus/mml.el" "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el"
32259;;;;;; "gnus/mml-smime.el" "gnus/mml.el" "gnus/mml1991.el" "gnus/mml2015.el" 32658;;;;;; "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el"
32260;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndiary.el" "gnus/nndir.el" 32659;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el"
32261;;;;;; "gnus/nndoc.el" "gnus/nndraft.el" "gnus/nneething.el" "gnus/nnfolder.el" 32660;;;;;; "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el" "gnus/nnmh.el"
32262;;;;;; "gnus/nngateway.el" "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" 32661;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el"
32263;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el" 32662;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el"
32264;;;;;; "gnus/nnmh.el" "gnus/nnml.el" "gnus/nnnil.el" "gnus/nnoo.el"
32265;;;;;; "gnus/nnregistry.el" "gnus/nnrss.el" "gnus/nnspool.el" "gnus/nntp.el"
32266;;;;;; "gnus/nnvirtual.el" "gnus/nnweb.el" "gnus/pop3.el" "gnus/qp.el"
32267;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" 32663;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el"
32268;;;;;; "gnus/rfc2231.el" "gnus/score-mode.el" "gnus/shr.el" "gnus/sieve-manage.el" 32664;;;;;; "gnus/rfc2231.el" "gnus/shr-color.el" "gnus/sieve-manage.el"
32269;;;;;; "gnus/sieve-mode.el" "gnus/sieve.el" "gnus/smiley.el" "gnus/smime.el" 32665;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "hex-util.el"
32270;;;;;; "gnus/spam-report.el" "gnus/spam-stat.el" "gnus/spam-wash.el" 32666;;;;;; "hfy-cmap.el" "ibuf-ext.el" "international/charprop.el" "international/cp51932.el"
32271;;;;;; "gnus/spam.el" "gnus/starttls.el" "gnus/utf7.el" "gnus/yenc.el" 32667;;;;;; "international/eucjp-ms.el" "international/fontset.el" "international/iso-ascii.el"
32272;;;;;; "gs.el" "help-at-pt.el" "help-fns.el" "help-macro.el" "help-mode.el"
32273;;;;;; "hex-util.el" "hexl.el" "hfy-cmap.el" "hi-lock.el" "hilit-chg.el"
32274;;;;;; "hippie-exp.el" "hl-line.el" "htmlfontify.el" "ibuf-ext.el"
32275;;;;;; "ibuf-macs.el" "ibuffer.el" "icomplete.el" "ido.el" "ielm.el"
32276;;;;;; "iimage.el" "image-dired.el" "image-file.el" "image-mode.el"
32277;;;;;; "imenu.el" "info-look.el" "info-xref.el" "info.el" "informat.el"
32278;;;;;; "international/ccl.el" "international/cp51932.el" "international/eucjp-ms.el"
32279;;;;;; "international/isearch-x.el" "international/iso-ascii.el"
32280;;;;;; "international/iso-cvt.el" "international/iso-transl.el"
32281;;;;;; "international/ja-dic-cnv.el" "international/ja-dic-utl.el" 32668;;;;;; "international/ja-dic-cnv.el" "international/ja-dic-utl.el"
32282;;;;;; "international/kinsoku.el" "international/kkc.el" "international/latexenc.el" 32669;;;;;; "international/ogonek.el" "international/uni-bidi.el" "international/uni-category.el"
32283;;;;;; "international/latin1-disp.el" "international/mule-diag.el"
32284;;;;;; "international/mule-util.el" "international/ogonek.el" "international/quail.el"
32285;;;;;; "international/robin.el" "international/titdic-cnv.el" "international/ucs-normalize.el"
32286;;;;;; "international/uni-bidi.el" "international/uni-category.el"
32287;;;;;; "international/uni-combining.el" "international/uni-comment.el" 32670;;;;;; "international/uni-combining.el" "international/uni-comment.el"
32288;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el" 32671;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el"
32289;;;;;; "international/uni-digit.el" "international/uni-lowercase.el" 32672;;;;;; "international/uni-digit.el" "international/uni-lowercase.el"
32290;;;;;; "international/uni-mirrored.el" "international/uni-name.el" 32673;;;;;; "international/uni-mirrored.el" "international/uni-name.el"
32291;;;;;; "international/uni-numeric.el" "international/uni-old-name.el" 32674;;;;;; "international/uni-numeric.el" "international/uni-old-name.el"
32292;;;;;; "international/uni-titlecase.el" "international/uni-uppercase.el" 32675;;;;;; "international/uni-titlecase.el" "international/uni-uppercase.el"
32293;;;;;; "international/utf-7.el" "isearchb.el" "iswitchb.el" "jka-compr.el" 32676;;;;;; "json.el" "kermit.el" "language/hanja-util.el" "language/thai-word.el"
32294;;;;;; "json.el" "kermit.el" "kmacro.el" "language/china-util.el" 32677;;;;;; "ldefs-boot.el" "mail/blessmail.el" "mail/mailheader.el"
32295;;;;;; "language/cyril-util.el" "language/ethio-util.el" "language/hanja-util.el" 32678;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el"
32296;;;;;; "language/ind-util.el" "language/japan-util.el" "language/korea-util.el" 32679;;;;;; "mail/rmail-spam-filter.el" "mail/rmailedit.el" "mail/rmailkwd.el"
32297;;;;;; "language/lao-util.el" "language/thai-util.el" "language/thai-word.el" 32680;;;;;; "mail/rmailmm.el" "mail/rmailmsc.el" "mail/rmailsort.el"
32298;;;;;; "language/tibet-util.el" "language/tv-util.el" "language/viet-util.el" 32681;;;;;; "mail/rmailsum.el" "mail/undigest.el" "md4.el" "mh-e/mh-acros.el"
32299;;;;;; "ldefs-boot.el" "ledit.el" "linum.el" "loadhist.el" "locate.el" 32682;;;;;; "mh-e/mh-alias.el" "mh-e/mh-buffers.el" "mh-e/mh-compat.el"
32300;;;;;; "longlines.el" "lpr.el" "macros.el" "mail/binhex.el" "mail/blessmail.el"
32301;;;;;; "mail/emacsbug.el" "mail/feedmail.el" "mail/footnote.el"
32302;;;;;; "mail/hashcash.el" "mail/mail-extr.el" "mail/mail-hist.el"
32303;;;;;; "mail/mail-utils.el" "mail/mailabbrev.el" "mail/mailalias.el"
32304;;;;;; "mail/mailclient.el" "mail/mailheader.el" "mail/mailpost.el"
32305;;;;;; "mail/metamail.el" "mail/mspools.el" "mail/reporter.el" "mail/rfc2368.el"
32306;;;;;; "mail/rfc822.el" "mail/rmail-spam-filter.el" "mail/rmail.el"
32307;;;;;; "mail/rmailedit.el" "mail/rmailkwd.el" "mail/rmailmm.el"
32308;;;;;; "mail/rmailmsc.el" "mail/rmailout.el" "mail/rmailsort.el"
32309;;;;;; "mail/rmailsum.el" "mail/sendmail.el" "mail/smtpmail.el"
32310;;;;;; "mail/supercite.el" "mail/uce.el" "mail/undigest.el" "mail/unrmail.el"
32311;;;;;; "mail/uudecode.el" "makesum.el" "man.el" "master.el" "mb-depth.el"
32312;;;;;; "md4.el" "mh-e/mh-acros.el" "mh-e/mh-alias.el" "mh-e/mh-buffers.el"
32313;;;;;; "mh-e/mh-comp.el" "mh-e/mh-compat.el" "mh-e/mh-e.el" "mh-e/mh-folder.el"
32314;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" "mh-e/mh-identity.el" 32683;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" "mh-e/mh-identity.el"
32315;;;;;; "mh-e/mh-inc.el" "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el" 32684;;;;;; "mh-e/mh-inc.el" "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el"
32316;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el" 32685;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el"
32317;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el" 32686;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el"
32318;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el" 32687;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el"
32319;;;;;; "mh-e/mh-utils.el" "mh-e/mh-xface.el" "midnight.el" "minibuf-eldef.el" 32688;;;;;; "mh-e/mh-utils.el" "mh-e/mh-xface.el" "mouse-copy.el" "mouse.el"
32320;;;;;; "misc.el" "misearch.el" "mouse-copy.el" "mouse-drag.el" "mouse-sel.el" 32689;;;;;; "mwheel.el" "net/dns.el" "net/eudc-vars.el" "net/eudcb-bbdb.el"
32321;;;;;; "mpc.el" "msb.el" "net/ange-ftp.el" "net/browse-url.el" "net/dbus.el"
32322;;;;;; "net/dig.el" "net/dns.el" "net/eudc-bob.el" "net/eudc-export.el"
32323;;;;;; "net/eudc-hotlist.el" "net/eudc-vars.el" "net/eudc.el" "net/eudcb-bbdb.el"
32324;;;;;; "net/eudcb-ldap.el" "net/eudcb-mab.el" "net/eudcb-ph.el" 32690;;;;;; "net/eudcb-ldap.el" "net/eudcb-mab.el" "net/eudcb-ph.el"
32325;;;;;; "net/gnutls.el" "net/goto-addr.el" "net/hmac-def.el" "net/hmac-md5.el" 32691;;;;;; "net/gnutls.el" "net/hmac-def.el" "net/hmac-md5.el" "net/imap-hash.el"
32326;;;;;; "net/imap-hash.el" "net/imap.el" "net/ldap.el" "net/mairix.el" 32692;;;;;; "net/imap.el" "net/ldap.el" "net/mairix.el" "net/newsticker.el"
32327;;;;;; "net/net-utils.el" "net/netrc.el" "net/newst-backend.el" 32693;;;;;; "net/ntlm.el" "net/sasl-cram.el" "net/sasl-digest.el" "net/sasl-ntlm.el"
32328;;;;;; "net/newst-plainview.el" "net/newst-reader.el" "net/newst-ticker.el" 32694;;;;;; "net/sasl.el" "net/socks.el" "net/tls.el" "net/tramp-cache.el"
32329;;;;;; "net/newst-treeview.el" "net/newsticker.el" "net/ntlm.el" 32695;;;;;; "net/tramp-cmds.el" "net/tramp-compat.el" "net/tramp-gvfs.el"
32330;;;;;; "net/quickurl.el" "net/rcirc.el" "net/rcompile.el" "net/rlogin.el"
32331;;;;;; "net/sasl-cram.el" "net/sasl-digest.el" "net/sasl-ntlm.el"
32332;;;;;; "net/sasl.el" "net/secrets.el" "net/snmp-mode.el" "net/socks.el"
32333;;;;;; "net/telnet.el" "net/tls.el" "net/tramp-cache.el" "net/tramp-cmds.el"
32334;;;;;; "net/tramp-compat.el" "net/tramp-ftp.el" "net/tramp-gvfs.el"
32335;;;;;; "net/tramp-gw.el" "net/tramp-imap.el" "net/tramp-loaddefs.el" 32696;;;;;; "net/tramp-gw.el" "net/tramp-imap.el" "net/tramp-loaddefs.el"
32336;;;;;; "net/tramp-sh.el" "net/tramp-smb.el" "net/tramp-uu.el" "net/tramp.el" 32697;;;;;; "net/tramp-sh.el" "net/tramp-smb.el" "net/tramp-uu.el" "net/trampver.el"
32337;;;;;; "net/trampver.el" "net/webjump.el" "net/xesam.el" "net/zeroconf.el" 32698;;;;;; "net/zeroconf.el" "notifications.el" "nxml/nxml-enc.el" "nxml/nxml-maint.el"
32338;;;;;; "newcomment.el" "notifications.el" "novice.el" "nxml/nxml-enc.el"
32339;;;;;; "nxml/nxml-glyph.el" "nxml/nxml-maint.el" "nxml/nxml-mode.el"
32340;;;;;; "nxml/nxml-ns.el" "nxml/nxml-outln.el" "nxml/nxml-parse.el" 32699;;;;;; "nxml/nxml-ns.el" "nxml/nxml-outln.el" "nxml/nxml-parse.el"
32341;;;;;; "nxml/nxml-rap.el" "nxml/nxml-uchnm.el" "nxml/nxml-util.el" 32700;;;;;; "nxml/nxml-rap.el" "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el"
32342;;;;;; "nxml/rng-cmpct.el" "nxml/rng-dt.el" "nxml/rng-loc.el" "nxml/rng-maint.el" 32701;;;;;; "nxml/rng-maint.el" "nxml/rng-match.el" "nxml/rng-parse.el"
32343;;;;;; "nxml/rng-match.el" "nxml/rng-nxml.el" "nxml/rng-parse.el"
32344;;;;;; "nxml/rng-pttrn.el" "nxml/rng-uri.el" "nxml/rng-util.el" 32702;;;;;; "nxml/rng-pttrn.el" "nxml/rng-uri.el" "nxml/rng-util.el"
32345;;;;;; "nxml/rng-valid.el" "nxml/rng-xsd.el" "nxml/xmltok.el" "nxml/xsd-regexp.el" 32703;;;;;; "nxml/xsd-regexp.el" "org/ob-C.el" "org/ob-R.el" "org/ob-asymptote.el"
32346;;;;;; "org/ob-C.el" "org/ob-R.el" "org/ob-asymptote.el" "org/ob-calc.el" 32704;;;;;; "org/ob-calc.el" "org/ob-clojure.el" "org/ob-comint.el" "org/ob-css.el"
32347;;;;;; "org/ob-clojure.el" "org/ob-comint.el" "org/ob-css.el" "org/ob-ditaa.el" 32705;;;;;; "org/ob-ditaa.el" "org/ob-dot.el" "org/ob-emacs-lisp.el"
32348;;;;;; "org/ob-dot.el" "org/ob-emacs-lisp.el" "org/ob-eval.el" "org/ob-exp.el" 32706;;;;;; "org/ob-eval.el" "org/ob-exp.el" "org/ob-gnuplot.el" "org/ob-haskell.el"
32349;;;;;; "org/ob-gnuplot.el" "org/ob-haskell.el" "org/ob-js.el" "org/ob-keys.el" 32707;;;;;; "org/ob-js.el" "org/ob-latex.el" "org/ob-ledger.el" "org/ob-lisp.el"
32350;;;;;; "org/ob-latex.el" "org/ob-ledger.el" "org/ob-lisp.el" "org/ob-lob.el"
32351;;;;;; "org/ob-matlab.el" "org/ob-mscgen.el" "org/ob-ocaml.el" "org/ob-octave.el" 32708;;;;;; "org/ob-matlab.el" "org/ob-mscgen.el" "org/ob-ocaml.el" "org/ob-octave.el"
32352;;;;;; "org/ob-org.el" "org/ob-perl.el" "org/ob-plantuml.el" "org/ob-python.el" 32709;;;;;; "org/ob-org.el" "org/ob-perl.el" "org/ob-plantuml.el" "org/ob-python.el"
32353;;;;;; "org/ob-ref.el" "org/ob-ruby.el" "org/ob-sass.el" "org/ob-scheme.el" 32710;;;;;; "org/ob-ref.el" "org/ob-ruby.el" "org/ob-sass.el" "org/ob-scheme.el"
32354;;;;;; "org/ob-screen.el" "org/ob-sh.el" "org/ob-sql.el" "org/ob-sqlite.el" 32711;;;;;; "org/ob-screen.el" "org/ob-sh.el" "org/ob-sql.el" "org/ob-sqlite.el"
32355;;;;;; "org/ob-table.el" "org/ob-tangle.el" "org/ob.el" "org/org-agenda.el" 32712;;;;;; "org/ob-table.el" "org/org-beamer.el" "org/org-bibtex.el"
32356;;;;;; "org/org-archive.el" "org/org-ascii.el" "org/org-attach.el" 32713;;;;;; "org/org-colview.el" "org/org-compat.el" "org/org-crypt.el"
32357;;;;;; "org/org-bbdb.el" "org/org-beamer.el" "org/org-bibtex.el" 32714;;;;;; "org/org-ctags.el" "org/org-docview.el" "org/org-entities.el"
32358;;;;;; "org/org-capture.el" "org/org-clock.el" "org/org-colview.el" 32715;;;;;; "org/org-exp-blocks.el" "org/org-faces.el" "org/org-gnus.el"
32359;;;;;; "org/org-compat.el" "org/org-crypt.el" "org/org-ctags.el" 32716;;;;;; "org/org-habit.el" "org/org-info.el" "org/org-inlinetask.el"
32360;;;;;; "org/org-datetree.el" "org/org-docbook.el" "org/org-docview.el" 32717;;;;;; "org/org-install.el" "org/org-jsinfo.el" "org/org-list.el"
32361;;;;;; "org/org-entities.el" "org/org-exp-blocks.el" "org/org-exp.el" 32718;;;;;; "org/org-mac-message.el" "org/org-macs.el" "org/org-mew.el"
32362;;;;;; "org/org-faces.el" "org/org-feed.el" "org/org-footnote.el" 32719;;;;;; "org/org-mhe.el" "org/org-mks.el" "org/org-mouse.el" "org/org-protocol.el"
32363;;;;;; "org/org-freemind.el" "org/org-gnus.el" "org/org-habit.el" 32720;;;;;; "org/org-rmail.el" "org/org-src.el" "org/org-vm.el" "org/org-w3m.el"
32364;;;;;; "org/org-html.el" "org/org-icalendar.el" "org/org-id.el" 32721;;;;;; "org/org-wl.el" "patcomp.el" "pgg-def.el" "pgg-parse.el"
32365;;;;;; "org/org-indent.el" "org/org-info.el" "org/org-inlinetask.el" 32722;;;;;; "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el" "play/gametree.el"
32366;;;;;; "org/org-install.el" "org/org-irc.el" "org/org-jsinfo.el" 32723;;;;;; "play/meese.el" "progmodes/ada-prj.el" "progmodes/cc-align.el"
32367;;;;;; "org/org-latex.el" "org/org-list.el" "org/org-mac-message.el"
32368;;;;;; "org/org-macs.el" "org/org-mew.el" "org/org-mhe.el" "org/org-mks.el"
32369;;;;;; "org/org-mobile.el" "org/org-mouse.el" "org/org-plot.el"
32370;;;;;; "org/org-protocol.el" "org/org-publish.el" "org/org-remember.el"
32371;;;;;; "org/org-rmail.el" "org/org-src.el" "org/org-table.el" "org/org-taskjuggler.el"
32372;;;;;; "org/org-timer.el" "org/org-vm.el" "org/org-w3m.el" "org/org-wl.el"
32373;;;;;; "org/org-xoxo.el" "org/org.el" "outline.el" "paren.el" "password-cache.el"
32374;;;;;; "patcomp.el" "pcmpl-cvs.el" "pcmpl-gnu.el" "pcmpl-linux.el"
32375;;;;;; "pcmpl-rpm.el" "pcmpl-unix.el" "pcomplete.el" "pgg-def.el"
32376;;;;;; "pgg-gpg.el" "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "pgg.el"
32377;;;;;; "play/5x5.el" "play/animate.el" "play/blackbox.el" "play/bruce.el"
32378;;;;;; "play/bubbles.el" "play/cookie1.el" "play/decipher.el" "play/dissociate.el"
32379;;;;;; "play/doctor.el" "play/dunnet.el" "play/fortune.el" "play/gamegrid.el"
32380;;;;;; "play/gametree.el" "play/gomoku.el" "play/handwrite.el" "play/hanoi.el"
32381;;;;;; "play/landmark.el" "play/life.el" "play/meese.el" "play/morse.el"
32382;;;;;; "play/mpuz.el" "play/pong.el" "play/snake.el" "play/solitaire.el"
32383;;;;;; "play/spook.el" "play/studly.el" "play/tetris.el" "play/yow.el"
32384;;;;;; "play/zone.el" "printing.el" "proced.el" "progmodes/ada-mode.el"
32385;;;;;; "progmodes/ada-prj.el" "progmodes/ada-stmt.el" "progmodes/ada-xref.el"
32386;;;;;; "progmodes/antlr-mode.el" "progmodes/asm-mode.el" "progmodes/autoconf.el"
32387;;;;;; "progmodes/bug-reference.el" "progmodes/cap-words.el" "progmodes/cc-align.el"
32388;;;;;; "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" 32724;;;;;; "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el"
32389;;;;;; "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-engine.el" 32725;;;;;; "progmodes/cc-defs.el" "progmodes/cc-fonts.el" "progmodes/cc-langs.el"
32390;;;;;; "progmodes/cc-fonts.el" "progmodes/cc-langs.el" "progmodes/cc-menus.el" 32726;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-abn.el" "progmodes/ebnf-bnf.el"
32391;;;;;; "progmodes/cc-mode.el" "progmodes/cc-styles.el" "progmodes/cc-vars.el" 32727;;;;;; "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el" "progmodes/ebnf-iso.el"
32392;;;;;; "progmodes/cfengine.el" "progmodes/cmacexp.el" "progmodes/compile.el" 32728;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-complete-structtag.el"
32393;;;;;; "progmodes/cperl-mode.el" "progmodes/cpp.el" "progmodes/cwarn.el" 32729;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-toolbar.el" "progmodes/mantemp.el"
32394;;;;;; "progmodes/dcl-mode.el" "progmodes/delphi.el" "progmodes/ebnf-abn.el" 32730;;;;;; "progmodes/xscheme.el" "ps-def.el" "ps-mule.el" "ps-samp.el"
32395;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el" 32731;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el"
32396;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" 32732;;;;;; "soundex.el" "subdirs.el" "tempo.el" "textmodes/bib-mode.el"
32397;;;;;; "progmodes/ebnf2ps.el" "progmodes/ebrowse.el" "progmodes/etags.el" 32733;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/refbib.el"
32398;;;;;; "progmodes/executable.el" "progmodes/f90.el" "progmodes/flymake.el" 32734;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el"
32399;;;;;; "progmodes/fortran.el" "progmodes/gdb-mi.el" "progmodes/glasses.el" 32735;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el"
32400;;;;;; "progmodes/grep.el" "progmodes/gud.el" "progmodes/hideif.el" 32736;;;;;; "textmodes/texnfo-upd.el" "timezone.el" "tooltip.el" "tree-widget.el"
32401;;;;;; "progmodes/hideshow.el" "progmodes/icon.el" "progmodes/idlw-complete-structtag.el" 32737;;;;;; "uniquify.el" "url/url-about.el" "url/url-cookie.el" "url/url-dired.el"
32402;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-shell.el" "progmodes/idlw-toolbar.el" 32738;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el"
32403;;;;;; "progmodes/idlwave.el" "progmodes/inf-lisp.el" "progmodes/js.el" 32739;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
32404;;;;;; "progmodes/ld-script.el" "progmodes/m4-mode.el" "progmodes/make-mode.el" 32740;;;;;; "url/url-vars.el" "vc/ediff-diff.el" "vc/ediff-init.el" "vc/ediff-merg.el"
32405;;;;;; "progmodes/mantemp.el" "progmodes/meta-mode.el" "progmodes/mixal-mode.el" 32741;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el"
32406;;;;;; "progmodes/modula2.el" "progmodes/octave-inf.el" "progmodes/octave-mod.el" 32742;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el"
32407;;;;;; "progmodes/pascal.el" "progmodes/perl-mode.el" "progmodes/prolog.el" 32743;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-fns.el"
32408;;;;;; "progmodes/ps-mode.el" "progmodes/python.el" "progmodes/ruby-mode.el" 32744;;;;;; "w32-vars.el" "x-dnd.el") (19696 28874 906463))
32409;;;;;; "progmodes/scheme.el" "progmodes/sh-script.el" "progmodes/simula.el"
32410;;;;;; "progmodes/sql.el" "progmodes/subword.el" "progmodes/tcl.el"
32411;;;;;; "progmodes/vera-mode.el" "progmodes/verilog-mode.el" "progmodes/vhdl-mode.el"
32412;;;;;; "progmodes/which-func.el" "progmodes/xscheme.el" "ps-bdf.el"
32413;;;;;; "ps-def.el" "ps-mule.el" "ps-print.el" "ps-samp.el" "recentf.el"
32414;;;;;; "rect.el" "repeat.el" "reposition.el" "reveal.el" "rot13.el"
32415;;;;;; "ruler-mode.el" "savehist.el" "saveplace.el" "sb-image.el"
32416;;;;;; "scroll-all.el" "scroll-lock.el" "server.el" "ses.el" "sha1.el"
32417;;;;;; "shadowfile.el" "shell.el" "skeleton.el" "sort.el" "soundex.el"
32418;;;;;; "speedbar.el" "strokes.el" "subdirs.el" "t-mouse.el" "tabify.el"
32419;;;;;; "talk.el" "tar-mode.el" "tempo.el" "term.el" "terminal.el"
32420;;;;;; "textmodes/artist.el" "textmodes/bib-mode.el" "textmodes/bibtex-style.el"
32421;;;;;; "textmodes/bibtex.el" "textmodes/conf-mode.el" "textmodes/css-mode.el"
32422;;;;;; "textmodes/dns-mode.el" "textmodes/enriched.el" "textmodes/flyspell.el"
32423;;;;;; "textmodes/ispell.el" "textmodes/makeinfo.el" "textmodes/nroff-mode.el"
32424;;;;;; "textmodes/page-ext.el" "textmodes/picture.el" "textmodes/po.el"
32425;;;;;; "textmodes/refbib.el" "textmodes/refer.el" "textmodes/refill.el"
32426;;;;;; "textmodes/reftex-auc.el" "textmodes/reftex-cite.el" "textmodes/reftex-dcr.el"
32427;;;;;; "textmodes/reftex-global.el" "textmodes/reftex-index.el"
32428;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-ref.el" "textmodes/reftex-sel.el"
32429;;;;;; "textmodes/reftex-toc.el" "textmodes/reftex-vars.el" "textmodes/reftex.el"
32430;;;;;; "textmodes/remember.el" "textmodes/rst.el" "textmodes/sgml-mode.el"
32431;;;;;; "textmodes/spell.el" "textmodes/table.el" "textmodes/tex-mode.el"
32432;;;;;; "textmodes/texinfmt.el" "textmodes/texinfo.el" "textmodes/texnfo-upd.el"
32433;;;;;; "textmodes/tildify.el" "textmodes/two-column.el" "textmodes/underline.el"
32434;;;;;; "thingatpt.el" "thumbs.el" "time-stamp.el" "time.el" "timezone.el"
32435;;;;;; "tmm.el" "tree-widget.el" "tutorial.el" "type-break.el" "uniquify.el"
32436;;;;;; "url/url-about.el" "url/url-auth.el" "url/url-cache.el" "url/url-cid.el"
32437;;;;;; "url/url-cookie.el" "url/url-dav.el" "url/url-dired.el" "url/url-expand.el"
32438;;;;;; "url/url-file.el" "url/url-ftp.el" "url/url-gw.el" "url/url-handlers.el"
32439;;;;;; "url/url-history.el" "url/url-http.el" "url/url-imap.el"
32440;;;;;; "url/url-irc.el" "url/url-ldap.el" "url/url-mailto.el" "url/url-methods.el"
32441;;;;;; "url/url-misc.el" "url/url-news.el" "url/url-nfs.el" "url/url-ns.el"
32442;;;;;; "url/url-parse.el" "url/url-privacy.el" "url/url-proxy.el"
32443;;;;;; "url/url-util.el" "url/url-vars.el" "url/url.el" "userlock.el"
32444;;;;;; "vc/add-log.el" "vc/compare-w.el" "vc/cvs-status.el" "vc/diff-mode.el"
32445;;;;;; "vc/diff.el" "vc/ediff-diff.el" "vc/ediff-help.el" "vc/ediff-init.el"
32446;;;;;; "vc/ediff-merg.el" "vc/ediff-mult.el" "vc/ediff-ptch.el"
32447;;;;;; "vc/ediff-util.el" "vc/ediff-vers.el" "vc/ediff-wind.el"
32448;;;;;; "vc/ediff.el" "vc/emerge.el" "vc/log-edit.el" "vc/log-view.el"
32449;;;;;; "vc/pcvs-defs.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el"
32450;;;;;; "vc/pcvs.el" "vc/smerge-mode.el" "vc/vc-annotate.el" "vc/vc-arch.el"
32451;;;;;; "vc/vc-bzr.el" "vc/vc-cvs.el" "vc/vc-dav.el" "vc/vc-dir.el"
32452;;;;;; "vc/vc-dispatcher.el" "vc/vc-git.el" "vc/vc-hg.el" "vc/vc-mtn.el"
32453;;;;;; "vc/vc-rcs.el" "vc/vc-sccs.el" "vc/vc-svn.el" "vc/vc.el"
32454;;;;;; "vcursor.el" "view.el" "vt-control.el" "vt100-led.el" "wdired.el"
32455;;;;;; "whitespace.el" "wid-browse.el" "wid-edit.el" "windmove.el"
32456;;;;;; "winner.el" "woman.el" "x-dnd.el" "xml.el" "xt-mouse.el")
32457;;;;;; (19686 22873 697000))
32458 32745
32459;;;*** 32746;;;***
32460 32747