aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong2010-11-08 21:53:18 -0500
committerChong Yidong2010-11-08 21:53:18 -0500
commit0f161c71c97fccef2c9e4b7c64a4a0275adee7b9 (patch)
treec2c66dbf620d147e89783fbf4330d4afcb44db0b /lisp
parentdfb70734ef09d4bf804a26dea2329ff64ac38405 (diff)
downloademacs-0f161c71c97fccef2c9e4b7c64a4a0275adee7b9.tar.gz
emacs-0f161c71c97fccef2c9e4b7c64a4a0275adee7b9.zip
Bump version to 23.2.90.emacs-pretest-23.2.90
Regenerate AUTHORS, configure, and ldefs-boot.el.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ldefs-boot.el1681
-rw-r--r--lisp/version.el2
2 files changed, 862 insertions, 821 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 8afe722bd2a..4a47f95b7fc 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -5,7 +5,7 @@
5 5
6;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best 6;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best
7;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" 7;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
8;;;;;; "play/5x5.el" (19383 49278)) 8;;;;;; "play/5x5.el" (19636 58496))
9;;; Generated autoloads from play/5x5.el 9;;; Generated autoloads from play/5x5.el
10 10
11(autoload '5x5 "5x5" "\ 11(autoload '5x5 "5x5" "\
@@ -65,7 +65,7 @@ should return a grid vector array that is the new solution.
65;;;*** 65;;;***
66 66
67;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el" 67;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el"
68;;;;;; (19383 49278)) 68;;;;;; (19636 58496))
69;;; Generated autoloads from abbrevlist.el 69;;; Generated autoloads from abbrevlist.el
70 70
71(autoload 'list-one-abbrev-table "abbrevlist" "\ 71(autoload 'list-one-abbrev-table "abbrevlist" "\
@@ -76,7 +76,7 @@ Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER.
76;;;*** 76;;;***
77 77
78;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 78;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
79;;;;;; (19383 49276)) 79;;;;;; (19636 58496))
80;;; Generated autoloads from progmodes/ada-mode.el 80;;; Generated autoloads from progmodes/ada-mode.el
81 81
82(autoload 'ada-add-extensions "ada-mode" "\ 82(autoload 'ada-add-extensions "ada-mode" "\
@@ -96,7 +96,7 @@ Ada mode is the major mode for editing Ada code.
96;;;*** 96;;;***
97 97
98;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 98;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
99;;;;;; (19383 49278)) 99;;;;;; (19636 58496))
100;;; Generated autoloads from progmodes/ada-stmt.el 100;;; Generated autoloads from progmodes/ada-stmt.el
101 101
102(autoload 'ada-header "ada-stmt" "\ 102(autoload 'ada-header "ada-stmt" "\
@@ -107,7 +107,7 @@ Insert a descriptive header at the top of the file.
107;;;*** 107;;;***
108 108
109;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 109;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
110;;;;;; (19383 49278)) 110;;;;;; (19636 58496))
111;;; Generated autoloads from progmodes/ada-xref.el 111;;; Generated autoloads from progmodes/ada-xref.el
112 112
113(autoload 'ada-find-file "ada-xref" "\ 113(autoload 'ada-find-file "ada-xref" "\
@@ -121,8 +121,8 @@ Completion is available.
121;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode 121;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode
122;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log 122;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
123;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name 123;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name
124;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (19383 124;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (19658
125;;;;;; 49278)) 125;;;;;; 61388))
126;;; Generated autoloads from add-log.el 126;;; Generated autoloads from add-log.el
127 127
128(put 'change-log-default-name 'safe-local-variable 'string-or-null-p) 128(put 'change-log-default-name 'safe-local-variable 'string-or-null-p)
@@ -261,7 +261,7 @@ old-style time formats for entries are supported.
261 261
262;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice 262;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
263;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) 263;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
264;;;;;; "advice" "emacs-lisp/advice.el" (19383 49276)) 264;;;;;; "advice" "emacs-lisp/advice.el" (19636 58496))
265;;; Generated autoloads from emacs-lisp/advice.el 265;;; Generated autoloads from emacs-lisp/advice.el
266 266
267(defvar ad-redefinition-action 'warn "\ 267(defvar ad-redefinition-action 'warn "\
@@ -404,7 +404,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
404 404
405;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 405;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
406;;;;;; align-highlight-rule align-current align-entire align-regexp 406;;;;;; align-highlight-rule align-current align-entire align-regexp
407;;;;;; align) "align" "align.el" (19383 49278)) 407;;;;;; align) "align" "align.el" (19636 58496))
408;;; Generated autoloads from align.el 408;;; Generated autoloads from align.el
409 409
410(autoload 'align "align" "\ 410(autoload 'align "align" "\
@@ -447,7 +447,7 @@ align them so that the opening parentheses would line up:
447 Joe (123) 456-7890 447 Joe (123) 456-7890
448 448
449There is no predefined rule to handle this, but you could easily do it 449There is no predefined rule to handle this, but you could easily do it
450using a REGEXP like \"(\". All you would have to do is to mark the 450using a REGEXP like \"(\". All you would have to do is to mark the
451region, call `align-regexp' and type in that regular expression. 451region, call `align-regexp' and type in that regular expression.
452 452
453\(fn BEG END REGEXP &optional GROUP SPACING REPEAT)" t nil) 453\(fn BEG END REGEXP &optional GROUP SPACING REPEAT)" t nil)
@@ -494,7 +494,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
494;;;*** 494;;;***
495 495
496;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" 496;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el"
497;;;;;; (19383 49278)) 497;;;;;; (19636 58496))
498;;; Generated autoloads from allout.el 498;;; Generated autoloads from allout.el
499 499
500(put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil))))) 500(put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil)))))
@@ -801,7 +801,7 @@ setup for auto-startup.
801;;;*** 801;;;***
802 802
803;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 803;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
804;;;;;; "net/ange-ftp.el" (19383 49276)) 804;;;;;; "net/ange-ftp.el" (19636 58496))
805;;; Generated autoloads from net/ange-ftp.el 805;;; Generated autoloads from net/ange-ftp.el
806 806
807(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 807(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
@@ -823,7 +823,7 @@ Not documented
823;;;*** 823;;;***
824 824
825;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 825;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
826;;;;;; "animate" "play/animate.el" (19383 49278)) 826;;;;;; "animate" "play/animate.el" (19636 58496))
827;;; Generated autoloads from play/animate.el 827;;; Generated autoloads from play/animate.el
828 828
829(autoload 'animate-string "animate" "\ 829(autoload 'animate-string "animate" "\
@@ -851,7 +851,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\".
851;;;*** 851;;;***
852 852
853;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 853;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
854;;;;;; "ansi-color" "ansi-color.el" (19383 49278)) 854;;;;;; "ansi-color" "ansi-color.el" (19636 58496))
855;;; Generated autoloads from ansi-color.el 855;;; Generated autoloads from ansi-color.el
856 856
857(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ 857(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
@@ -860,12 +860,12 @@ Set `ansi-color-for-comint-mode' to t.
860\(fn)" t nil) 860\(fn)" t nil)
861 861
862(autoload 'ansi-color-process-output "ansi-color" "\ 862(autoload 'ansi-color-process-output "ansi-color" "\
863Maybe translate SGR control sequences of comint output into text-properties. 863Maybe translate SGR control sequences of comint output into text properties.
864 864
865Depending on variable `ansi-color-for-comint-mode' the comint output is 865Depending on variable `ansi-color-for-comint-mode' the comint output is
866either not processed, SGR control sequences are filtered using 866either not processed, SGR control sequences are filtered using
867`ansi-color-filter-region', or SGR control sequences are translated into 867`ansi-color-filter-region', or SGR control sequences are translated into
868text-properties using `ansi-color-apply-on-region'. 868text properties using `ansi-color-apply-on-region'.
869 869
870The comint output is assumed to lie between the marker 870The comint output is assumed to lie between the marker
871`comint-last-output-start' and the process-mark. 871`comint-last-output-start' and the process-mark.
@@ -877,7 +877,7 @@ This is a good function to put in `comint-output-filter-functions'.
877;;;*** 877;;;***
878 878
879;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 879;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
880;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (19383 49278)) 880;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (19636 58496))
881;;; Generated autoloads from progmodes/antlr-mode.el 881;;; Generated autoloads from progmodes/antlr-mode.el
882 882
883(autoload 'antlr-show-makefile-rules "antlr-mode" "\ 883(autoload 'antlr-show-makefile-rules "antlr-mode" "\
@@ -914,14 +914,17 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
914;;;*** 914;;;***
915 915
916;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add) 916;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add)
917;;;;;; "appt" "calendar/appt.el" (19383 49278)) 917;;;;;; "appt" "calendar/appt.el" (19636 58496))
918;;; Generated autoloads from calendar/appt.el 918;;; Generated autoloads from calendar/appt.el
919 919
920(autoload 'appt-add "appt" "\ 920(autoload 'appt-add "appt" "\
921Add an appointment for today at NEW-APPT-TIME with message NEW-APPT-MSG. 921Add an appointment for today at TIME with message MSG.
922The time should be in either 24 hour format or am/pm format. 922The time should be in either 24 hour format or am/pm format.
923Optional argument WARNTIME is an integer (or string) giving the number
924of minutes before the appointment at which to start warning.
925The default is `appt-message-warning-time'.
923 926
924\(fn NEW-APPT-TIME NEW-APPT-MSG)" t nil) 927\(fn TIME MSG &optional WARNTIME)" t nil)
925 928
926(autoload 'appt-delete "appt" "\ 929(autoload 'appt-delete "appt" "\
927Delete an appointment from the list of appointments. 930Delete an appointment from the list of appointments.
@@ -954,7 +957,7 @@ ARG is positive, otherwise off.
954 957
955;;;### (autoloads (apropos-documentation apropos-value apropos-library 958;;;### (autoloads (apropos-documentation apropos-value apropos-library
956;;;;;; apropos apropos-documentation-property apropos-command apropos-variable 959;;;;;; apropos apropos-documentation-property apropos-command apropos-variable
957;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19383 49278)) 960;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19636 58496))
958;;; Generated autoloads from apropos.el 961;;; Generated autoloads from apropos.el
959 962
960(autoload 'apropos-read-pattern "apropos" "\ 963(autoload 'apropos-read-pattern "apropos" "\
@@ -1057,8 +1060,8 @@ Returns list of symbols and documentation found.
1057 1060
1058;;;*** 1061;;;***
1059 1062
1060;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (19383 1063;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (19636
1061;;;;;; 49276)) 1064;;;;;; 58496))
1062;;; Generated autoloads from arc-mode.el 1065;;; Generated autoloads from arc-mode.el
1063 1066
1064(autoload 'archive-mode "arc-mode" "\ 1067(autoload 'archive-mode "arc-mode" "\
@@ -1078,7 +1081,7 @@ archive.
1078 1081
1079;;;*** 1082;;;***
1080 1083
1081;;;### (autoloads (array-mode) "array" "array.el" (19383 49278)) 1084;;;### (autoloads (array-mode) "array" "array.el" (19636 58496))
1082;;; Generated autoloads from array.el 1085;;; Generated autoloads from array.el
1083 1086
1084(autoload 'array-mode "array" "\ 1087(autoload 'array-mode "array" "\
@@ -1149,8 +1152,8 @@ Entering array mode calls the function `array-mode-hook'.
1149 1152
1150;;;*** 1153;;;***
1151 1154
1152;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19383 1155;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19636
1153;;;;;; 49276)) 1156;;;;;; 58496))
1154;;; Generated autoloads from textmodes/artist.el 1157;;; Generated autoloads from textmodes/artist.el
1155 1158
1156(autoload 'artist-mode "artist" "\ 1159(autoload 'artist-mode "artist" "\
@@ -1356,8 +1359,8 @@ Keymap summary
1356 1359
1357;;;*** 1360;;;***
1358 1361
1359;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (19383 1362;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (19636
1360;;;;;; 49278)) 1363;;;;;; 58496))
1361;;; Generated autoloads from progmodes/asm-mode.el 1364;;; Generated autoloads from progmodes/asm-mode.el
1362 1365
1363(autoload 'asm-mode "asm-mode" "\ 1366(autoload 'asm-mode "asm-mode" "\
@@ -1385,7 +1388,7 @@ Special commands:
1385;;;*** 1388;;;***
1386 1389
1387;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1390;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1388;;;;;; (19383 49278)) 1391;;;;;; (19636 58496))
1389;;; Generated autoloads from autoarg.el 1392;;; Generated autoloads from autoarg.el
1390 1393
1391(defvar autoarg-mode nil "\ 1394(defvar autoarg-mode nil "\
@@ -1439,7 +1442,7 @@ etc. to supply digit arguments.
1439;;;*** 1442;;;***
1440 1443
1441;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1444;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1442;;;;;; (19383 49278)) 1445;;;;;; (19636 58496))
1443;;; Generated autoloads from progmodes/autoconf.el 1446;;; Generated autoloads from progmodes/autoconf.el
1444 1447
1445(autoload 'autoconf-mode "autoconf" "\ 1448(autoload 'autoconf-mode "autoconf" "\
@@ -1450,7 +1453,7 @@ Major mode for editing Autoconf configure.in files.
1450;;;*** 1453;;;***
1451 1454
1452;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1455;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1453;;;;;; "autoinsert" "autoinsert.el" (19383 49278)) 1456;;;;;; "autoinsert" "autoinsert.el" (19636 58496))
1454;;; Generated autoloads from autoinsert.el 1457;;; Generated autoloads from autoinsert.el
1455 1458
1456(autoload 'auto-insert "autoinsert" "\ 1459(autoload 'auto-insert "autoinsert" "\
@@ -1489,7 +1492,7 @@ insert a template for the file depending on the mode of the buffer.
1489 1492
1490;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1493;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1491;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1494;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1492;;;;;; (19383 49278)) 1495;;;;;; (19636 58496))
1493;;; Generated autoloads from emacs-lisp/autoload.el 1496;;; Generated autoloads from emacs-lisp/autoload.el
1494 1497
1495(put 'generated-autoload-file 'safe-local-variable 'stringp) 1498(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1528,7 +1531,7 @@ Calls `update-directory-autoloads' on the command line arguments.
1528 1531
1529;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1532;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1530;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1533;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1531;;;;;; "autorevert" "autorevert.el" (19383 49278)) 1534;;;;;; "autorevert" "autorevert.el" (19636 58496))
1532;;; Generated autoloads from autorevert.el 1535;;; Generated autoloads from autorevert.el
1533 1536
1534(autoload 'auto-revert-mode "autorevert" "\ 1537(autoload 'auto-revert-mode "autorevert" "\
@@ -1609,7 +1612,7 @@ specifies in the mode line.
1609;;;*** 1612;;;***
1610 1613
1611;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1614;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1612;;;;;; "avoid.el" (19383 49278)) 1615;;;;;; "avoid.el" (19636 58496))
1613;;; Generated autoloads from avoid.el 1616;;; Generated autoloads from avoid.el
1614 1617
1615(defvar mouse-avoidance-mode nil "\ 1618(defvar mouse-avoidance-mode nil "\
@@ -1650,7 +1653,7 @@ definition of \"random distance\".)
1650;;;*** 1653;;;***
1651 1654
1652;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1655;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1653;;;;;; (19383 49278)) 1656;;;;;; (19636 58496))
1654;;; Generated autoloads from battery.el 1657;;; Generated autoloads from battery.el
1655 (put 'battery-mode-line-string 'risky-local-variable t) 1658 (put 'battery-mode-line-string 'risky-local-variable t)
1656 1659
@@ -1682,7 +1685,7 @@ seconds.
1682;;;*** 1685;;;***
1683 1686
1684;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1687;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1685;;;;;; "benchmark" "emacs-lisp/benchmark.el" (19383 49278)) 1688;;;;;; "benchmark" "emacs-lisp/benchmark.el" (19636 58496))
1686;;; Generated autoloads from emacs-lisp/benchmark.el 1689;;; Generated autoloads from emacs-lisp/benchmark.el
1687 1690
1688(autoload 'benchmark-run "benchmark" "\ 1691(autoload 'benchmark-run "benchmark" "\
@@ -1715,7 +1718,7 @@ For non-interactive use see also `benchmark-run' and
1715;;;*** 1718;;;***
1716 1719
1717;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) 1720;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
1718;;;;;; "bibtex" "textmodes/bibtex.el" (19383 49278)) 1721;;;;;; "bibtex" "textmodes/bibtex.el" (19658 61388))
1719;;; Generated autoloads from textmodes/bibtex.el 1722;;; Generated autoloads from textmodes/bibtex.el
1720 1723
1721(autoload 'bibtex-initialize "bibtex" "\ 1724(autoload 'bibtex-initialize "bibtex" "\
@@ -1802,7 +1805,7 @@ mode is not `bibtex-mode', START is nil, and DISPLAY is t.
1802;;;*** 1805;;;***
1803 1806
1804;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" 1807;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1805;;;;;; (19383 49278)) 1808;;;;;; (19636 58496))
1806;;; Generated autoloads from textmodes/bibtex-style.el 1809;;; Generated autoloads from textmodes/bibtex-style.el
1807 (add-to-list 'auto-mode-alist (cons (purecopy "\\.bst\\'") 'bibtex-style-mode)) 1810 (add-to-list 'auto-mode-alist (cons (purecopy "\\.bst\\'") 'bibtex-style-mode))
1808 1811
@@ -1815,7 +1818,7 @@ Major mode for editing BibTeX style files.
1815 1818
1816;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1819;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1817;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" 1820;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
1818;;;;;; (19383 49278)) 1821;;;;;; (19636 58496))
1819;;; Generated autoloads from mail/binhex.el 1822;;; Generated autoloads from mail/binhex.el
1820 1823
1821(defconst binhex-begin-line "^:...............................................................$") 1824(defconst binhex-begin-line "^:...............................................................$")
@@ -1838,8 +1841,8 @@ Binhex decode region between START and END.
1838 1841
1839;;;*** 1842;;;***
1840 1843
1841;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (19383 1844;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (19636
1842;;;;;; 49278)) 1845;;;;;; 58496))
1843;;; Generated autoloads from play/blackbox.el 1846;;; Generated autoloads from play/blackbox.el
1844 1847
1845(autoload 'blackbox "blackbox" "\ 1848(autoload 'blackbox "blackbox" "\
@@ -1962,7 +1965,7 @@ a reflection.
1962;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert 1965;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert
1963;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate 1966;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate
1964;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" 1967;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark"
1965;;;;;; "bookmark.el" (19383 49276)) 1968;;;;;; "bookmark.el" (19636 58496))
1966;;; Generated autoloads from bookmark.el 1969;;; Generated autoloads from bookmark.el
1967 (define-key ctl-x-r-map "b" 'bookmark-jump) 1970 (define-key ctl-x-r-map "b" 'bookmark-jump)
1968 (define-key ctl-x-r-map "m" 'bookmark-set) 1971 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2169,7 +2172,7 @@ Incremental search of bookmarks, hiding the non-matches as we go.
2169;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file 2172;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file
2170;;;;;; browse-url-url-at-point browse-url-galeon-program browse-url-firefox-program 2173;;;;;; browse-url-url-at-point browse-url-galeon-program browse-url-firefox-program
2171;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" 2174;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el"
2172;;;;;; (19383 49278)) 2175;;;;;; (19636 58496))
2173;;; Generated autoloads from net/browse-url.el 2176;;; Generated autoloads from net/browse-url.el
2174 2177
2175(defvar browse-url-browser-function (cond ((memq system-type '(windows-nt ms-dos cygwin)) 'browse-url-default-windows-browser) ((memq system-type '(darwin)) 'browse-url-default-macosx-browser) (t 'browse-url-default-browser)) "\ 2178(defvar browse-url-browser-function (cond ((memq system-type '(windows-nt ms-dos cygwin)) 'browse-url-default-windows-browser) ((memq system-type '(darwin)) 'browse-url-default-macosx-browser) (t 'browse-url-default-browser)) "\
@@ -2499,8 +2502,8 @@ from `browse-url-elinks-wrapper'.
2499 2502
2500;;;*** 2503;;;***
2501 2504
2502;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (19383 2505;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (19636
2503;;;;;; 49278)) 2506;;;;;; 58496))
2504;;; Generated autoloads from play/bruce.el 2507;;; Generated autoloads from play/bruce.el
2505 2508
2506(autoload 'bruce "bruce" "\ 2509(autoload 'bruce "bruce" "\
@@ -2516,7 +2519,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2516;;;*** 2519;;;***
2517 2520
2518;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2521;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2519;;;;;; "bs" "bs.el" (19383 49278)) 2522;;;;;; "bs" "bs.el" (19636 58496))
2520;;; Generated autoloads from bs.el 2523;;; Generated autoloads from bs.el
2521 2524
2522(autoload 'bs-cycle-next "bs" "\ 2525(autoload 'bs-cycle-next "bs" "\
@@ -2556,7 +2559,7 @@ name of buffer configuration.
2556 2559
2557;;;*** 2560;;;***
2558 2561
2559;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (19383 49278)) 2562;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (19636 58496))
2560;;; Generated autoloads from play/bubbles.el 2563;;; Generated autoloads from play/bubbles.el
2561 2564
2562(autoload 'bubbles "bubbles" "\ 2565(autoload 'bubbles "bubbles" "\
@@ -2578,7 +2581,7 @@ columns on its right towards the left.
2578;;;*** 2581;;;***
2579 2582
2580;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" 2583;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference"
2581;;;;;; "progmodes/bug-reference.el" (19383 49278)) 2584;;;;;; "progmodes/bug-reference.el" (19636 58496))
2582;;; Generated autoloads from progmodes/bug-reference.el 2585;;; Generated autoloads from progmodes/bug-reference.el
2583 2586
2584(put 'bug-reference-url-format 'safe-local-variable 'stringp) 2587(put 'bug-reference-url-format 'safe-local-variable 'stringp)
@@ -2600,7 +2603,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2600;;;;;; compile-defun byte-compile-file byte-recompile-directory 2603;;;;;; compile-defun byte-compile-file byte-recompile-directory
2601;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning 2604;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning
2602;;;;;; byte-compile-warnings-safe-p) "bytecomp" "emacs-lisp/bytecomp.el" 2605;;;;;; byte-compile-warnings-safe-p) "bytecomp" "emacs-lisp/bytecomp.el"
2603;;;;;; (19383 49278)) 2606;;;;;; (19636 58496))
2604;;; Generated autoloads from emacs-lisp/bytecomp.el 2607;;; Generated autoloads from emacs-lisp/bytecomp.el
2605(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2608(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2606(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2609(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2724,8 +2727,8 @@ and corresponding effects.
2724 2727
2725;;;*** 2728;;;***
2726 2729
2727;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19383 2730;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19636
2728;;;;;; 49278)) 2731;;;;;; 58496))
2729;;; Generated autoloads from calendar/cal-china.el 2732;;; Generated autoloads from calendar/cal-china.el
2730 2733
2731(put 'calendar-chinese-time-zone 'risky-local-variable t) 2734(put 'calendar-chinese-time-zone 'risky-local-variable t)
@@ -2734,7 +2737,7 @@ and corresponding effects.
2734 2737
2735;;;*** 2738;;;***
2736 2739
2737;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19383 49278)) 2740;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19636 58496))
2738;;; Generated autoloads from calendar/cal-dst.el 2741;;; Generated autoloads from calendar/cal-dst.el
2739 2742
2740(put 'calendar-daylight-savings-starts 'risky-local-variable t) 2743(put 'calendar-daylight-savings-starts 'risky-local-variable t)
@@ -2746,7 +2749,7 @@ and corresponding effects.
2746;;;*** 2749;;;***
2747 2750
2748;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el" 2751;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el"
2749;;;;;; (19383 49284)) 2752;;;;;; (19636 58496))
2750;;; Generated autoloads from calendar/cal-hebrew.el 2753;;; Generated autoloads from calendar/cal-hebrew.el
2751 2754
2752(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2755(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2762,8 +2765,8 @@ from the cursor position.
2762 2765
2763;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2766;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2764;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2767;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2765;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19383 2768;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19636
2766;;;;;; 49278)) 2769;;;;;; 58496))
2767;;; Generated autoloads from calc/calc.el 2770;;; Generated autoloads from calc/calc.el
2768 (define-key ctl-x-map "*" 'calc-dispatch) 2771 (define-key ctl-x-map "*" 'calc-dispatch)
2769 2772
@@ -2845,8 +2848,8 @@ See Info node `(calc)Defining Functions'.
2845 2848
2846;;;*** 2849;;;***
2847 2850
2848;;;### (autoloads (calculator) "calculator" "calculator.el" (19383 2851;;;### (autoloads (calculator) "calculator" "calculator.el" (19636
2849;;;;;; 49277)) 2852;;;;;; 58496))
2850;;; Generated autoloads from calculator.el 2853;;; Generated autoloads from calculator.el
2851 2854
2852(autoload 'calculator "calculator" "\ 2855(autoload 'calculator "calculator" "\
@@ -2857,8 +2860,8 @@ See the documentation for `calculator-mode' for more information.
2857 2860
2858;;;*** 2861;;;***
2859 2862
2860;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19383 2863;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19636
2861;;;;;; 49278)) 2864;;;;;; 58496))
2862;;; Generated autoloads from calendar/calendar.el 2865;;; Generated autoloads from calendar/calendar.el
2863 2866
2864(autoload 'calendar "calendar" "\ 2867(autoload 'calendar "calendar" "\
@@ -2902,7 +2905,7 @@ This function is suitable for execution in a .emacs file.
2902;;;*** 2905;;;***
2903 2906
2904;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 2907;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
2905;;;;;; "gnus/canlock.el" (19383 49278)) 2908;;;;;; "gnus/canlock.el" (19636 58496))
2906;;; Generated autoloads from gnus/canlock.el 2909;;; Generated autoloads from gnus/canlock.el
2907 2910
2908(autoload 'canlock-insert-header "canlock" "\ 2911(autoload 'canlock-insert-header "canlock" "\
@@ -2920,7 +2923,7 @@ it fails.
2920;;;*** 2923;;;***
2921 2924
2922;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" 2925;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el"
2923;;;;;; (19383 49278)) 2926;;;;;; (19636 58496))
2924;;; Generated autoloads from progmodes/cap-words.el 2927;;; Generated autoloads from progmodes/cap-words.el
2925 2928
2926(autoload 'capitalized-words-mode "cap-words" "\ 2929(autoload 'capitalized-words-mode "cap-words" "\
@@ -2955,15 +2958,15 @@ Obsoletes `c-forward-into-nomenclature'.
2955 2958
2956;;;*** 2959;;;***
2957 2960
2958;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (19383 2961;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (19636
2959;;;;;; 49278)) 2962;;;;;; 58496))
2960;;; Generated autoloads from progmodes/cc-compat.el 2963;;; Generated autoloads from progmodes/cc-compat.el
2961(put 'c-indent-level 'safe-local-variable 'integerp) 2964(put 'c-indent-level 'safe-local-variable 'integerp)
2962 2965
2963;;;*** 2966;;;***
2964 2967
2965;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 2968;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
2966;;;;;; (19396 34127)) 2969;;;;;; (19636 58496))
2967;;; Generated autoloads from progmodes/cc-engine.el 2970;;; Generated autoloads from progmodes/cc-engine.el
2968 2971
2969(autoload 'c-guess-basic-syntax "cc-engine" "\ 2972(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -2975,7 +2978,7 @@ Return the syntactic context of the current line.
2975 2978
2976;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 2979;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
2977;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 2980;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
2978;;;;;; (19396 34127)) 2981;;;;;; (19636 58496))
2979;;; Generated autoloads from progmodes/cc-mode.el 2982;;; Generated autoloads from progmodes/cc-mode.el
2980 2983
2981(autoload 'c-initialize-cc-mode "cc-mode" "\ 2984(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3135,7 +3138,7 @@ Key bindings:
3135;;;*** 3138;;;***
3136 3139
3137;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3140;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3138;;;;;; "progmodes/cc-styles.el" (19383 49278)) 3141;;;;;; "progmodes/cc-styles.el" (19636 58496))
3139;;; Generated autoloads from progmodes/cc-styles.el 3142;;; Generated autoloads from progmodes/cc-styles.el
3140 3143
3141(autoload 'c-set-style "cc-styles" "\ 3144(autoload 'c-set-style "cc-styles" "\
@@ -3186,7 +3189,7 @@ and exists only for compatibility reasons.
3186 3189
3187;;;*** 3190;;;***
3188 3191
3189;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19383 49278)) 3192;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19636 58496))
3190;;; Generated autoloads from progmodes/cc-vars.el 3193;;; Generated autoloads from progmodes/cc-vars.el
3191(put 'c-basic-offset 'safe-local-variable 'integerp) 3194(put 'c-basic-offset 'safe-local-variable 'integerp)
3192(put 'c-backslash-column 'safe-local-variable 'integerp) 3195(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3196,7 +3199,7 @@ and exists only for compatibility reasons.
3196 3199
3197;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3200;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3198;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3201;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3199;;;;;; (19383 49278)) 3202;;;;;; (19636 58496))
3200;;; Generated autoloads from international/ccl.el 3203;;; Generated autoloads from international/ccl.el
3201 3204
3202(autoload 'ccl-compile "ccl" "\ 3205(autoload 'ccl-compile "ccl" "\
@@ -3354,7 +3357,7 @@ OPERATOR :=
3354 ;; Normal arithmethic operators (same meaning as C code). 3357 ;; Normal arithmethic operators (same meaning as C code).
3355 + | - | * | / | % 3358 + | - | * | / | %
3356 3359
3357 ;; Bitwize operators (same meaning as C code) 3360 ;; Bitwise operators (same meaning as C code)
3358 | & | `|' | ^ 3361 | & | `|' | ^
3359 3362
3360 ;; Shifting operators (same meaning as C code) 3363 ;; Shifting operators (same meaning as C code)
@@ -3455,7 +3458,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3455;;;*** 3458;;;***
3456 3459
3457;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" 3460;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el"
3458;;;;;; (19383 49278)) 3461;;;;;; (19636 58496))
3459;;; Generated autoloads from progmodes/cfengine.el 3462;;; Generated autoloads from progmodes/cfengine.el
3460 3463
3461(autoload 'cfengine-mode "cfengine" "\ 3464(autoload 'cfengine-mode "cfengine" "\
@@ -3470,7 +3473,7 @@ to the action header.
3470;;;*** 3473;;;***
3471 3474
3472;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" 3475;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
3473;;;;;; "emacs-lisp/check-declare.el" (19383 49278)) 3476;;;;;; "emacs-lisp/check-declare.el" (19636 58496))
3474;;; Generated autoloads from emacs-lisp/check-declare.el 3477;;; Generated autoloads from emacs-lisp/check-declare.el
3475 3478
3476(autoload 'check-declare-file "check-declare" "\ 3479(autoload 'check-declare-file "check-declare" "\
@@ -3495,7 +3498,7 @@ Returns non-nil if any false statements are found.
3495;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3498;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3496;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3499;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3497;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) 3500;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3498;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19383 49278)) 3501;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19636 58496))
3499;;; Generated autoloads from emacs-lisp/checkdoc.el 3502;;; Generated autoloads from emacs-lisp/checkdoc.el
3500(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 3503(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3501(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) 3504(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
@@ -3690,7 +3693,7 @@ checking of documentation strings.
3690 3693
3691;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer 3694;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer
3692;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" 3695;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util"
3693;;;;;; "language/china-util.el" (19383 49278)) 3696;;;;;; "language/china-util.el" (19636 58496))
3694;;; Generated autoloads from language/china-util.el 3697;;; Generated autoloads from language/china-util.el
3695 3698
3696(autoload 'decode-hz-region "china-util" "\ 3699(autoload 'decode-hz-region "china-util" "\
@@ -3728,7 +3731,7 @@ Not documented
3728;;;*** 3731;;;***
3729 3732
3730;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 3733;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
3731;;;;;; "chistory" "chistory.el" (19383 49278)) 3734;;;;;; "chistory" "chistory.el" (19636 58496))
3732;;; Generated autoloads from chistory.el 3735;;; Generated autoloads from chistory.el
3733 3736
3734(autoload 'repeat-matching-complex-command "chistory" "\ 3737(autoload 'repeat-matching-complex-command "chistory" "\
@@ -3767,7 +3770,7 @@ and runs the normal hook `command-history-hook'.
3767 3770
3768;;;*** 3771;;;***
3769 3772
3770;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (19383 49278)) 3773;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (19636 58496))
3771;;; Generated autoloads from emacs-lisp/cl.el 3774;;; Generated autoloads from emacs-lisp/cl.el
3772 3775
3773(defvar custom-print-functions nil "\ 3776(defvar custom-print-functions nil "\
@@ -3783,7 +3786,7 @@ a future Emacs interpreter will be able to use it.")
3783;;;*** 3786;;;***
3784 3787
3785;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 3788;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3786;;;;;; (19383 49278)) 3789;;;;;; (19636 58496))
3787;;; Generated autoloads from emacs-lisp/cl-indent.el 3790;;; Generated autoloads from emacs-lisp/cl-indent.el
3788 3791
3789(autoload 'common-lisp-indent-function "cl-indent" "\ 3792(autoload 'common-lisp-indent-function "cl-indent" "\
@@ -3862,7 +3865,7 @@ For example, the function `case' has an indent property
3862;;;*** 3865;;;***
3863 3866
3864;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 3867;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3865;;;;;; (19383 49278)) 3868;;;;;; (19636 58496))
3866;;; Generated autoloads from progmodes/cmacexp.el 3869;;; Generated autoloads from progmodes/cmacexp.el
3867 3870
3868(autoload 'c-macro-expand "cmacexp" "\ 3871(autoload 'c-macro-expand "cmacexp" "\
@@ -3882,8 +3885,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
3882 3885
3883;;;*** 3886;;;***
3884 3887
3885;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (19383 3888;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (19636
3886;;;;;; 49278)) 3889;;;;;; 58496))
3887;;; Generated autoloads from cmuscheme.el 3890;;; Generated autoloads from cmuscheme.el
3888 3891
3889(autoload 'run-scheme "cmuscheme" "\ 3892(autoload 'run-scheme "cmuscheme" "\
@@ -3907,7 +3910,7 @@ is run).
3907;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3910;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3908;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3911;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3909;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3912;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3910;;;;;; (19383 49278)) 3913;;;;;; (19652 24589))
3911;;; Generated autoloads from comint.el 3914;;; Generated autoloads from comint.el
3912 3915
3913(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 3916(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -3937,6 +3940,8 @@ process as its initial input.
3937 3940
3938If PROGRAM is a string, any more args are arguments to PROGRAM. 3941If PROGRAM is a string, any more args are arguments to PROGRAM.
3939 3942
3943Returns the (possibly newly created) process buffer.
3944
3940\(fn NAME BUFFER PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil) 3945\(fn NAME BUFFER PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
3941 3946
3942(autoload 'make-comint "comint" "\ 3947(autoload 'make-comint "comint" "\
@@ -3951,6 +3956,8 @@ process as its initial input.
3951 3956
3952If PROGRAM is a string, any more args are arguments to PROGRAM. 3957If PROGRAM is a string, any more args are arguments to PROGRAM.
3953 3958
3959Returns the (possibly newly created) process buffer.
3960
3954\(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil) 3961\(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
3955 3962
3956(autoload 'comint-run "comint" "\ 3963(autoload 'comint-run "comint" "\
@@ -3999,8 +4006,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
3999 4006
4000;;;*** 4007;;;***
4001 4008
4002;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (19383 4009;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (19636
4003;;;;;; 49278)) 4010;;;;;; 58496))
4004;;; Generated autoloads from compare-w.el 4011;;; Generated autoloads from compare-w.el
4005 4012
4006(autoload 'compare-windows "compare-w" "\ 4013(autoload 'compare-windows "compare-w" "\
@@ -4037,8 +4044,8 @@ on third call it again advances points to the next difference and so on.
4037;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4044;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4038;;;;;; compile compilation-disable-input compile-command compilation-search-path 4045;;;;;; compile compilation-disable-input compile-command compilation-search-path
4039;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook 4046;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
4040;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19405 4047;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19636
4041;;;;;; 51439)) 4048;;;;;; 58496))
4042;;; Generated autoloads from progmodes/compile.el 4049;;; Generated autoloads from progmodes/compile.el
4043 4050
4044(defvar compilation-mode-hook nil "\ 4051(defvar compilation-mode-hook nil "\
@@ -4216,7 +4223,7 @@ This is the value of `next-error-function' in Compilation buffers.
4216;;;*** 4223;;;***
4217 4224
4218;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 4225;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4219;;;;;; (19383 49278)) 4226;;;;;; (19636 58496))
4220;;; Generated autoloads from complete.el 4227;;; Generated autoloads from complete.el
4221 4228
4222(defvar partial-completion-mode nil "\ 4229(defvar partial-completion-mode nil "\
@@ -4258,7 +4265,7 @@ second TAB brings up the `*Completions*' buffer.
4258;;;*** 4265;;;***
4259 4266
4260;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4267;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4261;;;;;; (19383 49278)) 4268;;;;;; (19636 58496))
4262;;; Generated autoloads from completion.el 4269;;; Generated autoloads from completion.el
4263 4270
4264(defvar dynamic-completion-mode nil "\ 4271(defvar dynamic-completion-mode nil "\
@@ -4280,7 +4287,7 @@ Enable dynamic word-completion.
4280;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4287;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4281;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4288;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4282;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4289;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4283;;;;;; (19383 49278)) 4290;;;;;; (19636 58496))
4284;;; Generated autoloads from textmodes/conf-mode.el 4291;;; Generated autoloads from textmodes/conf-mode.el
4285 4292
4286(autoload 'conf-mode "conf-mode" "\ 4293(autoload 'conf-mode "conf-mode" "\
@@ -4436,7 +4443,7 @@ For details see `conf-mode'. Example:
4436;;;*** 4443;;;***
4437 4444
4438;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 4445;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4439;;;;;; "cookie1" "play/cookie1.el" (19383 49278)) 4446;;;;;; "cookie1" "play/cookie1.el" (19636 58496))
4440;;; Generated autoloads from play/cookie1.el 4447;;; Generated autoloads from play/cookie1.el
4441 4448
4442(autoload 'cookie "cookie1" "\ 4449(autoload 'cookie "cookie1" "\
@@ -4468,8 +4475,8 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
4468;;;*** 4475;;;***
4469 4476
4470;;;### (autoloads (copyright-update-directory copyright copyright-fix-years 4477;;;### (autoloads (copyright-update-directory copyright copyright-fix-years
4471;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19383 4478;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19636
4472;;;;;; 49278)) 4479;;;;;; 58496))
4473;;; Generated autoloads from emacs-lisp/copyright.el 4480;;; Generated autoloads from emacs-lisp/copyright.el
4474 4481
4475(autoload 'copyright-update "copyright" "\ 4482(autoload 'copyright-update "copyright" "\
@@ -4502,7 +4509,7 @@ Update copyright notice for all files in DIRECTORY matching MATCH.
4502;;;*** 4509;;;***
4503 4510
4504;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 4511;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
4505;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19383 49278)) 4512;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19636 58496))
4506;;; Generated autoloads from progmodes/cperl-mode.el 4513;;; Generated autoloads from progmodes/cperl-mode.el
4507(put 'cperl-indent-level 'safe-local-variable 'integerp) 4514(put 'cperl-indent-level 'safe-local-variable 'integerp)
4508(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4515(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -4701,7 +4708,7 @@ Run a `perldoc' on the word around point.
4701;;;*** 4708;;;***
4702 4709
4703;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 4710;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4704;;;;;; (19383 49278)) 4711;;;;;; (19636 58496))
4705;;; Generated autoloads from progmodes/cpp.el 4712;;; Generated autoloads from progmodes/cpp.el
4706 4713
4707(autoload 'cpp-highlight-buffer "cpp" "\ 4714(autoload 'cpp-highlight-buffer "cpp" "\
@@ -4720,7 +4727,7 @@ Edit display information for cpp conditionals.
4720;;;*** 4727;;;***
4721 4728
4722;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 4729;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4723;;;;;; (19383 49278)) 4730;;;;;; (19636 58496))
4724;;; Generated autoloads from emulation/crisp.el 4731;;; Generated autoloads from emulation/crisp.el
4725 4732
4726(defvar crisp-mode nil "\ 4733(defvar crisp-mode nil "\
@@ -4744,7 +4751,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
4744;;;*** 4751;;;***
4745 4752
4746;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 4753;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
4747;;;;;; (19383 49278)) 4754;;;;;; (19636 58496))
4748;;; Generated autoloads from emacs-lisp/crm.el 4755;;; Generated autoloads from emacs-lisp/crm.el
4749 4756
4750(autoload 'completing-read-multiple "crm" "\ 4757(autoload 'completing-read-multiple "crm" "\
@@ -4779,8 +4786,8 @@ INHERIT-INPUT-METHOD.
4779 4786
4780;;;*** 4787;;;***
4781 4788
4782;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (19392 4789;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (19636
4783;;;;;; 42395)) 4790;;;;;; 58496))
4784;;; Generated autoloads from textmodes/css-mode.el 4791;;; Generated autoloads from textmodes/css-mode.el
4785 (add-to-list 'auto-mode-alist (cons (purecopy "\\.css\\'") 'css-mode)) 4792 (add-to-list 'auto-mode-alist (cons (purecopy "\\.css\\'") 'css-mode))
4786 4793
@@ -4792,7 +4799,7 @@ Major mode to edit Cascading Style Sheets.
4792;;;*** 4799;;;***
4793 4800
4794;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 4801;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
4795;;;;;; (19383 49279)) 4802;;;;;; (19636 58496))
4796;;; Generated autoloads from emulation/cua-base.el 4803;;; Generated autoloads from emulation/cua-base.el
4797 4804
4798(defvar cua-mode nil "\ 4805(defvar cua-mode nil "\
@@ -4851,7 +4858,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
4851;;;;;; customize-mode customize customize-save-variable customize-set-variable 4858;;;;;; customize-mode customize customize-save-variable customize-set-variable
4852;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically 4859;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically
4853;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" 4860;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el"
4854;;;;;; (19383 49276)) 4861;;;;;; (19636 58496))
4855;;; Generated autoloads from cus-edit.el 4862;;; Generated autoloads from cus-edit.el
4856 4863
4857(defvar custom-browse-sort-alphabetically nil "\ 4864(defvar custom-browse-sort-alphabetically nil "\
@@ -5149,7 +5156,7 @@ The format is suitable for use with `easy-menu-define'.
5149;;;*** 5156;;;***
5150 5157
5151;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" 5158;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
5152;;;;;; (19383 49279)) 5159;;;;;; (19636 58496))
5153;;; Generated autoloads from cus-theme.el 5160;;; Generated autoloads from cus-theme.el
5154 5161
5155(autoload 'customize-create-theme "cus-theme" "\ 5162(autoload 'customize-create-theme "cus-theme" "\
@@ -5160,7 +5167,7 @@ Create a custom theme.
5160;;;*** 5167;;;***
5161 5168
5162;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 5169;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
5163;;;;;; (19383 49279)) 5170;;;;;; (19636 58496))
5164;;; Generated autoloads from cvs-status.el 5171;;; Generated autoloads from cvs-status.el
5165 5172
5166(autoload 'cvs-status-mode "cvs-status" "\ 5173(autoload 'cvs-status-mode "cvs-status" "\
@@ -5171,7 +5178,7 @@ Mode used for cvs status output.
5171;;;*** 5178;;;***
5172 5179
5173;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5180;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5174;;;;;; "cwarn" "progmodes/cwarn.el" (19383 49279)) 5181;;;;;; "cwarn" "progmodes/cwarn.el" (19636 58496))
5175;;; Generated autoloads from progmodes/cwarn.el 5182;;; Generated autoloads from progmodes/cwarn.el
5176 5183
5177(autoload 'cwarn-mode "cwarn" "\ 5184(autoload 'cwarn-mode "cwarn" "\
@@ -5218,7 +5225,7 @@ See `cwarn-mode' for more information on Cwarn mode.
5218 5225
5219;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5226;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5220;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5227;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5221;;;;;; (19383 49279)) 5228;;;;;; (19636 58496))
5222;;; Generated autoloads from language/cyril-util.el 5229;;; Generated autoloads from language/cyril-util.el
5223 5230
5224(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5231(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5247,7 +5254,7 @@ If the argument is nil, we return the display table to its standard state.
5247;;;*** 5254;;;***
5248 5255
5249;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5256;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5250;;;;;; (19383 49279)) 5257;;;;;; (19636 58496))
5251;;; Generated autoloads from dabbrev.el 5258;;; Generated autoloads from dabbrev.el
5252(put 'dabbrev-case-fold-search 'risky-local-variable t) 5259(put 'dabbrev-case-fold-search 'risky-local-variable t)
5253(put 'dabbrev-case-replace 'risky-local-variable t) 5260(put 'dabbrev-case-replace 'risky-local-variable t)
@@ -5263,7 +5270,7 @@ With a prefix argument ARG, it searches all buffers accepted by the
5263function pointed out by `dabbrev-friend-buffer-function' to find the 5270function pointed out by `dabbrev-friend-buffer-function' to find the
5264completions. 5271completions.
5265 5272
5266If the prefix argument is 16 (which comes from \\[prefix-argument] \\[prefix-argument]), 5273If the prefix argument is 16 (which comes from \\[universal-argument] \\[universal-argument]),
5267then it searches *all* buffers. 5274then it searches *all* buffers.
5268 5275
5269\(fn &optional ARG)" t nil) 5276\(fn &optional ARG)" t nil)
@@ -5294,7 +5301,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5294;;;*** 5301;;;***
5295 5302
5296;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" 5303;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el"
5297;;;;;; (19383 49276)) 5304;;;;;; (19636 58496))
5298;;; Generated autoloads from cedet/data-debug.el 5305;;; Generated autoloads from cedet/data-debug.el
5299 5306
5300(autoload 'data-debug-new-buffer "data-debug" "\ 5307(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5304,22 +5311,22 @@ Create a new data-debug buffer with NAME.
5304 5311
5305;;;*** 5312;;;***
5306 5313
5307;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (19383 5314;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (19636
5308;;;;;; 49284)) 5315;;;;;; 58496))
5309;;; Generated autoloads from net/dbus.el 5316;;; Generated autoloads from net/dbus.el
5310 5317
5311(autoload 'dbus-handle-event "dbus" "\ 5318(autoload 'dbus-handle-event "dbus" "\
5312Handle events from the D-Bus. 5319Handle events from the D-Bus.
5313EVENT is a D-Bus event, see `dbus-check-event'. HANDLER, being 5320EVENT is a D-Bus event, see `dbus-check-event'. HANDLER, being
5314part of the event, is called with arguments ARGS. 5321part of the event, is called with arguments ARGS.
5315If the HANDLER returns an `dbus-error', it is propagated as return message. 5322If the HANDLER returns a `dbus-error', it is propagated as return message.
5316 5323
5317\(fn EVENT)" t nil) 5324\(fn EVENT)" t nil)
5318 5325
5319;;;*** 5326;;;***
5320 5327
5321;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (19383 5328;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (19652
5322;;;;;; 49279)) 5329;;;;;; 24589))
5323;;; Generated autoloads from progmodes/dcl-mode.el 5330;;; Generated autoloads from progmodes/dcl-mode.el
5324 5331
5325(autoload 'dcl-mode "dcl-mode" "\ 5332(autoload 'dcl-mode "dcl-mode" "\
@@ -5446,7 +5453,7 @@ There is some minimal font-lock support (see vars
5446;;;*** 5453;;;***
5447 5454
5448;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5455;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5449;;;;;; "emacs-lisp/debug.el" (19383 49279)) 5456;;;;;; "emacs-lisp/debug.el" (19636 58496))
5450;;; Generated autoloads from emacs-lisp/debug.el 5457;;; Generated autoloads from emacs-lisp/debug.el
5451 5458
5452(setq debugger 'debug) 5459(setq debugger 'debug)
@@ -5490,7 +5497,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5490;;;*** 5497;;;***
5491 5498
5492;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5499;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5493;;;;;; (19383 49279)) 5500;;;;;; (19636 58496))
5494;;; Generated autoloads from play/decipher.el 5501;;; Generated autoloads from play/decipher.el
5495 5502
5496(autoload 'decipher "decipher" "\ 5503(autoload 'decipher "decipher" "\
@@ -5519,8 +5526,8 @@ The most useful commands are:
5519;;;*** 5526;;;***
5520 5527
5521;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 5528;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5522;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (19383 5529;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (19636
5523;;;;;; 49276)) 5530;;;;;; 58496))
5524;;; Generated autoloads from delim-col.el 5531;;; Generated autoloads from delim-col.el
5525 5532
5526(autoload 'delimit-columns-customize "delim-col" "\ 5533(autoload 'delimit-columns-customize "delim-col" "\
@@ -5544,8 +5551,8 @@ START and END delimits the corners of text rectangle.
5544 5551
5545;;;*** 5552;;;***
5546 5553
5547;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (19383 5554;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (19636
5548;;;;;; 49279)) 5555;;;;;; 58496))
5549;;; Generated autoloads from progmodes/delphi.el 5556;;; Generated autoloads from progmodes/delphi.el
5550 5557
5551(autoload 'delphi-mode "delphi" "\ 5558(autoload 'delphi-mode "delphi" "\
@@ -5596,8 +5603,8 @@ no args, if that value is non-nil.
5596 5603
5597;;;*** 5604;;;***
5598 5605
5599;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (19383 5606;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (19636
5600;;;;;; 49279)) 5607;;;;;; 58496))
5601;;; Generated autoloads from delsel.el 5608;;; Generated autoloads from delsel.el
5602 5609
5603(defalias 'pending-delete-mode 'delete-selection-mode) 5610(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -5626,7 +5633,7 @@ any selection.
5626;;;*** 5633;;;***
5627 5634
5628;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5635;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5629;;;;;; "derived" "emacs-lisp/derived.el" (19383 49279)) 5636;;;;;; "derived" "emacs-lisp/derived.el" (19636 58496))
5630;;; Generated autoloads from emacs-lisp/derived.el 5637;;; Generated autoloads from emacs-lisp/derived.el
5631 5638
5632(autoload 'define-derived-mode "derived" "\ 5639(autoload 'define-derived-mode "derived" "\
@@ -5691,7 +5698,7 @@ the first time the mode is used.
5691;;;*** 5698;;;***
5692 5699
5693;;;### (autoloads (describe-char describe-text-properties) "descr-text" 5700;;;### (autoloads (describe-char describe-text-properties) "descr-text"
5694;;;;;; "descr-text.el" (19383 49279)) 5701;;;;;; "descr-text.el" (19636 58496))
5695;;; Generated autoloads from descr-text.el 5702;;; Generated autoloads from descr-text.el
5696 5703
5697(autoload 'describe-text-properties "descr-text" "\ 5704(autoload 'describe-text-properties "descr-text" "\
@@ -5719,7 +5726,7 @@ as well as widgets, buttons, overlays, and text properties.
5719;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 5726;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
5720;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 5727;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
5721;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 5728;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
5722;;;;;; "desktop.el" (19383 49279)) 5729;;;;;; "desktop.el" (19636 58496))
5723;;; Generated autoloads from desktop.el 5730;;; Generated autoloads from desktop.el
5724 5731
5725(defvar desktop-save-mode nil "\ 5732(defvar desktop-save-mode nil "\
@@ -5903,7 +5910,7 @@ Revert to the last loaded desktop.
5903 5910
5904;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 5911;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
5905;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 5912;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
5906;;;;;; "deuglify" "gnus/deuglify.el" (19383 49279)) 5913;;;;;; "deuglify" "gnus/deuglify.el" (19636 58496))
5907;;; Generated autoloads from gnus/deuglify.el 5914;;; Generated autoloads from gnus/deuglify.el
5908 5915
5909(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 5916(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -5936,7 +5943,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
5936;;;*** 5943;;;***
5937 5944
5938;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 5945;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
5939;;;;;; "calendar/diary-lib.el" (19383 49276)) 5946;;;;;; "calendar/diary-lib.el" (19636 58496))
5940;;; Generated autoloads from calendar/diary-lib.el 5947;;; Generated autoloads from calendar/diary-lib.el
5941 5948
5942(autoload 'diary "diary-lib" "\ 5949(autoload 'diary "diary-lib" "\
@@ -5979,7 +5986,7 @@ Major mode for editing the diary file.
5979;;;*** 5986;;;***
5980 5987
5981;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 5988;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
5982;;;;;; "diff.el" (19419 35832)) 5989;;;;;; "diff.el" (19636 58496))
5983;;; Generated autoloads from diff.el 5990;;; Generated autoloads from diff.el
5984 5991
5985(defvar diff-switches (purecopy "-c") "\ 5992(defvar diff-switches (purecopy "-c") "\
@@ -6017,7 +6024,7 @@ With prefix arg, prompt for diff switches.
6017;;;*** 6024;;;***
6018 6025
6019;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 6026;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
6020;;;;;; (19383 49279)) 6027;;;;;; (19661 51722))
6021;;; Generated autoloads from diff-mode.el 6028;;; Generated autoloads from diff-mode.el
6022 6029
6023(autoload 'diff-mode "diff-mode" "\ 6030(autoload 'diff-mode "diff-mode" "\
@@ -6045,7 +6052,7 @@ Minor mode for viewing/editing context diffs.
6045 6052
6046;;;*** 6053;;;***
6047 6054
6048;;;### (autoloads (dig) "dig" "net/dig.el" (19383 49279)) 6055;;;### (autoloads (dig) "dig" "net/dig.el" (19636 58496))
6049;;; Generated autoloads from net/dig.el 6056;;; Generated autoloads from net/dig.el
6050 6057
6051(autoload 'dig "dig" "\ 6058(autoload 'dig "dig" "\
@@ -6058,7 +6065,7 @@ Optional arguments are passed to `dig-invoke'.
6058 6065
6059;;;### (autoloads (dired-mode dired-auto-revert-buffer dired-noselect 6066;;;### (autoloads (dired-mode dired-auto-revert-buffer dired-noselect
6060;;;;;; dired-other-frame dired-other-window dired dired-trivial-filenames 6067;;;;;; dired-other-frame dired-other-window dired dired-trivial-filenames
6061;;;;;; dired-listing-switches) "dired" "dired.el" (19383 49276)) 6068;;;;;; dired-listing-switches) "dired" "dired.el" (19636 58496))
6062;;; Generated autoloads from dired.el 6069;;; Generated autoloads from dired.el
6063 6070
6064(defvar dired-listing-switches (purecopy "-al") "\ 6071(defvar dired-listing-switches (purecopy "-al") "\
@@ -6203,7 +6210,7 @@ Keybindings:
6203;;;*** 6210;;;***
6204 6211
6205;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" 6212;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
6206;;;;;; (19383 49276)) 6213;;;;;; (19636 58496))
6207;;; Generated autoloads from dirtrack.el 6214;;; Generated autoloads from dirtrack.el
6208 6215
6209(autoload 'dirtrack-mode "dirtrack" "\ 6216(autoload 'dirtrack-mode "dirtrack" "\
@@ -6229,8 +6236,8 @@ function `dirtrack-debug-mode' to turn on debugging output.
6229 6236
6230;;;*** 6237;;;***
6231 6238
6232;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19383 6239;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19636
6233;;;;;; 49279)) 6240;;;;;; 58496))
6234;;; Generated autoloads from emacs-lisp/disass.el 6241;;; Generated autoloads from emacs-lisp/disass.el
6235 6242
6236(autoload 'disassemble "disass" "\ 6243(autoload 'disassemble "disass" "\
@@ -6249,7 +6256,7 @@ redefine OBJECT if it is a symbol.
6249;;;;;; standard-display-g1 standard-display-ascii standard-display-default 6256;;;;;; standard-display-g1 standard-display-ascii standard-display-default
6250;;;;;; standard-display-8bit describe-current-display-table describe-display-table 6257;;;;;; standard-display-8bit describe-current-display-table describe-display-table
6251;;;;;; set-display-table-slot display-table-slot make-display-table) 6258;;;;;; set-display-table-slot display-table-slot make-display-table)
6252;;;;;; "disp-table" "disp-table.el" (19383 49279)) 6259;;;;;; "disp-table" "disp-table.el" (19636 58496))
6253;;; Generated autoloads from disp-table.el 6260;;; Generated autoloads from disp-table.el
6254 6261
6255(autoload 'make-display-table "disp-table" "\ 6262(autoload 'make-display-table "disp-table" "\
@@ -6284,7 +6291,17 @@ Describe the display table in use in the selected window and buffer.
6284\(fn)" t nil) 6291\(fn)" t nil)
6285 6292
6286(autoload 'standard-display-8bit "disp-table" "\ 6293(autoload 'standard-display-8bit "disp-table" "\
6287Display characters in the range L to H literally. 6294Display characters representing raw bytes in the range L to H literally.
6295
6296On a terminal display, each character in the range is displayed
6297by sending the corresponding byte directly to the terminal.
6298
6299On a graphic display, each character in the range is displayed
6300using the default font by a glyph whose code is the corresponding
6301byte.
6302
6303Note that ASCII printable characters (SPC to TILDA) are displayed
6304in the default way after this call.
6288 6305
6289\(fn L H)" nil nil) 6306\(fn L H)" nil nil)
6290 6307
@@ -6361,7 +6378,7 @@ in `.emacs'.
6361;;;*** 6378;;;***
6362 6379
6363;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 6380;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6364;;;;;; (19383 49279)) 6381;;;;;; (19636 58496))
6365;;; Generated autoloads from play/dissociate.el 6382;;; Generated autoloads from play/dissociate.el
6366 6383
6367(autoload 'dissociated-press "dissociate" "\ 6384(autoload 'dissociated-press "dissociate" "\
@@ -6377,7 +6394,7 @@ Default is 2.
6377 6394
6378;;;*** 6395;;;***
6379 6396
6380;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (19383 49279)) 6397;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (19636 58496))
6381;;; Generated autoloads from dnd.el 6398;;; Generated autoloads from dnd.el
6382 6399
6383(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)) "\ 6400(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)) "\
@@ -6398,7 +6415,7 @@ if some action was made, or nil if the URL is ignored.")
6398;;;*** 6415;;;***
6399 6416
6400;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 6417;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6401;;;;;; "textmodes/dns-mode.el" (19383 49279)) 6418;;;;;; "textmodes/dns-mode.el" (19636 58496))
6402;;; Generated autoloads from textmodes/dns-mode.el 6419;;; Generated autoloads from textmodes/dns-mode.el
6403 6420
6404(autoload 'dns-mode "dns-mode" "\ 6421(autoload 'dns-mode "dns-mode" "\
@@ -6423,7 +6440,7 @@ Locate SOA record and increment the serial field.
6423;;;*** 6440;;;***
6424 6441
6425;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode 6442;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode
6426;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (19383 49276)) 6443;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (19636 58496))
6427;;; Generated autoloads from doc-view.el 6444;;; Generated autoloads from doc-view.el
6428 6445
6429(autoload 'doc-view-mode-p "doc-view" "\ 6446(autoload 'doc-view-mode-p "doc-view" "\
@@ -6458,7 +6475,7 @@ Not documented
6458 6475
6459;;;*** 6476;;;***
6460 6477
6461;;;### (autoloads (doctor) "doctor" "play/doctor.el" (19383 49279)) 6478;;;### (autoloads (doctor) "doctor" "play/doctor.el" (19636 58496))
6462;;; Generated autoloads from play/doctor.el 6479;;; Generated autoloads from play/doctor.el
6463 6480
6464(autoload 'doctor "doctor" "\ 6481(autoload 'doctor "doctor" "\
@@ -6468,7 +6485,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6468 6485
6469;;;*** 6486;;;***
6470 6487
6471;;;### (autoloads (double-mode) "double" "double.el" (19383 49279)) 6488;;;### (autoloads (double-mode) "double" "double.el" (19636 58496))
6472;;; Generated autoloads from double.el 6489;;; Generated autoloads from double.el
6473 6490
6474(autoload 'double-mode "double" "\ 6491(autoload 'double-mode "double" "\
@@ -6483,7 +6500,7 @@ when pressed twice. See variable `double-map' for details.
6483 6500
6484;;;*** 6501;;;***
6485 6502
6486;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (19383 49279)) 6503;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (19636 58496))
6487;;; Generated autoloads from play/dunnet.el 6504;;; Generated autoloads from play/dunnet.el
6488 6505
6489(autoload 'dunnet "dunnet" "\ 6506(autoload 'dunnet "dunnet" "\
@@ -6494,7 +6511,7 @@ Switch to *dungeon* buffer and start game.
6494;;;*** 6511;;;***
6495 6512
6496;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 6513;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
6497;;;;;; (19383 49279)) 6514;;;;;; (19636 58496))
6498;;; Generated autoloads from gnus/earcon.el 6515;;; Generated autoloads from gnus/earcon.el
6499 6516
6500(autoload 'gnus-earcon-display "earcon" "\ 6517(autoload 'gnus-earcon-display "earcon" "\
@@ -6506,32 +6523,30 @@ Play sounds in message buffers.
6506 6523
6507;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6524;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6508;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 6525;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6509;;;;;; "emacs-lisp/easy-mmode.el" (19383 49279)) 6526;;;;;; "emacs-lisp/easy-mmode.el" (19636 58496))
6510;;; Generated autoloads from emacs-lisp/easy-mmode.el 6527;;; Generated autoloads from emacs-lisp/easy-mmode.el
6511 6528
6512(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6529(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
6513 6530
6514(autoload 'define-minor-mode "easy-mmode" "\ 6531(autoload 'define-minor-mode "easy-mmode" "\
6515Define a new minor mode MODE. 6532Define a new minor mode MODE.
6516This function defines the associated control variable MODE, keymap MODE-map, 6533This defines the control variable MODE and the toggle command MODE.
6517and toggle command MODE.
6518
6519DOC is the documentation for the mode toggle command. 6534DOC is the documentation for the mode toggle command.
6535
6520Optional INIT-VALUE is the initial value of the mode's variable. 6536Optional INIT-VALUE is the initial value of the mode's variable.
6521Optional LIGHTER is displayed in the modeline when the mode is on. 6537Optional LIGHTER is displayed in the modeline when the mode is on.
6522Optional KEYMAP is the default (defvar) keymap bound to the mode keymap. 6538Optional KEYMAP is the default keymap bound to the mode keymap.
6523 If it is a list, it is passed to `easy-mmode-define-keymap' 6539 If non-nil, it should be a variable name (whose value is a keymap),
6524 in order to build a valid keymap. It's generally better to use 6540 a keymap, or a list of arguments for `easy-mmode-define-keymap'.
6525 a separate MODE-map variable than to use this argument. 6541 If KEYMAP is a keymap or list, this also defines the variable MODE-map.
6526The above three arguments can be skipped if keyword arguments are 6542
6527used (see below). 6543BODY contains code to execute each time the mode is enabled or disabled.
6528 6544 It is executed after toggling the mode, and before running MODE-hook.
6529BODY contains code to execute each time the mode is activated or deactivated. 6545 Before the actual body code, you can write keyword arguments, i.e.
6530 It is executed after toggling the mode, 6546 alternating keywords and values. These following special keywords
6531 and before running the hook variable `MODE-hook'. 6547 are supported (other keywords are passed to `defcustom' if the minor
6532 Before the actual body code, you can write keyword arguments (alternating 6548 mode is global):
6533 keywords and values). These following keyword arguments are supported (other 6549
6534 keywords will be passed to `defcustom' if the minor mode is global):
6535:group GROUP Custom group name to use in all generated `defcustom' forms. 6550:group GROUP Custom group name to use in all generated `defcustom' forms.
6536 Defaults to MODE without the possible trailing \"-mode\". 6551 Defaults to MODE without the possible trailing \"-mode\".
6537 Don't use this default group name unless you have written a 6552 Don't use this default group name unless you have written a
@@ -6611,8 +6626,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
6611;;;*** 6626;;;***
6612 6627
6613;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 6628;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
6614;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (19383 6629;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (19636
6615;;;;;; 49279)) 6630;;;;;; 58496))
6616;;; Generated autoloads from emacs-lisp/easymenu.el 6631;;; Generated autoloads from emacs-lisp/easymenu.el
6617 6632
6618(put 'easy-menu-define 'lisp-indent-function 'defun) 6633(put 'easy-menu-define 'lisp-indent-function 'defun)
@@ -6766,7 +6781,7 @@ To implement dynamic menus, either call this from
6766;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer 6781;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
6767;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer 6782;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
6768;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 6783;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
6769;;;;;; "progmodes/ebnf2ps.el" (19383 49279)) 6784;;;;;; "progmodes/ebnf2ps.el" (19636 58496))
6770;;; Generated autoloads from progmodes/ebnf2ps.el 6785;;; Generated autoloads from progmodes/ebnf2ps.el
6771 6786
6772(autoload 'ebnf-customize "ebnf2ps" "\ 6787(autoload 'ebnf-customize "ebnf2ps" "\
@@ -7040,8 +7055,8 @@ See `ebnf-style-database' documentation.
7040;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 7055;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7041;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 7056;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7042;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 7057;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7043;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (19383 7058;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (19636
7044;;;;;; 49279)) 7059;;;;;; 58496))
7045;;; Generated autoloads from progmodes/ebrowse.el 7060;;; Generated autoloads from progmodes/ebrowse.el
7046 7061
7047(autoload 'ebrowse-tree-mode "ebrowse" "\ 7062(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7192,7 +7207,7 @@ Display statistics for a class tree.
7192;;;*** 7207;;;***
7193 7208
7194;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7209;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7195;;;;;; (19383 49279)) 7210;;;;;; (19636 58496))
7196;;; Generated autoloads from ebuff-menu.el 7211;;; Generated autoloads from ebuff-menu.el
7197 7212
7198(autoload 'electric-buffer-list "ebuff-menu" "\ 7213(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7217,7 +7232,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7217;;;*** 7232;;;***
7218 7233
7219;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 7234;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7220;;;;;; "echistory.el" (19383 49279)) 7235;;;;;; "echistory.el" (19636 58496))
7221;;; Generated autoloads from echistory.el 7236;;; Generated autoloads from echistory.el
7222 7237
7223(autoload 'Electric-command-history-redo-expression "echistory" "\ 7238(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7229,7 +7244,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7229;;;*** 7244;;;***
7230 7245
7231;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" 7246;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
7232;;;;;; (19383 49279)) 7247;;;;;; (19636 58496))
7233;;; Generated autoloads from gnus/ecomplete.el 7248;;; Generated autoloads from gnus/ecomplete.el
7234 7249
7235(autoload 'ecomplete-setup "ecomplete" "\ 7250(autoload 'ecomplete-setup "ecomplete" "\
@@ -7239,7 +7254,7 @@ Not documented
7239 7254
7240;;;*** 7255;;;***
7241 7256
7242;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19383 49276)) 7257;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19636 58496))
7243;;; Generated autoloads from cedet/ede.el 7258;;; Generated autoloads from cedet/ede.el
7244 7259
7245(defvar global-ede-mode nil "\ 7260(defvar global-ede-mode nil "\
@@ -7265,7 +7280,7 @@ an EDE controlled project.
7265 7280
7266;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 7281;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
7267;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 7282;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
7268;;;;;; "emacs-lisp/edebug.el" (19383 49279)) 7283;;;;;; "emacs-lisp/edebug.el" (19636 58496))
7269;;; Generated autoloads from emacs-lisp/edebug.el 7284;;; Generated autoloads from emacs-lisp/edebug.el
7270 7285
7271(defvar edebug-all-defs nil "\ 7286(defvar edebug-all-defs nil "\
@@ -7338,7 +7353,7 @@ Toggle edebugging of all forms.
7338;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories 7353;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7339;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories 7354;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7340;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file 7355;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file
7341;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (19383 49279)) 7356;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (19636 58496))
7342;;; Generated autoloads from ediff.el 7357;;; Generated autoloads from ediff.el
7343 7358
7344(autoload 'ediff-files "ediff" "\ 7359(autoload 'ediff-files "ediff" "\
@@ -7570,7 +7585,7 @@ With optional NODE, goes to that node.
7570;;;*** 7585;;;***
7571 7586
7572;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" 7587;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
7573;;;;;; (19383 49279)) 7588;;;;;; (19636 58496))
7574;;; Generated autoloads from ediff-help.el 7589;;; Generated autoloads from ediff-help.el
7575 7590
7576(autoload 'ediff-customize "ediff-help" "\ 7591(autoload 'ediff-customize "ediff-help" "\
@@ -7581,7 +7596,7 @@ Not documented
7581;;;*** 7596;;;***
7582 7597
7583;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 7598;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
7584;;;;;; (19383 49279)) 7599;;;;;; (19636 58496))
7585;;; Generated autoloads from ediff-mult.el 7600;;; Generated autoloads from ediff-mult.el
7586 7601
7587(autoload 'ediff-show-registry "ediff-mult" "\ 7602(autoload 'ediff-show-registry "ediff-mult" "\
@@ -7594,7 +7609,7 @@ Display Ediff's registry.
7594;;;*** 7609;;;***
7595 7610
7596;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 7611;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7597;;;;;; "ediff-util" "ediff-util.el" (19383 49276)) 7612;;;;;; "ediff-util" "ediff-util.el" (19636 58496))
7598;;; Generated autoloads from ediff-util.el 7613;;; Generated autoloads from ediff-util.el
7599 7614
7600(autoload 'ediff-toggle-multiframe "ediff-util" "\ 7615(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -7615,7 +7630,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
7615 7630
7616;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 7631;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
7617;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 7632;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
7618;;;;;; (19383 49279)) 7633;;;;;; (19636 58496))
7619;;; Generated autoloads from edmacro.el 7634;;; Generated autoloads from edmacro.el
7620 7635
7621(defvar edmacro-eight-bits nil "\ 7636(defvar edmacro-eight-bits nil "\
@@ -7668,7 +7683,7 @@ or nil, use a compact 80-column format.
7668;;;*** 7683;;;***
7669 7684
7670;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 7685;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
7671;;;;;; "emulation/edt.el" (19383 49279)) 7686;;;;;; "emulation/edt.el" (19636 58496))
7672;;; Generated autoloads from emulation/edt.el 7687;;; Generated autoloads from emulation/edt.el
7673 7688
7674(autoload 'edt-set-scroll-margins "edt" "\ 7689(autoload 'edt-set-scroll-margins "edt" "\
@@ -7686,7 +7701,7 @@ Turn on EDT Emulation.
7686;;;*** 7701;;;***
7687 7702
7688;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 7703;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
7689;;;;;; (19383 49279)) 7704;;;;;; (19636 58496))
7690;;; Generated autoloads from ehelp.el 7705;;; Generated autoloads from ehelp.el
7691 7706
7692(autoload 'with-electric-help "ehelp" "\ 7707(autoload 'with-electric-help "ehelp" "\
@@ -7723,7 +7738,7 @@ Not documented
7723;;;*** 7738;;;***
7724 7739
7725;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 7740;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
7726;;;;;; "eldoc" "emacs-lisp/eldoc.el" (19383 49279)) 7741;;;;;; "eldoc" "emacs-lisp/eldoc.el" (19636 58496))
7727;;; Generated autoloads from emacs-lisp/eldoc.el 7742;;; Generated autoloads from emacs-lisp/eldoc.el
7728 7743
7729(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ 7744(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
@@ -7766,8 +7781,8 @@ Emacs Lisp mode) that support ElDoc.")
7766 7781
7767;;;*** 7782;;;***
7768 7783
7769;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19383 7784;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19636
7770;;;;;; 49279)) 7785;;;;;; 58496))
7771;;; Generated autoloads from elide-head.el 7786;;; Generated autoloads from elide-head.el
7772 7787
7773(autoload 'elide-head "elide-head" "\ 7788(autoload 'elide-head "elide-head" "\
@@ -7784,7 +7799,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
7784 7799
7785;;;### (autoloads (elint-initialize elint-defun elint-current-buffer 7800;;;### (autoloads (elint-initialize elint-defun elint-current-buffer
7786;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el" 7801;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el"
7787;;;;;; (19383 49284)) 7802;;;;;; (19636 58496))
7788;;; Generated autoloads from emacs-lisp/elint.el 7803;;; Generated autoloads from emacs-lisp/elint.el
7789 7804
7790(autoload 'elint-file "elint" "\ 7805(autoload 'elint-file "elint" "\
@@ -7820,8 +7835,8 @@ optional prefix argument REINIT is non-nil.
7820;;;*** 7835;;;***
7821 7836
7822;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 7837;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
7823;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19383 7838;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19636
7824;;;;;; 49279)) 7839;;;;;; 58496))
7825;;; Generated autoloads from emacs-lisp/elp.el 7840;;; Generated autoloads from emacs-lisp/elp.el
7826 7841
7827(autoload 'elp-instrument-function "elp" "\ 7842(autoload 'elp-instrument-function "elp" "\
@@ -7856,7 +7871,7 @@ displayed.
7856;;;*** 7871;;;***
7857 7872
7858;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 7873;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
7859;;;;;; (19383 49279)) 7874;;;;;; (19641 1152))
7860;;; Generated autoloads from mail/emacsbug.el 7875;;; Generated autoloads from mail/emacsbug.el
7861 7876
7862(autoload 'report-emacs-bug "emacsbug" "\ 7877(autoload 'report-emacs-bug "emacsbug" "\
@@ -7871,7 +7886,7 @@ Prompts for bug subject. Leaves you in a mail buffer.
7871;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 7886;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
7872;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 7887;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
7873;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 7888;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
7874;;;;;; "emerge.el" (19383 49279)) 7889;;;;;; "emerge.el" (19636 58496))
7875;;; Generated autoloads from emerge.el 7890;;; Generated autoloads from emerge.el
7876 7891
7877(autoload 'emerge-files "emerge" "\ 7892(autoload 'emerge-files "emerge" "\
@@ -7932,7 +7947,7 @@ Not documented
7932;;;*** 7947;;;***
7933 7948
7934;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 7949;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
7935;;;;;; "enriched" "textmodes/enriched.el" (19383 49279)) 7950;;;;;; "enriched" "textmodes/enriched.el" (19636 58496))
7936;;; Generated autoloads from textmodes/enriched.el 7951;;; Generated autoloads from textmodes/enriched.el
7937 7952
7938(autoload 'enriched-mode "enriched" "\ 7953(autoload 'enriched-mode "enriched" "\
@@ -7967,8 +7982,8 @@ Not documented
7967;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region 7982;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region
7968;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file 7983;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
7969;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys 7984;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
7970;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (19383 7985;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (19636
7971;;;;;; 49279)) 7986;;;;;; 58496))
7972;;; Generated autoloads from epa.el 7987;;; Generated autoloads from epa.el
7973 7988
7974(autoload 'epa-list-keys "epa" "\ 7989(autoload 'epa-list-keys "epa" "\
@@ -8141,7 +8156,7 @@ Insert selected KEYS after the point.
8141;;;*** 8156;;;***
8142 8157
8143;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify 8158;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify
8144;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (19383 49279)) 8159;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (19636 58496))
8145;;; Generated autoloads from epa-dired.el 8160;;; Generated autoloads from epa-dired.el
8146 8161
8147(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8162(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8167,7 +8182,7 @@ Encrypt marked files.
8167;;;*** 8182;;;***
8168 8183
8169;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) 8184;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler)
8170;;;;;; "epa-file" "epa-file.el" (19383 49279)) 8185;;;;;; "epa-file" "epa-file.el" (19636 58496))
8171;;; Generated autoloads from epa-file.el 8186;;; Generated autoloads from epa-file.el
8172 8187
8173(autoload 'epa-file-handler "epa-file" "\ 8188(autoload 'epa-file-handler "epa-file" "\
@@ -8189,7 +8204,7 @@ Not documented
8189 8204
8190;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt 8205;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
8191;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode) 8206;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
8192;;;;;; "epa-mail" "epa-mail.el" (19383 49279)) 8207;;;;;; "epa-mail" "epa-mail.el" (19636 58496))
8193;;; Generated autoloads from epa-mail.el 8208;;; Generated autoloads from epa-mail.el
8194 8209
8195(autoload 'epa-mail-mode "epa-mail" "\ 8210(autoload 'epa-mail-mode "epa-mail" "\
@@ -8253,7 +8268,7 @@ Minor mode to hook EasyPG into Mail mode.
8253 8268
8254;;;*** 8269;;;***
8255 8270
8256;;;### (autoloads (epg-make-context) "epg" "epg.el" (19383 49279)) 8271;;;### (autoloads (epg-make-context) "epg" "epg.el" (19636 58496))
8257;;; Generated autoloads from epg.el 8272;;; Generated autoloads from epg.el
8258 8273
8259(autoload 'epg-make-context "epg" "\ 8274(autoload 'epg-make-context "epg" "\
@@ -8264,7 +8279,7 @@ Return a context object.
8264;;;*** 8279;;;***
8265 8280
8266;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) 8281;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
8267;;;;;; "epg-config" "epg-config.el" (19383 49279)) 8282;;;;;; "epg-config" "epg-config.el" (19636 58496))
8268;;; Generated autoloads from epg-config.el 8283;;; Generated autoloads from epg-config.el
8269 8284
8270(autoload 'epg-configuration "epg-config" "\ 8285(autoload 'epg-configuration "epg-config" "\
@@ -8285,7 +8300,7 @@ Look at CONFIG and try to expand GROUP.
8285;;;*** 8300;;;***
8286 8301
8287;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" 8302;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
8288;;;;;; "erc/erc.el" (19383 49276)) 8303;;;;;; "erc/erc.el" (19636 58496))
8289;;; Generated autoloads from erc/erc.el 8304;;; Generated autoloads from erc/erc.el
8290 8305
8291(autoload 'erc-select-read-args "erc" "\ 8306(autoload 'erc-select-read-args "erc" "\
@@ -8327,33 +8342,33 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8327 8342
8328;;;*** 8343;;;***
8329 8344
8330;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (19383 8345;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (19636
8331;;;;;; 49279)) 8346;;;;;; 58496))
8332;;; Generated autoloads from erc/erc-autoaway.el 8347;;; Generated autoloads from erc/erc-autoaway.el
8333 (autoload 'erc-autoaway-mode "erc-autoaway") 8348 (autoload 'erc-autoaway-mode "erc-autoaway")
8334 8349
8335;;;*** 8350;;;***
8336 8351
8337;;;### (autoloads nil "erc-button" "erc/erc-button.el" (19383 49279)) 8352;;;### (autoloads nil "erc-button" "erc/erc-button.el" (19636 58496))
8338;;; Generated autoloads from erc/erc-button.el 8353;;; Generated autoloads from erc/erc-button.el
8339 (autoload 'erc-button-mode "erc-button" nil t) 8354 (autoload 'erc-button-mode "erc-button" nil t)
8340 8355
8341;;;*** 8356;;;***
8342 8357
8343;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (19383 49279)) 8358;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (19636 58496))
8344;;; Generated autoloads from erc/erc-capab.el 8359;;; Generated autoloads from erc/erc-capab.el
8345 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 8360 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8346 8361
8347;;;*** 8362;;;***
8348 8363
8349;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (19383 49279)) 8364;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (19636 58496))
8350;;; Generated autoloads from erc/erc-compat.el 8365;;; Generated autoloads from erc/erc-compat.el
8351 (autoload 'erc-define-minor-mode "erc-compat") 8366 (autoload 'erc-define-minor-mode "erc-compat")
8352 8367
8353;;;*** 8368;;;***
8354 8369
8355;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 8370;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
8356;;;;;; "erc-dcc" "erc/erc-dcc.el" (19383 49279)) 8371;;;;;; "erc-dcc" "erc/erc-dcc.el" (19636 58496))
8357;;; Generated autoloads from erc/erc-dcc.el 8372;;; Generated autoloads from erc/erc-dcc.el
8358 (autoload 'erc-dcc-mode "erc-dcc") 8373 (autoload 'erc-dcc-mode "erc-dcc")
8359 8374
@@ -8386,7 +8401,7 @@ that subcommand.
8386;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 8401;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
8387;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 8402;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
8388;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 8403;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
8389;;;;;; (19383 49279)) 8404;;;;;; (19636 58496))
8390;;; Generated autoloads from erc/erc-ezbounce.el 8405;;; Generated autoloads from erc/erc-ezbounce.el
8391 8406
8392(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 8407(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -8448,8 +8463,8 @@ Add EZBouncer convenience functions to ERC.
8448 8463
8449;;;*** 8464;;;***
8450 8465
8451;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (19383 8466;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (19636
8452;;;;;; 49279)) 8467;;;;;; 58496))
8453;;; Generated autoloads from erc/erc-fill.el 8468;;; Generated autoloads from erc/erc-fill.el
8454 (autoload 'erc-fill-mode "erc-fill" nil t) 8469 (autoload 'erc-fill-mode "erc-fill" nil t)
8455 8470
@@ -8461,15 +8476,15 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
8461 8476
8462;;;*** 8477;;;***
8463 8478
8464;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (19383 8479;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (19636
8465;;;;;; 49279)) 8480;;;;;; 58496))
8466;;; Generated autoloads from erc/erc-hecomplete.el 8481;;; Generated autoloads from erc/erc-hecomplete.el
8467 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t) 8482 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t)
8468 8483
8469;;;*** 8484;;;***
8470 8485
8471;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 8486;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
8472;;;;;; "erc/erc-identd.el" (19383 49279)) 8487;;;;;; "erc/erc-identd.el" (19636 58496))
8473;;; Generated autoloads from erc/erc-identd.el 8488;;; Generated autoloads from erc/erc-identd.el
8474 (autoload 'erc-identd-mode "erc-identd") 8489 (autoload 'erc-identd-mode "erc-identd")
8475 8490
@@ -8491,7 +8506,7 @@ Not documented
8491;;;*** 8506;;;***
8492 8507
8493;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 8508;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
8494;;;;;; (19383 49279)) 8509;;;;;; (19636 58496))
8495;;; Generated autoloads from erc/erc-imenu.el 8510;;; Generated autoloads from erc/erc-imenu.el
8496 8511
8497(autoload 'erc-create-imenu-index "erc-imenu" "\ 8512(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -8501,20 +8516,20 @@ Not documented
8501 8516
8502;;;*** 8517;;;***
8503 8518
8504;;;### (autoloads nil "erc-join" "erc/erc-join.el" (19383 49279)) 8519;;;### (autoloads nil "erc-join" "erc/erc-join.el" (19636 58496))
8505;;; Generated autoloads from erc/erc-join.el 8520;;; Generated autoloads from erc/erc-join.el
8506 (autoload 'erc-autojoin-mode "erc-join" nil t) 8521 (autoload 'erc-autojoin-mode "erc-join" nil t)
8507 8522
8508;;;*** 8523;;;***
8509 8524
8510;;;### (autoloads nil "erc-list" "erc/erc-list.el" (19383 49279)) 8525;;;### (autoloads nil "erc-list" "erc/erc-list.el" (19636 58496))
8511;;; Generated autoloads from erc/erc-list.el 8526;;; Generated autoloads from erc/erc-list.el
8512 (autoload 'erc-list-mode "erc-list") 8527 (autoload 'erc-list-mode "erc-list")
8513 8528
8514;;;*** 8529;;;***
8515 8530
8516;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 8531;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
8517;;;;;; "erc/erc-log.el" (19383 49279)) 8532;;;;;; "erc/erc-log.el" (19636 58496))
8518;;; Generated autoloads from erc/erc-log.el 8533;;; Generated autoloads from erc/erc-log.el
8519 (autoload 'erc-log-mode "erc-log" nil t) 8534 (autoload 'erc-log-mode "erc-log" nil t)
8520 8535
@@ -8546,7 +8561,7 @@ You can save every individual message by putting this function on
8546;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 8561;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
8547;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 8562;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
8548;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 8563;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
8549;;;;;; (19383 49279)) 8564;;;;;; (19636 58496))
8550;;; Generated autoloads from erc/erc-match.el 8565;;; Generated autoloads from erc/erc-match.el
8551 (autoload 'erc-match-mode "erc-match") 8566 (autoload 'erc-match-mode "erc-match")
8552 8567
@@ -8592,14 +8607,14 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
8592 8607
8593;;;*** 8608;;;***
8594 8609
8595;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (19383 49279)) 8610;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (19636 58496))
8596;;; Generated autoloads from erc/erc-menu.el 8611;;; Generated autoloads from erc/erc-menu.el
8597 (autoload 'erc-menu-mode "erc-menu" nil t) 8612 (autoload 'erc-menu-mode "erc-menu" nil t)
8598 8613
8599;;;*** 8614;;;***
8600 8615
8601;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 8616;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
8602;;;;;; (19383 49279)) 8617;;;;;; (19636 58496))
8603;;; Generated autoloads from erc/erc-netsplit.el 8618;;; Generated autoloads from erc/erc-netsplit.el
8604 (autoload 'erc-netsplit-mode "erc-netsplit") 8619 (autoload 'erc-netsplit-mode "erc-netsplit")
8605 8620
@@ -8611,7 +8626,7 @@ Show who's gone.
8611;;;*** 8626;;;***
8612 8627
8613;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" 8628;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
8614;;;;;; "erc/erc-networks.el" (19383 49279)) 8629;;;;;; "erc/erc-networks.el" (19636 58496))
8615;;; Generated autoloads from erc/erc-networks.el 8630;;; Generated autoloads from erc/erc-networks.el
8616 8631
8617(autoload 'erc-determine-network "erc-networks" "\ 8632(autoload 'erc-determine-network "erc-networks" "\
@@ -8629,7 +8644,7 @@ Interactively select a server to connect to using `erc-server-alist'.
8629;;;*** 8644;;;***
8630 8645
8631;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 8646;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
8632;;;;;; "erc/erc-notify.el" (19383 49279)) 8647;;;;;; "erc/erc-notify.el" (19636 58496))
8633;;; Generated autoloads from erc/erc-notify.el 8648;;; Generated autoloads from erc/erc-notify.el
8634 (autoload 'erc-notify-mode "erc-notify" nil t) 8649 (autoload 'erc-notify-mode "erc-notify" nil t)
8635 8650
@@ -8647,33 +8662,33 @@ Not documented
8647 8662
8648;;;*** 8663;;;***
8649 8664
8650;;;### (autoloads nil "erc-page" "erc/erc-page.el" (19383 49279)) 8665;;;### (autoloads nil "erc-page" "erc/erc-page.el" (19636 58496))
8651;;; Generated autoloads from erc/erc-page.el 8666;;; Generated autoloads from erc/erc-page.el
8652 (autoload 'erc-page-mode "erc-page") 8667 (autoload 'erc-page-mode "erc-page")
8653 8668
8654;;;*** 8669;;;***
8655 8670
8656;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19383 8671;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19636
8657;;;;;; 49279)) 8672;;;;;; 58496))
8658;;; Generated autoloads from erc/erc-pcomplete.el 8673;;; Generated autoloads from erc/erc-pcomplete.el
8659 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 8674 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
8660 8675
8661;;;*** 8676;;;***
8662 8677
8663;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (19383 49279)) 8678;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (19636 58496))
8664;;; Generated autoloads from erc/erc-replace.el 8679;;; Generated autoloads from erc/erc-replace.el
8665 (autoload 'erc-replace-mode "erc-replace") 8680 (autoload 'erc-replace-mode "erc-replace")
8666 8681
8667;;;*** 8682;;;***
8668 8683
8669;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (19383 49279)) 8684;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (19636 58496))
8670;;; Generated autoloads from erc/erc-ring.el 8685;;; Generated autoloads from erc/erc-ring.el
8671 (autoload 'erc-ring-mode "erc-ring" nil t) 8686 (autoload 'erc-ring-mode "erc-ring" nil t)
8672 8687
8673;;;*** 8688;;;***
8674 8689
8675;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 8690;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
8676;;;;;; "erc-services" "erc/erc-services.el" (19383 49276)) 8691;;;;;; "erc-services" "erc/erc-services.el" (19636 58496))
8677;;; Generated autoloads from erc/erc-services.el 8692;;; Generated autoloads from erc/erc-services.el
8678 (autoload 'erc-services-mode "erc-services" nil t) 8693 (autoload 'erc-services-mode "erc-services" nil t)
8679 8694
@@ -8690,14 +8705,14 @@ When called interactively, read the password using `read-passwd'.
8690 8705
8691;;;*** 8706;;;***
8692 8707
8693;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (19383 49279)) 8708;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (19636 58496))
8694;;; Generated autoloads from erc/erc-sound.el 8709;;; Generated autoloads from erc/erc-sound.el
8695 (autoload 'erc-sound-mode "erc-sound") 8710 (autoload 'erc-sound-mode "erc-sound")
8696 8711
8697;;;*** 8712;;;***
8698 8713
8699;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 8714;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
8700;;;;;; (19383 49279)) 8715;;;;;; (19636 58496))
8701;;; Generated autoloads from erc/erc-speedbar.el 8716;;; Generated autoloads from erc/erc-speedbar.el
8702 8717
8703(autoload 'erc-speedbar-browser "erc-speedbar" "\ 8718(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -8708,21 +8723,21 @@ This will add a speedbar major display mode.
8708 8723
8709;;;*** 8724;;;***
8710 8725
8711;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (19383 8726;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (19636
8712;;;;;; 49279)) 8727;;;;;; 58496))
8713;;; Generated autoloads from erc/erc-spelling.el 8728;;; Generated autoloads from erc/erc-spelling.el
8714 (autoload 'erc-spelling-mode "erc-spelling" nil t) 8729 (autoload 'erc-spelling-mode "erc-spelling" nil t)
8715 8730
8716;;;*** 8731;;;***
8717 8732
8718;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (19383 49279)) 8733;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (19636 58496))
8719;;; Generated autoloads from erc/erc-stamp.el 8734;;; Generated autoloads from erc/erc-stamp.el
8720 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 8735 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
8721 8736
8722;;;*** 8737;;;***
8723 8738
8724;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" 8739;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
8725;;;;;; (19383 49279)) 8740;;;;;; (19636 58496))
8726;;; Generated autoloads from erc/erc-track.el 8741;;; Generated autoloads from erc/erc-track.el
8727 8742
8728(defvar erc-track-minor-mode nil "\ 8743(defvar erc-track-minor-mode nil "\
@@ -8745,7 +8760,7 @@ module, otherwise the keybindings will not do anything useful.
8745;;;*** 8760;;;***
8746 8761
8747;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 8762;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
8748;;;;;; "erc-truncate" "erc/erc-truncate.el" (19383 49279)) 8763;;;;;; "erc-truncate" "erc/erc-truncate.el" (19636 58496))
8749;;; Generated autoloads from erc/erc-truncate.el 8764;;; Generated autoloads from erc/erc-truncate.el
8750 (autoload 'erc-truncate-mode "erc-truncate" nil t) 8765 (autoload 'erc-truncate-mode "erc-truncate" nil t)
8751 8766
@@ -8765,7 +8780,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
8765;;;*** 8780;;;***
8766 8781
8767;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 8782;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
8768;;;;;; (19383 49279)) 8783;;;;;; (19641 1152))
8769;;; Generated autoloads from erc/erc-xdcc.el 8784;;; Generated autoloads from erc/erc-xdcc.el
8770 (autoload 'erc-xdcc-mode "erc-xdcc") 8785 (autoload 'erc-xdcc-mode "erc-xdcc")
8771 8786
@@ -8776,8 +8791,8 @@ Add a file to `erc-xdcc-files'.
8776 8791
8777;;;*** 8792;;;***
8778 8793
8779;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (19383 8794;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (19636
8780;;;;;; 49279)) 8795;;;;;; 58496))
8781;;; Generated autoloads from eshell/esh-mode.el 8796;;; Generated autoloads from eshell/esh-mode.el
8782 8797
8783(autoload 'eshell-mode "esh-mode" "\ 8798(autoload 'eshell-mode "esh-mode" "\
@@ -8789,8 +8804,8 @@ Emacs shell interactive mode.
8789 8804
8790;;;*** 8805;;;***
8791 8806
8792;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (19383 8807;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (19636
8793;;;;;; 49279)) 8808;;;;;; 58496))
8794;;; Generated autoloads from eshell/esh-test.el 8809;;; Generated autoloads from eshell/esh-test.el
8795 8810
8796(autoload 'eshell-test "esh-test" "\ 8811(autoload 'eshell-test "esh-test" "\
@@ -8801,7 +8816,7 @@ Test Eshell to verify that it works as expected.
8801;;;*** 8816;;;***
8802 8817
8803;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" 8818;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell"
8804;;;;;; "eshell/eshell.el" (19383 49284)) 8819;;;;;; "eshell/eshell.el" (19636 58496))
8805;;; Generated autoloads from eshell/eshell.el 8820;;; Generated autoloads from eshell/eshell.el
8806 8821
8807(autoload 'eshell "eshell" "\ 8822(autoload 'eshell "eshell" "\
@@ -8842,7 +8857,7 @@ corresponding to a successful execution.
8842;;;;;; visit-tags-table tags-table-mode find-tag-default-function 8857;;;;;; visit-tags-table tags-table-mode find-tag-default-function
8843;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 8858;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
8844;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 8859;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
8845;;;;;; (19383 49279)) 8860;;;;;; (19636 58496))
8846;;; Generated autoloads from progmodes/etags.el 8861;;; Generated autoloads from progmodes/etags.el
8847 8862
8848(defvar tags-file-name nil "\ 8863(defvar tags-file-name nil "\
@@ -9150,7 +9165,7 @@ for \\[find-tag] (which see).
9150;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer 9165;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9151;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer 9166;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9152;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" 9167;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9153;;;;;; (19383 49279)) 9168;;;;;; (19636 58496))
9154;;; Generated autoloads from language/ethio-util.el 9169;;; Generated autoloads from language/ethio-util.el
9155 9170
9156(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9171(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -9320,7 +9335,7 @@ Not documented
9320 9335
9321;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 9336;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
9322;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 9337;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9323;;;;;; (19383 49279)) 9338;;;;;; (19636 58496))
9324;;; Generated autoloads from net/eudc.el 9339;;; Generated autoloads from net/eudc.el
9325 9340
9326(autoload 'eudc-set-server "eudc" "\ 9341(autoload 'eudc-set-server "eudc" "\
@@ -9376,7 +9391,7 @@ This does nothing except loading eudc by autoload side-effect.
9376 9391
9377;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 9392;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
9378;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 9393;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
9379;;;;;; "eudc-bob" "net/eudc-bob.el" (19383 49279)) 9394;;;;;; "eudc-bob" "net/eudc-bob.el" (19636 58496))
9380;;; Generated autoloads from net/eudc-bob.el 9395;;; Generated autoloads from net/eudc-bob.el
9381 9396
9382(autoload 'eudc-display-generic-binary "eudc-bob" "\ 9397(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -9412,7 +9427,7 @@ Display a button for the JPEG DATA.
9412;;;*** 9427;;;***
9413 9428
9414;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 9429;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
9415;;;;;; "eudc-export" "net/eudc-export.el" (19383 49279)) 9430;;;;;; "eudc-export" "net/eudc-export.el" (19636 58496))
9416;;; Generated autoloads from net/eudc-export.el 9431;;; Generated autoloads from net/eudc-export.el
9417 9432
9418(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 9433(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -9429,7 +9444,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
9429;;;*** 9444;;;***
9430 9445
9431;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 9446;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
9432;;;;;; (19383 49279)) 9447;;;;;; (19636 58496))
9433;;; Generated autoloads from net/eudc-hotlist.el 9448;;; Generated autoloads from net/eudc-hotlist.el
9434 9449
9435(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 9450(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -9439,8 +9454,8 @@ Edit the hotlist of directory servers in a specialized buffer.
9439 9454
9440;;;*** 9455;;;***
9441 9456
9442;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (19383 9457;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (19636
9443;;;;;; 49279)) 9458;;;;;; 58496))
9444;;; Generated autoloads from emacs-lisp/ewoc.el 9459;;; Generated autoloads from emacs-lisp/ewoc.el
9445 9460
9446(autoload 'ewoc-create "ewoc" "\ 9461(autoload 'ewoc-create "ewoc" "\
@@ -9469,7 +9484,7 @@ fourth arg NOSEP non-nil inhibits this.
9469;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 9484;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
9470;;;;;; executable-self-display executable-set-magic executable-interpret 9485;;;;;; executable-self-display executable-set-magic executable-interpret
9471;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 9486;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
9472;;;;;; (19383 49279)) 9487;;;;;; (19636 58496))
9473;;; Generated autoloads from progmodes/executable.el 9488;;; Generated autoloads from progmodes/executable.el
9474 9489
9475(autoload 'executable-command-find-posix-p "executable" "\ 9490(autoload 'executable-command-find-posix-p "executable" "\
@@ -9512,7 +9527,7 @@ file modes.
9512 9527
9513;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 9528;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
9514;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" 9529;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
9515;;;;;; (19383 49279)) 9530;;;;;; (19636 58496))
9516;;; Generated autoloads from expand.el 9531;;; Generated autoloads from expand.el
9517 9532
9518(autoload 'expand-add-abbrevs "expand" "\ 9533(autoload 'expand-add-abbrevs "expand" "\
@@ -9561,7 +9576,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
9561 9576
9562;;;*** 9577;;;***
9563 9578
9564;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19383 49276)) 9579;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19636 58496))
9565;;; Generated autoloads from progmodes/f90.el 9580;;; Generated autoloads from progmodes/f90.el
9566 9581
9567(autoload 'f90-mode "f90" "\ 9582(autoload 'f90-mode "f90" "\
@@ -9627,8 +9642,8 @@ with no args, if that value is non-nil.
9627;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set 9642;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set
9628;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase 9643;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase
9629;;;;;; text-scale-set face-remap-set-base face-remap-reset-base 9644;;;;;; text-scale-set face-remap-set-base face-remap-reset-base
9630;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19383 9645;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19652
9631;;;;;; 49279)) 9646;;;;;; 24589))
9632;;; Generated autoloads from face-remap.el 9647;;; Generated autoloads from face-remap.el
9633 9648
9634(autoload 'face-remap-add-relative "face-remap" "\ 9649(autoload 'face-remap-add-relative "face-remap" "\
@@ -9768,7 +9783,7 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
9768 9783
9769;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 9784;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
9770;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 9785;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
9771;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19383 49279)) 9786;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19636 58496))
9772;;; Generated autoloads from mail/feedmail.el 9787;;; Generated autoloads from mail/feedmail.el
9773 9788
9774(autoload 'feedmail-send-it "feedmail" "\ 9789(autoload 'feedmail-send-it "feedmail" "\
@@ -9822,7 +9837,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
9822;;;*** 9837;;;***
9823 9838
9824;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 9839;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
9825;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19383 49276)) 9840;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19636 58496))
9826;;; Generated autoloads from ffap.el 9841;;; Generated autoloads from ffap.el
9827 9842
9828(autoload 'ffap-next "ffap" "\ 9843(autoload 'ffap-next "ffap" "\
@@ -9886,7 +9901,7 @@ Evaluate the forms in variable `ffap-bindings'.
9886;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 9901;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
9887;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 9902;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
9888;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 9903;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
9889;;;;;; "filecache" "filecache.el" (19409 46567)) 9904;;;;;; "filecache" "filecache.el" (19636 58496))
9890;;; Generated autoloads from filecache.el 9905;;; Generated autoloads from filecache.el
9891 9906
9892(autoload 'file-cache-add-directory "filecache" "\ 9907(autoload 'file-cache-add-directory "filecache" "\
@@ -9946,7 +9961,7 @@ the name is considered already unique; only the second substitution
9946;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable 9961;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable
9947;;;;;; add-dir-local-variable delete-file-local-variable-prop-line 9962;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
9948;;;;;; add-file-local-variable-prop-line delete-file-local-variable 9963;;;;;; add-file-local-variable-prop-line delete-file-local-variable
9949;;;;;; add-file-local-variable) "files-x" "files-x.el" (19383 49279)) 9964;;;;;; add-file-local-variable) "files-x" "files-x.el" (19636 58496))
9950;;; Generated autoloads from files-x.el 9965;;; Generated autoloads from files-x.el
9951 9966
9952(autoload 'add-file-local-variable "files-x" "\ 9967(autoload 'add-file-local-variable "files-x" "\
@@ -10011,8 +10026,8 @@ Copy directory-local variables to the -*- line.
10011 10026
10012;;;*** 10027;;;***
10013 10028
10014;;;### (autoloads (filesets-init) "filesets" "filesets.el" (19383 10029;;;### (autoloads (filesets-init) "filesets" "filesets.el" (19636
10015;;;;;; 49279)) 10030;;;;;; 58496))
10016;;; Generated autoloads from filesets.el 10031;;; Generated autoloads from filesets.el
10017 10032
10018(autoload 'filesets-init "filesets" "\ 10033(autoload 'filesets-init "filesets" "\
@@ -10023,7 +10038,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10023 10038
10024;;;*** 10039;;;***
10025 10040
10026;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (19383 49279)) 10041;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (19636 58496))
10027;;; Generated autoloads from find-cmd.el 10042;;; Generated autoloads from find-cmd.el
10028 10043
10029(autoload 'find-cmd "find-cmd" "\ 10044(autoload 'find-cmd "find-cmd" "\
@@ -10044,7 +10059,7 @@ result is a string that should be ready for the command line.
10044 10059
10045;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 10060;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
10046;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" 10061;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el"
10047;;;;;; (19422 11991)) 10062;;;;;; (19636 58496))
10048;;; Generated autoloads from find-dired.el 10063;;; Generated autoloads from find-dired.el
10049 10064
10050(defvar find-ls-option (if (eq system-type 'berkeley-unix) (purecopy '("-ls" . "-gilsb")) (purecopy '("-exec ls -ld {} \\;" . "-ld"))) "\ 10065(defvar find-ls-option (if (eq system-type 'berkeley-unix) (purecopy '("-ls" . "-gilsb")) (purecopy '("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -10105,7 +10120,7 @@ Thus ARG can also contain additional grep options.
10105 10120
10106;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10121;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10107;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 10122;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
10108;;;;;; (19383 49279)) 10123;;;;;; (19636 58496))
10109;;; Generated autoloads from find-file.el 10124;;; Generated autoloads from find-file.el
10110 10125
10111(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10126(defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10199,7 +10214,7 @@ Visit the file you click on in another window.
10199;;;;;; find-variable find-variable-noselect find-function-other-frame 10214;;;;;; find-variable find-variable-noselect find-function-other-frame
10200;;;;;; find-function-other-window find-function find-function-noselect 10215;;;;;; find-function-other-window find-function find-function-noselect
10201;;;;;; find-function-search-for-symbol find-library) "find-func" 10216;;;;;; find-function-search-for-symbol find-library) "find-func"
10202;;;;;; "emacs-lisp/find-func.el" (19383 49279)) 10217;;;;;; "emacs-lisp/find-func.el" (19636 58496))
10203;;; Generated autoloads from emacs-lisp/find-func.el 10218;;; Generated autoloads from emacs-lisp/find-func.el
10204 10219
10205(autoload 'find-library "find-func" "\ 10220(autoload 'find-library "find-func" "\
@@ -10354,7 +10369,7 @@ Define some key bindings for the find-function family of functions.
10354;;;*** 10369;;;***
10355 10370
10356;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 10371;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
10357;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (19383 49279)) 10372;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (19636 58496))
10358;;; Generated autoloads from find-lisp.el 10373;;; Generated autoloads from find-lisp.el
10359 10374
10360(autoload 'find-lisp-find-dired "find-lisp" "\ 10375(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -10375,7 +10390,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
10375;;;*** 10390;;;***
10376 10391
10377;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 10392;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
10378;;;;;; "finder" "finder.el" (19383 49279)) 10393;;;;;; "finder" "finder.el" (19636 58496))
10379;;; Generated autoloads from finder.el 10394;;; Generated autoloads from finder.el
10380 10395
10381(autoload 'finder-list-keywords "finder" "\ 10396(autoload 'finder-list-keywords "finder" "\
@@ -10397,7 +10412,7 @@ Find packages matching a given keyword.
10397;;;*** 10412;;;***
10398 10413
10399;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 10414;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
10400;;;;;; "flow-ctrl.el" (19383 49279)) 10415;;;;;; "flow-ctrl.el" (19636 58496))
10401;;; Generated autoloads from flow-ctrl.el 10416;;; Generated autoloads from flow-ctrl.el
10402 10417
10403(autoload 'enable-flow-control "flow-ctrl" "\ 10418(autoload 'enable-flow-control "flow-ctrl" "\
@@ -10419,7 +10434,7 @@ to get the effect of a C-q.
10419;;;*** 10434;;;***
10420 10435
10421;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 10436;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
10422;;;;;; (19383 49279)) 10437;;;;;; (19636 58496))
10423;;; Generated autoloads from gnus/flow-fill.el 10438;;; Generated autoloads from gnus/flow-fill.el
10424 10439
10425(autoload 'fill-flowed-encode "flow-fill" "\ 10440(autoload 'fill-flowed-encode "flow-fill" "\
@@ -10435,7 +10450,7 @@ Not documented
10435;;;*** 10450;;;***
10436 10451
10437;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) 10452;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode)
10438;;;;;; "flymake" "progmodes/flymake.el" (19383 49276)) 10453;;;;;; "flymake" "progmodes/flymake.el" (19636 58496))
10439;;; Generated autoloads from progmodes/flymake.el 10454;;; Generated autoloads from progmodes/flymake.el
10440 10455
10441(autoload 'flymake-mode "flymake" "\ 10456(autoload 'flymake-mode "flymake" "\
@@ -10459,7 +10474,7 @@ Turn flymake mode off.
10459 10474
10460;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 10475;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
10461;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 10476;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
10462;;;;;; "flyspell" "textmodes/flyspell.el" (19383 49284)) 10477;;;;;; "flyspell" "textmodes/flyspell.el" (19636 58496))
10463;;; Generated autoloads from textmodes/flyspell.el 10478;;; Generated autoloads from textmodes/flyspell.el
10464 10479
10465(autoload 'flyspell-prog-mode "flyspell" "\ 10480(autoload 'flyspell-prog-mode "flyspell" "\
@@ -10529,7 +10544,7 @@ Flyspell whole buffer.
10529 10544
10530;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 10545;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
10531;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 10546;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
10532;;;;;; (19383 49279)) 10547;;;;;; (19636 58496))
10533;;; Generated autoloads from follow.el 10548;;; Generated autoloads from follow.el
10534 10549
10535(autoload 'turn-on-follow-mode "follow" "\ 10550(autoload 'turn-on-follow-mode "follow" "\
@@ -10602,8 +10617,8 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
10602 10617
10603;;;*** 10618;;;***
10604 10619
10605;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19383 10620;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19636
10606;;;;;; 49279)) 10621;;;;;; 58496))
10607;;; Generated autoloads from mail/footnote.el 10622;;; Generated autoloads from mail/footnote.el
10608 10623
10609(autoload 'footnote-mode "footnote" "\ 10624(autoload 'footnote-mode "footnote" "\
@@ -10617,7 +10632,7 @@ started, play around with the following keys:
10617;;;*** 10632;;;***
10618 10633
10619;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 10634;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
10620;;;;;; "forms" "forms.el" (19383 49279)) 10635;;;;;; "forms" "forms.el" (19636 58496))
10621;;; Generated autoloads from forms.el 10636;;; Generated autoloads from forms.el
10622 10637
10623(autoload 'forms-mode "forms" "\ 10638(autoload 'forms-mode "forms" "\
@@ -10654,7 +10669,7 @@ Visit a file in Forms mode in other window.
10654;;;*** 10669;;;***
10655 10670
10656;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" 10671;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
10657;;;;;; (19392 38041)) 10672;;;;;; (19636 58496))
10658;;; Generated autoloads from progmodes/fortran.el 10673;;; Generated autoloads from progmodes/fortran.el
10659 10674
10660(autoload 'fortran-mode "fortran" "\ 10675(autoload 'fortran-mode "fortran" "\
@@ -10732,7 +10747,7 @@ with no args, if that value is non-nil.
10732;;;*** 10747;;;***
10733 10748
10734;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 10749;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
10735;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19383 49279)) 10750;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19658 61388))
10736;;; Generated autoloads from play/fortune.el 10751;;; Generated autoloads from play/fortune.el
10737 10752
10738(autoload 'fortune-add-fortune "fortune" "\ 10753(autoload 'fortune-add-fortune "fortune" "\
@@ -10771,7 +10786,6 @@ and choose the directory as the fortune-file.
10771 10786
10772(autoload 'fortune "fortune" "\ 10787(autoload 'fortune "fortune" "\
10773Display a fortune cookie. 10788Display a fortune cookie.
10774
10775If called with a prefix asks for the FILE to choose the fortune from, 10789If called with a prefix asks for the FILE to choose the fortune from,
10776otherwise uses the value of `fortune-file'. If you want to have fortune 10790otherwise uses the value of `fortune-file'. If you want to have fortune
10777choose from a set of files in a directory, call interactively with prefix 10791choose from a set of files in a directory, call interactively with prefix
@@ -10782,7 +10796,7 @@ and choose the directory as the fortune-file.
10782;;;*** 10796;;;***
10783 10797
10784;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el" 10798;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el"
10785;;;;;; (19383 49284)) 10799;;;;;; (19636 58496))
10786;;; Generated autoloads from progmodes/gdb-ui.el 10800;;; Generated autoloads from progmodes/gdb-ui.el
10787 10801
10788(autoload 'gdb "gdb-ui" "\ 10802(autoload 'gdb "gdb-ui" "\
@@ -10840,8 +10854,8 @@ Non-nil means record the process input and output in `gdb-debug-log'.")
10840;;;*** 10854;;;***
10841 10855
10842;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 10856;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
10843;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (19383 10857;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (19636
10844;;;;;; 49279)) 10858;;;;;; 58496))
10845;;; Generated autoloads from emacs-lisp/generic.el 10859;;; Generated autoloads from emacs-lisp/generic.el
10846 10860
10847(defvar generic-mode-list nil "\ 10861(defvar generic-mode-list nil "\
@@ -10916,7 +10930,7 @@ regular expression that can be used as an element of
10916;;;*** 10930;;;***
10917 10931
10918;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 10932;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
10919;;;;;; (19383 49279)) 10933;;;;;; (19636 58496))
10920;;; Generated autoloads from progmodes/glasses.el 10934;;; Generated autoloads from progmodes/glasses.el
10921 10935
10922(autoload 'glasses-mode "glasses" "\ 10936(autoload 'glasses-mode "glasses" "\
@@ -10930,7 +10944,7 @@ at places they belong to.
10930 10944
10931;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 10945;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
10932;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" 10946;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
10933;;;;;; (19383 49279)) 10947;;;;;; (19636 58496))
10934;;; Generated autoloads from gnus/gmm-utils.el 10948;;; Generated autoloads from gnus/gmm-utils.el
10935 10949
10936(autoload 'gmm-regexp-concat "gmm-utils" "\ 10950(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -10985,7 +10999,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
10985;;;*** 10999;;;***
10986 11000
10987;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11001;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
10988;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19383 49279)) 11002;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19636 58496))
10989;;; Generated autoloads from gnus/gnus.el 11003;;; Generated autoloads from gnus/gnus.el
10990(when (fboundp 'custom-autoload) 11004(when (fboundp 'custom-autoload)
10991 (custom-autoload 'gnus-select-method "gnus")) 11005 (custom-autoload 'gnus-select-method "gnus"))
@@ -11038,7 +11052,7 @@ prompt the user for the name of an NNTP server to use.
11038;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11052;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11039;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11053;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11040;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11054;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11041;;;;;; "gnus/gnus-agent.el" (19383 49279)) 11055;;;;;; "gnus/gnus-agent.el" (19636 58496))
11042;;; Generated autoloads from gnus/gnus-agent.el 11056;;; Generated autoloads from gnus/gnus-agent.el
11043 11057
11044(autoload 'gnus-unplugged "gnus-agent" "\ 11058(autoload 'gnus-unplugged "gnus-agent" "\
@@ -11129,7 +11143,7 @@ If CLEAN, obsolete (ignore).
11129;;;*** 11143;;;***
11130 11144
11131;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11145;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11132;;;;;; (19383 49284)) 11146;;;;;; (19636 58496))
11133;;; Generated autoloads from gnus/gnus-art.el 11147;;; Generated autoloads from gnus/gnus-art.el
11134 11148
11135(autoload 'gnus-article-prepare-display "gnus-art" "\ 11149(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -11140,7 +11154,7 @@ Make the current buffer look like a nice article.
11140;;;*** 11154;;;***
11141 11155
11142;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 11156;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
11143;;;;;; (19383 49279)) 11157;;;;;; (19636 58496))
11144;;; Generated autoloads from gnus/gnus-audio.el 11158;;; Generated autoloads from gnus/gnus-audio.el
11145 11159
11146(autoload 'gnus-audio-play "gnus-audio" "\ 11160(autoload 'gnus-audio-play "gnus-audio" "\
@@ -11151,7 +11165,7 @@ Play a sound FILE through the speaker.
11151;;;*** 11165;;;***
11152 11166
11153;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) 11167;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
11154;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (19383 49279)) 11168;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (19636 58496))
11155;;; Generated autoloads from gnus/gnus-bookmark.el 11169;;; Generated autoloads from gnus/gnus-bookmark.el
11156 11170
11157(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 11171(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -11176,8 +11190,8 @@ deletion, or > if it is flagged for displaying.
11176 11190
11177;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11191;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11178;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11192;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11179;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (19383 11193;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (19636
11180;;;;;; 49279)) 11194;;;;;; 58496))
11181;;; Generated autoloads from gnus/gnus-cache.el 11195;;; Generated autoloads from gnus/gnus-cache.el
11182 11196
11183(autoload 'gnus-jog-cache "gnus-cache" "\ 11197(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -11219,7 +11233,7 @@ supported.
11219;;;*** 11233;;;***
11220 11234
11221;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11235;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11222;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19383 49279)) 11236;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19636 58496))
11223;;; Generated autoloads from gnus/gnus-delay.el 11237;;; Generated autoloads from gnus/gnus-delay.el
11224 11238
11225(autoload 'gnus-delay-article "gnus-delay" "\ 11239(autoload 'gnus-delay-article "gnus-delay" "\
@@ -11255,7 +11269,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11255;;;*** 11269;;;***
11256 11270
11257;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 11271;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11258;;;;;; "gnus-diary" "gnus/gnus-diary.el" (19383 49279)) 11272;;;;;; "gnus-diary" "gnus/gnus-diary.el" (19636 58496))
11259;;; Generated autoloads from gnus/gnus-diary.el 11273;;; Generated autoloads from gnus/gnus-diary.el
11260 11274
11261(autoload 'gnus-user-format-function-d "gnus-diary" "\ 11275(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -11271,7 +11285,7 @@ Not documented
11271;;;*** 11285;;;***
11272 11286
11273;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11287;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11274;;;;;; (19383 49279)) 11288;;;;;; (19636 58496))
11275;;; Generated autoloads from gnus/gnus-dired.el 11289;;; Generated autoloads from gnus/gnus-dired.el
11276 11290
11277(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 11291(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -11282,7 +11296,7 @@ Convenience method to turn on gnus-dired-mode.
11282;;;*** 11296;;;***
11283 11297
11284;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 11298;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11285;;;;;; (19383 49279)) 11299;;;;;; (19636 58496))
11286;;; Generated autoloads from gnus/gnus-draft.el 11300;;; Generated autoloads from gnus/gnus-draft.el
11287 11301
11288(autoload 'gnus-draft-reminder "gnus-draft" "\ 11302(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -11294,8 +11308,8 @@ Reminder user if there are unsent drafts.
11294 11308
11295;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 11309;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
11296;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 11310;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
11297;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (19383 11311;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (19636
11298;;;;;; 49279)) 11312;;;;;; 58496))
11299;;; Generated autoloads from gnus/gnus-fun.el 11313;;; Generated autoloads from gnus/gnus-fun.el
11300 11314
11301(autoload 'gnus-random-x-face "gnus-fun" "\ 11315(autoload 'gnus-random-x-face "gnus-fun" "\
@@ -11340,7 +11354,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
11340;;;*** 11354;;;***
11341 11355
11342;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 11356;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
11343;;;;;; "gnus-group" "gnus/gnus-group.el" (19383 49279)) 11357;;;;;; "gnus-group" "gnus/gnus-group.el" (19636 58496))
11344;;; Generated autoloads from gnus/gnus-group.el 11358;;; Generated autoloads from gnus/gnus-group.el
11345 11359
11346(autoload 'gnus-fetch-group "gnus-group" "\ 11360(autoload 'gnus-fetch-group "gnus-group" "\
@@ -11358,7 +11372,7 @@ Pop up a frame and enter GROUP.
11358;;;*** 11372;;;***
11359 11373
11360;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 11374;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
11361;;;;;; (19383 49279)) 11375;;;;;; (19636 58496))
11362;;; Generated autoloads from gnus/gnus-kill.el 11376;;; Generated autoloads from gnus/gnus-kill.el
11363 11377
11364(defalias 'gnus-batch-kill 'gnus-batch-score) 11378(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -11373,7 +11387,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
11373 11387
11374;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 11388;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
11375;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 11389;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
11376;;;;;; (19383 49279)) 11390;;;;;; (19636 58496))
11377;;; Generated autoloads from gnus/gnus-ml.el 11391;;; Generated autoloads from gnus/gnus-ml.el
11378 11392
11379(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 11393(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -11398,7 +11412,7 @@ Minor mode for providing mailing-list commands.
11398 11412
11399;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 11413;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
11400;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 11414;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
11401;;;;;; (19383 49279)) 11415;;;;;; (19636 58496))
11402;;; Generated autoloads from gnus/gnus-mlspl.el 11416;;; Generated autoloads from gnus/gnus-mlspl.el
11403 11417
11404(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 11418(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -11499,7 +11513,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
11499;;;*** 11513;;;***
11500 11514
11501;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" 11515;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
11502;;;;;; (19383 49279)) 11516;;;;;; (19636 58496))
11503;;; Generated autoloads from gnus/gnus-move.el 11517;;; Generated autoloads from gnus/gnus-move.el
11504 11518
11505(autoload 'gnus-change-server "gnus-move" "\ 11519(autoload 'gnus-change-server "gnus-move" "\
@@ -11511,7 +11525,7 @@ Update the .newsrc.eld file to reflect the change of nntp server.
11511;;;*** 11525;;;***
11512 11526
11513;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 11527;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
11514;;;;;; "gnus-msg" "gnus/gnus-msg.el" (19383 49279)) 11528;;;;;; "gnus-msg" "gnus/gnus-msg.el" (19636 58496))
11515;;; Generated autoloads from gnus/gnus-msg.el 11529;;; Generated autoloads from gnus/gnus-msg.el
11516 11530
11517(autoload 'gnus-msg-mail "gnus-msg" "\ 11531(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -11536,7 +11550,7 @@ Like `message-reply'.
11536;;;*** 11550;;;***
11537 11551
11538;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups) 11552;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups)
11539;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (19383 49279)) 11553;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (19636 58496))
11540;;; Generated autoloads from gnus/gnus-nocem.el 11554;;; Generated autoloads from gnus/gnus-nocem.el
11541 11555
11542(autoload 'gnus-nocem-scan-groups "gnus-nocem" "\ 11556(autoload 'gnus-nocem-scan-groups "gnus-nocem" "\
@@ -11553,7 +11567,7 @@ Load the NoCeM cache.
11553 11567
11554;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 11568;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
11555;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 11569;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
11556;;;;;; (19383 49279)) 11570;;;;;; (19636 58496))
11557;;; Generated autoloads from gnus/gnus-picon.el 11571;;; Generated autoloads from gnus/gnus-picon.el
11558 11572
11559(autoload 'gnus-treat-from-picon "gnus-picon" "\ 11573(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -11580,7 +11594,7 @@ If picons are already displayed, remove them.
11580;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 11594;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
11581;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 11595;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
11582;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 11596;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
11583;;;;;; "gnus/gnus-range.el" (19383 49279)) 11597;;;;;; "gnus/gnus-range.el" (19636 58496))
11584;;; Generated autoloads from gnus/gnus-range.el 11598;;; Generated autoloads from gnus/gnus-range.el
11585 11599
11586(autoload 'gnus-sorted-difference "gnus-range" "\ 11600(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -11648,7 +11662,7 @@ Add NUM into sorted LIST by side effect.
11648;;;*** 11662;;;***
11649 11663
11650;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 11664;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
11651;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19383 49279)) 11665;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19636 58496))
11652;;; Generated autoloads from gnus/gnus-registry.el 11666;;; Generated autoloads from gnus/gnus-registry.el
11653 11667
11654(autoload 'gnus-registry-initialize "gnus-registry" "\ 11668(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -11664,8 +11678,8 @@ Install the registry hooks.
11664;;;*** 11678;;;***
11665 11679
11666;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 11680;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
11667;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (19383 11681;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (19636
11668;;;;;; 49279)) 11682;;;;;; 58496))
11669;;; Generated autoloads from gnus/gnus-sieve.el 11683;;; Generated autoloads from gnus/gnus-sieve.el
11670 11684
11671(autoload 'gnus-sieve-update "gnus-sieve" "\ 11685(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -11693,7 +11707,7 @@ Not documented
11693;;;*** 11707;;;***
11694 11708
11695;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" 11709;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
11696;;;;;; (19383 49279)) 11710;;;;;; (19636 58496))
11697;;; Generated autoloads from gnus/gnus-soup.el 11711;;; Generated autoloads from gnus/gnus-soup.el
11698 11712
11699(autoload 'gnus-batch-brew-soup "gnus-soup" "\ 11713(autoload 'gnus-batch-brew-soup "gnus-soup" "\
@@ -11713,7 +11727,7 @@ Note -- this function hasn't been implemented yet.
11713;;;*** 11727;;;***
11714 11728
11715;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 11729;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
11716;;;;;; (19383 49279)) 11730;;;;;; (19636 58496))
11717;;; Generated autoloads from gnus/gnus-spec.el 11731;;; Generated autoloads from gnus/gnus-spec.el
11718 11732
11719(autoload 'gnus-update-format "gnus-spec" "\ 11733(autoload 'gnus-update-format "gnus-spec" "\
@@ -11724,8 +11738,8 @@ Update the format specification near point.
11724;;;*** 11738;;;***
11725 11739
11726;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news 11740;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news
11727;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (19383 11741;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (19636
11728;;;;;; 49279)) 11742;;;;;; 58496))
11729;;; Generated autoloads from gnus/gnus-start.el 11743;;; Generated autoloads from gnus/gnus-start.el
11730 11744
11731(autoload 'gnus-declare-backend "gnus-start" "\ 11745(autoload 'gnus-declare-backend "gnus-start" "\
@@ -11741,7 +11755,7 @@ Not documented
11741;;;*** 11755;;;***
11742 11756
11743;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 11757;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
11744;;;;;; (19383 49279)) 11758;;;;;; (19636 58496))
11745;;; Generated autoloads from gnus/gnus-win.el 11759;;; Generated autoloads from gnus/gnus-win.el
11746 11760
11747(autoload 'gnus-add-configuration "gnus-win" "\ 11761(autoload 'gnus-add-configuration "gnus-win" "\
@@ -11751,7 +11765,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
11751 11765
11752;;;*** 11766;;;***
11753 11767
11754;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19383 49279)) 11768;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19658 61388))
11755;;; Generated autoloads from play/gomoku.el 11769;;; Generated autoloads from play/gomoku.el
11756 11770
11757(autoload 'gomoku "gomoku" "\ 11771(autoload 'gomoku "gomoku" "\
@@ -11778,8 +11792,8 @@ Use \\[describe-mode] for more info.
11778;;;*** 11792;;;***
11779 11793
11780;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address 11794;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address
11781;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (19383 11795;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (19636
11782;;;;;; 49279)) 11796;;;;;; 58496))
11783;;; Generated autoloads from net/goto-addr.el 11797;;; Generated autoloads from net/goto-addr.el
11784 11798
11785(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 11799(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -11819,7 +11833,7 @@ Turn on `goto-address-mode', but only in comments and strings.
11819 11833
11820;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults 11834;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults
11821;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 11835;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
11822;;;;;; grep-window-height) "grep" "progmodes/grep.el" (19397 57330)) 11836;;;;;; grep-window-height) "grep" "progmodes/grep.el" (19636 58496))
11823;;; Generated autoloads from progmodes/grep.el 11837;;; Generated autoloads from progmodes/grep.el
11824 11838
11825(defvar grep-window-height nil "\ 11839(defvar grep-window-height nil "\
@@ -11975,7 +11989,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'.
11975 11989
11976;;;*** 11990;;;***
11977 11991
11978;;;### (autoloads (gs-load-image) "gs" "gs.el" (19383 49279)) 11992;;;### (autoloads (gs-load-image) "gs" "gs.el" (19636 58496))
11979;;; Generated autoloads from gs.el 11993;;; Generated autoloads from gs.el
11980 11994
11981(autoload 'gs-load-image "gs" "\ 11995(autoload 'gs-load-image "gs" "\
@@ -11989,7 +12003,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
11989;;;*** 12003;;;***
11990 12004
11991;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb 12005;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb
11992;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19383 49279)) 12006;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19636 58496))
11993;;; Generated autoloads from progmodes/gud.el 12007;;; Generated autoloads from progmodes/gud.el
11994 12008
11995(autoload 'gud-gdb "gud" "\ 12009(autoload 'gud-gdb "gud" "\
@@ -12077,8 +12091,8 @@ Toggle the display of GUD tooltips.
12077 12091
12078;;;*** 12092;;;***
12079 12093
12080;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19383 12094;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19636
12081;;;;;; 49279)) 12095;;;;;; 58496))
12082;;; Generated autoloads from play/handwrite.el 12096;;; Generated autoloads from play/handwrite.el
12083 12097
12084(autoload 'handwrite "handwrite" "\ 12098(autoload 'handwrite "handwrite" "\
@@ -12096,7 +12110,7 @@ Variables: handwrite-linespace (default 12)
12096;;;*** 12110;;;***
12097 12111
12098;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 12112;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12099;;;;;; (19383 49279)) 12113;;;;;; (19636 58496))
12100;;; Generated autoloads from play/hanoi.el 12114;;; Generated autoloads from play/hanoi.el
12101 12115
12102(autoload 'hanoi "hanoi" "\ 12116(autoload 'hanoi "hanoi" "\
@@ -12125,7 +12139,7 @@ to be updated.
12125 12139
12126;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment 12140;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
12127;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) 12141;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
12128;;;;;; "hashcash" "mail/hashcash.el" (19383 49279)) 12142;;;;;; "hashcash" "mail/hashcash.el" (19636 58496))
12129;;; Generated autoloads from mail/hashcash.el 12143;;; Generated autoloads from mail/hashcash.el
12130 12144
12131(autoload 'hashcash-insert-payment "hashcash" "\ 12145(autoload 'hashcash-insert-payment "hashcash" "\
@@ -12170,7 +12184,7 @@ Prefix arg sets default accept amount temporarily.
12170;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 12184;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12171;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 12185;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12172;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 12186;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12173;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (19383 49279)) 12187;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (19636 58496))
12174;;; Generated autoloads from help-at-pt.el 12188;;; Generated autoloads from help-at-pt.el
12175 12189
12176(autoload 'help-at-pt-string "help-at-pt" "\ 12190(autoload 'help-at-pt-string "help-at-pt" "\
@@ -12300,7 +12314,7 @@ different regions. With numeric argument ARG, behaves like
12300;;;### (autoloads (describe-categories describe-syntax describe-variable 12314;;;### (autoloads (describe-categories describe-syntax describe-variable
12301;;;;;; variable-at-point describe-function-1 find-lisp-object-file-name 12315;;;;;; variable-at-point describe-function-1 find-lisp-object-file-name
12302;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el" 12316;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el"
12303;;;;;; (19383 49279)) 12317;;;;;; (19636 58496))
12304;;; Generated autoloads from help-fns.el 12318;;; Generated autoloads from help-fns.el
12305 12319
12306(autoload 'describe-function "help-fns" "\ 12320(autoload 'describe-function "help-fns" "\
@@ -12318,8 +12332,8 @@ KIND should be `var' for a variable or `subr' for a subroutine.
12318Guess the file that defined the Lisp object OBJECT, of type TYPE. 12332Guess the file that defined the Lisp object OBJECT, of type TYPE.
12319OBJECT should be a symbol associated with a function, variable, or face; 12333OBJECT should be a symbol associated with a function, variable, or face;
12320 alternatively, it can be a function definition. 12334 alternatively, it can be a function definition.
12321If TYPE is `variable', search for a variable definition. 12335If TYPE is `defvar', search for a variable definition.
12322If TYPE is `face', search for a face definition. 12336If TYPE is `defface', search for a face definition.
12323If TYPE is the value returned by `symbol-function' for a function symbol, 12337If TYPE is the value returned by `symbol-function' for a function symbol,
12324 search for a function definition. 12338 search for a function definition.
12325 12339
@@ -12370,7 +12384,7 @@ BUFFER should be a buffer or a buffer name.
12370;;;*** 12384;;;***
12371 12385
12372;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 12386;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
12373;;;;;; (19383 49279)) 12387;;;;;; (19636 58496))
12374;;; Generated autoloads from help-macro.el 12388;;; Generated autoloads from help-macro.el
12375 12389
12376(defvar three-step-help nil "\ 12390(defvar three-step-help nil "\
@@ -12386,8 +12400,8 @@ gives the window that lists the options.")
12386 12400
12387;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 12401;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
12388;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish 12402;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish
12389;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (19383 12403;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (19636
12390;;;;;; 49279)) 12404;;;;;; 58496))
12391;;; Generated autoloads from help-mode.el 12405;;; Generated autoloads from help-mode.el
12392 12406
12393(autoload 'help-mode "help-mode" "\ 12407(autoload 'help-mode "help-mode" "\
@@ -12479,7 +12493,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
12479;;;*** 12493;;;***
12480 12494
12481;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 12495;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
12482;;;;;; "emacs-lisp/helper.el" (19383 49279)) 12496;;;;;; "emacs-lisp/helper.el" (19636 58496))
12483;;; Generated autoloads from emacs-lisp/helper.el 12497;;; Generated autoloads from emacs-lisp/helper.el
12484 12498
12485(autoload 'Helper-describe-bindings "helper" "\ 12499(autoload 'Helper-describe-bindings "helper" "\
@@ -12495,7 +12509,7 @@ Provide help for current mode.
12495;;;*** 12509;;;***
12496 12510
12497;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 12511;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
12498;;;;;; "hexl.el" (19383 49279)) 12512;;;;;; "hexl.el" (19636 58496))
12499;;; Generated autoloads from hexl.el 12513;;; Generated autoloads from hexl.el
12500 12514
12501(autoload 'hexl-mode "hexl" "\ 12515(autoload 'hexl-mode "hexl" "\
@@ -12592,7 +12606,7 @@ This discards the buffer's undo information.
12592;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 12606;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
12593;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 12607;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
12594;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 12608;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
12595;;;;;; (19383 49279)) 12609;;;;;; (19636 58496))
12596;;; Generated autoloads from hi-lock.el 12610;;; Generated autoloads from hi-lock.el
12597 12611
12598(autoload 'hi-lock-mode "hi-lock" "\ 12612(autoload 'hi-lock-mode "hi-lock" "\
@@ -12726,7 +12740,7 @@ be found in variable `hi-lock-interactive-patterns'.
12726;;;*** 12740;;;***
12727 12741
12728;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" 12742;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el"
12729;;;;;; (19383 49279)) 12743;;;;;; (19636 58496))
12730;;; Generated autoloads from progmodes/hideif.el 12744;;; Generated autoloads from progmodes/hideif.el
12731 12745
12732(autoload 'hide-ifdef-mode "hideif" "\ 12746(autoload 'hide-ifdef-mode "hideif" "\
@@ -12766,7 +12780,7 @@ how the hiding is done:
12766;;;*** 12780;;;***
12767 12781
12768;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" 12782;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
12769;;;;;; (19383 49279)) 12783;;;;;; (19636 58496))
12770;;; Generated autoloads from progmodes/hideshow.el 12784;;; Generated autoloads from progmodes/hideshow.el
12771 12785
12772(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))) "\ 12786(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))) "\
@@ -12828,8 +12842,8 @@ Unconditionally turn off `hs-minor-mode'.
12828;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 12842;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
12829;;;;;; highlight-changes-previous-change highlight-changes-next-change 12843;;;;;; highlight-changes-previous-change highlight-changes-next-change
12830;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode 12844;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
12831;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19383 12845;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19636
12832;;;;;; 49279)) 12846;;;;;; 58496))
12833;;; Generated autoloads from hilit-chg.el 12847;;; Generated autoloads from hilit-chg.el
12834 12848
12835(autoload 'highlight-changes-mode "hilit-chg" "\ 12849(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -12958,7 +12972,7 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
12958;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 12972;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
12959;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 12973;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
12960;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 12974;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
12961;;;;;; "hippie-exp.el" (19383 49279)) 12975;;;;;; "hippie-exp.el" (19636 58496))
12962;;; Generated autoloads from hippie-exp.el 12976;;; Generated autoloads from hippie-exp.el
12963 12977
12964(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) "\ 12978(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) "\
@@ -13031,7 +13045,7 @@ argument VERBOSE non-nil makes the function verbose.
13031;;;*** 13045;;;***
13032 13046
13033;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13047;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13034;;;;;; (19383 49279)) 13048;;;;;; (19636 58496))
13035;;; Generated autoloads from hl-line.el 13049;;; Generated autoloads from hl-line.el
13036 13050
13037(autoload 'hl-line-mode "hl-line" "\ 13051(autoload 'hl-line-mode "hl-line" "\
@@ -13075,7 +13089,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13075;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays 13089;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays
13076;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays 13090;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
13077;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" 13091;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
13078;;;;;; "calendar/holidays.el" (19383 49279)) 13092;;;;;; "calendar/holidays.el" (19636 58496))
13079;;; Generated autoloads from calendar/holidays.el 13093;;; Generated autoloads from calendar/holidays.el
13080 13094
13081(defvar holiday-general-holidays (mapcar 'purecopy '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\ 13095(defvar holiday-general-holidays (mapcar 'purecopy '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\
@@ -13223,8 +13237,8 @@ The optional LABEL is used to label the buffer created.
13223 13237
13224;;;*** 13238;;;***
13225 13239
13226;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (19383 13240;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (19636
13227;;;;;; 49279)) 13241;;;;;; 58496))
13228;;; Generated autoloads from gnus/html2text.el 13242;;; Generated autoloads from gnus/html2text.el
13229 13243
13230(autoload 'html2text "html2text" "\ 13244(autoload 'html2text "html2text" "\
@@ -13235,7 +13249,7 @@ Convert HTML to plain text in the current buffer.
13235;;;*** 13249;;;***
13236 13250
13237;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer) 13251;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer)
13238;;;;;; "htmlfontify" "htmlfontify.el" (19401 55581)) 13252;;;;;; "htmlfontify" "htmlfontify.el" (19636 58496))
13239;;; Generated autoloads from htmlfontify.el 13253;;; Generated autoloads from htmlfontify.el
13240 13254
13241(autoload 'htmlfontify-buffer "htmlfontify" "\ 13255(autoload 'htmlfontify-buffer "htmlfontify" "\
@@ -13268,8 +13282,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'.
13268;;;*** 13282;;;***
13269 13283
13270;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 13284;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
13271;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19383 13285;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19636
13272;;;;;; 49279)) 13286;;;;;; 58496))
13273;;; Generated autoloads from ibuf-macs.el 13287;;; Generated autoloads from ibuf-macs.el
13274 13288
13275(autoload 'define-ibuffer-column "ibuf-macs" "\ 13289(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -13358,7 +13372,7 @@ bound to the current value of the filter.
13358;;;*** 13372;;;***
13359 13373
13360;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 13374;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
13361;;;;;; "ibuffer" "ibuffer.el" (19383 49279)) 13375;;;;;; "ibuffer" "ibuffer.el" (19636 58496))
13362;;; Generated autoloads from ibuffer.el 13376;;; Generated autoloads from ibuffer.el
13363 13377
13364(autoload 'ibuffer-list-buffers "ibuffer" "\ 13378(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -13399,7 +13413,7 @@ FORMATS is the value to use for `ibuffer-formats'.
13399 13413
13400;;;### (autoloads (icalendar-import-buffer icalendar-import-file 13414;;;### (autoloads (icalendar-import-buffer icalendar-import-file
13401;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 13415;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
13402;;;;;; "calendar/icalendar.el" (19383 49284)) 13416;;;;;; "calendar/icalendar.el" (19636 58496))
13403;;; Generated autoloads from calendar/icalendar.el 13417;;; Generated autoloads from calendar/icalendar.el
13404 13418
13405(autoload 'icalendar-export-file "icalendar" "\ 13419(autoload 'icalendar-export-file "icalendar" "\
@@ -13451,8 +13465,8 @@ buffer `*icalendar-errors*'.
13451 13465
13452;;;*** 13466;;;***
13453 13467
13454;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (19383 13468;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (19636
13455;;;;;; 49279)) 13469;;;;;; 58496))
13456;;; Generated autoloads from icomplete.el 13470;;; Generated autoloads from icomplete.el
13457 13471
13458(defvar icomplete-mode nil "\ 13472(defvar icomplete-mode nil "\
@@ -13473,7 +13487,7 @@ otherwise turn it off.
13473 13487
13474;;;*** 13488;;;***
13475 13489
13476;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19383 49279)) 13490;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19636 58496))
13477;;; Generated autoloads from progmodes/icon.el 13491;;; Generated autoloads from progmodes/icon.el
13478 13492
13479(autoload 'icon-mode "icon" "\ 13493(autoload 'icon-mode "icon" "\
@@ -13514,7 +13528,7 @@ with no args, if that value is non-nil.
13514;;;*** 13528;;;***
13515 13529
13516;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 13530;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
13517;;;;;; (19383 49279)) 13531;;;;;; (19636 58496))
13518;;; Generated autoloads from progmodes/idlw-shell.el 13532;;; Generated autoloads from progmodes/idlw-shell.el
13519 13533
13520(autoload 'idlwave-shell "idlw-shell" "\ 13534(autoload 'idlwave-shell "idlw-shell" "\
@@ -13540,7 +13554,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
13540;;;*** 13554;;;***
13541 13555
13542;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 13556;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
13543;;;;;; (19383 49279)) 13557;;;;;; (19636 58496))
13544;;; Generated autoloads from progmodes/idlwave.el 13558;;; Generated autoloads from progmodes/idlwave.el
13545 13559
13546(autoload 'idlwave-mode "idlwave" "\ 13560(autoload 'idlwave-mode "idlwave" "\
@@ -13674,8 +13688,8 @@ The main features of this mode are
13674;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 13688;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
13675;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 13689;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
13676;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 13690;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
13677;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19397 13691;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19636
13678;;;;;; 64530)) 13692;;;;;; 58496))
13679;;; Generated autoloads from ido.el 13693;;; Generated autoloads from ido.el
13680 13694
13681(defvar ido-mode nil "\ 13695(defvar ido-mode nil "\
@@ -13936,7 +13950,7 @@ DEF, if non-nil, is the default value.
13936 13950
13937;;;*** 13951;;;***
13938 13952
13939;;;### (autoloads (ielm) "ielm" "ielm.el" (19383 49279)) 13953;;;### (autoloads (ielm) "ielm" "ielm.el" (19636 58496))
13940;;; Generated autoloads from ielm.el 13954;;; Generated autoloads from ielm.el
13941 (add-hook 'same-window-buffer-names (purecopy "*ielm*")) 13955 (add-hook 'same-window-buffer-names (purecopy "*ielm*"))
13942 13956
@@ -13949,7 +13963,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
13949;;;*** 13963;;;***
13950 13964
13951;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" 13965;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el"
13952;;;;;; (19383 49279)) 13966;;;;;; (19636 58496))
13953;;; Generated autoloads from iimage.el 13967;;; Generated autoloads from iimage.el
13954 13968
13955(autoload 'turn-on-iimage-mode "iimage" "\ 13969(autoload 'turn-on-iimage-mode "iimage" "\
@@ -13968,7 +13982,7 @@ Toggle inline image minor mode.
13968;;;;;; insert-image put-image create-image image-type-auto-detected-p 13982;;;;;; insert-image put-image create-image image-type-auto-detected-p
13969;;;;;; image-type-available-p image-type image-type-from-file-name 13983;;;;;; image-type-available-p image-type image-type-from-file-name
13970;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data) 13984;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data)
13971;;;;;; "image" "image.el" (19383 49279)) 13985;;;;;; "image" "image.el" (19636 58496))
13972;;; Generated autoloads from image.el 13986;;; Generated autoloads from image.el
13973 13987
13974(autoload 'image-type-from-data "image" "\ 13988(autoload 'image-type-from-data "image" "\
@@ -14151,7 +14165,7 @@ Example:
14151;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 14165;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
14152;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 14166;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
14153;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs) 14167;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs)
14154;;;;;; "image-dired" "image-dired.el" (19383 49285)) 14168;;;;;; "image-dired" "image-dired.el" (19636 58496))
14155;;; Generated autoloads from image-dired.el 14169;;; Generated autoloads from image-dired.el
14156 14170
14157(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\ 14171(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\
@@ -14285,7 +14299,7 @@ easy-to-use form.
14285 14299
14286;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 14300;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
14287;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 14301;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
14288;;;;;; "image-file.el" (19422 11991)) 14302;;;;;; "image-file.el" (19636 58496))
14289;;; Generated autoloads from image-file.el 14303;;; Generated autoloads from image-file.el
14290 14304
14291(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ 14305(defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
@@ -14347,7 +14361,7 @@ Image files are those whose name has an extension in
14347;;;*** 14361;;;***
14348 14362
14349;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode 14363;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode
14350;;;;;; image-mode) "image-mode" "image-mode.el" (19412 35030)) 14364;;;;;; image-mode) "image-mode" "image-mode.el" (19636 58496))
14351;;; Generated autoloads from image-mode.el 14365;;; Generated autoloads from image-mode.el
14352 (push (cons (purecopy "\\.jpe?g\\'") 'image-mode) auto-mode-alist) 14366 (push (cons (purecopy "\\.jpe?g\\'") 'image-mode) auto-mode-alist)
14353 (push (cons (purecopy "\\.png\\'") 'image-mode) auto-mode-alist) 14367 (push (cons (purecopy "\\.png\\'") 'image-mode) auto-mode-alist)
@@ -14397,7 +14411,7 @@ Not documented
14397;;;*** 14411;;;***
14398 14412
14399;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 14413;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
14400;;;;;; imenu-sort-function) "imenu" "imenu.el" (19383 49279)) 14414;;;;;; imenu-sort-function) "imenu" "imenu.el" (19636 58496))
14401;;; Generated autoloads from imenu.el 14415;;; Generated autoloads from imenu.el
14402 14416
14403(defvar imenu-sort-function nil "\ 14417(defvar imenu-sort-function nil "\
@@ -14514,7 +14528,7 @@ for more information.
14514 14528
14515;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion 14529;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
14516;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 14530;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
14517;;;;;; "ind-util" "language/ind-util.el" (19383 49279)) 14531;;;;;; "ind-util" "language/ind-util.el" (19636 58496))
14518;;; Generated autoloads from language/ind-util.el 14532;;; Generated autoloads from language/ind-util.el
14519 14533
14520(autoload 'indian-compose-region "ind-util" "\ 14534(autoload 'indian-compose-region "ind-util" "\
@@ -14546,7 +14560,7 @@ Convert old Emacs Devanagari characters to UCS.
14546 14560
14547;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command 14561;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
14548;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" 14562;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
14549;;;;;; "progmodes/inf-lisp.el" (19383 49279)) 14563;;;;;; "progmodes/inf-lisp.el" (19636 58496))
14550;;; Generated autoloads from progmodes/inf-lisp.el 14564;;; Generated autoloads from progmodes/inf-lisp.el
14551 14565
14552(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\ 14566(defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\
@@ -14614,7 +14628,7 @@ of `inferior-lisp-program'). Runs the hooks from
14614;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos 14628;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos
14615;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone 14629;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone
14616;;;;;; info-emacs-manual info info-other-window) "info" "info.el" 14630;;;;;; info-emacs-manual info info-other-window) "info" "info.el"
14617;;;;;; (19412 35030)) 14631;;;;;; (19636 58496))
14618;;; Generated autoloads from info.el 14632;;; Generated autoloads from info.el
14619 14633
14620(autoload 'info-other-window "info" "\ 14634(autoload 'info-other-window "info" "\
@@ -14793,7 +14807,7 @@ type returned by `Info-bookmark-make-record', which see.
14793 14807
14794;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 14808;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
14795;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 14809;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
14796;;;;;; (19383 49279)) 14810;;;;;; (19636 58496))
14797;;; Generated autoloads from info-look.el 14811;;; Generated autoloads from info-look.el
14798 14812
14799(autoload 'info-lookup-reset "info-look" "\ 14813(autoload 'info-lookup-reset "info-look" "\
@@ -14841,7 +14855,7 @@ Perform completion on file preceding point.
14841;;;*** 14855;;;***
14842 14856
14843;;;### (autoloads (info-xref-check-all-custom info-xref-check-all 14857;;;### (autoloads (info-xref-check-all-custom info-xref-check-all
14844;;;;;; info-xref-check) "info-xref" "info-xref.el" (19383 49279)) 14858;;;;;; info-xref-check) "info-xref" "info-xref.el" (19636 58496))
14845;;; Generated autoloads from info-xref.el 14859;;; Generated autoloads from info-xref.el
14846 14860
14847(autoload 'info-xref-check "info-xref" "\ 14861(autoload 'info-xref-check "info-xref" "\
@@ -14868,7 +14882,7 @@ quite a while.
14868;;;*** 14882;;;***
14869 14883
14870;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold 14884;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold
14871;;;;;; Info-tagify) "informat" "informat.el" (19383 49279)) 14885;;;;;; Info-tagify) "informat" "informat.el" (19636 58496))
14872;;; Generated autoloads from informat.el 14886;;; Generated autoloads from informat.el
14873 14887
14874(autoload 'Info-tagify "informat" "\ 14888(autoload 'Info-tagify "informat" "\
@@ -14915,7 +14929,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
14915 14929
14916;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 14930;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
14917;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 14931;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
14918;;;;;; (19383 49279)) 14932;;;;;; (19636 58496))
14919;;; Generated autoloads from international/isearch-x.el 14933;;; Generated autoloads from international/isearch-x.el
14920 14934
14921(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 14935(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -14935,8 +14949,8 @@ Not documented
14935 14949
14936;;;*** 14950;;;***
14937 14951
14938;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19383 14952;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19636
14939;;;;;; 49279)) 14953;;;;;; 58496))
14940;;; Generated autoloads from isearchb.el 14954;;; Generated autoloads from isearchb.el
14941 14955
14942(autoload 'isearchb-activate "isearchb" "\ 14956(autoload 'isearchb-activate "isearchb" "\
@@ -14952,7 +14966,7 @@ accessed via isearchb.
14952;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 14966;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
14953;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 14967;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
14954;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 14968;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
14955;;;;;; "international/iso-cvt.el" (19383 49279)) 14969;;;;;; "international/iso-cvt.el" (19636 58496))
14956;;; Generated autoloads from international/iso-cvt.el 14970;;; Generated autoloads from international/iso-cvt.el
14957 14971
14958(autoload 'iso-spanish "iso-cvt" "\ 14972(autoload 'iso-spanish "iso-cvt" "\
@@ -15043,7 +15057,7 @@ Add submenus to the File menu, to convert to and from various formats.
15043;;;*** 15057;;;***
15044 15058
15045;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 15059;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
15046;;;;;; (19383 49279)) 15060;;;;;; (19636 58496))
15047;;; Generated autoloads from international/iso-transl.el 15061;;; Generated autoloads from international/iso-transl.el
15048 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 15062 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
15049 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 15063 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -15055,7 +15069,7 @@ Add submenus to the File menu, to convert to and from various formats.
15055;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 15069;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
15056;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 15070;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
15057;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) 15071;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
15058;;;;;; "ispell" "textmodes/ispell.el" (19383 49276)) 15072;;;;;; "ispell" "textmodes/ispell.el" (19636 58496))
15059;;; Generated autoloads from textmodes/ispell.el 15073;;; Generated autoloads from textmodes/ispell.el
15060(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 15074(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
15061 15075
@@ -15273,8 +15287,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
15273 15287
15274;;;*** 15288;;;***
15275 15289
15276;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19383 15290;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19636
15277;;;;;; 49276)) 15291;;;;;; 58496))
15278;;; Generated autoloads from iswitchb.el 15292;;; Generated autoloads from iswitchb.el
15279 15293
15280(defvar iswitchb-mode nil "\ 15294(defvar iswitchb-mode nil "\
@@ -15299,7 +15313,7 @@ This mode enables switching between buffers using substrings. See
15299;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 15313;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
15300;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 15314;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
15301;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 15315;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
15302;;;;;; "japan-util" "language/japan-util.el" (19383 49279)) 15316;;;;;; "japan-util" "language/japan-util.el" (19636 58496))
15303;;; Generated autoloads from language/japan-util.el 15317;;; Generated autoloads from language/japan-util.el
15304 15318
15305(autoload 'setup-japanese-environment-internal "japan-util" "\ 15319(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -15377,7 +15391,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
15377;;;*** 15391;;;***
15378 15392
15379;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 15393;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
15380;;;;;; "jka-compr.el" (19383 49279)) 15394;;;;;; "jka-compr.el" (19636 58496))
15381;;; Generated autoloads from jka-compr.el 15395;;; Generated autoloads from jka-compr.el
15382 15396
15383(defvar jka-compr-inhibit nil "\ 15397(defvar jka-compr-inhibit nil "\
@@ -15400,7 +15414,7 @@ by `jka-compr-installed'.
15400 15414
15401;;;*** 15415;;;***
15402 15416
15403;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19421 38445)) 15417;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19636 58496))
15404;;; Generated autoloads from progmodes/js.el 15418;;; Generated autoloads from progmodes/js.el
15405 15419
15406(autoload 'js-mode "js" "\ 15420(autoload 'js-mode "js" "\
@@ -15418,7 +15432,7 @@ Key bindings:
15418 15432
15419;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 15433;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
15420;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 15434;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
15421;;;;;; (19383 49279)) 15435;;;;;; (19636 58496))
15422;;; Generated autoloads from emulation/keypad.el 15436;;; Generated autoloads from emulation/keypad.el
15423 15437
15424(defvar keypad-setup nil "\ 15438(defvar keypad-setup nil "\
@@ -15474,7 +15488,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
15474;;;*** 15488;;;***
15475 15489
15476;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 15490;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
15477;;;;;; (19383 49279)) 15491;;;;;; (19636 58496))
15478;;; Generated autoloads from international/kinsoku.el 15492;;; Generated autoloads from international/kinsoku.el
15479 15493
15480(autoload 'kinsoku "kinsoku" "\ 15494(autoload 'kinsoku "kinsoku" "\
@@ -15495,8 +15509,8 @@ the context of text formatting.
15495 15509
15496;;;*** 15510;;;***
15497 15511
15498;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19383 15512;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19636
15499;;;;;; 49279)) 15513;;;;;; 58496))
15500;;; Generated autoloads from international/kkc.el 15514;;; Generated autoloads from international/kkc.el
15501 15515
15502(defvar kkc-after-update-conversion-functions nil "\ 15516(defvar kkc-after-update-conversion-functions nil "\
@@ -15521,7 +15535,7 @@ and the return value is the length of the conversion.
15521;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 15535;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
15522;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 15536;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
15523;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) 15537;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
15524;;;;;; "kmacro" "kmacro.el" (19383 49279)) 15538;;;;;; "kmacro" "kmacro.el" (19636 58496))
15525;;; Generated autoloads from kmacro.el 15539;;; Generated autoloads from kmacro.el
15526 (global-set-key "\C-x(" 'kmacro-start-macro) 15540 (global-set-key "\C-x(" 'kmacro-start-macro)
15527 (global-set-key "\C-x)" 'kmacro-end-macro) 15541 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -15632,7 +15646,7 @@ If kbd macro currently being defined end it before activating it.
15632;;;*** 15646;;;***
15633 15647
15634;;;### (autoloads (setup-korean-environment-internal) "korea-util" 15648;;;### (autoloads (setup-korean-environment-internal) "korea-util"
15635;;;;;; "language/korea-util.el" (19383 49279)) 15649;;;;;; "language/korea-util.el" (19636 58496))
15636;;; Generated autoloads from language/korea-util.el 15650;;; Generated autoloads from language/korea-util.el
15637 15651
15638(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ 15652(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
@@ -15647,7 +15661,7 @@ Not documented
15647;;;*** 15661;;;***
15648 15662
15649;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 15663;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
15650;;;;;; (19383 49279)) 15664;;;;;; (19658 61388))
15651;;; Generated autoloads from play/landmark.el 15665;;; Generated autoloads from play/landmark.el
15652 15666
15653(defalias 'landmark-repeat 'lm-test-run) 15667(defalias 'landmark-repeat 'lm-test-run)
@@ -15681,7 +15695,7 @@ Use \\[describe-mode] for more info.
15681 15695
15682;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string 15696;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
15683;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) 15697;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
15684;;;;;; "lao-util" "language/lao-util.el" (19383 49279)) 15698;;;;;; "lao-util" "language/lao-util.el" (19636 58496))
15685;;; Generated autoloads from language/lao-util.el 15699;;; Generated autoloads from language/lao-util.el
15686 15700
15687(autoload 'lao-compose-string "lao-util" "\ 15701(autoload 'lao-compose-string "lao-util" "\
@@ -15720,7 +15734,7 @@ Not documented
15720 15734
15721;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 15735;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
15722;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 15736;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
15723;;;;;; "latexenc" "international/latexenc.el" (19383 49279)) 15737;;;;;; "latexenc" "international/latexenc.el" (19636 58496))
15724;;; Generated autoloads from international/latexenc.el 15738;;; Generated autoloads from international/latexenc.el
15725 15739
15726(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))) "\ 15740(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))) "\
@@ -15752,7 +15766,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
15752;;;*** 15766;;;***
15753 15767
15754;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 15768;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
15755;;;;;; "latin1-disp" "international/latin1-disp.el" (19383 49279)) 15769;;;;;; "latin1-disp" "international/latin1-disp.el" (19636 58496))
15756;;; Generated autoloads from international/latin1-disp.el 15770;;; Generated autoloads from international/latin1-disp.el
15757 15771
15758(defvar latin1-display nil "\ 15772(defvar latin1-display nil "\
@@ -15794,7 +15808,7 @@ use either \\[customize] or the function `latin1-display'.")
15794;;;*** 15808;;;***
15795 15809
15796;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 15810;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
15797;;;;;; (19383 49279)) 15811;;;;;; (19636 58496))
15798;;; Generated autoloads from progmodes/ld-script.el 15812;;; Generated autoloads from progmodes/ld-script.el
15799 15813
15800(add-to-list 'auto-mode-alist (purecopy '("\\.ld[si]?\\>" . ld-script-mode))) 15814(add-to-list 'auto-mode-alist (purecopy '("\\.ld[si]?\\>" . ld-script-mode)))
@@ -15811,7 +15825,7 @@ A major mode to edit GNU ld script files
15811;;;*** 15825;;;***
15812 15826
15813;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 15827;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
15814;;;;;; (19383 49279)) 15828;;;;;; (19636 58496))
15815;;; Generated autoloads from ledit.el 15829;;; Generated autoloads from ledit.el
15816 15830
15817(defconst ledit-save-files t "\ 15831(defconst ledit-save-files t "\
@@ -15846,7 +15860,7 @@ Not documented
15846 15860
15847;;;*** 15861;;;***
15848 15862
15849;;;### (autoloads (life) "life" "play/life.el" (19383 49279)) 15863;;;### (autoloads (life) "life" "play/life.el" (19636 58496))
15850;;; Generated autoloads from play/life.el 15864;;; Generated autoloads from play/life.el
15851 15865
15852(autoload 'life "life" "\ 15866(autoload 'life "life" "\
@@ -15860,7 +15874,7 @@ generations (this defaults to 1).
15860;;;*** 15874;;;***
15861 15875
15862;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum" 15876;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum"
15863;;;;;; "linum.el" (19383 49279)) 15877;;;;;; "linum.el" (19636 58496))
15864;;; Generated autoloads from linum.el 15878;;; Generated autoloads from linum.el
15865 15879
15866(defvar linum-format 'dynamic "\ 15880(defvar linum-format 'dynamic "\
@@ -15898,8 +15912,8 @@ See `linum-mode' for more information on Linum mode.
15898 15912
15899;;;*** 15913;;;***
15900 15914
15901;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19383 15915;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19636
15902;;;;;; 49279)) 15916;;;;;; 58496))
15903;;; Generated autoloads from loadhist.el 15917;;; Generated autoloads from loadhist.el
15904 15918
15905(autoload 'unload-feature "loadhist" "\ 15919(autoload 'unload-feature "loadhist" "\
@@ -15931,7 +15945,7 @@ something strange, such as redefining an Emacs function.
15931;;;*** 15945;;;***
15932 15946
15933;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 15947;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
15934;;;;;; "locate" "locate.el" (19383 49279)) 15948;;;;;; "locate" "locate.el" (19662 53673))
15935;;; Generated autoloads from locate.el 15949;;; Generated autoloads from locate.el
15936 15950
15937(defvar locate-ls-subdir-switches (purecopy "-al") "\ 15951(defvar locate-ls-subdir-switches (purecopy "-al") "\
@@ -15943,7 +15957,7 @@ This should contain the \"-l\" switch, but not the \"-F\" or \"-b\" switches.")
15943(autoload 'locate "locate" "\ 15957(autoload 'locate "locate" "\
15944Run the program `locate', putting results in `*Locate*' buffer. 15958Run the program `locate', putting results in `*Locate*' buffer.
15945Pass it SEARCH-STRING as argument. Interactively, prompt for SEARCH-STRING. 15959Pass it SEARCH-STRING as argument. Interactively, prompt for SEARCH-STRING.
15946With prefix arg, prompt for the exact shell command to run instead. 15960With prefix arg ARG, prompt for the exact shell command to run instead.
15947 15961
15948This program searches for those file names in a database that match 15962This program searches for those file names in a database that match
15949SEARCH-STRING and normally outputs all matching absolute file names, 15963SEARCH-STRING and normally outputs all matching absolute file names,
@@ -15959,7 +15973,8 @@ the variables `locate-command' or `locate-make-command-line'.
15959The main use of FILTER is to implement `locate-with-filter'. See 15973The main use of FILTER is to implement `locate-with-filter'. See
15960the docstring of that function for its meaning. 15974the docstring of that function for its meaning.
15961 15975
15962ARG is the interactive prefix arg. 15976After preparing the results buffer, this runs `dired-mode-hook' and
15977then `locate-post-command-hook'.
15963 15978
15964\(fn SEARCH-STRING &optional FILTER ARG)" t nil) 15979\(fn SEARCH-STRING &optional FILTER ARG)" t nil)
15965 15980
@@ -15982,12 +15997,13 @@ except that FILTER is not optional.
15982 15997
15983;;;*** 15998;;;***
15984 15999
15985;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (19383 49276)) 16000;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (19661 52402))
15986;;; Generated autoloads from log-edit.el 16001;;; Generated autoloads from log-edit.el
15987 16002
15988(autoload 'log-edit "log-edit" "\ 16003(autoload 'log-edit "log-edit" "\
15989Setup a buffer to enter a log message. 16004Setup a buffer to enter a log message.
15990\\<log-edit-mode-map>The buffer will be put in `log-edit-mode'. 16005\\<log-edit-mode-map>The buffer will be put in mode MODE or `log-edit-mode'
16006if MODE is nil.
15991If SETUP is non-nil, the buffer is then erased and `log-edit-hook' is run. 16007If SETUP is non-nil, the buffer is then erased and `log-edit-hook' is run.
15992Mark and point will be set around the entire contents of the buffer so 16008Mark and point will be set around the entire contents of the buffer so
15993that it is easy to kill the contents of the buffer with \\[kill-region]. 16009that it is easy to kill the contents of the buffer with \\[kill-region].
@@ -16004,12 +16020,12 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
16004log message and go back to the current buffer when done. Otherwise, it 16020log message and go back to the current buffer when done. Otherwise, it
16005uses the current buffer. 16021uses the current buffer.
16006 16022
16007\(fn CALLBACK &optional SETUP PARAMS BUFFER &rest IGNORE)" nil nil) 16023\(fn CALLBACK &optional SETUP PARAMS BUFFER MODE &rest IGNORE)" nil nil)
16008 16024
16009;;;*** 16025;;;***
16010 16026
16011;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (19383 16027;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (19661
16012;;;;;; 49279)) 16028;;;;;; 51918))
16013;;; Generated autoloads from log-view.el 16029;;; Generated autoloads from log-view.el
16014 16030
16015(autoload 'log-view-mode "log-view" "\ 16031(autoload 'log-view-mode "log-view" "\
@@ -16019,8 +16035,8 @@ Major mode for browsing CVS log output.
16019 16035
16020;;;*** 16036;;;***
16021 16037
16022;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (19383 16038;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (19636
16023;;;;;; 49279)) 16039;;;;;; 58496))
16024;;; Generated autoloads from longlines.el 16040;;; Generated autoloads from longlines.el
16025 16041
16026(autoload 'longlines-mode "longlines" "\ 16042(autoload 'longlines-mode "longlines" "\
@@ -16041,8 +16057,8 @@ are indicated with a symbol.
16041;;;*** 16057;;;***
16042 16058
16043;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 16059;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16044;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19383 16060;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19636
16045;;;;;; 49279)) 16061;;;;;; 58496))
16046;;; Generated autoloads from lpr.el 16062;;; Generated autoloads from lpr.el
16047 16063
16048(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt))) 16064(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)))
@@ -16136,7 +16152,7 @@ for further customization of the printer command.
16136;;;*** 16152;;;***
16137 16153
16138;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 16154;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
16139;;;;;; (19383 49276)) 16155;;;;;; (19672 43471))
16140;;; Generated autoloads from ls-lisp.el 16156;;; Generated autoloads from ls-lisp.el
16141 16157
16142(defvar ls-lisp-support-shell-wildcards t "\ 16158(defvar ls-lisp-support-shell-wildcards t "\
@@ -16147,8 +16163,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
16147 16163
16148;;;*** 16164;;;***
16149 16165
16150;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19383 16166;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19636
16151;;;;;; 49279)) 16167;;;;;; 58496))
16152;;; Generated autoloads from calendar/lunar.el 16168;;; Generated autoloads from calendar/lunar.el
16153 16169
16154(autoload 'lunar-phases "lunar" "\ 16170(autoload 'lunar-phases "lunar" "\
@@ -16162,8 +16178,8 @@ This function is suitable for execution in a .emacs file.
16162 16178
16163;;;*** 16179;;;***
16164 16180
16165;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19383 16181;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19636
16166;;;;;; 49280)) 16182;;;;;; 58496))
16167;;; Generated autoloads from progmodes/m4-mode.el 16183;;; Generated autoloads from progmodes/m4-mode.el
16168 16184
16169(autoload 'm4-mode "m4-mode" "\ 16185(autoload 'm4-mode "m4-mode" "\
@@ -16175,7 +16191,7 @@ A major mode to edit m4 macro files.
16175;;;*** 16191;;;***
16176 16192
16177;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" 16193;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
16178;;;;;; (19383 49280)) 16194;;;;;; (19636 58496))
16179;;; Generated autoloads from emacs-lisp/macroexp.el 16195;;; Generated autoloads from emacs-lisp/macroexp.el
16180 16196
16181(autoload 'macroexpand-all "macroexp" "\ 16197(autoload 'macroexpand-all "macroexp" "\
@@ -16189,7 +16205,7 @@ definitions to shadow the loaded ones for use in file byte-compilation.
16189;;;*** 16205;;;***
16190 16206
16191;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 16207;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
16192;;;;;; name-last-kbd-macro) "macros" "macros.el" (19383 49277)) 16208;;;;;; name-last-kbd-macro) "macros" "macros.el" (19636 58496))
16193;;; Generated autoloads from macros.el 16209;;; Generated autoloads from macros.el
16194 16210
16195(autoload 'name-last-kbd-macro "macros" "\ 16211(autoload 'name-last-kbd-macro "macros" "\
@@ -16278,7 +16294,7 @@ and then select the region of un-tablified names and use
16278;;;*** 16294;;;***
16279 16295
16280;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 16296;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
16281;;;;;; "mail/mail-extr.el" (19383 49280)) 16297;;;;;; "mail/mail-extr.el" (19636 58496))
16282;;; Generated autoloads from mail/mail-extr.el 16298;;; Generated autoloads from mail/mail-extr.el
16283 16299
16284(autoload 'mail-extract-address-components "mail-extr" "\ 16300(autoload 'mail-extract-address-components "mail-extr" "\
@@ -16310,7 +16326,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
16310 16326
16311;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 16327;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
16312;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 16328;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
16313;;;;;; (19383 49280)) 16329;;;;;; (19636 58496))
16314;;; Generated autoloads from mail/mail-hist.el 16330;;; Generated autoloads from mail/mail-hist.el
16315 16331
16316(autoload 'mail-hist-define-keys "mail-hist" "\ 16332(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -16342,7 +16358,7 @@ This function normally would be called when the message is sent.
16342;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 16358;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
16343;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable 16359;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable
16344;;;;;; mail-file-babyl-p mail-use-rfc822) "mail-utils" "mail/mail-utils.el" 16360;;;;;; mail-file-babyl-p mail-use-rfc822) "mail-utils" "mail/mail-utils.el"
16345;;;;;; (19383 49276)) 16361;;;;;; (19636 58496))
16346;;; Generated autoloads from mail/mail-utils.el 16362;;; Generated autoloads from mail/mail-utils.el
16347 16363
16348(defvar mail-use-rfc822 nil "\ 16364(defvar mail-use-rfc822 nil "\
@@ -16404,8 +16420,8 @@ matches may be returned from the message body.
16404;;;*** 16420;;;***
16405 16421
16406;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup 16422;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
16407;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (19383 16423;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (19636
16408;;;;;; 49280)) 16424;;;;;; 58496))
16409;;; Generated autoloads from mail/mailabbrev.el 16425;;; Generated autoloads from mail/mailabbrev.el
16410 16426
16411(defvar mail-abbrevs-mode nil "\ 16427(defvar mail-abbrevs-mode nil "\
@@ -16447,8 +16463,8 @@ double-quotes.
16447;;;*** 16463;;;***
16448 16464
16449;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases 16465;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
16450;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (19383 16466;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (19636
16451;;;;;; 49280)) 16467;;;;;; 58496))
16452;;; Generated autoloads from mail/mailalias.el 16468;;; Generated autoloads from mail/mailalias.el
16453 16469
16454(defvar mail-complete-style 'angles "\ 16470(defvar mail-complete-style 'angles "\
@@ -16494,7 +16510,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any.
16494;;;*** 16510;;;***
16495 16511
16496;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 16512;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
16497;;;;;; (19383 49280)) 16513;;;;;; (19636 58496))
16498;;; Generated autoloads from mail/mailclient.el 16514;;; Generated autoloads from mail/mailclient.el
16499 16515
16500(autoload 'mailclient-send-it "mailclient" "\ 16516(autoload 'mailclient-send-it "mailclient" "\
@@ -16508,7 +16524,7 @@ The mail client is taken to be the handler of mailto URLs.
16508 16524
16509;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 16525;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
16510;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 16526;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
16511;;;;;; "make-mode" "progmodes/make-mode.el" (19383 49284)) 16527;;;;;; "make-mode" "progmodes/make-mode.el" (19636 58496))
16512;;; Generated autoloads from progmodes/make-mode.el 16528;;; Generated autoloads from progmodes/make-mode.el
16513 16529
16514(autoload 'makefile-mode "make-mode" "\ 16530(autoload 'makefile-mode "make-mode" "\
@@ -16625,8 +16641,8 @@ An adapted `makefile-mode' that knows about imake.
16625 16641
16626;;;*** 16642;;;***
16627 16643
16628;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19383 16644;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19636
16629;;;;;; 49280)) 16645;;;;;; 58496))
16630;;; Generated autoloads from makesum.el 16646;;; Generated autoloads from makesum.el
16631 16647
16632(autoload 'make-command-summary "makesum" "\ 16648(autoload 'make-command-summary "makesum" "\
@@ -16637,7 +16653,7 @@ Previous contents of that buffer are killed first.
16637 16653
16638;;;*** 16654;;;***
16639 16655
16640;;;### (autoloads (man-follow man) "man" "man.el" (19383 49278)) 16656;;;### (autoloads (man-follow man) "man" "man.el" (19641 1152))
16641;;; Generated autoloads from man.el 16657;;; Generated autoloads from man.el
16642 16658
16643(defalias 'manual-entry 'man) 16659(defalias 'manual-entry 'man)
@@ -16686,7 +16702,7 @@ Get a Un*x manual page of the item under point and put it in a buffer.
16686 16702
16687;;;*** 16703;;;***
16688 16704
16689;;;### (autoloads (master-mode) "master" "master.el" (19383 49280)) 16705;;;### (autoloads (master-mode) "master" "master.el" (19636 58496))
16690;;; Generated autoloads from master.el 16706;;; Generated autoloads from master.el
16691 16707
16692(autoload 'master-mode "master" "\ 16708(autoload 'master-mode "master" "\
@@ -16709,7 +16725,7 @@ yourself the value of `master-of' by calling `master-show-slave'.
16709;;;*** 16725;;;***
16710 16726
16711;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" 16727;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el"
16712;;;;;; (19383 49280)) 16728;;;;;; (19636 58496))
16713;;; Generated autoloads from mb-depth.el 16729;;; Generated autoloads from mb-depth.el
16714 16730
16715(defvar minibuffer-depth-indicate-mode nil "\ 16731(defvar minibuffer-depth-indicate-mode nil "\
@@ -16740,7 +16756,7 @@ Returns non-nil if the new state is enabled.
16740;;;;;; message-forward-make-body message-forward message-recover 16756;;;;;; message-forward-make-body message-forward message-recover
16741;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 16757;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
16742;;;;;; message-reply message-news message-mail message-mode) "message" 16758;;;;;; message-reply message-news message-mail message-mode) "message"
16743;;;;;; "gnus/message.el" (19409 46567)) 16759;;;;;; "gnus/message.el" (19636 58496))
16744;;; Generated autoloads from gnus/message.el 16760;;; Generated autoloads from gnus/message.el
16745 16761
16746(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 16762(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -16906,7 +16922,7 @@ which specify the range to operate on.
16906;;;*** 16922;;;***
16907 16923
16908;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 16924;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
16909;;;;;; (19383 49280)) 16925;;;;;; (19636 58496))
16910;;; Generated autoloads from progmodes/meta-mode.el 16926;;; Generated autoloads from progmodes/meta-mode.el
16911 16927
16912(autoload 'metafont-mode "meta-mode" "\ 16928(autoload 'metafont-mode "meta-mode" "\
@@ -16933,7 +16949,7 @@ Turning on MetaPost mode calls the value of the variable
16933 16949
16934;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 16950;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
16935;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 16951;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
16936;;;;;; (19383 49280)) 16952;;;;;; (19636 58496))
16937;;; Generated autoloads from mail/metamail.el 16953;;; Generated autoloads from mail/metamail.el
16938 16954
16939(autoload 'metamail-interpret-header "metamail" "\ 16955(autoload 'metamail-interpret-header "metamail" "\
@@ -16978,7 +16994,7 @@ redisplayed as output is inserted.
16978 16994
16979;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 16995;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
16980;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 16996;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
16981;;;;;; "mh-e/mh-comp.el" (19383 49280)) 16997;;;;;; "mh-e/mh-comp.el" (19636 58496))
16982;;; Generated autoloads from mh-e/mh-comp.el 16998;;; Generated autoloads from mh-e/mh-comp.el
16983 16999
16984(autoload 'mh-smail "mh-comp" "\ 17000(autoload 'mh-smail "mh-comp" "\
@@ -17068,7 +17084,7 @@ delete the draft message.
17068 17084
17069;;;*** 17085;;;***
17070 17086
17071;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (19383 49280)) 17087;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (19636 58496))
17072;;; Generated autoloads from mh-e/mh-e.el 17088;;; Generated autoloads from mh-e/mh-e.el
17073 17089
17074(put 'mh-progs 'risky-local-variable t) 17090(put 'mh-progs 'risky-local-variable t)
@@ -17085,7 +17101,7 @@ Display version information about MH-E and the MH mail handling system.
17085;;;*** 17101;;;***
17086 17102
17087;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 17103;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
17088;;;;;; "mh-e/mh-folder.el" (19383 49280)) 17104;;;;;; "mh-e/mh-folder.el" (19636 58496))
17089;;; Generated autoloads from mh-e/mh-folder.el 17105;;; Generated autoloads from mh-e/mh-folder.el
17090 17106
17091(autoload 'mh-rmail "mh-folder" "\ 17107(autoload 'mh-rmail "mh-folder" "\
@@ -17167,7 +17183,7 @@ perform the operation on all messages in that region.
17167;;;*** 17183;;;***
17168 17184
17169;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 17185;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
17170;;;;;; "midnight.el" (19383 49280)) 17186;;;;;; "midnight.el" (19636 58496))
17171;;; Generated autoloads from midnight.el 17187;;; Generated autoloads from midnight.el
17172 17188
17173(autoload 'clean-buffer-list "midnight" "\ 17189(autoload 'clean-buffer-list "midnight" "\
@@ -17194,7 +17210,7 @@ to its second argument TM.
17194;;;*** 17210;;;***
17195 17211
17196;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 17212;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
17197;;;;;; "minibuf-eldef.el" (19383 49280)) 17213;;;;;; "minibuf-eldef.el" (19636 58496))
17198;;; Generated autoloads from minibuf-eldef.el 17214;;; Generated autoloads from minibuf-eldef.el
17199 17215
17200(defvar minibuffer-electric-default-mode nil "\ 17216(defvar minibuffer-electric-default-mode nil "\
@@ -17221,7 +17237,7 @@ Returns non-nil if the new state is enabled.
17221 17237
17222;;;*** 17238;;;***
17223 17239
17224;;;### (autoloads (butterfly) "misc" "misc.el" (19383 49280)) 17240;;;### (autoloads (butterfly) "misc" "misc.el" (19636 58496))
17225;;; Generated autoloads from misc.el 17241;;; Generated autoloads from misc.el
17226 17242
17227(autoload 'butterfly "misc" "\ 17243(autoload 'butterfly "misc" "\
@@ -17240,7 +17256,7 @@ variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'.
17240 17256
17241;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files 17257;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
17242;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) 17258;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
17243;;;;;; "misearch" "misearch.el" (19383 49280)) 17259;;;;;; "misearch" "misearch.el" (19636 58496))
17244;;; Generated autoloads from misearch.el 17260;;; Generated autoloads from misearch.el
17245 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 17261 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
17246 17262
@@ -17322,7 +17338,7 @@ whose file names match the specified wildcard.
17322;;;*** 17338;;;***
17323 17339
17324;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 17340;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
17325;;;;;; (19383 49280)) 17341;;;;;; (19636 58496))
17326;;; Generated autoloads from progmodes/mixal-mode.el 17342;;; Generated autoloads from progmodes/mixal-mode.el
17327 17343
17328(autoload 'mixal-mode "mixal-mode" "\ 17344(autoload 'mixal-mode "mixal-mode" "\
@@ -17336,7 +17352,7 @@ Major mode for the mixal asm language.
17336;;;*** 17352;;;***
17337 17353
17338;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 17354;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
17339;;;;;; "mm-extern" "gnus/mm-extern.el" (19383 49280)) 17355;;;;;; "mm-extern" "gnus/mm-extern.el" (19636 58496))
17340;;; Generated autoloads from gnus/mm-extern.el 17356;;; Generated autoloads from gnus/mm-extern.el
17341 17357
17342(autoload 'mm-extern-cache-contents "mm-extern" "\ 17358(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -17355,7 +17371,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17355;;;*** 17371;;;***
17356 17372
17357;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 17373;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
17358;;;;;; (19383 49280)) 17374;;;;;; (19636 58496))
17359;;; Generated autoloads from gnus/mm-partial.el 17375;;; Generated autoloads from gnus/mm-partial.el
17360 17376
17361(autoload 'mm-inline-partial "mm-partial" "\ 17377(autoload 'mm-inline-partial "mm-partial" "\
@@ -17369,7 +17385,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17369;;;*** 17385;;;***
17370 17386
17371;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 17387;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
17372;;;;;; "mm-url" "gnus/mm-url.el" (19383 49280)) 17388;;;;;; "mm-url" "gnus/mm-url.el" (19636 58496))
17373;;; Generated autoloads from gnus/mm-url.el 17389;;; Generated autoloads from gnus/mm-url.el
17374 17390
17375(autoload 'mm-url-insert-file-contents "mm-url" "\ 17391(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -17386,7 +17402,7 @@ Insert file contents of URL using `mm-url-program'.
17386;;;*** 17402;;;***
17387 17403
17388;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 17404;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
17389;;;;;; "gnus/mm-uu.el" (19383 49283)) 17405;;;;;; "gnus/mm-uu.el" (19636 58496))
17390;;; Generated autoloads from gnus/mm-uu.el 17406;;; Generated autoloads from gnus/mm-uu.el
17391 17407
17392(autoload 'mm-uu-dissect "mm-uu" "\ 17408(autoload 'mm-uu-dissect "mm-uu" "\
@@ -17406,7 +17422,7 @@ Assume text has been decoded if DECODED is non-nil.
17406;;;*** 17422;;;***
17407 17423
17408;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 17424;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
17409;;;;;; (19383 49280)) 17425;;;;;; (19636 58496))
17410;;; Generated autoloads from gnus/mml1991.el 17426;;; Generated autoloads from gnus/mml1991.el
17411 17427
17412(autoload 'mml1991-encrypt "mml1991" "\ 17428(autoload 'mml1991-encrypt "mml1991" "\
@@ -17423,7 +17439,7 @@ Not documented
17423 17439
17424;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 17440;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
17425;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 17441;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
17426;;;;;; "mml2015" "gnus/mml2015.el" (19383 49280)) 17442;;;;;; "mml2015" "gnus/mml2015.el" (19636 58496))
17427;;; Generated autoloads from gnus/mml2015.el 17443;;; Generated autoloads from gnus/mml2015.el
17428 17444
17429(autoload 'mml2015-decrypt "mml2015" "\ 17445(autoload 'mml2015-decrypt "mml2015" "\
@@ -17464,7 +17480,7 @@ Not documented
17464;;;*** 17480;;;***
17465 17481
17466;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" 17482;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
17467;;;;;; (19352 21355)) 17483;;;;;; (19636 58496))
17468;;; Generated autoloads from progmodes/modula2.el 17484;;; Generated autoloads from progmodes/modula2.el
17469 17485
17470(autoload 'modula-2-mode "modula2" "\ 17486(autoload 'modula-2-mode "modula2" "\
@@ -17496,7 +17512,7 @@ followed by the first character of the construct.
17496;;;*** 17512;;;***
17497 17513
17498;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 17514;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
17499;;;;;; (19383 49280)) 17515;;;;;; (19636 58496))
17500;;; Generated autoloads from play/morse.el 17516;;; Generated autoloads from play/morse.el
17501 17517
17502(autoload 'morse-region "morse" "\ 17518(autoload 'morse-region "morse" "\
@@ -17512,7 +17528,7 @@ Convert morse coded text in region to ordinary ASCII text.
17512;;;*** 17528;;;***
17513 17529
17514;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" 17530;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag"
17515;;;;;; "mouse-drag.el" (19383 49280)) 17531;;;;;; "mouse-drag.el" (19636 58496))
17516;;; Generated autoloads from mouse-drag.el 17532;;; Generated autoloads from mouse-drag.el
17517 17533
17518(autoload 'mouse-drag-throw "mouse-drag" "\ 17534(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -17559,8 +17575,8 @@ To test this function, evaluate:
17559 17575
17560;;;*** 17576;;;***
17561 17577
17562;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19383 17578;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19636
17563;;;;;; 49280)) 17579;;;;;; 58496))
17564;;; Generated autoloads from mouse-sel.el 17580;;; Generated autoloads from mouse-sel.el
17565 17581
17566(defvar mouse-sel-mode nil "\ 17582(defvar mouse-sel-mode nil "\
@@ -17612,7 +17628,7 @@ primary selection and region.
17612 17628
17613;;;*** 17629;;;***
17614 17630
17615;;;### (autoloads (mpc) "mpc" "mpc.el" (19383 49280)) 17631;;;### (autoloads (mpc) "mpc" "mpc.el" (19636 58496))
17616;;; Generated autoloads from mpc.el 17632;;; Generated autoloads from mpc.el
17617 17633
17618(autoload 'mpc "mpc" "\ 17634(autoload 'mpc "mpc" "\
@@ -17622,7 +17638,7 @@ Main entry point for MPC.
17622 17638
17623;;;*** 17639;;;***
17624 17640
17625;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19383 49280)) 17641;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19636 58496))
17626;;; Generated autoloads from play/mpuz.el 17642;;; Generated autoloads from play/mpuz.el
17627 17643
17628(autoload 'mpuz "mpuz" "\ 17644(autoload 'mpuz "mpuz" "\
@@ -17632,7 +17648,7 @@ Multiplication puzzle with GNU Emacs.
17632 17648
17633;;;*** 17649;;;***
17634 17650
17635;;;### (autoloads (msb-mode) "msb" "msb.el" (19383 49280)) 17651;;;### (autoloads (msb-mode) "msb" "msb.el" (19636 58496))
17636;;; Generated autoloads from msb.el 17652;;; Generated autoloads from msb.el
17637 17653
17638(defvar msb-mode nil "\ 17654(defvar msb-mode nil "\
@@ -17659,7 +17675,7 @@ different buffer menu using the function `msb'.
17659;;;;;; describe-current-coding-system describe-current-coding-system-briefly 17675;;;;;; describe-current-coding-system describe-current-coding-system-briefly
17660;;;;;; describe-coding-system describe-character-set list-charset-chars 17676;;;;;; describe-coding-system describe-character-set list-charset-chars
17661;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 17677;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
17662;;;;;; (19383 49280)) 17678;;;;;; (19636 58496))
17663;;; Generated autoloads from international/mule-diag.el 17679;;; Generated autoloads from international/mule-diag.el
17664 17680
17665(autoload 'list-character-sets "mule-diag" "\ 17681(autoload 'list-character-sets "mule-diag" "\
@@ -17796,7 +17812,7 @@ The default is 20. If LIMIT is negative, do not limit the listing.
17796;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 17812;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
17797;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 17813;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
17798;;;;;; truncate-string-to-width store-substring string-to-sequence) 17814;;;;;; truncate-string-to-width store-substring string-to-sequence)
17799;;;;;; "mule-util" "international/mule-util.el" (19383 49276)) 17815;;;;;; "mule-util" "international/mule-util.el" (19636 58496))
17800;;; Generated autoloads from international/mule-util.el 17816;;; Generated autoloads from international/mule-util.el
17801 17817
17802(autoload 'string-to-sequence "mule-util" "\ 17818(autoload 'string-to-sequence "mule-util" "\
@@ -17936,8 +17952,8 @@ per-character basis, this may not be accurate.
17936;;;### (autoloads (network-connection network-connection-to-service 17952;;;### (autoloads (network-connection network-connection-to-service
17937;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 17953;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
17938;;;;;; nslookup nslookup-host ping traceroute route arp netstat 17954;;;;;; nslookup nslookup-host ping traceroute route arp netstat
17939;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19383 17955;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19636
17940;;;;;; 49280)) 17956;;;;;; 58496))
17941;;; Generated autoloads from net/net-utils.el 17957;;; Generated autoloads from net/net-utils.el
17942 17958
17943(autoload 'ifconfig "net-utils" "\ 17959(autoload 'ifconfig "net-utils" "\
@@ -18036,7 +18052,7 @@ Open a network connection to HOST on PORT.
18036;;;;;; uncomment-region comment-kill comment-set-column comment-indent 18052;;;;;; uncomment-region comment-kill comment-set-column comment-indent
18037;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 18053;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
18038;;;;;; comment-padding comment-style comment-column) "newcomment" 18054;;;;;; comment-padding comment-style comment-column) "newcomment"
18039;;;;;; "newcomment.el" (19383 49280)) 18055;;;;;; "newcomment.el" (19636 58496))
18040;;; Generated autoloads from newcomment.el 18056;;; Generated autoloads from newcomment.el
18041 18057
18042(defalias 'indent-for-comment 'comment-indent) 18058(defalias 'indent-for-comment 'comment-indent)
@@ -18236,7 +18252,7 @@ unless optional argument SOFT is non-nil.
18236;;;*** 18252;;;***
18237 18253
18238;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" 18254;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend"
18239;;;;;; "net/newst-backend.el" (19383 49280)) 18255;;;;;; "net/newst-backend.el" (19636 58496))
18240;;; Generated autoloads from net/newst-backend.el 18256;;; Generated autoloads from net/newst-backend.el
18241 18257
18242(autoload 'newsticker-running-p "newst-backend" "\ 18258(autoload 'newsticker-running-p "newst-backend" "\
@@ -18258,7 +18274,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
18258;;;*** 18274;;;***
18259 18275
18260;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" 18276;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
18261;;;;;; (19383 49280)) 18277;;;;;; (19636 58496))
18262;;; Generated autoloads from net/newst-plainview.el 18278;;; Generated autoloads from net/newst-plainview.el
18263 18279
18264(autoload 'newsticker-plainview "newst-plainview" "\ 18280(autoload 'newsticker-plainview "newst-plainview" "\
@@ -18269,7 +18285,7 @@ Start newsticker plainview.
18269;;;*** 18285;;;***
18270 18286
18271;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" 18287;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el"
18272;;;;;; (19383 49280)) 18288;;;;;; (19636 58496))
18273;;; Generated autoloads from net/newst-reader.el 18289;;; Generated autoloads from net/newst-reader.el
18274 18290
18275(autoload 'newsticker-show-news "newst-reader" "\ 18291(autoload 'newsticker-show-news "newst-reader" "\
@@ -18280,7 +18296,7 @@ Start reading news. You may want to bind this to a key.
18280;;;*** 18296;;;***
18281 18297
18282;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) 18298;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p)
18283;;;;;; "newst-ticker" "net/newst-ticker.el" (19383 49280)) 18299;;;;;; "newst-ticker" "net/newst-ticker.el" (19636 58496))
18284;;; Generated autoloads from net/newst-ticker.el 18300;;; Generated autoloads from net/newst-ticker.el
18285 18301
18286(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 18302(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -18301,7 +18317,7 @@ running already.
18301;;;*** 18317;;;***
18302 18318
18303;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" 18319;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
18304;;;;;; (19383 49280)) 18320;;;;;; (19636 58496))
18305;;; Generated autoloads from net/newst-treeview.el 18321;;; Generated autoloads from net/newst-treeview.el
18306 18322
18307(autoload 'newsticker-treeview "newst-treeview" "\ 18323(autoload 'newsticker-treeview "newst-treeview" "\
@@ -18312,7 +18328,7 @@ Start newsticker treeview.
18312;;;*** 18328;;;***
18313 18329
18314;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 18330;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
18315;;;;;; (19383 49280)) 18331;;;;;; (19636 58496))
18316;;; Generated autoloads from gnus/nndiary.el 18332;;; Generated autoloads from gnus/nndiary.el
18317 18333
18318(autoload 'nndiary-generate-nov-databases "nndiary" "\ 18334(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -18322,8 +18338,8 @@ Generate NOV databases in all nndiary directories.
18322 18338
18323;;;*** 18339;;;***
18324 18340
18325;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19383 18341;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19636
18326;;;;;; 49280)) 18342;;;;;; 58496))
18327;;; Generated autoloads from gnus/nndoc.el 18343;;; Generated autoloads from gnus/nndoc.el
18328 18344
18329(autoload 'nndoc-add-type "nndoc" "\ 18345(autoload 'nndoc-add-type "nndoc" "\
@@ -18338,7 +18354,7 @@ symbol in the alist.
18338;;;*** 18354;;;***
18339 18355
18340;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 18356;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
18341;;;;;; (19383 49280)) 18357;;;;;; (19636 58496))
18342;;; Generated autoloads from gnus/nnfolder.el 18358;;; Generated autoloads from gnus/nnfolder.el
18343 18359
18344(autoload 'nnfolder-generate-active-file "nnfolder" "\ 18360(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -18350,7 +18366,7 @@ This command does not work if you use short group names.
18350;;;*** 18366;;;***
18351 18367
18352;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 18368;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
18353;;;;;; (19383 49280)) 18369;;;;;; (19636 58496))
18354;;; Generated autoloads from gnus/nnkiboze.el 18370;;; Generated autoloads from gnus/nnkiboze.el
18355 18371
18356(autoload 'nnkiboze-generate-groups "nnkiboze" "\ 18372(autoload 'nnkiboze-generate-groups "nnkiboze" "\
@@ -18362,7 +18378,7 @@ Finds out what articles are to be part of the nnkiboze groups.
18362;;;*** 18378;;;***
18363 18379
18364;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 18380;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
18365;;;;;; (19383 49280)) 18381;;;;;; (19636 58496))
18366;;; Generated autoloads from gnus/nnml.el 18382;;; Generated autoloads from gnus/nnml.el
18367 18383
18368(autoload 'nnml-generate-nov-databases "nnml" "\ 18384(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -18373,7 +18389,7 @@ Generate NOV databases in all nnml directories.
18373;;;*** 18389;;;***
18374 18390
18375;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 18391;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
18376;;;;;; "nnsoup" "gnus/nnsoup.el" (19383 49280)) 18392;;;;;; "nnsoup" "gnus/nnsoup.el" (19636 58496))
18377;;; Generated autoloads from gnus/nnsoup.el 18393;;; Generated autoloads from gnus/nnsoup.el
18378 18394
18379(autoload 'nnsoup-pack-replies "nnsoup" "\ 18395(autoload 'nnsoup-pack-replies "nnsoup" "\
@@ -18394,7 +18410,7 @@ Revert posting and mailing methods to the standard Emacs methods.
18394;;;*** 18410;;;***
18395 18411
18396;;;### (autoloads (disable-command enable-command disabled-command-function) 18412;;;### (autoloads (disable-command enable-command disabled-command-function)
18397;;;;;; "novice" "novice.el" (19383 49280)) 18413;;;;;; "novice" "novice.el" (19636 58496))
18398;;; Generated autoloads from novice.el 18414;;; Generated autoloads from novice.el
18399 18415
18400(defvar disabled-command-function 'disabled-command-function "\ 18416(defvar disabled-command-function 'disabled-command-function "\
@@ -18427,7 +18443,7 @@ to future sessions.
18427;;;*** 18443;;;***
18428 18444
18429;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 18445;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
18430;;;;;; (19383 49280)) 18446;;;;;; (19636 58496))
18431;;; Generated autoloads from textmodes/nroff-mode.el 18447;;; Generated autoloads from textmodes/nroff-mode.el
18432 18448
18433(autoload 'nroff-mode "nroff-mode" "\ 18449(autoload 'nroff-mode "nroff-mode" "\
@@ -18442,7 +18458,7 @@ closing requests for requests that are used in matched pairs.
18442;;;*** 18458;;;***
18443 18459
18444;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" 18460;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
18445;;;;;; (19383 49280)) 18461;;;;;; (19636 58496))
18446;;; Generated autoloads from nxml/nxml-glyph.el 18462;;; Generated autoloads from nxml/nxml-glyph.el
18447 18463
18448(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 18464(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -18454,8 +18470,8 @@ Return nil if the face cannot display a glyph for N.
18454 18470
18455;;;*** 18471;;;***
18456 18472
18457;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19383 18473;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19636
18458;;;;;; 49276)) 18474;;;;;; 58496))
18459;;; Generated autoloads from nxml/nxml-mode.el 18475;;; Generated autoloads from nxml/nxml-mode.el
18460 18476
18461(autoload 'nxml-mode "nxml-mode" "\ 18477(autoload 'nxml-mode "nxml-mode" "\
@@ -18517,7 +18533,7 @@ Many aspects this mode can be customized using
18517;;;*** 18533;;;***
18518 18534
18519;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" 18535;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
18520;;;;;; "nxml/nxml-uchnm.el" (19383 49280)) 18536;;;;;; "nxml/nxml-uchnm.el" (19636 58496))
18521;;; Generated autoloads from nxml/nxml-uchnm.el 18537;;; Generated autoloads from nxml/nxml-uchnm.el
18522 18538
18523(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 18539(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -18530,7 +18546,7 @@ the variable `nxml-enabled-unicode-blocks'.
18530;;;*** 18546;;;***
18531 18547
18532;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 18548;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
18533;;;;;; (19383 49280)) 18549;;;;;; (19636 58496))
18534;;; Generated autoloads from progmodes/octave-inf.el 18550;;; Generated autoloads from progmodes/octave-inf.el
18535 18551
18536(autoload 'inferior-octave "octave-inf" "\ 18552(autoload 'inferior-octave "octave-inf" "\
@@ -18553,7 +18569,7 @@ startup file, `~/.emacs-octave'.
18553;;;*** 18569;;;***
18554 18570
18555;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 18571;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
18556;;;;;; (19383 49280)) 18572;;;;;; (19636 58496))
18557;;; Generated autoloads from progmodes/octave-mod.el 18573;;; Generated autoloads from progmodes/octave-mod.el
18558 18574
18559(autoload 'octave-mode "octave-mod" "\ 18575(autoload 'octave-mode "octave-mod" "\
@@ -18648,7 +18664,7 @@ including a reproducible test case and send the message.
18648;;;;;; org-map-entries org-open-link-from-string org-open-at-point-global 18664;;;;;; org-map-entries org-open-link-from-string org-open-at-point-global
18649;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode 18665;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode
18650;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle 18666;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
18651;;;;;; org-mode) "org" "org/org.el" (19383 49280)) 18667;;;;;; org-mode) "org" "org/org.el" (19636 58496))
18652;;; Generated autoloads from org/org.el 18668;;; Generated autoloads from org/org.el
18653 18669
18654(autoload 'org-mode "org" "\ 18670(autoload 'org-mode "org" "\
@@ -18861,7 +18877,7 @@ Call the customize function with org as argument.
18861;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list 18877;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list
18862;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views 18878;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
18863;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 18879;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
18864;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19383 49280)) 18880;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19641 1152))
18865;;; Generated autoloads from org/org-agenda.el 18881;;; Generated autoloads from org/org-agenda.el
18866 18882
18867(autoload 'org-agenda "org-agenda" "\ 18883(autoload 'org-agenda "org-agenda" "\
@@ -19124,7 +19140,7 @@ belonging to the \"Work\" category.
19124 19140
19125;;;### (autoloads (org-archive-subtree-default-with-confirmation 19141;;;### (autoloads (org-archive-subtree-default-with-confirmation
19126;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el" 19142;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el"
19127;;;;;; (19383 49280)) 19143;;;;;; (19636 58496))
19128;;; Generated autoloads from org/org-archive.el 19144;;; Generated autoloads from org/org-archive.el
19129 19145
19130(autoload 'org-archive-subtree-default "org-archive" "\ 19146(autoload 'org-archive-subtree-default "org-archive" "\
@@ -19143,7 +19159,7 @@ This command is set with the variable `org-archive-default-command'.
19143 19159
19144;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii 19160;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii
19145;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer) 19161;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer)
19146;;;;;; "org-ascii" "org/org-ascii.el" (19383 49280)) 19162;;;;;; "org-ascii" "org/org-ascii.el" (19636 58496))
19147;;; Generated autoloads from org/org-ascii.el 19163;;; Generated autoloads from org/org-ascii.el
19148 19164
19149(autoload 'org-export-as-ascii-to-buffer "org-ascii" "\ 19165(autoload 'org-export-as-ascii-to-buffer "org-ascii" "\
@@ -19196,8 +19212,8 @@ publishing directory.
19196 19212
19197;;;*** 19213;;;***
19198 19214
19199;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19383 19215;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19636
19200;;;;;; 49280)) 19216;;;;;; 58496))
19201;;; Generated autoloads from org/org-attach.el 19217;;; Generated autoloads from org/org-attach.el
19202 19218
19203(autoload 'org-attach "org-attach" "\ 19219(autoload 'org-attach "org-attach" "\
@@ -19209,7 +19225,7 @@ Shows a list of commands and prompts for another key to execute a command.
19209;;;*** 19225;;;***
19210 19226
19211;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" 19227;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
19212;;;;;; (19383 49280)) 19228;;;;;; (19636 58496))
19213;;; Generated autoloads from org/org-bbdb.el 19229;;; Generated autoloads from org/org-bbdb.el
19214 19230
19215(autoload 'org-bbdb-anniversaries "org-bbdb" "\ 19231(autoload 'org-bbdb-anniversaries "org-bbdb" "\
@@ -19220,7 +19236,7 @@ Extract anniversaries from BBDB for display in the agenda.
19220;;;*** 19236;;;***
19221 19237
19222;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable) 19238;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable)
19223;;;;;; "org-clock" "org/org-clock.el" (19383 49280)) 19239;;;;;; "org-clock" "org/org-clock.el" (19636 58496))
19224;;; Generated autoloads from org/org-clock.el 19240;;; Generated autoloads from org/org-clock.el
19225 19241
19226(autoload 'org-get-clocktable "org-clock" "\ 19242(autoload 'org-get-clocktable "org-clock" "\
@@ -19240,7 +19256,7 @@ Set up hooks for clock persistence
19240;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open 19256;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open
19241;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook 19257;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook
19242;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch) 19258;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch)
19243;;;;;; "org-docbook" "org/org-docbook.el" (19383 49280)) 19259;;;;;; "org-docbook" "org/org-docbook.el" (19636 58496))
19244;;; Generated autoloads from org/org-docbook.el 19260;;; Generated autoloads from org/org-docbook.el
19245 19261
19246(autoload 'org-export-as-docbook-batch "org-docbook" "\ 19262(autoload 'org-export-as-docbook-batch "org-docbook" "\
@@ -19317,7 +19333,7 @@ publishing directory.
19317 19333
19318;;;### (autoloads (org-insert-export-options-template org-export-as-org 19334;;;### (autoloads (org-insert-export-options-template org-export-as-org
19319;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" 19335;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el"
19320;;;;;; (19383 49280)) 19336;;;;;; (19652 24589))
19321;;; Generated autoloads from org/org-exp.el 19337;;; Generated autoloads from org/org-exp.el
19322 19338
19323(autoload 'org-export "org-exp" "\ 19339(autoload 'org-export "org-exp" "\
@@ -19337,10 +19353,10 @@ Create a copy of the visible part of the current buffer, and export it.
19337The copy is created in a temporary buffer and removed after use. 19353The copy is created in a temporary buffer and removed after use.
19338TYPE is the final key (as a string) that also select the export command in 19354TYPE is the final key (as a string) that also select the export command in
19339the `C-c C-e' export dispatcher. 19355the `C-c C-e' export dispatcher.
19340As a special case, if the you type SPC at the prompt, the temporary 19356
19341org-mode file will not be removed but presented to you so that you can 19357As a special case, if you type SPC at the prompt, the temporary org-mode
19342continue to use it. The prefix arg ARG is passed through to the exporting 19358file will not be removed but presented to you so that you can continue to
19343command. 19359use it. The prefix arg ARG is passed through to the exporting command.
19344 19360
19345\(fn TYPE ARG)" t nil) 19361\(fn TYPE ARG)" t nil)
19346 19362
@@ -19374,8 +19390,8 @@ Insert into the buffer a template with information for exporting.
19374;;;*** 19390;;;***
19375 19391
19376;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update 19392;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update
19377;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (19383 19393;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (19636
19378;;;;;; 49280)) 19394;;;;;; 58496))
19379;;; Generated autoloads from org/org-feed.el 19395;;; Generated autoloads from org/org-feed.el
19380 19396
19381(autoload 'org-feed-update-all "org-feed" "\ 19397(autoload 'org-feed-update-all "org-feed" "\
@@ -19403,7 +19419,7 @@ Show the raw feed buffer of a feed.
19403;;;*** 19419;;;***
19404 19420
19405;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote" 19421;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote"
19406;;;;;; "org/org-footnote.el" (19383 49281)) 19422;;;;;; "org/org-footnote.el" (19636 58496))
19407;;; Generated autoloads from org/org-footnote.el 19423;;; Generated autoloads from org/org-footnote.el
19408 19424
19409(autoload 'org-footnote-action "org-footnote" "\ 19425(autoload 'org-footnote-action "org-footnote" "\
@@ -19430,7 +19446,7 @@ referenced sequence.
19430;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree 19446;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree
19431;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node 19447;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node
19432;;;;;; org-freemind-show org-export-as-freemind) "org-freemind" 19448;;;;;; org-freemind-show org-export-as-freemind) "org-freemind"
19433;;;;;; "org/org-freemind.el" (19383 49276)) 19449;;;;;; "org/org-freemind.el" (19636 58496))
19434;;; Generated autoloads from org/org-freemind.el 19450;;; Generated autoloads from org/org-freemind.el
19435 19451
19436(autoload 'org-export-as-freemind "org-freemind" "\ 19452(autoload 'org-export-as-freemind "org-freemind" "\
@@ -19468,7 +19484,7 @@ Convert FreeMind file MM-FILE to `org-mode' file ORG-FILE.
19468;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html 19484;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html
19469;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer 19485;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer
19470;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html" 19486;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html"
19471;;;;;; "org/org-html.el" (19383 49281)) 19487;;;;;; "org/org-html.el" (19636 58496))
19472;;; Generated autoloads from org/org-html.el 19488;;; Generated autoloads from org/org-html.el
19473 19489
19474(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp) 19490(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp)
@@ -19561,7 +19577,7 @@ that uses these same face definitions.
19561 19577
19562;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files 19578;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
19563;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el" 19579;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el"
19564;;;;;; (19383 49281)) 19580;;;;;; (19636 58496))
19565;;; Generated autoloads from org/org-icalendar.el 19581;;; Generated autoloads from org/org-icalendar.el
19566 19582
19567(autoload 'org-export-icalendar-this-file "org-icalendar" "\ 19583(autoload 'org-export-icalendar-this-file "org-icalendar" "\
@@ -19588,7 +19604,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'.
19588 19604
19589;;;### (autoloads (org-id-find-id-file org-id-find org-id-goto org-id-get-with-outline-drilling 19605;;;### (autoloads (org-id-find-id-file org-id-find org-id-goto org-id-get-with-outline-drilling
19590;;;;;; org-id-get-with-outline-path-completion org-id-get org-id-copy 19606;;;;;; org-id-get-with-outline-path-completion org-id-get org-id-copy
19591;;;;;; org-id-get-create) "org-id" "org/org-id.el" (19383 49281)) 19607;;;;;; org-id-get-create) "org-id" "org/org-id.el" (19636 58496))
19592;;; Generated autoloads from org/org-id.el 19608;;; Generated autoloads from org/org-id.el
19593 19609
19594(autoload 'org-id-get-create "org-id" "\ 19610(autoload 'org-id-get-create "org-id" "\
@@ -19652,7 +19668,7 @@ Query the id database for the file in which this ID is located.
19652;;;*** 19668;;;***
19653 19669
19654;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el" 19670;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el"
19655;;;;;; (19383 49281)) 19671;;;;;; (19636 58496))
19656;;; Generated autoloads from org/org-indent.el 19672;;; Generated autoloads from org/org-indent.el
19657 19673
19658(autoload 'org-indent-mode "org-indent" "\ 19674(autoload 'org-indent-mode "org-indent" "\
@@ -19667,7 +19683,7 @@ FIXME: How to update when broken?
19667;;;*** 19683;;;***
19668 19684
19669;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" 19685;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el"
19670;;;;;; (19383 49281)) 19686;;;;;; (19636 58496))
19671;;; Generated autoloads from org/org-irc.el 19687;;; Generated autoloads from org/org-irc.el
19672 19688
19673(autoload 'org-irc-store-link "org-irc" "\ 19689(autoload 'org-irc-store-link "org-irc" "\
@@ -19680,7 +19696,7 @@ Dispatch to the appropriate function to store a link to an IRC session.
19680;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex 19696;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex
19681;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer 19697;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer
19682;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el" 19698;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el"
19683;;;;;; (19383 49281)) 19699;;;;;; (19636 58496))
19684;;; Generated autoloads from org/org-latex.el 19700;;; Generated autoloads from org/org-latex.el
19685 19701
19686(autoload 'org-export-as-latex-batch "org-latex" "\ 19702(autoload 'org-export-as-latex-batch "org-latex" "\
@@ -19760,8 +19776,8 @@ Export as LaTeX, then process through to PDF, and open.
19760;;;*** 19776;;;***
19761 19777
19762;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull 19778;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull
19763;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (19383 19779;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (19636
19764;;;;;; 49281)) 19780;;;;;; 58496))
19765;;; Generated autoloads from org/org-mobile.el 19781;;; Generated autoloads from org/org-mobile.el
19766 19782
19767(autoload 'org-mobile-push "org-mobile" "\ 19783(autoload 'org-mobile-push "org-mobile" "\
@@ -19786,7 +19802,7 @@ Create a file that contains all custom agenda views.
19786;;;*** 19802;;;***
19787 19803
19788;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" 19804;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el"
19789;;;;;; (19383 49281)) 19805;;;;;; (19636 58496))
19790;;; Generated autoloads from org/org-plot.el 19806;;; Generated autoloads from org/org-plot.el
19791 19807
19792(autoload 'org-plot/gnuplot "org-plot" "\ 19808(autoload 'org-plot/gnuplot "org-plot" "\
@@ -19800,7 +19816,7 @@ line directly before or after the table.
19800 19816
19801;;;### (autoloads (org-publish-current-project org-publish-current-file 19817;;;### (autoloads (org-publish-current-project org-publish-current-file
19802;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" 19818;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
19803;;;;;; (19383 49281)) 19819;;;;;; (19636 58496))
19804;;; Generated autoloads from org/org-publish.el 19820;;; Generated autoloads from org/org-publish.el
19805 19821
19806(defalias 'org-publish-project 'org-publish) 19822(defalias 'org-publish-project 'org-publish)
@@ -19834,7 +19850,7 @@ the project.
19834 19850
19835;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template 19851;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
19836;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" 19852;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
19837;;;;;; "org/org-remember.el" (19383 49281)) 19853;;;;;; "org/org-remember.el" (19636 58496))
19838;;; Generated autoloads from org/org-remember.el 19854;;; Generated autoloads from org/org-remember.el
19839 19855
19840(autoload 'org-remember-insinuate "org-remember" "\ 19856(autoload 'org-remember-insinuate "org-remember" "\
@@ -19909,7 +19925,7 @@ See also the variable `org-reverse-note-order'.
19909;;;*** 19925;;;***
19910 19926
19911;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) 19927;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl)
19912;;;;;; "org-table" "org/org-table.el" (19383 49281)) 19928;;;;;; "org-table" "org/org-table.el" (19636 58496))
19913;;; Generated autoloads from org/org-table.el 19929;;; Generated autoloads from org/org-table.el
19914 19930
19915(autoload 'turn-on-orgtbl "org-table" "\ 19931(autoload 'turn-on-orgtbl "org-table" "\
@@ -19934,7 +19950,7 @@ The table is taken from the parameter TXT, or from the buffer at point.
19934 19950
19935;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region 19951;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region
19936;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el" 19952;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el"
19937;;;;;; (19383 49281)) 19953;;;;;; (19636 58496))
19938;;; Generated autoloads from org/org-timer.el 19954;;; Generated autoloads from org/org-timer.el
19939 19955
19940(autoload 'org-timer-start "org-timer" "\ 19956(autoload 'org-timer-start "org-timer" "\
@@ -19978,7 +19994,7 @@ Set a timer.
19978;;;*** 19994;;;***
19979 19995
19980;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el" 19996;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el"
19981;;;;;; (19383 49281)) 19997;;;;;; (19636 58496))
19982;;; Generated autoloads from org/org-xoxo.el 19998;;; Generated autoloads from org/org-xoxo.el
19983 19999
19984(autoload 'org-export-as-xoxo "org-xoxo" "\ 20000(autoload 'org-export-as-xoxo "org-xoxo" "\
@@ -19990,7 +20006,7 @@ The XOXO buffer is named *xoxo-<source buffer name>*
19990;;;*** 20006;;;***
19991 20007
19992;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 20008;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
19993;;;;;; (19383 49276)) 20009;;;;;; (19636 58496))
19994;;; Generated autoloads from outline.el 20010;;; Generated autoloads from outline.el
19995(put 'outline-regexp 'safe-local-variable 'string-or-null-p) 20011(put 'outline-regexp 'safe-local-variable 'string-or-null-p)
19996 20012
@@ -20047,7 +20063,7 @@ See the command `outline-mode' for more information on this mode.
20047 20063
20048;;;*** 20064;;;***
20049 20065
20050;;;### (autoloads (show-paren-mode) "paren" "paren.el" (19383 49281)) 20066;;;### (autoloads (show-paren-mode) "paren" "paren.el" (19636 58496))
20051;;; Generated autoloads from paren.el 20067;;; Generated autoloads from paren.el
20052 20068
20053(defvar show-paren-mode nil "\ 20069(defvar show-paren-mode nil "\
@@ -20072,7 +20088,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
20072;;;*** 20088;;;***
20073 20089
20074;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 20090;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
20075;;;;;; (19383 49281)) 20091;;;;;; (19636 58496))
20076;;; Generated autoloads from calendar/parse-time.el 20092;;; Generated autoloads from calendar/parse-time.el
20077(put 'parse-time-rules 'risky-local-variable t) 20093(put 'parse-time-rules 'risky-local-variable t)
20078 20094
@@ -20085,8 +20101,8 @@ unknown are returned as nil.
20085 20101
20086;;;*** 20102;;;***
20087 20103
20088;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19383 20104;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19636
20089;;;;;; 49281)) 20105;;;;;; 58496))
20090;;; Generated autoloads from progmodes/pascal.el 20106;;; Generated autoloads from progmodes/pascal.el
20091 20107
20092(autoload 'pascal-mode "pascal" "\ 20108(autoload 'pascal-mode "pascal" "\
@@ -20139,7 +20155,7 @@ no args, if that value is non-nil.
20139;;;*** 20155;;;***
20140 20156
20141;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 20157;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
20142;;;;;; (19383 49281)) 20158;;;;;; (19636 58496))
20143;;; Generated autoloads from emulation/pc-mode.el 20159;;; Generated autoloads from emulation/pc-mode.el
20144 20160
20145(autoload 'pc-bindings-mode "pc-mode" "\ 20161(autoload 'pc-bindings-mode "pc-mode" "\
@@ -20157,7 +20173,7 @@ C-Escape does list-buffers.
20157;;;*** 20173;;;***
20158 20174
20159;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el" 20175;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el"
20160;;;;;; (19383 49281)) 20176;;;;;; (19636 58496))
20161;;; Generated autoloads from emulation/pc-select.el 20177;;; Generated autoloads from emulation/pc-select.el
20162 20178
20163(defvar pc-selection-mode nil "\ 20179(defvar pc-selection-mode nil "\
@@ -20170,7 +20186,7 @@ or call the function `pc-selection-mode'.")
20170(custom-autoload 'pc-selection-mode "pc-select" nil) 20186(custom-autoload 'pc-selection-mode "pc-select" nil)
20171 20187
20172(autoload 'pc-selection-mode "pc-select" "\ 20188(autoload 'pc-selection-mode "pc-select" "\
20173Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style. 20189Change mark behavior to emulate Motif, Mac or MS-Windows cut and paste style.
20174 20190
20175This mode enables Delete Selection mode and Transient Mark mode. 20191This mode enables Delete Selection mode and Transient Mark mode.
20176 20192
@@ -20223,8 +20239,8 @@ but before calling PC Selection mode):
20223 20239
20224;;;*** 20240;;;***
20225 20241
20226;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (19383 20242;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (19636
20227;;;;;; 49281)) 20243;;;;;; 58496))
20228;;; Generated autoloads from pcmpl-cvs.el 20244;;; Generated autoloads from pcmpl-cvs.el
20229 20245
20230(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 20246(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -20235,7 +20251,7 @@ Completion rules for the `cvs' command.
20235;;;*** 20251;;;***
20236 20252
20237;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 20253;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
20238;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (19383 49281)) 20254;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (19636 58496))
20239;;; Generated autoloads from pcmpl-gnu.el 20255;;; Generated autoloads from pcmpl-gnu.el
20240 20256
20241(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 20257(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -20263,7 +20279,7 @@ Completion for the GNU tar utility.
20263;;;*** 20279;;;***
20264 20280
20265;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 20281;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
20266;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19383 49281)) 20282;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19636 58496))
20267;;; Generated autoloads from pcmpl-linux.el 20283;;; Generated autoloads from pcmpl-linux.el
20268 20284
20269(autoload 'pcomplete/kill "pcmpl-linux" "\ 20285(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -20283,8 +20299,8 @@ Completion for GNU/Linux `mount'.
20283 20299
20284;;;*** 20300;;;***
20285 20301
20286;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19383 20302;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19636
20287;;;;;; 49281)) 20303;;;;;; 58496))
20288;;; Generated autoloads from pcmpl-rpm.el 20304;;; Generated autoloads from pcmpl-rpm.el
20289 20305
20290(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 20306(autoload 'pcomplete/rpm "pcmpl-rpm" "\
@@ -20296,7 +20312,7 @@ Completion for the `rpm' command.
20296 20312
20297;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown 20313;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
20298;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir 20314;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
20299;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (19383 49281)) 20315;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (19636 58496))
20300;;; Generated autoloads from pcmpl-unix.el 20316;;; Generated autoloads from pcmpl-unix.el
20301 20317
20302(autoload 'pcomplete/cd "pcmpl-unix" "\ 20318(autoload 'pcomplete/cd "pcmpl-unix" "\
@@ -20353,8 +20369,8 @@ Includes files as well as host names followed by a colon.
20353 20369
20354;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 20370;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
20355;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 20371;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
20356;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (19383 20372;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (19636
20357;;;;;; 49281)) 20373;;;;;; 58496))
20358;;; Generated autoloads from pcomplete.el 20374;;; Generated autoloads from pcomplete.el
20359 20375
20360(autoload 'pcomplete "pcomplete" "\ 20376(autoload 'pcomplete "pcomplete" "\
@@ -20413,7 +20429,7 @@ Setup `shell-mode' to use pcomplete.
20413 20429
20414;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 20430;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
20415;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 20431;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
20416;;;;;; "pcvs.el" (19383 49281)) 20432;;;;;; "pcvs.el" (19636 58496))
20417;;; Generated autoloads from pcvs.el 20433;;; Generated autoloads from pcvs.el
20418 20434
20419(autoload 'cvs-checkout "pcvs" "\ 20435(autoload 'cvs-checkout "pcvs" "\
@@ -20488,7 +20504,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20488 20504
20489;;;*** 20505;;;***
20490 20506
20491;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (19383 49281)) 20507;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (19636 58496))
20492;;; Generated autoloads from pcvs-defs.el 20508;;; Generated autoloads from pcvs-defs.el
20493 20509
20494(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))) 20510(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)))
@@ -20496,7 +20512,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20496;;;*** 20512;;;***
20497 20513
20498;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 20514;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
20499;;;;;; (19383 49281)) 20515;;;;;; (19636 58496))
20500;;; Generated autoloads from progmodes/perl-mode.el 20516;;; Generated autoloads from progmodes/perl-mode.el
20501(put 'perl-indent-level 'safe-local-variable 'integerp) 20517(put 'perl-indent-level 'safe-local-variable 'integerp)
20502(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 20518(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -20560,7 +20576,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
20560;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key 20576;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key
20561;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt 20577;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt
20562;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region 20578;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region
20563;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (19383 49281)) 20579;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (19636 58496))
20564;;; Generated autoloads from pgg.el 20580;;; Generated autoloads from pgg.el
20565 20581
20566(autoload 'pgg-encrypt-region "pgg" "\ 20582(autoload 'pgg-encrypt-region "pgg" "\
@@ -20694,7 +20710,7 @@ Import public keys in the current buffer.
20694;;;*** 20710;;;***
20695 20711
20696;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" 20712;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el"
20697;;;;;; (19383 49281)) 20713;;;;;; (19636 58496))
20698;;; Generated autoloads from pgg-gpg.el 20714;;; Generated autoloads from pgg-gpg.el
20699 20715
20700(autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\ 20716(autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\
@@ -20705,7 +20721,7 @@ True if decoded armor MESSAGE-KEYS has symmetric encryption indicator.
20705;;;*** 20721;;;***
20706 20722
20707;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 20723;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
20708;;;;;; (19383 49281)) 20724;;;;;; (19636 58496))
20709;;; Generated autoloads from textmodes/picture.el 20725;;; Generated autoloads from textmodes/picture.el
20710 20726
20711(autoload 'picture-mode "picture" "\ 20727(autoload 'picture-mode "picture" "\
@@ -20786,7 +20802,7 @@ they are not defaultly assigned to keys.
20786;;;*** 20802;;;***
20787 20803
20788;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 20804;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
20789;;;;;; (19383 49281)) 20805;;;;;; (19636 58496))
20790;;; Generated autoloads from textmodes/po.el 20806;;; Generated autoloads from textmodes/po.el
20791 20807
20792(autoload 'po-find-file-coding-system "po" "\ 20808(autoload 'po-find-file-coding-system "po" "\
@@ -20797,7 +20813,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
20797 20813
20798;;;*** 20814;;;***
20799 20815
20800;;;### (autoloads (pong) "pong" "play/pong.el" (19383 49281)) 20816;;;### (autoloads (pong) "pong" "play/pong.el" (19636 58496))
20801;;; Generated autoloads from play/pong.el 20817;;; Generated autoloads from play/pong.el
20802 20818
20803(autoload 'pong "pong" "\ 20819(autoload 'pong "pong" "\
@@ -20815,7 +20831,7 @@ pong-mode keybindings:\\<pong-mode-map>
20815 20831
20816;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression 20832;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression
20817;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" 20833;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el"
20818;;;;;; (19383 49281)) 20834;;;;;; (19636 58496))
20819;;; Generated autoloads from emacs-lisp/pp.el 20835;;; Generated autoloads from emacs-lisp/pp.el
20820 20836
20821(autoload 'pp-to-string "pp" "\ 20837(autoload 'pp-to-string "pp" "\
@@ -20883,7 +20899,7 @@ Ignores leading comment characters.
20883;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 20899;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
20884;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 20900;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
20885;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 20901;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
20886;;;;;; (19383 49281)) 20902;;;;;; (19636 58496))
20887;;; Generated autoloads from printing.el 20903;;; Generated autoloads from printing.el
20888 20904
20889(autoload 'pr-interface "printing" "\ 20905(autoload 'pr-interface "printing" "\
@@ -21470,7 +21486,7 @@ are both set to t.
21470 21486
21471;;;*** 21487;;;***
21472 21488
21473;;;### (autoloads (proced) "proced" "proced.el" (19383 49281)) 21489;;;### (autoloads (proced) "proced" "proced.el" (19636 58496))
21474;;; Generated autoloads from proced.el 21490;;; Generated autoloads from proced.el
21475 21491
21476(autoload 'proced "proced" "\ 21492(autoload 'proced "proced" "\
@@ -21486,7 +21502,7 @@ See `proced-mode' for a description of features available in Proced buffers.
21486;;;*** 21502;;;***
21487 21503
21488;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" 21504;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el"
21489;;;;;; (19383 49281)) 21505;;;;;; (19636 58496))
21490;;; Generated autoloads from progmodes/prolog.el 21506;;; Generated autoloads from progmodes/prolog.el
21491 21507
21492(autoload 'prolog-mode "prolog" "\ 21508(autoload 'prolog-mode "prolog" "\
@@ -21509,8 +21525,8 @@ With prefix argument \\[universal-prefix], prompt for the program to use.
21509 21525
21510;;;*** 21526;;;***
21511 21527
21512;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19383 21528;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19636
21513;;;;;; 49281)) 21529;;;;;; 58496))
21514;;; Generated autoloads from ps-bdf.el 21530;;; Generated autoloads from ps-bdf.el
21515 21531
21516(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")) "\ 21532(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")) "\
@@ -21521,8 +21537,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
21521 21537
21522;;;*** 21538;;;***
21523 21539
21524;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (19383 21540;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (19636
21525;;;;;; 49281)) 21541;;;;;; 58496))
21526;;; Generated autoloads from progmodes/ps-mode.el 21542;;; Generated autoloads from progmodes/ps-mode.el
21527 21543
21528(autoload 'ps-mode "ps-mode" "\ 21544(autoload 'ps-mode "ps-mode" "\
@@ -21573,8 +21589,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
21573;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 21589;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
21574;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 21590;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
21575;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 21591;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
21576;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19383 21592;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19641
21577;;;;;; 49281)) 21593;;;;;; 1314))
21578;;; Generated autoloads from ps-print.el 21594;;; Generated autoloads from ps-print.el
21579 21595
21580(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"))) "\ 21596(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"))) "\
@@ -21771,7 +21787,7 @@ If EXTENSION is any other symbol, it is ignored.
21771;;;*** 21787;;;***
21772 21788
21773;;;### (autoloads (python-shell jython-mode python-mode run-python) 21789;;;### (autoloads (python-shell jython-mode python-mode run-python)
21774;;;;;; "python" "progmodes/python.el" (19383 49284)) 21790;;;;;; "python" "progmodes/python.el" (19672 43471))
21775;;; Generated autoloads from progmodes/python.el 21791;;; Generated autoloads from progmodes/python.el
21776 21792
21777(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) 21793(add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode))
@@ -21887,7 +21903,7 @@ filter.
21887;;;*** 21903;;;***
21888 21904
21889;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 21905;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
21890;;;;;; (19383 49281)) 21906;;;;;; (19636 58496))
21891;;; Generated autoloads from gnus/qp.el 21907;;; Generated autoloads from gnus/qp.el
21892 21908
21893(autoload 'quoted-printable-decode-region "qp" "\ 21909(autoload 'quoted-printable-decode-region "qp" "\
@@ -21910,7 +21926,7 @@ them into characters should be done separately.
21910;;;;;; quail-defrule quail-install-decode-map quail-install-map 21926;;;;;; quail-defrule quail-install-decode-map quail-install-map
21911;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 21927;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
21912;;;;;; quail-define-package quail-use-package quail-title) "quail" 21928;;;;;; quail-define-package quail-use-package quail-title) "quail"
21913;;;;;; "international/quail.el" (19383 49281)) 21929;;;;;; "international/quail.el" (19636 58496))
21914;;; Generated autoloads from international/quail.el 21930;;; Generated autoloads from international/quail.el
21915 21931
21916(autoload 'quail-title "quail" "\ 21932(autoload 'quail-title "quail" "\
@@ -22141,8 +22157,8 @@ of each directory.
22141 22157
22142;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 22158;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
22143;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 22159;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
22144;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (19383 22160;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (19636
22145;;;;;; 49281)) 22161;;;;;; 58496))
22146;;; Generated autoloads from net/quickurl.el 22162;;; Generated autoloads from net/quickurl.el
22147 22163
22148(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" "\ 22164(defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\
@@ -22214,7 +22230,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22214;;;*** 22230;;;***
22215 22231
22216;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 22232;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
22217;;;;;; "net/rcirc.el" (19383 49281)) 22233;;;;;; "net/rcirc.el" (19636 58496))
22218;;; Generated autoloads from net/rcirc.el 22234;;; Generated autoloads from net/rcirc.el
22219 22235
22220(autoload 'rcirc "rcirc" "\ 22236(autoload 'rcirc "rcirc" "\
@@ -22231,7 +22247,7 @@ If ARG is non-nil, instead prompt for connection parameters.
22231(autoload 'rcirc-connect "rcirc" "\ 22247(autoload 'rcirc-connect "rcirc" "\
22232Not documented 22248Not documented
22233 22249
22234\(fn SERVER &optional PORT NICK USER-NAME FULL-NAME STARTUP-CHANNELS)" nil nil) 22250\(fn SERVER &optional PORT NICK USER-NAME FULL-NAME STARTUP-CHANNELS PASSWORD)" nil nil)
22235 22251
22236(defvar rcirc-track-minor-mode nil "\ 22252(defvar rcirc-track-minor-mode nil "\
22237Non-nil if Rcirc-Track minor mode is enabled. 22253Non-nil if Rcirc-Track minor mode is enabled.
@@ -22249,8 +22265,8 @@ Global minor mode for tracking activity in rcirc buffers.
22249 22265
22250;;;*** 22266;;;***
22251 22267
22252;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19383 22268;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19636
22253;;;;;; 49281)) 22269;;;;;; 58496))
22254;;; Generated autoloads from net/rcompile.el 22270;;; Generated autoloads from net/rcompile.el
22255 22271
22256(autoload 'remote-compile "rcompile" "\ 22272(autoload 'remote-compile "rcompile" "\
@@ -22262,7 +22278,7 @@ See \\[compile].
22262;;;*** 22278;;;***
22263 22279
22264;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 22280;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
22265;;;;;; (19383 49281)) 22281;;;;;; (19636 58496))
22266;;; Generated autoloads from emacs-lisp/re-builder.el 22282;;; Generated autoloads from emacs-lisp/re-builder.el
22267 22283
22268(defalias 'regexp-builder 're-builder) 22284(defalias 'regexp-builder 're-builder)
@@ -22274,7 +22290,7 @@ Construct a regexp interactively.
22274 22290
22275;;;*** 22291;;;***
22276 22292
22277;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19383 49281)) 22293;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19636 58496))
22278;;; Generated autoloads from recentf.el 22294;;; Generated autoloads from recentf.el
22279 22295
22280(defvar recentf-mode nil "\ 22296(defvar recentf-mode nil "\
@@ -22301,8 +22317,8 @@ that were operated on recently.
22301;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 22317;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
22302;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 22318;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
22303;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 22319;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
22304;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (19383 22320;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (19636
22305;;;;;; 49281)) 22321;;;;;; 58496))
22306;;; Generated autoloads from rect.el 22322;;; Generated autoloads from rect.el
22307 (define-key ctl-x-r-map "c" 'clear-rectangle) 22323 (define-key ctl-x-r-map "c" 'clear-rectangle)
22308 (define-key ctl-x-r-map "k" 'kill-rectangle) 22324 (define-key ctl-x-r-map "k" 'kill-rectangle)
@@ -22436,8 +22452,8 @@ rectangle which were empty.
22436 22452
22437;;;*** 22453;;;***
22438 22454
22439;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (19383 22455;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (19636
22440;;;;;; 49281)) 22456;;;;;; 58496))
22441;;; Generated autoloads from textmodes/refill.el 22457;;; Generated autoloads from textmodes/refill.el
22442 22458
22443(autoload 'refill-mode "refill" "\ 22459(autoload 'refill-mode "refill" "\
@@ -22453,7 +22469,7 @@ refilling if they would cause auto-filling.
22453;;;*** 22469;;;***
22454 22470
22455;;;### (autoloads (reftex-reset-scanning-information reftex-mode 22471;;;### (autoloads (reftex-reset-scanning-information reftex-mode
22456;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19383 49281)) 22472;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19636 58496))
22457;;; Generated autoloads from textmodes/reftex.el 22473;;; Generated autoloads from textmodes/reftex.el
22458 22474
22459(autoload 'turn-on-reftex "reftex" "\ 22475(autoload 'turn-on-reftex "reftex" "\
@@ -22503,7 +22519,7 @@ This enforces rescanning the buffer on next use.
22503;;;*** 22519;;;***
22504 22520
22505;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 22521;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
22506;;;;;; (19383 49281)) 22522;;;;;; (19636 58496))
22507;;; Generated autoloads from textmodes/reftex-cite.el 22523;;; Generated autoloads from textmodes/reftex-cite.el
22508 22524
22509(autoload 'reftex-citation "reftex-cite" "\ 22525(autoload 'reftex-citation "reftex-cite" "\
@@ -22533,7 +22549,7 @@ While entering the regexp, completion on knows citation keys is possible.
22533;;;*** 22549;;;***
22534 22550
22535;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 22551;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
22536;;;;;; (19383 49281)) 22552;;;;;; (19636 58496))
22537;;; Generated autoloads from textmodes/reftex-global.el 22553;;; Generated autoloads from textmodes/reftex-global.el
22538 22554
22539(autoload 'reftex-isearch-minor-mode "reftex-global" "\ 22555(autoload 'reftex-isearch-minor-mode "reftex-global" "\
@@ -22550,7 +22566,7 @@ With no argument, this command toggles
22550;;;*** 22566;;;***
22551 22567
22552;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 22568;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
22553;;;;;; (19383 49281)) 22569;;;;;; (19636 58496))
22554;;; Generated autoloads from textmodes/reftex-index.el 22570;;; Generated autoloads from textmodes/reftex-index.el
22555 22571
22556(autoload 'reftex-index-phrases-mode "reftex-index" "\ 22572(autoload 'reftex-index-phrases-mode "reftex-index" "\
@@ -22583,7 +22599,7 @@ Here are all local bindings.
22583;;;*** 22599;;;***
22584 22600
22585;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 22601;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
22586;;;;;; (19383 49281)) 22602;;;;;; (19636 58496))
22587;;; Generated autoloads from textmodes/reftex-parse.el 22603;;; Generated autoloads from textmodes/reftex-parse.el
22588 22604
22589(autoload 'reftex-all-document-files "reftex-parse" "\ 22605(autoload 'reftex-all-document-files "reftex-parse" "\
@@ -22595,8 +22611,8 @@ of master file.
22595 22611
22596;;;*** 22612;;;***
22597 22613
22598;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19383 22614;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19636
22599;;;;;; 49285)) 22615;;;;;; 58496))
22600;;; Generated autoloads from textmodes/reftex-vars.el 22616;;; Generated autoloads from textmodes/reftex-vars.el
22601(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22617(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
22602(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22618(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -22606,7 +22622,7 @@ of master file.
22606;;;*** 22622;;;***
22607 22623
22608;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 22624;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
22609;;;;;; (19383 49281)) 22625;;;;;; (19652 24589))
22610;;; Generated autoloads from emacs-lisp/regexp-opt.el 22626;;; Generated autoloads from emacs-lisp/regexp-opt.el
22611 22627
22612(autoload 'regexp-opt "regexp-opt" "\ 22628(autoload 'regexp-opt "regexp-opt" "\
@@ -22635,7 +22651,7 @@ This means the number of non-shy regexp grouping constructs
22635 22651
22636;;;### (autoloads (remember-diary-extract-entries remember-clipboard 22652;;;### (autoloads (remember-diary-extract-entries remember-clipboard
22637;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" 22653;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
22638;;;;;; (19383 49281)) 22654;;;;;; (19636 58496))
22639;;; Generated autoloads from textmodes/remember.el 22655;;; Generated autoloads from textmodes/remember.el
22640 22656
22641(autoload 'remember "remember" "\ 22657(autoload 'remember "remember" "\
@@ -22666,7 +22682,7 @@ Extract diary entries from the region.
22666 22682
22667;;;*** 22683;;;***
22668 22684
22669;;;### (autoloads (repeat) "repeat" "repeat.el" (19383 49281)) 22685;;;### (autoloads (repeat) "repeat" "repeat.el" (19652 24589))
22670;;; Generated autoloads from repeat.el 22686;;; Generated autoloads from repeat.el
22671 22687
22672(autoload 'repeat "repeat" "\ 22688(autoload 'repeat "repeat" "\
@@ -22689,7 +22705,7 @@ recently executed command not bound to an input event\".
22689;;;*** 22705;;;***
22690 22706
22691;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 22707;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
22692;;;;;; (19383 49281)) 22708;;;;;; (19636 58496))
22693;;; Generated autoloads from mail/reporter.el 22709;;; Generated autoloads from mail/reporter.el
22694 22710
22695(autoload 'reporter-submit-bug-report "reporter" "\ 22711(autoload 'reporter-submit-bug-report "reporter" "\
@@ -22721,7 +22737,7 @@ mail-sending package is used for editing and sending the message.
22721;;;*** 22737;;;***
22722 22738
22723;;;### (autoloads (reposition-window) "reposition" "reposition.el" 22739;;;### (autoloads (reposition-window) "reposition" "reposition.el"
22724;;;;;; (19383 49281)) 22740;;;;;; (19636 58496))
22725;;; Generated autoloads from reposition.el 22741;;; Generated autoloads from reposition.el
22726 22742
22727(autoload 'reposition-window "reposition" "\ 22743(autoload 'reposition-window "reposition" "\
@@ -22748,7 +22764,7 @@ first comment line visible (if point is in a comment).
22748;;;*** 22764;;;***
22749 22765
22750;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 22766;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
22751;;;;;; (19383 49281)) 22767;;;;;; (19636 58496))
22752;;; Generated autoloads from reveal.el 22768;;; Generated autoloads from reveal.el
22753 22769
22754(autoload 'reveal-mode "reveal" "\ 22770(autoload 'reveal-mode "reveal" "\
@@ -22783,7 +22799,7 @@ With zero or negative ARG turn mode off.
22783;;;*** 22799;;;***
22784 22800
22785;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 22801;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
22786;;;;;; (19383 49281)) 22802;;;;;; (19636 58496))
22787;;; Generated autoloads from emacs-lisp/ring.el 22803;;; Generated autoloads from emacs-lisp/ring.el
22788 22804
22789(autoload 'ring-p "ring" "\ 22805(autoload 'ring-p "ring" "\
@@ -22798,7 +22814,7 @@ Make a ring that can contain SIZE elements.
22798 22814
22799;;;*** 22815;;;***
22800 22816
22801;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (19383 49281)) 22817;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (19636 58496))
22802;;; Generated autoloads from net/rlogin.el 22818;;; Generated autoloads from net/rlogin.el
22803 (add-hook 'same-window-regexps (purecopy "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")) 22819 (add-hook 'same-window-regexps (purecopy "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)"))
22804 22820
@@ -22848,8 +22864,8 @@ variable.
22848;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 22864;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
22849;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 22865;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
22850;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp 22866;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp
22851;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19383 22867;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19641
22852;;;;;; 49285)) 22868;;;;;; 1152))
22853;;; Generated autoloads from mail/rmail.el 22869;;; Generated autoloads from mail/rmail.el
22854 22870
22855(autoload 'rmail-movemail-variant-p "rmail" "\ 22871(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -23043,7 +23059,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23043;;;*** 23059;;;***
23044 23060
23045;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen 23061;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
23046;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19383 49281)) 23062;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19636 58496))
23047;;; Generated autoloads from mail/rmailout.el 23063;;; Generated autoloads from mail/rmailout.el
23048(put 'rmail-output-file-alist 'risky-local-variable t) 23064(put 'rmail-output-file-alist 'risky-local-variable t)
23049 23065
@@ -23108,7 +23124,7 @@ than appending to it. Deletes the message after writing if
23108;;;*** 23124;;;***
23109 23125
23110;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" 23126;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
23111;;;;;; (19383 49281)) 23127;;;;;; (19636 58496))
23112;;; Generated autoloads from nxml/rng-cmpct.el 23128;;; Generated autoloads from nxml/rng-cmpct.el
23113 23129
23114(autoload 'rng-c-load-schema "rng-cmpct" "\ 23130(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -23120,7 +23136,7 @@ Return a pattern.
23120;;;*** 23136;;;***
23121 23137
23122;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" 23138;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
23123;;;;;; (19383 49281)) 23139;;;;;; (19636 58496))
23124;;; Generated autoloads from nxml/rng-nxml.el 23140;;; Generated autoloads from nxml/rng-nxml.el
23125 23141
23126(autoload 'rng-nxml-mode-init "rng-nxml" "\ 23142(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -23133,7 +23149,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23133;;;*** 23149;;;***
23134 23150
23135;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" 23151;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
23136;;;;;; (19383 49281)) 23152;;;;;; (19636 58496))
23137;;; Generated autoloads from nxml/rng-valid.el 23153;;; Generated autoloads from nxml/rng-valid.el
23138 23154
23139(autoload 'rng-validate-mode "rng-valid" "\ 23155(autoload 'rng-validate-mode "rng-valid" "\
@@ -23163,8 +23179,8 @@ to use for finding the schema.
23163 23179
23164;;;*** 23180;;;***
23165 23181
23166;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19383 23182;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19636
23167;;;;;; 49281)) 23183;;;;;; 58496))
23168;;; Generated autoloads from nxml/rng-xsd.el 23184;;; Generated autoloads from nxml/rng-xsd.el
23169 23185
23170(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 23186(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -23192,7 +23208,7 @@ must be equal.
23192;;;*** 23208;;;***
23193 23209
23194;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) 23210;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
23195;;;;;; "robin" "international/robin.el" (19383 49281)) 23211;;;;;; "robin" "international/robin.el" (19636 58496))
23196;;; Generated autoloads from international/robin.el 23212;;; Generated autoloads from international/robin.el
23197 23213
23198(autoload 'robin-define-package "robin" "\ 23214(autoload 'robin-define-package "robin" "\
@@ -23225,7 +23241,7 @@ Start using robin package NAME, which is a string.
23225;;;*** 23241;;;***
23226 23242
23227;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 23243;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
23228;;;;;; rot13-string rot13) "rot13" "rot13.el" (19383 49281)) 23244;;;;;; rot13-string rot13) "rot13" "rot13.el" (19636 58496))
23229;;; Generated autoloads from rot13.el 23245;;; Generated autoloads from rot13.el
23230 23246
23231(autoload 'rot13 "rot13" "\ 23247(autoload 'rot13 "rot13" "\
@@ -23263,7 +23279,7 @@ Toggle the use of ROT13 encoding for the current window.
23263;;;*** 23279;;;***
23264 23280
23265;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" 23281;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
23266;;;;;; (19383 49281)) 23282;;;;;; (19636 58496))
23267;;; Generated autoloads from textmodes/rst.el 23283;;; Generated autoloads from textmodes/rst.el
23268 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) 23284 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
23269 23285
@@ -23301,7 +23317,7 @@ for modes derived from Text mode, like Mail mode.
23301;;;*** 23317;;;***
23302 23318
23303;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" 23319;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el"
23304;;;;;; (19383 49281)) 23320;;;;;; (19636 58496))
23305;;; Generated autoloads from progmodes/ruby-mode.el 23321;;; Generated autoloads from progmodes/ruby-mode.el
23306 23322
23307(autoload 'ruby-mode "ruby-mode" "\ 23323(autoload 'ruby-mode "ruby-mode" "\
@@ -23322,8 +23338,8 @@ The variable `ruby-indent-level' controls the amount of indentation.
23322 23338
23323;;;*** 23339;;;***
23324 23340
23325;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (19383 23341;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (19636
23326;;;;;; 49281)) 23342;;;;;; 58496))
23327;;; Generated autoloads from ruler-mode.el 23343;;; Generated autoloads from ruler-mode.el
23328 23344
23329(autoload 'ruler-mode "ruler-mode" "\ 23345(autoload 'ruler-mode "ruler-mode" "\
@@ -23333,8 +23349,8 @@ Display a ruler in the header line if ARG > 0.
23333 23349
23334;;;*** 23350;;;***
23335 23351
23336;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (19383 23352;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (19636
23337;;;;;; 49281)) 23353;;;;;; 58496))
23338;;; Generated autoloads from emacs-lisp/rx.el 23354;;; Generated autoloads from emacs-lisp/rx.el
23339 23355
23340(autoload 'rx-to-string "rx" "\ 23356(autoload 'rx-to-string "rx" "\
@@ -23564,9 +23580,6 @@ CHAR
23564 like `and', but makes the match accessible with `match-end', 23580 like `and', but makes the match accessible with `match-end',
23565 `match-beginning', and `match-string'. 23581 `match-beginning', and `match-string'.
23566 23582
23567`(group SEXP1 SEXP2 ...)'
23568 another name for `submatch'.
23569
23570`(or SEXP1 SEXP2 ...)' 23583`(or SEXP1 SEXP2 ...)'
23571`(| SEXP1 SEXP2 ...)' 23584`(| SEXP1 SEXP2 ...)'
23572 matches anything that matches SEXP1 or SEXP2, etc. If all 23585 matches anything that matches SEXP1 or SEXP2, etc. If all
@@ -23644,7 +23657,7 @@ enclosed in `(and ...)'.
23644;;;*** 23657;;;***
23645 23658
23646;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" 23659;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el"
23647;;;;;; (19383 49282)) 23660;;;;;; (19636 58496))
23648;;; Generated autoloads from savehist.el 23661;;; Generated autoloads from savehist.el
23649 23662
23650(defvar savehist-mode nil "\ 23663(defvar savehist-mode nil "\
@@ -23670,7 +23683,7 @@ which is probably undesirable.
23670;;;*** 23683;;;***
23671 23684
23672;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 23685;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
23673;;;;;; (19383 49282)) 23686;;;;;; (19636 58496))
23674;;; Generated autoloads from progmodes/scheme.el 23687;;; Generated autoloads from progmodes/scheme.el
23675 23688
23676(autoload 'scheme-mode "scheme" "\ 23689(autoload 'scheme-mode "scheme" "\
@@ -23712,7 +23725,7 @@ that variable's value is a string.
23712;;;*** 23725;;;***
23713 23726
23714;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 23727;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
23715;;;;;; (19383 49282)) 23728;;;;;; (19636 58496))
23716;;; Generated autoloads from gnus/score-mode.el 23729;;; Generated autoloads from gnus/score-mode.el
23717 23730
23718(autoload 'gnus-score-mode "score-mode" "\ 23731(autoload 'gnus-score-mode "score-mode" "\
@@ -23726,7 +23739,7 @@ This mode is an extended emacs-lisp mode.
23726;;;*** 23739;;;***
23727 23740
23728;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 23741;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
23729;;;;;; (19383 49282)) 23742;;;;;; (19636 58496))
23730;;; Generated autoloads from scroll-all.el 23743;;; Generated autoloads from scroll-all.el
23731 23744
23732(defvar scroll-all-mode nil "\ 23745(defvar scroll-all-mode nil "\
@@ -23749,7 +23762,7 @@ apply to all visible windows in the same frame.
23749;;;*** 23762;;;***
23750 23763
23751;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 23764;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
23752;;;;;; (19383 49282)) 23765;;;;;; (19636 58496))
23753;;; Generated autoloads from scroll-lock.el 23766;;; Generated autoloads from scroll-lock.el
23754 23767
23755(autoload 'scroll-lock-mode "scroll-lock" "\ 23768(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -23764,7 +23777,7 @@ during scrolling.
23764;;;*** 23777;;;***
23765 23778
23766;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" 23779;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
23767;;;;;; "cedet/semantic.el" (19383 49276)) 23780;;;;;; "cedet/semantic.el" (19636 58496))
23768;;; Generated autoloads from cedet/semantic.el 23781;;; Generated autoloads from cedet/semantic.el
23769 23782
23770(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ 23783(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
@@ -23816,7 +23829,7 @@ Semantic mode.
23816;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 23829;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
23817;;;;;; mail-header-separator send-mail-function mail-interactive 23830;;;;;; mail-header-separator send-mail-function mail-interactive
23818;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 23831;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
23819;;;;;; "sendmail" "mail/sendmail.el" (19383 49284)) 23832;;;;;; "sendmail" "mail/sendmail.el" (19636 58496))
23820;;; Generated autoloads from mail/sendmail.el 23833;;; Generated autoloads from mail/sendmail.el
23821 23834
23822(defvar mail-from-style 'default "\ 23835(defvar mail-from-style 'default "\
@@ -24115,8 +24128,8 @@ Like `mail' command, but display mail buffer in another frame.
24115;;;*** 24128;;;***
24116 24129
24117;;;### (autoloads (server-save-buffers-kill-terminal server-mode 24130;;;### (autoloads (server-save-buffers-kill-terminal server-mode
24118;;;;;; server-force-delete server-start) "server" "server.el" (19392 24131;;;;;; server-force-delete server-start) "server" "server.el" (19662
24119;;;;;; 53767)) 24132;;;;;; 13261))
24120;;; Generated autoloads from server.el 24133;;; Generated autoloads from server.el
24121 24134
24122(autoload 'server-start "server" "\ 24135(autoload 'server-start "server" "\
@@ -24129,11 +24142,14 @@ Emacs distribution as your standard \"editor\".
24129Optional argument LEAVE-DEAD (interactively, a prefix arg) means just 24142Optional argument LEAVE-DEAD (interactively, a prefix arg) means just
24130kill any existing server communications subprocess. 24143kill any existing server communications subprocess.
24131 24144
24132If a server is already running, the server is not started. 24145If a server is already running, restart it. If clients are
24146running, ask the user for confirmation first, unless optional
24147argument INHIBIT-PROMPT is non-nil.
24148
24133To force-start a server, do \\[server-force-delete] and then 24149To force-start a server, do \\[server-force-delete] and then
24134\\[server-start]. 24150\\[server-start].
24135 24151
24136\(fn &optional LEAVE-DEAD)" t nil) 24152\(fn &optional LEAVE-DEAD INHIBIT-PROMPT)" t nil)
24137 24153
24138(autoload 'server-force-delete "server" "\ 24154(autoload 'server-force-delete "server" "\
24139Unconditionally delete connection file for server NAME. 24155Unconditionally delete connection file for server NAME.
@@ -24170,7 +24186,7 @@ only these files will be asked to be saved.
24170 24186
24171;;;*** 24187;;;***
24172 24188
24173;;;### (autoloads (ses-mode) "ses" "ses.el" (19383 49282)) 24189;;;### (autoloads (ses-mode) "ses" "ses.el" (19636 58496))
24174;;; Generated autoloads from ses.el 24190;;; Generated autoloads from ses.el
24175 24191
24176(autoload 'ses-mode "ses" "\ 24192(autoload 'ses-mode "ses" "\
@@ -24189,7 +24205,7 @@ These are active only in the minibuffer, when entering or editing a formula:
24189;;;*** 24205;;;***
24190 24206
24191;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 24207;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
24192;;;;;; (19383 49282)) 24208;;;;;; (19636 58496))
24193;;; Generated autoloads from textmodes/sgml-mode.el 24209;;; Generated autoloads from textmodes/sgml-mode.el
24194 24210
24195(autoload 'sgml-mode "sgml-mode" "\ 24211(autoload 'sgml-mode "sgml-mode" "\
@@ -24255,7 +24271,7 @@ To work around that, do:
24255;;;*** 24271;;;***
24256 24272
24257;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 24273;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
24258;;;;;; (19383 49284)) 24274;;;;;; (19636 58496))
24259;;; Generated autoloads from progmodes/sh-script.el 24275;;; Generated autoloads from progmodes/sh-script.el
24260(put 'sh-shell 'safe-local-variable 'symbolp) 24276(put 'sh-shell 'safe-local-variable 'symbolp)
24261 24277
@@ -24319,7 +24335,7 @@ with your script for an edit-interpret-debug cycle.
24319 24335
24320;;;*** 24336;;;***
24321 24337
24322;;;### (autoloads (sha1) "sha1" "sha1.el" (19383 49282)) 24338;;;### (autoloads (sha1) "sha1" "sha1.el" (19636 58496))
24323;;; Generated autoloads from sha1.el 24339;;; Generated autoloads from sha1.el
24324 24340
24325(autoload 'sha1 "sha1" "\ 24341(autoload 'sha1 "sha1" "\
@@ -24334,7 +24350,7 @@ If BINARY is non-nil, return a string in binary form.
24334;;;*** 24350;;;***
24335 24351
24336;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 24352;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
24337;;;;;; (19383 49282)) 24353;;;;;; (19636 58496))
24338;;; Generated autoloads from emacs-lisp/shadow.el 24354;;; Generated autoloads from emacs-lisp/shadow.el
24339 24355
24340(autoload 'list-load-path-shadows "shadow" "\ 24356(autoload 'list-load-path-shadows "shadow" "\
@@ -24377,15 +24393,15 @@ XXX.elc in an early directory (that does not contain XXX.el) is
24377considered to shadow a later file XXX.el, and vice-versa. 24393considered to shadow a later file XXX.el, and vice-versa.
24378 24394
24379Shadowings are located by calling the (non-interactive) companion 24395Shadowings are located by calling the (non-interactive) companion
24380function, `find-emacs-lisp-shadows'. 24396function, `load-path-shadows-find'.
24381 24397
24382\(fn &optional STRINGP)" t nil) 24398\(fn &optional STRINGP)" t nil)
24383 24399
24384;;;*** 24400;;;***
24385 24401
24386;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 24402;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
24387;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19383 24403;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19636
24388;;;;;; 49282)) 24404;;;;;; 58496))
24389;;; Generated autoloads from shadowfile.el 24405;;; Generated autoloads from shadowfile.el
24390 24406
24391(autoload 'shadow-define-cluster "shadowfile" "\ 24407(autoload 'shadow-define-cluster "shadowfile" "\
@@ -24424,7 +24440,7 @@ Set up file shadowing.
24424;;;*** 24440;;;***
24425 24441
24426;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 24442;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
24427;;;;;; (19383 49282)) 24443;;;;;; (19636 58496))
24428;;; Generated autoloads from shell.el 24444;;; Generated autoloads from shell.el
24429 24445
24430(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 24446(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -24474,7 +24490,7 @@ Otherwise, one argument `-i' is passed to the shell.
24474;;;*** 24490;;;***
24475 24491
24476;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 24492;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
24477;;;;;; "sieve" "gnus/sieve.el" (19383 49282)) 24493;;;;;; "sieve" "gnus/sieve.el" (19636 58496))
24478;;; Generated autoloads from gnus/sieve.el 24494;;; Generated autoloads from gnus/sieve.el
24479 24495
24480(autoload 'sieve-manage "sieve" "\ 24496(autoload 'sieve-manage "sieve" "\
@@ -24495,7 +24511,7 @@ Not documented
24495;;;*** 24511;;;***
24496 24512
24497;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 24513;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
24498;;;;;; (19383 49282)) 24514;;;;;; (19636 58496))
24499;;; Generated autoloads from gnus/sieve-mode.el 24515;;; Generated autoloads from gnus/sieve-mode.el
24500 24516
24501(autoload 'sieve-mode "sieve-mode" "\ 24517(autoload 'sieve-mode "sieve-mode" "\
@@ -24510,8 +24526,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
24510 24526
24511;;;*** 24527;;;***
24512 24528
24513;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19383 24529;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19636
24514;;;;;; 49282)) 24530;;;;;; 58496))
24515;;; Generated autoloads from progmodes/simula.el 24531;;; Generated autoloads from progmodes/simula.el
24516 24532
24517(autoload 'simula-mode "simula" "\ 24533(autoload 'simula-mode "simula" "\
@@ -24560,7 +24576,7 @@ with no arguments, if that value is non-nil.
24560;;;*** 24576;;;***
24561 24577
24562;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 24578;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
24563;;;;;; define-skeleton) "skeleton" "skeleton.el" (19383 49282)) 24579;;;;;; define-skeleton) "skeleton" "skeleton.el" (19636 58496))
24564;;; Generated autoloads from skeleton.el 24580;;; Generated autoloads from skeleton.el
24565 24581
24566(defvar skeleton-filter-function 'identity "\ 24582(defvar skeleton-filter-function 'identity "\
@@ -24670,7 +24686,7 @@ symmetrical ones, and the same character twice for the others.
24670;;;*** 24686;;;***
24671 24687
24672;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) 24688;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
24673;;;;;; "smerge-mode" "smerge-mode.el" (19383 49282)) 24689;;;;;; "smerge-mode" "smerge-mode.el" (19636 58496))
24674;;; Generated autoloads from smerge-mode.el 24690;;; Generated autoloads from smerge-mode.el
24675 24691
24676(autoload 'smerge-ediff "smerge-mode" "\ 24692(autoload 'smerge-ediff "smerge-mode" "\
@@ -24695,7 +24711,7 @@ If no conflict maker is found, turn off `smerge-mode'.
24695;;;*** 24711;;;***
24696 24712
24697;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 24713;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
24698;;;;;; (19383 49285)) 24714;;;;;; (19636 58496))
24699;;; Generated autoloads from gnus/smiley.el 24715;;; Generated autoloads from gnus/smiley.el
24700 24716
24701(autoload 'smiley-region "smiley" "\ 24717(autoload 'smiley-region "smiley" "\
@@ -24713,7 +24729,7 @@ interactively. If there's no argument, do it at the current buffer.
24713;;;*** 24729;;;***
24714 24730
24715;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 24731;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
24716;;;;;; "mail/smtpmail.el" (19383 49282)) 24732;;;;;; "mail/smtpmail.el" (19636 58496))
24717;;; Generated autoloads from mail/smtpmail.el 24733;;; Generated autoloads from mail/smtpmail.el
24718 24734
24719(autoload 'smtpmail-send-it "smtpmail" "\ 24735(autoload 'smtpmail-send-it "smtpmail" "\
@@ -24728,7 +24744,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
24728 24744
24729;;;*** 24745;;;***
24730 24746
24731;;;### (autoloads (snake) "snake" "play/snake.el" (19383 49282)) 24747;;;### (autoloads (snake) "snake" "play/snake.el" (19636 58496))
24732;;; Generated autoloads from play/snake.el 24748;;; Generated autoloads from play/snake.el
24733 24749
24734(autoload 'snake "snake" "\ 24750(autoload 'snake "snake" "\
@@ -24752,7 +24768,7 @@ Snake mode keybindings:
24752;;;*** 24768;;;***
24753 24769
24754;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 24770;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
24755;;;;;; (19383 49282)) 24771;;;;;; (19636 58496))
24756;;; Generated autoloads from net/snmp-mode.el 24772;;; Generated autoloads from net/snmp-mode.el
24757 24773
24758(autoload 'snmp-mode "snmp-mode" "\ 24774(autoload 'snmp-mode "snmp-mode" "\
@@ -24781,8 +24797,8 @@ then `snmpv2-mode-hook'.
24781 24797
24782;;;*** 24798;;;***
24783 24799
24784;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (19383 24800;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (19636
24785;;;;;; 49282)) 24801;;;;;; 58496))
24786;;; Generated autoloads from calendar/solar.el 24802;;; Generated autoloads from calendar/solar.el
24787 24803
24788(autoload 'sunrise-sunset "solar" "\ 24804(autoload 'sunrise-sunset "solar" "\
@@ -24797,8 +24813,8 @@ This function is suitable for execution in a .emacs file.
24797 24813
24798;;;*** 24814;;;***
24799 24815
24800;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19383 24816;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19636
24801;;;;;; 49282)) 24817;;;;;; 58496))
24802;;; Generated autoloads from play/solitaire.el 24818;;; Generated autoloads from play/solitaire.el
24803 24819
24804(autoload 'solitaire "solitaire" "\ 24820(autoload 'solitaire "solitaire" "\
@@ -24875,7 +24891,7 @@ Pick your favourite shortcuts:
24875 24891
24876;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 24892;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
24877;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 24893;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
24878;;;;;; sort-lines sort-subr) "sort" "sort.el" (19383 49282)) 24894;;;;;; sort-lines sort-subr) "sort" "sort.el" (19636 58496))
24879;;; Generated autoloads from sort.el 24895;;; Generated autoloads from sort.el
24880(put 'sort-fold-case 'safe-local-variable 'booleanp) 24896(put 'sort-fold-case 'safe-local-variable 'booleanp)
24881 24897
@@ -25019,8 +25035,8 @@ From a program takes two point or marker arguments, BEG and END.
25019 25035
25020;;;*** 25036;;;***
25021 25037
25022;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (19383 25038;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (19636
25023;;;;;; 49282)) 25039;;;;;; 58496))
25024;;; Generated autoloads from gnus/spam.el 25040;;; Generated autoloads from gnus/spam.el
25025 25041
25026(autoload 'spam-initialize "spam" "\ 25042(autoload 'spam-initialize "spam" "\
@@ -25036,7 +25052,7 @@ installed through `spam-necessary-extra-headers'.
25036 25052
25037;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 25053;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
25038;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 25054;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
25039;;;;;; "gnus/spam-report.el" (19383 49282)) 25055;;;;;; "gnus/spam-report.el" (19636 58496))
25040;;; Generated autoloads from gnus/spam-report.el 25056;;; Generated autoloads from gnus/spam-report.el
25041 25057
25042(autoload 'spam-report-process-queue "spam-report" "\ 25058(autoload 'spam-report-process-queue "spam-report" "\
@@ -25079,7 +25095,7 @@ Spam reports will be queued with the method used when
25079;;;*** 25095;;;***
25080 25096
25081;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 25097;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
25082;;;;;; "speedbar.el" (19383 49282)) 25098;;;;;; "speedbar.el" (19658 61388))
25083;;; Generated autoloads from speedbar.el 25099;;; Generated autoloads from speedbar.el
25084 25100
25085(defalias 'speedbar 'speedbar-frame-mode) 25101(defalias 'speedbar 'speedbar-frame-mode)
@@ -25104,7 +25120,7 @@ selected. If the speedbar frame is active, then select the attached frame.
25104;;;*** 25120;;;***
25105 25121
25106;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 25122;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
25107;;;;;; "spell" "textmodes/spell.el" (19383 49282)) 25123;;;;;; "spell" "textmodes/spell.el" (19636 58496))
25108;;; Generated autoloads from textmodes/spell.el 25124;;; Generated autoloads from textmodes/spell.el
25109 25125
25110(put 'spell-filter 'risky-local-variable t) 25126(put 'spell-filter 'risky-local-variable t)
@@ -25148,8 +25164,8 @@ Check spelling of string supplied as argument.
25148 25164
25149;;;*** 25165;;;***
25150 25166
25151;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19383 25167;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19636
25152;;;;;; 49282)) 25168;;;;;; 58496))
25153;;; Generated autoloads from play/spook.el 25169;;; Generated autoloads from play/spook.el
25154 25170
25155(autoload 'spook "spook" "\ 25171(autoload 'spook "spook" "\
@@ -25167,8 +25183,8 @@ Return a vector containing the lines from `spook-phrases-file'.
25167;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres 25183;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
25168;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 25184;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
25169;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help 25185;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help
25170;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (19412 25186;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (19660
25171;;;;;; 35030)) 25187;;;;;; 57887))
25172;;; Generated autoloads from progmodes/sql.el 25188;;; Generated autoloads from progmodes/sql.el
25173 25189
25174(autoload 'sql-add-product-keywords "sql" "\ 25190(autoload 'sql-add-product-keywords "sql" "\
@@ -25595,7 +25611,7 @@ input. See `sql-interactive-mode'.
25595;;;*** 25611;;;***
25596 25612
25597;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" 25613;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
25598;;;;;; (19383 49282)) 25614;;;;;; (19636 58496))
25599;;; Generated autoloads from cedet/srecode/srt-mode.el 25615;;; Generated autoloads from cedet/srecode/srt-mode.el
25600 25616
25601(autoload 'srecode-template-mode "srecode/srt-mode" "\ 25617(autoload 'srecode-template-mode "srecode/srt-mode" "\
@@ -25611,8 +25627,8 @@ Major-mode for writing SRecode macros.
25611;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 25627;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
25612;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 25628;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
25613;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 25629;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
25614;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19383 25630;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19636
25615;;;;;; 49282)) 25631;;;;;; 58496))
25616;;; Generated autoloads from strokes.el 25632;;; Generated autoloads from strokes.el
25617 25633
25618(autoload 'strokes-global-set-stroke "strokes" "\ 25634(autoload 'strokes-global-set-stroke "strokes" "\
@@ -25722,7 +25738,7 @@ Read a complex stroke and insert its glyph into the current buffer.
25722;;;*** 25738;;;***
25723 25739
25724;;;### (autoloads (studlify-buffer studlify-word studlify-region) 25740;;;### (autoloads (studlify-buffer studlify-word studlify-region)
25725;;;;;; "studly" "play/studly.el" (19383 49282)) 25741;;;;;; "studly" "play/studly.el" (19636 58496))
25726;;; Generated autoloads from play/studly.el 25742;;; Generated autoloads from play/studly.el
25727 25743
25728(autoload 'studlify-region "studly" "\ 25744(autoload 'studlify-region "studly" "\
@@ -25743,7 +25759,7 @@ Studlify-case the current buffer.
25743;;;*** 25759;;;***
25744 25760
25745;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el" 25761;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el"
25746;;;;;; (19383 49282)) 25762;;;;;; (19636 58496))
25747;;; Generated autoloads from progmodes/subword.el 25763;;; Generated autoloads from progmodes/subword.el
25748 25764
25749(autoload 'subword-mode "subword" "\ 25765(autoload 'subword-mode "subword" "\
@@ -25791,7 +25807,7 @@ See `subword-mode' for more information on Subword mode.
25791;;;*** 25807;;;***
25792 25808
25793;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 25809;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
25794;;;;;; (19383 49282)) 25810;;;;;; (19636 58496))
25795;;; Generated autoloads from mail/supercite.el 25811;;; Generated autoloads from mail/supercite.el
25796 25812
25797(autoload 'sc-cite-original "supercite" "\ 25813(autoload 'sc-cite-original "supercite" "\
@@ -25823,8 +25839,8 @@ and `sc-post-hook' is run after the guts of this function.
25823 25839
25824;;;*** 25840;;;***
25825 25841
25826;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (19383 25842;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (19636
25827;;;;;; 49282)) 25843;;;;;; 58496))
25828;;; Generated autoloads from t-mouse.el 25844;;; Generated autoloads from t-mouse.el
25829 25845
25830(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 25846(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -25851,7 +25867,7 @@ It relies on the `gpm' daemon being activated.
25851 25867
25852;;;*** 25868;;;***
25853 25869
25854;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19383 49282)) 25870;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19636 58496))
25855;;; Generated autoloads from tabify.el 25871;;; Generated autoloads from tabify.el
25856 25872
25857(autoload 'untabify "tabify" "\ 25873(autoload 'untabify "tabify" "\
@@ -25886,7 +25902,7 @@ The variable `tab-width' controls the spacing of tab stops.
25886;;;;;; table-recognize table-insert-row-column table-insert-column 25902;;;;;; table-recognize table-insert-row-column table-insert-column
25887;;;;;; table-insert-row table-insert table-point-left-cell-hook 25903;;;;;; table-insert-row table-insert table-point-left-cell-hook
25888;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 25904;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
25889;;;;;; "table" "textmodes/table.el" (19383 49282)) 25905;;;;;; "table" "textmodes/table.el" (19636 58496))
25890;;; Generated autoloads from textmodes/table.el 25906;;; Generated autoloads from textmodes/table.el
25891 25907
25892(defvar table-cell-map-hook nil "\ 25908(defvar table-cell-map-hook nil "\
@@ -26474,7 +26490,7 @@ converts a table into plain text without frames. It is a companion to
26474 26490
26475;;;*** 26491;;;***
26476 26492
26477;;;### (autoloads (talk talk-connect) "talk" "talk.el" (19383 49282)) 26493;;;### (autoloads (talk talk-connect) "talk" "talk.el" (19636 58496))
26478;;; Generated autoloads from talk.el 26494;;; Generated autoloads from talk.el
26479 26495
26480(autoload 'talk-connect "talk" "\ 26496(autoload 'talk-connect "talk" "\
@@ -26489,7 +26505,7 @@ Connect to the Emacs talk group from the current X display or tty frame.
26489 26505
26490;;;*** 26506;;;***
26491 26507
26492;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19383 49282)) 26508;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19636 58496))
26493;;; Generated autoloads from tar-mode.el 26509;;; Generated autoloads from tar-mode.el
26494 26510
26495(autoload 'tar-mode "tar-mode" "\ 26511(autoload 'tar-mode "tar-mode" "\
@@ -26513,7 +26529,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
26513;;;*** 26529;;;***
26514 26530
26515;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 26531;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
26516;;;;;; "progmodes/tcl.el" (19383 49282)) 26532;;;;;; "progmodes/tcl.el" (19636 58496))
26517;;; Generated autoloads from progmodes/tcl.el 26533;;; Generated autoloads from progmodes/tcl.el
26518 26534
26519(autoload 'tcl-mode "tcl" "\ 26535(autoload 'tcl-mode "tcl" "\
@@ -26564,7 +26580,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
26564 26580
26565;;;*** 26581;;;***
26566 26582
26567;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (19383 49282)) 26583;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (19636 58496))
26568;;; Generated autoloads from net/telnet.el 26584;;; Generated autoloads from net/telnet.el
26569 (add-hook 'same-window-regexps (purecopy "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")) 26585 (add-hook 'same-window-regexps (purecopy "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)"))
26570 26586
@@ -26592,7 +26608,7 @@ Normally input is edited in Emacs and sent a line at a time.
26592;;;*** 26608;;;***
26593 26609
26594;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" 26610;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
26595;;;;;; (19383 49282)) 26611;;;;;; (19636 58496))
26596;;; Generated autoloads from term.el 26612;;; Generated autoloads from term.el
26597 26613
26598(autoload 'make-term "term" "\ 26614(autoload 'make-term "term" "\
@@ -26634,8 +26650,8 @@ use in that buffer.
26634 26650
26635;;;*** 26651;;;***
26636 26652
26637;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19383 26653;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19636
26638;;;;;; 49282)) 26654;;;;;; 58496))
26639;;; Generated autoloads from terminal.el 26655;;; Generated autoloads from terminal.el
26640 26656
26641(autoload 'terminal-emulator "terminal" "\ 26657(autoload 'terminal-emulator "terminal" "\
@@ -26672,7 +26688,7 @@ subprocess started.
26672;;;*** 26688;;;***
26673 26689
26674;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 26690;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
26675;;;;;; (19383 49282)) 26691;;;;;; (19636 58496))
26676;;; Generated autoloads from emacs-lisp/testcover.el 26692;;; Generated autoloads from emacs-lisp/testcover.el
26677 26693
26678(autoload 'testcover-this-defun "testcover" "\ 26694(autoload 'testcover-this-defun "testcover" "\
@@ -26682,7 +26698,7 @@ Start coverage on function under point.
26682 26698
26683;;;*** 26699;;;***
26684 26700
26685;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19383 49282)) 26701;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19636 58496))
26686;;; Generated autoloads from play/tetris.el 26702;;; Generated autoloads from play/tetris.el
26687 26703
26688(autoload 'tetris "tetris" "\ 26704(autoload 'tetris "tetris" "\
@@ -26713,7 +26729,7 @@ tetris-mode keybindings:
26713;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 26729;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
26714;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 26730;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
26715;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 26731;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
26716;;;;;; (19387 22082)) 26732;;;;;; (19636 58496))
26717;;; Generated autoloads from textmodes/tex-mode.el 26733;;; Generated autoloads from textmodes/tex-mode.el
26718 26734
26719(defvar tex-shell-file-name nil "\ 26735(defvar tex-shell-file-name nil "\
@@ -27015,7 +27031,7 @@ Major mode to edit DocTeX files.
27015;;;*** 27031;;;***
27016 27032
27017;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 27033;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
27018;;;;;; "texinfmt" "textmodes/texinfmt.el" (19383 49282)) 27034;;;;;; "texinfmt" "textmodes/texinfmt.el" (19636 58496))
27019;;; Generated autoloads from textmodes/texinfmt.el 27035;;; Generated autoloads from textmodes/texinfmt.el
27020 27036
27021(autoload 'texinfo-format-buffer "texinfmt" "\ 27037(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -27055,7 +27071,7 @@ if large. You can use `Info-split' to do this manually.
27055;;;*** 27071;;;***
27056 27072
27057;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 27073;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
27058;;;;;; "texinfo" "textmodes/texinfo.el" (19383 49282)) 27074;;;;;; "texinfo" "textmodes/texinfo.el" (19636 58496))
27059;;; Generated autoloads from textmodes/texinfo.el 27075;;; Generated autoloads from textmodes/texinfo.el
27060 27076
27061(defvar texinfo-open-quote (purecopy "``") "\ 27077(defvar texinfo-open-quote (purecopy "``") "\
@@ -27141,7 +27157,7 @@ value of `texinfo-mode-hook'.
27141 27157
27142;;;### (autoloads (thai-composition-function thai-compose-buffer 27158;;;### (autoloads (thai-composition-function thai-compose-buffer
27143;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" 27159;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
27144;;;;;; (19383 49282)) 27160;;;;;; (19636 58496))
27145;;; Generated autoloads from language/thai-util.el 27161;;; Generated autoloads from language/thai-util.el
27146 27162
27147(autoload 'thai-compose-region "thai-util" "\ 27163(autoload 'thai-compose-region "thai-util" "\
@@ -27170,7 +27186,7 @@ Not documented
27170 27186
27171;;;### (autoloads (list-at-point number-at-point symbol-at-point 27187;;;### (autoloads (list-at-point number-at-point symbol-at-point
27172;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 27188;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
27173;;;;;; "thingatpt" "thingatpt.el" (19383 49282)) 27189;;;;;; "thingatpt" "thingatpt.el" (19636 58496))
27174;;; Generated autoloads from thingatpt.el 27190;;; Generated autoloads from thingatpt.el
27175 27191
27176(autoload 'forward-thing "thingatpt" "\ 27192(autoload 'forward-thing "thingatpt" "\
@@ -27227,7 +27243,7 @@ Return the Lisp list at point, or nil if none is found.
27227 27243
27228;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 27244;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
27229;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 27245;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
27230;;;;;; (19383 49282)) 27246;;;;;; (19636 58496))
27231;;; Generated autoloads from thumbs.el 27247;;; Generated autoloads from thumbs.el
27232 27248
27233(autoload 'thumbs-find-thumb "thumbs" "\ 27249(autoload 'thumbs-find-thumb "thumbs" "\
@@ -27265,8 +27281,8 @@ In dired, call the setroot program on the image at point.
27265;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer 27281;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
27266;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region 27282;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
27267;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription 27283;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
27268;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (19383 27284;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (19636
27269;;;;;; 49282)) 27285;;;;;; 58496))
27270;;; Generated autoloads from language/tibet-util.el 27286;;; Generated autoloads from language/tibet-util.el
27271 27287
27272(autoload 'tibetan-char-p "tibet-util" "\ 27288(autoload 'tibetan-char-p "tibet-util" "\
@@ -27340,7 +27356,7 @@ Not documented
27340;;;*** 27356;;;***
27341 27357
27342;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 27358;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
27343;;;;;; (19383 49282)) 27359;;;;;; (19636 58496))
27344;;; Generated autoloads from textmodes/tildify.el 27360;;; Generated autoloads from textmodes/tildify.el
27345 27361
27346(autoload 'tildify-region "tildify" "\ 27362(autoload 'tildify-region "tildify" "\
@@ -27365,11 +27381,11 @@ This function performs no refilling of the changed text.
27365 27381
27366;;;### (autoloads (emacs-init-time emacs-uptime display-time-world 27382;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
27367;;;;;; display-time-mode display-time display-time-day-and-date) 27383;;;;;; display-time-mode display-time display-time-day-and-date)
27368;;;;;; "time" "time.el" (19383 49282)) 27384;;;;;; "time" "time.el" (19636 58496))
27369;;; Generated autoloads from time.el 27385;;; Generated autoloads from time.el
27370 27386
27371(defvar display-time-day-and-date nil "\ 27387(defvar display-time-day-and-date nil "\
27372*Non-nil means \\[display-time] should display day and date as well as time.") 27388Non-nil means \\[display-time] should display day and date as well as time.")
27373 27389
27374(custom-autoload 'display-time-day-and-date "time" t) 27390(custom-autoload 'display-time-day-and-date "time" t)
27375(put 'display-time-string 'risky-local-variable t) 27391(put 'display-time-string 'risky-local-variable t)
@@ -27428,7 +27444,7 @@ Return a string giving the duration of the Emacs initialization.
27428;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day 27444;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day
27429;;;;;; time-add time-subtract time-since days-to-time time-less-p 27445;;;;;; time-add time-subtract time-since days-to-time time-less-p
27430;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el" 27446;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el"
27431;;;;;; (19383 49282)) 27447;;;;;; (19636 58496))
27432;;; Generated autoloads from calendar/time-date.el 27448;;; Generated autoloads from calendar/time-date.el
27433 27449
27434(autoload 'date-to-time "time-date" "\ 27450(autoload 'date-to-time "time-date" "\
@@ -27541,7 +27557,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'.
27541;;;*** 27557;;;***
27542 27558
27543;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 27559;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
27544;;;;;; "time-stamp.el" (19383 49282)) 27560;;;;;; "time-stamp.el" (19636 58496))
27545;;; Generated autoloads from time-stamp.el 27561;;; Generated autoloads from time-stamp.el
27546(put 'time-stamp-format 'safe-local-variable 'stringp) 27562(put 'time-stamp-format 'safe-local-variable 'stringp)
27547(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 27563(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -27585,7 +27601,7 @@ With ARG, turn time stamping on if and only if arg is positive.
27585;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 27601;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
27586;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 27602;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
27587;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 27603;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
27588;;;;;; (19383 49282)) 27604;;;;;; (19636 58496))
27589;;; Generated autoloads from calendar/timeclock.el 27605;;; Generated autoloads from calendar/timeclock.el
27590 27606
27591(autoload 'timeclock-modeline-display "timeclock" "\ 27607(autoload 'timeclock-modeline-display "timeclock" "\
@@ -27685,7 +27701,7 @@ relative only to the time worked today, and not to past time.
27685;;;*** 27701;;;***
27686 27702
27687;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 27703;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
27688;;;;;; "international/titdic-cnv.el" (19383 49282)) 27704;;;;;; "international/titdic-cnv.el" (19641 1152))
27689;;; Generated autoloads from international/titdic-cnv.el 27705;;; Generated autoloads from international/titdic-cnv.el
27690 27706
27691(autoload 'titdic-convert "titdic-cnv" "\ 27707(autoload 'titdic-convert "titdic-cnv" "\
@@ -27708,7 +27724,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
27708;;;*** 27724;;;***
27709 27725
27710;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27726;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
27711;;;;;; "tmm.el" (19383 49284)) 27727;;;;;; "tmm.el" (19636 58496))
27712;;; Generated autoloads from tmm.el 27728;;; Generated autoloads from tmm.el
27713 (define-key global-map "\M-`" 'tmm-menubar) 27729 (define-key global-map "\M-`" 'tmm-menubar)
27714 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 27730 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -27748,7 +27764,7 @@ Its value should be an event that has a binding in MENU.
27748 27764
27749;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 27765;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
27750;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 27766;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
27751;;;;;; "todo-mode" "calendar/todo-mode.el" (19383 49282)) 27767;;;;;; "todo-mode" "calendar/todo-mode.el" (19636 58496))
27752;;; Generated autoloads from calendar/todo-mode.el 27768;;; Generated autoloads from calendar/todo-mode.el
27753 27769
27754(autoload 'todo-add-category "todo-mode" "\ 27770(autoload 'todo-add-category "todo-mode" "\
@@ -27810,7 +27826,7 @@ Show TODO list.
27810 27826
27811;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 27827;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
27812;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) 27828;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
27813;;;;;; "tool-bar" "tool-bar.el" (19383 49282)) 27829;;;;;; "tool-bar" "tool-bar.el" (19636 58496))
27814;;; Generated autoloads from tool-bar.el 27830;;; Generated autoloads from tool-bar.el
27815 27831
27816(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 27832(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -27883,7 +27899,7 @@ holds a keymap.
27883;;;*** 27899;;;***
27884 27900
27885;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 27901;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
27886;;;;;; (19383 49282)) 27902;;;;;; (19636 58496))
27887;;; Generated autoloads from emulation/tpu-edt.el 27903;;; Generated autoloads from emulation/tpu-edt.el
27888 27904
27889(defvar tpu-edt-mode nil "\ 27905(defvar tpu-edt-mode nil "\
@@ -27910,7 +27926,7 @@ Turn on TPU/edt emulation.
27910;;;*** 27926;;;***
27911 27927
27912;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" 27928;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
27913;;;;;; (19383 49282)) 27929;;;;;; (19636 58496))
27914;;; Generated autoloads from emulation/tpu-mapper.el 27930;;; Generated autoloads from emulation/tpu-mapper.el
27915 27931
27916(autoload 'tpu-mapper "tpu-mapper" "\ 27932(autoload 'tpu-mapper "tpu-mapper" "\
@@ -27944,7 +27960,7 @@ your local X guru can try to figure out why the key is being ignored.
27944 27960
27945;;;*** 27961;;;***
27946 27962
27947;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19383 49282)) 27963;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19636 58496))
27948;;; Generated autoloads from emacs-lisp/tq.el 27964;;; Generated autoloads from emacs-lisp/tq.el
27949 27965
27950(autoload 'tq-create "tq" "\ 27966(autoload 'tq-create "tq" "\
@@ -27958,7 +27974,7 @@ to a tcp server on another machine.
27958;;;*** 27974;;;***
27959 27975
27960;;;### (autoloads (trace-function-background trace-function trace-buffer) 27976;;;### (autoloads (trace-function-background trace-function trace-buffer)
27961;;;;;; "trace" "emacs-lisp/trace.el" (19383 49285)) 27977;;;;;; "trace" "emacs-lisp/trace.el" (19636 58496))
27962;;; Generated autoloads from emacs-lisp/trace.el 27978;;; Generated autoloads from emacs-lisp/trace.el
27963 27979
27964(defvar trace-buffer (purecopy "*trace-output*") "\ 27980(defvar trace-buffer (purecopy "*trace-output*") "\
@@ -27995,7 +28011,7 @@ BUFFER defaults to `trace-buffer'.
27995;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 28011;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
27996;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 28012;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
27997;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 28013;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
27998;;;;;; "net/tramp.el" (19383 49278)) 28014;;;;;; "net/tramp.el" (19672 43471))
27999;;; Generated autoloads from net/tramp.el 28015;;; Generated autoloads from net/tramp.el
28000 28016
28001(defvar tramp-mode t "\ 28017(defvar tramp-mode t "\
@@ -28015,10 +28031,12 @@ It can have the following values:
28015 28031
28016(custom-autoload 'tramp-syntax "tramp" t) 28032(custom-autoload 'tramp-syntax "tramp" t)
28017 28033
28018(defconst tramp-file-name-regexp-unified "\\`/\\([^[/:]+\\|[^/]+]\\):" "\ 28034(defconst tramp-file-name-regexp-unified (if (memq system-type '(cygwin windows-nt)) "\\`/\\([^[/:]\\{2,\\}\\|[^/]\\{2,\\}]\\):" "\\`/\\([^[/:]+\\|[^/]+]\\):") "\
28019Value for `tramp-file-name-regexp' for unified remoting. 28035Value for `tramp-file-name-regexp' for unified remoting.
28020Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and 28036Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and
28021Tramp. See `tramp-file-name-structure' for more explanations.") 28037Tramp. See `tramp-file-name-structure' for more explanations.
28038
28039On W32 systems, the volume letter must be ignored.")
28022 28040
28023(defconst tramp-file-name-regexp-separate "\\`/\\[.*\\]" "\ 28041(defconst tramp-file-name-regexp-separate "\\`/\\[.*\\]" "\
28024Value for `tramp-file-name-regexp' for separate remoting. 28042Value for `tramp-file-name-regexp' for separate remoting.
@@ -28032,7 +28050,7 @@ See `tramp-file-name-structure' for more explanations.")
28032(defconst tramp-file-name-regexp (cond ((equal tramp-syntax 'ftp) tramp-file-name-regexp-unified) ((equal tramp-syntax 'sep) tramp-file-name-regexp-separate) ((equal tramp-syntax 'url) tramp-file-name-regexp-url) (t (error "Wrong `tramp-syntax' defined"))) "\ 28050(defconst tramp-file-name-regexp (cond ((equal tramp-syntax 'ftp) tramp-file-name-regexp-unified) ((equal tramp-syntax 'sep) tramp-file-name-regexp-separate) ((equal tramp-syntax 'url) tramp-file-name-regexp-url) (t (error "Wrong `tramp-syntax' defined"))) "\
28033*Regular expression matching file names handled by Tramp. 28051*Regular expression matching file names handled by Tramp.
28034This regexp should match Tramp file names but no other file names. 28052This regexp should match Tramp file names but no other file names.
28035\(When tramp.el is loaded, this regular expression is prepended to 28053When tramp.el is loaded, this regular expression is prepended to
28036`file-name-handler-alist', and that is searched sequentially. Thus, 28054`file-name-handler-alist', and that is searched sequentially. Thus,
28037if the Tramp entry appears rather early in the `file-name-handler-alist' 28055if the Tramp entry appears rather early in the `file-name-handler-alist'
28038and is a bit too general, then some files might be considered Tramp 28056and is a bit too general, then some files might be considered Tramp
@@ -28050,10 +28068,12 @@ Beginning of an incomplete Tramp file name.
28050Usually, it is just \"\\\\`/\". On W32 systems, there might be a 28068Usually, it is just \"\\\\`/\". On W32 systems, there might be a
28051volume letter, which will be removed by `tramp-drop-volume-letter'.") 28069volume letter, which will be removed by `tramp-drop-volume-letter'.")
28052 28070
28053(defconst tramp-completion-file-name-regexp-unified (concat tramp-root-regexp "[^/]*\\'") "\ 28071(defconst tramp-completion-file-name-regexp-unified (if (memq system-type '(cygwin windows-nt)) (concat tramp-root-regexp "[^/]\\{2,\\}\\'") (concat tramp-root-regexp "[^/]*\\'")) "\
28054Value for `tramp-completion-file-name-regexp' for unified remoting. 28072Value for `tramp-completion-file-name-regexp' for unified remoting.
28055GNU Emacs uses a unified filename syntax for Tramp and Ange-FTP. 28073GNU Emacs uses a unified filename syntax for Tramp and Ange-FTP.
28056See `tramp-file-name-structure' for more explanations.") 28074See `tramp-file-name-structure' for more explanations.
28075
28076On W32 systems, the volume letter must be ignored.")
28057 28077
28058(defconst tramp-completion-file-name-regexp-separate (concat tramp-root-regexp "\\([[][^]]*\\)?\\'") "\ 28078(defconst tramp-completion-file-name-regexp-separate (concat tramp-root-regexp "\\([[][^]]*\\)?\\'") "\
28059Value for `tramp-completion-file-name-regexp' for separate remoting. 28079Value for `tramp-completion-file-name-regexp' for separate remoting.
@@ -28099,7 +28119,7 @@ Falls back to normal file name handler if no Tramp file name handler exists.
28099 28119
28100(defun tramp-completion-file-name-handler (operation &rest args) "\ 28120(defun tramp-completion-file-name-handler (operation &rest args) "\
28101Invoke Tramp file name completion handler. 28121Invoke Tramp file name completion handler.
28102Falls back to normal file name handler if no Tramp file name handler exists." (let ((directory-sep-char 47) (fn (assoc operation tramp-completion-file-name-handler-alist))) (if (and fn tramp-mode (or (eq tramp-syntax (quote sep)) (featurep (quote tramp)) (and (boundp (quote partial-completion-mode)) partial-completion-mode) (featurep (quote ido)) (featurep (quote icicles)))) (save-match-data (apply (cdr fn) args)) (tramp-completion-run-real-handler operation args)))) 28122Falls back to normal file name handler if no Tramp file name handler exists." (let ((directory-sep-char 47) (fn (assoc operation tramp-completion-file-name-handler-alist))) (if (and fn tramp-mode (or (eq tramp-syntax (quote sep)) (featurep (quote tramp)) (and (boundp (quote partial-completion-mode)) (symbol-value (quote partial-completion-mode))) (featurep (quote ido)) (featurep (quote icicles)))) (save-match-data (apply (cdr fn) args)) (tramp-completion-run-real-handler operation args))))
28103 28123
28104(defun tramp-register-file-name-handlers nil "\ 28124(defun tramp-register-file-name-handlers nil "\
28105Add Tramp file name handlers to `file-name-handler-alist'." (let ((a1 (rassq (quote tramp-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delq a1 file-name-handler-alist))) (let ((a1 (rassq (quote tramp-completion-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delq a1 file-name-handler-alist))) (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) (put (quote tramp-file-name-handler) (quote safe-magic) t) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t) (dolist (fnh (quote (epa-file-handler jka-compr-handler))) (let ((entry (rassoc fnh file-name-handler-alist))) (when entry (setq file-name-handler-alist (cons entry (delete entry file-name-handler-alist))))))) 28125Add Tramp file name handlers to `file-name-handler-alist'." (let ((a1 (rassq (quote tramp-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delq a1 file-name-handler-alist))) (let ((a1 (rassq (quote tramp-completion-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delq a1 file-name-handler-alist))) (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) (put (quote tramp-file-name-handler) (quote safe-magic) t) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t) (dolist (fnh (quote (epa-file-handler jka-compr-handler))) (let ((entry (rassoc fnh file-name-handler-alist))) (when entry (setq file-name-handler-alist (cons entry (delete entry file-name-handler-alist)))))))
@@ -28128,7 +28148,7 @@ Discard Tramp from loading remote files.
28128;;;*** 28148;;;***
28129 28149
28130;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 28150;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
28131;;;;;; (19383 49282)) 28151;;;;;; (19636 58496))
28132;;; Generated autoloads from net/tramp-ftp.el 28152;;; Generated autoloads from net/tramp-ftp.el
28133 28153
28134(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 28154(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -28138,8 +28158,8 @@ Not documented
28138 28158
28139;;;*** 28159;;;***
28140 28160
28141;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (19383 28161;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (19636
28142;;;;;; 49282)) 28162;;;;;; 58496))
28143;;; Generated autoloads from tutorial.el 28163;;; Generated autoloads from tutorial.el
28144 28164
28145(autoload 'help-with-tutorial "tutorial" "\ 28165(autoload 'help-with-tutorial "tutorial" "\
@@ -28164,7 +28184,7 @@ resumed later.
28164;;;*** 28184;;;***
28165 28185
28166;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" 28186;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
28167;;;;;; (19383 49282)) 28187;;;;;; (19636 58496))
28168;;; Generated autoloads from language/tv-util.el 28188;;; Generated autoloads from language/tv-util.el
28169 28189
28170(autoload 'tai-viet-composition-function "tv-util" "\ 28190(autoload 'tai-viet-composition-function "tv-util" "\
@@ -28175,7 +28195,7 @@ Not documented
28175;;;*** 28195;;;***
28176 28196
28177;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 28197;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
28178;;;;;; "textmodes/two-column.el" (19383 49282)) 28198;;;;;; "textmodes/two-column.el" (19636 58496))
28179;;; Generated autoloads from textmodes/two-column.el 28199;;; Generated autoloads from textmodes/two-column.el
28180 (autoload '2C-command "two-column" () t 'keymap) 28200 (autoload '2C-command "two-column" () t 'keymap)
28181 (global-set-key "\C-x6" '2C-command) 28201 (global-set-key "\C-x6" '2C-command)
@@ -28226,7 +28246,7 @@ First column's text sSs Second column's text
28226;;;;;; type-break type-break-mode type-break-keystroke-threshold 28246;;;;;; type-break type-break-mode type-break-keystroke-threshold
28227;;;;;; type-break-good-break-interval type-break-good-rest-interval 28247;;;;;; type-break-good-break-interval type-break-good-rest-interval
28228;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 28248;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
28229;;;;;; (19383 49282)) 28249;;;;;; (19636 58496))
28230;;; Generated autoloads from type-break.el 28250;;; Generated autoloads from type-break.el
28231 28251
28232(defvar type-break-mode nil "\ 28252(defvar type-break-mode nil "\
@@ -28408,7 +28428,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
28408 28428
28409;;;*** 28429;;;***
28410 28430
28411;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19383 49282)) 28431;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19636 58496))
28412;;; Generated autoloads from mail/uce.el 28432;;; Generated autoloads from mail/uce.el
28413 28433
28414(autoload 'uce-reply-to-uce "uce" "\ 28434(autoload 'uce-reply-to-uce "uce" "\
@@ -28426,7 +28446,7 @@ You might need to set `uce-mail-reader' before using this.
28426;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string 28446;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string
28427;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region 28447;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region
28428;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" 28448;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize"
28429;;;;;; "international/ucs-normalize.el" (19383 49282)) 28449;;;;;; "international/ucs-normalize.el" (19636 58496))
28430;;; Generated autoloads from international/ucs-normalize.el 28450;;; Generated autoloads from international/ucs-normalize.el
28431 28451
28432(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ 28452(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
@@ -28492,7 +28512,7 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
28492;;;*** 28512;;;***
28493 28513
28494;;;### (autoloads (ununderline-region underline-region) "underline" 28514;;;### (autoloads (ununderline-region underline-region) "underline"
28495;;;;;; "textmodes/underline.el" (19383 49282)) 28515;;;;;; "textmodes/underline.el" (19636 58496))
28496;;; Generated autoloads from textmodes/underline.el 28516;;; Generated autoloads from textmodes/underline.el
28497 28517
28498(autoload 'underline-region "underline" "\ 28518(autoload 'underline-region "underline" "\
@@ -28513,7 +28533,7 @@ which specify the range to operate on.
28513;;;*** 28533;;;***
28514 28534
28515;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 28535;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
28516;;;;;; (19383 49283)) 28536;;;;;; (19636 58496))
28517;;; Generated autoloads from mail/unrmail.el 28537;;; Generated autoloads from mail/unrmail.el
28518 28538
28519(autoload 'batch-unrmail "unrmail" "\ 28539(autoload 'batch-unrmail "unrmail" "\
@@ -28532,8 +28552,8 @@ Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE.
28532 28552
28533;;;*** 28553;;;***
28534 28554
28535;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19383 28555;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19652
28536;;;;;; 49283)) 28556;;;;;; 24589))
28537;;; Generated autoloads from emacs-lisp/unsafep.el 28557;;; Generated autoloads from emacs-lisp/unsafep.el
28538 28558
28539(autoload 'unsafep "unsafep" "\ 28559(autoload 'unsafep "unsafep" "\
@@ -28546,7 +28566,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
28546;;;*** 28566;;;***
28547 28567
28548;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 28568;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
28549;;;;;; "url/url.el" (19383 49283)) 28569;;;;;; "url/url.el" (19636 58496))
28550;;; Generated autoloads from url/url.el 28570;;; Generated autoloads from url/url.el
28551 28571
28552(autoload 'url-retrieve "url" "\ 28572(autoload 'url-retrieve "url" "\
@@ -28586,7 +28606,7 @@ no further processing). URL is either a string or a parsed URL.
28586;;;*** 28606;;;***
28587 28607
28588;;;### (autoloads (url-register-auth-scheme url-get-authentication) 28608;;;### (autoloads (url-register-auth-scheme url-get-authentication)
28589;;;;;; "url-auth" "url/url-auth.el" (19383 49283)) 28609;;;;;; "url-auth" "url/url-auth.el" (19636 58496))
28590;;; Generated autoloads from url/url-auth.el 28610;;; Generated autoloads from url/url-auth.el
28591 28611
28592(autoload 'url-get-authentication "url-auth" "\ 28612(autoload 'url-get-authentication "url-auth" "\
@@ -28628,8 +28648,8 @@ RATING a rating between 1 and 10 of the strength of the authentication.
28628;;;*** 28648;;;***
28629 28649
28630;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached 28650;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached
28631;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (19383 28651;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (19636
28632;;;;;; 49283)) 28652;;;;;; 58496))
28633;;; Generated autoloads from url/url-cache.el 28653;;; Generated autoloads from url/url-cache.el
28634 28654
28635(autoload 'url-store-in-cache "url-cache" "\ 28655(autoload 'url-store-in-cache "url-cache" "\
@@ -28639,6 +28659,7 @@ Store buffer BUFF in the cache.
28639 28659
28640(autoload 'url-is-cached "url-cache" "\ 28660(autoload 'url-is-cached "url-cache" "\
28641Return non-nil if the URL is cached. 28661Return non-nil if the URL is cached.
28662The actual return value is the last modification time of the cache file.
28642 28663
28643\(fn URL)" nil nil) 28664\(fn URL)" nil nil)
28644 28665
@@ -28654,7 +28675,7 @@ Return t if a cached file has expired.
28654 28675
28655;;;*** 28676;;;***
28656 28677
28657;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19383 49283)) 28678;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19636 58496))
28658;;; Generated autoloads from url/url-cid.el 28679;;; Generated autoloads from url/url-cid.el
28659 28680
28660(autoload 'url-cid "url-cid" "\ 28681(autoload 'url-cid "url-cid" "\
@@ -28665,7 +28686,7 @@ Not documented
28665;;;*** 28686;;;***
28666 28687
28667;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 28688;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
28668;;;;;; "url/url-dav.el" (19383 49283)) 28689;;;;;; "url/url-dav.el" (19636 58496))
28669;;; Generated autoloads from url/url-dav.el 28690;;; Generated autoloads from url/url-dav.el
28670 28691
28671(autoload 'url-dav-supported-p "url-dav" "\ 28692(autoload 'url-dav-supported-p "url-dav" "\
@@ -28680,8 +28701,8 @@ Not documented
28680 28701
28681;;;*** 28702;;;***
28682 28703
28683;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19383 28704;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19636
28684;;;;;; 49283)) 28705;;;;;; 58496))
28685;;; Generated autoloads from url/url-file.el 28706;;; Generated autoloads from url/url-file.el
28686 28707
28687(autoload 'url-file "url-file" "\ 28708(autoload 'url-file "url-file" "\
@@ -28692,7 +28713,7 @@ Handle file: and ftp: URLs.
28692;;;*** 28713;;;***
28693 28714
28694;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 28715;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
28695;;;;;; "url/url-gw.el" (19383 49283)) 28716;;;;;; "url/url-gw.el" (19636 58496))
28696;;; Generated autoloads from url/url-gw.el 28717;;; Generated autoloads from url/url-gw.el
28697 28718
28698(autoload 'url-gateway-nslookup-host "url-gw" "\ 28719(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -28712,7 +28733,7 @@ Might do a non-blocking connection; use `process-status' to check.
28712 28733
28713;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 28734;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
28714;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" 28735;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
28715;;;;;; (19383 49283)) 28736;;;;;; (19636 58496))
28716;;; Generated autoloads from url/url-handlers.el 28737;;; Generated autoloads from url/url-handlers.el
28717 28738
28718(defvar url-handler-mode nil "\ 28739(defvar url-handler-mode nil "\
@@ -28764,7 +28785,7 @@ Not documented
28764;;;*** 28785;;;***
28765 28786
28766;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 28787;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
28767;;;;;; url-http) "url-http" "url/url-http.el" (19383 49283)) 28788;;;;;; url-http) "url-http" "url/url-http.el" (19636 58496))
28768;;; Generated autoloads from url/url-http.el 28789;;; Generated autoloads from url/url-http.el
28769 28790
28770(autoload 'url-http "url-http" "\ 28791(autoload 'url-http "url-http" "\
@@ -28830,7 +28851,7 @@ HTTPS retrievals are asynchronous.")
28830 28851
28831;;;*** 28852;;;***
28832 28853
28833;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19383 49283)) 28854;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19636 58496))
28834;;; Generated autoloads from url/url-irc.el 28855;;; Generated autoloads from url/url-irc.el
28835 28856
28836(autoload 'url-irc "url-irc" "\ 28857(autoload 'url-irc "url-irc" "\
@@ -28840,8 +28861,8 @@ Not documented
28840 28861
28841;;;*** 28862;;;***
28842 28863
28843;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (19383 28864;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (19636
28844;;;;;; 49283)) 28865;;;;;; 58496))
28845;;; Generated autoloads from url/url-ldap.el 28866;;; Generated autoloads from url/url-ldap.el
28846 28867
28847(autoload 'url-ldap "url-ldap" "\ 28868(autoload 'url-ldap "url-ldap" "\
@@ -28855,7 +28876,7 @@ URL can be a URL string, or a URL vector of the type returned by
28855;;;*** 28876;;;***
28856 28877
28857;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 28878;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
28858;;;;;; (19383 49283)) 28879;;;;;; (19636 58496))
28859;;; Generated autoloads from url/url-mailto.el 28880;;; Generated autoloads from url/url-mailto.el
28860 28881
28861(autoload 'url-mail "url-mailto" "\ 28882(autoload 'url-mail "url-mailto" "\
@@ -28871,7 +28892,7 @@ Handle the mailto: URL syntax.
28871;;;*** 28892;;;***
28872 28893
28873;;;### (autoloads (url-data url-generic-emulator-loader url-info 28894;;;### (autoloads (url-data url-generic-emulator-loader url-info
28874;;;;;; url-man) "url-misc" "url/url-misc.el" (19383 49283)) 28895;;;;;; url-man) "url-misc" "url/url-misc.el" (19636 58496))
28875;;; Generated autoloads from url/url-misc.el 28896;;; Generated autoloads from url/url-misc.el
28876 28897
28877(autoload 'url-man "url-misc" "\ 28898(autoload 'url-man "url-misc" "\
@@ -28903,7 +28924,7 @@ Fetch a data URL (RFC 2397).
28903;;;*** 28924;;;***
28904 28925
28905;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 28926;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
28906;;;;;; (19383 49283)) 28927;;;;;; (19636 58496))
28907;;; Generated autoloads from url/url-news.el 28928;;; Generated autoloads from url/url-news.el
28908 28929
28909(autoload 'url-news "url-news" "\ 28930(autoload 'url-news "url-news" "\
@@ -28920,7 +28941,7 @@ Not documented
28920 28941
28921;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 28942;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
28922;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 28943;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
28923;;;;;; (19383 49283)) 28944;;;;;; (19636 58496))
28924;;; Generated autoloads from url/url-ns.el 28945;;; Generated autoloads from url/url-ns.el
28925 28946
28926(autoload 'isPlainHostName "url-ns" "\ 28947(autoload 'isPlainHostName "url-ns" "\
@@ -28961,7 +28982,7 @@ Not documented
28961;;;*** 28982;;;***
28962 28983
28963;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 28984;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
28964;;;;;; "url/url-parse.el" (19383 49283)) 28985;;;;;; "url/url-parse.el" (19636 58496))
28965;;; Generated autoloads from url/url-parse.el 28986;;; Generated autoloads from url/url-parse.el
28966 28987
28967(autoload 'url-recreate-url "url-parse" "\ 28988(autoload 'url-recreate-url "url-parse" "\
@@ -28979,7 +29000,7 @@ TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS.
28979;;;*** 29000;;;***
28980 29001
28981;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 29002;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
28982;;;;;; (19383 49283)) 29003;;;;;; (19636 58496))
28983;;; Generated autoloads from url/url-privacy.el 29004;;; Generated autoloads from url/url-privacy.el
28984 29005
28985(autoload 'url-setup-privacy-info "url-privacy" "\ 29006(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -28995,7 +29016,7 @@ Setup variables that expose info about you and your system.
28995;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space 29016;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space
28996;;;;;; url-get-normalized-date url-lazy-message url-normalize-url 29017;;;;;; url-get-normalized-date url-lazy-message url-normalize-url
28997;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug) 29018;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug)
28998;;;;;; "url-util" "url/url-util.el" (19383 49283)) 29019;;;;;; "url-util" "url/url-util.el" (19636 58496))
28999;;; Generated autoloads from url/url-util.el 29020;;; Generated autoloads from url/url-util.el
29000 29021
29001(defvar url-debug nil "\ 29022(defvar url-debug nil "\
@@ -29131,7 +29152,7 @@ This uses `url-current-object', set locally to the buffer.
29131;;;*** 29152;;;***
29132 29153
29133;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 29154;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
29134;;;;;; "userlock" "userlock.el" (19383 49283)) 29155;;;;;; "userlock" "userlock.el" (19636 58496))
29135;;; Generated autoloads from userlock.el 29156;;; Generated autoloads from userlock.el
29136 29157
29137(autoload 'ask-user-about-lock "userlock" "\ 29158(autoload 'ask-user-about-lock "userlock" "\
@@ -29161,7 +29182,7 @@ The buffer in question is current when this function is called.
29161 29182
29162;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion 29183;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
29163;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) 29184;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
29164;;;;;; "utf-7" "international/utf-7.el" (19383 49283)) 29185;;;;;; "utf-7" "international/utf-7.el" (19636 58496))
29165;;; Generated autoloads from international/utf-7.el 29186;;; Generated autoloads from international/utf-7.el
29166 29187
29167(autoload 'utf-7-post-read-conversion "utf-7" "\ 29188(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -29188,7 +29209,7 @@ Not documented
29188 29209
29189;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 29210;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
29190;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" 29211;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
29191;;;;;; (19383 49283)) 29212;;;;;; (19636 58496))
29192;;; Generated autoloads from mail/uudecode.el 29213;;; Generated autoloads from mail/uudecode.el
29193 29214
29194(autoload 'uudecode-decode-region-external "uudecode" "\ 29215(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -29214,11 +29235,11 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29214 29235
29215;;;### (autoloads (vc-branch-part vc-update-change-log vc-rename-file 29236;;;### (autoloads (vc-branch-part vc-update-change-log vc-rename-file
29216;;;;;; vc-delete-file vc-transfer-file vc-switch-backend vc-update 29237;;;;;; vc-delete-file vc-transfer-file vc-switch-backend vc-update
29217;;;;;; vc-rollback vc-revert vc-print-root-log vc-print-log vc-retrieve-tag 29238;;;;;; vc-rollback vc-revert vc-log-outgoing vc-log-incoming vc-print-root-log
29218;;;;;; vc-create-tag vc-merge vc-insert-headers vc-revision-other-window 29239;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers
29219;;;;;; vc-root-diff vc-diff vc-version-diff vc-register vc-next-action 29240;;;;;; vc-revision-other-window vc-root-diff vc-diff vc-version-diff
29220;;;;;; vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) 29241;;;;;; vc-register vc-next-action vc-before-checkin-hook vc-checkin-hook
29221;;;;;; "vc" "vc.el" (19383 49284)) 29242;;;;;; vc-checkout-hook) "vc" "vc.el" (19661 52732))
29222;;; Generated autoloads from vc.el 29243;;; Generated autoloads from vc.el
29223 29244
29224(defvar vc-checkout-hook nil "\ 29245(defvar vc-checkout-hook nil "\
@@ -29380,6 +29401,18 @@ When called interactively with a prefix argument, prompt for LIMIT.
29380 29401
29381\(fn &optional LIMIT)" t nil) 29402\(fn &optional LIMIT)" t nil)
29382 29403
29404(autoload 'vc-log-incoming "vc" "\
29405Show a log of changes that will be received with a pull operation from REMOTE-LOCATION.
29406When called interactively with a prefix argument, prompt for REMOTE-LOCATION..
29407
29408\(fn &optional REMOTE-LOCATION)" t nil)
29409
29410(autoload 'vc-log-outgoing "vc" "\
29411Show a log of changes that will be sent with a push operation to REMOTE-LOCATION.
29412When called interactively with a prefix argument, prompt for REMOTE-LOCATION.
29413
29414\(fn &optional REMOTE-LOCATION)" t nil)
29415
29383(autoload 'vc-revert "vc" "\ 29416(autoload 'vc-revert "vc" "\
29384Revert working copies of the selected fileset to their repository contents. 29417Revert working copies of the selected fileset to their repository contents.
29385This asks for confirmation if the buffer contents are not identical 29418This asks for confirmation if the buffer contents are not identical
@@ -29433,7 +29466,7 @@ Delete file and mark it as such in the version control system.
29433\(fn FILE)" t nil) 29466\(fn FILE)" t nil)
29434 29467
29435(autoload 'vc-rename-file "vc" "\ 29468(autoload 'vc-rename-file "vc" "\
29436Rename file OLD to NEW, and rename its master file likewise. 29469Rename file OLD to NEW in both work area and repository.
29437 29470
29438\(fn OLD NEW)" t nil) 29471\(fn OLD NEW)" t nil)
29439 29472
@@ -29460,12 +29493,12 @@ Return the branch part of a revision number REV.
29460 29493
29461;;;*** 29494;;;***
29462 29495
29463;;;### (autoloads (vc-annotate) "vc-annotate" "vc-annotate.el" (19383 29496;;;### (autoloads (vc-annotate) "vc-annotate" "vc-annotate.el" (19636
29464;;;;;; 49283)) 29497;;;;;; 58496))
29465;;; Generated autoloads from vc-annotate.el 29498;;; Generated autoloads from vc-annotate.el
29466 29499
29467(autoload 'vc-annotate "vc-annotate" "\ 29500(autoload 'vc-annotate "vc-annotate" "\
29468Display the edit history of the current file using colors. 29501Display the edit history of the current FILE using colors.
29469 29502
29470This command creates a buffer that shows, for each line of the current 29503This command creates a buffer that shows, for each line of the current
29471file, when it was last edited and by whom. Additionally, colors are 29504file, when it was last edited and by whom. Additionally, colors are
@@ -29475,7 +29508,7 @@ default, the time scale stretches back one year into the past;
29475everything that is older than that is shown in blue. 29508everything that is older than that is shown in blue.
29476 29509
29477With a prefix argument, this command asks two questions in the 29510With a prefix argument, this command asks two questions in the
29478minibuffer. First, you may enter a revision number; then the buffer 29511minibuffer. First, you may enter a revision number REV; then the buffer
29479displays and annotates that revision instead of the working revision 29512displays and annotates that revision instead of the working revision
29480\(type RET in the minibuffer to leave that default unchanged). Then, 29513\(type RET in the minibuffer to leave that default unchanged). Then,
29481you are prompted for the time span in days which the color range 29514you are prompted for the time span in days which the color range
@@ -29485,6 +29518,8 @@ age, and everything that is older than that is shown in blue.
29485 29518
29486If MOVE-POINT-TO is given, move the point to that line. 29519If MOVE-POINT-TO is given, move the point to that line.
29487 29520
29521If VC-BK is given used that VC backend.
29522
29488Customization variables: 29523Customization variables:
29489 29524
29490`vc-annotate-menu-elements' customizes the menu elements of the 29525`vc-annotate-menu-elements' customizes the menu elements of the
@@ -29492,11 +29527,11 @@ mode-specific menu. `vc-annotate-color-map' and
29492`vc-annotate-very-old-color' define the mapping of time to colors. 29527`vc-annotate-very-old-color' define the mapping of time to colors.
29493`vc-annotate-background' specifies the background color. 29528`vc-annotate-background' specifies the background color.
29494 29529
29495\(fn FILE REV &optional DISPLAY-MODE BUF MOVE-POINT-TO)" t nil) 29530\(fn FILE REV &optional DISPLAY-MODE BUF MOVE-POINT-TO VC-BK)" t nil)
29496 29531
29497;;;*** 29532;;;***
29498 29533
29499;;;### (autoloads nil "vc-arch" "vc-arch.el" (19383 49283)) 29534;;;### (autoloads nil "vc-arch" "vc-arch.el" (19661 60124))
29500;;; Generated autoloads from vc-arch.el 29535;;; Generated autoloads from vc-arch.el
29501 (defun vc-arch-registered (file) 29536 (defun vc-arch-registered (file)
29502 (if (vc-find-root file "{arch}/=tagging-method") 29537 (if (vc-find-root file "{arch}/=tagging-method")
@@ -29506,7 +29541,7 @@ mode-specific menu. `vc-annotate-color-map' and
29506 29541
29507;;;*** 29542;;;***
29508 29543
29509;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (19383 49276)) 29544;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (19661 53001))
29510;;; Generated autoloads from vc-bzr.el 29545;;; Generated autoloads from vc-bzr.el
29511 29546
29512(defconst vc-bzr-admin-dirname ".bzr" "\ 29547(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -29521,7 +29556,7 @@ Name of the directory containing Bzr repository status files.")
29521 29556
29522;;;*** 29557;;;***
29523 29558
29524;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (19383 49276)) 29559;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (19661 60137))
29525;;; Generated autoloads from vc-cvs.el 29560;;; Generated autoloads from vc-cvs.el
29526 (defun vc-cvs-registered (f) 29561 (defun vc-cvs-registered (f)
29527 (when (file-readable-p (expand-file-name 29562 (when (file-readable-p (expand-file-name
@@ -29531,7 +29566,7 @@ Name of the directory containing Bzr repository status files.")
29531 29566
29532;;;*** 29567;;;***
29533 29568
29534;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (19383 49283)) 29569;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (19661 53223))
29535;;; Generated autoloads from vc-dir.el 29570;;; Generated autoloads from vc-dir.el
29536 29571
29537(autoload 'vc-dir "vc-dir" "\ 29572(autoload 'vc-dir "vc-dir" "\
@@ -29556,7 +29591,7 @@ These are the commands available for use in the file status buffer:
29556;;;*** 29591;;;***
29557 29592
29558;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc-dispatcher.el" 29593;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc-dispatcher.el"
29559;;;;;; (19383 49283)) 29594;;;;;; (19661 52495))
29560;;; Generated autoloads from vc-dispatcher.el 29595;;; Generated autoloads from vc-dispatcher.el
29561 29596
29562(autoload 'vc-do-command "vc-dispatcher" "\ 29597(autoload 'vc-do-command "vc-dispatcher" "\
@@ -29579,7 +29614,7 @@ case, and the process object in the asynchronous case.
29579 29614
29580;;;*** 29615;;;***
29581 29616
29582;;;### (autoloads nil "vc-git" "vc-git.el" (19400 65477)) 29617;;;### (autoloads nil "vc-git" "vc-git.el" (19661 53398))
29583;;; Generated autoloads from vc-git.el 29618;;; Generated autoloads from vc-git.el
29584 (defun vc-git-registered (file) 29619 (defun vc-git-registered (file)
29585 "Return non-nil if FILE is registered with git." 29620 "Return non-nil if FILE is registered with git."
@@ -29590,7 +29625,7 @@ case, and the process object in the asynchronous case.
29590 29625
29591;;;*** 29626;;;***
29592 29627
29593;;;### (autoloads nil "vc-hg" "vc-hg.el" (19405 52797)) 29628;;;### (autoloads nil "vc-hg" "vc-hg.el" (19661 52523))
29594;;; Generated autoloads from vc-hg.el 29629;;; Generated autoloads from vc-hg.el
29595 (defun vc-hg-registered (file) 29630 (defun vc-hg-registered (file)
29596 "Return non-nil if FILE is registered with hg." 29631 "Return non-nil if FILE is registered with hg."
@@ -29601,7 +29636,7 @@ case, and the process object in the asynchronous case.
29601 29636
29602;;;*** 29637;;;***
29603 29638
29604;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (19383 49283)) 29639;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (19672 43471))
29605;;; Generated autoloads from vc-mtn.el 29640;;; Generated autoloads from vc-mtn.el
29606 29641
29607(defconst vc-mtn-admin-dir "_MTN") 29642(defconst vc-mtn-admin-dir "_MTN")
@@ -29616,7 +29651,7 @@ case, and the process object in the asynchronous case.
29616;;;*** 29651;;;***
29617 29652
29618;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 29653;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
29619;;;;;; (19383 49283)) 29654;;;;;; (19661 60165))
29620;;; Generated autoloads from vc-rcs.el 29655;;; Generated autoloads from vc-rcs.el
29621 29656
29622(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 29657(defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -29630,7 +29665,7 @@ For a description of possible values, see `vc-check-master-templates'.")
29630;;;*** 29665;;;***
29631 29666
29632;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 29667;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
29633;;;;;; (19383 49283)) 29668;;;;;; (19661 60174))
29634;;; Generated autoloads from vc-sccs.el 29669;;; Generated autoloads from vc-sccs.el
29635 29670
29636(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 29671(defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -29647,7 +29682,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29647 29682
29648;;;*** 29683;;;***
29649 29684
29650;;;### (autoloads nil "vc-svn" "vc-svn.el" (19383 49276)) 29685;;;### (autoloads nil "vc-svn" "vc-svn.el" (19661 60185))
29651;;; Generated autoloads from vc-svn.el 29686;;; Generated autoloads from vc-svn.el
29652 (defun vc-svn-registered (f) 29687 (defun vc-svn-registered (f)
29653 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 29688 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -29663,7 +29698,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29663;;;*** 29698;;;***
29664 29699
29665;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" 29700;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
29666;;;;;; (19383 49283)) 29701;;;;;; (19636 58496))
29667;;; Generated autoloads from progmodes/vera-mode.el 29702;;; Generated autoloads from progmodes/vera-mode.el
29668 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 29703 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
29669 29704
@@ -29721,7 +29756,7 @@ Key bindings:
29721;;;*** 29756;;;***
29722 29757
29723;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 29758;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
29724;;;;;; (19383 49283)) 29759;;;;;; (19672 43471))
29725;;; Generated autoloads from progmodes/verilog-mode.el 29760;;; Generated autoloads from progmodes/verilog-mode.el
29726 29761
29727(autoload 'verilog-mode "verilog-mode" "\ 29762(autoload 'verilog-mode "verilog-mode" "\
@@ -29858,7 +29893,7 @@ Key bindings specific to `verilog-mode-map' are:
29858;;;*** 29893;;;***
29859 29894
29860;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 29895;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
29861;;;;;; (19383 49283)) 29896;;;;;; (19636 58496))
29862;;; Generated autoloads from progmodes/vhdl-mode.el 29897;;; Generated autoloads from progmodes/vhdl-mode.el
29863 29898
29864(autoload 'vhdl-mode "vhdl-mode" "\ 29899(autoload 'vhdl-mode "vhdl-mode" "\
@@ -30399,7 +30434,7 @@ Key bindings:
30399 30434
30400;;;*** 30435;;;***
30401 30436
30402;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (19383 49283)) 30437;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (19636 58496))
30403;;; Generated autoloads from emulation/vi.el 30438;;; Generated autoloads from emulation/vi.el
30404 30439
30405(autoload 'vi-mode "vi" "\ 30440(autoload 'vi-mode "vi" "\
@@ -30454,7 +30489,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
30454;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 30489;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
30455;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 30490;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
30456;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 30491;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
30457;;;;;; "language/viet-util.el" (19383 49283)) 30492;;;;;; "language/viet-util.el" (19636 58496))
30458;;; Generated autoloads from language/viet-util.el 30493;;; Generated autoloads from language/viet-util.el
30459 30494
30460(autoload 'viet-encode-viscii-char "viet-util" "\ 30495(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -30502,7 +30537,7 @@ Not documented
30502;;;;;; view-mode view-buffer-other-frame view-buffer-other-window 30537;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
30503;;;;;; view-buffer view-file-other-frame view-file-other-window 30538;;;;;; view-buffer view-file-other-frame view-file-other-window
30504;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) 30539;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
30505;;;;;; "view" "view.el" (19383 49283)) 30540;;;;;; "view" "view.el" (19636 58496))
30506;;; Generated autoloads from view.el 30541;;; Generated autoloads from view.el
30507 30542
30508(defvar view-remove-frame-by-deleting t "\ 30543(defvar view-remove-frame-by-deleting t "\
@@ -30748,8 +30783,8 @@ Exit View mode and make the current buffer editable.
30748 30783
30749;;;*** 30784;;;***
30750 30785
30751;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (19383 30786;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (19636
30752;;;;;; 49283)) 30787;;;;;; 58496))
30753;;; Generated autoloads from emulation/vip.el 30788;;; Generated autoloads from emulation/vip.el
30754 30789
30755(autoload 'vip-setup "vip" "\ 30790(autoload 'vip-setup "vip" "\
@@ -30765,7 +30800,7 @@ Turn on VIP emulation of VI.
30765;;;*** 30800;;;***
30766 30801
30767;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 30802;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
30768;;;;;; (19383 49283)) 30803;;;;;; (19636 58496))
30769;;; Generated autoloads from emulation/viper.el 30804;;; Generated autoloads from emulation/viper.el
30770 30805
30771(autoload 'toggle-viper-mode "viper" "\ 30806(autoload 'toggle-viper-mode "viper" "\
@@ -30782,7 +30817,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
30782;;;*** 30817;;;***
30783 30818
30784;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 30819;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
30785;;;;;; (19383 49283)) 30820;;;;;; (19636 58496))
30786;;; Generated autoloads from emacs-lisp/warnings.el 30821;;; Generated autoloads from emacs-lisp/warnings.el
30787 30822
30788(defvar warning-prefix-function nil "\ 30823(defvar warning-prefix-function nil "\
@@ -30872,7 +30907,7 @@ this is equivalent to `display-warning', using
30872;;;*** 30907;;;***
30873 30908
30874;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 30909;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
30875;;;;;; (19383 49283)) 30910;;;;;; (19636 58496))
30876;;; Generated autoloads from wdired.el 30911;;; Generated autoloads from wdired.el
30877 30912
30878(autoload 'wdired-change-to-wdired-mode "wdired" "\ 30913(autoload 'wdired-change-to-wdired-mode "wdired" "\
@@ -30888,7 +30923,7 @@ See `wdired-mode'.
30888 30923
30889;;;*** 30924;;;***
30890 30925
30891;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19383 49283)) 30926;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19636 58496))
30892;;; Generated autoloads from net/webjump.el 30927;;; Generated autoloads from net/webjump.el
30893 30928
30894(autoload 'webjump "webjump" "\ 30929(autoload 'webjump "webjump" "\
@@ -30905,7 +30940,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
30905;;;*** 30940;;;***
30906 30941
30907;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 30942;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
30908;;;;;; (19383 49283)) 30943;;;;;; (19636 58496))
30909;;; Generated autoloads from progmodes/which-func.el 30944;;; Generated autoloads from progmodes/which-func.el
30910 (put 'which-func-format 'risky-local-variable t) 30945 (put 'which-func-format 'risky-local-variable t)
30911 (put 'which-func-current 'risky-local-variable t) 30946 (put 'which-func-current 'risky-local-variable t)
@@ -30936,7 +30971,7 @@ and off otherwise.
30936;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region 30971;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
30937;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options 30972;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
30938;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode 30973;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
30939;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19383 49283)) 30974;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19636 58496))
30940;;; Generated autoloads from whitespace.el 30975;;; Generated autoloads from whitespace.el
30941 30976
30942(autoload 'whitespace-mode "whitespace" "\ 30977(autoload 'whitespace-mode "whitespace" "\
@@ -31026,6 +31061,7 @@ Interactively, it reads one of the following chars:
31026 31061
31027 CHAR MEANING 31062 CHAR MEANING
31028 (VIA FACES) 31063 (VIA FACES)
31064 f toggle face visualization
31029 t toggle TAB visualization 31065 t toggle TAB visualization
31030 s toggle SPACE and HARD SPACE visualization 31066 s toggle SPACE and HARD SPACE visualization
31031 r toggle trailing blanks visualization 31067 r toggle trailing blanks visualization
@@ -31054,6 +31090,7 @@ Interactively, it reads one of the following chars:
31054Non-interactively, ARG should be a symbol or a list of symbols. 31090Non-interactively, ARG should be a symbol or a list of symbols.
31055The valid symbols are: 31091The valid symbols are:
31056 31092
31093 face toggle face visualization
31057 tabs toggle TAB visualization 31094 tabs toggle TAB visualization
31058 spaces toggle SPACE and HARD SPACE visualization 31095 spaces toggle SPACE and HARD SPACE visualization
31059 trailing toggle trailing blanks visualization 31096 trailing toggle trailing blanks visualization
@@ -31094,6 +31131,7 @@ Interactively, it accepts one of the following chars:
31094 31131
31095 CHAR MEANING 31132 CHAR MEANING
31096 (VIA FACES) 31133 (VIA FACES)
31134 f toggle face visualization
31097 t toggle TAB visualization 31135 t toggle TAB visualization
31098 s toggle SPACE and HARD SPACE visualization 31136 s toggle SPACE and HARD SPACE visualization
31099 r toggle trailing blanks visualization 31137 r toggle trailing blanks visualization
@@ -31122,6 +31160,7 @@ Interactively, it accepts one of the following chars:
31122Non-interactively, ARG should be a symbol or a list of symbols. 31160Non-interactively, ARG should be a symbol or a list of symbols.
31123The valid symbols are: 31161The valid symbols are:
31124 31162
31163 face toggle face visualization
31125 tabs toggle TAB visualization 31164 tabs toggle TAB visualization
31126 spaces toggle SPACE and HARD SPACE visualization 31165 spaces toggle SPACE and HARD SPACE visualization
31127 trailing toggle trailing blanks visualization 31166 trailing toggle trailing blanks visualization
@@ -31335,7 +31374,7 @@ cleaning up these problems.
31335;;;*** 31374;;;***
31336 31375
31337;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 31376;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
31338;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (19383 49283)) 31377;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (19636 58496))
31339;;; Generated autoloads from wid-browse.el 31378;;; Generated autoloads from wid-browse.el
31340 31379
31341(autoload 'widget-browse-at "wid-browse" "\ 31380(autoload 'widget-browse-at "wid-browse" "\
@@ -31362,8 +31401,8 @@ With arg, turn widget mode on if and only if arg is positive.
31362;;;*** 31401;;;***
31363 31402
31364;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 31403;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
31365;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19383 31404;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19636
31366;;;;;; 49283)) 31405;;;;;; 58496))
31367;;; Generated autoloads from wid-edit.el 31406;;; Generated autoloads from wid-edit.el
31368 31407
31369(autoload 'widgetp "wid-edit" "\ 31408(autoload 'widgetp "wid-edit" "\
@@ -31406,8 +31445,8 @@ Setup current buffer so editing string widgets works.
31406;;;*** 31445;;;***
31407 31446
31408;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 31447;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
31409;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (19383 31448;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (19636
31410;;;;;; 49283)) 31449;;;;;; 58496))
31411;;; Generated autoloads from windmove.el 31450;;; Generated autoloads from windmove.el
31412 31451
31413(autoload 'windmove-left "windmove" "\ 31452(autoload 'windmove-left "windmove" "\
@@ -31460,7 +31499,7 @@ Default MODIFIER is 'shift.
31460;;;*** 31499;;;***
31461 31500
31462;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 31501;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
31463;;;;;; (19383 49283)) 31502;;;;;; (19636 58496))
31464;;; Generated autoloads from winner.el 31503;;; Generated autoloads from winner.el
31465 31504
31466(defvar winner-mode nil "\ 31505(defvar winner-mode nil "\
@@ -31479,7 +31518,7 @@ With arg, turn Winner mode on if and only if arg is positive.
31479;;;*** 31518;;;***
31480 31519
31481;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale) 31520;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale)
31482;;;;;; "woman" "woman.el" (19383 49285)) 31521;;;;;; "woman" "woman.el" (19652 24589))
31483;;; Generated autoloads from woman.el 31522;;; Generated autoloads from woman.el
31484 31523
31485(defvar woman-locale nil "\ 31524(defvar woman-locale nil "\
@@ -31523,7 +31562,7 @@ decompress the file if appropriate. See the documentation for the
31523;;;*** 31562;;;***
31524 31563
31525;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 31564;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
31526;;;;;; (19383 49283)) 31565;;;;;; (19636 58496))
31527;;; Generated autoloads from emulation/ws-mode.el 31566;;; Generated autoloads from emulation/ws-mode.el
31528 31567
31529(autoload 'wordstar-mode "ws-mode" "\ 31568(autoload 'wordstar-mode "ws-mode" "\
@@ -31635,7 +31674,7 @@ The key bindings are:
31635 31674
31636;;;*** 31675;;;***
31637 31676
31638;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19383 49283)) 31677;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19636 58496))
31639;;; Generated autoloads from net/xesam.el 31678;;; Generated autoloads from net/xesam.el
31640 31679
31641(autoload 'xesam-search "xesam" "\ 31680(autoload 'xesam-search "xesam" "\
@@ -31655,7 +31694,7 @@ Example:
31655;;;*** 31694;;;***
31656 31695
31657;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 31696;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
31658;;;;;; (19383 49283)) 31697;;;;;; (19636 58496))
31659;;; Generated autoloads from xml.el 31698;;; Generated autoloads from xml.el
31660 31699
31661(autoload 'xml-parse-file "xml" "\ 31700(autoload 'xml-parse-file "xml" "\
@@ -31681,7 +31720,7 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
31681;;;*** 31720;;;***
31682 31721
31683;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" 31722;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
31684;;;;;; "nxml/xmltok.el" (19383 49283)) 31723;;;;;; "nxml/xmltok.el" (19636 58496))
31685;;; Generated autoloads from nxml/xmltok.el 31724;;; Generated autoloads from nxml/xmltok.el
31686 31725
31687(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 31726(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -31699,8 +31738,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
31699 31738
31700;;;*** 31739;;;***
31701 31740
31702;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (19383 31741;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (19636
31703;;;;;; 49283)) 31742;;;;;; 58496))
31704;;; Generated autoloads from xt-mouse.el 31743;;; Generated autoloads from xt-mouse.el
31705 31744
31706(defvar xterm-mouse-mode nil "\ 31745(defvar xterm-mouse-mode nil "\
@@ -31729,7 +31768,7 @@ down the SHIFT key while pressing the mouse button.
31729;;;*** 31768;;;***
31730 31769
31731;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 31770;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
31732;;;;;; "gnus/yenc.el" (19383 49283)) 31771;;;;;; "gnus/yenc.el" (19636 58496))
31733;;; Generated autoloads from gnus/yenc.el 31772;;; Generated autoloads from gnus/yenc.el
31734 31773
31735(autoload 'yenc-decode-region "yenc" "\ 31774(autoload 'yenc-decode-region "yenc" "\
@@ -31745,7 +31784,7 @@ Extract file name from an yenc header.
31745;;;*** 31784;;;***
31746 31785
31747;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 31786;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
31748;;;;;; yow) "yow" "play/yow.el" (19383 49283)) 31787;;;;;; yow) "yow" "play/yow.el" (19636 58496))
31749;;; Generated autoloads from play/yow.el 31788;;; Generated autoloads from play/yow.el
31750 31789
31751(autoload 'yow "yow" "\ 31790(autoload 'yow "yow" "\
@@ -31771,7 +31810,7 @@ Zippy goes to the analyst.
31771 31810
31772;;;*** 31811;;;***
31773 31812
31774;;;### (autoloads (zone) "zone" "play/zone.el" (19383 49283)) 31813;;;### (autoloads (zone) "zone" "play/zone.el" (19636 58496))
31775;;; Generated autoloads from play/zone.el 31814;;; Generated autoloads from play/zone.el
31776 31815
31777(autoload 'zone "zone" "\ 31816(autoload 'zone "zone" "\
@@ -31802,30 +31841,32 @@ Zone out, completely.
31802;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el" 31841;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el"
31803;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el" 31842;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el"
31804;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el" 31843;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el"
31805;;;;;; "cedet/cedet-idutils.el" "cedet/cedet.el" "cedet/ede/autoconf-edit.el" 31844;;;;;; "cedet/cedet-idutils.el" "cedet/cedet.el" "cedet/ede/auto.el"
31806;;;;;; "cedet/ede/cpp-root.el" "cedet/ede/dired.el" "cedet/ede/emacs.el" 31845;;;;;; "cedet/ede/autoconf-edit.el" "cedet/ede/base.el" "cedet/ede/cpp-root.el"
31807;;;;;; "cedet/ede/files.el" "cedet/ede/linux.el" "cedet/ede/locate.el" 31846;;;;;; "cedet/ede/custom.el" "cedet/ede/dired.el" "cedet/ede/emacs.el"
31808;;;;;; "cedet/ede/make.el" "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" 31847;;;;;; "cedet/ede/files.el" "cedet/ede/generic.el" "cedet/ede/linux.el"
31809;;;;;; "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" 31848;;;;;; "cedet/ede/locate.el" "cedet/ede/make.el" "cedet/ede/makefile-edit.el"
31810;;;;;; "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" 31849;;;;;; "cedet/ede/pconf.el" "cedet/ede/pmake.el" "cedet/ede/proj-archive.el"
31811;;;;;; "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" 31850;;;;;; "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el"
31812;;;;;; "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" "cedet/ede/proj.el" 31851;;;;;; "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el"
31813;;;;;; "cedet/ede/project-am.el" "cedet/ede/shell.el" "cedet/ede/simple.el" 31852;;;;;; "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el"
31814;;;;;; "cedet/ede/source.el" "cedet/ede/speedbar.el" "cedet/ede/srecode.el" 31853;;;;;; "cedet/ede/proj.el" "cedet/ede/project-am.el" "cedet/ede/shell.el"
31815;;;;;; "cedet/ede/system.el" "cedet/ede/util.el" "cedet/inversion.el" 31854;;;;;; "cedet/ede/simple.el" "cedet/ede/source.el" "cedet/ede/speedbar.el"
31816;;;;;; "cedet/mode-local.el" "cedet/pulse.el" "cedet/semantic/analyze.el" 31855;;;;;; "cedet/ede/srecode.el" "cedet/ede/system.el" "cedet/ede/util.el"
31817;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/debug.el" 31856;;;;;; "cedet/inversion.el" "cedet/mode-local.el" "cedet/pulse.el"
31818;;;;;; "cedet/semantic/analyze/fcn.el" "cedet/semantic/analyze/refs.el" 31857;;;;;; "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el"
31819;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c-by.el" 31858;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el"
31820;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el" 31859;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el"
31821;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el" 31860;;;;;; "cedet/semantic/bovine/c-by.el" "cedet/semantic/bovine/c.el"
31822;;;;;; "cedet/semantic/bovine/make-by.el" "cedet/semantic/bovine/make.el" 31861;;;;;; "cedet/semantic/bovine/debug.el" "cedet/semantic/bovine/el.el"
31823;;;;;; "cedet/semantic/bovine/scm-by.el" "cedet/semantic/bovine/scm.el" 31862;;;;;; "cedet/semantic/bovine/gcc.el" "cedet/semantic/bovine/make-by.el"
31824;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" 31863;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm-by.el"
31825;;;;;; "cedet/semantic/db-debug.el" "cedet/semantic/db-ebrowse.el" 31864;;;;;; "cedet/semantic/bovine/scm.el" "cedet/semantic/chart.el"
31826;;;;;; "cedet/semantic/db-el.el" "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" 31865;;;;;; "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" "cedet/semantic/db-debug.el"
31827;;;;;; "cedet/semantic/db-global.el" "cedet/semantic/db-javascript.el" 31866;;;;;; "cedet/semantic/db-ebrowse.el" "cedet/semantic/db-el.el"
31828;;;;;; "cedet/semantic/db-mode.el" "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el" 31867;;;;;; "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" "cedet/semantic/db-global.el"
31868;;;;;; "cedet/semantic/db-javascript.el" "cedet/semantic/db-mode.el"
31869;;;;;; "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el"
31829;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el" 31870;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el"
31830;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el" 31871;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el"
31831;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el" 31872;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el"
@@ -31859,38 +31900,38 @@ Zone out, completely.
31859;;;;;; "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" "electric.el" 31900;;;;;; "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" "electric.el"
31860;;;;;; "emacs-lisp/assoc.el" "emacs-lisp/authors.el" "emacs-lisp/avl-tree.el" 31901;;;;;; "emacs-lisp/assoc.el" "emacs-lisp/authors.el" "emacs-lisp/avl-tree.el"
31861;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/chart.el" 31902;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/chart.el"
31862;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el" 31903;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el" "emacs-lisp/cl-macs.el"
31863;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" 31904;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el"
31864;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-comp.el" 31905;;;;;; "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-comp.el" "emacs-lisp/eieio-custom.el"
31865;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-datadebug.el" 31906;;;;;; "emacs-lisp/eieio-datadebug.el" "emacs-lisp/eieio-opt.el"
31866;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eieio-speedbar.el" 31907;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el"
31867;;;;;; "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" "emacs-lisp/gulp.el" 31908;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/regi.el"
31868;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/lmenu.el" "emacs-lisp/regi.el" 31909;;;;;; "emacs-lisp/smie.el" "emacs-lisp/sregex.el" "emacs-lisp/tcover-ses.el"
31869;;;;;; "emacs-lisp/sregex.el" "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el" 31910;;;;;; "emacs-lisp/tcover-unsafep.el" "emacs-lock.el" "emulation/cua-gmrk.el"
31870;;;;;; "emacs-lock.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el" 31911;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el"
31871;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el" 31912;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-extras.el"
31872;;;;;; "emulation/edt-vt100.el" "emulation/tpu-extras.el" "emulation/viper-cmd.el" 31913;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el"
31873;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" 31914;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el"
31874;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el" 31915;;;;;; "emulation/viper-util.el" "erc/erc-backend.el" "erc/erc-goodies.el"
31875;;;;;; "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el" 31916;;;;;; "erc/erc-ibuffer.el" "erc/erc-lang.el" "eshell/em-alias.el"
31876;;;;;; "erc/erc-lang.el" "eshell/em-alias.el" "eshell/em-banner.el" 31917;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el"
31877;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el" 31918;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el"
31878;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el" 31919;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el"
31879;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" 31920;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el"
31880;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" 31921;;;;;; "eshell/em-term.el" "eshell/em-unix.el" "eshell/em-xtra.el"
31881;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el" 31922;;;;;; "eshell/esh-arg.el" "eshell/esh-cmd.el" "eshell/esh-ext.el"
31882;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-io.el" 31923;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el"
31883;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el" 31924;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el"
31884;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "foldout.el" 31925;;;;;; "ezimage.el" "foldout.el" "font-setting.el" "format-spec.el"
31885;;;;;; "font-setting.el" "format-spec.el" "forms-d2.el" "forms-pass.el" 31926;;;;;; "forms-d2.el" "forms-pass.el" "fringe.el" "generic-x.el"
31886;;;;;; "fringe.el" "generic-x.el" "gnus/auth-source.el" "gnus/compface.el" 31927;;;;;; "gnus/auth-source.el" "gnus/compface.el" "gnus/gnus-async.el"
31887;;;;;; "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" 31928;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el"
31888;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-dup.el" 31929;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el"
31889;;;;;; "gnus/gnus-eform.el" "gnus/gnus-ems.el" "gnus/gnus-int.el" 31930;;;;;; "gnus/gnus-ems.el" "gnus/gnus-int.el" "gnus/gnus-logic.el"
31890;;;;;; "gnus/gnus-logic.el" "gnus/gnus-mh.el" "gnus/gnus-salt.el" 31931;;;;;; "gnus/gnus-mh.el" "gnus/gnus-salt.el" "gnus/gnus-score.el"
31891;;;;;; "gnus/gnus-score.el" "gnus/gnus-setup.el" "gnus/gnus-srvr.el" 31932;;;;;; "gnus/gnus-setup.el" "gnus/gnus-srvr.el" "gnus/gnus-sum.el"
31892;;;;;; "gnus/gnus-sum.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el" 31933;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el"
31893;;;;;; "gnus/gnus-util.el" "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/ietf-drums.el" 31934;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/ietf-drums.el"
31894;;;;;; "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" "gnus/mail-prsvr.el" 31935;;;;;; "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" "gnus/mail-prsvr.el"
31895;;;;;; "gnus/mail-source.el" "gnus/mailcap.el" "gnus/messcompat.el" 31936;;;;;; "gnus/mail-source.el" "gnus/mailcap.el" "gnus/messcompat.el"
31896;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-encode.el" 31937;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-encode.el"
@@ -31971,8 +32012,8 @@ Zone out, completely.
31971;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" 32012;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el"
31972;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" 32013;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
31973;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el" 32014;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el"
31974;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19428 32015;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19672
31975;;;;;; 55161 909254)) 32016;;;;;; 46342 903499))
31976 32017
31977;;;*** 32018;;;***
31978 32019
diff --git a/lisp/version.el b/lisp/version.el
index 127fdec26f0..49c355d7020 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -32,7 +32,7 @@
32(defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\ 32(defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\
33Short copyright string for this version of Emacs.") 33Short copyright string for this version of Emacs.")
34 34
35(defconst emacs-version "23.2.50" "\ 35(defconst emacs-version "23.2.90" "\
36Version numbers of this version of Emacs.") 36Version numbers of this version of Emacs.")
37 37
38(defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\ 38(defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\