aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ldefs-boot.el4401
1 files changed, 1846 insertions, 2555 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index f2dea83b624..cfd6a738b19 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" (18787 48933)) 8;;;;;; "play/5x5.el" (19104 47795))
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;;;;;; (18787 48911)) 68;;;;;; (18785 31758))
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;;;;;; (18791 16530)) 79;;;;;; (19088 18199))
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;;;;;; (18794 5654)) 99;;;;;; (18793 7269))
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;;;;;; (18787 48933)) 110;;;;;; (19088 18200))
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" (18789 124;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (19128
125;;;;;; 14212)) 125;;;;;; 61338))
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,11 +261,11 @@ 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" (18787 48921)) 264;;;;;; "advice" "emacs-lisp/advice.el" (19125 14817))
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 "\
268*Defines what to do with redefinitions during Advice de/activation. 268Defines what to do with redefinitions during Advice de/activation.
269Redefinition occurs if a previously activated function that already has an 269Redefinition occurs if a previously activated function that already has an
270original definition associated with it gets redefined and then de/activated. 270original definition associated with it gets redefined and then de/activated.
271In such a case we can either accept the current definition as the new 271In such a case we can either accept the current definition as the new
@@ -278,7 +278,7 @@ interpreted as `error'.")
278(custom-autoload 'ad-redefinition-action "advice" t) 278(custom-autoload 'ad-redefinition-action "advice" t)
279 279
280(defvar ad-default-compilation-action 'maybe "\ 280(defvar ad-default-compilation-action 'maybe "\
281*Defines whether to compile advised definitions during activation. 281Defines whether to compile advised definitions during activation.
282A value of `always' will result in unconditional compilation, `never' will 282A value of `always' will result in unconditional compilation, `never' will
283always avoid compilation, `maybe' will compile if the byte-compiler is already 283always avoid compilation, `maybe' will compile if the byte-compiler is already
284loaded, and `like-original' will compile if the original definition of the 284loaded, and `like-original' will compile if the original definition of the
@@ -392,7 +392,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
392 392
393;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 393;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
394;;;;;; align-highlight-rule align-current align-entire align-regexp 394;;;;;; align-highlight-rule align-current align-entire align-regexp
395;;;;;; align) "align" "align.el" (18892 6535)) 395;;;;;; align) "align" "align.el" (18891 43919))
396;;; Generated autoloads from align.el 396;;; Generated autoloads from align.el
397 397
398(autoload 'align "align" "\ 398(autoload 'align "align" "\
@@ -482,7 +482,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
482;;;*** 482;;;***
483 483
484;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" 484;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el"
485;;;;;; (18791 16506)) 485;;;;;; (19130 52557))
486;;; Generated autoloads from allout.el 486;;; Generated autoloads from allout.el
487 487
488(put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil))))) 488(put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil)))))
@@ -789,7 +789,7 @@ setup for auto-startup.
789;;;*** 789;;;***
790 790
791;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 791;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
792;;;;;; "net/ange-ftp.el" (18905 22709)) 792;;;;;; "net/ange-ftp.el" (19113 50887))
793;;; Generated autoloads from net/ange-ftp.el 793;;; Generated autoloads from net/ange-ftp.el
794 794
795(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 795(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
@@ -811,7 +811,7 @@ Not documented
811;;;*** 811;;;***
812 812
813;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 813;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
814;;;;;; "animate" "play/animate.el" (18787 48933)) 814;;;;;; "animate" "play/animate.el" (18785 32026))
815;;; Generated autoloads from play/animate.el 815;;; Generated autoloads from play/animate.el
816 816
817(autoload 'animate-string "animate" "\ 817(autoload 'animate-string "animate" "\
@@ -839,7 +839,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\".
839;;;*** 839;;;***
840 840
841;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 841;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
842;;;;;; "ansi-color" "ansi-color.el" (18934 32602)) 842;;;;;; "ansi-color" "ansi-color.el" (19121 54544))
843;;; Generated autoloads from ansi-color.el 843;;; Generated autoloads from ansi-color.el
844 844
845(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ 845(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
@@ -865,7 +865,7 @@ This is a good function to put in `comint-output-filter-functions'.
865;;;*** 865;;;***
866 866
867;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 867;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
868;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (18791 16530)) 868;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (19101 19251))
869;;; Generated autoloads from progmodes/antlr-mode.el 869;;; Generated autoloads from progmodes/antlr-mode.el
870 870
871(autoload 'antlr-show-makefile-rules "antlr-mode" "\ 871(autoload 'antlr-show-makefile-rules "antlr-mode" "\
@@ -902,7 +902,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
902;;;*** 902;;;***
903 903
904;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add) 904;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add)
905;;;;;; "appt" "calendar/appt.el" (18787 48920)) 905;;;;;; "appt" "calendar/appt.el" (19103 25521))
906;;; Generated autoloads from calendar/appt.el 906;;; Generated autoloads from calendar/appt.el
907 907
908(autoload 'appt-add "appt" "\ 908(autoload 'appt-add "appt" "\
@@ -942,7 +942,7 @@ ARG is positive, otherwise off.
942 942
943;;;### (autoloads (apropos-documentation apropos-value apropos-library 943;;;### (autoloads (apropos-documentation apropos-value apropos-library
944;;;;;; apropos apropos-documentation-property apropos-command apropos-variable 944;;;;;; apropos apropos-documentation-property apropos-command apropos-variable
945;;;;;; apropos-read-pattern) "apropos" "apropos.el" (18848 908)) 945;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19118 65003))
946;;; Generated autoloads from apropos.el 946;;; Generated autoloads from apropos.el
947 947
948(autoload 'apropos-read-pattern "apropos" "\ 948(autoload 'apropos-read-pattern "apropos" "\
@@ -1045,8 +1045,8 @@ Returns list of symbols and documentation found.
1045 1045
1046;;;*** 1046;;;***
1047 1047
1048;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (18892 1048;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (19103
1049;;;;;; 6536)) 1049;;;;;; 26692))
1050;;; Generated autoloads from arc-mode.el 1050;;; Generated autoloads from arc-mode.el
1051 1051
1052(autoload 'archive-mode "arc-mode" "\ 1052(autoload 'archive-mode "arc-mode" "\
@@ -1066,7 +1066,7 @@ archive.
1066 1066
1067;;;*** 1067;;;***
1068 1068
1069;;;### (autoloads (array-mode) "array" "array.el" (18794 5653)) 1069;;;### (autoloads (array-mode) "array" "array.el" (18793 9988))
1070;;; Generated autoloads from array.el 1070;;; Generated autoloads from array.el
1071 1071
1072(autoload 'array-mode "array" "\ 1072(autoload 'array-mode "array" "\
@@ -1138,7 +1138,7 @@ Entering array mode calls the function `array-mode-hook'.
1138;;;*** 1138;;;***
1139 1139
1140;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (18829 1140;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (18829
1141;;;;;; 65374)) 1141;;;;;; 65442))
1142;;; Generated autoloads from textmodes/artist.el 1142;;; Generated autoloads from textmodes/artist.el
1143 1143
1144(autoload 'artist-mode "artist" "\ 1144(autoload 'artist-mode "artist" "\
@@ -1344,8 +1344,8 @@ Keymap summary
1344 1344
1345;;;*** 1345;;;***
1346 1346
1347;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (18787 1347;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (18785
1348;;;;;; 48933)) 1348;;;;;; 32035))
1349;;; Generated autoloads from progmodes/asm-mode.el 1349;;; Generated autoloads from progmodes/asm-mode.el
1350 1350
1351(autoload 'asm-mode "asm-mode" "\ 1351(autoload 'asm-mode "asm-mode" "\
@@ -1373,7 +1373,7 @@ Special commands:
1373;;;*** 1373;;;***
1374 1374
1375;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1375;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1376;;;;;; (18791 16506)) 1376;;;;;; (18790 54819))
1377;;; Generated autoloads from autoarg.el 1377;;; Generated autoloads from autoarg.el
1378 1378
1379(defvar autoarg-mode nil "\ 1379(defvar autoarg-mode nil "\
@@ -1427,7 +1427,7 @@ etc. to supply digit arguments.
1427;;;*** 1427;;;***
1428 1428
1429;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1429;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1430;;;;;; (18787 48933)) 1430;;;;;; (19137 28302))
1431;;; Generated autoloads from progmodes/autoconf.el 1431;;; Generated autoloads from progmodes/autoconf.el
1432 1432
1433(autoload 'autoconf-mode "autoconf" "\ 1433(autoload 'autoconf-mode "autoconf" "\
@@ -1438,7 +1438,7 @@ Major mode for editing Autoconf configure.in files.
1438;;;*** 1438;;;***
1439 1439
1440;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1440;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1441;;;;;; "autoinsert" "autoinsert.el" (18787 48911)) 1441;;;;;; "autoinsert" "autoinsert.el" (19096 3520))
1442;;; Generated autoloads from autoinsert.el 1442;;; Generated autoloads from autoinsert.el
1443 1443
1444(autoload 'auto-insert "autoinsert" "\ 1444(autoload 'auto-insert "autoinsert" "\
@@ -1477,11 +1477,15 @@ insert a template for the file depending on the mode of the buffer.
1477 1477
1478;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1478;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1479;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1479;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1480;;;;;; (18787 48921)) 1480;;;;;; (19137 28302))
1481;;; Generated autoloads from emacs-lisp/autoload.el 1481;;; Generated autoloads from emacs-lisp/autoload.el
1482 1482
1483(put 'generated-autoload-file 'safe-local-variable 'stringp) 1483(put 'generated-autoload-file 'safe-local-variable 'stringp)
1484 1484
1485(put 'generated-autoload-feature 'safe-local-variable 'symbolp)
1486
1487(put 'generated-autoload-load-name 'safe-local-variable 'stringp)
1488
1485(autoload 'update-file-autoloads "autoload" "\ 1489(autoload 'update-file-autoloads "autoload" "\
1486Update the autoloads for FILE in `generated-autoload-file' 1490Update the autoloads for FILE in `generated-autoload-file'
1487\(which FILE might bind in its local variables). 1491\(which FILE might bind in its local variables).
@@ -1514,7 +1518,7 @@ Calls `update-directory-autoloads' on the command line arguments.
1514 1518
1515;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1519;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1516;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1520;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1517;;;;;; "autorevert" "autorevert.el" (18787 48911)) 1521;;;;;; "autorevert" "autorevert.el" (19061 51943))
1518;;; Generated autoloads from autorevert.el 1522;;; Generated autoloads from autorevert.el
1519 1523
1520(autoload 'auto-revert-mode "autorevert" "\ 1524(autoload 'auto-revert-mode "autorevert" "\
@@ -1572,18 +1576,30 @@ or call the function `global-auto-revert-mode'.")
1572(custom-autoload 'global-auto-revert-mode "autorevert" nil) 1576(custom-autoload 'global-auto-revert-mode "autorevert" nil)
1573 1577
1574(autoload 'global-auto-revert-mode "autorevert" "\ 1578(autoload 'global-auto-revert-mode "autorevert" "\
1575Revert any buffer when file on disk changes. 1579Toggle Global Auto Revert mode.
1580With optional prefix argument ARG, enable Global Auto Revert Mode
1581if ARG > 0, else disable it.
1582
1583This is a global minor mode that reverts any buffer associated
1584with a file when the file changes on disk. Use `auto-revert-mode'
1585to revert a particular buffer.
1576 1586
1577With arg, turn Auto Revert mode on globally if and only if arg is positive. 1587If `global-auto-revert-non-file-buffers' is non-nil, this mode
1578This is a minor mode that affects all buffers. 1588may also revert some non-file buffers, as described in the
1579Use `auto-revert-mode' to revert a particular buffer. 1589documentation of that variable. It ignores buffers with modes
1590matching `global-auto-revert-ignore-modes', and buffers with a
1591non-nil vale of `global-auto-revert-ignore-buffer'.
1592
1593This function calls the hook `global-auto-revert-mode-hook'.
1594It displays the text that `global-auto-revert-mode-text'
1595specifies in the mode line.
1580 1596
1581\(fn &optional ARG)" t nil) 1597\(fn &optional ARG)" t nil)
1582 1598
1583;;;*** 1599;;;***
1584 1600
1585;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1601;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1586;;;;;; "avoid.el" (18787 48911)) 1602;;;;;; "avoid.el" (18785 31764))
1587;;; Generated autoloads from avoid.el 1603;;; Generated autoloads from avoid.el
1588 1604
1589(defvar mouse-avoidance-mode nil "\ 1605(defvar mouse-avoidance-mode nil "\
@@ -1624,7 +1640,7 @@ definition of \"random distance\".)
1624;;;*** 1640;;;***
1625 1641
1626;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1642;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1627;;;;;; (18787 48911)) 1643;;;;;; (18785 31764))
1628;;; Generated autoloads from battery.el 1644;;; Generated autoloads from battery.el
1629 (put 'battery-mode-line-string 'risky-local-variable t) 1645 (put 'battery-mode-line-string 'risky-local-variable t)
1630 1646
@@ -1656,7 +1672,7 @@ seconds.
1656;;;*** 1672;;;***
1657 1673
1658;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1674;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1659;;;;;; "benchmark" "emacs-lisp/benchmark.el" (18879 46549)) 1675;;;;;; "benchmark" "emacs-lisp/benchmark.el" (18879 31805))
1660;;; Generated autoloads from emacs-lisp/benchmark.el 1676;;; Generated autoloads from emacs-lisp/benchmark.el
1661 1677
1662(autoload 'benchmark-run "benchmark" "\ 1678(autoload 'benchmark-run "benchmark" "\
@@ -1689,7 +1705,7 @@ For non-interactive use see also `benchmark-run' and
1689;;;*** 1705;;;***
1690 1706
1691;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) 1707;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
1692;;;;;; "bibtex" "textmodes/bibtex.el" (18906 38046)) 1708;;;;;; "bibtex" "textmodes/bibtex.el" (19130 52561))
1693;;; Generated autoloads from textmodes/bibtex.el 1709;;; Generated autoloads from textmodes/bibtex.el
1694 1710
1695(autoload 'bibtex-initialize "bibtex" "\ 1711(autoload 'bibtex-initialize "bibtex" "\
@@ -1776,7 +1792,7 @@ mode is not `bibtex-mode', START is nil, and DISPLAY is t.
1776;;;*** 1792;;;***
1777 1793
1778;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" 1794;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1779;;;;;; (18787 48935)) 1795;;;;;; (18785 32079))
1780;;; Generated autoloads from textmodes/bibtex-style.el 1796;;; Generated autoloads from textmodes/bibtex-style.el
1781 (add-to-list 'auto-mode-alist '("\\.bst\\'" . bibtex-style-mode)) 1797 (add-to-list 'auto-mode-alist '("\\.bst\\'" . bibtex-style-mode))
1782 1798
@@ -1789,7 +1805,7 @@ Major mode for editing BibTeX style files.
1789 1805
1790;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1806;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1791;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" 1807;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
1792;;;;;; (18787 48929)) 1808;;;;;; (18785 31991))
1793;;; Generated autoloads from mail/binhex.el 1809;;; Generated autoloads from mail/binhex.el
1794 1810
1795(defconst binhex-begin-line "^:...............................................................$") 1811(defconst binhex-begin-line "^:...............................................................$")
@@ -1812,8 +1828,8 @@ Binhex decode region between START and END.
1812 1828
1813;;;*** 1829;;;***
1814 1830
1815;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (18787 1831;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (18785
1816;;;;;; 48933)) 1832;;;;;; 32026))
1817;;; Generated autoloads from play/blackbox.el 1833;;; Generated autoloads from play/blackbox.el
1818 1834
1819(autoload 'blackbox "blackbox" "\ 1835(autoload 'blackbox "blackbox" "\
@@ -1935,8 +1951,8 @@ a reflection.
1935;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save 1951;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save
1936;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename 1952;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename
1937;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump-other-window 1953;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump-other-window
1938;;;;;; bookmark-jump bookmark-set) "bookmark" "bookmark.el" (18787 1954;;;;;; bookmark-jump bookmark-set) "bookmark" "bookmark.el" (19126
1939;;;;;; 48911)) 1955;;;;;; 16924))
1940;;; Generated autoloads from bookmark.el 1956;;; Generated autoloads from bookmark.el
1941 (define-key ctl-x-r-map "b" 'bookmark-jump) 1957 (define-key ctl-x-r-map "b" 'bookmark-jump)
1942 (define-key ctl-x-r-map "m" 'bookmark-set) 1958 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2120,7 +2136,7 @@ deletion, or > if it is flagged for displaying.
2120;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file 2136;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file
2121;;;;;; browse-url-url-at-point browse-url-galeon-program browse-url-firefox-program 2137;;;;;; browse-url-url-at-point browse-url-galeon-program browse-url-firefox-program
2122;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" 2138;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el"
2123;;;;;; (18918 44797)) 2139;;;;;; (19100 37423))
2124;;; Generated autoloads from net/browse-url.el 2140;;; Generated autoloads from net/browse-url.el
2125 2141
2126(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)) "\ 2142(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)) "\
@@ -2450,8 +2466,8 @@ from `browse-url-elinks-wrapper'.
2450 2466
2451;;;*** 2467;;;***
2452 2468
2453;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (18787 2469;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (18785
2454;;;;;; 48933)) 2470;;;;;; 32026))
2455;;; Generated autoloads from play/bruce.el 2471;;; Generated autoloads from play/bruce.el
2456 2472
2457(autoload 'bruce "bruce" "\ 2473(autoload 'bruce "bruce" "\
@@ -2467,7 +2483,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2467;;;*** 2483;;;***
2468 2484
2469;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2485;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2470;;;;;; "bs" "bs.el" (18853 58440)) 2486;;;;;; "bs" "bs.el" (19137 28300))
2471;;; Generated autoloads from bs.el 2487;;; Generated autoloads from bs.el
2472 2488
2473(autoload 'bs-cycle-next "bs" "\ 2489(autoload 'bs-cycle-next "bs" "\
@@ -2507,7 +2523,7 @@ name of buffer configuration.
2507 2523
2508;;;*** 2524;;;***
2509 2525
2510;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (18890 28165)) 2526;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (19091 22844))
2511;;; Generated autoloads from play/bubbles.el 2527;;; Generated autoloads from play/bubbles.el
2512 2528
2513(autoload 'bubbles "bubbles" "\ 2529(autoload 'bubbles "bubbles" "\
@@ -2529,7 +2545,7 @@ columns on its right towards the left.
2529;;;*** 2545;;;***
2530 2546
2531;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" 2547;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference"
2532;;;;;; "progmodes/bug-reference.el" (18797 25728)) 2548;;;;;; "progmodes/bug-reference.el" (18797 13277))
2533;;; Generated autoloads from progmodes/bug-reference.el 2549;;; Generated autoloads from progmodes/bug-reference.el
2534 2550
2535(put 'bug-reference-url-format 'safe-local-variable 'stringp) 2551(put 'bug-reference-url-format 'safe-local-variable 'stringp)
@@ -2551,7 +2567,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2551;;;;;; compile-defun byte-compile-file byte-recompile-directory 2567;;;;;; compile-defun byte-compile-file byte-recompile-directory
2552;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning 2568;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning
2553;;;;;; byte-compile-warnings-safe-p) "bytecomp" "emacs-lisp/bytecomp.el" 2569;;;;;; byte-compile-warnings-safe-p) "bytecomp" "emacs-lisp/bytecomp.el"
2554;;;;;; (18825 40643)) 2570;;;;;; (19121 58730))
2555;;; Generated autoloads from emacs-lisp/bytecomp.el 2571;;; Generated autoloads from emacs-lisp/bytecomp.el
2556(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2572(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2557(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2573(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2675,8 +2691,8 @@ and corresponding effects.
2675 2691
2676;;;*** 2692;;;***
2677 2693
2678;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (18787 2694;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19106
2679;;;;;; 48920)) 2695;;;;;; 54022))
2680;;; Generated autoloads from calendar/cal-china.el 2696;;; Generated autoloads from calendar/cal-china.el
2681 2697
2682(put 'calendar-chinese-time-zone 'risky-local-variable t) 2698(put 'calendar-chinese-time-zone 'risky-local-variable t)
@@ -2685,7 +2701,7 @@ and corresponding effects.
2685 2701
2686;;;*** 2702;;;***
2687 2703
2688;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (18991 49069)) 2704;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19008 33942))
2689;;; Generated autoloads from calendar/cal-dst.el 2705;;; Generated autoloads from calendar/cal-dst.el
2690 2706
2691(put 'calendar-daylight-savings-starts 'risky-local-variable t) 2707(put 'calendar-daylight-savings-starts 'risky-local-variable t)
@@ -2697,7 +2713,7 @@ and corresponding effects.
2697;;;*** 2713;;;***
2698 2714
2699;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el" 2715;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el"
2700;;;;;; (18787 48920)) 2716;;;;;; (18785 31873))
2701;;; Generated autoloads from calendar/cal-hebrew.el 2717;;; Generated autoloads from calendar/cal-hebrew.el
2702 2718
2703(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ 2719(autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
@@ -2713,14 +2729,9 @@ from the cursor position.
2713 2729
2714;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2730;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2715;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2731;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2716;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" 2732;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19098
2717;;;;;; (18934 26356)) 2733;;;;;; 2641))
2718;;; Generated autoloads from calc/calc.el 2734;;; Generated autoloads from calc/calc.el
2719
2720(defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\
2721File in which to record permanent settings.")
2722
2723(custom-autoload 'calc-settings-file "calc" t)
2724 (define-key ctl-x-map "*" 'calc-dispatch) 2735 (define-key ctl-x-map "*" 'calc-dispatch)
2725 2736
2726(autoload 'calc-dispatch "calc" "\ 2737(autoload 'calc-dispatch "calc" "\
@@ -2801,8 +2812,8 @@ See Info node `(calc)Defining Functions'.
2801 2812
2802;;;*** 2813;;;***
2803 2814
2804;;;### (autoloads (calculator) "calculator" "calculator.el" (18787 2815;;;### (autoloads (calculator) "calculator" "calculator.el" (18785
2805;;;;;; 48911)) 2816;;;;;; 31766))
2806;;; Generated autoloads from calculator.el 2817;;; Generated autoloads from calculator.el
2807 2818
2808(autoload 'calculator "calculator" "\ 2819(autoload 'calculator "calculator" "\
@@ -2813,8 +2824,8 @@ See the documentation for `calculator-mode' for more information.
2813 2824
2814;;;*** 2825;;;***
2815 2826
2816;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (18862 2827;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19128
2817;;;;;; 237)) 2828;;;;;; 32473))
2818;;; Generated autoloads from calendar/calendar.el 2829;;; Generated autoloads from calendar/calendar.el
2819 2830
2820(autoload 'calendar "calendar" "\ 2831(autoload 'calendar "calendar" "\
@@ -2858,7 +2869,7 @@ This function is suitable for execution in a .emacs file.
2858;;;*** 2869;;;***
2859 2870
2860;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 2871;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
2861;;;;;; "gnus/canlock.el" (18787 48925)) 2872;;;;;; "gnus/canlock.el" (18785 31951))
2862;;; Generated autoloads from gnus/canlock.el 2873;;; Generated autoloads from gnus/canlock.el
2863 2874
2864(autoload 'canlock-insert-header "canlock" "\ 2875(autoload 'canlock-insert-header "canlock" "\
@@ -2876,7 +2887,7 @@ it fails.
2876;;;*** 2887;;;***
2877 2888
2878;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" 2889;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el"
2879;;;;;; (18787 48933)) 2890;;;;;; (18785 32036))
2880;;; Generated autoloads from progmodes/cap-words.el 2891;;; Generated autoloads from progmodes/cap-words.el
2881 2892
2882(autoload 'capitalized-words-mode "cap-words" "\ 2893(autoload 'capitalized-words-mode "cap-words" "\
@@ -2911,15 +2922,15 @@ Obsoletes `c-forward-into-nomenclature'.
2911 2922
2912;;;*** 2923;;;***
2913 2924
2914;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (18787 2925;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (18785
2915;;;;;; 48934)) 2926;;;;;; 32037))
2916;;; Generated autoloads from progmodes/cc-compat.el 2927;;; Generated autoloads from progmodes/cc-compat.el
2917(put 'c-indent-level 'safe-local-variable 'integerp) 2928(put 'c-indent-level 'safe-local-variable 'integerp)
2918 2929
2919;;;*** 2930;;;***
2920 2931
2921;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 2932;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
2922;;;;;; (18848 16181)) 2933;;;;;; (19137 28302))
2923;;; Generated autoloads from progmodes/cc-engine.el 2934;;; Generated autoloads from progmodes/cc-engine.el
2924 2935
2925(autoload 'c-guess-basic-syntax "cc-engine" "\ 2936(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -2931,7 +2942,7 @@ Return the syntactic context of the current line.
2931 2942
2932;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 2943;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
2933;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 2944;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
2934;;;;;; (18963 23682)) 2945;;;;;; (19042 13263))
2935;;; Generated autoloads from progmodes/cc-mode.el 2946;;; Generated autoloads from progmodes/cc-mode.el
2936 2947
2937(autoload 'c-initialize-cc-mode "cc-mode" "\ 2948(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3091,7 +3102,7 @@ Key bindings:
3091;;;*** 3102;;;***
3092 3103
3093;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3104;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3094;;;;;; "progmodes/cc-styles.el" (18794 5654)) 3105;;;;;; "progmodes/cc-styles.el" (18793 16179))
3095;;; Generated autoloads from progmodes/cc-styles.el 3106;;; Generated autoloads from progmodes/cc-styles.el
3096 3107
3097(autoload 'c-set-style "cc-styles" "\ 3108(autoload 'c-set-style "cc-styles" "\
@@ -3143,7 +3154,7 @@ and exists only for compatibility reasons.
3143;;;*** 3154;;;***
3144 3155
3145;;;### (autoloads (c-subword-mode) "cc-subword" "progmodes/cc-subword.el" 3156;;;### (autoloads (c-subword-mode) "cc-subword" "progmodes/cc-subword.el"
3146;;;;;; (18787 48934)) 3157;;;;;; (18785 32042))
3147;;; Generated autoloads from progmodes/cc-subword.el 3158;;; Generated autoloads from progmodes/cc-subword.el
3148 3159
3149(autoload 'c-subword-mode "cc-subword" "\ 3160(autoload 'c-subword-mode "cc-subword" "\
@@ -3171,7 +3182,7 @@ as words.
3171 3182
3172;;;*** 3183;;;***
3173 3184
3174;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (18937 47935)) 3185;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19096 36209))
3175;;; Generated autoloads from progmodes/cc-vars.el 3186;;; Generated autoloads from progmodes/cc-vars.el
3176(put 'c-basic-offset 'safe-local-variable 'integerp) 3187(put 'c-basic-offset 'safe-local-variable 'integerp)
3177(put 'c-backslash-column 'safe-local-variable 'integerp) 3188(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3181,7 +3192,7 @@ as words.
3181 3192
3182;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3193;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3183;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3194;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3184;;;;;; (18878 26805)) 3195;;;;;; (18878 13352))
3185;;; Generated autoloads from international/ccl.el 3196;;; Generated autoloads from international/ccl.el
3186 3197
3187(autoload 'ccl-compile "ccl" "\ 3198(autoload 'ccl-compile "ccl" "\
@@ -3440,7 +3451,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3440;;;*** 3451;;;***
3441 3452
3442;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" 3453;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el"
3443;;;;;; (18787 48934)) 3454;;;;;; (18785 32043))
3444;;; Generated autoloads from progmodes/cfengine.el 3455;;; Generated autoloads from progmodes/cfengine.el
3445 3456
3446(autoload 'cfengine-mode "cfengine" "\ 3457(autoload 'cfengine-mode "cfengine" "\
@@ -3455,7 +3466,7 @@ to the action header.
3455;;;*** 3466;;;***
3456 3467
3457;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" 3468;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
3458;;;;;; "emacs-lisp/check-declare.el" (18787 48921)) 3469;;;;;; "emacs-lisp/check-declare.el" (18785 31887))
3459;;; Generated autoloads from emacs-lisp/check-declare.el 3470;;; Generated autoloads from emacs-lisp/check-declare.el
3460 3471
3461(autoload 'check-declare-file "check-declare" "\ 3472(autoload 'check-declare-file "check-declare" "\
@@ -3481,11 +3492,19 @@ described in the documentation of `declare-function'.
3481;;;;;; checkdoc-eval-defun checkdoc-message-text checkdoc-rogue-spaces 3492;;;;;; checkdoc-eval-defun checkdoc-message-text checkdoc-rogue-spaces
3482;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3493;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3483;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3494;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3484;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 3495;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3485;;;;;; (18787 48921)) 3496;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19098 34263))
3486;;; Generated autoloads from emacs-lisp/checkdoc.el 3497;;; Generated autoloads from emacs-lisp/checkdoc.el
3487(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 3498(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3499(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
3488(put 'checkdoc-permit-comma-termination-flag 'safe-local-variable 'booleanp) 3500(put 'checkdoc-permit-comma-termination-flag 'safe-local-variable 'booleanp)
3501(put 'checkdoc-arguments-in-order-flag 'safe-local-variable 'booleanp)
3502(put 'checkdoc-symbol-words 'safe-local-variable 'checkdoc-list-of-strings-p)
3503
3504(autoload 'checkdoc-list-of-strings-p "checkdoc" "\
3505Not documented
3506
3507\(fn OBJ)" nil nil)
3489 3508
3490(autoload 'checkdoc "checkdoc" "\ 3509(autoload 'checkdoc "checkdoc" "\
3491Interactively check the entire buffer for style errors. 3510Interactively check the entire buffer for style errors.
@@ -3669,7 +3688,7 @@ checking of documentation strings.
3669 3688
3670;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer 3689;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer
3671;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" 3690;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util"
3672;;;;;; "language/china-util.el" (18787 48928)) 3691;;;;;; "language/china-util.el" (18785 31984))
3673;;; Generated autoloads from language/china-util.el 3692;;; Generated autoloads from language/china-util.el
3674 3693
3675(autoload 'decode-hz-region "china-util" "\ 3694(autoload 'decode-hz-region "china-util" "\
@@ -3707,7 +3726,7 @@ Not documented
3707;;;*** 3726;;;***
3708 3727
3709;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 3728;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
3710;;;;;; "chistory" "chistory.el" (18787 48911)) 3729;;;;;; "chistory" "chistory.el" (18785 31767))
3711;;; Generated autoloads from chistory.el 3730;;; Generated autoloads from chistory.el
3712 3731
3713(autoload 'repeat-matching-complex-command "chistory" "\ 3732(autoload 'repeat-matching-complex-command "chistory" "\
@@ -3746,7 +3765,7 @@ and runs the normal hook `command-history-hook'.
3746 3765
3747;;;*** 3766;;;***
3748 3767
3749;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (18787 48921)) 3768;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (19098 35414))
3750;;; Generated autoloads from emacs-lisp/cl.el 3769;;; Generated autoloads from emacs-lisp/cl.el
3751 3770
3752(defvar custom-print-functions nil "\ 3771(defvar custom-print-functions nil "\
@@ -3762,18 +3781,86 @@ a future Emacs interpreter will be able to use it.")
3762;;;*** 3781;;;***
3763 3782
3764;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 3783;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3765;;;;;; (18787 48921)) 3784;;;;;; (19007 9272))
3766;;; Generated autoloads from emacs-lisp/cl-indent.el 3785;;; Generated autoloads from emacs-lisp/cl-indent.el
3767 3786
3768(autoload 'common-lisp-indent-function "cl-indent" "\ 3787(autoload 'common-lisp-indent-function "cl-indent" "\
3769Not documented 3788Function to indent the arguments of a Lisp function call.
3789This is suitable for use as the value of the variable
3790`lisp-indent-function'. INDENT-POINT is the point at which the
3791indentation function is called, and STATE is the
3792`parse-partial-sexp' state at that position. Browse the
3793`lisp-indent' customize group for options affecting the behavior
3794of this function.
3795
3796If the indentation point is in a call to a Lisp function, that
3797function's common-lisp-indent-function property specifies how
3798this function should indent it. Possible values for this
3799property are:
3800
3801* defun, meaning indent according to `lisp-indent-defun-method';
3802 i.e., like (4 &lambda &body), as explained below.
3803
3804* any other symbol, meaning a function to call. The function should
3805 take the arguments: PATH STATE INDENT-POINT SEXP-COLUMN NORMAL-INDENT.
3806 PATH is a list of integers describing the position of point in terms of
3807 list-structure with respect to the containing lists. For example, in
3808 ((a b c (d foo) f) g), foo has a path of (0 3 1). In other words,
3809 to reach foo take the 0th element of the outermost list, then
3810 the 3rd element of the next list, and finally the 1st element.
3811 STATE and INDENT-POINT are as in the arguments to
3812 `common-lisp-indent-function'. SEXP-COLUMN is the column of
3813 the open parenthesis of the innermost containing list.
3814 NORMAL-INDENT is the column the indentation point was
3815 originally in. This function should behave like `lisp-indent-259'.
3816
3817* an integer N, meaning indent the first N arguments like
3818 function arguments, and any further arguments like a body.
3819 This is equivalent to (4 4 ... &body).
3820
3821* a list. The list element in position M specifies how to indent the Mth
3822 function argument. If there are fewer elements than function arguments,
3823 the last list element applies to all remaining arguments. The accepted
3824 list elements are:
3825
3826 * nil, meaning the default indentation.
3827
3828 * an integer, specifying an explicit indentation.
3829
3830 * &lambda. Indent the argument (which may be a list) by 4.
3831
3832 * &rest. When used, this must be the penultimate element. The
3833 element after this one applies to all remaining arguments.
3834
3835 * &body. This is equivalent to &rest lisp-body-indent, i.e., indent
3836 all remaining elements by `lisp-body-indent'.
3837
3838 * &whole. This must be followed by nil, an integer, or a
3839 function symbol. This indentation is applied to the
3840 associated argument, and as a base indent for all remaining
3841 arguments. For example, an integer P means indent this
3842 argument by P, and all remaining arguments by P, plus the
3843 value specified by their associated list element.
3844
3845 * a symbol. A function to call, with the 6 arguments specified above.
3846
3847 * a list, with elements as described above. This applies when the
3848 associated function argument is itself a list. Each element of the list
3849 specifies how to indent the associated argument.
3850
3851For example, the function `case' has an indent property
3852\(4 &rest (&whole 2 &rest 1)), meaning:
3853 * indent the first argument by 4.
3854 * arguments after the first should be lists, and there may be any number
3855 of them. The first list element has an offset of 2, all the rest
3856 have an offset of 2+1=3.
3770 3857
3771\(fn INDENT-POINT STATE)" nil nil) 3858\(fn INDENT-POINT STATE)" nil nil)
3772 3859
3773;;;*** 3860;;;***
3774 3861
3775;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 3862;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3776;;;;;; (18787 48934)) 3863;;;;;; (18785 32043))
3777;;; Generated autoloads from progmodes/cmacexp.el 3864;;; Generated autoloads from progmodes/cmacexp.el
3778 3865
3779(autoload 'c-macro-expand "cmacexp" "\ 3866(autoload 'c-macro-expand "cmacexp" "\
@@ -3793,8 +3880,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
3793 3880
3794;;;*** 3881;;;***
3795 3882
3796;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (18825 3883;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (18822
3797;;;;;; 40643)) 3884;;;;;; 8972))
3798;;; Generated autoloads from cmuscheme.el 3885;;; Generated autoloads from cmuscheme.el
3799 3886
3800(autoload 'run-scheme "cmuscheme" "\ 3887(autoload 'run-scheme "cmuscheme" "\
@@ -3818,7 +3905,7 @@ is run).
3818;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3905;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3819;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3906;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3820;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3907;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3821;;;;;; (18787 48911)) 3908;;;;;; (19137 28300))
3822;;; Generated autoloads from comint.el 3909;;; Generated autoloads from comint.el
3823 3910
3824(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 3911(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -3843,7 +3930,8 @@ PROGRAM should be either a string denoting an executable program to create
3843via `start-file-process', or a cons pair of the form (HOST . SERVICE) denoting 3930via `start-file-process', or a cons pair of the form (HOST . SERVICE) denoting
3844a TCP connection to be opened via `open-network-stream'. If there is already 3931a TCP connection to be opened via `open-network-stream'. If there is already
3845a running process in that buffer, it is not restarted. Optional fourth arg 3932a running process in that buffer, it is not restarted. Optional fourth arg
3846STARTFILE is the name of a file to send the contents of to the process. 3933STARTFILE is the name of a file, whose contents are sent to the
3934process as its initial input.
3847 3935
3848If PROGRAM is a string, any more args are arguments to PROGRAM. 3936If PROGRAM is a string, any more args are arguments to PROGRAM.
3849 3937
@@ -3856,7 +3944,8 @@ PROGRAM should be either a string denoting an executable program to create
3856via `start-file-process', or a cons pair of the form (HOST . SERVICE) denoting 3944via `start-file-process', or a cons pair of the form (HOST . SERVICE) denoting
3857a TCP connection to be opened via `open-network-stream'. If there is already 3945a TCP connection to be opened via `open-network-stream'. If there is already
3858a running process in that buffer, it is not restarted. Optional third arg 3946a running process in that buffer, it is not restarted. Optional third arg
3859STARTFILE is the name of a file to send the contents of the process to. 3947STARTFILE is the name of a file, whose contents are sent to the
3948process as its initial input.
3860 3949
3861If PROGRAM is a string, any more args are arguments to PROGRAM. 3950If PROGRAM is a string, any more args are arguments to PROGRAM.
3862 3951
@@ -3908,8 +3997,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
3908 3997
3909;;;*** 3998;;;***
3910 3999
3911;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (18787 4000;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (18785
3912;;;;;; 48911)) 4001;;;;;; 31768))
3913;;; Generated autoloads from compare-w.el 4002;;; Generated autoloads from compare-w.el
3914 4003
3915(autoload 'compare-windows "compare-w" "\ 4004(autoload 'compare-windows "compare-w" "\
@@ -3946,8 +4035,8 @@ on third call it again advances points to the next difference and so on.
3946;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4035;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
3947;;;;;; compile compilation-disable-input compile-command compilation-search-path 4036;;;;;; compile compilation-disable-input compile-command compilation-search-path
3948;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook 4037;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
3949;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19001 4038;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19075
3950;;;;;; 6801)) 4039;;;;;; 25936))
3951;;; Generated autoloads from progmodes/compile.el 4040;;; Generated autoloads from progmodes/compile.el
3952 4041
3953(defvar compilation-mode-hook nil "\ 4042(defvar compilation-mode-hook nil "\
@@ -4125,7 +4214,7 @@ This is the value of `next-error-function' in Compilation buffers.
4125;;;*** 4214;;;***
4126 4215
4127;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 4216;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4128;;;;;; (18816 31238)) 4217;;;;;; (18816 31496))
4129;;; Generated autoloads from complete.el 4218;;; Generated autoloads from complete.el
4130 4219
4131(defvar partial-completion-mode nil "\ 4220(defvar partial-completion-mode nil "\
@@ -4167,7 +4256,7 @@ second TAB brings up the `*Completions*' buffer.
4167;;;*** 4256;;;***
4168 4257
4169;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4258;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4170;;;;;; (18787 48911)) 4259;;;;;; (18785 31769))
4171;;; Generated autoloads from completion.el 4260;;; Generated autoloads from completion.el
4172 4261
4173(defvar dynamic-completion-mode nil "\ 4262(defvar dynamic-completion-mode nil "\
@@ -4187,8 +4276,8 @@ Enable dynamic word-completion.
4187;;;*** 4276;;;***
4188 4277
4189;;;### (autoloads (global-auto-composition-mode auto-composition-mode 4278;;;### (autoloads (global-auto-composition-mode auto-composition-mode
4190;;;;;; encode-composition-rule) "composite" "composite.el" (18999 4279;;;;;; encode-composition-rule) "composite" "composite.el" (19116
4191;;;;;; 41411)) 4280;;;;;; 17003))
4192;;; Generated autoloads from composite.el 4281;;; Generated autoloads from composite.el
4193 4282
4194(autoload 'encode-composition-rule "composite" "\ 4283(autoload 'encode-composition-rule "composite" "\
@@ -4227,14 +4316,14 @@ With prefix ARG, turn Global-Auto-Composition mode on if and only if ARG is posi
4227Auto-Composition mode is enabled in all buffers where `turn-on-auto-composition-if-enabled' would do it. 4316Auto-Composition mode is enabled in all buffers where `turn-on-auto-composition-if-enabled' would do it.
4228See `auto-composition-mode' for more information on Auto-Composition mode. 4317See `auto-composition-mode' for more information on Auto-Composition mode.
4229 4318
4230\(fn &optional ARG DUMMY)" t nil) 4319\(fn &optional ARG)" t nil)
4231 4320
4232;;;*** 4321;;;***
4233 4322
4234;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4323;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4235;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4324;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4236;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4325;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4237;;;;;; (18787 48936)) 4326;;;;;; (18785 32080))
4238;;; Generated autoloads from textmodes/conf-mode.el 4327;;; Generated autoloads from textmodes/conf-mode.el
4239 4328
4240(autoload 'conf-mode "conf-mode" "\ 4329(autoload 'conf-mode "conf-mode" "\
@@ -4390,7 +4479,7 @@ For details see `conf-mode'. Example:
4390;;;*** 4479;;;***
4391 4480
4392;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 4481;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4393;;;;;; "cookie1" "play/cookie1.el" (18787 48933)) 4482;;;;;; "cookie1" "play/cookie1.el" (18785 32027))
4394;;; Generated autoloads from play/cookie1.el 4483;;; Generated autoloads from play/cookie1.el
4395 4484
4396(autoload 'cookie "cookie1" "\ 4485(autoload 'cookie "cookie1" "\
@@ -4422,8 +4511,8 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
4422;;;*** 4511;;;***
4423 4512
4424;;;### (autoloads (copyright-update-directory copyright copyright-fix-years 4513;;;### (autoloads (copyright-update-directory copyright copyright-fix-years
4425;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (18844 4514;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19038
4426;;;;;; 39825)) 4515;;;;;; 35328))
4427;;; Generated autoloads from emacs-lisp/copyright.el 4516;;; Generated autoloads from emacs-lisp/copyright.el
4428 4517
4429(autoload 'copyright-update "copyright" "\ 4518(autoload 'copyright-update "copyright" "\
@@ -4456,7 +4545,7 @@ Update copyright notice for all files in DIRECTORY matching MATCH.
4456;;;*** 4545;;;***
4457 4546
4458;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 4547;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
4459;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (18852 12908)) 4548;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19117 10054))
4460;;; Generated autoloads from progmodes/cperl-mode.el 4549;;; Generated autoloads from progmodes/cperl-mode.el
4461(put 'cperl-indent-level 'safe-local-variable 'integerp) 4550(put 'cperl-indent-level 'safe-local-variable 'integerp)
4462(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4551(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -4624,8 +4713,9 @@ corresponding variables. Use \\[cperl-set-style] to do this. Use
4624Part of the indentation style is how different parts of if/elsif/else 4713Part of the indentation style is how different parts of if/elsif/else
4625statements are broken into lines; in CPerl, this is reflected on how 4714statements are broken into lines; in CPerl, this is reflected on how
4626templates for these constructs are created (controlled by 4715templates for these constructs are created (controlled by
4627`cperl-extra-newline-before-brace'), and how reflow-logic should treat \"continuation\" blocks of else/elsif/continue, controlled by the same variable, 4716`cperl-extra-newline-before-brace'), and how reflow-logic should treat
4628and by `cperl-extra-newline-before-brace-multiline', 4717\"continuation\" blocks of else/elsif/continue, controlled by the same
4718variable, and by `cperl-extra-newline-before-brace-multiline',
4629`cperl-merge-trailing-else', `cperl-indent-region-fix-constructs'. 4719`cperl-merge-trailing-else', `cperl-indent-region-fix-constructs'.
4630 4720
4631If `cperl-indent-level' is 0, the statement after opening brace in 4721If `cperl-indent-level' is 0, the statement after opening brace in
@@ -4654,7 +4744,7 @@ Run a `perldoc' on the word around point.
4654;;;*** 4744;;;***
4655 4745
4656;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 4746;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4657;;;;;; (18787 48934)) 4747;;;;;; (18785 32045))
4658;;; Generated autoloads from progmodes/cpp.el 4748;;; Generated autoloads from progmodes/cpp.el
4659 4749
4660(autoload 'cpp-highlight-buffer "cpp" "\ 4750(autoload 'cpp-highlight-buffer "cpp" "\
@@ -4673,7 +4763,7 @@ Edit display information for cpp conditionals.
4673;;;*** 4763;;;***
4674 4764
4675;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 4765;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4676;;;;;; (18787 48923)) 4766;;;;;; (19113 41274))
4677;;; Generated autoloads from emulation/crisp.el 4767;;; Generated autoloads from emulation/crisp.el
4678 4768
4679(defvar crisp-mode nil "\ 4769(defvar crisp-mode nil "\
@@ -4697,7 +4787,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
4697;;;*** 4787;;;***
4698 4788
4699;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 4789;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
4700;;;;;; (18877 40947)) 4790;;;;;; (18877 41170))
4701;;; Generated autoloads from emacs-lisp/crm.el 4791;;; Generated autoloads from emacs-lisp/crm.el
4702 4792
4703(autoload 'completing-read-multiple "crm" "\ 4793(autoload 'completing-read-multiple "crm" "\
@@ -4733,7 +4823,7 @@ INHERIT-INPUT-METHOD.
4733;;;*** 4823;;;***
4734 4824
4735;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (18803 4825;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (18803
4736;;;;;; 56787)) 4826;;;;;; 44536))
4737;;; Generated autoloads from textmodes/css-mode.el 4827;;; Generated autoloads from textmodes/css-mode.el
4738 (add-to-list 'auto-mode-alist '("\\.css\\'" . css-mode)) 4828 (add-to-list 'auto-mode-alist '("\\.css\\'" . css-mode))
4739 4829
@@ -4745,7 +4835,7 @@ Major mode to edit Cascading Style Sheets.
4745;;;*** 4835;;;***
4746 4836
4747;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 4837;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
4748;;;;;; (18787 48923)) 4838;;;;;; (19095 23583))
4749;;; Generated autoloads from emulation/cua-base.el 4839;;; Generated autoloads from emulation/cua-base.el
4750 4840
4751(defvar cua-mode nil "\ 4841(defvar cua-mode nil "\
@@ -4804,7 +4894,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
4804;;;;;; customize-mode customize customize-save-variable customize-set-variable 4894;;;;;; customize-mode customize customize-save-variable customize-set-variable
4805;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically 4895;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically
4806;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" 4896;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el"
4807;;;;;; (18844 39825)) 4897;;;;;; (19115 61709))
4808;;; Generated autoloads from cus-edit.el 4898;;; Generated autoloads from cus-edit.el
4809 4899
4810(defvar custom-browse-sort-alphabetically nil "\ 4900(defvar custom-browse-sort-alphabetically nil "\
@@ -5102,7 +5192,7 @@ The format is suitable for use with `easy-menu-define'.
5102;;;*** 5192;;;***
5103 5193
5104;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" 5194;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
5105;;;;;; (18787 48912)) 5195;;;;;; (18785 31770))
5106;;; Generated autoloads from cus-theme.el 5196;;; Generated autoloads from cus-theme.el
5107 5197
5108(autoload 'customize-create-theme "cus-theme" "\ 5198(autoload 'customize-create-theme "cus-theme" "\
@@ -5113,7 +5203,7 @@ Create a custom theme.
5113;;;*** 5203;;;***
5114 5204
5115;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 5205;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
5116;;;;;; (18787 48912)) 5206;;;;;; (18785 31771))
5117;;; Generated autoloads from cvs-status.el 5207;;; Generated autoloads from cvs-status.el
5118 5208
5119(autoload 'cvs-status-mode "cvs-status" "\ 5209(autoload 'cvs-status-mode "cvs-status" "\
@@ -5124,7 +5214,7 @@ Mode used for cvs status output.
5124;;;*** 5214;;;***
5125 5215
5126;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5216;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5127;;;;;; "cwarn" "progmodes/cwarn.el" (18787 48934)) 5217;;;;;; "cwarn" "progmodes/cwarn.el" (18785 32046))
5128;;; Generated autoloads from progmodes/cwarn.el 5218;;; Generated autoloads from progmodes/cwarn.el
5129 5219
5130(autoload 'cwarn-mode "cwarn" "\ 5220(autoload 'cwarn-mode "cwarn" "\
@@ -5167,7 +5257,7 @@ See `cwarn-mode' for more information on Cwarn mode.
5167 5257
5168;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5258;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5169;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5259;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5170;;;;;; (18787 48928)) 5260;;;;;; (18785 31985))
5171;;; Generated autoloads from language/cyril-util.el 5261;;; Generated autoloads from language/cyril-util.el
5172 5262
5173(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ 5263(autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
@@ -5196,8 +5286,10 @@ If the argument is nil, we return the display table to its standard state.
5196;;;*** 5286;;;***
5197 5287
5198;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5288;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5199;;;;;; (18799 16230)) 5289;;;;;; (19092 42733))
5200;;; Generated autoloads from dabbrev.el 5290;;; Generated autoloads from dabbrev.el
5291(put 'dabbrev-case-fold-search 'risky-local-variable t)
5292(put 'dabbrev-case-replace 'risky-local-variable t)
5201 (define-key esc-map "/" 'dabbrev-expand) 5293 (define-key esc-map "/" 'dabbrev-expand)
5202 (define-key esc-map [?\C-/] 'dabbrev-completion) 5294 (define-key esc-map [?\C-/] 'dabbrev-completion)
5203 5295
@@ -5240,8 +5332,19 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5240 5332
5241;;;*** 5333;;;***
5242 5334
5243;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (18816 5335;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el"
5244;;;;;; 36020)) 5336;;;;;; (19136 4428))
5337;;; Generated autoloads from cedet/data-debug.el
5338
5339(autoload 'data-debug-new-buffer "data-debug" "\
5340Create a new data-debug buffer with NAME.
5341
5342\(fn NAME)" nil nil)
5343
5344;;;***
5345
5346;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (19091
5347;;;;;; 47458))
5245;;; Generated autoloads from net/dbus.el 5348;;; Generated autoloads from net/dbus.el
5246 5349
5247(autoload 'dbus-handle-event "dbus" "\ 5350(autoload 'dbus-handle-event "dbus" "\
@@ -5254,8 +5357,8 @@ If the HANDLER returns an `dbus-error', it is propagated as return message.
5254 5357
5255;;;*** 5358;;;***
5256 5359
5257;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (18787 5360;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (18785
5258;;;;;; 48934)) 5361;;;;;; 32046))
5259;;; Generated autoloads from progmodes/dcl-mode.el 5362;;; Generated autoloads from progmodes/dcl-mode.el
5260 5363
5261(autoload 'dcl-mode "dcl-mode" "\ 5364(autoload 'dcl-mode "dcl-mode" "\
@@ -5382,7 +5485,7 @@ There is some minimal font-lock support (see vars
5382;;;*** 5485;;;***
5383 5486
5384;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5487;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5385;;;;;; "emacs-lisp/debug.el" (18787 48921)) 5488;;;;;; "emacs-lisp/debug.el" (19098 35440))
5386;;; Generated autoloads from emacs-lisp/debug.el 5489;;; Generated autoloads from emacs-lisp/debug.el
5387 5490
5388(setq debugger 'debug) 5491(setq debugger 'debug)
@@ -5426,7 +5529,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
5426;;;*** 5529;;;***
5427 5530
5428;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5531;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5429;;;;;; (18787 48933)) 5532;;;;;; (19104 47795))
5430;;; Generated autoloads from play/decipher.el 5533;;; Generated autoloads from play/decipher.el
5431 5534
5432(autoload 'decipher "decipher" "\ 5535(autoload 'decipher "decipher" "\
@@ -5455,8 +5558,8 @@ The most useful commands are:
5455;;;*** 5558;;;***
5456 5559
5457;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 5560;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5458;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (18787 5561;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (18785
5459;;;;;; 48912)) 5562;;;;;; 31771))
5460;;; Generated autoloads from delim-col.el 5563;;; Generated autoloads from delim-col.el
5461 5564
5462(autoload 'delimit-columns-customize "delim-col" "\ 5565(autoload 'delimit-columns-customize "delim-col" "\
@@ -5480,13 +5583,14 @@ START and END delimits the corners of text rectangle.
5480 5583
5481;;;*** 5584;;;***
5482 5585
5483;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (18787 5586;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (19113
5484;;;;;; 48934)) 5587;;;;;; 46565))
5485;;; Generated autoloads from progmodes/delphi.el 5588;;; Generated autoloads from progmodes/delphi.el
5486 5589
5487(autoload 'delphi-mode "delphi" "\ 5590(autoload 'delphi-mode "delphi" "\
5488Major mode for editing Delphi code. \\<delphi-mode-map> 5591Major mode for editing Delphi code. \\<delphi-mode-map>
5489\\[delphi-tab] - Indents the current line for Delphi code. 5592\\[delphi-tab] - Indents the current line (or region, if Transient Mark mode
5593 is enabled and the region is active) of Delphi code.
5490\\[delphi-find-unit] - Search for a Delphi source file. 5594\\[delphi-find-unit] - Search for a Delphi source file.
5491\\[delphi-fill-comment] - Fill the current comment. 5595\\[delphi-fill-comment] - Fill the current comment.
5492\\[delphi-new-comment-line] - If in a // comment, do a new comment line. 5596\\[delphi-new-comment-line] - If in a // comment, do a new comment line.
@@ -5531,8 +5635,8 @@ no args, if that value is non-nil.
5531 5635
5532;;;*** 5636;;;***
5533 5637
5534;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (18787 5638;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (18785
5535;;;;;; 48912)) 5639;;;;;; 31771))
5536;;; Generated autoloads from delsel.el 5640;;; Generated autoloads from delsel.el
5537 5641
5538(defalias 'pending-delete-mode 'delete-selection-mode) 5642(defalias 'pending-delete-mode 'delete-selection-mode)
@@ -5561,7 +5665,7 @@ any selection.
5561;;;*** 5665;;;***
5562 5666
5563;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5667;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5564;;;;;; "derived" "emacs-lisp/derived.el" (18787 48921)) 5668;;;;;; "derived" "emacs-lisp/derived.el" (19123 13158))
5565;;; Generated autoloads from emacs-lisp/derived.el 5669;;; Generated autoloads from emacs-lisp/derived.el
5566 5670
5567(autoload 'define-derived-mode "derived" "\ 5671(autoload 'define-derived-mode "derived" "\
@@ -5626,7 +5730,7 @@ the first time the mode is used.
5626;;;*** 5730;;;***
5627 5731
5628;;;### (autoloads (describe-char describe-text-properties) "descr-text" 5732;;;### (autoloads (describe-char describe-text-properties) "descr-text"
5629;;;;;; "descr-text.el" (18906 41485)) 5733;;;;;; "descr-text.el" (18906 41557))
5630;;; Generated autoloads from descr-text.el 5734;;; Generated autoloads from descr-text.el
5631 5735
5632(autoload 'describe-text-properties "descr-text" "\ 5736(autoload 'describe-text-properties "descr-text" "\
@@ -5652,7 +5756,7 @@ as well as widgets, buttons, overlays, and text properties.
5652;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 5756;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
5653;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 5757;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
5654;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 5758;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
5655;;;;;; "desktop.el" (18886 63158)) 5759;;;;;; "desktop.el" (19119 4731))
5656;;; Generated autoloads from desktop.el 5760;;; Generated autoloads from desktop.el
5657 5761
5658(defvar desktop-save-mode nil "\ 5762(defvar desktop-save-mode nil "\
@@ -5836,7 +5940,7 @@ Revert to the last loaded desktop.
5836 5940
5837;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 5941;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
5838;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 5942;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
5839;;;;;; "deuglify" "gnus/deuglify.el" (18794 5654)) 5943;;;;;; "deuglify" "gnus/deuglify.el" (18793 25500))
5840;;; Generated autoloads from gnus/deuglify.el 5944;;; Generated autoloads from gnus/deuglify.el
5841 5945
5842(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ 5946(autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
@@ -5869,7 +5973,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
5869;;;*** 5973;;;***
5870 5974
5871;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 5975;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
5872;;;;;; "calendar/diary-lib.el" (18901 14441)) 5976;;;;;; "calendar/diary-lib.el" (19130 59134))
5873;;; Generated autoloads from calendar/diary-lib.el 5977;;; Generated autoloads from calendar/diary-lib.el
5874 5978
5875(autoload 'diary "diary-lib" "\ 5979(autoload 'diary "diary-lib" "\
@@ -5912,7 +6016,7 @@ Major mode for editing the diary file.
5912;;;*** 6016;;;***
5913 6017
5914;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 6018;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
5915;;;;;; "diff.el" (18794 5653)) 6019;;;;;; "diff.el" (18793 9940))
5916;;; Generated autoloads from diff.el 6020;;; Generated autoloads from diff.el
5917 6021
5918(defvar diff-switches "-c" "\ 6022(defvar diff-switches "-c" "\
@@ -5950,7 +6054,7 @@ With prefix arg, prompt for diff switches.
5950;;;*** 6054;;;***
5951 6055
5952;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 6056;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
5953;;;;;; (18926 29402)) 6057;;;;;; (19111 49183))
5954;;; Generated autoloads from diff-mode.el 6058;;; Generated autoloads from diff-mode.el
5955 6059
5956(autoload 'diff-mode "diff-mode" "\ 6060(autoload 'diff-mode "diff-mode" "\
@@ -5978,11 +6082,22 @@ Minor mode for viewing/editing context diffs.
5978 6082
5979;;;*** 6083;;;***
5980 6084
6085;;;### (autoloads (dig) "dig" "net/dig.el" (19130 52559))
6086;;; Generated autoloads from net/dig.el
6087
6088(autoload 'dig "dig" "\
6089Query addresses of a DOMAIN using dig, by calling `dig-invoke'.
6090Optional arguments are passed to `dig-invoke'.
6091
6092\(fn DOMAIN &optional QUERY-TYPE QUERY-CLASS QUERY-OPTION DIG-OPTION SERVER)" t nil)
6093
6094;;;***
6095
5981;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window 6096;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window
5982;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 6097;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
5983;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 6098;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
5984;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 6099;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
5985;;;;;; "dired" "dired.el" (18958 9095)) 6100;;;;;; "dired" "dired.el" (19137 28300))
5986;;; Generated autoloads from dired.el 6101;;; Generated autoloads from dired.el
5987 6102
5988(defvar dired-listing-switches "-al" "\ 6103(defvar dired-listing-switches "-al" "\
@@ -6130,7 +6245,7 @@ Type \\[dired-mark] to Mark a file or subdirectory for later commands.
6130Type \\[dired-unmark] to Unmark a file or all files of a subdirectory. 6245Type \\[dired-unmark] to Unmark a file or all files of a subdirectory.
6131Type \\[dired-unmark-backward] to back up one line and unflag. 6246Type \\[dired-unmark-backward] to back up one line and unflag.
6132Type \\[dired-do-flagged-delete] to eXecute the deletions requested. 6247Type \\[dired-do-flagged-delete] to eXecute the deletions requested.
6133Type \\[dired-advertised-find-file] to Find the current line's file 6248Type \\[dired-find-file] to Find the current line's file
6134 (or dired it in another buffer, if it is a directory). 6249 (or dired it in another buffer, if it is a directory).
6135Type \\[dired-find-file-other-window] to find file or dired directory in Other window. 6250Type \\[dired-find-file-other-window] to find file or dired directory in Other window.
6136Type \\[dired-maybe-insert-subdir] to Insert a subdirectory in this buffer. 6251Type \\[dired-maybe-insert-subdir] to Insert a subdirectory in this buffer.
@@ -6174,502 +6289,8 @@ Keybindings:
6174 6289
6175;;;*** 6290;;;***
6176 6291
6177;;;### (autoloads (dired-show-file-type dired-do-query-replace-regexp
6178;;;;;; dired-do-search dired-do-isearch-regexp dired-do-isearch
6179;;;;;; dired-isearch-filenames-regexp dired-isearch-filenames dired-isearch-filenames-setup
6180;;;;;; dired-hide-all dired-hide-subdir dired-tree-down dired-tree-up
6181;;;;;; dired-kill-subdir dired-mark-subdir-files dired-goto-subdir
6182;;;;;; dired-prev-subdir dired-insert-subdir dired-maybe-insert-subdir
6183;;;;;; dired-downcase dired-upcase dired-do-symlink-regexp dired-do-hardlink-regexp
6184;;;;;; dired-do-copy-regexp dired-do-rename-regexp dired-do-rename
6185;;;;;; dired-do-hardlink dired-do-symlink dired-do-copy dired-create-directory
6186;;;;;; dired-rename-file dired-copy-file dired-relist-file dired-remove-file
6187;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile
6188;;;;;; dired-do-compress dired-query dired-compress-file dired-do-kill-lines
6189;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command
6190;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown
6191;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff
6192;;;;;; dired-diff) "dired-aux" "dired-aux.el" (18905 22708))
6193;;; Generated autoloads from dired-aux.el
6194
6195(autoload 'dired-diff "dired-aux" "\
6196Compare file at point with file FILE using `diff'.
6197FILE defaults to the file at the mark. (That's the mark set by
6198\\[set-mark-command], not by Dired's \\[dired-mark] command.)
6199The prompted-for file is the first file given to `diff'.
6200With prefix arg, prompt for second argument SWITCHES,
6201which is options for `diff'.
6202
6203\(fn FILE &optional SWITCHES)" t nil)
6204
6205(autoload 'dired-backup-diff "dired-aux" "\
6206Diff this file with its backup file or vice versa.
6207Uses the latest backup, if there are several numerical backups.
6208If this file is a backup, diff it with its original.
6209The backup file is the first file given to `diff'.
6210With prefix arg, prompt for argument SWITCHES which is options for `diff'.
6211
6212\(fn &optional SWITCHES)" t nil)
6213
6214(autoload 'dired-compare-directories "dired-aux" "\
6215Mark files with different file attributes in two dired buffers.
6216Compare file attributes of files in the current directory
6217with file attributes in directory DIR2 using PREDICATE on pairs of files
6218with the same name. Mark files for which PREDICATE returns non-nil.
6219Mark files with different names if PREDICATE is nil (or interactively
6220with empty input at the predicate prompt).
6221
6222PREDICATE is a Lisp expression that can refer to the following variables:
6223
6224 size1, size2 - file size in bytes
6225 mtime1, mtime2 - last modification time in seconds, as a float
6226 fa1, fa2 - list of file attributes
6227 returned by function `file-attributes'
6228
6229 where 1 refers to attribute of file in the current dired buffer
6230 and 2 to attribute of file in second dired buffer.
6231
6232Examples of PREDICATE:
6233
6234 (> mtime1 mtime2) - mark newer files
6235 (not (= size1 size2)) - mark files with different sizes
6236 (not (string= (nth 8 fa1) (nth 8 fa2))) - mark files with different modes
6237 (not (and (= (nth 2 fa1) (nth 2 fa2)) - mark files with different UID
6238 (= (nth 3 fa1) (nth 3 fa2)))) and GID.
6239
6240\(fn DIR2 PREDICATE)" t nil)
6241
6242(autoload 'dired-do-chmod "dired-aux" "\
6243Change the mode of the marked (or next ARG) files.
6244Symbolic modes like `g+w' are allowed.
6245
6246\(fn &optional ARG)" t nil)
6247
6248(autoload 'dired-do-chgrp "dired-aux" "\
6249Change the group of the marked (or next ARG) files.
6250
6251\(fn &optional ARG)" t nil)
6252
6253(autoload 'dired-do-chown "dired-aux" "\
6254Change the owner of the marked (or next ARG) files.
6255
6256\(fn &optional ARG)" t nil)
6257
6258(autoload 'dired-do-touch "dired-aux" "\
6259Change the timestamp of the marked (or next ARG) files.
6260This calls touch.
6261
6262\(fn &optional ARG)" t nil)
6263
6264(autoload 'dired-do-print "dired-aux" "\
6265Print the marked (or next ARG) files.
6266Uses the shell command coming from variables `lpr-command' and
6267`lpr-switches' as default.
6268
6269\(fn &optional ARG)" t nil)
6270
6271(autoload 'dired-clean-directory "dired-aux" "\
6272Flag numerical backups for deletion.
6273Spares `dired-kept-versions' latest versions, and `kept-old-versions' oldest.
6274Positive prefix arg KEEP overrides `dired-kept-versions';
6275Negative prefix arg KEEP overrides `kept-old-versions' with KEEP made positive.
6276
6277To clear the flags on these files, you can use \\[dired-flag-backup-files]
6278with a prefix argument.
6279
6280\(fn KEEP)" t nil)
6281
6282(autoload 'dired-do-async-shell-command "dired-aux" "\
6283Run a shell command COMMAND on the marked files asynchronously.
6284
6285Like `dired-do-shell-command' but if COMMAND doesn't end in ampersand,
6286adds `* &' surrounded by whitespace and executes the command asynchronously.
6287The output appears in the buffer `*Async Shell Command*'.
6288
6289\(fn COMMAND &optional ARG FILE-LIST)" t nil)
6290
6291(autoload 'dired-do-shell-command "dired-aux" "\
6292Run a shell command COMMAND on the marked files.
6293If no files are marked or a specific numeric prefix arg is given,
6294the next ARG files are used. Just \\[universal-argument] means the current file.
6295The prompt mentions the file(s) or the marker, as appropriate.
6296
6297If there is a `*' in COMMAND, surrounded by whitespace, this runs
6298COMMAND just once with the entire file list substituted there.
6299
6300If there is no `*', but there is a `?' in COMMAND, surrounded by
6301whitespace, this runs COMMAND on each file individually with the
6302file name substituted for `?'.
6303
6304Otherwise, this runs COMMAND on each file individually with the
6305file name added at the end of COMMAND (separated by a space).
6306
6307`*' and `?' when not surrounded by whitespace have no special
6308significance for `dired-do-shell-command', and are passed through
6309normally to the shell, but you must confirm first. To pass `*' by
6310itself to the shell as a wildcard, type `*\"\"'.
6311
6312If COMMAND produces output, it goes to a separate buffer.
6313
6314This feature does not try to redisplay Dired buffers afterward, as
6315there's no telling what files COMMAND may have changed.
6316Type \\[dired-do-redisplay] to redisplay the marked files.
6317
6318When COMMAND runs, its working directory is the top-level directory of
6319the Dired buffer, so output files usually are created there instead of
6320in a subdir.
6321
6322In a noninteractive call (from Lisp code), you must specify
6323the list of file names explicitly with the FILE-LIST argument, which
6324can be produced by `dired-get-marked-files', for example.
6325
6326\(fn COMMAND &optional ARG FILE-LIST)" t nil)
6327
6328(autoload 'dired-run-shell-command "dired-aux" "\
6329Not documented
6330
6331\(fn COMMAND)" nil nil)
6332
6333(autoload 'dired-do-kill-lines "dired-aux" "\
6334Kill all marked lines (not the files).
6335With a prefix argument, kill that many lines starting with the current line.
6336\(A negative argument kills backward.)
6337If you use this command with a prefix argument to kill the line
6338for a file that is a directory, which you have inserted in the
6339Dired buffer as a subdirectory, then it deletes that subdirectory
6340from the buffer as well.
6341To kill an entire subdirectory (without killing its line in the
6342parent directory), go to its directory header line and use this
6343command with a prefix argument (the value does not matter).
6344
6345\(fn &optional ARG FMT)" t nil)
6346
6347(autoload 'dired-compress-file "dired-aux" "\
6348Not documented
6349
6350\(fn FILE)" nil nil)
6351
6352(autoload 'dired-query "dired-aux" "\
6353Not documented
6354
6355\(fn QS-VAR QS-PROMPT &rest QS-ARGS)" nil nil)
6356
6357(autoload 'dired-do-compress "dired-aux" "\
6358Compress or uncompress marked (or next ARG) files.
6359
6360\(fn &optional ARG)" t nil)
6361
6362(autoload 'dired-do-byte-compile "dired-aux" "\
6363Byte compile marked (or next ARG) Emacs Lisp files.
6364
6365\(fn &optional ARG)" t nil)
6366
6367(autoload 'dired-do-load "dired-aux" "\
6368Load the marked (or next ARG) Emacs Lisp files.
6369
6370\(fn &optional ARG)" t nil)
6371
6372(autoload 'dired-do-redisplay "dired-aux" "\
6373Redisplay all marked (or next ARG) files.
6374If on a subdir line, redisplay that subdirectory. In that case,
6375a prefix arg lets you edit the `ls' switches used for the new listing.
6376
6377Dired remembers switches specified with a prefix arg, so that reverting
6378the buffer will not reset them. However, using `dired-undo' to re-insert
6379or delete subdirectories can bypass this machinery. Hence, you sometimes
6380may have to reset some subdirectory switches after a `dired-undo'.
6381You can reset all subdirectory switches to the default using
6382\\<dired-mode-map>\\[dired-reset-subdir-switches].
6383See Info node `(emacs)Subdir switches' for more details.
6384
6385\(fn &optional ARG TEST-FOR-SUBDIR)" t nil)
6386
6387(autoload 'dired-add-file "dired-aux" "\
6388Not documented
6389
6390\(fn FILENAME &optional MARKER-CHAR)" nil nil)
6391
6392(autoload 'dired-remove-file "dired-aux" "\
6393Not documented
6394
6395\(fn FILE)" nil nil)
6396
6397(autoload 'dired-relist-file "dired-aux" "\
6398Create or update the line for FILE in all Dired buffers it would belong in.
6399
6400\(fn FILE)" nil nil)
6401
6402(autoload 'dired-copy-file "dired-aux" "\
6403Not documented
6404
6405\(fn FROM TO OK-FLAG)" nil nil)
6406
6407(autoload 'dired-rename-file "dired-aux" "\
6408Not documented
6409
6410\(fn FILE NEWNAME OK-IF-ALREADY-EXISTS)" nil nil)
6411
6412(autoload 'dired-create-directory "dired-aux" "\
6413Create a directory called DIRECTORY.
6414
6415\(fn DIRECTORY)" t nil)
6416
6417(autoload 'dired-do-copy "dired-aux" "\
6418Copy all marked (or next ARG) files, or copy the current file.
6419This normally preserves the last-modified date when copying.
6420When operating on just the current file, you specify the new name.
6421When operating on multiple or marked files, you specify a directory,
6422and new copies of these files are made in that directory
6423with the same names that the files currently have. The default
6424suggested for the target directory depends on the value of
6425`dired-dwim-target', which see.
6426
6427This command copies symbolic links by creating new ones,
6428like `cp -d'.
6429
6430\(fn &optional ARG)" t nil)
6431
6432(autoload 'dired-do-symlink "dired-aux" "\
6433Make symbolic links to current file or all marked (or next ARG) files.
6434When operating on just the current file, you specify the new name.
6435When operating on multiple or marked files, you specify a directory
6436and new symbolic links are made in that directory
6437with the same names that the files currently have. The default
6438suggested for the target directory depends on the value of
6439`dired-dwim-target', which see.
6440
6441For relative symlinks, use \\[dired-do-relsymlink].
6442
6443\(fn &optional ARG)" t nil)
6444
6445(autoload 'dired-do-hardlink "dired-aux" "\
6446Add names (hard links) current file or all marked (or next ARG) files.
6447When operating on just the current file, you specify the new name.
6448When operating on multiple or marked files, you specify a directory
6449and new hard links are made in that directory
6450with the same names that the files currently have. The default
6451suggested for the target directory depends on the value of
6452`dired-dwim-target', which see.
6453
6454\(fn &optional ARG)" t nil)
6455
6456(autoload 'dired-do-rename "dired-aux" "\
6457Rename current file or all marked (or next ARG) files.
6458When renaming just the current file, you specify the new name.
6459When renaming multiple or marked files, you specify a directory.
6460This command also renames any buffers that are visiting the files.
6461The default suggested for the target directory depends on the value
6462of `dired-dwim-target', which see.
6463
6464\(fn &optional ARG)" t nil)
6465
6466(autoload 'dired-do-rename-regexp "dired-aux" "\
6467Rename selected files whose names match REGEXP to NEWNAME.
6468
6469With non-zero prefix argument ARG, the command operates on the next ARG
6470files. Otherwise, it operates on all the marked files, or the current
6471file if none are marked.
6472
6473As each match is found, the user must type a character saying
6474 what to do with it. For directions, type \\[help-command] at that time.
6475NEWNAME may contain \\=\\<n> or \\& as in `query-replace-regexp'.
6476REGEXP defaults to the last regexp used.
6477
6478With a zero prefix arg, renaming by regexp affects the absolute file name.
6479Normally, only the non-directory part of the file name is used and changed.
6480
6481\(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil)
6482
6483(autoload 'dired-do-copy-regexp "dired-aux" "\
6484Copy selected files whose names match REGEXP to NEWNAME.
6485See function `dired-do-rename-regexp' for more info.
6486
6487\(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil)
6488
6489(autoload 'dired-do-hardlink-regexp "dired-aux" "\
6490Hardlink selected files whose names match REGEXP to NEWNAME.
6491See function `dired-do-rename-regexp' for more info.
6492
6493\(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil)
6494
6495(autoload 'dired-do-symlink-regexp "dired-aux" "\
6496Symlink selected files whose names match REGEXP to NEWNAME.
6497See function `dired-do-rename-regexp' for more info.
6498
6499\(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil)
6500
6501(autoload 'dired-upcase "dired-aux" "\
6502Rename all marked (or next ARG) files to upper case.
6503
6504\(fn &optional ARG)" t nil)
6505
6506(autoload 'dired-downcase "dired-aux" "\
6507Rename all marked (or next ARG) files to lower case.
6508
6509\(fn &optional ARG)" t nil)
6510
6511(autoload 'dired-maybe-insert-subdir "dired-aux" "\
6512Insert this subdirectory into the same dired buffer.
6513If it is already present, just move to it (type \\[dired-do-redisplay] to refresh),
6514 else inserts it at its natural place (as `ls -lR' would have done).
6515With a prefix arg, you may edit the ls switches used for this listing.
6516 You can add `R' to the switches to expand the whole tree starting at
6517 this subdirectory.
6518This function takes some pains to conform to `ls -lR' output.
6519
6520Dired remembers switches specified with a prefix arg, so that reverting
6521the buffer will not reset them. However, using `dired-undo' to re-insert
6522or delete subdirectories can bypass this machinery. Hence, you sometimes
6523may have to reset some subdirectory switches after a `dired-undo'.
6524You can reset all subdirectory switches to the default using
6525\\<dired-mode-map>\\[dired-reset-subdir-switches].
6526See Info node `(emacs)Subdir switches' for more details.
6527
6528\(fn DIRNAME &optional SWITCHES NO-ERROR-IF-NOT-DIR-P)" t nil)
6529
6530(autoload 'dired-insert-subdir "dired-aux" "\
6531Insert this subdirectory into the same dired buffer.
6532If it is already present, overwrites previous entry,
6533 else inserts it at its natural place (as `ls -lR' would have done).
6534With a prefix arg, you may edit the `ls' switches used for this listing.
6535 You can add `R' to the switches to expand the whole tree starting at
6536 this subdirectory.
6537This function takes some pains to conform to `ls -lR' output.
6538
6539\(fn DIRNAME &optional SWITCHES NO-ERROR-IF-NOT-DIR-P)" t nil)
6540
6541(autoload 'dired-prev-subdir "dired-aux" "\
6542Go to previous subdirectory, regardless of level.
6543When called interactively and not on a subdir line, go to this subdir's line.
6544
6545\(fn ARG &optional NO-ERROR-IF-NOT-FOUND NO-SKIP)" t nil)
6546
6547(autoload 'dired-goto-subdir "dired-aux" "\
6548Go to end of header line of DIR in this dired buffer.
6549Return value of point on success, otherwise return nil.
6550The next char is either \\n, or \\r if DIR is hidden.
6551
6552\(fn DIR)" t nil)
6553
6554(autoload 'dired-mark-subdir-files "dired-aux" "\
6555Mark all files except `.' and `..' in current subdirectory.
6556If the Dired buffer shows multiple directories, this command
6557marks the files listed in the subdirectory that point is in.
6558
6559\(fn)" t nil)
6560
6561(autoload 'dired-kill-subdir "dired-aux" "\
6562Remove all lines of current subdirectory.
6563Lower levels are unaffected.
6564
6565\(fn &optional REMEMBER-MARKS)" t nil)
6566
6567(autoload 'dired-tree-up "dired-aux" "\
6568Go up ARG levels in the dired tree.
6569
6570\(fn ARG)" t nil)
6571
6572(autoload 'dired-tree-down "dired-aux" "\
6573Go down in the dired tree.
6574
6575\(fn)" t nil)
6576
6577(autoload 'dired-hide-subdir "dired-aux" "\
6578Hide or unhide the current subdirectory and move to next directory.
6579Optional prefix arg is a repeat factor.
6580Use \\[dired-hide-all] to (un)hide all directories.
6581
6582\(fn ARG)" t nil)
6583
6584(autoload 'dired-hide-all "dired-aux" "\
6585Hide all subdirectories, leaving only their header lines.
6586If there is already something hidden, make everything visible again.
6587Use \\[dired-hide-subdir] to (un)hide a particular subdirectory.
6588
6589\(fn ARG)" t nil)
6590
6591(autoload 'dired-isearch-filenames-setup "dired-aux" "\
6592Set up isearch to search in Dired file names.
6593Intended to be added to `isearch-mode-hook'.
6594
6595\(fn)" nil nil)
6596
6597(autoload 'dired-isearch-filenames "dired-aux" "\
6598Search for a string using Isearch only in file names in the Dired buffer.
6599
6600\(fn)" t nil)
6601
6602(autoload 'dired-isearch-filenames-regexp "dired-aux" "\
6603Search for a regexp using Isearch only in file names in the Dired buffer.
6604
6605\(fn)" t nil)
6606
6607(autoload 'dired-do-isearch "dired-aux" "\
6608Search for a string through all marked files using Isearch.
6609
6610\(fn)" t nil)
6611
6612(autoload 'dired-do-isearch-regexp "dired-aux" "\
6613Search for a regexp through all marked files using Isearch.
6614
6615\(fn)" t nil)
6616
6617(autoload 'dired-do-search "dired-aux" "\
6618Search through all marked files for a match for REGEXP.
6619Stops when a match is found.
6620To continue searching for next match, use command \\[tags-loop-continue].
6621
6622\(fn REGEXP)" t nil)
6623
6624(autoload 'dired-do-query-replace-regexp "dired-aux" "\
6625Do `query-replace-regexp' of FROM with TO, on all marked files.
6626Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
6627If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
6628with the command \\[tags-loop-continue].
6629
6630\(fn FROM TO &optional DELIMITED)" t nil)
6631
6632(autoload 'dired-show-file-type "dired-aux" "\
6633Print the type of FILE, according to the `file' command.
6634If FILE is a symbolic link and the optional argument DEREF-SYMLINKS is
6635true then the type of the file linked to by FILE is printed instead.
6636
6637\(fn FILE &optional DEREF-SYMLINKS)" t nil)
6638
6639;;;***
6640
6641;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el"
6642;;;;;; (18853 19459))
6643;;; Generated autoloads from dired-x.el
6644
6645(autoload 'dired-jump "dired-x" "\
6646Jump to dired buffer corresponding to current buffer.
6647If in a file, dired the current directory and move to file's line.
6648If in Dired already, pop up a level and goto old directory's line.
6649In case the proper dired file line cannot be found, refresh the dired
6650buffer and try again.
6651
6652\(fn &optional OTHER-WINDOW)" t nil)
6653
6654(autoload 'dired-do-relsymlink "dired-x" "\
6655Relative symlink all marked (or next ARG) files into a directory.
6656Otherwise make a relative symbolic link to the current file.
6657This creates relative symbolic links like
6658
6659 foo -> ../bar/foo
6660
6661not absolute ones like
6662
6663 foo -> /ugly/file/name/that/may/change/any/day/bar/foo
6664
6665For absolute symlinks, use \\[dired-do-symlink].
6666
6667\(fn &optional ARG)" t nil)
6668
6669;;;***
6670
6671;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" 6292;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
6672;;;;;; (18787 48912)) 6293;;;;;; (18785 31774))
6673;;; Generated autoloads from dirtrack.el 6294;;; Generated autoloads from dirtrack.el
6674 6295
6675(autoload 'dirtrack-mode "dirtrack" "\ 6296(autoload 'dirtrack-mode "dirtrack" "\
@@ -6695,8 +6316,8 @@ function `dirtrack-debug-mode' to turn on debugging output.
6695 6316
6696;;;*** 6317;;;***
6697 6318
6698;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (18787 6319;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (18785
6699;;;;;; 48921)) 6320;;;;;; 31898))
6700;;; Generated autoloads from emacs-lisp/disass.el 6321;;; Generated autoloads from emacs-lisp/disass.el
6701 6322
6702(autoload 'disassemble "disass" "\ 6323(autoload 'disassemble "disass" "\
@@ -6715,7 +6336,7 @@ redefine OBJECT if it is a symbol.
6715;;;;;; standard-display-g1 standard-display-ascii standard-display-default 6336;;;;;; standard-display-g1 standard-display-ascii standard-display-default
6716;;;;;; standard-display-8bit describe-current-display-table describe-display-table 6337;;;;;; standard-display-8bit describe-current-display-table describe-display-table
6717;;;;;; set-display-table-slot display-table-slot make-display-table) 6338;;;;;; set-display-table-slot display-table-slot make-display-table)
6718;;;;;; "disp-table" "disp-table.el" (18787 48912)) 6339;;;;;; "disp-table" "disp-table.el" (19096 37250))
6719;;; Generated autoloads from disp-table.el 6340;;; Generated autoloads from disp-table.el
6720 6341
6721(autoload 'make-display-table "disp-table" "\ 6342(autoload 'make-display-table "disp-table" "\
@@ -6806,14 +6427,11 @@ Return the face of glyph code GLYPH, or nil if glyph has default face.
6806(autoload 'standard-display-european "disp-table" "\ 6427(autoload 'standard-display-european "disp-table" "\
6807Semi-obsolete way to toggle display of ISO 8859 European characters. 6428Semi-obsolete way to toggle display of ISO 8859 European characters.
6808 6429
6809This function is semi-obsolete; if you want to do your editing with 6430This function is semi-obsolete; you probably don't need it, or else you
6810unibyte characters, it is better to `set-language-environment' coupled 6431probably should use `set-language-environment' or `set-locale-environment'.
6811with either the `--unibyte' option or the EMACS_UNIBYTE environment
6812variable, or else customize `enable-multibyte-characters'.
6813 6432
6814With prefix argument, this command enables European character display 6433This function enables European character display if ARG is positive,
6815if ARG is positive, disables it otherwise. Otherwise, it toggles 6434disables it if negative. Otherwise, it toggles European character display.
6816European character display.
6817 6435
6818When this mode is enabled, characters in the range of 160 to 255 6436When this mode is enabled, characters in the range of 160 to 255
6819display not as octal escapes, but as accented characters. Codes 146 6437display not as octal escapes, but as accented characters. Codes 146
@@ -6821,17 +6439,16 @@ and 160 display as apostrophe and space, even though they are not the
6821ASCII codes for apostrophe and space. 6439ASCII codes for apostrophe and space.
6822 6440
6823Enabling European character display with this command noninteractively 6441Enabling European character display with this command noninteractively
6824from Lisp code also selects Latin-1 as the language environment, and 6442from Lisp code also selects Latin-1 as the language environment.
6825selects unibyte mode for all Emacs buffers (both existing buffers and 6443This provides increased compatibility for users who call this function
6826those created subsequently). This provides increased compatibility 6444in `.emacs'.
6827for users who call this function in `.emacs'.
6828 6445
6829\(fn ARG)" nil nil) 6446\(fn ARG)" nil nil)
6830 6447
6831;;;*** 6448;;;***
6832 6449
6833;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 6450;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6834;;;;;; (18787 48933)) 6451;;;;;; (18785 32028))
6835;;; Generated autoloads from play/dissociate.el 6452;;; Generated autoloads from play/dissociate.el
6836 6453
6837(autoload 'dissociated-press "dissociate" "\ 6454(autoload 'dissociated-press "dissociate" "\
@@ -6847,7 +6464,7 @@ Default is 2.
6847 6464
6848;;;*** 6465;;;***
6849 6466
6850;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (18787 48912)) 6467;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (18785 31775))
6851;;; Generated autoloads from dnd.el 6468;;; Generated autoloads from dnd.el
6852 6469
6853(defvar dnd-protocol-alist '(("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file) ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file)) "\ 6470(defvar dnd-protocol-alist '(("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file) ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file)) "\
@@ -6868,7 +6485,7 @@ if some action was made, or nil if the URL is ignored.")
6868;;;*** 6485;;;***
6869 6486
6870;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 6487;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6871;;;;;; "textmodes/dns-mode.el" (18787 48936)) 6488;;;;;; "textmodes/dns-mode.el" (18785 32081))
6872;;; Generated autoloads from textmodes/dns-mode.el 6489;;; Generated autoloads from textmodes/dns-mode.el
6873 6490
6874(autoload 'dns-mode "dns-mode" "\ 6491(autoload 'dns-mode "dns-mode" "\
@@ -6893,7 +6510,7 @@ Locate SOA record and increment the serial field.
6893;;;*** 6510;;;***
6894 6511
6895;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode 6512;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode
6896;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (18901 14440)) 6513;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (19040 54393))
6897;;; Generated autoloads from doc-view.el 6514;;; Generated autoloads from doc-view.el
6898 6515
6899(autoload 'doc-view-mode-p "doc-view" "\ 6516(autoload 'doc-view-mode-p "doc-view" "\
@@ -6928,7 +6545,7 @@ Not documented
6928 6545
6929;;;*** 6546;;;***
6930 6547
6931;;;### (autoloads (doctor) "doctor" "play/doctor.el" (18787 48933)) 6548;;;### (autoloads (doctor) "doctor" "play/doctor.el" (19013 40510))
6932;;; Generated autoloads from play/doctor.el 6549;;; Generated autoloads from play/doctor.el
6933 6550
6934(autoload 'doctor "doctor" "\ 6551(autoload 'doctor "doctor" "\
@@ -6938,7 +6555,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6938 6555
6939;;;*** 6556;;;***
6940 6557
6941;;;### (autoloads (double-mode) "double" "double.el" (18791 16507)) 6558;;;### (autoloads (double-mode) "double" "double.el" (18790 55819))
6942;;; Generated autoloads from double.el 6559;;; Generated autoloads from double.el
6943 6560
6944(autoload 'double-mode "double" "\ 6561(autoload 'double-mode "double" "\
@@ -6953,7 +6570,7 @@ when pressed twice. See variable `double-map' for details.
6953 6570
6954;;;*** 6571;;;***
6955 6572
6956;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (18787 48933)) 6573;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (18785 32028))
6957;;; Generated autoloads from play/dunnet.el 6574;;; Generated autoloads from play/dunnet.el
6958 6575
6959(autoload 'dunnet "dunnet" "\ 6576(autoload 'dunnet "dunnet" "\
@@ -6964,7 +6581,7 @@ Switch to *dungeon* buffer and start game.
6964;;;*** 6581;;;***
6965 6582
6966;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 6583;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
6967;;;;;; (18787 48925)) 6584;;;;;; (18785 31952))
6968;;; Generated autoloads from gnus/earcon.el 6585;;; Generated autoloads from gnus/earcon.el
6969 6586
6970(autoload 'gnus-earcon-display "earcon" "\ 6587(autoload 'gnus-earcon-display "earcon" "\
@@ -6976,7 +6593,7 @@ Play sounds in message buffers.
6976 6593
6977;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6594;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6978;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 6595;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6979;;;;;; "emacs-lisp/easy-mmode.el" (18787 48921)) 6596;;;;;; "emacs-lisp/easy-mmode.el" (19112 39619))
6980;;; Generated autoloads from emacs-lisp/easy-mmode.el 6597;;; Generated autoloads from emacs-lisp/easy-mmode.el
6981 6598
6982(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6599(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -7066,7 +6683,9 @@ Valid keywords and arguments are:
7066\(fn BS &optional NAME M ARGS)" nil nil) 6683\(fn BS &optional NAME M ARGS)" nil nil)
7067 6684
7068(autoload 'easy-mmode-defmap "easy-mmode" "\ 6685(autoload 'easy-mmode-defmap "easy-mmode" "\
7069Not documented 6686Define a constant M whose value is the result of `easy-mmode-define-keymap'.
6687The M, BS, and ARGS arguments are as per that function. DOC is
6688the constant's documentation.
7070 6689
7071\(fn M BS DOC &rest ARGS)" nil (quote macro)) 6690\(fn M BS DOC &rest ARGS)" nil (quote macro))
7072 6691
@@ -7079,8 +6698,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
7079;;;*** 6698;;;***
7080 6699
7081;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 6700;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
7082;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (18787 6701;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (18785
7083;;;;;; 48922)) 6702;;;;;; 31898))
7084;;; Generated autoloads from emacs-lisp/easymenu.el 6703;;; Generated autoloads from emacs-lisp/easymenu.el
7085 6704
7086(put 'easy-menu-define 'lisp-indent-function 'defun) 6705(put 'easy-menu-define 'lisp-indent-function 'defun)
@@ -7234,7 +6853,7 @@ To implement dynamic menus, either call this from
7234;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer 6853;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
7235;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer 6854;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7236;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 6855;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7237;;;;;; "progmodes/ebnf2ps.el" (18787 48934)) 6856;;;;;; "progmodes/ebnf2ps.el" (18785 32052))
7238;;; Generated autoloads from progmodes/ebnf2ps.el 6857;;; Generated autoloads from progmodes/ebnf2ps.el
7239 6858
7240(autoload 'ebnf-customize "ebnf2ps" "\ 6859(autoload 'ebnf-customize "ebnf2ps" "\
@@ -7508,8 +7127,8 @@ See `ebnf-style-database' documentation.
7508;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 7127;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7509;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 7128;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7510;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 7129;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7511;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (18875 7130;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (19100
7512;;;;;; 4272)) 7131;;;;;; 52260))
7513;;; Generated autoloads from progmodes/ebrowse.el 7132;;; Generated autoloads from progmodes/ebrowse.el
7514 7133
7515(autoload 'ebrowse-tree-mode "ebrowse" "\ 7134(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7660,7 +7279,7 @@ Display statistics for a class tree.
7660;;;*** 7279;;;***
7661 7280
7662;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7281;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7663;;;;;; (18787 48912)) 7282;;;;;; (18785 31777))
7664;;; Generated autoloads from ebuff-menu.el 7283;;; Generated autoloads from ebuff-menu.el
7665 7284
7666(autoload 'electric-buffer-list "ebuff-menu" "\ 7285(autoload 'electric-buffer-list "ebuff-menu" "\
@@ -7685,7 +7304,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7685;;;*** 7304;;;***
7686 7305
7687;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 7306;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7688;;;;;; "echistory.el" (18787 48912)) 7307;;;;;; "echistory.el" (18785 31777))
7689;;; Generated autoloads from echistory.el 7308;;; Generated autoloads from echistory.el
7690 7309
7691(autoload 'Electric-command-history-redo-expression "echistory" "\ 7310(autoload 'Electric-command-history-redo-expression "echistory" "\
@@ -7697,7 +7316,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7697;;;*** 7316;;;***
7698 7317
7699;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" 7318;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
7700;;;;;; (18787 48925)) 7319;;;;;; (19111 30027))
7701;;; Generated autoloads from gnus/ecomplete.el 7320;;; Generated autoloads from gnus/ecomplete.el
7702 7321
7703(autoload 'ecomplete-setup "ecomplete" "\ 7322(autoload 'ecomplete-setup "ecomplete" "\
@@ -7707,9 +7326,33 @@ Not documented
7707 7326
7708;;;*** 7327;;;***
7709 7328
7329;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19136 54009))
7330;;; Generated autoloads from cedet/ede.el
7331
7332(defvar global-ede-mode nil "\
7333Non-nil if Global-Ede mode is enabled.
7334See the command `global-ede-mode' for a description of this minor mode.
7335Setting this variable directly does not take effect;
7336either customize it (see the info node `Easy Customization')
7337or call the function `global-ede-mode'.")
7338
7339(custom-autoload 'global-ede-mode "ede" nil)
7340
7341(autoload 'global-ede-mode "ede" "\
7342Toggle global EDE (Emacs Development Environment) mode.
7343With non-nil argument ARG, enable global EDE mode if ARG is
7344positive; otherwise, disable it.
7345
7346This global minor mode enables `ede-minor-mode' in all buffers in
7347an EDE controlled project.
7348
7349\(fn &optional ARG)" t nil)
7350
7351;;;***
7352
7710;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 7353;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
7711;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 7354;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
7712;;;;;; "emacs-lisp/edebug.el" (18791 16517)) 7355;;;;;; "emacs-lisp/edebug.el" (19095 22852))
7713;;; Generated autoloads from emacs-lisp/edebug.el 7356;;; Generated autoloads from emacs-lisp/edebug.el
7714 7357
7715(defvar edebug-all-defs nil "\ 7358(defvar edebug-all-defs nil "\
@@ -7726,7 +7369,7 @@ variable. You may wish to make it local to each buffer with
7726(custom-autoload 'edebug-all-defs "edebug" t) 7369(custom-autoload 'edebug-all-defs "edebug" t)
7727 7370
7728(defvar edebug-all-forms nil "\ 7371(defvar edebug-all-forms nil "\
7729Non-nil evaluation of all forms will instrument for Edebug. 7372Non-nil means evaluation of all forms will instrument for Edebug.
7730This doesn't apply to loading or evaluations in the minibuffer. 7373This doesn't apply to loading or evaluations in the minibuffer.
7731Use the command `edebug-all-forms' to toggle the value of this option.") 7374Use the command `edebug-all-forms' to toggle the value of this option.")
7732 7375
@@ -7781,8 +7424,8 @@ Toggle edebugging of all forms.
7781;;;;;; ediff-merge-directory-revisions-with-ancestor ediff-merge-directory-revisions 7424;;;;;; ediff-merge-directory-revisions-with-ancestor ediff-merge-directory-revisions
7782;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories 7425;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7783;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories 7426;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7784;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-files3 ediff-files) 7427;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file
7785;;;;;; "ediff" "ediff.el" (18821 3055)) 7428;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (19078 20024))
7786;;; Generated autoloads from ediff.el 7429;;; Generated autoloads from ediff.el
7787 7430
7788(autoload 'ediff-files "ediff" "\ 7431(autoload 'ediff-files "ediff" "\
@@ -7799,6 +7442,13 @@ Run Ediff on three files, FILE-A, FILE-B, and FILE-C.
7799 7442
7800(defalias 'ediff 'ediff-files) 7443(defalias 'ediff 'ediff-files)
7801 7444
7445(autoload 'ediff-current-file "ediff" "\
7446Start ediff between current buffer and its file on disk.
7447This command can be used instead of `revert-buffer'. If there is
7448nothing to revert then this command fails.
7449
7450\(fn)" t nil)
7451
7802(autoload 'ediff-backup "ediff" "\ 7452(autoload 'ediff-backup "ediff" "\
7803Run Ediff on FILE and its backup file. 7453Run Ediff on FILE and its backup file.
7804Uses the latest backup, if there are several numerical backups. 7454Uses the latest backup, if there are several numerical backups.
@@ -8007,7 +7657,7 @@ With optional NODE, goes to that node.
8007;;;*** 7657;;;***
8008 7658
8009;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" 7659;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
8010;;;;;; (18787 48912)) 7660;;;;;; (18785 31778))
8011;;; Generated autoloads from ediff-help.el 7661;;; Generated autoloads from ediff-help.el
8012 7662
8013(autoload 'ediff-customize "ediff-help" "\ 7663(autoload 'ediff-customize "ediff-help" "\
@@ -8017,15 +7667,15 @@ Not documented
8017 7667
8018;;;*** 7668;;;***
8019 7669
8020;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (18787 48912)) 7670;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (19137 28300))
8021;;; Generated autoloads from ediff-hook.el 7671;;; Generated autoloads from ediff-hook.el
8022 7672
8023(if (featurep 'xemacs) (progn (defun ediff-xemacs-init-menus nil (when (featurep 'menubar) (add-submenu '("Tools") ediff-menu "OO-Browser...") (add-submenu '("Tools") ediff-merge-menu "OO-Browser...") (add-submenu '("Tools") epatch-menu "OO-Browser...") (add-submenu '("Tools") ediff-misc-menu "OO-Browser...") (add-menu-button '("Tools") "-------" "OO-Browser..."))) (defvar ediff-menu '("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t])) (defvar ediff-merge-menu '("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t])) (defvar epatch-menu '("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t])) (defvar ediff-misc-menu '("Ediff Miscellanea" ["Ediff Manual" ediff-documentation t] ["Customize Ediff" ediff-customize t] ["List Ediff Sessions" ediff-show-registry t] ["Use separate frame for Ediff control buffer" ediff-toggle-multiframe :style toggle :selected (if (and (featurep 'ediff-util) (boundp 'ediff-window-setup-function)) (eq ediff-window-setup-function 'ediff-setup-windows-multiframe))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep 'ediff-tbar) (ediff-use-toolbar-p))])) (if (and (featurep 'menubar) (not (featurep 'infodock)) (not (featurep 'ediff-hook))) (ediff-xemacs-init-menus))) (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset 'menu-bar-ediff-misc-menu (symbol-value 'menu-bar-ediff-misc-menu)) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset 'menu-bar-epatch-menu (symbol-value 'menu-bar-epatch-menu)) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset 'menu-bar-ediff-merge-menu (symbol-value 'menu-bar-ediff-merge-menu)) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset 'menu-bar-ediff-menu (symbol-value 'menu-bar-ediff-menu)) (define-key menu-bar-ediff-menu [window] '(menu-item "This Window and Next Window" compare-windows :help "Compare the current window and the next window")) (define-key menu-bar-ediff-menu [ediff-windows-linewise] '(menu-item "Windows Line-by-line..." ediff-windows-linewise :help "Compare windows line-wise")) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] '(menu-item "Windows Word-by-word..." ediff-windows-wordwise :help "Compare windows word-wise")) (define-key menu-bar-ediff-menu [separator-ediff-windows] '("--")) (define-key menu-bar-ediff-menu [ediff-regions-linewise] '(menu-item "Regions Line-by-line..." ediff-regions-linewise :help "Compare regions line-wise")) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] '(menu-item "Regions Word-by-word..." ediff-regions-wordwise :help "Compare regions word-wise")) (define-key menu-bar-ediff-menu [separator-ediff-regions] '("--")) (define-key menu-bar-ediff-menu [ediff-dir-revision] '(menu-item "Directory Revisions..." ediff-directory-revisions :help "Compare directory files with their older versions")) (define-key menu-bar-ediff-menu [ediff-revision] '(menu-item "File with Revision..." ediff-revision :help "Compare file with its older versions")) (define-key menu-bar-ediff-menu [separator-ediff-directories] '("--")) (define-key menu-bar-ediff-menu [ediff-directories3] '(menu-item "Three Directories..." ediff-directories3 :help "Compare files common to three directories simultaneously")) (define-key menu-bar-ediff-menu [ediff-directories] '(menu-item "Two Directories..." ediff-directories :help "Compare files common to two directories simultaneously")) (define-key menu-bar-ediff-menu [separator-ediff-files] '("--")) (define-key menu-bar-ediff-menu [ediff-buffers3] '(menu-item "Three Buffers..." ediff-buffers3 :help "Compare three buffers simultaneously")) (define-key menu-bar-ediff-menu [ediff-files3] '(menu-item "Three Files..." ediff-files3 :help "Compare three files simultaneously")) (define-key menu-bar-ediff-menu [ediff-buffers] '(menu-item "Two Buffers..." ediff-buffers :help "Compare two buffers simultaneously")) (define-key menu-bar-ediff-menu [ediff-files] '(menu-item "Two Files..." ediff-files :help "Compare two files simultaneously")) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] '(menu-item "Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor :help "Merge versions of the files in the same directory by comparing the files with common ancestors")) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] '(menu-item "Directory Revisions..." ediff-merge-directory-revisions :help "Merge versions of the files in the same directory (without using ancestor information)")) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] '(menu-item "Revisions with Ancestor..." ediff-merge-revisions-with-ancestor :help "Merge versions of the same file by comparing them with a common ancestor")) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] '(menu-item "Revisions..." ediff-merge-revisions :help "Merge versions of the same file (without using ancestor information)")) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] '("--")) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] '(menu-item "Directories with Ancestor..." ediff-merge-directories-with-ancestor :help "Merge files common to a pair of directories by comparing the files with common ancestors")) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] '(menu-item "Directories..." ediff-merge-directories :help "Merge files common to a pair of directories")) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] '("--")) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] '(menu-item "Buffers with Ancestor..." ediff-merge-buffers-with-ancestor :help "Merge buffers by comparing their contents with a common ancestor")) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] '(menu-item "Buffers..." ediff-merge-buffers :help "Merge buffers (without using ancestor information)")) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] '(menu-item "Files with Ancestor..." ediff-merge-files-with-ancestor :help "Merge files by comparing them with a common ancestor")) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] '(menu-item "Files..." ediff-merge-files :help "Merge files (without using ancestor information)")) (define-key menu-bar-epatch-menu [ediff-patch-buffer] '(menu-item "To a Buffer..." ediff-patch-buffer :help "Apply a patch to the contents of a buffer")) (define-key menu-bar-epatch-menu [ediff-patch-file] '(menu-item "To a File..." ediff-patch-file :help "Apply a patch to a file")) (define-key menu-bar-ediff-misc-menu [emultiframe] '(menu-item "Toggle use of separate control buffer frame" ediff-toggle-multiframe :help "Switch between the single-frame presentation mode and the multi-frame mode")) (define-key menu-bar-ediff-misc-menu [eregistry] '(menu-item "List Ediff Sessions" ediff-show-registry :help "List all active Ediff sessions; it is a convenient way to find and resume such a session")) (define-key menu-bar-ediff-misc-menu [ediff-cust] '(menu-item "Customize Ediff" ediff-customize :help "Change some of the parameters that govern the behavior of Ediff")) (define-key menu-bar-ediff-misc-menu [ediff-doc] '(menu-item "Ediff Manual" ediff-documentation :help "Bring up the Ediff manual"))) 7673(if (featurep 'xemacs) (progn (defun ediff-xemacs-init-menus nil (when (featurep 'menubar) (add-submenu '("Tools") ediff-menu "OO-Browser...") (add-submenu '("Tools") ediff-merge-menu "OO-Browser...") (add-submenu '("Tools") epatch-menu "OO-Browser...") (add-submenu '("Tools") ediff-misc-menu "OO-Browser...") (add-menu-button '("Tools") "-------" "OO-Browser..."))) (defvar ediff-menu '("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t])) (defvar ediff-merge-menu '("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t])) (defvar epatch-menu '("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t])) (defvar ediff-misc-menu '("Ediff Miscellanea" ["Ediff Manual" ediff-documentation t] ["Customize Ediff" ediff-customize t] ["List Ediff Sessions" ediff-show-registry t] ["Use separate frame for Ediff control buffer" ediff-toggle-multiframe :style toggle :selected (if (and (featurep 'ediff-util) (boundp 'ediff-window-setup-function)) (eq ediff-window-setup-function 'ediff-setup-windows-multiframe))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep 'ediff-tbar) (ediff-use-toolbar-p))])) (if (and (featurep 'menubar) (not (featurep 'infodock)) (not (featurep 'ediff-hook))) (ediff-xemacs-init-menus))) (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset 'menu-bar-ediff-misc-menu (symbol-value 'menu-bar-ediff-misc-menu)) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset 'menu-bar-epatch-menu (symbol-value 'menu-bar-epatch-menu)) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset 'menu-bar-ediff-merge-menu (symbol-value 'menu-bar-ediff-merge-menu)) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset 'menu-bar-ediff-menu (symbol-value 'menu-bar-ediff-menu)) (define-key menu-bar-ediff-menu [ediff-misc] (list 'menu-item "Ediff Miscellanea" menu-bar-ediff-misc-menu)) (define-key menu-bar-ediff-menu [separator-ediff-misc] '("--")) (define-key menu-bar-ediff-menu [window] `(menu-item ,(purecopy "This Window and Next Window") compare-windows :help ,(purecopy "Compare the current window and the next window"))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] `(menu-item ,(purecopy "Windows Line-by-line...") ediff-windows-linewise :help ,(purecopy "Compare windows line-wise"))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] `(menu-item ,(purecopy "Windows Word-by-word...") ediff-windows-wordwise :help ,(purecopy "Compare windows word-wise"))) (define-key menu-bar-ediff-menu [separator-ediff-windows] '("--")) (define-key menu-bar-ediff-menu [ediff-regions-linewise] `(menu-item ,(purecopy "Regions Line-by-line...") ediff-regions-linewise :help ,(purecopy "Compare regions line-wise"))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] `(menu-item ,(purecopy "Regions Word-by-word...") ediff-regions-wordwise :help ,(purecopy "Compare regions word-wise"))) (define-key menu-bar-ediff-menu [separator-ediff-regions] '("--")) (define-key menu-bar-ediff-menu [ediff-dir-revision] `(menu-item ,(purecopy "Directory Revisions...") ediff-directory-revisions :help ,(purecopy "Compare directory files with their older versions"))) (define-key menu-bar-ediff-menu [ediff-revision] `(menu-item ,(purecopy "File with Revision...") ediff-revision :help ,(purecopy "Compare file with its older versions"))) (define-key menu-bar-ediff-menu [separator-ediff-directories] '("--")) (define-key menu-bar-ediff-menu [ediff-directories3] `(menu-item ,(purecopy "Three Directories...") ediff-directories3 :help ,(purecopy "Compare files common to three directories simultaneously"))) (define-key menu-bar-ediff-menu [ediff-directories] `(menu-item ,(purecopy "Two Directories...") ediff-directories :help ,(purecopy "Compare files common to two directories simultaneously"))) (define-key menu-bar-ediff-menu [separator-ediff-files] '("--")) (define-key menu-bar-ediff-menu [ediff-buffers3] `(menu-item ,(purecopy "Three Buffers...") ediff-buffers3 :help ,(purecopy "Compare three buffers simultaneously"))) (define-key menu-bar-ediff-menu [ediff-files3] `(menu-item ,(purecopy "Three Files...") ediff-files3 :help ,(purecopy "Compare three files simultaneously"))) (define-key menu-bar-ediff-menu [ediff-buffers] `(menu-item ,(purecopy "Two Buffers...") ediff-buffers :help ,(purecopy "Compare two buffers simultaneously"))) (define-key menu-bar-ediff-menu [ediff-files] `(menu-item ,(purecopy "Two Files...") ediff-files :help ,(purecopy "Compare two files simultaneously"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] `(menu-item ,(purecopy "Directory Revisions with Ancestor...") ediff-merge-directory-revisions-with-ancestor :help ,(purecopy "Merge versions of the files in the same directory by comparing the files with common ancestors"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] `(menu-item ,(purecopy "Directory Revisions...") ediff-merge-directory-revisions :help ,(purecopy "Merge versions of the files in the same directory (without using ancestor information)"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] `(menu-item ,(purecopy "Revisions with Ancestor...") ediff-merge-revisions-with-ancestor :help ,(purecopy "Merge versions of the same file by comparing them with a common ancestor"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] `(menu-item ,(purecopy "Revisions...") ediff-merge-revisions :help ,(purecopy "Merge versions of the same file (without using ancestor information)"))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] '("--")) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] `(menu-item ,(purecopy "Directories with Ancestor...") ediff-merge-directories-with-ancestor :help ,(purecopy "Merge files common to a pair of directories by comparing the files with common ancestors"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] `(menu-item ,(purecopy "Directories...") ediff-merge-directories :help ,(purecopy "Merge files common to a pair of directories"))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] '("--")) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] `(menu-item ,(purecopy "Buffers with Ancestor...") ediff-merge-buffers-with-ancestor :help ,(purecopy "Merge buffers by comparing their contents with a common ancestor"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] `(menu-item ,(purecopy "Buffers...") ediff-merge-buffers :help ,(purecopy "Merge buffers (without using ancestor information)"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] `(menu-item ,(purecopy "Files with Ancestor...") ediff-merge-files-with-ancestor :help ,(purecopy "Merge files by comparing them with a common ancestor"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] `(menu-item ,(purecopy "Files...") ediff-merge-files :help ,(purecopy "Merge files (without using ancestor information)"))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] `(menu-item ,(purecopy "To a Buffer...") ediff-patch-buffer :help ,(purecopy "Apply a patch to the contents of a buffer"))) (define-key menu-bar-epatch-menu [ediff-patch-file] `(menu-item ,(purecopy "To a File...") ediff-patch-file :help ,(purecopy "Apply a patch to a file"))) (define-key menu-bar-ediff-misc-menu [emultiframe] `(menu-item ,(purecopy "Use separate control buffer frame") ediff-toggle-multiframe :help ,(purecopy "Switch between the single-frame presentation mode and the multi-frame mode"))) (define-key menu-bar-ediff-misc-menu [eregistry] `(menu-item ,(purecopy "List Ediff Sessions") ediff-show-registry :help ,(purecopy "List all active Ediff sessions; it is a convenient way to find and resume such a session"))) (define-key menu-bar-ediff-misc-menu [ediff-cust] `(menu-item ,(purecopy "Customize Ediff") ediff-customize :help ,(purecopy "Change some of the parameters that govern the behavior of Ediff"))) (define-key menu-bar-ediff-misc-menu [ediff-doc] `(menu-item ,(purecopy "Ediff Manual") ediff-documentation :help ,(purecopy "Bring up the Ediff manual"))))
8024 7674
8025;;;*** 7675;;;***
8026 7676
8027;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 7677;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
8028;;;;;; (18821 3055)) 7678;;;;;; (18820 52309))
8029;;; Generated autoloads from ediff-mult.el 7679;;; Generated autoloads from ediff-mult.el
8030 7680
8031(autoload 'ediff-show-registry "ediff-mult" "\ 7681(autoload 'ediff-show-registry "ediff-mult" "\
@@ -8038,7 +7688,7 @@ Display Ediff's registry.
8038;;;*** 7688;;;***
8039 7689
8040;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 7690;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
8041;;;;;; "ediff-util" "ediff-util.el" (18989 18316)) 7691;;;;;; "ediff-util" "ediff-util.el" (18989 10358))
8042;;; Generated autoloads from ediff-util.el 7692;;; Generated autoloads from ediff-util.el
8043 7693
8044(autoload 'ediff-toggle-multiframe "ediff-util" "\ 7694(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -8059,7 +7709,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
8059 7709
8060;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 7710;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
8061;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 7711;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
8062;;;;;; (18972 18135)) 7712;;;;;; (18972 20182))
8063;;; Generated autoloads from edmacro.el 7713;;; Generated autoloads from edmacro.el
8064 7714
8065(defvar edmacro-eight-bits nil "\ 7715(defvar edmacro-eight-bits nil "\
@@ -8112,7 +7762,7 @@ or nil, use a compact 80-column format.
8112;;;*** 7762;;;***
8113 7763
8114;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 7764;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
8115;;;;;; "emulation/edt.el" (18979 58015)) 7765;;;;;; "emulation/edt.el" (19086 19374))
8116;;; Generated autoloads from emulation/edt.el 7766;;; Generated autoloads from emulation/edt.el
8117 7767
8118(autoload 'edt-set-scroll-margins "edt" "\ 7768(autoload 'edt-set-scroll-margins "edt" "\
@@ -8130,7 +7780,7 @@ Turn on EDT Emulation.
8130;;;*** 7780;;;***
8131 7781
8132;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 7782;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
8133;;;;;; (18794 5653)) 7783;;;;;; (19096 3520))
8134;;; Generated autoloads from ehelp.el 7784;;; Generated autoloads from ehelp.el
8135 7785
8136(autoload 'with-electric-help "ehelp" "\ 7786(autoload 'with-electric-help "ehelp" "\
@@ -8155,7 +7805,7 @@ If THUNK returns non-nil, we don't do those things.
8155 7805
8156When the user exits (with `electric-help-exit', or otherwise), the help 7806When the user exits (with `electric-help-exit', or otherwise), the help
8157buffer's window disappears (i.e., we use `save-window-excursion'), and 7807buffer's window disappears (i.e., we use `save-window-excursion'), and
8158BUFFER is put into `default-major-mode' (or `fundamental-mode'). 7808BUFFER is put into default `major-mode' (or `fundamental-mode').
8159 7809
8160\(fn THUNK &optional BUFFER NOERASE MINHEIGHT)" nil nil) 7810\(fn THUNK &optional BUFFER NOERASE MINHEIGHT)" nil nil)
8161 7811
@@ -8167,7 +7817,7 @@ Not documented
8167;;;*** 7817;;;***
8168 7818
8169;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 7819;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
8170;;;;;; "eldoc" "emacs-lisp/eldoc.el" (18811 27444)) 7820;;;;;; "eldoc" "emacs-lisp/eldoc.el" (18810 64740))
8171;;; Generated autoloads from emacs-lisp/eldoc.el 7821;;; Generated autoloads from emacs-lisp/eldoc.el
8172 7822
8173(defvar eldoc-minor-mode-string " ElDoc" "\ 7823(defvar eldoc-minor-mode-string " ElDoc" "\
@@ -8210,8 +7860,8 @@ Emacs Lisp mode) that support ElDoc.")
8210 7860
8211;;;*** 7861;;;***
8212 7862
8213;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (18787 7863;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (18785
8214;;;;;; 48912)) 7864;;;;;; 31782))
8215;;; Generated autoloads from elide-head.el 7865;;; Generated autoloads from elide-head.el
8216 7866
8217(autoload 'elide-head "elide-head" "\ 7867(autoload 'elide-head "elide-head" "\
@@ -8226,20 +7876,46 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8226 7876
8227;;;*** 7877;;;***
8228 7878
8229;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" 7879;;;### (autoloads (elint-initialize elint-defun elint-current-buffer
8230;;;;;; (18852 12908)) 7880;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el"
7881;;;;;; (19128 13900))
8231;;; Generated autoloads from emacs-lisp/elint.el 7882;;; Generated autoloads from emacs-lisp/elint.el
8232 7883
7884(autoload 'elint-file "elint" "\
7885Lint the file FILE.
7886
7887\(fn FILE)" t nil)
7888
7889(autoload 'elint-directory "elint" "\
7890Lint all the .el files in DIRECTORY.
7891A complicated directory may require a lot of memory.
7892
7893\(fn DIRECTORY)" t nil)
7894
7895(autoload 'elint-current-buffer "elint" "\
7896Lint the current buffer.
7897If necessary, this first calls `elint-initalize'.
7898
7899\(fn)" t nil)
7900
7901(autoload 'elint-defun "elint" "\
7902Lint the function at point.
7903If necessary, this first calls `elint-initalize'.
7904
7905\(fn)" t nil)
7906
8233(autoload 'elint-initialize "elint" "\ 7907(autoload 'elint-initialize "elint" "\
8234Initialize elint. 7908Initialize elint.
7909If elint is already initialized, this does nothing, unless
7910optional prefix argument REINIT is non-nil.
8235 7911
8236\(fn)" t nil) 7912\(fn &optional REINIT)" t nil)
8237 7913
8238;;;*** 7914;;;***
8239 7915
8240;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 7916;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
8241;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (18821 7917;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19114
8242;;;;;; 3056)) 7918;;;;;; 64512))
8243;;; Generated autoloads from emacs-lisp/elp.el 7919;;; Generated autoloads from emacs-lisp/elp.el
8244 7920
8245(autoload 'elp-instrument-function "elp" "\ 7921(autoload 'elp-instrument-function "elp" "\
@@ -8274,7 +7950,7 @@ displayed.
8274;;;*** 7950;;;***
8275 7951
8276;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 7952;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
8277;;;;;; (18787 48929)) 7953;;;;;; (19103 26694))
8278;;; Generated autoloads from mail/emacsbug.el 7954;;; Generated autoloads from mail/emacsbug.el
8279 7955
8280(autoload 'report-emacs-bug "emacsbug" "\ 7956(autoload 'report-emacs-bug "emacsbug" "\
@@ -8289,26 +7965,9 @@ Prompts for bug subject. Leaves you in a mail buffer.
8289;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 7965;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
8290;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 7966;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
8291;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 7967;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
8292;;;;;; "emerge.el" (18742 35183)) 7968;;;;;; "emerge.el" (19086 19373))
8293;;; Generated autoloads from emerge.el 7969;;; Generated autoloads from emerge.el
8294 7970
8295(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
8296 (fset 'menu-bar-emerge-menu (symbol-value 'menu-bar-emerge-menu))
8297 (define-key menu-bar-emerge-menu [emerge-merge-directories]
8298 '("Merge Directories..." . emerge-merge-directories))
8299 (define-key menu-bar-emerge-menu [emerge-revisions-with-ancestor]
8300 '("Revisions with Ancestor..." . emerge-revisions-with-ancestor))
8301 (define-key menu-bar-emerge-menu [emerge-revisions]
8302 '("Revisions..." . emerge-revisions))
8303 (define-key menu-bar-emerge-menu [emerge-files-with-ancestor]
8304 '("Files with Ancestor..." . emerge-files-with-ancestor))
8305 (define-key menu-bar-emerge-menu [emerge-files]
8306 '("Files..." . emerge-files))
8307 (define-key menu-bar-emerge-menu [emerge-buffers-with-ancestor]
8308 '("Buffers with Ancestor..." . emerge-buffers-with-ancestor))
8309 (define-key menu-bar-emerge-menu [emerge-buffers]
8310 '("Buffers..." . emerge-buffers))
8311
8312(autoload 'emerge-files "emerge" "\ 7971(autoload 'emerge-files "emerge" "\
8313Run Emerge on two files. 7972Run Emerge on two files.
8314 7973
@@ -8366,21 +8025,8 @@ Not documented
8366 8025
8367;;;*** 8026;;;***
8368 8027
8369;;;### (autoloads (encoded-kbd-setup-display) "encoded-kb" "international/encoded-kb.el"
8370;;;;;; (18963 26564))
8371;;; Generated autoloads from international/encoded-kb.el
8372
8373(autoload 'encoded-kbd-setup-display "encoded-kb" "\
8374Set up a `input-decode-map' for `keyboard-coding-system' on TERMINAL.
8375
8376TERMINAL may be a terminal id, a frame, or nil for the selected frame's terminal.
8377
8378\(fn TERMINAL)" nil nil)
8379
8380;;;***
8381
8382;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 8028;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
8383;;;;;; "enriched" "textmodes/enriched.el" (18787 48936)) 8029;;;;;; "enriched" "textmodes/enriched.el" (18785 32081))
8384;;; Generated autoloads from textmodes/enriched.el 8030;;; Generated autoloads from textmodes/enriched.el
8385 8031
8386(autoload 'enriched-mode "enriched" "\ 8032(autoload 'enriched-mode "enriched" "\
@@ -8415,8 +8061,8 @@ Not documented
8415;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region 8061;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region
8416;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file 8062;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
8417;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys 8063;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
8418;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (18985 8064;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (19086
8419;;;;;; 38697)) 8065;;;;;; 46697))
8420;;; Generated autoloads from epa.el 8066;;; Generated autoloads from epa.el
8421 8067
8422(autoload 'epa-list-keys "epa" "\ 8068(autoload 'epa-list-keys "epa" "\
@@ -8589,7 +8235,7 @@ Insert selected KEYS after the point.
8589;;;*** 8235;;;***
8590 8236
8591;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify 8237;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify
8592;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (18787 48912)) 8238;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (18785 31784))
8593;;; Generated autoloads from epa-dired.el 8239;;; Generated autoloads from epa-dired.el
8594 8240
8595(autoload 'epa-dired-do-decrypt "epa-dired" "\ 8241(autoload 'epa-dired-do-decrypt "epa-dired" "\
@@ -8615,7 +8261,7 @@ Encrypt marked files.
8615;;;*** 8261;;;***
8616 8262
8617;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) 8263;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler)
8618;;;;;; "epa-file" "epa-file.el" (18923 53557)) 8264;;;;;; "epa-file" "epa-file.el" (19130 52558))
8619;;; Generated autoloads from epa-file.el 8265;;; Generated autoloads from epa-file.el
8620 8266
8621(autoload 'epa-file-handler "epa-file" "\ 8267(autoload 'epa-file-handler "epa-file" "\
@@ -8637,7 +8283,7 @@ Not documented
8637 8283
8638;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt 8284;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
8639;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode) 8285;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
8640;;;;;; "epa-mail" "epa-mail.el" (18787 48912)) 8286;;;;;; "epa-mail" "epa-mail.el" (18785 31785))
8641;;; Generated autoloads from epa-mail.el 8287;;; Generated autoloads from epa-mail.el
8642 8288
8643(autoload 'epa-mail-mode "epa-mail" "\ 8289(autoload 'epa-mail-mode "epa-mail" "\
@@ -8701,274 +8347,18 @@ Minor mode to hook EasyPG into Mail mode.
8701 8347
8702;;;*** 8348;;;***
8703 8349
8704;;;### (autoloads (epg-generate-key-from-string epg-generate-key-from-file 8350;;;### (autoloads (epg-make-context) "epg" "epg.el" (19129 27184))
8705;;;;;; epg-start-generate-key epg-sign-keys epg-start-sign-keys
8706;;;;;; epg-delete-keys epg-start-delete-keys epg-receive-keys epg-start-receive-keys
8707;;;;;; epg-import-keys-from-string epg-import-keys-from-file epg-start-import-keys
8708;;;;;; epg-export-keys-to-string epg-export-keys-to-file epg-start-export-keys
8709;;;;;; epg-encrypt-string epg-encrypt-file epg-start-encrypt epg-sign-string
8710;;;;;; epg-sign-file epg-start-sign epg-verify-string epg-verify-file
8711;;;;;; epg-start-verify epg-decrypt-string epg-decrypt-file epg-start-decrypt
8712;;;;;; epg-cancel epg-list-keys) "epg" "epg.el" (18943 4386))
8713;;; Generated autoloads from epg.el 8351;;; Generated autoloads from epg.el
8714 8352
8715(autoload 'epg-list-keys "epg" "\ 8353(autoload 'epg-make-context "epg" "\
8716Return a list of epg-key objects matched with NAME. 8354Return a context object.
8717If MODE is nil or 'public, only public keyring should be searched.
8718If MODE is t or 'secret, only secret keyring should be searched.
8719Otherwise, only public keyring should be searched and the key
8720signatures should be included.
8721NAME is either a string or a list of strings.
8722
8723\(fn CONTEXT &optional NAME MODE)" nil nil)
8724
8725(autoload 'epg-cancel "epg" "\
8726Not documented
8727
8728\(fn CONTEXT)" nil nil)
8729
8730(autoload 'epg-start-decrypt "epg" "\
8731Initiate a decrypt operation on CIPHER.
8732CIPHER must be a file data object.
8733
8734If you use this function, you will need to wait for the completion of
8735`epg-gpg-program' by using `epg-wait-for-completion' and call
8736`epg-reset' to clear a temporaly output file.
8737If you are unsure, use synchronous version of this function
8738`epg-decrypt-file' or `epg-decrypt-string' instead.
8739
8740\(fn CONTEXT CIPHER)" nil nil)
8741
8742(autoload 'epg-decrypt-file "epg" "\
8743Decrypt a file CIPHER and store the result to a file PLAIN.
8744If PLAIN is nil, it returns the result as a string.
8745
8746\(fn CONTEXT CIPHER PLAIN)" nil nil)
8747
8748(autoload 'epg-decrypt-string "epg" "\
8749Decrypt a string CIPHER and return the plain text.
8750
8751\(fn CONTEXT CIPHER)" nil nil)
8752
8753(autoload 'epg-start-verify "epg" "\
8754Initiate a verify operation on SIGNATURE.
8755SIGNATURE and SIGNED-TEXT are a data object if they are specified.
8756
8757For a detached signature, both SIGNATURE and SIGNED-TEXT should be set.
8758For a normal or a cleartext signature, SIGNED-TEXT should be nil.
8759
8760If you use this function, you will need to wait for the completion of
8761`epg-gpg-program' by using `epg-wait-for-completion' and call
8762`epg-reset' to clear a temporaly output file.
8763If you are unsure, use synchronous version of this function
8764`epg-verify-file' or `epg-verify-string' instead.
8765
8766\(fn CONTEXT SIGNATURE &optional SIGNED-TEXT)" nil nil)
8767
8768(autoload 'epg-verify-file "epg" "\
8769Verify a file SIGNATURE.
8770SIGNED-TEXT and PLAIN are also a file if they are specified.
8771
8772For a detached signature, both SIGNATURE and SIGNED-TEXT should be
8773string. For a normal or a cleartext signature, SIGNED-TEXT should be
8774nil. In the latter case, if PLAIN is specified, the plaintext is
8775stored into the file after successful verification.
8776
8777\(fn CONTEXT SIGNATURE &optional SIGNED-TEXT PLAIN)" nil nil)
8778
8779(autoload 'epg-verify-string "epg" "\
8780Verify a string SIGNATURE.
8781SIGNED-TEXT is a string if it is specified.
8782
8783For a detached signature, both SIGNATURE and SIGNED-TEXT should be
8784string. For a normal or a cleartext signature, SIGNED-TEXT should be
8785nil. In the latter case, this function returns the plaintext after
8786successful verification.
8787
8788\(fn CONTEXT SIGNATURE &optional SIGNED-TEXT)" nil nil)
8789
8790(autoload 'epg-start-sign "epg" "\
8791Initiate a sign operation on PLAIN.
8792PLAIN is a data object.
8793
8794If optional 3rd argument MODE is t or 'detached, it makes a detached signature.
8795If it is nil or 'normal, it makes a normal signature.
8796Otherwise, it makes a cleartext signature.
8797
8798If you use this function, you will need to wait for the completion of
8799`epg-gpg-program' by using `epg-wait-for-completion' and call
8800`epg-reset' to clear a temporaly output file.
8801If you are unsure, use synchronous version of this function
8802`epg-sign-file' or `epg-sign-string' instead.
8803
8804\(fn CONTEXT PLAIN &optional MODE)" nil nil)
8805
8806(autoload 'epg-sign-file "epg" "\
8807Sign a file PLAIN and store the result to a file SIGNATURE.
8808If SIGNATURE is nil, it returns the result as a string.
8809If optional 3rd argument MODE is t or 'detached, it makes a detached signature.
8810If it is nil or 'normal, it makes a normal signature.
8811Otherwise, it makes a cleartext signature.
8812
8813\(fn CONTEXT PLAIN SIGNATURE &optional MODE)" nil nil)
8814
8815(autoload 'epg-sign-string "epg" "\
8816Sign a string PLAIN and return the output as string.
8817If optional 3rd argument MODE is t or 'detached, it makes a detached signature.
8818If it is nil or 'normal, it makes a normal signature.
8819Otherwise, it makes a cleartext signature.
8820
8821\(fn CONTEXT PLAIN &optional MODE)" nil nil)
8822
8823(autoload 'epg-start-encrypt "epg" "\
8824Initiate an encrypt operation on PLAIN.
8825PLAIN is a data object.
8826If RECIPIENTS is nil, it performs symmetric encryption.
8827
8828If you use this function, you will need to wait for the completion of
8829`epg-gpg-program' by using `epg-wait-for-completion' and call
8830`epg-reset' to clear a temporaly output file.
8831If you are unsure, use synchronous version of this function
8832`epg-encrypt-file' or `epg-encrypt-string' instead.
8833
8834\(fn CONTEXT PLAIN RECIPIENTS &optional SIGN ALWAYS-TRUST)" nil nil)
8835
8836(autoload 'epg-encrypt-file "epg" "\
8837Encrypt a file PLAIN and store the result to a file CIPHER.
8838If CIPHER is nil, it returns the result as a string.
8839If RECIPIENTS is nil, it performs symmetric encryption.
8840
8841\(fn CONTEXT PLAIN RECIPIENTS CIPHER &optional SIGN ALWAYS-TRUST)" nil nil)
8842
8843(autoload 'epg-encrypt-string "epg" "\
8844Encrypt a string PLAIN.
8845If RECIPIENTS is nil, it performs symmetric encryption.
8846
8847\(fn CONTEXT PLAIN RECIPIENTS &optional SIGN ALWAYS-TRUST)" nil nil)
8848
8849(autoload 'epg-start-export-keys "epg" "\
8850Initiate an export keys operation.
8851
8852If you use this function, you will need to wait for the completion of
8853`epg-gpg-program' by using `epg-wait-for-completion' and call
8854`epg-reset' to clear a temporaly output file.
8855If you are unsure, use synchronous version of this function
8856`epg-export-keys-to-file' or `epg-export-keys-to-string' instead.
8857
8858\(fn CONTEXT KEYS)" nil nil)
8859
8860(autoload 'epg-export-keys-to-file "epg" "\
8861Extract public KEYS.
8862 8355
8863\(fn CONTEXT KEYS FILE)" nil nil) 8356\(fn &optional PROTOCOL ARMOR TEXTMODE INCLUDE-CERTS CIPHER-ALGORITHM DIGEST-ALGORITHM COMPRESS-ALGORITHM)" nil nil)
8864
8865(autoload 'epg-export-keys-to-string "epg" "\
8866Extract public KEYS and return them as a string.
8867
8868\(fn CONTEXT KEYS)" nil nil)
8869
8870(autoload 'epg-start-import-keys "epg" "\
8871Initiate an import keys operation.
8872KEYS is a data object.
8873
8874If you use this function, you will need to wait for the completion of
8875`epg-gpg-program' by using `epg-wait-for-completion' and call
8876`epg-reset' to clear a temporaly output file.
8877If you are unsure, use synchronous version of this function
8878`epg-import-keys-from-file' or `epg-import-keys-from-string' instead.
8879
8880\(fn CONTEXT KEYS)" nil nil)
8881
8882(autoload 'epg-import-keys-from-file "epg" "\
8883Add keys from a file KEYS.
8884
8885\(fn CONTEXT KEYS)" nil nil)
8886
8887(autoload 'epg-import-keys-from-string "epg" "\
8888Add keys from a string KEYS.
8889
8890\(fn CONTEXT KEYS)" nil nil)
8891
8892(autoload 'epg-start-receive-keys "epg" "\
8893Initiate a receive key operation.
8894KEY-ID-LIST is a list of key IDs.
8895
8896If you use this function, you will need to wait for the completion of
8897`epg-gpg-program' by using `epg-wait-for-completion' and call
8898`epg-reset' to clear a temporaly output file.
8899If you are unsure, use synchronous version of this function
8900`epg-receive-keys' instead.
8901
8902\(fn CONTEXT KEY-ID-LIST)" nil nil)
8903
8904(autoload 'epg-receive-keys "epg" "\
8905Add keys from server.
8906KEYS is a list of key IDs
8907
8908\(fn CONTEXT KEYS)" nil nil)
8909
8910(defalias 'epg-import-keys-from-server 'epg-receive-keys)
8911
8912(autoload 'epg-start-delete-keys "epg" "\
8913Initiate a delete keys operation.
8914
8915If you use this function, you will need to wait for the completion of
8916`epg-gpg-program' by using `epg-wait-for-completion' and call
8917`epg-reset' to clear a temporaly output file.
8918If you are unsure, use synchronous version of this function
8919`epg-delete-keys' instead.
8920
8921\(fn CONTEXT KEYS &optional ALLOW-SECRET)" nil nil)
8922
8923(autoload 'epg-delete-keys "epg" "\
8924Delete KEYS from the key ring.
8925
8926\(fn CONTEXT KEYS &optional ALLOW-SECRET)" nil nil)
8927
8928(autoload 'epg-start-sign-keys "epg" "\
8929Initiate a sign keys operation.
8930
8931If you use this function, you will need to wait for the completion of
8932`epg-gpg-program' by using `epg-wait-for-completion' and call
8933`epg-reset' to clear a temporaly output file.
8934If you are unsure, use synchronous version of this function
8935`epg-sign-keys' instead.
8936
8937\(fn CONTEXT KEYS &optional LOCAL)" nil nil)
8938
8939(autoload 'epg-sign-keys "epg" "\
8940Sign KEYS from the key ring.
8941
8942\(fn CONTEXT KEYS &optional LOCAL)" nil nil)
8943
8944(autoload 'epg-start-generate-key "epg" "\
8945Initiate a key generation.
8946PARAMETERS specifies parameters for the key.
8947
8948If you use this function, you will need to wait for the completion of
8949`epg-gpg-program' by using `epg-wait-for-completion' and call
8950`epg-reset' to clear a temporaly output file.
8951If you are unsure, use synchronous version of this function
8952`epg-generate-key-from-file' or `epg-generate-key-from-string' instead.
8953
8954\(fn CONTEXT PARAMETERS)" nil nil)
8955
8956(autoload 'epg-generate-key-from-file "epg" "\
8957Generate a new key pair.
8958PARAMETERS is a file which tells how to create the key.
8959
8960\(fn CONTEXT PARAMETERS)" nil nil)
8961
8962(autoload 'epg-generate-key-from-string "epg" "\
8963Generate a new key pair.
8964PARAMETERS is a string which tells how to create the key.
8965
8966\(fn CONTEXT PARAMETERS)" nil nil)
8967 8357
8968;;;*** 8358;;;***
8969 8359
8970;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) 8360;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
8971;;;;;; "epg-config" "epg-config.el" (18787 48912)) 8361;;;;;; "epg-config" "epg-config.el" (18785 31786))
8972;;; Generated autoloads from epg-config.el 8362;;; Generated autoloads from epg-config.el
8973 8363
8974(autoload 'epg-configuration "epg-config" "\ 8364(autoload 'epg-configuration "epg-config" "\
@@ -8989,7 +8379,7 @@ Look at CONFIG and try to expand GROUP.
8989;;;*** 8379;;;***
8990 8380
8991;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" 8381;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
8992;;;;;; "erc/erc.el" (18875 4272)) 8382;;;;;; "erc/erc.el" (19046 33175))
8993;;; Generated autoloads from erc/erc.el 8383;;; Generated autoloads from erc/erc.el
8994 8384
8995(autoload 'erc-select-read-args "erc" "\ 8385(autoload 'erc-select-read-args "erc" "\
@@ -9031,33 +8421,33 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
9031 8421
9032;;;*** 8422;;;***
9033 8423
9034;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (18787 8424;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (18785
9035;;;;;; 48923)) 8425;;;;;; 31928))
9036;;; Generated autoloads from erc/erc-autoaway.el 8426;;; Generated autoloads from erc/erc-autoaway.el
9037 (autoload 'erc-autoaway-mode "erc-autoaway") 8427 (autoload 'erc-autoaway-mode "erc-autoaway")
9038 8428
9039;;;*** 8429;;;***
9040 8430
9041;;;### (autoloads nil "erc-button" "erc/erc-button.el" (18787 48924)) 8431;;;### (autoloads nil "erc-button" "erc/erc-button.el" (19137 28302))
9042;;; Generated autoloads from erc/erc-button.el 8432;;; Generated autoloads from erc/erc-button.el
9043 (autoload 'erc-button-mode "erc-button" nil t) 8433 (autoload 'erc-button-mode "erc-button" nil t)
9044 8434
9045;;;*** 8435;;;***
9046 8436
9047;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (18787 48924)) 8437;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (18785 31929))
9048;;; Generated autoloads from erc/erc-capab.el 8438;;; Generated autoloads from erc/erc-capab.el
9049 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 8439 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
9050 8440
9051;;;*** 8441;;;***
9052 8442
9053;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (18787 48924)) 8443;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (18785 31929))
9054;;; Generated autoloads from erc/erc-compat.el 8444;;; Generated autoloads from erc/erc-compat.el
9055 (autoload 'erc-define-minor-mode "erc-compat") 8445 (autoload 'erc-define-minor-mode "erc-compat")
9056 8446
9057;;;*** 8447;;;***
9058 8448
9059;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 8449;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
9060;;;;;; "erc-dcc" "erc/erc-dcc.el" (18800 40734)) 8450;;;;;; "erc-dcc" "erc/erc-dcc.el" (18799 65318))
9061;;; Generated autoloads from erc/erc-dcc.el 8451;;; Generated autoloads from erc/erc-dcc.el
9062 (autoload 'erc-dcc-mode "erc-dcc") 8452 (autoload 'erc-dcc-mode "erc-dcc")
9063 8453
@@ -9090,7 +8480,7 @@ that subcommand.
9090;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 8480;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
9091;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 8481;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
9092;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 8482;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
9093;;;;;; (18787 48924)) 8483;;;;;; (18785 31930))
9094;;; Generated autoloads from erc/erc-ezbounce.el 8484;;; Generated autoloads from erc/erc-ezbounce.el
9095 8485
9096(autoload 'erc-cmd-ezb "erc-ezbounce" "\ 8486(autoload 'erc-cmd-ezb "erc-ezbounce" "\
@@ -9152,8 +8542,8 @@ Add EZBouncer convenience functions to ERC.
9152 8542
9153;;;*** 8543;;;***
9154 8544
9155;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (18787 8545;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (18785
9156;;;;;; 48924)) 8546;;;;;; 31930))
9157;;; Generated autoloads from erc/erc-fill.el 8547;;; Generated autoloads from erc/erc-fill.el
9158 (autoload 'erc-fill-mode "erc-fill" nil t) 8548 (autoload 'erc-fill-mode "erc-fill" nil t)
9159 8549
@@ -9165,15 +8555,15 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
9165 8555
9166;;;*** 8556;;;***
9167 8557
9168;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (18787 8558;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (18785
9169;;;;;; 48924)) 8559;;;;;; 31931))
9170;;; Generated autoloads from erc/erc-hecomplete.el 8560;;; Generated autoloads from erc/erc-hecomplete.el
9171 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t) 8561 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t)
9172 8562
9173;;;*** 8563;;;***
9174 8564
9175;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 8565;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
9176;;;;;; "erc/erc-identd.el" (18787 48924)) 8566;;;;;; "erc/erc-identd.el" (18785 31932))
9177;;; Generated autoloads from erc/erc-identd.el 8567;;; Generated autoloads from erc/erc-identd.el
9178 (autoload 'erc-identd-mode "erc-identd") 8568 (autoload 'erc-identd-mode "erc-identd")
9179 8569
@@ -9195,7 +8585,7 @@ Not documented
9195;;;*** 8585;;;***
9196 8586
9197;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 8587;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
9198;;;;;; (18787 48924)) 8588;;;;;; (18785 31932))
9199;;; Generated autoloads from erc/erc-imenu.el 8589;;; Generated autoloads from erc/erc-imenu.el
9200 8590
9201(autoload 'erc-create-imenu-index "erc-imenu" "\ 8591(autoload 'erc-create-imenu-index "erc-imenu" "\
@@ -9205,20 +8595,20 @@ Not documented
9205 8595
9206;;;*** 8596;;;***
9207 8597
9208;;;### (autoloads nil "erc-join" "erc/erc-join.el" (18787 48924)) 8598;;;### (autoloads nil "erc-join" "erc/erc-join.el" (18785 31932))
9209;;; Generated autoloads from erc/erc-join.el 8599;;; Generated autoloads from erc/erc-join.el
9210 (autoload 'erc-autojoin-mode "erc-join" nil t) 8600 (autoload 'erc-autojoin-mode "erc-join" nil t)
9211 8601
9212;;;*** 8602;;;***
9213 8603
9214;;;### (autoloads nil "erc-list" "erc/erc-list.el" (18787 48924)) 8604;;;### (autoloads nil "erc-list" "erc/erc-list.el" (18785 31933))
9215;;; Generated autoloads from erc/erc-list.el 8605;;; Generated autoloads from erc/erc-list.el
9216 (autoload 'erc-list-mode "erc-list") 8606 (autoload 'erc-list-mode "erc-list")
9217 8607
9218;;;*** 8608;;;***
9219 8609
9220;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 8610;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
9221;;;;;; "erc/erc-log.el" (18787 48924)) 8611;;;;;; "erc/erc-log.el" (18785 31933))
9222;;; Generated autoloads from erc/erc-log.el 8612;;; Generated autoloads from erc/erc-log.el
9223 (autoload 'erc-log-mode "erc-log" nil t) 8613 (autoload 'erc-log-mode "erc-log" nil t)
9224 8614
@@ -9250,7 +8640,7 @@ You can save every individual message by putting this function on
9250;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 8640;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
9251;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 8641;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
9252;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 8642;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
9253;;;;;; (18787 48924)) 8643;;;;;; (18785 31933))
9254;;; Generated autoloads from erc/erc-match.el 8644;;; Generated autoloads from erc/erc-match.el
9255 (autoload 'erc-match-mode "erc-match") 8645 (autoload 'erc-match-mode "erc-match")
9256 8646
@@ -9296,14 +8686,14 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
9296 8686
9297;;;*** 8687;;;***
9298 8688
9299;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (18787 48924)) 8689;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (18785 31933))
9300;;; Generated autoloads from erc/erc-menu.el 8690;;; Generated autoloads from erc/erc-menu.el
9301 (autoload 'erc-menu-mode "erc-menu" nil t) 8691 (autoload 'erc-menu-mode "erc-menu" nil t)
9302 8692
9303;;;*** 8693;;;***
9304 8694
9305;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 8695;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
9306;;;;;; (18787 48924)) 8696;;;;;; (18785 31934))
9307;;; Generated autoloads from erc/erc-netsplit.el 8697;;; Generated autoloads from erc/erc-netsplit.el
9308 (autoload 'erc-netsplit-mode "erc-netsplit") 8698 (autoload 'erc-netsplit-mode "erc-netsplit")
9309 8699
@@ -9315,7 +8705,7 @@ Show who's gone.
9315;;;*** 8705;;;***
9316 8706
9317;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" 8707;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
9318;;;;;; "erc/erc-networks.el" (18787 48924)) 8708;;;;;; "erc/erc-networks.el" (18785 31934))
9319;;; Generated autoloads from erc/erc-networks.el 8709;;; Generated autoloads from erc/erc-networks.el
9320 8710
9321(autoload 'erc-determine-network "erc-networks" "\ 8711(autoload 'erc-determine-network "erc-networks" "\
@@ -9333,7 +8723,7 @@ Interactively select a server to connect to using `erc-server-alist'.
9333;;;*** 8723;;;***
9334 8724
9335;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 8725;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
9336;;;;;; "erc/erc-notify.el" (18787 48924)) 8726;;;;;; "erc/erc-notify.el" (18785 31934))
9337;;; Generated autoloads from erc/erc-notify.el 8727;;; Generated autoloads from erc/erc-notify.el
9338 (autoload 'erc-notify-mode "erc-notify" nil t) 8728 (autoload 'erc-notify-mode "erc-notify" nil t)
9339 8729
@@ -9351,33 +8741,33 @@ Not documented
9351 8741
9352;;;*** 8742;;;***
9353 8743
9354;;;### (autoloads nil "erc-page" "erc/erc-page.el" (18787 48924)) 8744;;;### (autoloads nil "erc-page" "erc/erc-page.el" (18785 31934))
9355;;; Generated autoloads from erc/erc-page.el 8745;;; Generated autoloads from erc/erc-page.el
9356 (autoload 'erc-page-mode "erc-page") 8746 (autoload 'erc-page-mode "erc-page")
9357 8747
9358;;;*** 8748;;;***
9359 8749
9360;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (18787 8750;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (18785
9361;;;;;; 48924)) 8751;;;;;; 31935))
9362;;; Generated autoloads from erc/erc-pcomplete.el 8752;;; Generated autoloads from erc/erc-pcomplete.el
9363 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 8753 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9364 8754
9365;;;*** 8755;;;***
9366 8756
9367;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (18787 48924)) 8757;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (18785 31935))
9368;;; Generated autoloads from erc/erc-replace.el 8758;;; Generated autoloads from erc/erc-replace.el
9369 (autoload 'erc-replace-mode "erc-replace") 8759 (autoload 'erc-replace-mode "erc-replace")
9370 8760
9371;;;*** 8761;;;***
9372 8762
9373;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (18787 48924)) 8763;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (18785 31935))
9374;;; Generated autoloads from erc/erc-ring.el 8764;;; Generated autoloads from erc/erc-ring.el
9375 (autoload 'erc-ring-mode "erc-ring" nil t) 8765 (autoload 'erc-ring-mode "erc-ring" nil t)
9376 8766
9377;;;*** 8767;;;***
9378 8768
9379;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 8769;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
9380;;;;;; "erc-services" "erc/erc-services.el" (18787 48924)) 8770;;;;;; "erc-services" "erc/erc-services.el" (18785 31936))
9381;;; Generated autoloads from erc/erc-services.el 8771;;; Generated autoloads from erc/erc-services.el
9382 (autoload 'erc-services-mode "erc-services" nil t) 8772 (autoload 'erc-services-mode "erc-services" nil t)
9383 8773
@@ -9394,14 +8784,14 @@ When called interactively, read the password using `read-passwd'.
9394 8784
9395;;;*** 8785;;;***
9396 8786
9397;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (18787 48924)) 8787;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (18785 31936))
9398;;; Generated autoloads from erc/erc-sound.el 8788;;; Generated autoloads from erc/erc-sound.el
9399 (autoload 'erc-sound-mode "erc-sound") 8789 (autoload 'erc-sound-mode "erc-sound")
9400 8790
9401;;;*** 8791;;;***
9402 8792
9403;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 8793;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
9404;;;;;; (18787 48924)) 8794;;;;;; (18785 31936))
9405;;; Generated autoloads from erc/erc-speedbar.el 8795;;; Generated autoloads from erc/erc-speedbar.el
9406 8796
9407(autoload 'erc-speedbar-browser "erc-speedbar" "\ 8797(autoload 'erc-speedbar-browser "erc-speedbar" "\
@@ -9412,21 +8802,21 @@ This will add a speedbar major display mode.
9412 8802
9413;;;*** 8803;;;***
9414 8804
9415;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (18787 8805;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (18785
9416;;;;;; 48924)) 8806;;;;;; 31938))
9417;;; Generated autoloads from erc/erc-spelling.el 8807;;; Generated autoloads from erc/erc-spelling.el
9418 (autoload 'erc-spelling-mode "erc-spelling" nil t) 8808 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9419 8809
9420;;;*** 8810;;;***
9421 8811
9422;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (18787 48924)) 8812;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (18785 31939))
9423;;; Generated autoloads from erc/erc-stamp.el 8813;;; Generated autoloads from erc/erc-stamp.el
9424 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 8814 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9425 8815
9426;;;*** 8816;;;***
9427 8817
9428;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" 8818;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
9429;;;;;; (18787 48924)) 8819;;;;;; (18785 31941))
9430;;; Generated autoloads from erc/erc-track.el 8820;;; Generated autoloads from erc/erc-track.el
9431 8821
9432(defvar erc-track-minor-mode nil "\ 8822(defvar erc-track-minor-mode nil "\
@@ -9449,7 +8839,7 @@ module, otherwise the keybindings will not do anything useful.
9449;;;*** 8839;;;***
9450 8840
9451;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 8841;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
9452;;;;;; "erc-truncate" "erc/erc-truncate.el" (18787 48924)) 8842;;;;;; "erc-truncate" "erc/erc-truncate.el" (18785 31941))
9453;;; Generated autoloads from erc/erc-truncate.el 8843;;; Generated autoloads from erc/erc-truncate.el
9454 (autoload 'erc-truncate-mode "erc-truncate" nil t) 8844 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9455 8845
@@ -9469,7 +8859,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
9469;;;*** 8859;;;***
9470 8860
9471;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 8861;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
9472;;;;;; (18787 48924)) 8862;;;;;; (18785 31941))
9473;;; Generated autoloads from erc/erc-xdcc.el 8863;;; Generated autoloads from erc/erc-xdcc.el
9474 (autoload 'erc-xdcc-mode "erc-xdcc") 8864 (autoload 'erc-xdcc-mode "erc-xdcc")
9475 8865
@@ -9481,7 +8871,7 @@ Add a file to `erc-xdcc-files'.
9481;;;*** 8871;;;***
9482 8872
9483;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (18808 8873;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (18808
9484;;;;;; 43144)) 8874;;;;;; 4899))
9485;;; Generated autoloads from eshell/esh-mode.el 8875;;; Generated autoloads from eshell/esh-mode.el
9486 8876
9487(autoload 'eshell-mode "esh-mode" "\ 8877(autoload 'eshell-mode "esh-mode" "\
@@ -9493,8 +8883,8 @@ Emacs shell interactive mode.
9493 8883
9494;;;*** 8884;;;***
9495 8885
9496;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (18787 8886;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (19101
9497;;;;;; 48924)) 8887;;;;;; 18741))
9498;;; Generated autoloads from eshell/esh-test.el 8888;;; Generated autoloads from eshell/esh-test.el
9499 8889
9500(autoload 'eshell-test "esh-test" "\ 8890(autoload 'eshell-test "esh-test" "\
@@ -9505,7 +8895,7 @@ Test Eshell to verify that it works as expected.
9505;;;*** 8895;;;***
9506 8896
9507;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" 8897;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell"
9508;;;;;; "eshell/eshell.el" (18787 48924)) 8898;;;;;; "eshell/eshell.el" (18785 31948))
9509;;; Generated autoloads from eshell/eshell.el 8899;;; Generated autoloads from eshell/eshell.el
9510 8900
9511(autoload 'eshell "eshell" "\ 8901(autoload 'eshell "eshell" "\
@@ -9546,7 +8936,7 @@ corresponding to a successful execution.
9546;;;;;; visit-tags-table tags-table-mode find-tag-default-function 8936;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9547;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 8937;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9548;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 8938;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9549;;;;;; (18787 48934)) 8939;;;;;; (19100 37992))
9550;;; Generated autoloads from progmodes/etags.el 8940;;; Generated autoloads from progmodes/etags.el
9551 8941
9552(defvar tags-file-name nil "\ 8942(defvar tags-file-name nil "\
@@ -9854,7 +9244,7 @@ for \\[find-tag] (which see).
9854;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer 9244;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9855;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer 9245;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9856;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" 9246;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9857;;;;;; (18811 27444)) 9247;;;;;; (18810 35969))
9858;;; Generated autoloads from language/ethio-util.el 9248;;; Generated autoloads from language/ethio-util.el
9859 9249
9860(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 9250(autoload 'setup-ethiopic-environment-internal "ethio-util" "\
@@ -10024,7 +9414,7 @@ Not documented
10024 9414
10025;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 9415;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
10026;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 9416;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
10027;;;;;; (18787 48930)) 9417;;;;;; (19123 12729))
10028;;; Generated autoloads from net/eudc.el 9418;;; Generated autoloads from net/eudc.el
10029 9419
10030(autoload 'eudc-set-server "eudc" "\ 9420(autoload 'eudc-set-server "eudc" "\
@@ -10080,7 +9470,7 @@ This does nothing except loading eudc by autoload side-effect.
10080 9470
10081;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 9471;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
10082;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 9472;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
10083;;;;;; "eudc-bob" "net/eudc-bob.el" (18787 48930)) 9473;;;;;; "eudc-bob" "net/eudc-bob.el" (19123 12729))
10084;;; Generated autoloads from net/eudc-bob.el 9474;;; Generated autoloads from net/eudc-bob.el
10085 9475
10086(autoload 'eudc-display-generic-binary "eudc-bob" "\ 9476(autoload 'eudc-display-generic-binary "eudc-bob" "\
@@ -10116,7 +9506,7 @@ Display a button for the JPEG DATA.
10116;;;*** 9506;;;***
10117 9507
10118;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 9508;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
10119;;;;;; "eudc-export" "net/eudc-export.el" (18787 48930)) 9509;;;;;; "eudc-export" "net/eudc-export.el" (18785 32003))
10120;;; Generated autoloads from net/eudc-export.el 9510;;; Generated autoloads from net/eudc-export.el
10121 9511
10122(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 9512(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
@@ -10133,7 +9523,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10133;;;*** 9523;;;***
10134 9524
10135;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 9525;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
10136;;;;;; (18787 48930)) 9526;;;;;; (18785 32003))
10137;;; Generated autoloads from net/eudc-hotlist.el 9527;;; Generated autoloads from net/eudc-hotlist.el
10138 9528
10139(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 9529(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
@@ -10143,8 +9533,8 @@ Edit the hotlist of directory servers in a specialized buffer.
10143 9533
10144;;;*** 9534;;;***
10145 9535
10146;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (18787 9536;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (18785
10147;;;;;; 48922)) 9537;;;;;; 31900))
10148;;; Generated autoloads from emacs-lisp/ewoc.el 9538;;; Generated autoloads from emacs-lisp/ewoc.el
10149 9539
10150(autoload 'ewoc-create "ewoc" "\ 9540(autoload 'ewoc-create "ewoc" "\
@@ -10173,7 +9563,7 @@ fourth arg NOSEP non-nil inhibits this.
10173;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 9563;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
10174;;;;;; executable-self-display executable-set-magic executable-interpret 9564;;;;;; executable-self-display executable-set-magic executable-interpret
10175;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 9565;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
10176;;;;;; (18787 48934)) 9566;;;;;; (18785 32054))
10177;;; Generated autoloads from progmodes/executable.el 9567;;; Generated autoloads from progmodes/executable.el
10178 9568
10179(autoload 'executable-command-find-posix-p "executable" "\ 9569(autoload 'executable-command-find-posix-p "executable" "\
@@ -10216,7 +9606,7 @@ file modes.
10216 9606
10217;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 9607;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
10218;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" 9608;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
10219;;;;;; (18787 48912)) 9609;;;;;; (18785 31786))
10220;;; Generated autoloads from expand.el 9610;;; Generated autoloads from expand.el
10221 9611
10222(autoload 'expand-add-abbrevs "expand" "\ 9612(autoload 'expand-add-abbrevs "expand" "\
@@ -10265,7 +9655,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
10265 9655
10266;;;*** 9656;;;***
10267 9657
10268;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (18791 16531)) 9658;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19103 25902))
10269;;; Generated autoloads from progmodes/f90.el 9659;;; Generated autoloads from progmodes/f90.el
10270 9660
10271(autoload 'f90-mode "f90" "\ 9661(autoload 'f90-mode "f90" "\
@@ -10330,8 +9720,9 @@ with no args, if that value is non-nil.
10330 9720
10331;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set 9721;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set
10332;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase 9722;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase
10333;;;;;; face-remap-set-base face-remap-reset-base face-remap-add-relative) 9723;;;;;; text-scale-set face-remap-set-base face-remap-reset-base
10334;;;;;; "face-remap" "face-remap.el" (18787 48913)) 9724;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19008
9725;;;;;; 37390))
10335;;; Generated autoloads from face-remap.el 9726;;; Generated autoloads from face-remap.el
10336 9727
10337(autoload 'face-remap-add-relative "face-remap" "\ 9728(autoload 'face-remap-add-relative "face-remap" "\
@@ -10368,6 +9759,17 @@ not inherit from the global definition of FACE.
10368 9759
10369\(fn FACE &rest SPECS)" nil nil) 9760\(fn FACE &rest SPECS)" nil nil)
10370 9761
9762(autoload 'text-scale-set "face-remap" "\
9763Set the scale factor of the default face in the current buffer to LEVEL.
9764If LEVEL is non-zero, `text-scale-mode' is enabled, otherwise it is disabled.
9765
9766LEVEL is a number of steps, with 0 representing the default size.
9767Each step scales the height of the default face by the variable
9768`text-scale-mode-step' (a negative number decreases the height by
9769the same amount).
9770
9771\(fn LEVEL)" t nil)
9772
10371(autoload 'text-scale-increase "face-remap" "\ 9773(autoload 'text-scale-increase "face-remap" "\
10372Increase the height of the default face in the current buffer by INC steps. 9774Increase the height of the default face in the current buffer by INC steps.
10373If the new height is other than the default, `text-scale-mode' is enabled. 9775If the new height is other than the default, `text-scale-mode' is enabled.
@@ -10460,7 +9862,7 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
10460 9862
10461;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 9863;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
10462;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 9864;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
10463;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (18577 50420)) 9865;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19100 37910))
10464;;; Generated autoloads from mail/feedmail.el 9866;;; Generated autoloads from mail/feedmail.el
10465 9867
10466(autoload 'feedmail-send-it "feedmail" "\ 9868(autoload 'feedmail-send-it "feedmail" "\
@@ -10514,7 +9916,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10514;;;*** 9916;;;***
10515 9917
10516;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 9918;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
10517;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (18787 48913)) 9919;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19111 5305))
10518;;; Generated autoloads from ffap.el 9920;;; Generated autoloads from ffap.el
10519 9921
10520(autoload 'ffap-next "ffap" "\ 9922(autoload 'ffap-next "ffap" "\
@@ -10573,7 +9975,7 @@ Evaluate the forms in variable `ffap-bindings'.
10573;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 9975;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
10574;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 9976;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
10575;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 9977;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
10576;;;;;; "filecache" "filecache.el" (18787 48913)) 9978;;;;;; "filecache" "filecache.el" (18785 31788))
10577;;; Generated autoloads from filecache.el 9979;;; Generated autoloads from filecache.el
10578 9980
10579(autoload 'file-cache-add-directory "filecache" "\ 9981(autoload 'file-cache-add-directory "filecache" "\
@@ -10629,8 +10031,77 @@ the name is considered already unique; only the second substitution
10629 10031
10630;;;*** 10032;;;***
10631 10033
10632;;;### (autoloads (filesets-init) "filesets" "filesets.el" (18787 10034;;;### (autoloads (copy-dir-locals-to-file-locals-prop-line copy-dir-locals-to-file-locals
10633;;;;;; 48913)) 10035;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable
10036;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
10037;;;;;; add-file-local-variable-prop-line delete-file-local-variable
10038;;;;;; add-file-local-variable) "files-x" "files-x.el" (19076 60522))
10039;;; Generated autoloads from files-x.el
10040
10041(autoload 'add-file-local-variable "files-x" "\
10042Add file-local VARIABLE with its VALUE to the Local Variables list.
10043
10044This command deletes all existing settings of VARIABLE (except `mode'
10045and `eval') and adds a new file-local VARIABLE with VALUE to the
10046Local Variables list.
10047
10048If there is no Local Variables list in the current file buffer
10049then this function adds the first line containing the string
10050`Local Variables:' and the last line containing the string `End:'.
10051
10052\(fn VARIABLE VALUE)" t nil)
10053
10054(autoload 'delete-file-local-variable "files-x" "\
10055Delete all settings of file-local VARIABLE from the Local Variables list.
10056
10057\(fn VARIABLE)" t nil)
10058
10059(autoload 'add-file-local-variable-prop-line "files-x" "\
10060Add file-local VARIABLE with its VALUE to the -*- line.
10061
10062This command deletes all existing settings of VARIABLE (except `mode'
10063and `eval') and adds a new file-local VARIABLE with VALUE to
10064the -*- line.
10065
10066If there is no -*- line at the beginning of the current file buffer
10067then this function adds it.
10068
10069\(fn VARIABLE VALUE)" t nil)
10070
10071(autoload 'delete-file-local-variable-prop-line "files-x" "\
10072Delete all settings of file-local VARIABLE from the -*- line.
10073
10074\(fn VARIABLE)" t nil)
10075
10076(autoload 'add-dir-local-variable "files-x" "\
10077Add directory-local VARIABLE with its VALUE and MODE to .dir-locals.el.
10078
10079\(fn MODE VARIABLE VALUE)" t nil)
10080
10081(autoload 'delete-dir-local-variable "files-x" "\
10082Delete all MODE settings of file-local VARIABLE from .dir-locals.el.
10083
10084\(fn MODE VARIABLE)" t nil)
10085
10086(autoload 'copy-file-locals-to-dir-locals "files-x" "\
10087Copy file-local variables to .dir-locals.el.
10088
10089\(fn)" t nil)
10090
10091(autoload 'copy-dir-locals-to-file-locals "files-x" "\
10092Copy directory-local variables to the Local Variables list.
10093
10094\(fn)" t nil)
10095
10096(autoload 'copy-dir-locals-to-file-locals-prop-line "files-x" "\
10097Copy directory-local variables to the the -*- line.
10098
10099\(fn)" t nil)
10100
10101;;;***
10102
10103;;;### (autoloads (filesets-init) "filesets" "filesets.el" (19116
10104;;;;;; 21892))
10634;;; Generated autoloads from filesets.el 10105;;; Generated autoloads from filesets.el
10635 10106
10636(autoload 'filesets-init "filesets" "\ 10107(autoload 'filesets-init "filesets" "\
@@ -10641,7 +10112,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10641 10112
10642;;;*** 10113;;;***
10643 10114
10644;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (18787 48913)) 10115;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (18785 31789))
10645;;; Generated autoloads from find-cmd.el 10116;;; Generated autoloads from find-cmd.el
10646 10117
10647(autoload 'find-cmd "find-cmd" "\ 10118(autoload 'find-cmd "find-cmd" "\
@@ -10661,7 +10132,7 @@ result is a string that should be ready for the command line.
10661 10132
10662;;;### (autoloads (find-grep-dired find-name-dired find-dired find-name-arg 10133;;;### (autoloads (find-grep-dired find-name-dired find-dired find-name-arg
10663;;;;;; find-grep-options find-ls-subdir-switches find-ls-option) 10134;;;;;; find-grep-options find-ls-subdir-switches find-ls-option)
10664;;;;;; "find-dired" "find-dired.el" (18787 48913)) 10135;;;;;; "find-dired" "find-dired.el" (18785 31789))
10665;;; Generated autoloads from find-dired.el 10136;;; Generated autoloads from find-dired.el
10666 10137
10667(defvar find-ls-option (if (eq system-type 'berkeley-unix) '("-ls" . "-gilsb") '("-exec ls -ld {} \\;" . "-ld")) "\ 10138(defvar find-ls-option (if (eq system-type 'berkeley-unix) '("-ls" . "-gilsb") '("-exec ls -ld {} \\;" . "-ld")) "\
@@ -10729,7 +10200,7 @@ Thus ARG can also contain additional grep options.
10729 10200
10730;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10201;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10731;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 10202;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
10732;;;;;; (18787 48913)) 10203;;;;;; (18785 31790))
10733;;; Generated autoloads from find-file.el 10204;;; Generated autoloads from find-file.el
10734 10205
10735(defvar ff-special-constructs '(("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ 10206(defvar ff-special-constructs '(("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
@@ -10823,7 +10294,7 @@ Visit the file you click on in another window.
10823;;;;;; find-variable find-variable-noselect find-function-other-frame 10294;;;;;; find-variable find-variable-noselect find-function-other-frame
10824;;;;;; find-function-other-window find-function find-function-noselect 10295;;;;;; find-function-other-window find-function find-function-noselect
10825;;;;;; find-function-search-for-symbol find-library) "find-func" 10296;;;;;; find-function-search-for-symbol find-library) "find-func"
10826;;;;;; "emacs-lisp/find-func.el" (18834 14041)) 10297;;;;;; "emacs-lisp/find-func.el" (18834 14082))
10827;;; Generated autoloads from emacs-lisp/find-func.el 10298;;; Generated autoloads from emacs-lisp/find-func.el
10828 10299
10829(autoload 'find-library "find-func" "\ 10300(autoload 'find-library "find-func" "\
@@ -10978,7 +10449,7 @@ Define some key bindings for the find-function family of functions.
10978;;;*** 10449;;;***
10979 10450
10980;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 10451;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
10981;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (18787 48913)) 10452;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (18785 31790))
10982;;; Generated autoloads from find-lisp.el 10453;;; Generated autoloads from find-lisp.el
10983 10454
10984(autoload 'find-lisp-find-dired "find-lisp" "\ 10455(autoload 'find-lisp-find-dired "find-lisp" "\
@@ -10999,7 +10470,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
10999;;;*** 10470;;;***
11000 10471
11001;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 10472;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
11002;;;;;; "finder" "finder.el" (18868 8783)) 10473;;;;;; "finder" "finder.el" (18868 8824))
11003;;; Generated autoloads from finder.el 10474;;; Generated autoloads from finder.el
11004 10475
11005(autoload 'finder-list-keywords "finder" "\ 10476(autoload 'finder-list-keywords "finder" "\
@@ -11021,7 +10492,7 @@ Find packages matching a given keyword.
11021;;;*** 10492;;;***
11022 10493
11023;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 10494;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
11024;;;;;; "flow-ctrl.el" (18794 5653)) 10495;;;;;; "flow-ctrl.el" (18793 10502))
11025;;; Generated autoloads from flow-ctrl.el 10496;;; Generated autoloads from flow-ctrl.el
11026 10497
11027(autoload 'enable-flow-control "flow-ctrl" "\ 10498(autoload 'enable-flow-control "flow-ctrl" "\
@@ -11043,7 +10514,7 @@ to get the effect of a C-q.
11043;;;*** 10514;;;***
11044 10515
11045;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 10516;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
11046;;;;;; (18787 48925)) 10517;;;;;; (18785 31952))
11047;;; Generated autoloads from gnus/flow-fill.el 10518;;; Generated autoloads from gnus/flow-fill.el
11048 10519
11049(autoload 'fill-flowed-encode "flow-fill" "\ 10520(autoload 'fill-flowed-encode "flow-fill" "\
@@ -11059,7 +10530,7 @@ Not documented
11059;;;*** 10530;;;***
11060 10531
11061;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) 10532;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode)
11062;;;;;; "flymake" "progmodes/flymake.el" (18875 4272)) 10533;;;;;; "flymake" "progmodes/flymake.el" (19100 37532))
11063;;; Generated autoloads from progmodes/flymake.el 10534;;; Generated autoloads from progmodes/flymake.el
11064 10535
11065(autoload 'flymake-mode "flymake" "\ 10536(autoload 'flymake-mode "flymake" "\
@@ -11083,7 +10554,7 @@ Turn flymake mode off.
11083 10554
11084;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 10555;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
11085;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 10556;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
11086;;;;;; "flyspell" "textmodes/flyspell.el" (18919 31473)) 10557;;;;;; "flyspell" "textmodes/flyspell.el" (19130 43460))
11087;;; Generated autoloads from textmodes/flyspell.el 10558;;; Generated autoloads from textmodes/flyspell.el
11088 10559
11089(autoload 'flyspell-prog-mode "flyspell" "\ 10560(autoload 'flyspell-prog-mode "flyspell" "\
@@ -11153,7 +10624,7 @@ Flyspell whole buffer.
11153 10624
11154;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 10625;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11155;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 10626;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
11156;;;;;; (18787 48913)) 10627;;;;;; (18785 31791))
11157;;; Generated autoloads from follow.el 10628;;; Generated autoloads from follow.el
11158 10629
11159(autoload 'turn-on-follow-mode "follow" "\ 10630(autoload 'turn-on-follow-mode "follow" "\
@@ -11226,31 +10697,22 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
11226 10697
11227;;;*** 10698;;;***
11228 10699
11229;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (18787 10700;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19104
11230;;;;;; 48929)) 10701;;;;;; 34043))
11231;;; Generated autoloads from mail/footnote.el 10702;;; Generated autoloads from mail/footnote.el
11232 10703
11233(autoload 'footnote-mode "footnote" "\ 10704(autoload 'footnote-mode "footnote" "\
11234Toggle footnote minor mode. 10705Toggle footnote minor mode.
11235\\<message-mode-map>
11236This minor mode provides footnote support for `message-mode'. To get 10706This minor mode provides footnote support for `message-mode'. To get
11237started, play around with the following keys: 10707started, play around with the following keys:
11238key binding 10708\\{footnote-minor-mode-map}
11239--- -------
11240\\[Footnote-add-footnote] Footnote-add-footnote
11241\\[Footnote-back-to-message] Footnote-back-to-message
11242\\[Footnote-delete-footnote] Footnote-delete-footnote
11243\\[Footnote-goto-footnote] Footnote-goto-footnote
11244\\[Footnote-renumber-footnotes] Footnote-renumber-footnotes
11245\\[Footnote-cycle-style] Footnote-cycle-style
11246\\[Footnote-set-style] Footnote-set-style
11247 10709
11248\(fn &optional ARG)" t nil) 10710\(fn &optional ARG)" t nil)
11249 10711
11250;;;*** 10712;;;***
11251 10713
11252;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 10714;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
11253;;;;;; "forms" "forms.el" (18787 48913)) 10715;;;;;; "forms" "forms.el" (18785 31793))
11254;;; Generated autoloads from forms.el 10716;;; Generated autoloads from forms.el
11255 10717
11256(autoload 'forms-mode "forms" "\ 10718(autoload 'forms-mode "forms" "\
@@ -11287,7 +10749,7 @@ Visit a file in Forms mode in other window.
11287;;;*** 10749;;;***
11288 10750
11289;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" 10751;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
11290;;;;;; (18791 16531)) 10752;;;;;; (19112 39561))
11291;;; Generated autoloads from progmodes/fortran.el 10753;;; Generated autoloads from progmodes/fortran.el
11292 10754
11293(autoload 'fortran-mode "fortran" "\ 10755(autoload 'fortran-mode "fortran" "\
@@ -11365,7 +10827,7 @@ with no args, if that value is non-nil.
11365;;;*** 10827;;;***
11366 10828
11367;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 10829;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
11368;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (18787 48933)) 10830;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (18785 32029))
11369;;; Generated autoloads from play/fortune.el 10831;;; Generated autoloads from play/fortune.el
11370 10832
11371(autoload 'fortune-add-fortune "fortune" "\ 10833(autoload 'fortune-add-fortune "fortune" "\
@@ -11414,14 +10876,19 @@ and choose the directory as the fortune-file.
11414 10876
11415;;;*** 10877;;;***
11416 10878
11417;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el" 10879;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el"
11418;;;;;; (18935 28927)) 10880;;;;;; (19131 26192))
11419;;; Generated autoloads from progmodes/gdb-ui.el 10881;;; Generated autoloads from progmodes/gdb-mi.el
10882
10883(defvar gdb-enable-debug nil "\
10884Non-nil means record the process input and output in `gdb-debug-log'.")
10885
10886(custom-autoload 'gdb-enable-debug "gdb-mi" t)
11420 10887
11421(autoload 'gdb "gdb-ui" "\ 10888(autoload 'gdb "gdb-mi" "\
11422Run gdb on program FILE in buffer *gud-FILE*. 10889Run gdb on program FILE in buffer *gud-FILE*.
11423The directory containing FILE becomes the initial working 10890The directory containing FILE becomes the initial working directory
11424directory and source-file directory for your debugger. 10891and source-file directory for your debugger.
11425 10892
11426If `gdb-many-windows' is nil (the default value) then gdb just 10893If `gdb-many-windows' is nil (the default value) then gdb just
11427pops up the GUD buffer unless `gdb-show-main' is t. In this case 10894pops up the GUD buffer unless `gdb-show-main' is t. In this case
@@ -11429,10 +10896,8 @@ it starts with two windows: one displaying the GUD buffer and the
11429other with the source file with the main routine of the inferior. 10896other with the source file with the main routine of the inferior.
11430 10897
11431If `gdb-many-windows' is t, regardless of the value of 10898If `gdb-many-windows' is t, regardless of the value of
11432`gdb-show-main', the layout below will appear unless 10899`gdb-show-main', the layout below will appear. Keybindings are
11433`gdb-use-separate-io-buffer' is nil when the source buffer 10900shown in some of the buffers.
11434occupies the full width of the frame. Keybindings are shown in
11435some of the buffers.
11436 10901
11437Watch expressions appear in the speedbar/slowbar. 10902Watch expressions appear in the speedbar/slowbar.
11438 10903
@@ -11444,37 +10909,37 @@ The following commands help control operation :
11444See Info node `(emacs)GDB Graphical Interface' for a more 10909See Info node `(emacs)GDB Graphical Interface' for a more
11445detailed description of this mode. 10910detailed description of this mode.
11446 10911
10912
11447+----------------------------------------------------------------------+ 10913+----------------------------------------------------------------------+
11448| GDB Toolbar | 10914| GDB Toolbar |
11449+-----------------------------------+----------------------------------+ 10915+-----------------------------------+----------------------------------+
11450| GUD buffer (I/O of GDB) | Locals buffer | 10916| GUD buffer (I/O of GDB) | Locals buffer |
11451|-----------------------------------+----------------------------------+ 10917| | |
11452| | | 10918| | |
11453| Source buffer | I/O buffer for debugged program |
11454| | | 10919| | |
11455|-----------------------------------+----------------------------------+
11456| Stack buffer | Breakpoints/threads buffer |
11457+-----------------------------------+----------------------------------+ 10920+-----------------------------------+----------------------------------+
11458 10921| Source buffer | I/O buffer (of debugged program) |
11459The option \"--annotate=3\" must be included in this value. To 10922| | (comint-mode) |
11460run GDB in text command mode, use `gud-gdb'. You need to use 10923| | |
11461text command mode to debug multiple programs within one Emacs 10924| | |
11462session. 10925| | |
10926| | |
10927| | |
10928| | |
10929+-----------------------------------+----------------------------------+
10930| Stack buffer | Breakpoints buffer |
10931| RET gdb-select-frame | SPC gdb-toggle-breakpoint |
10932| | RET gdb-goto-breakpoint |
10933| | D gdb-delete-breakpoint |
10934+-----------------------------------+----------------------------------+
11463 10935
11464\(fn COMMAND-LINE)" t nil) 10936\(fn COMMAND-LINE)" t nil)
11465 10937
11466(defalias 'gdba 'gdb)
11467
11468(defvar gdb-enable-debug nil "\
11469Non-nil means record the process input and output in `gdb-debug-log'.")
11470
11471(custom-autoload 'gdb-enable-debug "gdb-ui" t)
11472
11473;;;*** 10938;;;***
11474 10939
11475;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 10940;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
11476;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (18787 10941;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (18785
11477;;;;;; 48922)) 10942;;;;;; 31901))
11478;;; Generated autoloads from emacs-lisp/generic.el 10943;;; Generated autoloads from emacs-lisp/generic.el
11479 10944
11480(defvar generic-mode-list nil "\ 10945(defvar generic-mode-list nil "\
@@ -11549,7 +11014,7 @@ regular expression that can be used as an element of
11549;;;*** 11014;;;***
11550 11015
11551;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 11016;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
11552;;;;;; (18787 48934)) 11017;;;;;; (18785 32057))
11553;;; Generated autoloads from progmodes/glasses.el 11018;;; Generated autoloads from progmodes/glasses.el
11554 11019
11555(autoload 'glasses-mode "glasses" "\ 11020(autoload 'glasses-mode "glasses" "\
@@ -11563,7 +11028,7 @@ at places they belong to.
11563 11028
11564;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 11029;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
11565;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" 11030;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
11566;;;;;; (18787 48925)) 11031;;;;;; (18785 31953))
11567;;; Generated autoloads from gnus/gmm-utils.el 11032;;; Generated autoloads from gnus/gmm-utils.el
11568 11033
11569(autoload 'gmm-regexp-concat "gmm-utils" "\ 11034(autoload 'gmm-regexp-concat "gmm-utils" "\
@@ -11618,7 +11083,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11618;;;*** 11083;;;***
11619 11084
11620;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11085;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11621;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (18838 52324)) 11086;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19101 57521))
11622;;; Generated autoloads from gnus/gnus.el 11087;;; Generated autoloads from gnus/gnus.el
11623(when (fboundp 'custom-autoload) 11088(when (fboundp 'custom-autoload)
11624 (custom-autoload 'gnus-select-method "gnus")) 11089 (custom-autoload 'gnus-select-method "gnus"))
@@ -11671,7 +11136,7 @@ prompt the user for the name of an NNTP server to use.
11671;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11136;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11672;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11137;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11673;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11138;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11674;;;;;; "gnus/gnus-agent.el" (18787 48925)) 11139;;;;;; "gnus/gnus-agent.el" (18785 31953))
11675;;; Generated autoloads from gnus/gnus-agent.el 11140;;; Generated autoloads from gnus/gnus-agent.el
11676 11141
11677(autoload 'gnus-unplugged "gnus-agent" "\ 11142(autoload 'gnus-unplugged "gnus-agent" "\
@@ -11762,7 +11227,7 @@ If CLEAN, obsolete (ignore).
11762;;;*** 11227;;;***
11763 11228
11764;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11229;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11765;;;;;; (18990 41424)) 11230;;;;;; (19137 28302))
11766;;; Generated autoloads from gnus/gnus-art.el 11231;;; Generated autoloads from gnus/gnus-art.el
11767 11232
11768(autoload 'gnus-article-prepare-display "gnus-art" "\ 11233(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -11773,7 +11238,7 @@ Make the current buffer look like a nice article.
11773;;;*** 11238;;;***
11774 11239
11775;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 11240;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
11776;;;;;; (18787 48925)) 11241;;;;;; (18785 31954))
11777;;; Generated autoloads from gnus/gnus-audio.el 11242;;; Generated autoloads from gnus/gnus-audio.el
11778 11243
11779(autoload 'gnus-audio-play "gnus-audio" "\ 11244(autoload 'gnus-audio-play "gnus-audio" "\
@@ -11784,7 +11249,7 @@ Play a sound FILE through the speaker.
11784;;;*** 11249;;;***
11785 11250
11786;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) 11251;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
11787;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (18787 48925)) 11252;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (18785 31955))
11788;;; Generated autoloads from gnus/gnus-bookmark.el 11253;;; Generated autoloads from gnus/gnus-bookmark.el
11789 11254
11790(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 11255(autoload 'gnus-bookmark-set "gnus-bookmark" "\
@@ -11809,8 +11274,8 @@ deletion, or > if it is flagged for displaying.
11809 11274
11810;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11275;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11811;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11276;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11812;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (18787 11277;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (18785
11813;;;;;; 48925)) 11278;;;;;; 31955))
11814;;; Generated autoloads from gnus/gnus-cache.el 11279;;; Generated autoloads from gnus/gnus-cache.el
11815 11280
11816(autoload 'gnus-jog-cache "gnus-cache" "\ 11281(autoload 'gnus-jog-cache "gnus-cache" "\
@@ -11852,7 +11317,7 @@ supported.
11852;;;*** 11317;;;***
11853 11318
11854;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11319;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11855;;;;;; "gnus-delay" "gnus/gnus-delay.el" (18787 48925)) 11320;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19102 4773))
11856;;; Generated autoloads from gnus/gnus-delay.el 11321;;; Generated autoloads from gnus/gnus-delay.el
11857 11322
11858(autoload 'gnus-delay-article "gnus-delay" "\ 11323(autoload 'gnus-delay-article "gnus-delay" "\
@@ -11888,7 +11353,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11888;;;*** 11353;;;***
11889 11354
11890;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 11355;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11891;;;;;; "gnus-diary" "gnus/gnus-diary.el" (18787 48925)) 11356;;;;;; "gnus-diary" "gnus/gnus-diary.el" (19123 14669))
11892;;; Generated autoloads from gnus/gnus-diary.el 11357;;; Generated autoloads from gnus/gnus-diary.el
11893 11358
11894(autoload 'gnus-user-format-function-d "gnus-diary" "\ 11359(autoload 'gnus-user-format-function-d "gnus-diary" "\
@@ -11904,7 +11369,7 @@ Not documented
11904;;;*** 11369;;;***
11905 11370
11906;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11371;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11907;;;;;; (18853 19461)) 11372;;;;;; (18852 50960))
11908;;; Generated autoloads from gnus/gnus-dired.el 11373;;; Generated autoloads from gnus/gnus-dired.el
11909 11374
11910(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 11375(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
@@ -11915,7 +11380,7 @@ Convenience method to turn on gnus-dired-mode.
11915;;;*** 11380;;;***
11916 11381
11917;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 11382;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11918;;;;;; (18862 237)) 11383;;;;;; (18861 1029))
11919;;; Generated autoloads from gnus/gnus-draft.el 11384;;; Generated autoloads from gnus/gnus-draft.el
11920 11385
11921(autoload 'gnus-draft-reminder "gnus-draft" "\ 11386(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -11927,8 +11392,8 @@ Reminder user if there are unsent drafts.
11927 11392
11928;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 11393;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
11929;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 11394;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
11930;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (18787 11395;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (18785
11931;;;;;; 48925)) 11396;;;;;; 31958))
11932;;; Generated autoloads from gnus/gnus-fun.el 11397;;; Generated autoloads from gnus/gnus-fun.el
11933 11398
11934(autoload 'gnus-random-x-face "gnus-fun" "\ 11399(autoload 'gnus-random-x-face "gnus-fun" "\
@@ -11973,7 +11438,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
11973;;;*** 11438;;;***
11974 11439
11975;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 11440;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
11976;;;;;; "gnus-group" "gnus/gnus-group.el" (18787 48925)) 11441;;;;;; "gnus-group" "gnus/gnus-group.el" (19096 30178))
11977;;; Generated autoloads from gnus/gnus-group.el 11442;;; Generated autoloads from gnus/gnus-group.el
11978 11443
11979(autoload 'gnus-fetch-group "gnus-group" "\ 11444(autoload 'gnus-fetch-group "gnus-group" "\
@@ -11991,7 +11456,7 @@ Pop up a frame and enter GROUP.
11991;;;*** 11456;;;***
11992 11457
11993;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 11458;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
11994;;;;;; (18787 48925)) 11459;;;;;; (18785 31960))
11995;;; Generated autoloads from gnus/gnus-kill.el 11460;;; Generated autoloads from gnus/gnus-kill.el
11996 11461
11997(defalias 'gnus-batch-kill 'gnus-batch-score) 11462(defalias 'gnus-batch-kill 'gnus-batch-score)
@@ -12006,7 +11471,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12006 11471
12007;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 11472;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
12008;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 11473;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
12009;;;;;; (18787 48925)) 11474;;;;;; (18785 31960))
12010;;; Generated autoloads from gnus/gnus-ml.el 11475;;; Generated autoloads from gnus/gnus-ml.el
12011 11476
12012(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 11477(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
@@ -12031,7 +11496,7 @@ Minor mode for providing mailing-list commands.
12031 11496
12032;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 11497;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
12033;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 11498;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
12034;;;;;; (18787 48925)) 11499;;;;;; (18785 31961))
12035;;; Generated autoloads from gnus/gnus-mlspl.el 11500;;; Generated autoloads from gnus/gnus-mlspl.el
12036 11501
12037(autoload 'gnus-group-split-setup "gnus-mlspl" "\ 11502(autoload 'gnus-group-split-setup "gnus-mlspl" "\
@@ -12132,7 +11597,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12132;;;*** 11597;;;***
12133 11598
12134;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" 11599;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
12135;;;;;; (18787 48925)) 11600;;;;;; (18785 31961))
12136;;; Generated autoloads from gnus/gnus-move.el 11601;;; Generated autoloads from gnus/gnus-move.el
12137 11602
12138(autoload 'gnus-change-server "gnus-move" "\ 11603(autoload 'gnus-change-server "gnus-move" "\
@@ -12144,7 +11609,7 @@ Update the .newsrc.eld file to reflect the change of nntp server.
12144;;;*** 11609;;;***
12145 11610
12146;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 11611;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
12147;;;;;; "gnus-msg" "gnus/gnus-msg.el" (18791 16520)) 11612;;;;;; "gnus-msg" "gnus/gnus-msg.el" (19096 39548))
12148;;; Generated autoloads from gnus/gnus-msg.el 11613;;; Generated autoloads from gnus/gnus-msg.el
12149 11614
12150(autoload 'gnus-msg-mail "gnus-msg" "\ 11615(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -12169,7 +11634,7 @@ Like `message-reply'.
12169;;;*** 11634;;;***
12170 11635
12171;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups) 11636;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups)
12172;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (18850 57238)) 11637;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (18850 11987))
12173;;; Generated autoloads from gnus/gnus-nocem.el 11638;;; Generated autoloads from gnus/gnus-nocem.el
12174 11639
12175(autoload 'gnus-nocem-scan-groups "gnus-nocem" "\ 11640(autoload 'gnus-nocem-scan-groups "gnus-nocem" "\
@@ -12186,7 +11651,7 @@ Load the NoCeM cache.
12186 11651
12187;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 11652;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
12188;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 11653;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
12189;;;;;; (18787 48925)) 11654;;;;;; (19101 57521))
12190;;; Generated autoloads from gnus/gnus-picon.el 11655;;; Generated autoloads from gnus/gnus-picon.el
12191 11656
12192(autoload 'gnus-treat-from-picon "gnus-picon" "\ 11657(autoload 'gnus-treat-from-picon "gnus-picon" "\
@@ -12213,7 +11678,7 @@ If picons are already displayed, remove them.
12213;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 11678;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
12214;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 11679;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
12215;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 11680;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
12216;;;;;; "gnus/gnus-range.el" (18787 48925)) 11681;;;;;; "gnus/gnus-range.el" (18785 31962))
12217;;; Generated autoloads from gnus/gnus-range.el 11682;;; Generated autoloads from gnus/gnus-range.el
12218 11683
12219(autoload 'gnus-sorted-difference "gnus-range" "\ 11684(autoload 'gnus-sorted-difference "gnus-range" "\
@@ -12281,7 +11746,7 @@ Add NUM into sorted LIST by side effect.
12281;;;*** 11746;;;***
12282 11747
12283;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 11748;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
12284;;;;;; "gnus-registry" "gnus/gnus-registry.el" (18787 48925)) 11749;;;;;; "gnus-registry" "gnus/gnus-registry.el" (18785 31963))
12285;;; Generated autoloads from gnus/gnus-registry.el 11750;;; Generated autoloads from gnus/gnus-registry.el
12286 11751
12287(autoload 'gnus-registry-initialize "gnus-registry" "\ 11752(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -12297,8 +11762,8 @@ Install the registry hooks.
12297;;;*** 11762;;;***
12298 11763
12299;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 11764;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
12300;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (18787 11765;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (18785
12301;;;;;; 48925)) 11766;;;;;; 31964))
12302;;; Generated autoloads from gnus/gnus-sieve.el 11767;;; Generated autoloads from gnus/gnus-sieve.el
12303 11768
12304(autoload 'gnus-sieve-update "gnus-sieve" "\ 11769(autoload 'gnus-sieve-update "gnus-sieve" "\
@@ -12326,7 +11791,7 @@ Not documented
12326;;;*** 11791;;;***
12327 11792
12328;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" 11793;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
12329;;;;;; (18787 48925)) 11794;;;;;; (18785 31964))
12330;;; Generated autoloads from gnus/gnus-soup.el 11795;;; Generated autoloads from gnus/gnus-soup.el
12331 11796
12332(autoload 'gnus-batch-brew-soup "gnus-soup" "\ 11797(autoload 'gnus-batch-brew-soup "gnus-soup" "\
@@ -12346,7 +11811,7 @@ Note -- this function hasn't been implemented yet.
12346;;;*** 11811;;;***
12347 11812
12348;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 11813;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
12349;;;;;; (18787 48925)) 11814;;;;;; (19037 18764))
12350;;; Generated autoloads from gnus/gnus-spec.el 11815;;; Generated autoloads from gnus/gnus-spec.el
12351 11816
12352(autoload 'gnus-update-format "gnus-spec" "\ 11817(autoload 'gnus-update-format "gnus-spec" "\
@@ -12357,8 +11822,8 @@ Update the format specification near point.
12357;;;*** 11822;;;***
12358 11823
12359;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news 11824;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news
12360;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (18791 11825;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (18790
12361;;;;;; 16521)) 11826;;;;;; 48670))
12362;;; Generated autoloads from gnus/gnus-start.el 11827;;; Generated autoloads from gnus/gnus-start.el
12363 11828
12364(autoload 'gnus-declare-backend "gnus-start" "\ 11829(autoload 'gnus-declare-backend "gnus-start" "\
@@ -12374,7 +11839,7 @@ Not documented
12374;;;*** 11839;;;***
12375 11840
12376;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 11841;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
12377;;;;;; (18787 48925)) 11842;;;;;; (18785 31966))
12378;;; Generated autoloads from gnus/gnus-win.el 11843;;; Generated autoloads from gnus/gnus-win.el
12379 11844
12380(autoload 'gnus-add-configuration "gnus-win" "\ 11845(autoload 'gnus-add-configuration "gnus-win" "\
@@ -12384,7 +11849,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12384 11849
12385;;;*** 11850;;;***
12386 11851
12387;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (18787 48933)) 11852;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19086 20333))
12388;;; Generated autoloads from play/gomoku.el 11853;;; Generated autoloads from play/gomoku.el
12389 11854
12390(autoload 'gomoku "gomoku" "\ 11855(autoload 'gomoku "gomoku" "\
@@ -12411,8 +11876,8 @@ Use \\[describe-mode] for more info.
12411;;;*** 11876;;;***
12412 11877
12413;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address 11878;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address
12414;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (18799 11879;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (18798
12415;;;;;; 16232)) 11880;;;;;; 29125))
12416;;; Generated autoloads from net/goto-addr.el 11881;;; Generated autoloads from net/goto-addr.el
12417 11882
12418(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") 11883(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
@@ -12452,7 +11917,7 @@ Turn on `goto-address-mode', but only in comments and strings.
12452 11917
12453;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults 11918;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12454;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 11919;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12455;;;;;; grep-window-height) "grep" "progmodes/grep.el" (18967 15987)) 11920;;;;;; grep-window-height) "grep" "progmodes/grep.el" (19130 52560))
12456;;; Generated autoloads from progmodes/grep.el 11921;;; Generated autoloads from progmodes/grep.el
12457 11922
12458(defvar grep-window-height nil "\ 11923(defvar grep-window-height nil "\
@@ -12577,7 +12042,7 @@ to go to the lines where grep found matches.
12577 12042
12578This command shares argument histories with \\[rgrep] and \\[grep]. 12043This command shares argument histories with \\[rgrep] and \\[grep].
12579 12044
12580\(fn REGEXP &optional FILES DIR)" t nil) 12045\(fn REGEXP &optional FILES DIR CONFIRM)" t nil)
12581 12046
12582(autoload 'rgrep "grep" "\ 12047(autoload 'rgrep "grep" "\
12583Recursively grep for REGEXP in FILES in directory tree rooted at DIR. 12048Recursively grep for REGEXP in FILES in directory tree rooted at DIR.
@@ -12595,11 +12060,11 @@ to go to the lines where grep found matches.
12595 12060
12596This command shares argument histories with \\[lgrep] and \\[grep-find]. 12061This command shares argument histories with \\[lgrep] and \\[grep-find].
12597 12062
12598\(fn REGEXP &optional FILES DIR)" t nil) 12063\(fn REGEXP &optional FILES DIR CONFIRM)" t nil)
12599 12064
12600;;;*** 12065;;;***
12601 12066
12602;;;### (autoloads (gs-load-image) "gs" "gs.el" (18792 40816)) 12067;;;### (autoloads (gs-load-image) "gs" "gs.el" (18792 40856))
12603;;; Generated autoloads from gs.el 12068;;; Generated autoloads from gs.el
12604 12069
12605(autoload 'gs-load-image "gs" "\ 12070(autoload 'gs-load-image "gs" "\
@@ -12612,8 +12077,8 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12612 12077
12613;;;*** 12078;;;***
12614 12079
12615;;;### (autoloads (gdb-script-mode jdb pdb perldb xdb dbx sdb gud-gdb) 12080;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb
12616;;;;;; "gud" "progmodes/gud.el" (18787 48934)) 12081;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19125 49250))
12617;;; Generated autoloads from progmodes/gud.el 12082;;; Generated autoloads from progmodes/gud.el
12618 12083
12619(autoload 'gud-gdb "gud" "\ 12084(autoload 'gud-gdb "gud" "\
@@ -12685,10 +12150,24 @@ Major mode for editing GDB scripts.
12685 12150
12686\(fn)" t nil) 12151\(fn)" t nil)
12687 12152
12153(defvar gud-tooltip-mode nil "\
12154Non-nil if Gud-Tooltip mode is enabled.
12155See the command `gud-tooltip-mode' for a description of this minor mode.
12156Setting this variable directly does not take effect;
12157either customize it (see the info node `Easy Customization')
12158or call the function `gud-tooltip-mode'.")
12159
12160(custom-autoload 'gud-tooltip-mode "gud" nil)
12161
12162(autoload 'gud-tooltip-mode "gud" "\
12163Toggle the display of GUD tooltips.
12164
12165\(fn &optional ARG)" t nil)
12166
12688;;;*** 12167;;;***
12689 12168
12690;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (18787 12169;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19104
12691;;;;;; 48933)) 12170;;;;;; 47795))
12692;;; Generated autoloads from play/handwrite.el 12171;;; Generated autoloads from play/handwrite.el
12693 12172
12694(autoload 'handwrite "handwrite" "\ 12173(autoload 'handwrite "handwrite" "\
@@ -12706,7 +12185,7 @@ Variables: handwrite-linespace (default 12)
12706;;;*** 12185;;;***
12707 12186
12708;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 12187;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12709;;;;;; (18430 59248)) 12188;;;;;; (19104 47736))
12710;;; Generated autoloads from play/hanoi.el 12189;;; Generated autoloads from play/hanoi.el
12711 12190
12712(autoload 'hanoi "hanoi" "\ 12191(autoload 'hanoi "hanoi" "\
@@ -12735,7 +12214,7 @@ to be updated.
12735 12214
12736;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment 12215;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
12737;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) 12216;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
12738;;;;;; "hashcash" "mail/hashcash.el" (18787 48929)) 12217;;;;;; "hashcash" "mail/hashcash.el" (18785 31992))
12739;;; Generated autoloads from mail/hashcash.el 12218;;; Generated autoloads from mail/hashcash.el
12740 12219
12741(autoload 'hashcash-insert-payment "hashcash" "\ 12220(autoload 'hashcash-insert-payment "hashcash" "\
@@ -12780,7 +12259,7 @@ Prefix arg sets default accept amount temporarily.
12780;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 12259;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12781;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 12260;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12782;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 12261;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12783;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (18918 21794)) 12262;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (18917 1581))
12784;;; Generated autoloads from help-at-pt.el 12263;;; Generated autoloads from help-at-pt.el
12785 12264
12786(autoload 'help-at-pt-string "help-at-pt" "\ 12265(autoload 'help-at-pt-string "help-at-pt" "\
@@ -12910,7 +12389,7 @@ different regions. With numeric argument ARG, behaves like
12910;;;### (autoloads (describe-categories describe-syntax describe-variable 12389;;;### (autoloads (describe-categories describe-syntax describe-variable
12911;;;;;; variable-at-point describe-function-1 find-lisp-object-file-name 12390;;;;;; variable-at-point describe-function-1 find-lisp-object-file-name
12912;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el" 12391;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el"
12913;;;;;; (18856 725)) 12392;;;;;; (19131 50770))
12914;;; Generated autoloads from help-fns.el 12393;;; Generated autoloads from help-fns.el
12915 12394
12916(autoload 'describe-function "help-fns" "\ 12395(autoload 'describe-function "help-fns" "\
@@ -12980,7 +12459,7 @@ BUFFER should be a buffer or a buffer name.
12980;;;*** 12459;;;***
12981 12460
12982;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 12461;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
12983;;;;;; (18787 48914)) 12462;;;;;; (19137 28300))
12984;;; Generated autoloads from help-macro.el 12463;;; Generated autoloads from help-macro.el
12985 12464
12986(defvar three-step-help nil "\ 12465(defvar three-step-help nil "\
@@ -12996,8 +12475,8 @@ gives the window that lists the options.")
12996 12475
12997;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 12476;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
12998;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish 12477;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish
12999;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (18896 12478;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (19113
13000;;;;;; 7433)) 12479;;;;;; 50820))
13001;;; Generated autoloads from help-mode.el 12480;;; Generated autoloads from help-mode.el
13002 12481
13003(autoload 'help-mode "help-mode" "\ 12482(autoload 'help-mode "help-mode" "\
@@ -13089,7 +12568,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
13089;;;*** 12568;;;***
13090 12569
13091;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 12570;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
13092;;;;;; "emacs-lisp/helper.el" (18787 48922)) 12571;;;;;; "emacs-lisp/helper.el" (18785 31903))
13093;;; Generated autoloads from emacs-lisp/helper.el 12572;;; Generated autoloads from emacs-lisp/helper.el
13094 12573
13095(autoload 'Helper-describe-bindings "helper" "\ 12574(autoload 'Helper-describe-bindings "helper" "\
@@ -13105,7 +12584,7 @@ Provide help for current mode.
13105;;;*** 12584;;;***
13106 12585
13107;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 12586;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
13108;;;;;; "hexl.el" (18791 16509)) 12587;;;;;; "hexl.el" (19096 3520))
13109;;; Generated autoloads from hexl.el 12588;;; Generated autoloads from hexl.el
13110 12589
13111(autoload 'hexl-mode "hexl" "\ 12590(autoload 'hexl-mode "hexl" "\
@@ -13202,7 +12681,7 @@ This discards the buffer's undo information.
13202;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 12681;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
13203;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 12682;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
13204;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 12683;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
13205;;;;;; (18927 50551)) 12684;;;;;; (18927 50626))
13206;;; Generated autoloads from hi-lock.el 12685;;; Generated autoloads from hi-lock.el
13207 12686
13208(autoload 'hi-lock-mode "hi-lock" "\ 12687(autoload 'hi-lock-mode "hi-lock" "\
@@ -13334,7 +12813,7 @@ be found in variable `hi-lock-interactive-patterns'.
13334;;;*** 12813;;;***
13335 12814
13336;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" 12815;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el"
13337;;;;;; (18794 5654)) 12816;;;;;; (18793 12083))
13338;;; Generated autoloads from progmodes/hideif.el 12817;;; Generated autoloads from progmodes/hideif.el
13339 12818
13340(autoload 'hide-ifdef-mode "hideif" "\ 12819(autoload 'hide-ifdef-mode "hideif" "\
@@ -13374,10 +12853,10 @@ how the hiding is done:
13374;;;*** 12853;;;***
13375 12854
13376;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" 12855;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
13377;;;;;; (18787 48934)) 12856;;;;;; (19137 28302))
13378;;; Generated autoloads from progmodes/hideshow.el 12857;;; Generated autoloads from progmodes/hideshow.el
13379 12858
13380(defvar hs-special-modes-alist '((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning)) "\ 12859(defvar hs-special-modes-alist '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil)) "\
13381*Alist for initializing the hideshow variables for different modes. 12860*Alist for initializing the hideshow variables for different modes.
13382Each element has the form 12861Each element has the form
13383 (MODE START END COMMENT-START FORWARD-SEXP-FUNC ADJUST-BEG-FUNC). 12862 (MODE START END COMMENT-START FORWARD-SEXP-FUNC ADJUST-BEG-FUNC).
@@ -13406,7 +12885,7 @@ appropriate values. The regexps should not contain leading or trailing
13406whitespace. Case does not matter.") 12885whitespace. Case does not matter.")
13407 12886
13408(autoload 'hs-minor-mode "hideshow" "\ 12887(autoload 'hs-minor-mode "hideshow" "\
13409Minor mode to selectively hide/show code and comment blocks. 12888Minor mode to selectively hide/show code and comment blocks.
13410When hideshow minor mode is on, the menu bar is augmented with hideshow 12889When hideshow minor mode is on, the menu bar is augmented with hideshow
13411commands and the hideshow commands are enabled. 12890commands and the hideshow commands are enabled.
13412The value '(hs . t) is added to `buffer-invisibility-spec'. 12891The value '(hs . t) is added to `buffer-invisibility-spec'.
@@ -13436,8 +12915,8 @@ Unconditionally turn off `hs-minor-mode'.
13436;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 12915;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
13437;;;;;; highlight-changes-previous-change highlight-changes-next-change 12916;;;;;; highlight-changes-previous-change highlight-changes-next-change
13438;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode 12917;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
13439;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (18787 12918;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19100
13440;;;;;; 48914)) 12919;;;;;; 52258))
13441;;; Generated autoloads from hilit-chg.el 12920;;; Generated autoloads from hilit-chg.el
13442 12921
13443(autoload 'highlight-changes-mode "hilit-chg" "\ 12922(autoload 'highlight-changes-mode "hilit-chg" "\
@@ -13564,7 +13043,7 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
13564;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 13043;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
13565;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 13044;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
13566;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 13045;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
13567;;;;;; "hippie-exp.el" (18787 48914)) 13046;;;;;; "hippie-exp.el" (19088 27216))
13568;;; Generated autoloads from hippie-exp.el 13047;;; Generated autoloads from hippie-exp.el
13569 13048
13570(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) "\ 13049(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) "\
@@ -13637,7 +13116,7 @@ argument VERBOSE non-nil makes the function verbose.
13637;;;*** 13116;;;***
13638 13117
13639;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13118;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13640;;;;;; (18787 48914)) 13119;;;;;; (18785 31799))
13641;;; Generated autoloads from hl-line.el 13120;;; Generated autoloads from hl-line.el
13642 13121
13643(autoload 'hl-line-mode "hl-line" "\ 13122(autoload 'hl-line-mode "hl-line" "\
@@ -13681,7 +13160,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13681;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays 13160;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays
13682;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays 13161;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
13683;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" 13162;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
13684;;;;;; "calendar/holidays.el" (18901 14441)) 13163;;;;;; "calendar/holidays.el" (18900 23664))
13685;;; Generated autoloads from calendar/holidays.el 13164;;; Generated autoloads from calendar/holidays.el
13686 13165
13687(defvar holiday-general-holidays '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving")) "\ 13166(defvar holiday-general-holidays '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving")) "\
@@ -13829,8 +13308,8 @@ The optional LABEL is used to label the buffer created.
13829 13308
13830;;;*** 13309;;;***
13831 13310
13832;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (18787 13311;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (18785
13833;;;;;; 48925)) 13312;;;;;; 31966))
13834;;; Generated autoloads from gnus/html2text.el 13313;;; Generated autoloads from gnus/html2text.el
13835 13314
13836(autoload 'html2text "html2text" "\ 13315(autoload 'html2text "html2text" "\
@@ -13840,396 +13319,9 @@ Convert HTML to plain text in the current buffer.
13840 13319
13841;;;*** 13320;;;***
13842 13321
13843;;;### (autoloads (ibuffer-do-occur ibuffer-mark-dired-buffers ibuffer-mark-read-only-buffers
13844;;;;;; ibuffer-mark-special-buffers ibuffer-mark-old-buffers ibuffer-mark-compressed-file-buffers
13845;;;;;; ibuffer-mark-help-buffers ibuffer-mark-dissociated-buffers
13846;;;;;; ibuffer-mark-unsaved-buffers ibuffer-mark-modified-buffers
13847;;;;;; ibuffer-mark-by-mode ibuffer-mark-by-file-name-regexp ibuffer-mark-by-mode-regexp
13848;;;;;; ibuffer-mark-by-name-regexp ibuffer-copy-filename-as-kill
13849;;;;;; ibuffer-diff-with-file ibuffer-jump-to-buffer ibuffer-do-kill-lines
13850;;;;;; ibuffer-backwards-next-marked ibuffer-forward-next-marked
13851;;;;;; ibuffer-add-to-tmp-show ibuffer-add-to-tmp-hide ibuffer-bs-show
13852;;;;;; ibuffer-invert-sorting ibuffer-toggle-sorting-mode ibuffer-switch-to-saved-filters
13853;;;;;; ibuffer-add-saved-filters ibuffer-delete-saved-filters ibuffer-save-filters
13854;;;;;; ibuffer-or-filter ibuffer-negate-filter ibuffer-exchange-filters
13855;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable
13856;;;;;; ibuffer-switch-to-saved-filter-groups ibuffer-delete-saved-filter-groups
13857;;;;;; ibuffer-save-filter-groups ibuffer-yank-filter-group ibuffer-yank
13858;;;;;; ibuffer-kill-line ibuffer-kill-filter-group ibuffer-jump-to-filter-group
13859;;;;;; ibuffer-clear-filter-groups ibuffer-decompose-filter-group
13860;;;;;; ibuffer-pop-filter-group ibuffer-set-filter-groups-by-mode
13861;;;;;; ibuffer-filters-to-filter-group ibuffer-included-in-filters-p
13862;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
13863;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
13864;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
13865;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (18875 4271))
13866;;; Generated autoloads from ibuf-ext.el
13867
13868(autoload 'ibuffer-auto-mode "ibuf-ext" "\
13869Toggle use of Ibuffer's auto-update facility.
13870With numeric ARG, enable auto-update if and only if ARG is positive.
13871
13872\(fn &optional ARG)" t nil)
13873
13874(autoload 'ibuffer-mouse-filter-by-mode "ibuf-ext" "\
13875Enable or disable filtering by the major mode chosen via mouse.
13876
13877\(fn EVENT)" t nil)
13878
13879(autoload 'ibuffer-interactive-filter-by-mode "ibuf-ext" "\
13880Enable or disable filtering by the major mode at point.
13881
13882\(fn EVENT-OR-POINT)" t nil)
13883
13884(autoload 'ibuffer-mouse-toggle-filter-group "ibuf-ext" "\
13885Toggle the display status of the filter group chosen with the mouse.
13886
13887\(fn EVENT)" t nil)
13888
13889(autoload 'ibuffer-toggle-filter-group "ibuf-ext" "\
13890Toggle the display status of the filter group on this line.
13891
13892\(fn)" t nil)
13893
13894(autoload 'ibuffer-forward-filter-group "ibuf-ext" "\
13895Move point forwards by COUNT filtering groups.
13896
13897\(fn &optional COUNT)" t nil)
13898
13899(autoload 'ibuffer-backward-filter-group "ibuf-ext" "\
13900Move point backwards by COUNT filtering groups.
13901
13902\(fn &optional COUNT)" t nil)
13903 (autoload 'ibuffer-do-shell-command-pipe "ibuf-ext")
13904 (autoload 'ibuffer-do-shell-command-pipe-replace "ibuf-ext")
13905 (autoload 'ibuffer-do-shell-command-file "ibuf-ext")
13906 (autoload 'ibuffer-do-eval "ibuf-ext")
13907 (autoload 'ibuffer-do-view-and-eval "ibuf-ext")
13908 (autoload 'ibuffer-do-rename-uniquely "ibuf-ext")
13909 (autoload 'ibuffer-do-revert "ibuf-ext")
13910 (autoload 'ibuffer-do-isearch "ibuf-ext")
13911 (autoload 'ibuffer-do-isearch-regexp "ibuf-ext")
13912 (autoload 'ibuffer-do-replace-regexp "ibuf-ext")
13913 (autoload 'ibuffer-do-query-replace "ibuf-ext")
13914 (autoload 'ibuffer-do-query-replace-regexp "ibuf-ext")
13915 (autoload 'ibuffer-do-print "ibuf-ext")
13916
13917(autoload 'ibuffer-included-in-filters-p "ibuf-ext" "\
13918Not documented
13919
13920\(fn BUF FILTERS)" nil nil)
13921
13922(autoload 'ibuffer-filters-to-filter-group "ibuf-ext" "\
13923Make the current filters into a filtering group.
13924
13925\(fn NAME)" t nil)
13926
13927(autoload 'ibuffer-set-filter-groups-by-mode "ibuf-ext" "\
13928Set the current filter groups to filter by mode.
13929
13930\(fn)" t nil)
13931
13932(autoload 'ibuffer-pop-filter-group "ibuf-ext" "\
13933Remove the first filter group.
13934
13935\(fn)" t nil)
13936
13937(autoload 'ibuffer-decompose-filter-group "ibuf-ext" "\
13938Decompose the filter group GROUP into active filters.
13939
13940\(fn GROUP)" t nil)
13941
13942(autoload 'ibuffer-clear-filter-groups "ibuf-ext" "\
13943Remove all filter groups.
13944
13945\(fn)" t nil)
13946
13947(autoload 'ibuffer-jump-to-filter-group "ibuf-ext" "\
13948Move point to the filter group whose name is NAME.
13949
13950\(fn NAME)" t nil)
13951
13952(autoload 'ibuffer-kill-filter-group "ibuf-ext" "\
13953Kill the filter group named NAME.
13954The group will be added to `ibuffer-filter-group-kill-ring'.
13955
13956\(fn NAME)" t nil)
13957
13958(autoload 'ibuffer-kill-line "ibuf-ext" "\
13959Kill the filter group at point.
13960See also `ibuffer-kill-filter-group'.
13961
13962\(fn &optional ARG INTERACTIVE-P)" t nil)
13963
13964(autoload 'ibuffer-yank "ibuf-ext" "\
13965Yank the last killed filter group before group at point.
13966
13967\(fn)" t nil)
13968
13969(autoload 'ibuffer-yank-filter-group "ibuf-ext" "\
13970Yank the last killed filter group before group named NAME.
13971
13972\(fn NAME)" t nil)
13973
13974(autoload 'ibuffer-save-filter-groups "ibuf-ext" "\
13975Save all active filter groups GROUPS as NAME.
13976They are added to `ibuffer-saved-filter-groups'. Interactively,
13977prompt for NAME, and use the current filters.
13978
13979\(fn NAME GROUPS)" t nil)
13980
13981(autoload 'ibuffer-delete-saved-filter-groups "ibuf-ext" "\
13982Delete saved filter groups with NAME.
13983They are removed from `ibuffer-saved-filter-groups'.
13984
13985\(fn NAME)" t nil)
13986
13987(autoload 'ibuffer-switch-to-saved-filter-groups "ibuf-ext" "\
13988Set this buffer's filter groups to saved version with NAME.
13989The value from `ibuffer-saved-filter-groups' is used.
13990
13991\(fn NAME)" t nil)
13992
13993(autoload 'ibuffer-filter-disable "ibuf-ext" "\
13994Disable all filters currently in effect in this buffer.
13995
13996\(fn)" t nil)
13997
13998(autoload 'ibuffer-pop-filter "ibuf-ext" "\
13999Remove the top filter in this buffer.
14000
14001\(fn)" t nil)
14002
14003(autoload 'ibuffer-decompose-filter "ibuf-ext" "\
14004Separate the top compound filter (OR, NOT, or SAVED) in this buffer.
14005
14006This means that the topmost filter on the filtering stack, which must
14007be a complex filter like (OR [name: foo] [mode: bar-mode]), will be
14008turned into two separate filters [name: foo] and [mode: bar-mode].
14009
14010\(fn)" t nil)
14011
14012(autoload 'ibuffer-exchange-filters "ibuf-ext" "\
14013Exchange the top two filters on the stack in this buffer.
14014
14015\(fn)" t nil)
14016
14017(autoload 'ibuffer-negate-filter "ibuf-ext" "\
14018Negate the sense of the top filter in the current buffer.
14019
14020\(fn)" t nil)
14021
14022(autoload 'ibuffer-or-filter "ibuf-ext" "\
14023Replace the top two filters in this buffer with their logical OR.
14024If optional argument REVERSE is non-nil, instead break the top OR
14025filter into parts.
14026
14027\(fn &optional REVERSE)" t nil)
14028
14029(autoload 'ibuffer-save-filters "ibuf-ext" "\
14030Save FILTERS in this buffer with name NAME in `ibuffer-saved-filters'.
14031Interactively, prompt for NAME, and use the current filters.
14032
14033\(fn NAME FILTERS)" t nil)
14034
14035(autoload 'ibuffer-delete-saved-filters "ibuf-ext" "\
14036Delete saved filters with NAME from `ibuffer-saved-filters'.
14037
14038\(fn NAME)" t nil)
14039
14040(autoload 'ibuffer-add-saved-filters "ibuf-ext" "\
14041Add saved filters from `ibuffer-saved-filters' to this buffer's filters.
14042
14043\(fn NAME)" t nil)
14044
14045(autoload 'ibuffer-switch-to-saved-filters "ibuf-ext" "\
14046Set this buffer's filters to filters with NAME from `ibuffer-saved-filters'.
14047
14048\(fn NAME)" t nil)
14049 (autoload 'ibuffer-filter-by-mode "ibuf-ext")
14050 (autoload 'ibuffer-filter-by-used-mode "ibuf-ext")
14051 (autoload 'ibuffer-filter-by-name "ibuf-ext")
14052 (autoload 'ibuffer-filter-by-filename "ibuf-ext")
14053 (autoload 'ibuffer-filter-by-size-gt "ibuf-ext")
14054 (autoload 'ibuffer-filter-by-size-lt "ibuf-ext")
14055 (autoload 'ibuffer-filter-by-content "ibuf-ext")
14056 (autoload 'ibuffer-filter-by-predicate "ibuf-ext")
14057
14058(autoload 'ibuffer-toggle-sorting-mode "ibuf-ext" "\
14059Toggle the current sorting mode.
14060Default sorting modes are:
14061 Recency - the last time the buffer was viewed
14062 Name - the name of the buffer
14063 Major Mode - the name of the major mode of the buffer
14064 Size - the size of the buffer
14065
14066\(fn)" t nil)
14067
14068(autoload 'ibuffer-invert-sorting "ibuf-ext" "\
14069Toggle whether or not sorting is in reverse order.
14070
14071\(fn)" t nil)
14072 (autoload 'ibuffer-do-sort-by-major-mode "ibuf-ext")
14073 (autoload 'ibuffer-do-sort-by-mode-name "ibuf-ext")
14074 (autoload 'ibuffer-do-sort-by-alphabetic "ibuf-ext")
14075 (autoload 'ibuffer-do-sort-by-size "ibuf-ext")
14076 (autoload 'ibuffer-do-sort-by-filename/process "ibuf-ext")
14077
14078(autoload 'ibuffer-bs-show "ibuf-ext" "\
14079Emulate `bs-show' from the bs.el package.
14080
14081\(fn)" t nil)
14082
14083(autoload 'ibuffer-add-to-tmp-hide "ibuf-ext" "\
14084Add REGEXP to `ibuffer-tmp-hide-regexps'.
14085This means that buffers whose name matches REGEXP will not be shown
14086for this Ibuffer session.
14087
14088\(fn REGEXP)" t nil)
14089
14090(autoload 'ibuffer-add-to-tmp-show "ibuf-ext" "\
14091Add REGEXP to `ibuffer-tmp-show-regexps'.
14092This means that buffers whose name matches REGEXP will always be shown
14093for this Ibuffer session.
14094
14095\(fn REGEXP)" t nil)
14096
14097(autoload 'ibuffer-forward-next-marked "ibuf-ext" "\
14098Move forward by COUNT marked buffers (default 1).
14099
14100If MARK is non-nil, it should be a character denoting the type of mark
14101to move by. The default is `ibuffer-marked-char'.
14102
14103If DIRECTION is non-nil, it should be an integer; negative integers
14104mean move backwards, non-negative integers mean move forwards.
14105
14106\(fn &optional COUNT MARK DIRECTION)" t nil)
14107
14108(autoload 'ibuffer-backwards-next-marked "ibuf-ext" "\
14109Move backwards by COUNT marked buffers (default 1).
14110
14111If MARK is non-nil, it should be a character denoting the type of mark
14112to move by. The default is `ibuffer-marked-char'.
14113
14114\(fn &optional COUNT MARK)" t nil)
14115
14116(autoload 'ibuffer-do-kill-lines "ibuf-ext" "\
14117Hide all of the currently marked lines.
14118
14119\(fn)" t nil)
14120
14121(autoload 'ibuffer-jump-to-buffer "ibuf-ext" "\
14122Move point to the buffer whose name is NAME.
14123
14124If called interactively, prompt for a buffer name and go to the
14125corresponding line in the Ibuffer buffer. If said buffer is in a
14126hidden group filter, open it.
14127
14128If `ibuffer-jump-offer-only-visible-buffers' is non-nil, only offer
14129visible buffers in the completion list. Calling the command with
14130a prefix argument reverses the meaning of that variable.
14131
14132\(fn NAME)" t nil)
14133
14134(autoload 'ibuffer-diff-with-file "ibuf-ext" "\
14135View the differences between marked buffers and their associated files.
14136If no buffers are marked, use buffer at point.
14137This requires the external program \"diff\" to be in your `exec-path'.
14138
14139\(fn)" t nil)
14140
14141(autoload 'ibuffer-copy-filename-as-kill "ibuf-ext" "\
14142Copy filenames of marked buffers into the kill ring.
14143
14144The names are separated by a space.
14145If a buffer has no filename, it is ignored.
14146
14147With no prefix arg, use the filename sans its directory of each marked file.
14148With a zero prefix arg, use the complete filename of each marked file.
14149With \\[universal-argument], use the filename of each marked file relative
14150to `ibuffer-default-directory' if non-nil, otherwise `default-directory'.
14151
14152You can then feed the file name(s) to other commands with \\[yank].
14153
14154\(fn &optional ARG)" t nil)
14155
14156(autoload 'ibuffer-mark-by-name-regexp "ibuf-ext" "\
14157Mark all buffers whose name matches REGEXP.
14158
14159\(fn REGEXP)" t nil)
14160
14161(autoload 'ibuffer-mark-by-mode-regexp "ibuf-ext" "\
14162Mark all buffers whose major mode matches REGEXP.
14163
14164\(fn REGEXP)" t nil)
14165
14166(autoload 'ibuffer-mark-by-file-name-regexp "ibuf-ext" "\
14167Mark all buffers whose file name matches REGEXP.
14168
14169\(fn REGEXP)" t nil)
14170
14171(autoload 'ibuffer-mark-by-mode "ibuf-ext" "\
14172Mark all buffers whose major mode equals MODE.
14173
14174\(fn MODE)" t nil)
14175
14176(autoload 'ibuffer-mark-modified-buffers "ibuf-ext" "\
14177Mark all modified buffers.
14178
14179\(fn)" t nil)
14180
14181(autoload 'ibuffer-mark-unsaved-buffers "ibuf-ext" "\
14182Mark all modified buffers that have an associated file.
14183
14184\(fn)" t nil)
14185
14186(autoload 'ibuffer-mark-dissociated-buffers "ibuf-ext" "\
14187Mark all buffers whose associated file does not exist.
14188
14189\(fn)" t nil)
14190
14191(autoload 'ibuffer-mark-help-buffers "ibuf-ext" "\
14192Mark buffers like *Help*, *Apropos*, *Info*.
14193
14194\(fn)" t nil)
14195
14196(autoload 'ibuffer-mark-compressed-file-buffers "ibuf-ext" "\
14197Mark buffers whose associated file is compressed.
14198
14199\(fn)" t nil)
14200
14201(autoload 'ibuffer-mark-old-buffers "ibuf-ext" "\
14202Mark buffers which have not been viewed in `ibuffer-old-time' hours.
14203
14204\(fn)" t nil)
14205
14206(autoload 'ibuffer-mark-special-buffers "ibuf-ext" "\
14207Mark all buffers whose name begins and ends with '*'.
14208
14209\(fn)" t nil)
14210
14211(autoload 'ibuffer-mark-read-only-buffers "ibuf-ext" "\
14212Mark all read-only buffers.
14213
14214\(fn)" t nil)
14215
14216(autoload 'ibuffer-mark-dired-buffers "ibuf-ext" "\
14217Mark all `dired' buffers.
14218
14219\(fn)" t nil)
14220
14221(autoload 'ibuffer-do-occur "ibuf-ext" "\
14222View lines which match REGEXP in all marked buffers.
14223Optional argument NLINES says how many lines of context to display: it
14224defaults to one.
14225
14226\(fn REGEXP &optional NLINES)" t nil)
14227
14228;;;***
14229
14230;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 13322;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
14231;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (18787 13323;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (18785
14232;;;;;; 48914)) 13324;;;;;; 31800))
14233;;; Generated autoloads from ibuf-macs.el 13325;;; Generated autoloads from ibuf-macs.el
14234 13326
14235(autoload 'define-ibuffer-column "ibuf-macs" "\ 13327(autoload 'define-ibuffer-column "ibuf-macs" "\
@@ -14318,7 +13410,7 @@ bound to the current value of the filter.
14318;;;*** 13410;;;***
14319 13411
14320;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 13412;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
14321;;;;;; "ibuffer" "ibuffer.el" (18853 58440)) 13413;;;;;; "ibuffer" "ibuffer.el" (19113 62100))
14322;;; Generated autoloads from ibuffer.el 13414;;; Generated autoloads from ibuffer.el
14323 13415
14324(autoload 'ibuffer-list-buffers "ibuffer" "\ 13416(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -14359,7 +13451,7 @@ FORMATS is the value to use for `ibuffer-formats'.
14359 13451
14360;;;### (autoloads (icalendar-import-buffer icalendar-import-file 13452;;;### (autoloads (icalendar-import-buffer icalendar-import-file
14361;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 13453;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
14362;;;;;; "calendar/icalendar.el" (18813 56068)) 13454;;;;;; "calendar/icalendar.el" (19086 47289))
14363;;; Generated autoloads from calendar/icalendar.el 13455;;; Generated autoloads from calendar/icalendar.el
14364 13456
14365(autoload 'icalendar-export-file "icalendar" "\ 13457(autoload 'icalendar-export-file "icalendar" "\
@@ -14411,8 +13503,8 @@ buffer `*icalendar-errors*'.
14411 13503
14412;;;*** 13504;;;***
14413 13505
14414;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (18787 13506;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (18785
14415;;;;;; 48914)) 13507;;;;;; 31801))
14416;;; Generated autoloads from icomplete.el 13508;;; Generated autoloads from icomplete.el
14417 13509
14418(defvar icomplete-mode nil "\ 13510(defvar icomplete-mode nil "\
@@ -14433,7 +13525,7 @@ otherwise turn it off.
14433 13525
14434;;;*** 13526;;;***
14435 13527
14436;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (18791 16531)) 13528;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (18790 53119))
14437;;; Generated autoloads from progmodes/icon.el 13529;;; Generated autoloads from progmodes/icon.el
14438 13530
14439(autoload 'icon-mode "icon" "\ 13531(autoload 'icon-mode "icon" "\
@@ -14474,7 +13566,7 @@ with no args, if that value is non-nil.
14474;;;*** 13566;;;***
14475 13567
14476;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 13568;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
14477;;;;;; (18787 48934)) 13569;;;;;; (19130 52560))
14478;;; Generated autoloads from progmodes/idlw-shell.el 13570;;; Generated autoloads from progmodes/idlw-shell.el
14479 13571
14480(autoload 'idlwave-shell "idlw-shell" "\ 13572(autoload 'idlwave-shell "idlw-shell" "\
@@ -14500,7 +13592,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
14500;;;*** 13592;;;***
14501 13593
14502;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 13594;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
14503;;;;;; (18791 16532)) 13595;;;;;; (19130 52561))
14504;;; Generated autoloads from progmodes/idlwave.el 13596;;; Generated autoloads from progmodes/idlwave.el
14505 13597
14506(autoload 'idlwave-mode "idlwave" "\ 13598(autoload 'idlwave-mode "idlwave" "\
@@ -14571,7 +13663,7 @@ The main features of this mode are
145715. Code Templates and Abbreviations 136635. Code Templates and Abbreviations
14572 -------------------------------- 13664 --------------------------------
14573 Many Abbreviations are predefined to expand to code fragments and templates. 13665 Many Abbreviations are predefined to expand to code fragments and templates.
14574 The abbreviations start generally with a `\\`. Some examples 13666 The abbreviations start generally with a `\\`. Some examples:
14575 13667
14576 \\pr PROCEDURE template 13668 \\pr PROCEDURE template
14577 \\fu FUNCTION template 13669 \\fu FUNCTION template
@@ -14612,7 +13704,7 @@ The main features of this mode are
14612 Info documentation for this package is available. Use 13704 Info documentation for this package is available. Use
14613 \\[idlwave-info] to display (complain to your sysadmin if that does 13705 \\[idlwave-info] to display (complain to your sysadmin if that does
14614 not work). For Postscript, PDF, and HTML versions of the 13706 not work). For Postscript, PDF, and HTML versions of the
14615 documentation, check IDLWAVE's homepage at `http://idlwave.org'. 13707 documentation, check IDLWAVE's homepage at URL `http://idlwave.org'.
14616 IDLWAVE has customize support - see the group `idlwave'. 13708 IDLWAVE has customize support - see the group `idlwave'.
14617 13709
1461810.Keybindings 1371010.Keybindings
@@ -14634,8 +13726,8 @@ The main features of this mode are
14634;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 13726;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14635;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 13727;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14636;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 13728;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
14637;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (18951 13729;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19088
14638;;;;;; 18091)) 13730;;;;;; 26448))
14639;;; Generated autoloads from ido.el 13731;;; Generated autoloads from ido.el
14640 13732
14641(defvar ido-mode nil "\ 13733(defvar ido-mode nil "\
@@ -14896,7 +13988,7 @@ DEF, if non-nil, is the default value.
14896 13988
14897;;;*** 13989;;;***
14898 13990
14899;;;### (autoloads (ielm) "ielm" "ielm.el" (18787 48915)) 13991;;;### (autoloads (ielm) "ielm" "ielm.el" (18785 31802))
14900;;; Generated autoloads from ielm.el 13992;;; Generated autoloads from ielm.el
14901 (add-hook 'same-window-buffer-names "*ielm*") 13993 (add-hook 'same-window-buffer-names "*ielm*")
14902 13994
@@ -14909,7 +14001,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
14909;;;*** 14001;;;***
14910 14002
14911;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" 14003;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el"
14912;;;;;; (18787 48915)) 14004;;;;;; (18785 31802))
14913;;; Generated autoloads from iimage.el 14005;;; Generated autoloads from iimage.el
14914 14006
14915(autoload 'turn-on-iimage-mode "iimage" "\ 14007(autoload 'turn-on-iimage-mode "iimage" "\
@@ -14928,7 +14020,7 @@ Toggle inline image minor mode.
14928;;;;;; insert-image put-image create-image image-type-auto-detected-p 14020;;;;;; insert-image put-image create-image image-type-auto-detected-p
14929;;;;;; image-type-available-p image-type image-type-from-file-name 14021;;;;;; image-type-available-p image-type image-type-from-file-name
14930;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data) 14022;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data)
14931;;;;;; "image" "image.el" (18852 12908)) 14023;;;;;; "image" "image.el" (19115 7110))
14932;;; Generated autoloads from image.el 14024;;; Generated autoloads from image.el
14933 14025
14934(autoload 'image-type-from-data "image" "\ 14026(autoload 'image-type-from-data "image" "\
@@ -15111,7 +14203,7 @@ Example:
15111;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 14203;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
15112;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 14204;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
15113;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs) 14205;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs)
15114;;;;;; "image-dired" "image-dired.el" (18787 48915)) 14206;;;;;; "image-dired" "image-dired.el" (18785 31802))
15115;;; Generated autoloads from image-dired.el 14207;;; Generated autoloads from image-dired.el
15116 14208
15117(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\ 14209(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\
@@ -15245,7 +14337,7 @@ easy-to-use form.
15245 14337
15246;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 14338;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
15247;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 14339;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
15248;;;;;; "image-file.el" (18787 48915)) 14340;;;;;; "image-file.el" (18785 31803))
15249;;; Generated autoloads from image-file.el 14341;;; Generated autoloads from image-file.el
15250 14342
15251(defvar image-file-name-extensions '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg") "\ 14343(defvar image-file-name-extensions '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg") "\
@@ -15307,7 +14399,7 @@ Image files are those whose name has an extension in
15307;;;*** 14399;;;***
15308 14400
15309;;;### (autoloads (image-bookmark-jump image-mode-maybe image-minor-mode 14401;;;### (autoloads (image-bookmark-jump image-mode-maybe image-minor-mode
15310;;;;;; image-mode) "image-mode" "image-mode.el" (18837 32920)) 14402;;;;;; image-mode) "image-mode" "image-mode.el" (18836 39239))
15311;;; Generated autoloads from image-mode.el 14403;;; Generated autoloads from image-mode.el
15312 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) 14404 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist)
15313 (push '("\\.png\\'" . image-mode) auto-mode-alist) 14405 (push '("\\.png\\'" . image-mode) auto-mode-alist)
@@ -15353,7 +14445,7 @@ Not documented
15353;;;*** 14445;;;***
15354 14446
15355;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 14447;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
15356;;;;;; imenu-sort-function) "imenu" "imenu.el" (18787 48915)) 14448;;;;;; imenu-sort-function) "imenu" "imenu.el" (19092 42734))
15357;;; Generated autoloads from imenu.el 14449;;; Generated autoloads from imenu.el
15358 14450
15359(defvar imenu-sort-function nil "\ 14451(defvar imenu-sort-function nil "\
@@ -15384,6 +14476,7 @@ For example, see the value of `fortran-imenu-generic-expression' used by
15384`fortran-mode' with `imenu-syntax-alist' set locally to give the 14476`fortran-mode' with `imenu-syntax-alist' set locally to give the
15385characters which normally have \"symbol\" syntax \"word\" syntax 14477characters which normally have \"symbol\" syntax \"word\" syntax
15386during matching.") 14478during matching.")
14479(put 'imenu-generic-expression 'risky-local-variable t)
15387 14480
15388(make-variable-buffer-local 'imenu-generic-expression) 14481(make-variable-buffer-local 'imenu-generic-expression)
15389 14482
@@ -15438,6 +14531,7 @@ The default function called when selecting an Imenu item.
15438The function in this variable is called when selecting a normal index-item.") 14531The function in this variable is called when selecting a normal index-item.")
15439 14532
15440(make-variable-buffer-local 'imenu-default-goto-function) 14533(make-variable-buffer-local 'imenu-default-goto-function)
14534(put 'imenu--index-alist 'risky-local-variable t)
15441 14535
15442(make-variable-buffer-local 'imenu-syntax-alist) 14536(make-variable-buffer-local 'imenu-syntax-alist)
15443 14537
@@ -15468,7 +14562,7 @@ for more information.
15468 14562
15469;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion 14563;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
15470;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 14564;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
15471;;;;;; "ind-util" "language/ind-util.el" (18787 48929)) 14565;;;;;; "ind-util" "language/ind-util.el" (19090 31892))
15472;;; Generated autoloads from language/ind-util.el 14566;;; Generated autoloads from language/ind-util.el
15473 14567
15474(autoload 'indian-compose-region "ind-util" "\ 14568(autoload 'indian-compose-region "ind-util" "\
@@ -15500,7 +14594,7 @@ Convert old Emacs Devanagari characters to UCS.
15500 14594
15501;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command 14595;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
15502;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" 14596;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
15503;;;;;; "progmodes/inf-lisp.el" (18787 48934)) 14597;;;;;; "progmodes/inf-lisp.el" (19130 52561))
15504;;; Generated autoloads from progmodes/inf-lisp.el 14598;;; Generated autoloads from progmodes/inf-lisp.el
15505 14599
15506(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ 14600(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\
@@ -15546,7 +14640,7 @@ This is a fine thing to set in your .emacs file or through Custom.")
15546(custom-autoload 'inferior-lisp-prompt "inf-lisp" t) 14640(custom-autoload 'inferior-lisp-prompt "inf-lisp" t)
15547 14641
15548(defvar inferior-lisp-mode-hook 'nil "\ 14642(defvar inferior-lisp-mode-hook 'nil "\
15549*Hook for customising Inferior Lisp mode.") 14643*Hook for customizing Inferior Lisp mode.")
15550 14644
15551(autoload 'inferior-lisp "inf-lisp" "\ 14645(autoload 'inferior-lisp "inf-lisp" "\
15552Run an inferior Lisp process, input and output via buffer `*inferior-lisp*'. 14646Run an inferior Lisp process, input and output via buffer `*inferior-lisp*'.
@@ -15565,9 +14659,10 @@ of `inferior-lisp-program'). Runs the hooks from
15565;;;*** 14659;;;***
15566 14660
15567;;;### (autoloads (Info-bookmark-jump Info-speedbar-browser Info-goto-emacs-key-command-node 14661;;;### (autoloads (Info-bookmark-jump Info-speedbar-browser Info-goto-emacs-key-command-node
15568;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index 14662;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos
15569;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual 14663;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone
15570;;;;;; info info-other-window) "info" "info.el" (18968 34618)) 14664;;;;;; info-emacs-manual info info-other-window) "info" "info.el"
14665;;;;;; (19128 36451))
15571;;; Generated autoloads from info.el 14666;;; Generated autoloads from info.el
15572 14667
15573(autoload 'info-other-window "info" "\ 14668(autoload 'info-other-window "info" "\
@@ -15640,6 +14735,11 @@ Build a menu of the possible matches.
15640 14735
15641\(fn STRING)" t nil) 14736\(fn STRING)" t nil)
15642 14737
14738(autoload 'info-finder "info" "\
14739Display descriptions of the keywords in the Finder virtual manual.
14740
14741\(fn)" t nil)
14742
15643(autoload 'Info-mode "info" "\ 14743(autoload 'Info-mode "info" "\
15644Info mode provides commands for browsing through the Info documentation tree. 14744Info mode provides commands for browsing through the Info documentation tree.
15645Documentation in Info is divided into \"nodes\", each of which discusses 14745Documentation in Info is divided into \"nodes\", each of which discusses
@@ -15739,7 +14839,7 @@ Not documented
15739 14839
15740;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 14840;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
15741;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 14841;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
15742;;;;;; (18787 48915)) 14842;;;;;; (18785 31804))
15743;;; Generated autoloads from info-look.el 14843;;; Generated autoloads from info-look.el
15744 14844
15745(autoload 'info-lookup-reset "info-look" "\ 14845(autoload 'info-lookup-reset "info-look" "\
@@ -15787,7 +14887,7 @@ Perform completion on file preceding point.
15787;;;*** 14887;;;***
15788 14888
15789;;;### (autoloads (info-xref-check-all-custom info-xref-check-all 14889;;;### (autoloads (info-xref-check-all-custom info-xref-check-all
15790;;;;;; info-xref-check) "info-xref" "info-xref.el" (18787 48915)) 14890;;;;;; info-xref-check) "info-xref" "info-xref.el" (18785 31805))
15791;;; Generated autoloads from info-xref.el 14891;;; Generated autoloads from info-xref.el
15792 14892
15793(autoload 'info-xref-check "info-xref" "\ 14893(autoload 'info-xref-check "info-xref" "\
@@ -15814,7 +14914,7 @@ quite a while.
15814;;;*** 14914;;;***
15815 14915
15816;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold 14916;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold
15817;;;;;; Info-tagify) "informat" "informat.el" (18787 48916)) 14917;;;;;; Info-tagify) "informat" "informat.el" (18785 31806))
15818;;; Generated autoloads from informat.el 14918;;; Generated autoloads from informat.el
15819 14919
15820(autoload 'Info-tagify "informat" "\ 14920(autoload 'Info-tagify "informat" "\
@@ -15861,7 +14961,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
15861 14961
15862;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 14962;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
15863;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 14963;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
15864;;;;;; (18787 48928)) 14964;;;;;; (18785 31981))
15865;;; Generated autoloads from international/isearch-x.el 14965;;; Generated autoloads from international/isearch-x.el
15866 14966
15867(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 14967(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
@@ -15881,8 +14981,8 @@ Not documented
15881 14981
15882;;;*** 14982;;;***
15883 14983
15884;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (18791 14984;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (18790
15885;;;;;; 16510)) 14985;;;;;; 54820))
15886;;; Generated autoloads from isearchb.el 14986;;; Generated autoloads from isearchb.el
15887 14987
15888(autoload 'isearchb-activate "isearchb" "\ 14988(autoload 'isearchb-activate "isearchb" "\
@@ -15898,7 +14998,7 @@ accessed via isearchb.
15898;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 14998;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
15899;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 14999;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
15900;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 15000;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
15901;;;;;; "international/iso-cvt.el" (18787 48928)) 15001;;;;;; "international/iso-cvt.el" (18785 31981))
15902;;; Generated autoloads from international/iso-cvt.el 15002;;; Generated autoloads from international/iso-cvt.el
15903 15003
15904(autoload 'iso-spanish "iso-cvt" "\ 15004(autoload 'iso-spanish "iso-cvt" "\
@@ -15989,7 +15089,7 @@ Add submenus to the File menu, to convert to and from various formats.
15989;;;*** 15089;;;***
15990 15090
15991;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 15091;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
15992;;;;;; (18787 48928)) 15092;;;;;; (18785 31981))
15993;;; Generated autoloads from international/iso-transl.el 15093;;; Generated autoloads from international/iso-transl.el
15994 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 15094 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
15995 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 15095 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -16001,7 +15101,7 @@ Add submenus to the File menu, to convert to and from various formats.
16001;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 15101;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
16002;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 15102;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
16003;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) 15103;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
16004;;;;;; "ispell" "textmodes/ispell.el" (18990 41424)) 15104;;;;;; "ispell" "textmodes/ispell.el" (19130 52562))
16005;;; Generated autoloads from textmodes/ispell.el 15105;;; Generated autoloads from textmodes/ispell.el
16006(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 15106(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
16007 15107
@@ -16219,8 +15319,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
16219 15319
16220;;;*** 15320;;;***
16221 15321
16222;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (18787 15322;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19119
16223;;;;;; 48916)) 15323;;;;;; 31903))
16224;;; Generated autoloads from iswitchb.el 15324;;; Generated autoloads from iswitchb.el
16225 15325
16226(defvar iswitchb-mode nil "\ 15326(defvar iswitchb-mode nil "\
@@ -16245,7 +15345,7 @@ This mode enables switching between buffers using substrings. See
16245;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 15345;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
16246;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 15346;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
16247;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 15347;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
16248;;;;;; "japan-util" "language/japan-util.el" (18787 48929)) 15348;;;;;; "japan-util" "language/japan-util.el" (19094 13305))
16249;;; Generated autoloads from language/japan-util.el 15349;;; Generated autoloads from language/japan-util.el
16250 15350
16251(autoload 'setup-japanese-environment-internal "japan-util" "\ 15351(autoload 'setup-japanese-environment-internal "japan-util" "\
@@ -16323,7 +15423,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16323;;;*** 15423;;;***
16324 15424
16325;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 15425;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
16326;;;;;; "jka-compr.el" (18787 48916)) 15426;;;;;; "jka-compr.el" (18785 31807))
16327;;; Generated autoloads from jka-compr.el 15427;;; Generated autoloads from jka-compr.el
16328 15428
16329(defvar jka-compr-inhibit nil "\ 15429(defvar jka-compr-inhibit nil "\
@@ -16346,9 +15446,23 @@ by `jka-compr-installed'.
16346 15446
16347;;;*** 15447;;;***
16348 15448
15449;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19123 13284))
15450;;; Generated autoloads from progmodes/js.el
15451
15452(autoload 'js-mode "js" "\
15453Major mode for editing JavaScript.
15454
15455Key bindings:
15456
15457\\{js-mode-map}
15458
15459\(fn)" t nil)
15460
15461;;;***
15462
16349;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 15463;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
16350;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 15464;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
16351;;;;;; (18787 48923)) 15465;;;;;; (18785 31916))
16352;;; Generated autoloads from emulation/keypad.el 15466;;; Generated autoloads from emulation/keypad.el
16353 15467
16354(defvar keypad-setup nil "\ 15468(defvar keypad-setup nil "\
@@ -16404,7 +15518,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
16404;;;*** 15518;;;***
16405 15519
16406;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 15520;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
16407;;;;;; (18787 48928)) 15521;;;;;; (18785 31981))
16408;;; Generated autoloads from international/kinsoku.el 15522;;; Generated autoloads from international/kinsoku.el
16409 15523
16410(autoload 'kinsoku "kinsoku" "\ 15524(autoload 'kinsoku "kinsoku" "\
@@ -16425,8 +15539,8 @@ the context of text formatting.
16425 15539
16426;;;*** 15540;;;***
16427 15541
16428;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (18787 15542;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (18785
16429;;;;;; 48928)) 15543;;;;;; 31981))
16430;;; Generated autoloads from international/kkc.el 15544;;; Generated autoloads from international/kkc.el
16431 15545
16432(defvar kkc-after-update-conversion-functions nil "\ 15546(defvar kkc-after-update-conversion-functions nil "\
@@ -16451,7 +15565,7 @@ and the return value is the length of the conversion.
16451;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 15565;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
16452;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 15566;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16453;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) 15567;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
16454;;;;;; "kmacro" "kmacro.el" (18791 16510)) 15568;;;;;; "kmacro" "kmacro.el" (18790 54820))
16455;;; Generated autoloads from kmacro.el 15569;;; Generated autoloads from kmacro.el
16456 (global-set-key "\C-x(" 'kmacro-start-macro) 15570 (global-set-key "\C-x(" 'kmacro-start-macro)
16457 (global-set-key "\C-x)" 'kmacro-end-macro) 15571 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -16562,7 +15676,7 @@ If kbd macro currently being defined end it before activating it.
16562;;;*** 15676;;;***
16563 15677
16564;;;### (autoloads (setup-korean-environment-internal) "korea-util" 15678;;;### (autoloads (setup-korean-environment-internal) "korea-util"
16565;;;;;; "language/korea-util.el" (19002 15344)) 15679;;;;;; "language/korea-util.el" (19017 29604))
16566;;; Generated autoloads from language/korea-util.el 15680;;; Generated autoloads from language/korea-util.el
16567 15681
16568(defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ 15682(defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\
@@ -16577,7 +15691,7 @@ Not documented
16577;;;*** 15691;;;***
16578 15692
16579;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 15693;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
16580;;;;;; (18787 48933)) 15694;;;;;; (19104 47795))
16581;;; Generated autoloads from play/landmark.el 15695;;; Generated autoloads from play/landmark.el
16582 15696
16583(defalias 'landmark-repeat 'lm-test-run) 15697(defalias 'landmark-repeat 'lm-test-run)
@@ -16611,7 +15725,7 @@ Use \\[describe-mode] for more info.
16611 15725
16612;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string 15726;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
16613;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) 15727;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
16614;;;;;; "lao-util" "language/lao-util.el" (18787 48929)) 15728;;;;;; "lao-util" "language/lao-util.el" (18785 31988))
16615;;; Generated autoloads from language/lao-util.el 15729;;; Generated autoloads from language/lao-util.el
16616 15730
16617(autoload 'lao-compose-string "lao-util" "\ 15731(autoload 'lao-compose-string "lao-util" "\
@@ -16650,7 +15764,7 @@ Not documented
16650 15764
16651;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 15765;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
16652;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 15766;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
16653;;;;;; "latexenc" "international/latexenc.el" (18787 48928)) 15767;;;;;; "latexenc" "international/latexenc.el" (18785 31981))
16654;;; Generated autoloads from international/latexenc.el 15768;;; Generated autoloads from international/latexenc.el
16655 15769
16656(defvar latex-inputenc-coding-alist '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8)) "\ 15770(defvar latex-inputenc-coding-alist '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8)) "\
@@ -16682,7 +15796,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
16682;;;*** 15796;;;***
16683 15797
16684;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 15798;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
16685;;;;;; "latin1-disp" "international/latin1-disp.el" (18787 48928)) 15799;;;;;; "latin1-disp" "international/latin1-disp.el" (18785 31982))
16686;;; Generated autoloads from international/latin1-disp.el 15800;;; Generated autoloads from international/latin1-disp.el
16687 15801
16688(defvar latin1-display nil "\ 15802(defvar latin1-display nil "\
@@ -16724,7 +15838,7 @@ use either \\[customize] or the function `latin1-display'.")
16724;;;*** 15838;;;***
16725 15839
16726;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 15840;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
16727;;;;;; (18787 48934)) 15841;;;;;; (18785 32063))
16728;;; Generated autoloads from progmodes/ld-script.el 15842;;; Generated autoloads from progmodes/ld-script.el
16729 15843
16730(add-to-list 'auto-mode-alist '("\\.ld[si]?\\>" . ld-script-mode)) 15844(add-to-list 'auto-mode-alist '("\\.ld[si]?\\>" . ld-script-mode))
@@ -16739,7 +15853,7 @@ A major mode to edit GNU ld script files
16739;;;*** 15853;;;***
16740 15854
16741;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 15855;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
16742;;;;;; (18787 48916)) 15856;;;;;; (18785 31808))
16743;;; Generated autoloads from ledit.el 15857;;; Generated autoloads from ledit.el
16744 15858
16745(defconst ledit-save-files t "\ 15859(defconst ledit-save-files t "\
@@ -16774,7 +15888,7 @@ Not documented
16774 15888
16775;;;*** 15889;;;***
16776 15890
16777;;;### (autoloads (life) "life" "play/life.el" (18787 48933)) 15891;;;### (autoloads (life) "life" "play/life.el" (18785 32030))
16778;;; Generated autoloads from play/life.el 15892;;; Generated autoloads from play/life.el
16779 15893
16780(autoload 'life "life" "\ 15894(autoload 'life "life" "\
@@ -16788,7 +15902,7 @@ generations (this defaults to 1).
16788;;;*** 15902;;;***
16789 15903
16790;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum" 15904;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum"
16791;;;;;; "linum.el" (18803 15399)) 15905;;;;;; "linum.el" (19128 5383))
16792;;; Generated autoloads from linum.el 15906;;; Generated autoloads from linum.el
16793 15907
16794(defvar linum-format 'dynamic "\ 15908(defvar linum-format 'dynamic "\
@@ -16824,8 +15938,8 @@ See `linum-mode' for more information on Linum mode.
16824 15938
16825;;;*** 15939;;;***
16826 15940
16827;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (18787 15941;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (18785
16828;;;;;; 48916)) 15942;;;;;; 31809))
16829;;; Generated autoloads from loadhist.el 15943;;; Generated autoloads from loadhist.el
16830 15944
16831(autoload 'unload-feature "loadhist" "\ 15945(autoload 'unload-feature "loadhist" "\
@@ -16857,7 +15971,7 @@ something strange, such as redefining an Emacs function.
16857;;;*** 15971;;;***
16858 15972
16859;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 15973;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
16860;;;;;; "locate" "locate.el" (18787 48916)) 15974;;;;;; "locate" "locate.el" (19113 50867))
16861;;; Generated autoloads from locate.el 15975;;; Generated autoloads from locate.el
16862 15976
16863(defvar locate-ls-subdir-switches "-al" "\ 15977(defvar locate-ls-subdir-switches "-al" "\
@@ -16908,7 +16022,7 @@ except that FILTER is not optional.
16908 16022
16909;;;*** 16023;;;***
16910 16024
16911;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (18787 48916)) 16025;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (19137 28300))
16912;;; Generated autoloads from log-edit.el 16026;;; Generated autoloads from log-edit.el
16913 16027
16914(autoload 'log-edit "log-edit" "\ 16028(autoload 'log-edit "log-edit" "\
@@ -16934,8 +16048,8 @@ uses the current buffer.
16934 16048
16935;;;*** 16049;;;***
16936 16050
16937;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (18906 16051;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (19137
16938;;;;;; 45083)) 16052;;;;;; 28300))
16939;;; Generated autoloads from log-view.el 16053;;; Generated autoloads from log-view.el
16940 16054
16941(autoload 'log-view-mode "log-view" "\ 16055(autoload 'log-view-mode "log-view" "\
@@ -16945,8 +16059,8 @@ Major mode for browsing CVS log output.
16945 16059
16946;;;*** 16060;;;***
16947 16061
16948;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (18787 16062;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (18785
16949;;;;;; 48916)) 16063;;;;;; 31810))
16950;;; Generated autoloads from longlines.el 16064;;; Generated autoloads from longlines.el
16951 16065
16952(autoload 'longlines-mode "longlines" "\ 16066(autoload 'longlines-mode "longlines" "\
@@ -16967,15 +16081,15 @@ are indicated with a symbol.
16967;;;*** 16081;;;***
16968 16082
16969;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 16083;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16970;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (18787 16084;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19088
16971;;;;;; 48916)) 16085;;;;;; 27216))
16972;;; Generated autoloads from lpr.el 16086;;; Generated autoloads from lpr.el
16973 16087
16974(defvar lpr-windows-system (memq system-type '(emx win32 w32 mswindows ms-dos windows-nt))) 16088(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)))
16975 16089
16976(defvar lpr-lp-system (memq system-type '(usg-unix-v hpux irix))) 16090(defvar lpr-lp-system (memq system-type '(usg-unix-v hpux irix)))
16977 16091
16978(defvar printer-name (and (memq system-type '(emx ms-dos)) "PRN") "\ 16092(defvar printer-name (and (eq system-type 'ms-dos) "PRN") "\
16979The name of a local printer to which data is sent for printing. 16093The name of a local printer to which data is sent for printing.
16980\(Note that PostScript files are sent to `ps-printer-name', which see.) 16094\(Note that PostScript files are sent to `ps-printer-name', which see.)
16981 16095
@@ -17062,7 +16176,7 @@ for further customization of the printer command.
17062;;;*** 16176;;;***
17063 16177
17064;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 16178;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
17065;;;;;; (18893 13105)) 16179;;;;;; (19088 27216))
17066;;; Generated autoloads from ls-lisp.el 16180;;; Generated autoloads from ls-lisp.el
17067 16181
17068(defvar ls-lisp-support-shell-wildcards t "\ 16182(defvar ls-lisp-support-shell-wildcards t "\
@@ -17073,8 +16187,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
17073 16187
17074;;;*** 16188;;;***
17075 16189
17076;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (18794 16190;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19088
17077;;;;;; 5654)) 16191;;;;;; 19166))
17078;;; Generated autoloads from calendar/lunar.el 16192;;; Generated autoloads from calendar/lunar.el
17079 16193
17080(autoload 'lunar-phases "lunar" "\ 16194(autoload 'lunar-phases "lunar" "\
@@ -17088,8 +16202,8 @@ This function is suitable for execution in a .emacs file.
17088 16202
17089;;;*** 16203;;;***
17090 16204
17091;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (18787 16205;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (18785
17092;;;;;; 48934)) 16206;;;;;; 32063))
17093;;; Generated autoloads from progmodes/m4-mode.el 16207;;; Generated autoloads from progmodes/m4-mode.el
17094 16208
17095(autoload 'm4-mode "m4-mode" "\ 16209(autoload 'm4-mode "m4-mode" "\
@@ -17101,7 +16215,7 @@ A major mode to edit m4 macro files.
17101;;;*** 16215;;;***
17102 16216
17103;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" 16217;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
17104;;;;;; (18787 48922)) 16218;;;;;; (18785 31906))
17105;;; Generated autoloads from emacs-lisp/macroexp.el 16219;;; Generated autoloads from emacs-lisp/macroexp.el
17106 16220
17107(autoload 'macroexpand-all "macroexp" "\ 16221(autoload 'macroexpand-all "macroexp" "\
@@ -17115,7 +16229,7 @@ definitions to shadow the loaded ones for use in file byte-compilation.
17115;;;*** 16229;;;***
17116 16230
17117;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 16231;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
17118;;;;;; name-last-kbd-macro) "macros" "macros.el" (18787 48916)) 16232;;;;;; name-last-kbd-macro) "macros" "macros.el" (18785 31811))
17119;;; Generated autoloads from macros.el 16233;;; Generated autoloads from macros.el
17120 16234
17121(autoload 'name-last-kbd-macro "macros" "\ 16235(autoload 'name-last-kbd-macro "macros" "\
@@ -17204,7 +16318,7 @@ and then select the region of un-tablified names and use
17204;;;*** 16318;;;***
17205 16319
17206;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 16320;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
17207;;;;;; "mail/mail-extr.el" (18787 48929)) 16321;;;;;; "mail/mail-extr.el" (18785 31992))
17208;;; Generated autoloads from mail/mail-extr.el 16322;;; Generated autoloads from mail/mail-extr.el
17209 16323
17210(autoload 'mail-extract-address-components "mail-extr" "\ 16324(autoload 'mail-extract-address-components "mail-extr" "\
@@ -17236,7 +16350,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
17236 16350
17237;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 16351;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
17238;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 16352;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
17239;;;;;; (18787 48929)) 16353;;;;;; (18785 31992))
17240;;; Generated autoloads from mail/mail-hist.el 16354;;; Generated autoloads from mail/mail-hist.el
17241 16355
17242(autoload 'mail-hist-define-keys "mail-hist" "\ 16356(autoload 'mail-hist-define-keys "mail-hist" "\
@@ -17268,7 +16382,7 @@ This function normally would be called when the message is sent.
17268;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 16382;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
17269;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable 16383;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable
17270;;;;;; mail-file-babyl-p mail-use-rfc822) "mail-utils" "mail/mail-utils.el" 16384;;;;;; mail-file-babyl-p mail-use-rfc822) "mail-utils" "mail/mail-utils.el"
17271;;;;;; (18844 39826)) 16385;;;;;; (18843 36854))
17272;;; Generated autoloads from mail/mail-utils.el 16386;;; Generated autoloads from mail/mail-utils.el
17273 16387
17274(defvar mail-use-rfc822 nil "\ 16388(defvar mail-use-rfc822 nil "\
@@ -17328,8 +16442,8 @@ matches may be returned from the message body.
17328;;;*** 16442;;;***
17329 16443
17330;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup 16444;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
17331;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (18873 16445;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (18872
17332;;;;;; 47506)) 16446;;;;;; 43631))
17333;;; Generated autoloads from mail/mailabbrev.el 16447;;; Generated autoloads from mail/mailabbrev.el
17334 16448
17335(defvar mail-abbrevs-mode nil "\ 16449(defvar mail-abbrevs-mode nil "\
@@ -17371,8 +16485,8 @@ double-quotes.
17371;;;*** 16485;;;***
17372 16486
17373;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases 16487;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
17374;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (18876 16488;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (19094
17375;;;;;; 22343)) 16489;;;;;; 53576))
17376;;; Generated autoloads from mail/mailalias.el 16490;;; Generated autoloads from mail/mailalias.el
17377 16491
17378(defvar mail-complete-style 'angles "\ 16492(defvar mail-complete-style 'angles "\
@@ -17418,7 +16532,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any.
17418;;;*** 16532;;;***
17419 16533
17420;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 16534;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
17421;;;;;; (18853 19461)) 16535;;;;;; (19045 17981))
17422;;; Generated autoloads from mail/mailclient.el 16536;;; Generated autoloads from mail/mailclient.el
17423 16537
17424(autoload 'mailclient-send-it "mailclient" "\ 16538(autoload 'mailclient-send-it "mailclient" "\
@@ -17432,7 +16546,7 @@ The mail client is taken to be the handler of mailto URLs.
17432 16546
17433;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 16547;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
17434;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 16548;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
17435;;;;;; "make-mode" "progmodes/make-mode.el" (18787 48934)) 16549;;;;;; "make-mode" "progmodes/make-mode.el" (19100 52261))
17436;;; Generated autoloads from progmodes/make-mode.el 16550;;; Generated autoloads from progmodes/make-mode.el
17437 16551
17438(autoload 'makefile-mode "make-mode" "\ 16552(autoload 'makefile-mode "make-mode" "\
@@ -17549,8 +16663,8 @@ An adapted `makefile-mode' that knows about imake.
17549 16663
17550;;;*** 16664;;;***
17551 16665
17552;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (18787 16666;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (18785
17553;;;;;; 48916)) 16667;;;;;; 31812))
17554;;; Generated autoloads from makesum.el 16668;;; Generated autoloads from makesum.el
17555 16669
17556(autoload 'make-command-summary "makesum" "\ 16670(autoload 'make-command-summary "makesum" "\
@@ -17561,7 +16675,7 @@ Previous contents of that buffer are killed first.
17561 16675
17562;;;*** 16676;;;***
17563 16677
17564;;;### (autoloads (man-follow man) "man" "man.el" (18871 14695)) 16678;;;### (autoloads (man-follow man) "man" "man.el" (19103 26692))
17565;;; Generated autoloads from man.el 16679;;; Generated autoloads from man.el
17566 16680
17567(defalias 'manual-entry 'man) 16681(defalias 'manual-entry 'man)
@@ -17588,7 +16702,7 @@ Get a Un*x manual page of the item under point and put it in a buffer.
17588 16702
17589;;;*** 16703;;;***
17590 16704
17591;;;### (autoloads (master-mode) "master" "master.el" (18787 48916)) 16705;;;### (autoloads (master-mode) "master" "master.el" (18785 31812))
17592;;; Generated autoloads from master.el 16706;;; Generated autoloads from master.el
17593 16707
17594(autoload 'master-mode "master" "\ 16708(autoload 'master-mode "master" "\
@@ -17611,7 +16725,7 @@ yourself the value of `master-of' by calling `master-show-slave'.
17611;;;*** 16725;;;***
17612 16726
17613;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" 16727;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el"
17614;;;;;; (18787 48916)) 16728;;;;;; (18785 31812))
17615;;; Generated autoloads from mb-depth.el 16729;;; Generated autoloads from mb-depth.el
17616 16730
17617(defvar minibuffer-depth-indicate-mode nil "\ 16731(defvar minibuffer-depth-indicate-mode nil "\
@@ -17636,7 +16750,7 @@ Returns non-nil if the new state is enabled.
17636 16750
17637;;;*** 16751;;;***
17638 16752
17639;;;### (autoloads nil "menu-bar" "menu-bar.el" (18863 60800)) 16753;;;### (autoloads nil "menu-bar" "menu-bar.el" (19137 28300))
17640;;; Generated autoloads from menu-bar.el 16754;;; Generated autoloads from menu-bar.el
17641 16755
17642(put 'menu-bar-mode 'standard-value '(t)) 16756(put 'menu-bar-mode 'standard-value '(t))
@@ -17649,7 +16763,7 @@ Returns non-nil if the new state is enabled.
17649;;;;;; message-forward-make-body message-forward message-recover 16763;;;;;; message-forward-make-body message-forward message-recover
17650;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 16764;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
17651;;;;;; message-reply message-news message-mail message-mode) "message" 16765;;;;;; message-reply message-news message-mail message-mode) "message"
17652;;;;;; "gnus/message.el" (18844 39826)) 16766;;;;;; "gnus/message.el" (19130 46641))
17653;;; Generated autoloads from gnus/message.el 16767;;; Generated autoloads from gnus/message.el
17654 16768
17655(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 16769(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -17815,7 +16929,7 @@ which specify the range to operate on.
17815;;;*** 16929;;;***
17816 16930
17817;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 16931;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
17818;;;;;; (18787 48934)) 16932;;;;;; (18785 32065))
17819;;; Generated autoloads from progmodes/meta-mode.el 16933;;; Generated autoloads from progmodes/meta-mode.el
17820 16934
17821(autoload 'metafont-mode "meta-mode" "\ 16935(autoload 'metafont-mode "meta-mode" "\
@@ -17842,7 +16956,7 @@ Turning on MetaPost mode calls the value of the variable
17842 16956
17843;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 16957;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
17844;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 16958;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
17845;;;;;; (18829 2708)) 16959;;;;;; (18828 64032))
17846;;; Generated autoloads from mail/metamail.el 16960;;; Generated autoloads from mail/metamail.el
17847 16961
17848(autoload 'metamail-interpret-header "metamail" "\ 16962(autoload 'metamail-interpret-header "metamail" "\
@@ -17887,7 +17001,7 @@ redisplayed as output is inserted.
17887 17001
17888;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 17002;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
17889;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 17003;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
17890;;;;;; "mh-e/mh-comp.el" (18813 56068)) 17004;;;;;; "mh-e/mh-comp.el" (19095 23359))
17891;;; Generated autoloads from mh-e/mh-comp.el 17005;;; Generated autoloads from mh-e/mh-comp.el
17892 17006
17893(autoload 'mh-smail "mh-comp" "\ 17007(autoload 'mh-smail "mh-comp" "\
@@ -17977,7 +17091,7 @@ delete the draft message.
17977 17091
17978;;;*** 17092;;;***
17979 17093
17980;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (18995 59134)) 17094;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (18995 56648))
17981;;; Generated autoloads from mh-e/mh-e.el 17095;;; Generated autoloads from mh-e/mh-e.el
17982 17096
17983(put 'mh-progs 'risky-local-variable t) 17097(put 'mh-progs 'risky-local-variable t)
@@ -17994,7 +17108,7 @@ Display version information about MH-E and the MH mail handling system.
17994;;;*** 17108;;;***
17995 17109
17996;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 17110;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
17997;;;;;; "mh-e/mh-folder.el" (18813 56068)) 17111;;;;;; "mh-e/mh-folder.el" (19096 3518))
17998;;; Generated autoloads from mh-e/mh-folder.el 17112;;; Generated autoloads from mh-e/mh-folder.el
17999 17113
18000(autoload 'mh-rmail "mh-folder" "\ 17114(autoload 'mh-rmail "mh-folder" "\
@@ -18076,7 +17190,7 @@ perform the operation on all messages in that region.
18076;;;*** 17190;;;***
18077 17191
18078;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 17192;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
18079;;;;;; "midnight.el" (18875 4271)) 17193;;;;;; "midnight.el" (18874 46954))
18080;;; Generated autoloads from midnight.el 17194;;; Generated autoloads from midnight.el
18081 17195
18082(autoload 'clean-buffer-list "midnight" "\ 17196(autoload 'clean-buffer-list "midnight" "\
@@ -18103,7 +17217,7 @@ to its second argument TM.
18103;;;*** 17217;;;***
18104 17218
18105;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 17219;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
18106;;;;;; "minibuf-eldef.el" (18787 48916)) 17220;;;;;; "minibuf-eldef.el" (18785 31813))
18107;;; Generated autoloads from minibuf-eldef.el 17221;;; Generated autoloads from minibuf-eldef.el
18108 17222
18109(defvar minibuffer-electric-default-mode nil "\ 17223(defvar minibuffer-electric-default-mode nil "\
@@ -18130,7 +17244,7 @@ Returns non-nil if the new state is enabled.
18130 17244
18131;;;*** 17245;;;***
18132 17246
18133;;;### (autoloads (butterfly) "misc" "misc.el" (18787 48917)) 17247;;;### (autoloads (butterfly) "misc" "misc.el" (18785 31814))
18134;;; Generated autoloads from misc.el 17248;;; Generated autoloads from misc.el
18135 17249
18136(autoload 'butterfly "misc" "\ 17250(autoload 'butterfly "misc" "\
@@ -18149,7 +17263,7 @@ variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'.
18149 17263
18150;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files 17264;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
18151;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) 17265;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
18152;;;;;; "misearch" "misearch.el" (18787 48917)) 17266;;;;;; "misearch" "misearch.el" (18785 31814))
18153;;; Generated autoloads from misearch.el 17267;;; Generated autoloads from misearch.el
18154 (add-hook 'isearch-mode-hook 'multi-isearch-setup) 17268 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
18155 17269
@@ -18213,7 +17327,7 @@ Start multi-buffer regexp Isearch on a list of FILES.
18213;;;*** 17327;;;***
18214 17328
18215;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 17329;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
18216;;;;;; (18787 48935)) 17330;;;;;; (19091 22286))
18217;;; Generated autoloads from progmodes/mixal-mode.el 17331;;; Generated autoloads from progmodes/mixal-mode.el
18218 17332
18219(autoload 'mixal-mode "mixal-mode" "\ 17333(autoload 'mixal-mode "mixal-mode" "\
@@ -18227,7 +17341,7 @@ Major mode for the mixal asm language.
18227;;;*** 17341;;;***
18228 17342
18229;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 17343;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
18230;;;;;; "mm-extern" "gnus/mm-extern.el" (18787 48926)) 17344;;;;;; "mm-extern" "gnus/mm-extern.el" (18785 31968))
18231;;; Generated autoloads from gnus/mm-extern.el 17345;;; Generated autoloads from gnus/mm-extern.el
18232 17346
18233(autoload 'mm-extern-cache-contents "mm-extern" "\ 17347(autoload 'mm-extern-cache-contents "mm-extern" "\
@@ -18246,7 +17360,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18246;;;*** 17360;;;***
18247 17361
18248;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 17362;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
18249;;;;;; (18787 48926)) 17363;;;;;; (18785 31968))
18250;;; Generated autoloads from gnus/mm-partial.el 17364;;; Generated autoloads from gnus/mm-partial.el
18251 17365
18252(autoload 'mm-inline-partial "mm-partial" "\ 17366(autoload 'mm-inline-partial "mm-partial" "\
@@ -18260,7 +17374,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18260;;;*** 17374;;;***
18261 17375
18262;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 17376;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
18263;;;;;; "mm-url" "gnus/mm-url.el" (18791 16521)) 17377;;;;;; "mm-url" "gnus/mm-url.el" (18790 48672))
18264;;; Generated autoloads from gnus/mm-url.el 17378;;; Generated autoloads from gnus/mm-url.el
18265 17379
18266(autoload 'mm-url-insert-file-contents "mm-url" "\ 17380(autoload 'mm-url-insert-file-contents "mm-url" "\
@@ -18277,7 +17391,7 @@ Insert file contents of URL using `mm-url-program'.
18277;;;*** 17391;;;***
18278 17392
18279;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 17393;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
18280;;;;;; "gnus/mm-uu.el" (18787 48926)) 17394;;;;;; "gnus/mm-uu.el" (18785 31969))
18281;;; Generated autoloads from gnus/mm-uu.el 17395;;; Generated autoloads from gnus/mm-uu.el
18282 17396
18283(autoload 'mm-uu-dissect "mm-uu" "\ 17397(autoload 'mm-uu-dissect "mm-uu" "\
@@ -18297,7 +17411,7 @@ Assume text has been decoded if DECODED is non-nil.
18297;;;*** 17411;;;***
18298 17412
18299;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 17413;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
18300;;;;;; (18791 16522)) 17414;;;;;; (19137 28302))
18301;;; Generated autoloads from gnus/mml1991.el 17415;;; Generated autoloads from gnus/mml1991.el
18302 17416
18303(autoload 'mml1991-encrypt "mml1991" "\ 17417(autoload 'mml1991-encrypt "mml1991" "\
@@ -18314,7 +17428,7 @@ Not documented
18314 17428
18315;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 17429;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
18316;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 17430;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
18317;;;;;; "mml2015" "gnus/mml2015.el" (18787 48926)) 17431;;;;;; "mml2015" "gnus/mml2015.el" (19137 28302))
18318;;; Generated autoloads from gnus/mml2015.el 17432;;; Generated autoloads from gnus/mml2015.el
18319 17433
18320(autoload 'mml2015-decrypt "mml2015" "\ 17434(autoload 'mml2015-decrypt "mml2015" "\
@@ -18355,7 +17469,7 @@ Not documented
18355;;;*** 17469;;;***
18356 17470
18357;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" 17471;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
18358;;;;;; (18430 59248)) 17472;;;;;; (18430 8160))
18359;;; Generated autoloads from progmodes/modula2.el 17473;;; Generated autoloads from progmodes/modula2.el
18360 17474
18361(autoload 'modula-2-mode "modula2" "\ 17475(autoload 'modula-2-mode "modula2" "\
@@ -18387,7 +17501,7 @@ followed by the first character of the construct.
18387;;;*** 17501;;;***
18388 17502
18389;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 17503;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
18390;;;;;; (18787 48933)) 17504;;;;;; (18785 32030))
18391;;; Generated autoloads from play/morse.el 17505;;; Generated autoloads from play/morse.el
18392 17506
18393(autoload 'morse-region "morse" "\ 17507(autoload 'morse-region "morse" "\
@@ -18403,7 +17517,7 @@ Convert morse coded text in region to ordinary ASCII text.
18403;;;*** 17517;;;***
18404 17518
18405;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" 17519;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag"
18406;;;;;; "mouse-drag.el" (18787 48917)) 17520;;;;;; "mouse-drag.el" (18785 31815))
18407;;; Generated autoloads from mouse-drag.el 17521;;; Generated autoloads from mouse-drag.el
18408 17522
18409(autoload 'mouse-drag-throw "mouse-drag" "\ 17523(autoload 'mouse-drag-throw "mouse-drag" "\
@@ -18450,8 +17564,8 @@ To test this function, evaluate:
18450 17564
18451;;;*** 17565;;;***
18452 17566
18453;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (18787 17567;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (18785
18454;;;;;; 48917)) 17568;;;;;; 31815))
18455;;; Generated autoloads from mouse-sel.el 17569;;; Generated autoloads from mouse-sel.el
18456 17570
18457(defvar mouse-sel-mode nil "\ 17571(defvar mouse-sel-mode nil "\
@@ -18503,7 +17617,7 @@ primary selection and region.
18503 17617
18504;;;*** 17618;;;***
18505 17619
18506;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (18791 16529)) 17620;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19104 47795))
18507;;; Generated autoloads from play/mpuz.el 17621;;; Generated autoloads from play/mpuz.el
18508 17622
18509(autoload 'mpuz "mpuz" "\ 17623(autoload 'mpuz "mpuz" "\
@@ -18513,7 +17627,7 @@ Multiplication puzzle with GNU Emacs.
18513 17627
18514;;;*** 17628;;;***
18515 17629
18516;;;### (autoloads (msb-mode) "msb" "msb.el" (18787 48917)) 17630;;;### (autoloads (msb-mode) "msb" "msb.el" (18785 31816))
18517;;; Generated autoloads from msb.el 17631;;; Generated autoloads from msb.el
18518 17632
18519(defvar msb-mode nil "\ 17633(defvar msb-mode nil "\
@@ -18540,7 +17654,7 @@ different buffer menu using the function `msb'.
18540;;;;;; describe-current-coding-system describe-current-coding-system-briefly 17654;;;;;; describe-current-coding-system describe-current-coding-system-briefly
18541;;;;;; describe-coding-system describe-character-set list-charset-chars 17655;;;;;; describe-coding-system describe-character-set list-charset-chars
18542;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 17656;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
18543;;;;;; (19000 65520)) 17657;;;;;; (19103 26694))
18544;;; Generated autoloads from international/mule-diag.el 17658;;; Generated autoloads from international/mule-diag.el
18545 17659
18546(autoload 'list-character-sets "mule-diag" "\ 17660(autoload 'list-character-sets "mule-diag" "\
@@ -18600,8 +17714,8 @@ in place of `..':
18600 eol-type of `process-coding-system' for read (of the current buffer, if any) 17714 eol-type of `process-coding-system' for read (of the current buffer, if any)
18601 `process-coding-system' for write (of the current buffer, if any) 17715 `process-coding-system' for write (of the current buffer, if any)
18602 eol-type of `process-coding-system' for write (of the current buffer, if any) 17716 eol-type of `process-coding-system' for write (of the current buffer, if any)
18603 `default-buffer-file-coding-system' 17717 default `buffer-file-coding-system'
18604 eol-type of `default-buffer-file-coding-system' 17718 eol-type of default `buffer-file-coding-system'
18605 `default-process-coding-system' for read 17719 `default-process-coding-system' for read
18606 eol-type of `default-process-coding-system' for read 17720 eol-type of `default-process-coding-system' for read
18607 `default-process-coding-system' for write 17721 `default-process-coding-system' for write
@@ -18677,7 +17791,7 @@ The default is 20. If LIMIT is negative, do not limit the listing.
18677;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 17791;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
18678;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 17792;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
18679;;;;;; truncate-string-to-width store-substring string-to-sequence) 17793;;;;;; truncate-string-to-width store-substring string-to-sequence)
18680;;;;;; "mule-util" "international/mule-util.el" (18787 48928)) 17794;;;;;; "mule-util" "international/mule-util.el" (18785 31982))
18681;;; Generated autoloads from international/mule-util.el 17795;;; Generated autoloads from international/mule-util.el
18682 17796
18683(autoload 'string-to-sequence "mule-util" "\ 17797(autoload 'string-to-sequence "mule-util" "\
@@ -18813,78 +17927,50 @@ per-character basis, this may not be accurate.
18813 17927
18814;;;*** 17928;;;***
18815 17929
18816;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
18817;;;;;; (18787 48917))
18818;;; Generated autoloads from mwheel.el
18819
18820(defvar mouse-wheel-mode nil "\
18821Non-nil if Mouse-Wheel mode is enabled.
18822See the command `mouse-wheel-mode' for a description of this minor mode.
18823Setting this variable directly does not take effect;
18824either customize it (see the info node `Easy Customization')
18825or call the function `mouse-wheel-mode'.")
18826
18827(custom-autoload 'mouse-wheel-mode "mwheel" nil)
18828
18829(autoload 'mouse-wheel-mode "mwheel" "\
18830Toggle mouse wheel support.
18831With prefix argument ARG, turn on if positive, otherwise off.
18832Return non-nil if the new state is enabled.
18833
18834\(fn &optional ARG)" t nil)
18835
18836(autoload 'mwheel-install "mwheel" "\
18837Enable mouse wheel support.
18838
18839\(fn &optional UNINSTALL)" nil nil)
18840
18841;;;***
18842
18843;;;### (autoloads (network-connection network-connection-to-service 17930;;;### (autoloads (network-connection network-connection-to-service
18844;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 17931;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
18845;;;;;; nslookup nslookup-host route arp netstat iwconfig ifconfig 17932;;;;;; nslookup nslookup-host ping traceroute route arp netstat
18846;;;;;; ping traceroute) "net-utils" "net/net-utils.el" (18787 48930)) 17933;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19130
17934;;;;;; 52560))
18847;;; Generated autoloads from net/net-utils.el 17935;;; Generated autoloads from net/net-utils.el
18848 17936
18849(autoload 'traceroute "net-utils" "\
18850Run traceroute program for TARGET.
18851
18852\(fn TARGET)" t nil)
18853
18854(autoload 'ping "net-utils" "\
18855Ping HOST.
18856If your system's ping continues until interrupted, you can try setting
18857`ping-program-options'.
18858
18859\(fn HOST)" t nil)
18860
18861(autoload 'ifconfig "net-utils" "\ 17937(autoload 'ifconfig "net-utils" "\
18862Run ifconfig program. 17938Run ifconfig and display diagnostic output.
18863 17939
18864\(fn)" t nil) 17940\(fn)" t nil)
18865 17941
18866(defalias 'ipconfig 'ifconfig)
18867
18868(autoload 'iwconfig "net-utils" "\ 17942(autoload 'iwconfig "net-utils" "\
18869Run iwconfig program. 17943Run iwconfig and display diagnostic output.
18870 17944
18871\(fn)" t nil) 17945\(fn)" t nil)
18872 17946
18873(autoload 'netstat "net-utils" "\ 17947(autoload 'netstat "net-utils" "\
18874Run netstat program. 17948Run netstat and display diagnostic output.
18875 17949
18876\(fn)" t nil) 17950\(fn)" t nil)
18877 17951
18878(autoload 'arp "net-utils" "\ 17952(autoload 'arp "net-utils" "\
18879Run arp program. 17953Run arp and display diagnostic output.
18880 17954
18881\(fn)" t nil) 17955\(fn)" t nil)
18882 17956
18883(autoload 'route "net-utils" "\ 17957(autoload 'route "net-utils" "\
18884Run route program. 17958Run route and display diagnostic output.
18885 17959
18886\(fn)" t nil) 17960\(fn)" t nil)
18887 17961
17962(autoload 'traceroute "net-utils" "\
17963Run traceroute program for TARGET.
17964
17965\(fn TARGET)" t nil)
17966
17967(autoload 'ping "net-utils" "\
17968Ping HOST.
17969If your system's ping continues until interrupted, you can try setting
17970`ping-program-options'.
17971
17972\(fn HOST)" t nil)
17973
18888(autoload 'nslookup-host "net-utils" "\ 17974(autoload 'nslookup-host "net-utils" "\
18889Lookup the DNS information for HOST. 17975Lookup the DNS information for HOST.
18890 17976
@@ -18944,7 +18030,7 @@ Open a network connection to HOST on PORT.
18944;;;;;; uncomment-region comment-kill comment-set-column comment-indent 18030;;;;;; uncomment-region comment-kill comment-set-column comment-indent
18945;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 18031;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
18946;;;;;; comment-padding comment-style comment-column) "newcomment" 18032;;;;;; comment-padding comment-style comment-column) "newcomment"
18947;;;;;; "newcomment.el" (18971 24136)) 18033;;;;;; "newcomment.el" (18971 24340))
18948;;; Generated autoloads from newcomment.el 18034;;; Generated autoloads from newcomment.el
18949 18035
18950(defalias 'indent-for-comment 'comment-indent) 18036(defalias 'indent-for-comment 'comment-indent)
@@ -19144,7 +18230,7 @@ unless optional argument SOFT is non-nil.
19144;;;*** 18230;;;***
19145 18231
19146;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" 18232;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend"
19147;;;;;; "net/newst-backend.el" (18810 5074)) 18233;;;;;; "net/newst-backend.el" (19123 12729))
19148;;; Generated autoloads from net/newst-backend.el 18234;;; Generated autoloads from net/newst-backend.el
19149 18235
19150(autoload 'newsticker-running-p "newst-backend" "\ 18236(autoload 'newsticker-running-p "newst-backend" "\
@@ -19166,7 +18252,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
19166;;;*** 18252;;;***
19167 18253
19168;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" 18254;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
19169;;;;;; (18787 48930)) 18255;;;;;; (18785 32006))
19170;;; Generated autoloads from net/newst-plainview.el 18256;;; Generated autoloads from net/newst-plainview.el
19171 18257
19172(autoload 'newsticker-plainview "newst-plainview" "\ 18258(autoload 'newsticker-plainview "newst-plainview" "\
@@ -19177,7 +18263,7 @@ Start newsticker plainview.
19177;;;*** 18263;;;***
19178 18264
19179;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" 18265;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el"
19180;;;;;; (18787 48930)) 18266;;;;;; (18785 32006))
19181;;; Generated autoloads from net/newst-reader.el 18267;;; Generated autoloads from net/newst-reader.el
19182 18268
19183(autoload 'newsticker-show-news "newst-reader" "\ 18269(autoload 'newsticker-show-news "newst-reader" "\
@@ -19188,7 +18274,7 @@ Start reading news. You may want to bind this to a key.
19188;;;*** 18274;;;***
19189 18275
19190;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) 18276;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p)
19191;;;;;; "newst-ticker" "net/newst-ticker.el" (18787 48930)) 18277;;;;;; "newst-ticker" "net/newst-ticker.el" (18785 32006))
19192;;; Generated autoloads from net/newst-ticker.el 18278;;; Generated autoloads from net/newst-ticker.el
19193 18279
19194(autoload 'newsticker-ticker-running-p "newst-ticker" "\ 18280(autoload 'newsticker-ticker-running-p "newst-ticker" "\
@@ -19209,7 +18295,7 @@ running already.
19209;;;*** 18295;;;***
19210 18296
19211;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" 18297;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
19212;;;;;; (18918 21796)) 18298;;;;;; (19086 46698))
19213;;; Generated autoloads from net/newst-treeview.el 18299;;; Generated autoloads from net/newst-treeview.el
19214 18300
19215(autoload 'newsticker-treeview "newst-treeview" "\ 18301(autoload 'newsticker-treeview "newst-treeview" "\
@@ -19220,7 +18306,7 @@ Start newsticker treeview.
19220;;;*** 18306;;;***
19221 18307
19222;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 18308;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
19223;;;;;; (18787 48926)) 18309;;;;;; (19123 14669))
19224;;; Generated autoloads from gnus/nndiary.el 18310;;; Generated autoloads from gnus/nndiary.el
19225 18311
19226(autoload 'nndiary-generate-nov-databases "nndiary" "\ 18312(autoload 'nndiary-generate-nov-databases "nndiary" "\
@@ -19230,8 +18316,8 @@ Generate NOV databases in all nndiary directories.
19230 18316
19231;;;*** 18317;;;***
19232 18318
19233;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (18787 18319;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (18785
19234;;;;;; 48926)) 18320;;;;;; 31971))
19235;;; Generated autoloads from gnus/nndoc.el 18321;;; Generated autoloads from gnus/nndoc.el
19236 18322
19237(autoload 'nndoc-add-type "nndoc" "\ 18323(autoload 'nndoc-add-type "nndoc" "\
@@ -19246,7 +18332,7 @@ symbol in the alist.
19246;;;*** 18332;;;***
19247 18333
19248;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 18334;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
19249;;;;;; (18797 59603)) 18335;;;;;; (18797 39294))
19250;;; Generated autoloads from gnus/nnfolder.el 18336;;; Generated autoloads from gnus/nnfolder.el
19251 18337
19252(autoload 'nnfolder-generate-active-file "nnfolder" "\ 18338(autoload 'nnfolder-generate-active-file "nnfolder" "\
@@ -19258,7 +18344,7 @@ This command does not work if you use short group names.
19258;;;*** 18344;;;***
19259 18345
19260;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 18346;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
19261;;;;;; (18787 48927)) 18347;;;;;; (18785 31973))
19262;;; Generated autoloads from gnus/nnkiboze.el 18348;;; Generated autoloads from gnus/nnkiboze.el
19263 18349
19264(autoload 'nnkiboze-generate-groups "nnkiboze" "\ 18350(autoload 'nnkiboze-generate-groups "nnkiboze" "\
@@ -19270,7 +18356,7 @@ Finds out what articles are to be part of the nnkiboze groups.
19270;;;*** 18356;;;***
19271 18357
19272;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 18358;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
19273;;;;;; (18787 48927)) 18359;;;;;; (18785 31974))
19274;;; Generated autoloads from gnus/nnml.el 18360;;; Generated autoloads from gnus/nnml.el
19275 18361
19276(autoload 'nnml-generate-nov-databases "nnml" "\ 18362(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -19281,7 +18367,7 @@ Generate NOV databases in all nnml directories.
19281;;;*** 18367;;;***
19282 18368
19283;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 18369;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
19284;;;;;; "nnsoup" "gnus/nnsoup.el" (18787 48927)) 18370;;;;;; "nnsoup" "gnus/nnsoup.el" (18785 31975))
19285;;; Generated autoloads from gnus/nnsoup.el 18371;;; Generated autoloads from gnus/nnsoup.el
19286 18372
19287(autoload 'nnsoup-pack-replies "nnsoup" "\ 18373(autoload 'nnsoup-pack-replies "nnsoup" "\
@@ -19302,7 +18388,7 @@ Revert posting and mailing methods to the standard Emacs methods.
19302;;;*** 18388;;;***
19303 18389
19304;;;### (autoloads (disable-command enable-command disabled-command-function) 18390;;;### (autoloads (disable-command enable-command disabled-command-function)
19305;;;;;; "novice" "novice.el" (18787 48917)) 18391;;;;;; "novice" "novice.el" (18785 31817))
19306;;; Generated autoloads from novice.el 18392;;; Generated autoloads from novice.el
19307 18393
19308(defvar disabled-command-function 'disabled-command-function "\ 18394(defvar disabled-command-function 'disabled-command-function "\
@@ -19335,7 +18421,7 @@ to future sessions.
19335;;;*** 18421;;;***
19336 18422
19337;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 18423;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
19338;;;;;; (18787 48936)) 18424;;;;;; (18785 32086))
19339;;; Generated autoloads from textmodes/nroff-mode.el 18425;;; Generated autoloads from textmodes/nroff-mode.el
19340 18426
19341(autoload 'nroff-mode "nroff-mode" "\ 18427(autoload 'nroff-mode "nroff-mode" "\
@@ -19350,7 +18436,7 @@ closing requests for requests that are used in matched pairs.
19350;;;*** 18436;;;***
19351 18437
19352;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" 18438;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
19353;;;;;; (18787 48931)) 18439;;;;;; (18785 32010))
19354;;; Generated autoloads from nxml/nxml-glyph.el 18440;;; Generated autoloads from nxml/nxml-glyph.el
19355 18441
19356(autoload 'nxml-glyph-display-string "nxml-glyph" "\ 18442(autoload 'nxml-glyph-display-string "nxml-glyph" "\
@@ -19362,8 +18448,8 @@ Return nil if the face cannot display a glyph for N.
19362 18448
19363;;;*** 18449;;;***
19364 18450
19365;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (18787 18451;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19137
19366;;;;;; 48931)) 18452;;;;;; 28302))
19367;;; Generated autoloads from nxml/nxml-mode.el 18453;;; Generated autoloads from nxml/nxml-mode.el
19368 18454
19369(autoload 'nxml-mode "nxml-mode" "\ 18455(autoload 'nxml-mode "nxml-mode" "\
@@ -19420,10 +18506,12 @@ Many aspects this mode can be customized using
19420 18506
19421\(fn)" t nil) 18507\(fn)" t nil)
19422 18508
18509(defalias 'xml-mode 'nxml-mode)
18510
19423;;;*** 18511;;;***
19424 18512
19425;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" 18513;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
19426;;;;;; "nxml/nxml-uchnm.el" (18787 48931)) 18514;;;;;; "nxml/nxml-uchnm.el" (18785 32012))
19427;;; Generated autoloads from nxml/nxml-uchnm.el 18515;;; Generated autoloads from nxml/nxml-uchnm.el
19428 18516
19429(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ 18517(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
@@ -19436,7 +18524,7 @@ the variable `nxml-enabled-unicode-blocks'.
19436;;;*** 18524;;;***
19437 18525
19438;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 18526;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
19439;;;;;; (18787 48935)) 18527;;;;;; (18785 32066))
19440;;; Generated autoloads from progmodes/octave-inf.el 18528;;; Generated autoloads from progmodes/octave-inf.el
19441 18529
19442(autoload 'inferior-octave "octave-inf" "\ 18530(autoload 'inferior-octave "octave-inf" "\
@@ -19459,7 +18547,7 @@ startup file, `~/.emacs-octave'.
19459;;;*** 18547;;;***
19460 18548
19461;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 18549;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
19462;;;;;; (18791 16532)) 18550;;;;;; (18790 53120))
19463;;; Generated autoloads from progmodes/octave-mod.el 18551;;; Generated autoloads from progmodes/octave-mod.el
19464 18552
19465(autoload 'octave-mode "octave-mod" "\ 18553(autoload 'octave-mode "octave-mod" "\
@@ -19549,12 +18637,12 @@ including a reproducible test case and send the message.
19549 18637
19550;;;*** 18638;;;***
19551 18639
19552;;;### (autoloads (org-customize org-require-autoloaded-modules org-cycle-agenda-files 18640;;;### (autoloads (org-customize org-reload org-require-autoloaded-modules
19553;;;;;; org-ido-switchb org-iswitchb org-map-entries org-open-link-from-string 18641;;;;;; org-submit-bug-report org-cycle-agenda-files org-iswitchb
19554;;;;;; org-open-at-point-global org-insert-link-global org-store-link 18642;;;;;; org-map-entries org-open-link-from-string org-open-at-point-global
19555;;;;;; org-run-like-in-org-mode turn-on-orgstruct++ turn-on-orgstruct 18643;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode
19556;;;;;; orgstruct-mode org-global-cycle org-cycle org-mode) "org" 18644;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
19557;;;;;; "org/org.el" (18846 51310)) 18645;;;;;; org-mode) "org" "org/org.el" (19130 46447))
19558;;; Generated autoloads from org/org.el 18646;;; Generated autoloads from org/org.el
19559 18647
19560(autoload 'org-mode "org" "\ 18648(autoload 'org-mode "org" "\
@@ -19578,41 +18666,7 @@ The following commands are available:
19578 18666
19579\(fn)" t nil) 18667\(fn)" t nil)
19580 18668
19581(autoload 'org-cycle "org" "\ 18669(defvar org-inlinetask-min-level)
19582Visibility cycling for Org-mode.
19583
19584- When this function is called with a prefix argument, rotate the entire
19585 buffer through 3 states (global cycling)
19586 1. OVERVIEW: Show only top-level headlines.
19587 2. CONTENTS: Show all headlines of all levels, but no body text.
19588 3. SHOW ALL: Show everything.
19589 When called with two C-u C-u prefixes, switch to the startup visibility,
19590 determined by the variable `org-startup-folded', and by any VISIBILITY
19591 properties in the buffer.
19592 When called with three C-u C-u C-u prefixed, show the entire buffer,
19593 including drawers.
19594
19595- When point is at the beginning of a headline, rotate the subtree started
19596 by this line through 3 different states (local cycling)
19597 1. FOLDED: Only the main headline is shown.
19598 2. CHILDREN: The main headline and the direct children are shown.
19599 From this state, you can move to one of the children
19600 and zoom in further.
19601 3. SUBTREE: Show the entire subtree, including body text.
19602
19603- When there is a numeric prefix, go up to a heading with level ARG, do
19604 a `show-subtree' and return to the previous cursor position. If ARG
19605 is negative, go up that many levels.
19606
19607- When point is not at the beginning of a headline, execute the global
19608 binding for TAB, which is re-indenting the line. See the option
19609 `org-cycle-emulate-tab' for details.
19610
19611- Special case: if point is at the beginning of the buffer and there is
19612 no headline in line 1, this function will act as if called with prefix arg.
19613 But only if also the variable `org-cycle-global-at-bob' is t.
19614
19615\(fn &optional ARG)" t nil)
19616 18670
19617(autoload 'org-global-cycle "org" "\ 18671(autoload 'org-global-cycle "org" "\
19618Cycle the global visibility. For details see `org-cycle'. 18672Cycle the global visibility. For details see `org-cycle'.
@@ -19652,15 +18706,15 @@ Unconditionally turn on `orgstruct-mode'.
19652\(fn)" nil nil) 18706\(fn)" nil nil)
19653 18707
19654(autoload 'turn-on-orgstruct++ "org" "\ 18708(autoload 'turn-on-orgstruct++ "org" "\
19655Unconditionally turn on `orgstruct-mode', and force org-mode indentations. 18709Unconditionally turn on `orgstruct++-mode'.
19656In addition to setting orgstruct-mode, this also exports all indentation and
19657autofilling variables from org-mode into the buffer. Note that turning
19658off orgstruct-mode will *not* remove these additional settings.
19659 18710
19660\(fn)" nil nil) 18711\(fn)" nil nil)
19661 18712
19662(autoload 'org-run-like-in-org-mode "org" "\ 18713(autoload 'org-run-like-in-org-mode "org" "\
19663Not documented 18714Run a command, pretending that the current buffer is in Org-mode.
18715This will temporarily bind local variables that are typically bound in
18716Org-mode to the values they have in Org-mode, and then interactively
18717call CMD.
19664 18718
19665\(fn CMD)" nil nil) 18719\(fn CMD)" nil nil)
19666 18720
@@ -19691,7 +18745,7 @@ Org-mode syntax.
19691(autoload 'org-open-link-from-string "org" "\ 18745(autoload 'org-open-link-from-string "org" "\
19692Open a link in the string S, as if it was in Org-mode. 18746Open a link in the string S, as if it was in Org-mode.
19693 18747
19694\(fn S &optional ARG)" t nil) 18748\(fn S &optional ARG REFERENCE-BUFFER)" t nil)
19695 18749
19696(autoload 'org-map-entries "org" "\ 18750(autoload 'org-map-entries "org" "\
19697Call FUNC at each headline selected by MATCH in SCOPE. 18751Call FUNC at each headline selected by MATCH in SCOPE.
@@ -19701,6 +18755,17 @@ arguments, with the cursor positioned at the beginning of the headline.
19701The return values of all calls to the function will be collected and 18755The return values of all calls to the function will be collected and
19702returned as a list. 18756returned as a list.
19703 18757
18758The call to FUNC will be wrapped into a save-excursion form, so FUNC
18759does not need to preserve point. After evaluation, the cursor will be
18760moved to the end of the line (presumably of the headline of the
18761processed entry) and search continues from there. Under some
18762circumstances, this may not produce the wanted results. For example,
18763if you have removed (e.g. archived) the current (sub)tree it could
18764mean that the next entry will be skipped entirely. In such cases, you
18765can specify the position from where search should continue by making
18766FUNC set the variable `org-map-continue-from' to the desired buffer
18767position.
18768
19704MATCH is a tags/property/todo match as it is used in the agenda tags view. 18769MATCH is a tags/property/todo match as it is used in the agenda tags view.
19705Only headlines that are matched by this query will be considered during 18770Only headlines that are matched by this query will be considered during
19706the iteration. When MATCH is nil or t, all headlines will be 18771the iteration. When MATCH is nil or t, all headlines will be
@@ -19730,24 +18795,25 @@ the scanner. The following items can be given here:
19730 entry and search will continue from the point where the 18795 entry and search will continue from the point where the
19731 function leaves it. 18796 function leaves it.
19732 18797
18798If your function needs to retrieve the tags including inherited tags
18799at the *current* entry, you can use the value of the variable
18800`org-scanner-tags' which will be much faster than getting the value
18801with `org-get-tags-at'. If your function gets properties with
18802`org-entry-properties' at the *current* entry, bind `org-trust-scanner-tags'
18803to t around the call to `org-entry-properties' to get the same speedup.
18804Note that if your function moves around to retrieve tags and properties at
18805a *different* entry, you cannot use these techniques.
18806
19733\(fn FUNC &optional MATCH SCOPE &rest SKIP)" nil nil) 18807\(fn FUNC &optional MATCH SCOPE &rest SKIP)" nil nil)
19734 18808
19735(autoload 'org-iswitchb "org" "\ 18809(autoload 'org-iswitchb "org" "\
19736Use `iswitchb-read-buffer' to prompt for an Org buffer to switch to. 18810Use `org-icompleting-read' to prompt for an Org buffer to switch to.
19737With a prefix argument, restrict available to files. 18811With a prefix argument, restrict available to files.
19738With two prefix arguments, restrict available buffers to agenda files. 18812With two prefix arguments, restrict available buffers to agenda files.
19739 18813
19740Due to some yet unresolved reason, the global function
19741`iswitchb-mode' needs to be active for this function to work.
19742
19743\(fn &optional ARG)" t nil) 18814\(fn &optional ARG)" t nil)
19744 18815
19745(autoload 'org-ido-switchb "org" "\ 18816(defalias 'org-ido-switchb 'org-iswitchb)
19746Use `org-ido-completing-read' to prompt for an Org buffer to switch to.
19747With a prefix argument, restrict available to files.
19748With two prefix arguments, restrict available buffers to agenda files.
19749
19750\(fn &optional ARG)" t nil)
19751 18817
19752(autoload 'org-cycle-agenda-files "org" "\ 18818(autoload 'org-cycle-agenda-files "org" "\
19753Cycle through the files in `org-agenda-files'. 18819Cycle through the files in `org-agenda-files'.
@@ -19756,11 +18822,28 @@ If the current buffer does not, find the first agenda file.
19756 18822
19757\(fn)" t nil) 18823\(fn)" t nil)
19758 18824
18825(autoload 'org-submit-bug-report "org" "\
18826Submit a bug report on Org-mode via mail.
18827
18828Don't hesitate to report any problems or inaccurate documentation.
18829
18830If you don't have setup sending mail from (X)Emacs, please copy the
18831output buffer into your mail program, as it gives us important
18832information about your Org-mode version and configuration.
18833
18834\(fn)" t nil)
18835
19759(autoload 'org-require-autoloaded-modules "org" "\ 18836(autoload 'org-require-autoloaded-modules "org" "\
19760Not documented 18837Not documented
19761 18838
19762\(fn)" t nil) 18839\(fn)" t nil)
19763 18840
18841(autoload 'org-reload "org" "\
18842Reload all org lisp files.
18843With prefix arg UNCOMPILED, load the uncompiled versions.
18844
18845\(fn &optional UNCOMPILED)" t nil)
18846
19764(autoload 'org-customize "org" "\ 18847(autoload 'org-customize "org" "\
19765Call the customize function with org as argument. 18848Call the customize function with org as argument.
19766 18849
@@ -19772,7 +18855,7 @@ Call the customize function with org as argument.
19772;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list 18855;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list
19773;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views 18856;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
19774;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 18857;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
19775;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (18825 40644)) 18858;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19137 28329))
19776;;; Generated autoloads from org/org-agenda.el 18859;;; Generated autoloads from org/org-agenda.el
19777 18860
19778(autoload 'org-agenda "org-agenda" "\ 18861(autoload 'org-agenda "org-agenda" "\
@@ -19789,6 +18872,15 @@ m Call `org-tags-view' to display headlines with tags matching
19789M Like `m', but select only TODO entries, no ordinary headlines. 18872M Like `m', but select only TODO entries, no ordinary headlines.
19790L Create a timeline for the current buffer. 18873L Create a timeline for the current buffer.
19791e Export views to associated files. 18874e Export views to associated files.
18875s Search entries for keywords.
18876/ Multi occur accros all agenda files and also files listed
18877 in `org-agenda-text-search-extra-files'.
18878< Restrict agenda commands to buffer, subtree, or region.
18879 Press several times to get the desired effect.
18880> Remove a previous restriction.
18881# List \"stuck\" projects.
18882! Configure what \"stuck\" means.
18883C Configure custom agenda commands.
19792 18884
19793More commands can be added by configuring the variable 18885More commands can be added by configuring the variable
19794`org-agenda-custom-commands'. In particular, specific tags and TODO keyword 18886`org-agenda-custom-commands'. In particular, specific tags and TODO keyword
@@ -19800,7 +18892,7 @@ first press `<' once to indicate that the agenda should be temporarily
19800Pressing `<' twice means to restrict to the current subtree or region 18892Pressing `<' twice means to restrict to the current subtree or region
19801\(if active). 18893\(if active).
19802 18894
19803\(fn ARG &optional KEYS RESTRICTION)" t nil) 18895\(fn &optional ARG KEYS RESTRICTION)" t nil)
19804 18896
19805(autoload 'org-batch-agenda "org-agenda" "\ 18897(autoload 'org-batch-agenda "org-agenda" "\
19806Run an agenda command in batch mode and send the result to STDOUT. 18898Run an agenda command in batch mode and send the result to STDOUT.
@@ -20015,8 +19107,63 @@ belonging to the \"Work\" category.
20015 19107
20016;;;*** 19108;;;***
20017 19109
20018;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (18825 19110;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii
20019;;;;;; 40644)) 19111;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer)
19112;;;;;; "org-ascii" "org/org-ascii.el" (19122 26413))
19113;;; Generated autoloads from org/org-ascii.el
19114
19115(autoload 'org-export-as-ascii-to-buffer "org-ascii" "\
19116Call `org-export-as-ascii` with output to a temporary buffer.
19117No file is created. The prefix ARG is passed through to `org-export-as-ascii'.
19118
19119\(fn ARG)" t nil)
19120
19121(autoload 'org-replace-region-by-ascii "org-ascii" "\
19122Assume the current region has org-mode syntax, and convert it to plain ASCII.
19123This can be used in any buffer. For example, you could write an
19124itemized list in org-mode syntax in a Mail buffer and then use this
19125command to convert it.
19126
19127\(fn BEG END)" t nil)
19128
19129(autoload 'org-export-region-as-ascii "org-ascii" "\
19130Convert region from BEG to END in org-mode buffer to plain ASCII.
19131If prefix arg BODY-ONLY is set, omit file header, footer, and table of
19132contents, and only produce the region of converted text, useful for
19133cut-and-paste operations.
19134If BUFFER is a buffer or a string, use/create that buffer as a target
19135of the converted ASCII. If BUFFER is the symbol `string', return the
19136produced ASCII as a string and leave not buffer behind. For example,
19137a Lisp program could call this function in the following way:
19138
19139 (setq ascii (org-export-region-as-ascii beg end t 'string))
19140
19141When called interactively, the output buffer is selected, and shown
19142in a window. A non-interactive call will only return the buffer.
19143
19144\(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
19145
19146(autoload 'org-export-as-ascii "org-ascii" "\
19147Export the outline as a pretty ASCII file.
19148If there is an active region, export only the region.
19149The prefix ARG specifies how many levels of the outline should become
19150underlined headlines, default is 3. Lower levels will become bulleted
19151lists. When HIDDEN is non-nil, don't display the ASCII buffer.
19152EXT-PLIST is a property list with external parameters overriding
19153org-mode's default settings, but still inferior to file-local
19154settings. When TO-BUFFER is non-nil, create a buffer with that
19155name and export to that buffer. If TO-BUFFER is the symbol
19156`string', don't leave any buffer behind but just return the
19157resulting ASCII as a string. When BODY-ONLY is set, don't produce
19158the file header and footer. When PUB-DIR is set, use this as the
19159publishing directory.
19160
19161\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
19162
19163;;;***
19164
19165;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19130
19166;;;;;; 46447))
20020;;; Generated autoloads from org/org-attach.el 19167;;; Generated autoloads from org/org-attach.el
20021 19168
20022(autoload 'org-attach "org-attach" "\ 19169(autoload 'org-attach "org-attach" "\
@@ -20028,7 +19175,7 @@ Shows a list of commands and prompts for another key to execute a command.
20028;;;*** 19175;;;***
20029 19176
20030;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" 19177;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
20031;;;;;; (18875 4272)) 19178;;;;;; (19102 27721))
20032;;; Generated autoloads from org/org-bbdb.el 19179;;; Generated autoloads from org/org-bbdb.el
20033 19180
20034(autoload 'org-bbdb-anniversaries "org-bbdb" "\ 19181(autoload 'org-bbdb-anniversaries "org-bbdb" "\
@@ -20039,7 +19186,7 @@ Extract anniversaries from BBDB for display in the agenda.
20039;;;*** 19186;;;***
20040 19187
20041;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable) 19188;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable)
20042;;;;;; "org-clock" "org/org-clock.el" (18825 40644)) 19189;;;;;; "org-clock" "org/org-clock.el" (19102 27721))
20043;;; Generated autoloads from org/org-clock.el 19190;;; Generated autoloads from org/org-clock.el
20044 19191
20045(autoload 'org-get-clocktable "org-clock" "\ 19192(autoload 'org-get-clocktable "org-clock" "\
@@ -20056,20 +19203,88 @@ Set up hooks for clock persistence
20056 19203
20057;;;*** 19204;;;***
20058 19205
20059;;;### (autoloads (org-export-as-xoxo org-export-icalendar-combine-agenda-files 19206;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open
20060;;;;;; org-export-icalendar-all-agenda-files org-export-icalendar-this-file 19207;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook
20061;;;;;; org-export-htmlize-generate-css org-export-as-html org-export-region-as-html 19208;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch)
20062;;;;;; org-replace-region-by-html org-export-as-html-to-buffer org-export-as-html-batch 19209;;;;;; "org-docbook" "org/org-docbook.el" (19130 46447))
20063;;;;;; org-export-as-html-and-open org-insert-export-options-template 19210;;; Generated autoloads from org/org-docbook.el
20064;;;;;; org-export-visible org-export-as-ascii org-export) "org-exp"
20065;;;;;; "org/org-exp.el" (18829 2709))
20066;;; Generated autoloads from org/org-exp.el
20067 19211
20068(put 'org-export-html-style 'safe-local-variable 'booleanp) 19212(autoload 'org-export-as-docbook-batch "org-docbook" "\
19213Call `org-export-as-docbook' in batch style.
19214This function can be used in batch processing.
20069 19215
20070(put 'org-export-html-style 'safe-local-variable 'stringp) 19216For example:
20071 19217
20072(put 'org-export-html-style-extra 'safe-local-variable 'stringp) 19218$ emacs --batch
19219 --load=$HOME/lib/emacs/org.el
19220 --visit=MyOrgFile.org --funcall org-export-as-docbook-batch
19221
19222\(fn)" nil nil)
19223
19224(autoload 'org-export-as-docbook-to-buffer "org-docbook" "\
19225Call `org-export-as-docbook' with output to a temporary buffer.
19226No file is created.
19227
19228\(fn)" t nil)
19229
19230(autoload 'org-replace-region-by-docbook "org-docbook" "\
19231Replace the region from BEG to END with its DocBook export.
19232It assumes the region has `org-mode' syntax, and then convert it to
19233DocBook. This can be used in any buffer. For example, you could
19234write an itemized list in `org-mode' syntax in an DocBook buffer and
19235then use this command to convert it.
19236
19237\(fn BEG END)" t nil)
19238
19239(autoload 'org-export-region-as-docbook "org-docbook" "\
19240Convert region from BEG to END in `org-mode' buffer to DocBook.
19241If prefix arg BODY-ONLY is set, omit file header and footer and
19242only produce the region of converted text, useful for
19243cut-and-paste operations. If BUFFER is a buffer or a string,
19244use/create that buffer as a target of the converted DocBook. If
19245BUFFER is the symbol `string', return the produced DocBook as a
19246string and leave not buffer behind. For example, a Lisp program
19247could call this function in the following way:
19248
19249 (setq docbook (org-export-region-as-docbook beg end t 'string))
19250
19251When called interactively, the output buffer is selected, and shown
19252in a window. A non-interactive call will only return the buffer.
19253
19254\(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
19255
19256(autoload 'org-export-as-docbook-pdf "org-docbook" "\
19257Export as DocBook XML file, and generate PDF file.
19258
19259\(fn &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
19260
19261(autoload 'org-export-as-docbook-pdf-and-open "org-docbook" "\
19262Export as DocBook XML file, generate PDF file, and open it.
19263
19264\(fn)" t nil)
19265
19266(autoload 'org-export-as-docbook "org-docbook" "\
19267Export the current buffer as a DocBook file.
19268If there is an active region, export only the region. When
19269HIDDEN is obsolete and does nothing. EXT-PLIST is a
19270property list with external parameters overriding org-mode's
19271default settings, but still inferior to file-local settings.
19272When TO-BUFFER is non-nil, create a buffer with that name and
19273export to that buffer. If TO-BUFFER is the symbol `string',
19274don't leave any buffer behind but just return the resulting HTML
19275as a string. When BODY-ONLY is set, don't produce the file
19276header and footer, simply return the content of the document (all
19277top-level sections). When PUB-DIR is set, use this as the
19278publishing directory.
19279
19280\(fn &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
19281
19282;;;***
19283
19284;;;### (autoloads (org-insert-export-options-template org-export-as-org
19285;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el"
19286;;;;;; (19102 27722))
19287;;; Generated autoloads from org/org-exp.el
20073 19288
20074(autoload 'org-export "org-exp" "\ 19289(autoload 'org-export "org-exp" "\
20075Export dispatcher for Org-mode. 19290Export dispatcher for Org-mode.
@@ -20083,14 +19298,6 @@ value of `org-export-run-in-background'.
20083 19298
20084\(fn &optional ARG)" t nil) 19299\(fn &optional ARG)" t nil)
20085 19300
20086(autoload 'org-export-as-ascii "org-exp" "\
20087Export the outline as a pretty ASCII file.
20088If there is an active region, export only the region.
20089The prefix ARG specifies how many levels of the outline should become
20090underlined headlines. The default is 3.
20091
20092\(fn ARG)" t nil)
20093
20094(autoload 'org-export-visible "org-exp" "\ 19301(autoload 'org-export-visible "org-exp" "\
20095Create a copy of the visible part of the current buffer, and export it. 19302Create a copy of the visible part of the current buffer, and export it.
20096The copy is created in a temporary buffer and removed after use. 19303The copy is created in a temporary buffer and removed after use.
@@ -20103,12 +19310,102 @@ command.
20103 19310
20104\(fn TYPE ARG)" t nil) 19311\(fn TYPE ARG)" t nil)
20105 19312
19313(autoload 'org-export-as-org "org-exp" "\
19314Make a copy with not-exporting stuff removed.
19315The purpose of this function is to provide a way to export the source
19316Org file of a webpage in Org format, but with sensitive and/or irrelevant
19317stuff removed. This command will remove the following:
19318
19319- archived trees (if the variable `org-export-with-archived-trees' is nil)
19320- comment blocks and trees starting with the COMMENT keyword
19321- only trees that are consistent with `org-export-select-tags'
19322 and `org-export-exclude-tags'.
19323
19324The only arguments that will be used are EXT-PLIST and PUB-DIR,
19325all the others will be ignored (but are present so that the general
19326mechanism to call publishing functions will work).
19327
19328EXT-PLIST is a property list with external parameters overriding
19329org-mode's default settings, but still inferior to file-local
19330settings. When PUB-DIR is set, use this as the publishing
19331directory.
19332
19333\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
19334
20106(autoload 'org-insert-export-options-template "org-exp" "\ 19335(autoload 'org-insert-export-options-template "org-exp" "\
20107Insert into the buffer a template with information for exporting. 19336Insert into the buffer a template with information for exporting.
20108 19337
20109\(fn)" t nil) 19338\(fn)" t nil)
20110 19339
20111(autoload 'org-export-as-html-and-open "org-exp" "\ 19340;;;***
19341
19342;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update
19343;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (19102
19344;;;;;; 27722))
19345;;; Generated autoloads from org/org-feed.el
19346
19347(autoload 'org-feed-update-all "org-feed" "\
19348Get inbox items from all feeds in `org-feed-alist'.
19349
19350\(fn)" t nil)
19351
19352(autoload 'org-feed-update "org-feed" "\
19353Get inbox items from FEED.
19354FEED can be a string with an association in `org-feed-alist', or
19355it can be a list structured like an entry in `org-feed-alist'.
19356
19357\(fn FEED &optional RETRIEVE-ONLY)" t nil)
19358
19359(autoload 'org-feed-goto-inbox "org-feed" "\
19360Go to the inbox that captures the feed named FEED.
19361
19362\(fn FEED)" t nil)
19363
19364(autoload 'org-feed-show-raw-feed "org-feed" "\
19365Show the raw feed buffer of a feed.
19366
19367\(fn FEED)" t nil)
19368
19369;;;***
19370
19371;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote"
19372;;;;;; "org/org-footnote.el" (19102 27722))
19373;;; Generated autoloads from org/org-footnote.el
19374
19375(autoload 'org-footnote-action "org-footnote" "\
19376Do the right thing for footnotes.
19377When at a footnote reference, jump to the definition. When at a definition,
19378jump to the refernces. When neither at definition or reference,
19379create a new footnote, interactively.
19380With prefix arg SPECIAL, offer additional commands in a menu.
19381
19382\(fn &optional SPECIAL)" t nil)
19383
19384(autoload 'org-footnote-normalize "org-footnote" "\
19385Collect the footnotes in various formats and normalize them.
19386This finds the different sorts of footnotes allowed in Org, and
19387normalizes them to the usual [N] format that is understood by the
19388Org-mode exporters.
19389When SORT-ONLY is set, only sort the footnote definitions into the
19390referenced sequence.
19391
19392\(fn &optional SORT-ONLY FOR-PREPROCESSOR)" nil nil)
19393
19394;;;***
19395
19396;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html
19397;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer
19398;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html"
19399;;;;;; "org/org-html.el" (19130 46447))
19400;;; Generated autoloads from org/org-html.el
19401
19402(put 'org-export-html-style 'safe-local-variable 'booleanp)
19403
19404(put 'org-export-html-style 'safe-local-variable 'stringp)
19405
19406(put 'org-export-html-style-extra 'safe-local-variable 'stringp)
19407
19408(autoload 'org-export-as-html-and-open "org-html" "\
20112Export the outline as HTML and immediately open it with a browser. 19409Export the outline as HTML and immediately open it with a browser.
20113If there is an active region, export only the region. 19410If there is an active region, export only the region.
20114The prefix ARG specifies how many levels of the outline should become 19411The prefix ARG specifies how many levels of the outline should become
@@ -20116,7 +19413,7 @@ headlines. The default is 3. Lower levels will become bulleted lists.
20116 19413
20117\(fn ARG)" t nil) 19414\(fn ARG)" t nil)
20118 19415
20119(autoload 'org-export-as-html-batch "org-exp" "\ 19416(autoload 'org-export-as-html-batch "org-html" "\
20120Call `org-export-as-html', may be used in batch processing as 19417Call `org-export-as-html', may be used in batch processing as
20121emacs --batch 19418emacs --batch
20122 --load=$HOME/lib/emacs/org.el 19419 --load=$HOME/lib/emacs/org.el
@@ -20125,13 +19422,13 @@ emacs --batch
20125 19422
20126\(fn)" nil nil) 19423\(fn)" nil nil)
20127 19424
20128(autoload 'org-export-as-html-to-buffer "org-exp" "\ 19425(autoload 'org-export-as-html-to-buffer "org-html" "\
20129Call `org-export-as-html` with output to a temporary buffer. 19426Call `org-export-as-html` with output to a temporary buffer.
20130No file is created. The prefix ARG is passed through to `org-export-as-html'. 19427No file is created. The prefix ARG is passed through to `org-export-as-html'.
20131 19428
20132\(fn ARG)" t nil) 19429\(fn ARG)" t nil)
20133 19430
20134(autoload 'org-replace-region-by-html "org-exp" "\ 19431(autoload 'org-replace-region-by-html "org-html" "\
20135Assume the current region has org-mode syntax, and convert it to HTML. 19432Assume the current region has org-mode syntax, and convert it to HTML.
20136This can be used in any buffer. For example, you could write an 19433This can be used in any buffer. For example, you could write an
20137itemized list in org-mode syntax in an HTML buffer and then use this 19434itemized list in org-mode syntax in an HTML buffer and then use this
@@ -20139,7 +19436,7 @@ command to convert it.
20139 19436
20140\(fn BEG END)" t nil) 19437\(fn BEG END)" t nil)
20141 19438
20142(autoload 'org-export-region-as-html "org-exp" "\ 19439(autoload 'org-export-region-as-html "org-html" "\
20143Convert region from BEG to END in org-mode buffer to HTML. 19440Convert region from BEG to END in org-mode buffer to HTML.
20144If prefix arg BODY-ONLY is set, omit file header, footer, and table of 19441If prefix arg BODY-ONLY is set, omit file header, footer, and table of
20145contents, and only produce the region of converted text, useful for 19442contents, and only produce the region of converted text, useful for
@@ -20156,12 +19453,12 @@ in a window. A non-interactive call will only return the buffer.
20156 19453
20157\(fn BEG END &optional BODY-ONLY BUFFER)" t nil) 19454\(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
20158 19455
20159(autoload 'org-export-as-html "org-exp" "\ 19456(autoload 'org-export-as-html "org-html" "\
20160Export the outline as a pretty HTML file. 19457Export the outline as a pretty HTML file.
20161If there is an active region, export only the region. The prefix 19458If there is an active region, export only the region. The prefix
20162ARG specifies how many levels of the outline should become 19459ARG specifies how many levels of the outline should become
20163headlines. The default is 3. Lower levels will become bulleted 19460headlines. The default is 3. Lower levels will become bulleted
20164lists. When HIDDEN is non-nil, don't display the HTML buffer. 19461lists. HIDDEN is obsolete and does nothing.
20165EXT-PLIST is a property list with external parameters overriding 19462EXT-PLIST is a property list with external parameters overriding
20166org-mode's default settings, but still inferior to file-local 19463org-mode's default settings, but still inferior to file-local
20167settings. When TO-BUFFER is non-nil, create a buffer with that 19464settings. When TO-BUFFER is non-nil, create a buffer with that
@@ -20174,7 +19471,7 @@ PUB-DIR is set, use this as the publishing directory.
20174 19471
20175\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil) 19472\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20176 19473
20177(autoload 'org-export-htmlize-generate-css "org-exp" "\ 19474(autoload 'org-export-htmlize-generate-css "org-html" "\
20178Create the CSS for all font definitions in the current Emacs session. 19475Create the CSS for all font definitions in the current Emacs session.
20179Use this to create face definitions in your CSS style file that can then 19476Use this to create face definitions in your CSS style file that can then
20180be used by code snippets transformed by htmlize. 19477be used by code snippets transformed by htmlize.
@@ -20188,143 +19485,38 @@ that uses these same face definitions.
20188 19485
20189\(fn)" t nil) 19486\(fn)" t nil)
20190 19487
20191(autoload 'org-export-icalendar-this-file "org-exp" "\ 19488;;;***
19489
19490;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
19491;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el"
19492;;;;;; (19102 27723))
19493;;; Generated autoloads from org/org-icalendar.el
19494
19495(autoload 'org-export-icalendar-this-file "org-icalendar" "\
20192Export current file as an iCalendar file. 19496Export current file as an iCalendar file.
20193The iCalendar file will be located in the same directory as the Org-mode 19497The iCalendar file will be located in the same directory as the Org-mode
20194file, but with extension `.ics'. 19498file, but with extension `.ics'.
20195 19499
20196\(fn)" t nil) 19500\(fn)" t nil)
20197 19501
20198(autoload 'org-export-icalendar-all-agenda-files "org-exp" "\ 19502(autoload 'org-export-icalendar-all-agenda-files "org-icalendar" "\
20199Export all files in `org-agenda-files' to iCalendar .ics files. 19503Export all files in `org-agenda-files' to iCalendar .ics files.
20200Each iCalendar file will be located in the same directory as the Org-mode 19504Each iCalendar file will be located in the same directory as the Org-mode
20201file, but with extension `.ics'. 19505file, but with extension `.ics'.
20202 19506
20203\(fn)" t nil) 19507\(fn)" t nil)
20204 19508
20205(autoload 'org-export-icalendar-combine-agenda-files "org-exp" "\ 19509(autoload 'org-export-icalendar-combine-agenda-files "org-icalendar" "\
20206Export all files in `org-agenda-files' to a single combined iCalendar file. 19510Export all files in `org-agenda-files' to a single combined iCalendar file.
20207The file is stored under the name `org-combined-agenda-icalendar-file'. 19511The file is stored under the name `org-combined-agenda-icalendar-file'.
20208 19512
20209\(fn)" t nil) 19513\(fn)" t nil)
20210 19514
20211(autoload 'org-export-as-xoxo "org-exp" "\
20212Export the org buffer as XOXO.
20213The XOXO buffer is named *xoxo-<source buffer name>*
20214
20215\(fn &optional BUFFER)" t nil)
20216
20217;;;***
20218
20219;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex
20220;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer
20221;;;;;; org-export-as-latex-batch) "org-export-latex" "org/org-export-latex.el"
20222;;;;;; (18825 40644))
20223;;; Generated autoloads from org/org-export-latex.el
20224
20225(autoload 'org-export-as-latex-batch "org-export-latex" "\
20226Call `org-export-as-latex', may be used in batch processing.
20227For example:
20228
20229emacs --batch
20230 --load=$HOME/lib/emacs/org.el
20231 --eval \"(setq org-export-headline-levels 2)\"
20232 --visit=MyFile --funcall org-export-as-latex-batch
20233
20234\(fn)" nil nil)
20235
20236(autoload 'org-export-as-latex-to-buffer "org-export-latex" "\
20237Call `org-export-as-latex` with output to a temporary buffer.
20238No file is created. The prefix ARG is passed through to `org-export-as-latex'.
20239
20240\(fn ARG)" t nil)
20241
20242(autoload 'org-replace-region-by-latex "org-export-latex" "\
20243Replace the region from BEG to END with its LaTeX export.
20244It assumes the region has `org-mode' syntax, and then convert it to
20245LaTeX. This can be used in any buffer. For example, you could
20246write an itemized list in `org-mode' syntax in an LaTeX buffer and
20247then use this command to convert it.
20248
20249\(fn BEG END)" t nil)
20250
20251(autoload 'org-export-region-as-latex "org-export-latex" "\
20252Convert region from BEG to END in `org-mode' buffer to LaTeX.
20253If prefix arg BODY-ONLY is set, omit file header, footer, and table of
20254contents, and only produce the region of converted text, useful for
20255cut-and-paste operations.
20256If BUFFER is a buffer or a string, use/create that buffer as a target
20257of the converted LaTeX. If BUFFER is the symbol `string', return the
20258produced LaTeX as a string and leave not buffer behind. For example,
20259a Lisp program could call this function in the following way:
20260
20261 (setq latex (org-export-region-as-latex beg end t 'string))
20262
20263When called interactively, the output buffer is selected, and shown
20264in a window. A non-interactive call will only retunr the buffer.
20265
20266\(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
20267
20268(autoload 'org-export-as-latex "org-export-latex" "\
20269Export current buffer to a LaTeX file.
20270If there is an active region, export only the region. The prefix
20271ARG specifies how many levels of the outline should become
20272headlines. The default is 3. Lower levels will be exported
20273depending on `org-export-latex-low-levels'. The default is to
20274convert them as description lists. When HIDDEN is non-nil, don't
20275display the LaTeX buffer. EXT-PLIST is a property list with
20276external parameters overriding org-mode's default settings, but
20277still inferior to file-local settings. When TO-BUFFER is
20278non-nil, create a buffer with that name and export to that
20279buffer. If TO-BUFFER is the symbol `string', don't leave any
20280buffer behind but just return the resulting LaTeX as a string.
20281When BODY-ONLY is set, don't produce the file header and footer,
20282simply return the content of egin{document}...nd{document},
20283without even the egin{document} and nd{document} commands.
20284when PUB-DIR is set, use this as the publishing directory.
20285
20286\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20287
20288(autoload 'org-export-as-pdf "org-export-latex" "\
20289Export as LaTeX, then process through to PDF.
20290
20291\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20292
20293(autoload 'org-export-as-pdf-and-open "org-export-latex" "\
20294Export as LaTeX, then process through to PDF, and open.
20295
20296\(fn ARG)" t nil)
20297
20298;;;***
20299
20300;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote"
20301;;;;;; "org/org-footnote.el" (18836 39031))
20302;;; Generated autoloads from org/org-footnote.el
20303
20304(autoload 'org-footnote-action "org-footnote" "\
20305Do the right thing for footnotes.
20306When at a footnote reference, jump to the definition. When at a definition,
20307jump to the refernces. When neither at definition or reference,
20308create a new footnote, interactively.
20309With prefix arg SPECIAL, offer additional commands in a menu.
20310
20311\(fn &optional SPECIAL)" t nil)
20312
20313(autoload 'org-footnote-normalize "org-footnote" "\
20314Collect the footnotes in various formats and normalize them.
20315This find the different sorts of footnotes allowed in Org, and
20316normalizes them to the usual [N] format that is understood by the
20317Org-mode exporters.
20318When SORT-ONLY is set, only sort the footnote definitions into the
20319referenced sequence.
20320
20321\(fn &optional SORT-ONLY FOR-PREPROCESSOR)" nil nil)
20322
20323;;;*** 19515;;;***
20324 19516
20325;;;### (autoloads (org-id-find-id-file org-id-find org-id-goto org-id-get-with-outline-drilling 19517;;;### (autoloads (org-id-find-id-file org-id-find org-id-goto org-id-get-with-outline-drilling
20326;;;;;; org-id-get-with-outline-path-completion org-id-get org-id-copy 19518;;;;;; org-id-get-with-outline-path-completion org-id-get org-id-copy
20327;;;;;; org-id-get-create) "org-id" "org/org-id.el" (18825 40644)) 19519;;;;;; org-id-get-create) "org-id" "org/org-id.el" (19130 46447))
20328;;; Generated autoloads from org/org-id.el 19520;;; Generated autoloads from org/org-id.el
20329 19521
20330(autoload 'org-id-get-create "org-id" "\ 19522(autoload 'org-id-get-create "org-id" "\
@@ -20387,8 +19579,23 @@ Query the id database for the file in which this ID is located.
20387 19579
20388;;;*** 19580;;;***
20389 19581
19582;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el"
19583;;;;;; (19122 51963))
19584;;; Generated autoloads from org/org-indent.el
19585
19586(autoload 'org-indent-mode "org-indent" "\
19587When active, indent text according to outline structure.
19588
19589Internally this works by adding `line-prefix' properties to all non-headlines.
19590These properties are updated locally in idle time.
19591FIXME: How to update when broken?
19592
19593\(fn &optional ARG)" t nil)
19594
19595;;;***
19596
20390;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" 19597;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el"
20391;;;;;; (18825 40644)) 19598;;;;;; (19102 27723))
20392;;; Generated autoloads from org/org-irc.el 19599;;; Generated autoloads from org/org-irc.el
20393 19600
20394(autoload 'org-irc-store-link "org-irc" "\ 19601(autoload 'org-irc-store-link "org-irc" "\
@@ -20398,8 +19605,90 @@ Dispatch to the appropriate function to store a link to an IRC session.
20398 19605
20399;;;*** 19606;;;***
20400 19607
19608;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex
19609;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer
19610;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el"
19611;;;;;; (19102 27723))
19612;;; Generated autoloads from org/org-latex.el
19613
19614(autoload 'org-export-as-latex-batch "org-latex" "\
19615Call `org-export-as-latex', may be used in batch processing.
19616For example:
19617
19618emacs --batch
19619 --load=$HOME/lib/emacs/org.el
19620 --eval \"(setq org-export-headline-levels 2)\"
19621 --visit=MyFile --funcall org-export-as-latex-batch
19622
19623\(fn)" nil nil)
19624
19625(autoload 'org-export-as-latex-to-buffer "org-latex" "\
19626Call `org-export-as-latex` with output to a temporary buffer.
19627No file is created. The prefix ARG is passed through to `org-export-as-latex'.
19628
19629\(fn ARG)" t nil)
19630
19631(autoload 'org-replace-region-by-latex "org-latex" "\
19632Replace the region from BEG to END with its LaTeX export.
19633It assumes the region has `org-mode' syntax, and then convert it to
19634LaTeX. This can be used in any buffer. For example, you could
19635write an itemized list in `org-mode' syntax in an LaTeX buffer and
19636then use this command to convert it.
19637
19638\(fn BEG END)" t nil)
19639
19640(autoload 'org-export-region-as-latex "org-latex" "\
19641Convert region from BEG to END in `org-mode' buffer to LaTeX.
19642If prefix arg BODY-ONLY is set, omit file header, footer, and table of
19643contents, and only produce the region of converted text, useful for
19644cut-and-paste operations.
19645If BUFFER is a buffer or a string, use/create that buffer as a target
19646of the converted LaTeX. If BUFFER is the symbol `string', return the
19647produced LaTeX as a string and leave no buffer behind. For example,
19648a Lisp program could call this function in the following way:
19649
19650 (setq latex (org-export-region-as-latex beg end t 'string))
19651
19652When called interactively, the output buffer is selected, and shown
19653in a window. A non-interactive call will only return the buffer.
19654
19655\(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
19656
19657(autoload 'org-export-as-latex "org-latex" "\
19658Export current buffer to a LaTeX file.
19659If there is an active region, export only the region. The prefix
19660ARG specifies how many levels of the outline should become
19661headlines. The default is 3. Lower levels will be exported
19662depending on `org-export-latex-low-levels'. The default is to
19663convert them as description lists.
19664HIDDEN is obsolete and does nothing.
19665EXT-PLIST is a property list with
19666external parameters overriding org-mode's default settings, but
19667still inferior to file-local settings. When TO-BUFFER is
19668non-nil, create a buffer with that name and export to that
19669buffer. If TO-BUFFER is the symbol `string', don't leave any
19670buffer behind but just return the resulting LaTeX as a string.
19671When BODY-ONLY is set, don't produce the file header and footer,
19672simply return the content of egin{document}...nd{document},
19673without even the egin{document} and nd{document} commands.
19674when PUB-DIR is set, use this as the publishing directory.
19675
19676\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
19677
19678(autoload 'org-export-as-pdf "org-latex" "\
19679Export as LaTeX, then process through to PDF.
19680
19681\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
19682
19683(autoload 'org-export-as-pdf-and-open "org-latex" "\
19684Export as LaTeX, then process through to PDF, and open.
19685
19686\(fn ARG)" t nil)
19687
19688;;;***
19689
20401;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" 19690;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el"
20402;;;;;; (18825 40644)) 19691;;;;;; (19102 27724))
20403;;; Generated autoloads from org/org-plot.el 19692;;; Generated autoloads from org/org-plot.el
20404 19693
20405(autoload 'org-plot/gnuplot "org-plot" "\ 19694(autoload 'org-plot/gnuplot "org-plot" "\
@@ -20413,7 +19702,7 @@ line directly before or after the table.
20413 19702
20414;;;### (autoloads (org-publish-current-project org-publish-current-file 19703;;;### (autoloads (org-publish-current-project org-publish-current-file
20415;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" 19704;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
20416;;;;;; (18825 40644)) 19705;;;;;; (19102 27724))
20417;;; Generated autoloads from org/org-publish.el 19706;;; Generated autoloads from org/org-publish.el
20418 19707
20419(defalias 'org-publish-project 'org-publish) 19708(defalias 'org-publish-project 'org-publish)
@@ -20425,7 +19714,8 @@ Publish PROJECT.
20425 19714
20426(autoload 'org-publish-all "org-publish" "\ 19715(autoload 'org-publish-all "org-publish" "\
20427Publish all projects. 19716Publish all projects.
20428With prefix argument, force publish all files. 19717With prefix argument, remove all files in the timestamp
19718directory and force publishing all files.
20429 19719
20430\(fn &optional FORCE)" t nil) 19720\(fn &optional FORCE)" t nil)
20431 19721
@@ -20446,7 +19736,7 @@ the project.
20446 19736
20447;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template 19737;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
20448;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" 19738;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
20449;;;;;; "org/org-remember.el" (18846 51310)) 19739;;;;;; "org/org-remember.el" (19102 27724))
20450;;; Generated autoloads from org/org-remember.el 19740;;; Generated autoloads from org/org-remember.el
20451 19741
20452(autoload 'org-remember-insinuate "org-remember" "\ 19742(autoload 'org-remember-insinuate "org-remember" "\
@@ -20521,7 +19811,7 @@ See also the variable `org-reverse-note-order'.
20521;;;*** 19811;;;***
20522 19812
20523;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) 19813;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl)
20524;;;;;; "org-table" "org/org-table.el" (18825 40644)) 19814;;;;;; "org-table" "org/org-table.el" (19130 46447))
20525;;; Generated autoloads from org/org-table.el 19815;;; Generated autoloads from org/org-table.el
20526 19816
20527(autoload 'turn-on-orgtbl "org-table" "\ 19817(autoload 'turn-on-orgtbl "org-table" "\
@@ -20544,9 +19834,9 @@ The table is taken from the parameter TXT, or from the buffer at point.
20544 19834
20545;;;*** 19835;;;***
20546 19836
20547;;;### (autoloads (org-timer-item org-timer-change-times-in-region 19837;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region
20548;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el" 19838;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el"
20549;;;;;; (18825 40644)) 19839;;;;;; (19102 27724))
20550;;; Generated autoloads from org/org-timer.el 19840;;; Generated autoloads from org/org-timer.el
20551 19841
20552(autoload 'org-timer-start "org-timer" "\ 19842(autoload 'org-timer-start "org-timer" "\
@@ -20582,10 +19872,27 @@ Insert a description-type item with the current timer value.
20582 19872
20583\(fn &optional ARG)" t nil) 19873\(fn &optional ARG)" t nil)
20584 19874
19875(autoload 'org-timer-set-timer "org-timer" "\
19876Set a timer.
19877
19878\(fn MINUTES)" t nil)
19879
19880;;;***
19881
19882;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el"
19883;;;;;; (19102 27724))
19884;;; Generated autoloads from org/org-xoxo.el
19885
19886(autoload 'org-export-as-xoxo "org-xoxo" "\
19887Export the org buffer as XOXO.
19888The XOXO buffer is named *xoxo-<source buffer name>*
19889
19890\(fn &optional BUFFER)" t nil)
19891
20585;;;*** 19892;;;***
20586 19893
20587;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 19894;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
20588;;;;;; (18918 28195)) 19895;;;;;; (19092 42734))
20589;;; Generated autoloads from outline.el 19896;;; Generated autoloads from outline.el
20590(put 'outline-regexp 'safe-local-variable 'string-or-null-p) 19897(put 'outline-regexp 'safe-local-variable 'string-or-null-p)
20591 19898
@@ -20638,10 +19945,11 @@ With arg, turn Outline minor mode on if arg is positive, off otherwise.
20638See the command `outline-mode' for more information on this mode. 19945See the command `outline-mode' for more information on this mode.
20639 19946
20640\(fn &optional ARG)" t nil) 19947\(fn &optional ARG)" t nil)
19948(put 'outline-level 'risky-local-variable t)
20641 19949
20642;;;*** 19950;;;***
20643 19951
20644;;;### (autoloads (show-paren-mode) "paren" "paren.el" (18885 457)) 19952;;;### (autoloads (show-paren-mode) "paren" "paren.el" (19100 52259))
20645;;; Generated autoloads from paren.el 19953;;; Generated autoloads from paren.el
20646 19954
20647(defvar show-paren-mode nil "\ 19955(defvar show-paren-mode nil "\
@@ -20666,8 +19974,9 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
20666;;;*** 19974;;;***
20667 19975
20668;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 19976;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
20669;;;;;; (18787 48920)) 19977;;;;;; (19092 42734))
20670;;; Generated autoloads from calendar/parse-time.el 19978;;; Generated autoloads from calendar/parse-time.el
19979(put 'parse-time-rules 'risky-local-variable t)
20671 19980
20672(autoload 'parse-time-string "parse-time" "\ 19981(autoload 'parse-time-string "parse-time" "\
20673Parse the time-string STRING into (SEC MIN HOUR DAY MON YEAR DOW DST TZ). 19982Parse the time-string STRING into (SEC MIN HOUR DAY MON YEAR DOW DST TZ).
@@ -20678,8 +19987,8 @@ unknown are returned as nil.
20678 19987
20679;;;*** 19988;;;***
20680 19989
20681;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (18791 19990;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19086
20682;;;;;; 16532)) 19991;;;;;; 46698))
20683;;; Generated autoloads from progmodes/pascal.el 19992;;; Generated autoloads from progmodes/pascal.el
20684 19993
20685(autoload 'pascal-mode "pascal" "\ 19994(autoload 'pascal-mode "pascal" "\
@@ -20732,7 +20041,7 @@ no args, if that value is non-nil.
20732;;;*** 20041;;;***
20733 20042
20734;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 20043;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
20735;;;;;; (18787 48923)) 20044;;;;;; (18785 31917))
20736;;; Generated autoloads from emulation/pc-mode.el 20045;;; Generated autoloads from emulation/pc-mode.el
20737 20046
20738(autoload 'pc-bindings-mode "pc-mode" "\ 20047(autoload 'pc-bindings-mode "pc-mode" "\
@@ -20750,7 +20059,7 @@ C-Escape does list-buffers.
20750;;;*** 20059;;;***
20751 20060
20752;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el" 20061;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el"
20753;;;;;; (18807 64495)) 20062;;;;;; (19114 60470))
20754;;; Generated autoloads from emulation/pc-select.el 20063;;; Generated autoloads from emulation/pc-select.el
20755 20064
20756(defvar pc-selection-mode nil "\ 20065(defvar pc-selection-mode nil "\
@@ -20816,8 +20125,8 @@ but before calling PC Selection mode):
20816 20125
20817;;;*** 20126;;;***
20818 20127
20819;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (18787 20128;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (18785
20820;;;;;; 48917)) 20129;;;;;; 31818))
20821;;; Generated autoloads from pcmpl-cvs.el 20130;;; Generated autoloads from pcmpl-cvs.el
20822 20131
20823(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 20132(autoload 'pcomplete/cvs "pcmpl-cvs" "\
@@ -20828,7 +20137,7 @@ Completion rules for the `cvs' command.
20828;;;*** 20137;;;***
20829 20138
20830;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 20139;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
20831;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (18787 48917)) 20140;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (18785 31818))
20832;;; Generated autoloads from pcmpl-gnu.el 20141;;; Generated autoloads from pcmpl-gnu.el
20833 20142
20834(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 20143(autoload 'pcomplete/gzip "pcmpl-gnu" "\
@@ -20856,7 +20165,7 @@ Completion for the GNU tar utility.
20856;;;*** 20165;;;***
20857 20166
20858;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 20167;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
20859;;;;;; "pcmpl-linux" "pcmpl-linux.el" (18787 48917)) 20168;;;;;; "pcmpl-linux" "pcmpl-linux.el" (18785 31818))
20860;;; Generated autoloads from pcmpl-linux.el 20169;;; Generated autoloads from pcmpl-linux.el
20861 20170
20862(autoload 'pcomplete/kill "pcmpl-linux" "\ 20171(autoload 'pcomplete/kill "pcmpl-linux" "\
@@ -20876,16 +20185,12 @@ Completion for GNU/Linux `mount'.
20876 20185
20877;;;*** 20186;;;***
20878 20187
20879;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (18817 20188;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19008
20880;;;;;; 44748)) 20189;;;;;; 34711))
20881;;; Generated autoloads from pcmpl-rpm.el 20190;;; Generated autoloads from pcmpl-rpm.el
20882 20191
20883(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 20192(autoload 'pcomplete/rpm "pcmpl-rpm" "\
20884Completion for RedHat's `rpm' command. 20193Completion for the `rpm' command.
20885These rules were taken from the output of `rpm --help' on a RedHat 6.1
20886system. They follow my interpretation of what followed, but since I'm
20887not a major rpm user/builder, please send me any corrections you find.
20888You can use \\[report-emacs-bug] to do so.
20889 20194
20890\(fn)" nil nil) 20195\(fn)" nil nil)
20891 20196
@@ -20893,7 +20198,7 @@ You can use \\[report-emacs-bug] to do so.
20893 20198
20894;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown 20199;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
20895;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir 20200;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
20896;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (18787 48917)) 20201;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (18785 31818))
20897;;; Generated autoloads from pcmpl-unix.el 20202;;; Generated autoloads from pcmpl-unix.el
20898 20203
20899(autoload 'pcomplete/cd "pcmpl-unix" "\ 20204(autoload 'pcomplete/cd "pcmpl-unix" "\
@@ -20950,8 +20255,8 @@ Includes files as well as host names followed by a colon.
20950 20255
20951;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 20256;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
20952;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 20257;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
20953;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (18787 20258;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (19034
20954;;;;;; 48917)) 20259;;;;;; 3429))
20955;;; Generated autoloads from pcomplete.el 20260;;; Generated autoloads from pcomplete.el
20956 20261
20957(autoload 'pcomplete "pcomplete" "\ 20262(autoload 'pcomplete "pcomplete" "\
@@ -21010,7 +20315,7 @@ Setup shell-mode to use pcomplete.
21010 20315
21011;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 20316;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
21012;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 20317;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
21013;;;;;; "pcvs.el" (18817 44748)) 20318;;;;;; "pcvs.el" (19137 28300))
21014;;; Generated autoloads from pcvs.el 20319;;; Generated autoloads from pcvs.el
21015 20320
21016(autoload 'cvs-checkout "pcvs" "\ 20321(autoload 'cvs-checkout "pcvs" "\
@@ -21085,7 +20390,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
21085 20390
21086;;;*** 20391;;;***
21087 20392
21088;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (18787 48917)) 20393;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (18785 31818))
21089;;; Generated autoloads from pcvs-defs.el 20394;;; Generated autoloads from pcvs-defs.el
21090 20395
21091(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] '(menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea")) (define-key m [checkout] '(menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository")) (define-key m [update] '(menu-item "Update Directory" cvs-update :help "Fetch updates from the repository")) (define-key m [examine] '(menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea")) (fset 'cvs-global-menu m))) 20396(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] '(menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea")) (define-key m [checkout] '(menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository")) (define-key m [update] '(menu-item "Update Directory" cvs-update :help "Fetch updates from the repository")) (define-key m [examine] '(menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea")) (fset 'cvs-global-menu m)))
@@ -21093,7 +20398,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
21093;;;*** 20398;;;***
21094 20399
21095;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 20400;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
21096;;;;;; (18815 49095)) 20401;;;;;; (18815 49209))
21097;;; Generated autoloads from progmodes/perl-mode.el 20402;;; Generated autoloads from progmodes/perl-mode.el
21098(put 'perl-indent-level 'safe-local-variable 'integerp) 20403(put 'perl-indent-level 'safe-local-variable 'integerp)
21099(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 20404(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -21157,7 +20462,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
21157;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key 20462;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key
21158;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt 20463;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt
21159;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region 20464;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region
21160;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (18787 48917)) 20465;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (18785 31820))
21161;;; Generated autoloads from pgg.el 20466;;; Generated autoloads from pgg.el
21162 20467
21163(autoload 'pgg-encrypt-region "pgg" "\ 20468(autoload 'pgg-encrypt-region "pgg" "\
@@ -21291,7 +20596,7 @@ Import public keys in the current buffer.
21291;;;*** 20596;;;***
21292 20597
21293;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" 20598;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el"
21294;;;;;; (19002 31833)) 20599;;;;;; (19002 32199))
21295;;; Generated autoloads from pgg-gpg.el 20600;;; Generated autoloads from pgg-gpg.el
21296 20601
21297(autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\ 20602(autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\
@@ -21302,7 +20607,7 @@ True if decoded armor MESSAGE-KEYS has symmetric encryption indicator.
21302;;;*** 20607;;;***
21303 20608
21304;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 20609;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
21305;;;;;; (18787 48936)) 20610;;;;;; (19113 41177))
21306;;; Generated autoloads from textmodes/picture.el 20611;;; Generated autoloads from textmodes/picture.el
21307 20612
21308(autoload 'picture-mode "picture" "\ 20613(autoload 'picture-mode "picture" "\
@@ -21365,7 +20670,7 @@ You can manipulate rectangles with these commands:
21365 Insert rectangle from named register: \\[picture-yank-rectangle-from-register] 20670 Insert rectangle from named register: \\[picture-yank-rectangle-from-register]
21366 Draw a rectangular box around mark and point: \\[picture-draw-rectangle] 20671 Draw a rectangular box around mark and point: \\[picture-draw-rectangle]
21367 Copies a rectangle to a register: \\[copy-rectangle-to-register] 20672 Copies a rectangle to a register: \\[copy-rectangle-to-register]
21368 Undo effects of rectangle overlay commands: \\[advertised-undo] 20673 Undo effects of rectangle overlay commands: \\[undo]
21369 20674
21370You can return to the previous mode with \\[picture-mode-exit], which 20675You can return to the previous mode with \\[picture-mode-exit], which
21371also strips trailing whitespace from every line. Stripping is suppressed 20676also strips trailing whitespace from every line. Stripping is suppressed
@@ -21383,7 +20688,7 @@ they are not defaultly assigned to keys.
21383;;;*** 20688;;;***
21384 20689
21385;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 20690;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
21386;;;;;; (18787 48936)) 20691;;;;;; (18785 32088))
21387;;; Generated autoloads from textmodes/po.el 20692;;; Generated autoloads from textmodes/po.el
21388 20693
21389(autoload 'po-find-file-coding-system "po" "\ 20694(autoload 'po-find-file-coding-system "po" "\
@@ -21394,7 +20699,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
21394 20699
21395;;;*** 20700;;;***
21396 20701
21397;;;### (autoloads (pong) "pong" "play/pong.el" (18787 48933)) 20702;;;### (autoloads (pong) "pong" "play/pong.el" (19104 47795))
21398;;; Generated autoloads from play/pong.el 20703;;; Generated autoloads from play/pong.el
21399 20704
21400(autoload 'pong "pong" "\ 20705(autoload 'pong "pong" "\
@@ -21412,7 +20717,7 @@ pong-mode keybindings:\\<pong-mode-map>
21412 20717
21413;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression 20718;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression
21414;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" 20719;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el"
21415;;;;;; (18787 48922)) 20720;;;;;; (19046 32081))
21416;;; Generated autoloads from emacs-lisp/pp.el 20721;;; Generated autoloads from emacs-lisp/pp.el
21417 20722
21418(autoload 'pp-to-string "pp" "\ 20723(autoload 'pp-to-string "pp" "\
@@ -21480,7 +20785,7 @@ Ignores leading comment characters.
21480;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 20785;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
21481;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 20786;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
21482;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 20787;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
21483;;;;;; (18787 48917)) 20788;;;;;; (19086 19373))
21484;;; Generated autoloads from printing.el 20789;;; Generated autoloads from printing.el
21485 20790
21486(autoload 'pr-interface "printing" "\ 20791(autoload 'pr-interface "printing" "\
@@ -22067,7 +21372,7 @@ are both set to t.
22067 21372
22068;;;*** 21373;;;***
22069 21374
22070;;;### (autoloads (proced) "proced" "proced.el" (18926 29403)) 21375;;;### (autoloads (proced) "proced" "proced.el" (19115 2705))
22071;;; Generated autoloads from proced.el 21376;;; Generated autoloads from proced.el
22072 21377
22073(autoload 'proced "proced" "\ 21378(autoload 'proced "proced" "\
@@ -22083,7 +21388,7 @@ See `proced-mode' for a description of features available in Proced buffers.
22083;;;*** 21388;;;***
22084 21389
22085;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" 21390;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el"
22086;;;;;; (18791 16532)) 21391;;;;;; (19088 17710))
22087;;; Generated autoloads from progmodes/prolog.el 21392;;; Generated autoloads from progmodes/prolog.el
22088 21393
22089(autoload 'prolog-mode "prolog" "\ 21394(autoload 'prolog-mode "prolog" "\
@@ -22106,8 +21411,8 @@ With prefix argument \\[universal-prefix], prompt for the program to use.
22106 21411
22107;;;*** 21412;;;***
22108 21413
22109;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (18794 21414;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (18793
22110;;;;;; 5653)) 21415;;;;;; 6530))
22111;;; Generated autoloads from ps-bdf.el 21416;;; Generated autoloads from ps-bdf.el
22112 21417
22113(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")) "\ 21418(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")) "\
@@ -22119,7 +21424,7 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
22119;;;*** 21424;;;***
22120 21425
22121;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (18830 21426;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (18830
22122;;;;;; 712)) 21427;;;;;; 927))
22123;;; Generated autoloads from progmodes/ps-mode.el 21428;;; Generated autoloads from progmodes/ps-mode.el
22124 21429
22125(autoload 'ps-mode "ps-mode" "\ 21430(autoload 'ps-mode "ps-mode" "\
@@ -22170,8 +21475,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
22170;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 21475;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
22171;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 21476;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
22172;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 21477;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
22173;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (18853 21478;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19130
22174;;;;;; 19460)) 21479;;;;;; 52558))
22175;;; Generated autoloads from ps-print.el 21480;;; Generated autoloads from ps-print.el
22176 21481
22177(defvar ps-page-dimensions-database (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5") '(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")) "\ 21482(defvar ps-page-dimensions-database (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5") '(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")) "\
@@ -22368,7 +21673,7 @@ If EXTENSION is any other symbol, it is ignored.
22368;;;*** 21673;;;***
22369 21674
22370;;;### (autoloads (python-shell jython-mode python-mode run-python) 21675;;;### (autoloads (python-shell jython-mode python-mode run-python)
22371;;;;;; "python" "progmodes/python.el" (18848 909)) 21676;;;;;; "python" "progmodes/python.el" (19100 37533))
22372;;; Generated autoloads from progmodes/python.el 21677;;; Generated autoloads from progmodes/python.el
22373 21678
22374(add-to-list 'interpreter-mode-alist '("jython" . jython-mode)) 21679(add-to-list 'interpreter-mode-alist '("jython" . jython-mode))
@@ -22484,7 +21789,7 @@ filter.
22484;;;*** 21789;;;***
22485 21790
22486;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 21791;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
22487;;;;;; (18787 48928)) 21792;;;;;; (19104 32599))
22488;;; Generated autoloads from gnus/qp.el 21793;;; Generated autoloads from gnus/qp.el
22489 21794
22490(autoload 'quoted-printable-decode-region "qp" "\ 21795(autoload 'quoted-printable-decode-region "qp" "\
@@ -22507,7 +21812,7 @@ them into characters should be done separately.
22507;;;;;; quail-defrule quail-install-decode-map quail-install-map 21812;;;;;; quail-defrule quail-install-decode-map quail-install-map
22508;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 21813;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
22509;;;;;; quail-define-package quail-use-package quail-title) "quail" 21814;;;;;; quail-define-package quail-use-package quail-title) "quail"
22510;;;;;; "international/quail.el" (18935 28927)) 21815;;;;;; "international/quail.el" (19072 37969))
22511;;; Generated autoloads from international/quail.el 21816;;; Generated autoloads from international/quail.el
22512 21817
22513(autoload 'quail-title "quail" "\ 21818(autoload 'quail-title "quail" "\
@@ -22738,8 +22043,8 @@ of each directory.
22738 22043
22739;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 22044;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
22740;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 22045;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
22741;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (18787 22046;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (18785
22742;;;;;; 48930)) 22047;;;;;; 32006))
22743;;; Generated autoloads from net/quickurl.el 22048;;; Generated autoloads from net/quickurl.el
22744 22049
22745(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" "\ 22050(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" "\
@@ -22811,7 +22116,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22811;;;*** 22116;;;***
22812 22117
22813;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 22118;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
22814;;;;;; "net/rcirc.el" (18921 19471)) 22119;;;;;; "net/rcirc.el" (19101 58512))
22815;;; Generated autoloads from net/rcirc.el 22120;;; Generated autoloads from net/rcirc.el
22816 22121
22817(autoload 'rcirc "rcirc" "\ 22122(autoload 'rcirc "rcirc" "\
@@ -22846,8 +22151,8 @@ Global minor mode for tracking activity in rcirc buffers.
22846 22151
22847;;;*** 22152;;;***
22848 22153
22849;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (18787 22154;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (18785
22850;;;;;; 48931)) 22155;;;;;; 32007))
22851;;; Generated autoloads from net/rcompile.el 22156;;; Generated autoloads from net/rcompile.el
22852 22157
22853(autoload 'remote-compile "rcompile" "\ 22158(autoload 'remote-compile "rcompile" "\
@@ -22859,7 +22164,7 @@ See \\[compile].
22859;;;*** 22164;;;***
22860 22165
22861;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 22166;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
22862;;;;;; (18791 16517)) 22167;;;;;; (19096 9073))
22863;;; Generated autoloads from emacs-lisp/re-builder.el 22168;;; Generated autoloads from emacs-lisp/re-builder.el
22864 22169
22865(defalias 'regexp-builder 're-builder) 22170(defalias 'regexp-builder 're-builder)
@@ -22871,7 +22176,7 @@ Construct a regexp interactively.
22871 22176
22872;;;*** 22177;;;***
22873 22178
22874;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (18787 48917)) 22179;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19119 32173))
22875;;; Generated autoloads from recentf.el 22180;;; Generated autoloads from recentf.el
22876 22181
22877(defvar recentf-mode nil "\ 22182(defvar recentf-mode nil "\
@@ -22898,8 +22203,8 @@ that were operated on recently.
22898;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 22203;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
22899;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 22204;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
22900;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 22205;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
22901;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (18787 22206;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (18785
22902;;;;;; 48917)) 22207;;;;;; 31822))
22903;;; Generated autoloads from rect.el 22208;;; Generated autoloads from rect.el
22904 (define-key ctl-x-r-map "c" 'clear-rectangle) 22209 (define-key ctl-x-r-map "c" 'clear-rectangle)
22905 (define-key ctl-x-r-map "k" 'kill-rectangle) 22210 (define-key ctl-x-r-map "k" 'kill-rectangle)
@@ -23033,8 +22338,8 @@ rectangle which were empty.
23033 22338
23034;;;*** 22339;;;***
23035 22340
23036;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (18787 22341;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (18785
23037;;;;;; 48936)) 22342;;;;;; 32089))
23038;;; Generated autoloads from textmodes/refill.el 22343;;; Generated autoloads from textmodes/refill.el
23039 22344
23040(autoload 'refill-mode "refill" "\ 22345(autoload 'refill-mode "refill" "\
@@ -23050,7 +22355,7 @@ refilling if they would cause auto-filling.
23050;;;*** 22355;;;***
23051 22356
23052;;;### (autoloads (reftex-reset-scanning-information reftex-mode 22357;;;### (autoloads (reftex-reset-scanning-information reftex-mode
23053;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (18787 48936)) 22358;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19096 3517))
23054;;; Generated autoloads from textmodes/reftex.el 22359;;; Generated autoloads from textmodes/reftex.el
23055 22360
23056(autoload 'turn-on-reftex "reftex" "\ 22361(autoload 'turn-on-reftex "reftex" "\
@@ -23100,7 +22405,7 @@ This enforces rescanning the buffer on next use.
23100;;;*** 22405;;;***
23101 22406
23102;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 22407;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
23103;;;;;; (18787 48936)) 22408;;;;;; (19100 36555))
23104;;; Generated autoloads from textmodes/reftex-cite.el 22409;;; Generated autoloads from textmodes/reftex-cite.el
23105 22410
23106(autoload 'reftex-citation "reftex-cite" "\ 22411(autoload 'reftex-citation "reftex-cite" "\
@@ -23130,7 +22435,7 @@ While entering the regexp, completion on knows citation keys is possible.
23130;;;*** 22435;;;***
23131 22436
23132;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 22437;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
23133;;;;;; (18787 48936)) 22438;;;;;; (18785 32089))
23134;;; Generated autoloads from textmodes/reftex-global.el 22439;;; Generated autoloads from textmodes/reftex-global.el
23135 22440
23136(autoload 'reftex-isearch-minor-mode "reftex-global" "\ 22441(autoload 'reftex-isearch-minor-mode "reftex-global" "\
@@ -23147,7 +22452,7 @@ With no argument, this command toggles
23147;;;*** 22452;;;***
23148 22453
23149;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 22454;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
23150;;;;;; (18787 48936)) 22455;;;;;; (19100 36555))
23151;;; Generated autoloads from textmodes/reftex-index.el 22456;;; Generated autoloads from textmodes/reftex-index.el
23152 22457
23153(autoload 'reftex-index-phrases-mode "reftex-index" "\ 22458(autoload 'reftex-index-phrases-mode "reftex-index" "\
@@ -23180,7 +22485,7 @@ Here are all local bindings.
23180;;;*** 22485;;;***
23181 22486
23182;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 22487;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
23183;;;;;; (18787 48936)) 22488;;;;;; (18785 32090))
23184;;; Generated autoloads from textmodes/reftex-parse.el 22489;;; Generated autoloads from textmodes/reftex-parse.el
23185 22490
23186(autoload 'reftex-all-document-files "reftex-parse" "\ 22491(autoload 'reftex-all-document-files "reftex-parse" "\
@@ -23192,8 +22497,8 @@ of master file.
23192 22497
23193;;;*** 22498;;;***
23194 22499
23195;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (18787 22500;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (18785
23196;;;;;; 48936)) 22501;;;;;; 32091))
23197;;; Generated autoloads from textmodes/reftex-vars.el 22502;;; Generated autoloads from textmodes/reftex-vars.el
23198(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22503(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
23199(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22504(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -23203,7 +22508,7 @@ of master file.
23203;;;*** 22508;;;***
23204 22509
23205;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 22510;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
23206;;;;;; (18787 48922)) 22511;;;;;; (18785 31908))
23207;;; Generated autoloads from emacs-lisp/regexp-opt.el 22512;;; Generated autoloads from emacs-lisp/regexp-opt.el
23208 22513
23209(autoload 'regexp-opt "regexp-opt" "\ 22514(autoload 'regexp-opt "regexp-opt" "\
@@ -23232,7 +22537,7 @@ This means the number of non-shy regexp grouping constructs
23232 22537
23233;;;### (autoloads (remember-diary-extract-entries remember-clipboard 22538;;;### (autoloads (remember-diary-extract-entries remember-clipboard
23234;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" 22539;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
23235;;;;;; (18787 48936)) 22540;;;;;; (19086 47290))
23236;;; Generated autoloads from textmodes/remember.el 22541;;; Generated autoloads from textmodes/remember.el
23237 22542
23238(autoload 'remember "remember" "\ 22543(autoload 'remember "remember" "\
@@ -23263,7 +22568,7 @@ Extract diary entries from the region.
23263 22568
23264;;;*** 22569;;;***
23265 22570
23266;;;### (autoloads (repeat) "repeat" "repeat.el" (18791 16512)) 22571;;;### (autoloads (repeat) "repeat" "repeat.el" (18790 54821))
23267;;; Generated autoloads from repeat.el 22572;;; Generated autoloads from repeat.el
23268 22573
23269(autoload 'repeat "repeat" "\ 22574(autoload 'repeat "repeat" "\
@@ -23286,7 +22591,7 @@ recently executed command not bound to an input event\".
23286;;;*** 22591;;;***
23287 22592
23288;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 22593;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
23289;;;;;; (18787 48929)) 22594;;;;;; (18785 31995))
23290;;; Generated autoloads from mail/reporter.el 22595;;; Generated autoloads from mail/reporter.el
23291 22596
23292(autoload 'reporter-submit-bug-report "reporter" "\ 22597(autoload 'reporter-submit-bug-report "reporter" "\
@@ -23318,7 +22623,7 @@ mail-sending package is used for editing and sending the message.
23318;;;*** 22623;;;***
23319 22624
23320;;;### (autoloads (reposition-window) "reposition" "reposition.el" 22625;;;### (autoloads (reposition-window) "reposition" "reposition.el"
23321;;;;;; (18787 48918)) 22626;;;;;; (18785 31822))
23322;;; Generated autoloads from reposition.el 22627;;; Generated autoloads from reposition.el
23323 22628
23324(autoload 'reposition-window "reposition" "\ 22629(autoload 'reposition-window "reposition" "\
@@ -23345,7 +22650,7 @@ first comment line visible (if point is in a comment).
23345;;;*** 22650;;;***
23346 22651
23347;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 22652;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
23348;;;;;; (18787 48918)) 22653;;;;;; (18785 31822))
23349;;; Generated autoloads from reveal.el 22654;;; Generated autoloads from reveal.el
23350 22655
23351(autoload 'reveal-mode "reveal" "\ 22656(autoload 'reveal-mode "reveal" "\
@@ -23380,7 +22685,7 @@ With zero or negative ARG turn mode off.
23380;;;*** 22685;;;***
23381 22686
23382;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 22687;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
23383;;;;;; (18787 48922)) 22688;;;;;; (18785 31908))
23384;;; Generated autoloads from emacs-lisp/ring.el 22689;;; Generated autoloads from emacs-lisp/ring.el
23385 22690
23386(autoload 'ring-p "ring" "\ 22691(autoload 'ring-p "ring" "\
@@ -23395,7 +22700,7 @@ Make a ring that can contain SIZE elements.
23395 22700
23396;;;*** 22701;;;***
23397 22702
23398;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (18787 48931)) 22703;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (18785 32007))
23399;;; Generated autoloads from net/rlogin.el 22704;;; Generated autoloads from net/rlogin.el
23400 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") 22705 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")
23401 22706
@@ -23444,8 +22749,9 @@ variable.
23444;;;;;; rmail rmail-show-message-hook rmail-secondary-file-regexp 22749;;;;;; rmail rmail-show-message-hook rmail-secondary-file-regexp
23445;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 22750;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
23446;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 22751;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
23447;;;;;; rmail-dont-reply-to-names rmail-movemail-variant-p) "rmail" 22752;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp
23448;;;;;; "mail/rmail.el" (18961 36795)) 22753;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19137
22754;;;;;; 28347))
23449;;; Generated autoloads from mail/rmail.el 22755;;; Generated autoloads from mail/rmail.el
23450 22756
23451(autoload 'rmail-movemail-variant-p "rmail" "\ 22757(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -23454,6 +22760,22 @@ Currently known variants are 'emacs and 'mailutils.
23454 22760
23455\(fn &rest VARIANTS)" nil nil) 22761\(fn &rest VARIANTS)" nil nil)
23456 22762
22763(defvar rmail-user-mail-address-regexp nil "\
22764Regexp matching user mail addresses.
22765If non-nil, this variable is used to identify the correspondent
22766when receiving new mail. If it matches the address of the sender,
22767the recipient is taken as correspondent of a mail.
22768If nil (default value), your `user-login-name' and `user-mail-address'
22769are used to exclude yourself as correspondent.
22770
22771Usually you don't have to set this variable, except if you collect mails
22772sent by you under different user names.
22773Then it should be a regexp matching your mail addresses.
22774
22775Setting this variable has an effect only before reading a mail.")
22776
22777(custom-autoload 'rmail-user-mail-address-regexp "rmail" t)
22778
23457(defvar rmail-dont-reply-to-names nil "\ 22779(defvar rmail-dont-reply-to-names nil "\
23458A regexp specifying addresses to prune from a reply message. 22780A regexp specifying addresses to prune from a reply message.
23459If this is nil, it is set the first time you compose a reply, to 22781If this is nil, it is set the first time you compose a reply, to
@@ -23492,7 +22814,7 @@ If nil, display all header fields except those matched by
23492 22814
23493(custom-autoload 'rmail-displayed-headers "rmail" t) 22815(custom-autoload 'rmail-displayed-headers "rmail" t)
23494 22816
23495(defvar rmail-retry-ignored-headers "^x-authentication-warning:\\|content-type:\\|content-transfer-encoding:\\|mime-version:" "\ 22817(defvar rmail-retry-ignored-headers "^x-authentication-warning:\\|^x-detected-operating-system:\\|^x-spam[-a-z]*:\\|content-type:\\|content-transfer-encoding:\\|mime-version:" "\
23496Headers that should be stripped when retrying a failed message.") 22818Headers that should be stripped when retrying a failed message.")
23497 22819
23498(custom-autoload 'rmail-retry-ignored-headers "rmail" t) 22820(custom-autoload 'rmail-retry-ignored-headers "rmail" t)
@@ -23622,96 +22944,10 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23622 22944
23623;;;*** 22945;;;***
23624 22946
23625;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
23626;;;;;; (18961 36795))
23627;;; Generated autoloads from mail/rmailedit.el
23628
23629(autoload 'rmail-edit-current-message "rmailedit" "\
23630Edit the contents of this message.
23631
23632\(fn)" t nil)
23633
23634;;;***
23635
23636;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
23637;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
23638;;;;;; "mail/rmailkwd.el" (18910 23702))
23639;;; Generated autoloads from mail/rmailkwd.el
23640
23641(autoload 'rmail-add-label "rmailkwd" "\
23642Add LABEL to labels associated with current RMAIL message.
23643Completes (see `rmail-read-label') over known labels when reading.
23644LABEL may be a symbol or string. Only one label is allowed.
23645
23646\(fn LABEL)" t nil)
23647
23648(autoload 'rmail-kill-label "rmailkwd" "\
23649Remove LABEL from labels associated with current RMAIL message.
23650Completes (see `rmail-read-label') over known labels when reading.
23651LABEL may be a symbol or string. Only one label is allowed.
23652
23653\(fn LABEL)" t nil)
23654
23655(autoload 'rmail-read-label "rmailkwd" "\
23656Read a label with completion, prompting with PROMPT.
23657Completions are chosen from `rmail-label-obarray'. The default
23658is `rmail-last-label', if that is non-nil. Updates `rmail-last-label'
23659according to the choice made, and returns a symbol.
23660
23661\(fn PROMPT)" nil nil)
23662
23663(autoload 'rmail-previous-labeled-message "rmailkwd" "\
23664Show previous message with one of the labels LABELS.
23665LABELS should be a comma-separated list of label names.
23666If LABELS is empty, the last set of labels specified is used.
23667With prefix argument N moves backward N messages with these labels.
23668
23669\(fn N LABELS)" t nil)
23670
23671(autoload 'rmail-next-labeled-message "rmailkwd" "\
23672Show next message with one of the labels LABELS.
23673LABELS should be a comma-separated list of label names.
23674If LABELS is empty, the last set of labels specified is used.
23675With prefix argument N moves forward N messages with these labels.
23676
23677\(fn N LABELS)" t nil)
23678
23679;;;***
23680
23681;;;### (autoloads (rmail-mime) "rmailmm" "mail/rmailmm.el" (18865
23682;;;;;; 61687))
23683;;; Generated autoloads from mail/rmailmm.el
23684
23685(autoload 'rmail-mime "rmailmm" "\
23686Process the current Rmail message as a MIME message.
23687This creates a temporary \"*RMAIL*\" buffer holding a decoded
23688copy of the message. Content-types are handled according to
23689`rmail-mime-media-type-handlers-alist'. By default, this
23690displays text and multipart messages, and offers to download
23691attachments as specfied by `rmail-mime-attachment-dirs-alist'.
23692
23693\(fn)" t nil)
23694
23695;;;***
23696
23697;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
23698;;;;;; (18844 39826))
23699;;; Generated autoloads from mail/rmailmsc.el
23700
23701(autoload 'set-rmail-inbox-list "rmailmsc" "\
23702Set the inbox list of the current RMAIL file to FILE-NAME.
23703You can specify one file name, or several names separated by commas.
23704If FILE-NAME is empty, remove any existing inbox list.
23705
23706This applies only to the current session.
23707
23708\(fn FILE-NAME)" t nil)
23709
23710;;;***
23711
23712;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen 22947;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
23713;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (18910 23702)) 22948;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19092 42734))
23714;;; Generated autoloads from mail/rmailout.el 22949;;; Generated autoloads from mail/rmailout.el
22950(put 'rmail-output-file-alist 'risky-local-variable t)
23715 22951
23716(autoload 'rmail-output "rmailout" "\ 22952(autoload 'rmail-output "rmailout" "\
23717Append this message to mail file FILE-NAME. 22953Append this message to mail file FILE-NAME.
@@ -23773,134 +23009,8 @@ than appending to it. Deletes the message after writing if
23773 23009
23774;;;*** 23010;;;***
23775 23011
23776;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent
23777;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject
23778;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (18863
23779;;;;;; 60809))
23780;;; Generated autoloads from mail/rmailsort.el
23781
23782(autoload 'rmail-sort-by-date "rmailsort" "\
23783Sort messages of current Rmail buffer by \"Date\" header.
23784If prefix argument REVERSE is non-nil, sorts in reverse order.
23785
23786\(fn REVERSE)" t nil)
23787
23788(autoload 'rmail-sort-by-subject "rmailsort" "\
23789Sort messages of current Rmail buffer by \"Subject\" header.
23790Ignores any \"Re: \" prefix. If prefix argument REVERSE is
23791non-nil, sorts in reverse order.
23792
23793\(fn REVERSE)" t nil)
23794
23795(autoload 'rmail-sort-by-author "rmailsort" "\
23796Sort messages of current Rmail buffer by author.
23797This uses either the \"From\" or \"Sender\" header, downcased.
23798If prefix argument REVERSE is non-nil, sorts in reverse order.
23799
23800\(fn REVERSE)" t nil)
23801
23802(autoload 'rmail-sort-by-recipient "rmailsort" "\
23803Sort messages of current Rmail buffer by recipient.
23804This uses either the \"To\" or \"Apparently-To\" header, downcased.
23805If prefix argument REVERSE is non-nil, sorts in reverse order.
23806
23807\(fn REVERSE)" t nil)
23808
23809(autoload 'rmail-sort-by-correspondent "rmailsort" "\
23810Sort messages of current Rmail buffer by other correspondent.
23811This uses either the \"From\", \"Sender\", \"To\", or
23812\"Apparently-To\" header, downcased. Uses the first header not
23813excluded by `rmail-dont-reply-to-names'. If prefix argument
23814REVERSE is non-nil, sorts in reverse order.
23815
23816\(fn REVERSE)" t nil)
23817
23818(autoload 'rmail-sort-by-lines "rmailsort" "\
23819Sort messages of current Rmail buffer by the number of lines.
23820If prefix argument REVERSE is non-nil, sorts in reverse order.
23821
23822\(fn REVERSE)" t nil)
23823
23824(autoload 'rmail-sort-by-labels "rmailsort" "\
23825Sort messages of current Rmail buffer by labels.
23826LABELS is a comma-separated list of labels. The order of these
23827labels specifies the order of messages: messages with the first
23828label come first, messages with the second label come second, and
23829so on. Messages that have none of these labels come last.
23830If prefix argument REVERSE is non-nil, sorts in reverse order.
23831
23832\(fn REVERSE LABELS)" t nil)
23833
23834;;;***
23835
23836;;;### (autoloads (rmail-user-mail-address-regexp rmail-summary-by-senders
23837;;;;;; rmail-summary-by-topic rmail-summary-by-regexp rmail-summary-by-recipients
23838;;;;;; rmail-summary-by-labels rmail-summary) "rmailsum" "mail/rmailsum.el"
23839;;;;;; (18903 29194))
23840;;; Generated autoloads from mail/rmailsum.el
23841
23842(autoload 'rmail-summary "rmailsum" "\
23843Display a summary of all messages, one line per message.
23844
23845\(fn)" t nil)
23846
23847(autoload 'rmail-summary-by-labels "rmailsum" "\
23848Display a summary of all messages with one or more LABELS.
23849LABELS should be a string containing the desired labels, separated by commas.
23850
23851\(fn LABELS)" t nil)
23852
23853(autoload 'rmail-summary-by-recipients "rmailsum" "\
23854Display a summary of all messages with the given RECIPIENTS.
23855Normally checks the To, From and Cc fields of headers;
23856but if PRIMARY-ONLY is non-nil (prefix arg given),
23857 only look in the To and From fields.
23858RECIPIENTS is a string of regexps separated by commas.
23859
23860\(fn RECIPIENTS &optional PRIMARY-ONLY)" t nil)
23861
23862(autoload 'rmail-summary-by-regexp "rmailsum" "\
23863Display a summary of all messages according to regexp REGEXP.
23864If the regular expression is found in the header of the message
23865\(including in the date and other lines, as well as the subject line),
23866Emacs will list the message in the summary.
23867
23868\(fn REGEXP)" t nil)
23869
23870(autoload 'rmail-summary-by-topic "rmailsum" "\
23871Display a summary of all messages with the given SUBJECT.
23872Normally checks just the Subject field of headers; but with prefix
23873argument WHOLE-MESSAGE is non-nil, looks in the whole message.
23874SUBJECT is a string of regexps separated by commas.
23875
23876\(fn SUBJECT &optional WHOLE-MESSAGE)" t nil)
23877
23878(autoload 'rmail-summary-by-senders "rmailsum" "\
23879Display a summary of all messages whose \"From\" field matches SENDERS.
23880SENDERS is a string of regexps separated by commas.
23881
23882\(fn SENDERS)" t nil)
23883
23884(defvar rmail-user-mail-address-regexp nil "\
23885Regexp matching user mail addresses.
23886If non-nil, this variable is used to identify the correspondent
23887when receiving new mail. If it matches the address of the sender,
23888the recipient is taken as correspondent of a mail.
23889If nil (default value), your `user-login-name' and `user-mail-address'
23890are used to exclude yourself as correspondent.
23891
23892Usually you don't have to set this variable, except if you collect mails
23893sent by you under different user names.
23894Then it should be a regexp matching your mail addresses.
23895
23896Setting this variable has an effect only before reading a mail.")
23897
23898(custom-autoload 'rmail-user-mail-address-regexp "rmailsum" t)
23899
23900;;;***
23901
23902;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" 23012;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
23903;;;;;; (18787 48931)) 23013;;;;;; (18785 32013))
23904;;; Generated autoloads from nxml/rng-cmpct.el 23014;;; Generated autoloads from nxml/rng-cmpct.el
23905 23015
23906(autoload 'rng-c-load-schema "rng-cmpct" "\ 23016(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -23912,7 +23022,7 @@ Return a pattern.
23912;;;*** 23022;;;***
23913 23023
23914;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" 23024;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
23915;;;;;; (18787 48931)) 23025;;;;;; (18785 32013))
23916;;; Generated autoloads from nxml/rng-nxml.el 23026;;; Generated autoloads from nxml/rng-nxml.el
23917 23027
23918(autoload 'rng-nxml-mode-init "rng-nxml" "\ 23028(autoload 'rng-nxml-mode-init "rng-nxml" "\
@@ -23925,7 +23035,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23925;;;*** 23035;;;***
23926 23036
23927;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" 23037;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
23928;;;;;; (18787 48932)) 23038;;;;;; (18785 32015))
23929;;; Generated autoloads from nxml/rng-valid.el 23039;;; Generated autoloads from nxml/rng-valid.el
23930 23040
23931(autoload 'rng-validate-mode "rng-valid" "\ 23041(autoload 'rng-validate-mode "rng-valid" "\
@@ -23955,8 +23065,8 @@ to use for finding the schema.
23955 23065
23956;;;*** 23066;;;***
23957 23067
23958;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (18787 23068;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (18785
23959;;;;;; 48932)) 23069;;;;;; 32015))
23960;;; Generated autoloads from nxml/rng-xsd.el 23070;;; Generated autoloads from nxml/rng-xsd.el
23961 23071
23962(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) 23072(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
@@ -23984,7 +23094,7 @@ must be equal.
23984;;;*** 23094;;;***
23985 23095
23986;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) 23096;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
23987;;;;;; "robin" "international/robin.el" (18821 3056)) 23097;;;;;; "robin" "international/robin.el" (19096 36921))
23988;;; Generated autoloads from international/robin.el 23098;;; Generated autoloads from international/robin.el
23989 23099
23990(autoload 'robin-define-package "robin" "\ 23100(autoload 'robin-define-package "robin" "\
@@ -24017,7 +23127,7 @@ Start using robin package NAME, which is a string.
24017;;;*** 23127;;;***
24018 23128
24019;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 23129;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
24020;;;;;; rot13-string rot13) "rot13" "rot13.el" (18787 48918)) 23130;;;;;; rot13-string rot13) "rot13" "rot13.el" (18785 31823))
24021;;; Generated autoloads from rot13.el 23131;;; Generated autoloads from rot13.el
24022 23132
24023(autoload 'rot13 "rot13" "\ 23133(autoload 'rot13 "rot13" "\
@@ -24055,7 +23165,7 @@ Toggle the use of ROT13 encoding for the current window.
24055;;;*** 23165;;;***
24056 23166
24057;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" 23167;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
24058;;;;;; (18846 2118)) 23168;;;;;; (19088 18201))
24059;;; Generated autoloads from textmodes/rst.el 23169;;; Generated autoloads from textmodes/rst.el
24060 (add-to-list 'auto-mode-alist '("\\.re?st\\'" . rst-mode)) 23170 (add-to-list 'auto-mode-alist '("\\.re?st\\'" . rst-mode))
24061 23171
@@ -24093,7 +23203,7 @@ for modes derived from Text mode, like Mail mode.
24093;;;*** 23203;;;***
24094 23204
24095;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" 23205;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el"
24096;;;;;; (19001 2148)) 23206;;;;;; (19001 2246))
24097;;; Generated autoloads from progmodes/ruby-mode.el 23207;;; Generated autoloads from progmodes/ruby-mode.el
24098 23208
24099(autoload 'ruby-mode "ruby-mode" "\ 23209(autoload 'ruby-mode "ruby-mode" "\
@@ -24114,8 +23224,8 @@ The variable `ruby-indent-level' controls the amount of indentation.
24114 23224
24115;;;*** 23225;;;***
24116 23226
24117;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (18787 23227;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (18785
24118;;;;;; 48918)) 23228;;;;;; 31823))
24119;;; Generated autoloads from ruler-mode.el 23229;;; Generated autoloads from ruler-mode.el
24120 23230
24121(autoload 'ruler-mode "ruler-mode" "\ 23231(autoload 'ruler-mode "ruler-mode" "\
@@ -24125,8 +23235,8 @@ Display a ruler in the header line if ARG > 0.
24125 23235
24126;;;*** 23236;;;***
24127 23237
24128;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (18787 23238;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (18785
24129;;;;;; 48922)) 23239;;;;;; 31909))
24130;;; Generated autoloads from emacs-lisp/rx.el 23240;;; Generated autoloads from emacs-lisp/rx.el
24131 23241
24132(autoload 'rx-to-string "rx" "\ 23242(autoload 'rx-to-string "rx" "\
@@ -24436,7 +23546,7 @@ enclosed in `(and ...)'.
24436;;;*** 23546;;;***
24437 23547
24438;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" 23548;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el"
24439;;;;;; (18787 48918)) 23549;;;;;; (18785 31823))
24440;;; Generated autoloads from savehist.el 23550;;; Generated autoloads from savehist.el
24441 23551
24442(defvar savehist-mode nil "\ 23552(defvar savehist-mode nil "\
@@ -24462,7 +23572,7 @@ which is probably undesirable.
24462;;;*** 23572;;;***
24463 23573
24464;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 23574;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
24465;;;;;; (18787 48935)) 23575;;;;;; (18785 32069))
24466;;; Generated autoloads from progmodes/scheme.el 23576;;; Generated autoloads from progmodes/scheme.el
24467 23577
24468(autoload 'scheme-mode "scheme" "\ 23578(autoload 'scheme-mode "scheme" "\
@@ -24504,7 +23614,7 @@ that variable's value is a string.
24504;;;*** 23614;;;***
24505 23615
24506;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 23616;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
24507;;;;;; (18787 48928)) 23617;;;;;; (18785 31978))
24508;;; Generated autoloads from gnus/score-mode.el 23618;;; Generated autoloads from gnus/score-mode.el
24509 23619
24510(autoload 'gnus-score-mode "score-mode" "\ 23620(autoload 'gnus-score-mode "score-mode" "\
@@ -24518,7 +23628,7 @@ This mode is an extended emacs-lisp mode.
24518;;;*** 23628;;;***
24519 23629
24520;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 23630;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
24521;;;;;; (18787 48918)) 23631;;;;;; (18785 31823))
24522;;; Generated autoloads from scroll-all.el 23632;;; Generated autoloads from scroll-all.el
24523 23633
24524(defvar scroll-all-mode nil "\ 23634(defvar scroll-all-mode nil "\
@@ -24541,7 +23651,7 @@ apply to all visible windows in the same frame.
24541;;;*** 23651;;;***
24542 23652
24543;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 23653;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
24544;;;;;; (18787 48918)) 23654;;;;;; (18785 31824))
24545;;; Generated autoloads from scroll-lock.el 23655;;; Generated autoloads from scroll-lock.el
24546 23656
24547(autoload 'scroll-lock-mode "scroll-lock" "\ 23657(autoload 'scroll-lock-mode "scroll-lock" "\
@@ -24555,6 +23665,52 @@ during scrolling.
24555 23665
24556;;;*** 23666;;;***
24557 23667
23668;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
23669;;;;;; "cedet/semantic.el" (19136 54009))
23670;;; Generated autoloads from cedet/semantic.el
23671
23672(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
23673List of auxilliary Semantic minor modes enabled by `semantic-mode'.
23674The possible elements of this list include the following:
23675
23676 `semantic-highlight-func-mode' - Highlight the current tag.
23677 `semantic-decoration-mode' - Decorate tags based on various attributes.
23678 `semantic-stickyfunc-mode' - Track current function in the header-line.
23679 `semantic-idle-completions-mode' - Provide smart symbol completion
23680 automatically when idle.
23681 `semantic-idle-scheduler-mode' - Keep a buffer's parse tree up to date.
23682 `semanticdb-minor-mode' - Store tags when a buffer is not in memory.
23683 `semantic-idle-summary-mode' - Show a summary for the code at point.
23684 `semantic-mru-bookmark-mode' - Provide `switch-to-buffer'-like
23685 keybinding for tag names.")
23686
23687(custom-autoload 'semantic-default-submodes "semantic" t)
23688
23689(defvar semantic-mode nil "\
23690Non-nil if Semantic mode is enabled.
23691See the command `semantic-mode' for a description of this minor mode.
23692Setting this variable directly does not take effect;
23693either customize it (see the info node `Easy Customization')
23694or call the function `semantic-mode'.")
23695
23696(custom-autoload 'semantic-mode "semantic" nil)
23697
23698(autoload 'semantic-mode "semantic" "\
23699Toggle Semantic mode.
23700With ARG, turn Semantic mode on if ARG is positive, off otherwise.
23701
23702In Semantic mode, Emacs parses the buffers you visit for their
23703semantic content. This information is used by a variety of
23704auxilliary minor modes, listed in `semantic-default-submodes';
23705all the minor modes in this list are also enabled when you enable
23706Semantic mode.
23707
23708\\{semantic-mode-map}
23709
23710\(fn &optional ARG)" t nil)
23711
23712;;;***
23713
24558;;;### (autoloads (mail-other-frame mail-other-window mail mail-mailing-lists 23714;;;### (autoloads (mail-other-frame mail-other-window mail mail-mailing-lists
24559;;;;;; mail-mode mail-send-nonascii mail-bury-selects-summary mail-default-headers 23715;;;;;; mail-mode mail-send-nonascii mail-bury-selects-summary mail-default-headers
24560;;;;;; mail-default-directory mail-signature-file mail-signature 23716;;;;;; mail-default-directory mail-signature-file mail-signature
@@ -24563,7 +23719,7 @@ during scrolling.
24563;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 23719;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
24564;;;;;; mail-header-separator send-mail-function mail-interactive 23720;;;;;; mail-header-separator send-mail-function mail-interactive
24565;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 23721;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
24566;;;;;; "sendmail" "mail/sendmail.el" (18910 23702)) 23722;;;;;; "sendmail" "mail/sendmail.el" (19116 17005))
24567;;; Generated autoloads from mail/sendmail.el 23723;;; Generated autoloads from mail/sendmail.el
24568 23724
24569(defvar mail-from-style 'angles "\ 23725(defvar mail-from-style 'angles "\
@@ -24785,7 +23941,7 @@ header when sending a message to a mailing list.")
24785 23941
24786(defvar sendmail-coding-system nil "\ 23942(defvar sendmail-coding-system nil "\
24787*Coding system for encoding the outgoing mail. 23943*Coding system for encoding the outgoing mail.
24788This has higher priority than `default-buffer-file-coding-system' 23944This has higher priority than the default `buffer-file-coding-system'
24789and `default-sendmail-coding-system', 23945and `default-sendmail-coding-system',
24790but lower priority than the local value of `buffer-file-coding-system'. 23946but lower priority than the local value of `buffer-file-coding-system'.
24791See also the function `select-message-coding-system'.") 23947See also the function `select-message-coding-system'.")
@@ -24864,8 +24020,8 @@ Like `mail' command, but display mail buffer in another frame.
24864;;;*** 24020;;;***
24865 24021
24866;;;### (autoloads (server-save-buffers-kill-terminal server-mode 24022;;;### (autoloads (server-save-buffers-kill-terminal server-mode
24867;;;;;; server-force-delete server-start) "server" "server.el" (18871 24023;;;;;; server-force-delete server-start) "server" "server.el" (19124
24868;;;;;; 14577)) 24024;;;;;; 61703))
24869;;; Generated autoloads from server.el 24025;;; Generated autoloads from server.el
24870 24026
24871(autoload 'server-start "server" "\ 24027(autoload 'server-start "server" "\
@@ -24919,7 +24075,7 @@ only these files will be asked to be saved.
24919 24075
24920;;;*** 24076;;;***
24921 24077
24922;;;### (autoloads (ses-mode) "ses" "ses.el" (18787 48918)) 24078;;;### (autoloads (ses-mode) "ses" "ses.el" (19096 3520))
24923;;; Generated autoloads from ses.el 24079;;; Generated autoloads from ses.el
24924 24080
24925(autoload 'ses-mode "ses" "\ 24081(autoload 'ses-mode "ses" "\
@@ -24938,7 +24094,7 @@ These are active only in the minibuffer, when entering or editing a formula:
24938;;;*** 24094;;;***
24939 24095
24940;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 24096;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
24941;;;;;; (18791 16534)) 24097;;;;;; (19137 28302))
24942;;; Generated autoloads from textmodes/sgml-mode.el 24098;;; Generated autoloads from textmodes/sgml-mode.el
24943 24099
24944(autoload 'sgml-mode "sgml-mode" "\ 24100(autoload 'sgml-mode "sgml-mode" "\
@@ -24962,8 +24118,6 @@ Do \\[describe-key] on the following bindings to discover what they do.
24962 24118
24963\(fn)" t nil) 24119\(fn)" t nil)
24964 24120
24965(defalias 'xml-mode 'sgml-mode)
24966
24967(autoload 'html-mode "sgml-mode" "\ 24121(autoload 'html-mode "sgml-mode" "\
24968Major mode based on SGML mode for editing HTML documents. 24122Major mode based on SGML mode for editing HTML documents.
24969This allows inserting skeleton constructs used in hypertext documents with 24123This allows inserting skeleton constructs used in hypertext documents with
@@ -25006,7 +24160,7 @@ To work around that, do:
25006;;;*** 24160;;;***
25007 24161
25008;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 24162;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
25009;;;;;; (18846 2118)) 24163;;;;;; (19125 12918))
25010;;; Generated autoloads from progmodes/sh-script.el 24164;;; Generated autoloads from progmodes/sh-script.el
25011(put 'sh-shell 'safe-local-variable 'symbolp) 24165(put 'sh-shell 'safe-local-variable 'symbolp)
25012 24166
@@ -25070,7 +24224,7 @@ with your script for an edit-interpret-debug cycle.
25070 24224
25071;;;*** 24225;;;***
25072 24226
25073;;;### (autoloads (sha1) "sha1" "sha1.el" (18787 48918)) 24227;;;### (autoloads (sha1) "sha1" "sha1.el" (18785 31824))
25074;;; Generated autoloads from sha1.el 24228;;; Generated autoloads from sha1.el
25075 24229
25076(autoload 'sha1 "sha1" "\ 24230(autoload 'sha1 "sha1" "\
@@ -25085,12 +24239,16 @@ If BINARY is non-nil, return a string in binary form.
25085;;;*** 24239;;;***
25086 24240
25087;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 24241;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
25088;;;;;; (18787 48922)) 24242;;;;;; (19046 31395))
25089;;; Generated autoloads from emacs-lisp/shadow.el 24243;;; Generated autoloads from emacs-lisp/shadow.el
25090 24244
25091(autoload 'list-load-path-shadows "shadow" "\ 24245(autoload 'list-load-path-shadows "shadow" "\
25092Display a list of Emacs Lisp files that shadow other files. 24246Display a list of Emacs Lisp files that shadow other files.
25093 24247
24248If STRINGP is non-nil, returns any shadows as a string.
24249Otherwise, if interactive shows any shadows in a `*Shadows*' buffer;
24250else prints messages listing any shadows.
24251
25094This function lists potential load path problems. Directories in 24252This function lists potential load path problems. Directories in
25095the `load-path' variable are searched, in order, for Emacs Lisp 24253the `load-path' variable are searched, in order, for Emacs Lisp
25096files. When a previously encountered file name is found again, a 24254files. When a previously encountered file name is found again, a
@@ -25123,17 +24281,16 @@ shadowings. Because a .el file may exist without a corresponding .elc
25123XXX.elc in an early directory (that does not contain XXX.el) is 24281XXX.elc in an early directory (that does not contain XXX.el) is
25124considered to shadow a later file XXX.el, and vice-versa. 24282considered to shadow a later file XXX.el, and vice-versa.
25125 24283
25126When run interactively, the shadowings (if any) are displayed in a 24284Shadowings are located by calling the (non-interactive) companion
25127buffer called `*Shadows*'. Shadowings are located by calling the 24285function, `find-emacs-lisp-shadows'.
25128\(non-interactive) companion function, `find-emacs-lisp-shadows'.
25129 24286
25130\(fn)" t nil) 24287\(fn &optional STRINGP)" t nil)
25131 24288
25132;;;*** 24289;;;***
25133 24290
25134;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 24291;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
25135;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (18787 24292;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (18785
25136;;;;;; 48918)) 24293;;;;;; 31825))
25137;;; Generated autoloads from shadowfile.el 24294;;; Generated autoloads from shadowfile.el
25138 24295
25139(autoload 'shadow-define-cluster "shadowfile" "\ 24296(autoload 'shadow-define-cluster "shadowfile" "\
@@ -25172,7 +24329,7 @@ Set up file shadowing.
25172;;;*** 24329;;;***
25173 24330
25174;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 24331;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
25175;;;;;; (18787 48918)) 24332;;;;;; (19137 28300))
25176;;; Generated autoloads from shell.el 24333;;; Generated autoloads from shell.el
25177 24334
25178(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ 24335(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
@@ -25222,7 +24379,7 @@ Otherwise, one argument `-i' is passed to the shell.
25222;;;*** 24379;;;***
25223 24380
25224;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 24381;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
25225;;;;;; "sieve" "gnus/sieve.el" (18787 48928)) 24382;;;;;; "sieve" "gnus/sieve.el" (18785 31978))
25226;;; Generated autoloads from gnus/sieve.el 24383;;; Generated autoloads from gnus/sieve.el
25227 24384
25228(autoload 'sieve-manage "sieve" "\ 24385(autoload 'sieve-manage "sieve" "\
@@ -25243,7 +24400,7 @@ Not documented
25243;;;*** 24400;;;***
25244 24401
25245;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 24402;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
25246;;;;;; (18787 48928)) 24403;;;;;; (19101 57522))
25247;;; Generated autoloads from gnus/sieve-mode.el 24404;;; Generated autoloads from gnus/sieve-mode.el
25248 24405
25249(autoload 'sieve-mode "sieve-mode" "\ 24406(autoload 'sieve-mode "sieve-mode" "\
@@ -25258,8 +24415,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
25258 24415
25259;;;*** 24416;;;***
25260 24417
25261;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (18791 24418;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (18790
25262;;;;;; 16532)) 24419;;;;;; 53122))
25263;;; Generated autoloads from progmodes/simula.el 24420;;; Generated autoloads from progmodes/simula.el
25264 24421
25265(autoload 'simula-mode "simula" "\ 24422(autoload 'simula-mode "simula" "\
@@ -25308,7 +24465,7 @@ with no arguments, if that value is non-nil.
25308;;;*** 24465;;;***
25309 24466
25310;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 24467;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
25311;;;;;; define-skeleton) "skeleton" "skeleton.el" (18791 16512)) 24468;;;;;; define-skeleton) "skeleton" "skeleton.el" (18790 54821))
25312;;; Generated autoloads from skeleton.el 24469;;; Generated autoloads from skeleton.el
25313 24470
25314(defvar skeleton-filter-function 'identity "\ 24471(defvar skeleton-filter-function 'identity "\
@@ -25418,7 +24575,7 @@ symmetrical ones, and the same character twice for the others.
25418;;;*** 24575;;;***
25419 24576
25420;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) 24577;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
25421;;;;;; "smerge-mode" "smerge-mode.el" (18825 40643)) 24578;;;;;; "smerge-mode" "smerge-mode.el" (19110 46270))
25422;;; Generated autoloads from smerge-mode.el 24579;;; Generated autoloads from smerge-mode.el
25423 24580
25424(autoload 'smerge-ediff "smerge-mode" "\ 24581(autoload 'smerge-ediff "smerge-mode" "\
@@ -25443,7 +24600,7 @@ If no conflict maker is found, turn off `smerge-mode'.
25443;;;*** 24600;;;***
25444 24601
25445;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 24602;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
25446;;;;;; (18787 48928)) 24603;;;;;; (18785 31978))
25447;;; Generated autoloads from gnus/smiley.el 24604;;; Generated autoloads from gnus/smiley.el
25448 24605
25449(autoload 'smiley-region "smiley" "\ 24606(autoload 'smiley-region "smiley" "\
@@ -25461,7 +24618,7 @@ interactively. If there's no argument, do it at the current buffer
25461;;;*** 24618;;;***
25462 24619
25463;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 24620;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
25464;;;;;; "mail/smtpmail.el" (18971 23221)) 24621;;;;;; "mail/smtpmail.el" (18969 61522))
25465;;; Generated autoloads from mail/smtpmail.el 24622;;; Generated autoloads from mail/smtpmail.el
25466 24623
25467(autoload 'smtpmail-send-it "smtpmail" "\ 24624(autoload 'smtpmail-send-it "smtpmail" "\
@@ -25476,7 +24633,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
25476 24633
25477;;;*** 24634;;;***
25478 24635
25479;;;### (autoloads (snake) "snake" "play/snake.el" (18787 48933)) 24636;;;### (autoloads (snake) "snake" "play/snake.el" (18785 32031))
25480;;; Generated autoloads from play/snake.el 24637;;; Generated autoloads from play/snake.el
25481 24638
25482(autoload 'snake "snake" "\ 24639(autoload 'snake "snake" "\
@@ -25500,7 +24657,7 @@ Snake mode keybindings:
25500;;;*** 24657;;;***
25501 24658
25502;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 24659;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
25503;;;;;; (18787 48931)) 24660;;;;;; (18785 32008))
25504;;; Generated autoloads from net/snmp-mode.el 24661;;; Generated autoloads from net/snmp-mode.el
25505 24662
25506(autoload 'snmp-mode "snmp-mode" "\ 24663(autoload 'snmp-mode "snmp-mode" "\
@@ -25530,7 +24687,7 @@ then `snmpv2-mode-hook'.
25530;;;*** 24687;;;***
25531 24688
25532;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (18983 24689;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (18983
25533;;;;;; 49576)) 24690;;;;;; 27730))
25534;;; Generated autoloads from calendar/solar.el 24691;;; Generated autoloads from calendar/solar.el
25535 24692
25536(autoload 'sunrise-sunset "solar" "\ 24693(autoload 'sunrise-sunset "solar" "\
@@ -25545,8 +24702,8 @@ This function is suitable for execution in a .emacs file.
25545 24702
25546;;;*** 24703;;;***
25547 24704
25548;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (18787 24705;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19104
25549;;;;;; 48933)) 24706;;;;;; 47795))
25550;;; Generated autoloads from play/solitaire.el 24707;;; Generated autoloads from play/solitaire.el
25551 24708
25552(autoload 'solitaire "solitaire" "\ 24709(autoload 'solitaire "solitaire" "\
@@ -25623,7 +24780,7 @@ Pick your favourite shortcuts:
25623 24780
25624;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 24781;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
25625;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 24782;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
25626;;;;;; sort-lines sort-subr) "sort" "sort.el" (18787 48918)) 24783;;;;;; sort-lines sort-subr) "sort" "sort.el" (18785 31826))
25627;;; Generated autoloads from sort.el 24784;;; Generated autoloads from sort.el
25628(put 'sort-fold-case 'safe-local-variable 'booleanp) 24785(put 'sort-fold-case 'safe-local-variable 'booleanp)
25629 24786
@@ -25767,8 +24924,8 @@ From a program takes two point or marker arguments, BEG and END.
25767 24924
25768;;;*** 24925;;;***
25769 24926
25770;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (18935 24927;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (19137
25771;;;;;; 28926)) 24928;;;;;; 28302))
25772;;; Generated autoloads from gnus/spam.el 24929;;; Generated autoloads from gnus/spam.el
25773 24930
25774(autoload 'spam-initialize "spam" "\ 24931(autoload 'spam-initialize "spam" "\
@@ -25784,7 +24941,7 @@ installed through `spam-necessary-extra-headers'.
25784 24941
25785;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 24942;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
25786;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 24943;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
25787;;;;;; "gnus/spam-report.el" (18791 16522)) 24944;;;;;; "gnus/spam-report.el" (18790 48672))
25788;;; Generated autoloads from gnus/spam-report.el 24945;;; Generated autoloads from gnus/spam-report.el
25789 24946
25790(autoload 'spam-report-process-queue "spam-report" "\ 24947(autoload 'spam-report-process-queue "spam-report" "\
@@ -25827,7 +24984,7 @@ Spam reports will be queued with the method used when
25827;;;*** 24984;;;***
25828 24985
25829;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 24986;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
25830;;;;;; "speedbar.el" (18834 13432)) 24987;;;;;; "speedbar.el" (19123 15211))
25831;;; Generated autoloads from speedbar.el 24988;;; Generated autoloads from speedbar.el
25832 24989
25833(defalias 'speedbar 'speedbar-frame-mode) 24990(defalias 'speedbar 'speedbar-frame-mode)
@@ -25852,7 +25009,7 @@ selected. If the speedbar frame is active, then select the attached frame.
25852;;;*** 25009;;;***
25853 25010
25854;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 25011;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
25855;;;;;; "spell" "textmodes/spell.el" (18787 48936)) 25012;;;;;; "spell" "textmodes/spell.el" (18785 32092))
25856;;; Generated autoloads from textmodes/spell.el 25013;;; Generated autoloads from textmodes/spell.el
25857 25014
25858(put 'spell-filter 'risky-local-variable t) 25015(put 'spell-filter 'risky-local-variable t)
@@ -25896,8 +25053,8 @@ Check spelling of string supplied as argument.
25896 25053
25897;;;*** 25054;;;***
25898 25055
25899;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (18787 25056;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (18785
25900;;;;;; 48933)) 25057;;;;;; 32032))
25901;;; Generated autoloads from play/spook.el 25058;;; Generated autoloads from play/spook.el
25902 25059
25903(autoload 'spook "spook" "\ 25060(autoload 'spook "spook" "\
@@ -25915,8 +25072,8 @@ Return a vector containing the lines from `spook-phrases-file'.
25915;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres 25072;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
25916;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 25073;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
25917;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help 25074;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help
25918;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (18838 25075;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (19080
25919;;;;;; 52325)) 25076;;;;;; 10819))
25920;;; Generated autoloads from progmodes/sql.el 25077;;; Generated autoloads from progmodes/sql.el
25921 25078
25922(autoload 'sql-add-product-keywords "sql" "\ 25079(autoload 'sql-add-product-keywords "sql" "\
@@ -26016,8 +25173,7 @@ you must tell Emacs. Here's how to do that in your `~/.emacs' file:
26016Run product interpreter as an inferior process. 25173Run product interpreter as an inferior process.
26017 25174
26018If buffer `*SQL*' exists but no process is running, make a new process. 25175If buffer `*SQL*' exists but no process is running, make a new process.
26019If buffer exists and a process is running, just switch to buffer 25176If buffer exists and a process is running, just switch to buffer `*SQL*'.
26020`*SQL*'.
26021 25177
26022\(Type \\[describe-mode] in the SQL buffer for a list of commands.) 25178\(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26023 25179
@@ -26343,12 +25499,25 @@ input. See `sql-interactive-mode'.
26343 25499
26344;;;*** 25500;;;***
26345 25501
25502;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
25503;;;;;; (19136 54016))
25504;;; Generated autoloads from cedet/srecode/srt-mode.el
25505
25506(autoload 'srecode-template-mode "srecode/srt-mode" "\
25507Major-mode for writing srecode macros.
25508
25509\(fn)" t nil)
25510
25511(defalias 'srt-mode 'srecode-template-mode)
25512
25513;;;***
25514
26346;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer 25515;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer
26347;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 25516;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
26348;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 25517;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
26349;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 25518;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
26350;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (18787 25519;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19088
26351;;;;;; 48918)) 25520;;;;;; 18197))
26352;;; Generated autoloads from strokes.el 25521;;; Generated autoloads from strokes.el
26353 25522
26354(autoload 'strokes-global-set-stroke "strokes" "\ 25523(autoload 'strokes-global-set-stroke "strokes" "\
@@ -26458,7 +25627,7 @@ Read a complex stroke and insert its glyph into the current buffer.
26458;;;*** 25627;;;***
26459 25628
26460;;;### (autoloads (studlify-buffer studlify-word studlify-region) 25629;;;### (autoloads (studlify-buffer studlify-word studlify-region)
26461;;;;;; "studly" "play/studly.el" (18430 59248)) 25630;;;;;; "studly" "play/studly.el" (19104 47397))
26462;;; Generated autoloads from play/studly.el 25631;;; Generated autoloads from play/studly.el
26463 25632
26464(autoload 'studlify-region "studly" "\ 25633(autoload 'studlify-region "studly" "\
@@ -26479,7 +25648,7 @@ Studlify-case the current buffer.
26479;;;*** 25648;;;***
26480 25649
26481;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 25650;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
26482;;;;;; (18885 458)) 25651;;;;;; (18881 58348))
26483;;; Generated autoloads from mail/supercite.el 25652;;; Generated autoloads from mail/supercite.el
26484 25653
26485(autoload 'sc-cite-original "supercite" "\ 25654(autoload 'sc-cite-original "supercite" "\
@@ -26512,7 +25681,7 @@ and `sc-post-hook' is run after the guts of this function.
26512;;;*** 25681;;;***
26513 25682
26514;;;### (autoloads (symbol-completion-try-complete symbol-complete) 25683;;;### (autoloads (symbol-completion-try-complete symbol-complete)
26515;;;;;; "sym-comp" "progmodes/sym-comp.el" (18787 48935)) 25684;;;;;; "sym-comp" "progmodes/sym-comp.el" (19099 25565))
26516;;; Generated autoloads from progmodes/sym-comp.el 25685;;; Generated autoloads from progmodes/sym-comp.el
26517 25686
26518(autoload 'symbol-complete "sym-comp" "\ 25687(autoload 'symbol-complete "sym-comp" "\
@@ -26549,8 +25718,8 @@ completion:
26549 25718
26550;;;*** 25719;;;***
26551 25720
26552;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (18787 25721;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (18785
26553;;;;;; 48918)) 25722;;;;;; 31827))
26554;;; Generated autoloads from t-mouse.el 25723;;; Generated autoloads from t-mouse.el
26555 25724
26556(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") 25725(define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
@@ -26577,7 +25746,7 @@ It relies on the `gpm' daemon being activated.
26577 25746
26578;;;*** 25747;;;***
26579 25748
26580;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (18787 48918)) 25749;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (18785 31828))
26581;;; Generated autoloads from tabify.el 25750;;; Generated autoloads from tabify.el
26582 25751
26583(autoload 'untabify "tabify" "\ 25752(autoload 'untabify "tabify" "\
@@ -26612,7 +25781,7 @@ The variable `tab-width' controls the spacing of tab stops.
26612;;;;;; table-recognize table-insert-row-column table-insert-column 25781;;;;;; table-recognize table-insert-row-column table-insert-column
26613;;;;;; table-insert-row table-insert table-point-left-cell-hook 25782;;;;;; table-insert-row table-insert table-point-left-cell-hook
26614;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 25783;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
26615;;;;;; "table" "textmodes/table.el" (18971 25081)) 25784;;;;;; "table" "textmodes/table.el" (19086 19376))
26616;;; Generated autoloads from textmodes/table.el 25785;;; Generated autoloads from textmodes/table.el
26617 25786
26618(defvar table-cell-map-hook nil "\ 25787(defvar table-cell-map-hook nil "\
@@ -27013,14 +26182,14 @@ untouched.
27013References used for this implementation: 26182References used for this implementation:
27014 26183
27015HTML: 26184HTML:
27016 http://www.w3.org 26185 URL `http://www.w3.org'
27017 26186
27018LaTeX: 26187LaTeX:
27019 http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html 26188 URL `http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html'
27020 26189
27021CALS (DocBook DTD): 26190CALS (DocBook DTD):
27022 http://www.oasis-open.org/html/a502.htm 26191 URL `http://www.oasis-open.org/html/a502.htm'
27023 http://www.oreilly.com/catalog/docbook/chapter/book/table.html#AEN114751 26192 URL `http://www.oreilly.com/catalog/docbook/chapter/book/table.html#AEN114751'
27024 26193
27025\(fn LANGUAGE &optional DEST-BUFFER CAPTION)" t nil) 26194\(fn LANGUAGE &optional DEST-BUFFER CAPTION)" t nil)
27026 26195
@@ -27200,7 +26369,7 @@ converts a table into plain text without frames. It is a companion to
27200 26369
27201;;;*** 26370;;;***
27202 26371
27203;;;### (autoloads (talk talk-connect) "talk" "talk.el" (18787 48918)) 26372;;;### (autoloads (talk talk-connect) "talk" "talk.el" (18785 31828))
27204;;; Generated autoloads from talk.el 26373;;; Generated autoloads from talk.el
27205 26374
27206(autoload 'talk-connect "talk" "\ 26375(autoload 'talk-connect "talk" "\
@@ -27215,7 +26384,7 @@ Connect to the Emacs talk group from the current X display or tty frame.
27215 26384
27216;;;*** 26385;;;***
27217 26386
27218;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (18985 38697)) 26387;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19103 26693))
27219;;; Generated autoloads from tar-mode.el 26388;;; Generated autoloads from tar-mode.el
27220 26389
27221(autoload 'tar-mode "tar-mode" "\ 26390(autoload 'tar-mode "tar-mode" "\
@@ -27239,7 +26408,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
27239;;;*** 26408;;;***
27240 26409
27241;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 26410;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
27242;;;;;; "progmodes/tcl.el" (18791 16532)) 26411;;;;;; "progmodes/tcl.el" (18790 53122))
27243;;; Generated autoloads from progmodes/tcl.el 26412;;; Generated autoloads from progmodes/tcl.el
27244 26413
27245(autoload 'tcl-mode "tcl" "\ 26414(autoload 'tcl-mode "tcl" "\
@@ -27290,7 +26459,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
27290 26459
27291;;;*** 26460;;;***
27292 26461
27293;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (18787 48931)) 26462;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (18785 32008))
27294;;; Generated autoloads from net/telnet.el 26463;;; Generated autoloads from net/telnet.el
27295 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") 26464 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
27296 26465
@@ -27318,7 +26487,7 @@ Normally input is edited in Emacs and sent a line at a time.
27318;;;*** 26487;;;***
27319 26488
27320;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" 26489;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
27321;;;;;; (18873 47526)) 26490;;;;;; (19131 46631))
27322;;; Generated autoloads from term.el 26491;;; Generated autoloads from term.el
27323 26492
27324(autoload 'make-term "term" "\ 26493(autoload 'make-term "term" "\
@@ -27360,8 +26529,8 @@ use in that buffer.
27360 26529
27361;;;*** 26530;;;***
27362 26531
27363;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (18791 26532;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (18790
27364;;;;;; 16513)) 26533;;;;;; 55820))
27365;;; Generated autoloads from terminal.el 26534;;; Generated autoloads from terminal.el
27366 26535
27367(autoload 'terminal-emulator "terminal" "\ 26536(autoload 'terminal-emulator "terminal" "\
@@ -27398,7 +26567,7 @@ subprocess started.
27398;;;*** 26567;;;***
27399 26568
27400;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 26569;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
27401;;;;;; (18787 48923)) 26570;;;;;; (18785 31911))
27402;;; Generated autoloads from emacs-lisp/testcover.el 26571;;; Generated autoloads from emacs-lisp/testcover.el
27403 26572
27404(autoload 'testcover-this-defun "testcover" "\ 26573(autoload 'testcover-this-defun "testcover" "\
@@ -27408,7 +26577,7 @@ Start coverage on function under point.
27408 26577
27409;;;*** 26578;;;***
27410 26579
27411;;;### (autoloads (tetris) "tetris" "play/tetris.el" (18787 48933)) 26580;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19104 47795))
27412;;; Generated autoloads from play/tetris.el 26581;;; Generated autoloads from play/tetris.el
27413 26582
27414(autoload 'tetris "tetris" "\ 26583(autoload 'tetris "tetris" "\
@@ -27439,7 +26608,7 @@ tetris-mode keybindings:
27439;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 26608;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
27440;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 26609;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
27441;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 26610;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
27442;;;;;; (18964 39342)) 26611;;;;;; (19100 52261))
27443;;; Generated autoloads from textmodes/tex-mode.el 26612;;; Generated autoloads from textmodes/tex-mode.el
27444 26613
27445(defvar tex-shell-file-name nil "\ 26614(defvar tex-shell-file-name nil "\
@@ -27741,7 +26910,7 @@ Major mode to edit DocTeX files.
27741;;;*** 26910;;;***
27742 26911
27743;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 26912;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
27744;;;;;; "texinfmt" "textmodes/texinfmt.el" (18787 48936)) 26913;;;;;; "texinfmt" "textmodes/texinfmt.el" (18785 32093))
27745;;; Generated autoloads from textmodes/texinfmt.el 26914;;; Generated autoloads from textmodes/texinfmt.el
27746 26915
27747(autoload 'texinfo-format-buffer "texinfmt" "\ 26916(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -27781,7 +26950,7 @@ if large. You can use `Info-split' to do this manually.
27781;;;*** 26950;;;***
27782 26951
27783;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 26952;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
27784;;;;;; "texinfo" "textmodes/texinfo.el" (18787 48936)) 26953;;;;;; "texinfo" "textmodes/texinfo.el" (19100 53569))
27785;;; Generated autoloads from textmodes/texinfo.el 26954;;; Generated autoloads from textmodes/texinfo.el
27786 26955
27787(defvar texinfo-open-quote "``" "\ 26956(defvar texinfo-open-quote "``" "\
@@ -27867,7 +27036,7 @@ value of `texinfo-mode-hook'.
27867 27036
27868;;;### (autoloads (thai-composition-function thai-compose-buffer 27037;;;### (autoloads (thai-composition-function thai-compose-buffer
27869;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" 27038;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
27870;;;;;; (18787 48929)) 27039;;;;;; (18785 31989))
27871;;; Generated autoloads from language/thai-util.el 27040;;; Generated autoloads from language/thai-util.el
27872 27041
27873(autoload 'thai-compose-region "thai-util" "\ 27042(autoload 'thai-compose-region "thai-util" "\
@@ -27896,7 +27065,7 @@ Not documented
27896 27065
27897;;;### (autoloads (list-at-point number-at-point symbol-at-point 27066;;;### (autoloads (list-at-point number-at-point symbol-at-point
27898;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 27067;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
27899;;;;;; "thingatpt" "thingatpt.el" (18921 19113)) 27068;;;;;; "thingatpt" "thingatpt.el" (18921 19315))
27900;;; Generated autoloads from thingatpt.el 27069;;; Generated autoloads from thingatpt.el
27901 27070
27902(autoload 'forward-thing "thingatpt" "\ 27071(autoload 'forward-thing "thingatpt" "\
@@ -27953,7 +27122,7 @@ Return the Lisp list at point, or nil if none is found.
27953 27122
27954;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 27123;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
27955;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 27124;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
27956;;;;;; (18787 48918)) 27125;;;;;; (18785 31829))
27957;;; Generated autoloads from thumbs.el 27126;;; Generated autoloads from thumbs.el
27958 27127
27959(autoload 'thumbs-find-thumb "thumbs" "\ 27128(autoload 'thumbs-find-thumb "thumbs" "\
@@ -27991,8 +27160,8 @@ In dired, call the setroot program on the image at point.
27991;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer 27160;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
27992;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region 27161;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
27993;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription 27162;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
27994;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (18787 27163;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (18785
27995;;;;;; 48929)) 27164;;;;;; 31989))
27996;;; Generated autoloads from language/tibet-util.el 27165;;; Generated autoloads from language/tibet-util.el
27997 27166
27998(autoload 'tibetan-char-p "tibet-util" "\ 27167(autoload 'tibetan-char-p "tibet-util" "\
@@ -28066,7 +27235,7 @@ Not documented
28066;;;*** 27235;;;***
28067 27236
28068;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 27237;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
28069;;;;;; (18787 48936)) 27238;;;;;; (18785 32093))
28070;;; Generated autoloads from textmodes/tildify.el 27239;;; Generated autoloads from textmodes/tildify.el
28071 27240
28072(autoload 'tildify-region "tildify" "\ 27241(autoload 'tildify-region "tildify" "\
@@ -28091,13 +27260,14 @@ This function performs no refilling of the changed text.
28091 27260
28092;;;### (autoloads (emacs-init-time emacs-uptime display-time-world 27261;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
28093;;;;;; display-time-mode display-time display-time-day-and-date) 27262;;;;;; display-time-mode display-time display-time-day-and-date)
28094;;;;;; "time" "time.el" (18886 63158)) 27263;;;;;; "time" "time.el" (19101 58550))
28095;;; Generated autoloads from time.el 27264;;; Generated autoloads from time.el
28096 27265
28097(defvar display-time-day-and-date nil "\ 27266(defvar display-time-day-and-date nil "\
28098*Non-nil means \\[display-time] should display day and date as well as time.") 27267*Non-nil means \\[display-time] should display day and date as well as time.")
28099 27268
28100(custom-autoload 'display-time-day-and-date "time" t) 27269(custom-autoload 'display-time-day-and-date "time" t)
27270(put 'display-time-string 'risky-local-variable t)
28101 27271
28102(autoload 'display-time "time" "\ 27272(autoload 'display-time "time" "\
28103Enable display of time, load level, and mail flag in mode lines. 27273Enable display of time, load level, and mail flag in mode lines.
@@ -28152,20 +27322,20 @@ Return a string giving the duration of the Emacs initialization.
28152;;;### (autoloads (format-seconds safe-date-to-time time-to-days 27322;;;### (autoloads (format-seconds safe-date-to-time time-to-days
28153;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day 27323;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day
28154;;;;;; time-add time-subtract time-since days-to-time time-less-p 27324;;;;;; time-add time-subtract time-since days-to-time time-less-p
28155;;;;;; seconds-to-time time-to-seconds date-to-time) "time-date" 27325;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el"
28156;;;;;; "calendar/time-date.el" (18791 16516)) 27326;;;;;; (19111 30075))
28157;;; Generated autoloads from calendar/time-date.el 27327;;; Generated autoloads from calendar/time-date.el
28158 27328
28159(autoload 'date-to-time "time-date" "\ 27329(autoload 'date-to-time "time-date" "\
28160Parse a string DATE that represents a date-time and return a time value. 27330Parse a string DATE that represents a date-time and return a time value.
28161 27331
28162\(fn DATE)" nil nil) 27332\(fn DATE)" nil nil)
28163 27333(if (and (fboundp 'float-time)
28164(autoload 'time-to-seconds "time-date" "\ 27334 (subrp (symbol-function 'float-time)))
28165Convert time value TIME to a floating point number. 27335 (progn
28166You can use `float-time' instead. 27336 (defalias 'time-to-seconds 'float-time)
28167 27337 (make-obsolete 'time-to-seconds 'float-time "21.1"))
28168\(fn TIME)" nil nil) 27338 (autoload 'time-to-seconds "time-date"))
28169 27339
28170(autoload 'seconds-to-time "time-date" "\ 27340(autoload 'seconds-to-time "time-date" "\
28171Convert SECONDS (a floating point number) to a time value. 27341Convert SECONDS (a floating point number) to a time value.
@@ -28265,7 +27435,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'.
28265;;;*** 27435;;;***
28266 27436
28267;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 27437;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
28268;;;;;; "time-stamp.el" (18787 48918)) 27438;;;;;; "time-stamp.el" (19125 13420))
28269;;; Generated autoloads from time-stamp.el 27439;;; Generated autoloads from time-stamp.el
28270(put 'time-stamp-format 'safe-local-variable 'stringp) 27440(put 'time-stamp-format 'safe-local-variable 'stringp)
28271(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) 27441(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
@@ -28309,7 +27479,7 @@ With ARG, turn time stamping on if and only if arg is positive.
28309;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 27479;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
28310;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 27480;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
28311;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 27481;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
28312;;;;;; (18787 48920)) 27482;;;;;; (18785 31882))
28313;;; Generated autoloads from calendar/timeclock.el 27483;;; Generated autoloads from calendar/timeclock.el
28314 27484
28315(autoload 'timeclock-modeline-display "timeclock" "\ 27485(autoload 'timeclock-modeline-display "timeclock" "\
@@ -28409,7 +27579,7 @@ relative only to the time worked today, and not to past time.
28409;;;*** 27579;;;***
28410 27580
28411;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 27581;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
28412;;;;;; "international/titdic-cnv.el" (18837 32927)) 27582;;;;;; "international/titdic-cnv.el" (18837 26983))
28413;;; Generated autoloads from international/titdic-cnv.el 27583;;; Generated autoloads from international/titdic-cnv.el
28414 27584
28415(autoload 'titdic-convert "titdic-cnv" "\ 27585(autoload 'titdic-convert "titdic-cnv" "\
@@ -28432,7 +27602,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
28432;;;*** 27602;;;***
28433 27603
28434;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27604;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
28435;;;;;; "tmm.el" (18791 16513)) 27605;;;;;; "tmm.el" (18790 54821))
28436;;; Generated autoloads from tmm.el 27606;;; Generated autoloads from tmm.el
28437 (define-key global-map "\M-`" 'tmm-menubar) 27607 (define-key global-map "\M-`" 'tmm-menubar)
28438 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 27608 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -28472,7 +27642,7 @@ Its value should be an event that has a binding in MENU.
28472 27642
28473;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 27643;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
28474;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 27644;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
28475;;;;;; "todo-mode" "calendar/todo-mode.el" (18817 51432)) 27645;;;;;; "todo-mode" "calendar/todo-mode.el" (19045 19440))
28476;;; Generated autoloads from calendar/todo-mode.el 27646;;; Generated autoloads from calendar/todo-mode.el
28477 27647
28478(autoload 'todo-add-category "todo-mode" "\ 27648(autoload 'todo-add-category "todo-mode" "\
@@ -28533,7 +27703,7 @@ Show TODO list.
28533 27703
28534;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 27704;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
28535;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) 27705;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
28536;;;;;; "tool-bar" "tool-bar.el" (18792 39484)) 27706;;;;;; "tool-bar" "tool-bar.el" (18792 28579))
28537;;; Generated autoloads from tool-bar.el 27707;;; Generated autoloads from tool-bar.el
28538 27708
28539(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ 27709(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
@@ -28606,7 +27776,7 @@ holds a keymap.
28606;;;*** 27776;;;***
28607 27777
28608;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 27778;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
28609;;;;;; (18787 48923)) 27779;;;;;; (19128 13918))
28610;;; Generated autoloads from emulation/tpu-edt.el 27780;;; Generated autoloads from emulation/tpu-edt.el
28611 27781
28612(defvar tpu-edt-mode nil "\ 27782(defvar tpu-edt-mode nil "\
@@ -28633,7 +27803,7 @@ Turn on TPU/edt emulation.
28633;;;*** 27803;;;***
28634 27804
28635;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" 27805;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
28636;;;;;; (18787 48923)) 27806;;;;;; (18785 31919))
28637;;; Generated autoloads from emulation/tpu-mapper.el 27807;;; Generated autoloads from emulation/tpu-mapper.el
28638 27808
28639(autoload 'tpu-mapper "tpu-mapper" "\ 27809(autoload 'tpu-mapper "tpu-mapper" "\
@@ -28667,7 +27837,7 @@ your local X guru can try to figure out why the key is being ignored.
28667 27837
28668;;;*** 27838;;;***
28669 27839
28670;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (18787 48923)) 27840;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (18785 31911))
28671;;; Generated autoloads from emacs-lisp/tq.el 27841;;; Generated autoloads from emacs-lisp/tq.el
28672 27842
28673(autoload 'tq-create "tq" "\ 27843(autoload 'tq-create "tq" "\
@@ -28681,11 +27851,11 @@ to a tcp server on another machine.
28681;;;*** 27851;;;***
28682 27852
28683;;;### (autoloads (trace-function-background trace-function trace-buffer) 27853;;;### (autoloads (trace-function-background trace-function trace-buffer)
28684;;;;;; "trace" "emacs-lisp/trace.el" (18787 48923)) 27854;;;;;; "trace" "emacs-lisp/trace.el" (19046 32081))
28685;;; Generated autoloads from emacs-lisp/trace.el 27855;;; Generated autoloads from emacs-lisp/trace.el
28686 27856
28687(defvar trace-buffer "*trace-output*" "\ 27857(defvar trace-buffer "*trace-output*" "\
28688*Trace output will by default go to that buffer.") 27858Trace output will by default go to that buffer.")
28689 27859
28690(custom-autoload 'trace-buffer "trace" t) 27860(custom-autoload 'trace-buffer "trace" t)
28691 27861
@@ -28718,7 +27888,7 @@ BUFFER defaults to `trace-buffer'.
28718;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 27888;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
28719;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 27889;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
28720;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 27890;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
28721;;;;;; "net/tramp.el" (18988 7734)) 27891;;;;;; "net/tramp.el" (19137 28302))
28722;;; Generated autoloads from net/tramp.el 27892;;; Generated autoloads from net/tramp.el
28723 27893
28724(defvar tramp-mode t "\ 27894(defvar tramp-mode t "\
@@ -28768,22 +27938,22 @@ updated after changing this variable.
28768 27938
28769Also see `tramp-file-name-structure'.") 27939Also see `tramp-file-name-structure'.")
28770 27940
28771(defconst tramp-root-regexp (if (memq system-type '(cygwin windows-nt)) "^\\([a-zA-Z]:\\)?/" "^/") "\ 27941(defconst tramp-root-regexp (if (memq system-type '(cygwin windows-nt)) "\\`\\([a-zA-Z]:\\)?/" "\\`/") "\
28772Beginning of an incomplete Tramp file name. 27942Beginning of an incomplete Tramp file name.
28773Usually, it is just \"^/\". On W32 systems, there might be a 27943Usually, it is just \"\\\\`/\". On W32 systems, there might be a
28774volume letter, which will be removed by `tramp-drop-volume-letter'.") 27944volume letter, which will be removed by `tramp-drop-volume-letter'.")
28775 27945
28776(defconst tramp-completion-file-name-regexp-unified (concat tramp-root-regexp "[^/]*$") "\ 27946(defconst tramp-completion-file-name-regexp-unified (concat tramp-root-regexp "[^/]*\\'") "\
28777Value for `tramp-completion-file-name-regexp' for unified remoting. 27947Value for `tramp-completion-file-name-regexp' for unified remoting.
28778GNU Emacs uses a unified filename syntax for Tramp and Ange-FTP. 27948GNU Emacs uses a unified filename syntax for Tramp and Ange-FTP.
28779See `tramp-file-name-structure' for more explanations.") 27949See `tramp-file-name-structure' for more explanations.")
28780 27950
28781(defconst tramp-completion-file-name-regexp-separate (concat tramp-root-regexp "\\([[][^]]*\\)?$") "\ 27951(defconst tramp-completion-file-name-regexp-separate (concat tramp-root-regexp "\\([[][^]]*\\)?\\'") "\
28782Value for `tramp-completion-file-name-regexp' for separate remoting. 27952Value for `tramp-completion-file-name-regexp' for separate remoting.
28783XEmacs uses a separate filename syntax for Tramp and EFS. 27953XEmacs uses a separate filename syntax for Tramp and EFS.
28784See `tramp-file-name-structure' for more explanations.") 27954See `tramp-file-name-structure' for more explanations.")
28785 27955
28786(defconst tramp-completion-file-name-regexp-url (concat tramp-root-regexp "[^/:]+\\(:\\(/\\(/[^/]*\\)?\\)?\\)?$") "\ 27956(defconst tramp-completion-file-name-regexp-url (concat tramp-root-regexp "[^/:]+\\(:\\(/\\(/[^/]*\\)?\\)?\\)?\\'") "\
28787Value for `tramp-completion-file-name-regexp' for URL-like remoting. 27957Value for `tramp-completion-file-name-regexp' for URL-like remoting.
28788See `tramp-file-name-structure' for more explanations.") 27958See `tramp-file-name-structure' for more explanations.")
28789 27959
@@ -28807,7 +27977,7 @@ normal Emacs functions.")
28807(defun tramp-run-real-handler (operation args) "\ 27977(defun tramp-run-real-handler (operation args) "\
28808Invoke normal file name handler for OPERATION. 27978Invoke normal file name handler for OPERATION.
28809First arg specifies the OPERATION, second arg is a list of arguments to 27979First arg specifies the OPERATION, second arg is a list of arguments to
28810pass to the OPERATION." (let* ((inhibit-file-name-handlers (\` (tramp-file-name-handler tramp-completion-file-name-handler cygwin-mount-name-hook-function cygwin-mount-map-drive-hook-function \, (and (eq inhibit-file-name-operation operation) inhibit-file-name-handlers)))) (inhibit-file-name-operation operation)) (apply operation args))) 27980pass to the OPERATION." (let* ((inhibit-file-name-handlers (\` (tramp-file-name-handler tramp-vc-file-name-handler tramp-completion-file-name-handler cygwin-mount-name-hook-function cygwin-mount-map-drive-hook-function \, (and (eq inhibit-file-name-operation operation) inhibit-file-name-handlers)))) (inhibit-file-name-operation operation)) (apply operation args)))
28811 27981
28812(defun tramp-completion-run-real-handler (operation args) "\ 27982(defun tramp-completion-run-real-handler (operation args) "\
28813Invoke `tramp-file-name-handler' for OPERATION. 27983Invoke `tramp-file-name-handler' for OPERATION.
@@ -28822,17 +27992,11 @@ Falls back to normal file name handler if no Tramp file name handler exists.
28822 27992
28823(defun tramp-completion-file-name-handler (operation &rest args) "\ 27993(defun tramp-completion-file-name-handler (operation &rest args) "\
28824Invoke Tramp file name completion handler. 27994Invoke Tramp file name completion handler.
28825Falls 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) (save-match-data (apply (cdr fn) args)) (tramp-completion-run-real-handler operation args)))) 27995Falls 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))))
28826 27996
28827(defsubst tramp-register-file-name-handler nil "\ 27997(defun tramp-register-file-name-handlers nil "\
28828Add Tramp file name handler to `file-name-handler-alist'." (let ((a1 (rassq (quote tramp-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delete a1 file-name-handler-alist))) (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) (let ((jka (rassoc (quote jka-compr-handler) file-name-handler-alist))) (when jka (setq file-name-handler-alist (cons jka (delete jka file-name-handler-alist)))))) 27998Add 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))) (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)))))))
28829(tramp-register-file-name-handler) 27999(tramp-register-file-name-handlers)
28830
28831(defsubst tramp-register-completion-file-name-handler nil "\
28832Add Tramp completion file name handler to `file-name-handler-alist'." (let ((a1 (rassq (quote tramp-completion-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delete a1 file-name-handler-alist))) (when (or (not (boundp (quote partial-completion-mode))) (symbol-value (quote partial-completion-mode)) (featurep (quote ido)) (featurep (quote icicles))) (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)) (let ((jka (rassoc (quote jka-compr-handler) file-name-handler-alist))) (when jka (setq file-name-handler-alist (cons jka (delete jka file-name-handler-alist))))))
28833(add-hook
28834 'after-init-hook
28835 'tramp-register-completion-file-name-handler)
28836 28000
28837(autoload 'tramp-unload-file-name-handlers "tramp" "\ 28001(autoload 'tramp-unload-file-name-handlers "tramp" "\
28838Not documented 28002Not documented
@@ -28857,7 +28021,7 @@ Discard Tramp from loading remote files.
28857;;;*** 28021;;;***
28858 28022
28859;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 28023;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
28860;;;;;; (18787 48931)) 28024;;;;;; (18785 32009))
28861;;; Generated autoloads from net/tramp-ftp.el 28025;;; Generated autoloads from net/tramp-ftp.el
28862 28026
28863(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 28027(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -28867,8 +28031,8 @@ Not documented
28867 28031
28868;;;*** 28032;;;***
28869 28033
28870;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (18953 28034;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (19113
28871;;;;;; 42629)) 28035;;;;;; 41176))
28872;;; Generated autoloads from tutorial.el 28036;;; Generated autoloads from tutorial.el
28873 28037
28874(autoload 'help-with-tutorial "tutorial" "\ 28038(autoload 'help-with-tutorial "tutorial" "\
@@ -28893,7 +28057,7 @@ resumed later.
28893;;;*** 28057;;;***
28894 28058
28895;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" 28059;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
28896;;;;;; (18787 48929)) 28060;;;;;; (18785 31990))
28897;;; Generated autoloads from language/tv-util.el 28061;;; Generated autoloads from language/tv-util.el
28898 28062
28899(autoload 'tai-viet-composition-function "tv-util" "\ 28063(autoload 'tai-viet-composition-function "tv-util" "\
@@ -28904,7 +28068,7 @@ Not documented
28904;;;*** 28068;;;***
28905 28069
28906;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 28070;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
28907;;;;;; "textmodes/two-column.el" (18979 8337)) 28071;;;;;; "textmodes/two-column.el" (19088 18202))
28908;;; Generated autoloads from textmodes/two-column.el 28072;;; Generated autoloads from textmodes/two-column.el
28909 (autoload '2C-command "two-column" () t 'keymap) 28073 (autoload '2C-command "two-column" () t 'keymap)
28910 (global-set-key "\C-x6" '2C-command) 28074 (global-set-key "\C-x6" '2C-command)
@@ -28955,7 +28119,7 @@ First column's text sSs Second column's text
28955;;;;;; type-break type-break-mode type-break-keystroke-threshold 28119;;;;;; type-break type-break-mode type-break-keystroke-threshold
28956;;;;;; type-break-good-break-interval type-break-good-rest-interval 28120;;;;;; type-break-good-break-interval type-break-good-rest-interval
28957;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 28121;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
28958;;;;;; (18787 48918)) 28122;;;;;; (18785 31830))
28959;;; Generated autoloads from type-break.el 28123;;; Generated autoloads from type-break.el
28960 28124
28961(defvar type-break-mode nil "\ 28125(defvar type-break-mode nil "\
@@ -29137,7 +28301,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
29137 28301
29138;;;*** 28302;;;***
29139 28303
29140;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (18820 21794)) 28304;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (18819 48244))
29141;;; Generated autoloads from mail/uce.el 28305;;; Generated autoloads from mail/uce.el
29142 28306
29143(autoload 'uce-reply-to-uce "uce" "\ 28307(autoload 'uce-reply-to-uce "uce" "\
@@ -29150,8 +28314,78 @@ You might need to set `uce-mail-reader' before using this.
29150 28314
29151;;;*** 28315;;;***
29152 28316
28317;;;### (autoloads (ucs-normalize-HFS-NFC-string ucs-normalize-HFS-NFC-region
28318;;;;;; ucs-normalize-HFS-NFD-string ucs-normalize-HFS-NFD-region
28319;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string
28320;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region
28321;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize"
28322;;;;;; "international/ucs-normalize.el" (19096 8298))
28323;;; Generated autoloads from international/ucs-normalize.el
28324
28325(autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
28326Normalize the current region by the Unicode NFD.
28327
28328\(fn FROM TO)" t nil)
28329
28330(autoload 'ucs-normalize-NFD-string "ucs-normalize" "\
28331Normalize the string STR by the Unicode NFD.
28332
28333\(fn STR)" nil nil)
28334
28335(autoload 'ucs-normalize-NFC-region "ucs-normalize" "\
28336Normalize the current region by the Unicode NFC.
28337
28338\(fn FROM TO)" t nil)
28339
28340(autoload 'ucs-normalize-NFC-string "ucs-normalize" "\
28341Normalize the string STR by the Unicode NFC.
28342
28343\(fn STR)" nil nil)
28344
28345(autoload 'ucs-normalize-NFKD-region "ucs-normalize" "\
28346Normalize the current region by the Unicode NFKD.
28347
28348\(fn FROM TO)" t nil)
28349
28350(autoload 'ucs-normalize-NFKD-string "ucs-normalize" "\
28351Normalize the string STR by the Unicode NFKD.
28352
28353\(fn STR)" nil nil)
28354
28355(autoload 'ucs-normalize-NFKC-region "ucs-normalize" "\
28356Normalize the current region by the Unicode NFKC.
28357
28358\(fn FROM TO)" t nil)
28359
28360(autoload 'ucs-normalize-NFKC-string "ucs-normalize" "\
28361Normalize the string STR by the Unicode NFKC.
28362
28363\(fn STR)" nil nil)
28364
28365(autoload 'ucs-normalize-HFS-NFD-region "ucs-normalize" "\
28366Normalize the current region by the Unicode NFD and Mac OS's HFS Plus.
28367
28368\(fn FROM TO)" t nil)
28369
28370(autoload 'ucs-normalize-HFS-NFD-string "ucs-normalize" "\
28371Normalize the string STR by the Unicode NFD and Mac OS's HFS Plus.
28372
28373\(fn STR)" nil nil)
28374
28375(autoload 'ucs-normalize-HFS-NFC-region "ucs-normalize" "\
28376Normalize the current region by the Unicode NFC and Mac OS's HFS Plus.
28377
28378\(fn FROM TO)" t nil)
28379
28380(autoload 'ucs-normalize-HFS-NFC-string "ucs-normalize" "\
28381Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
28382
28383\(fn STR)" nil nil)
28384
28385;;;***
28386
29153;;;### (autoloads (ununderline-region underline-region) "underline" 28387;;;### (autoloads (ununderline-region underline-region) "underline"
29154;;;;;; "textmodes/underline.el" (18787 48936)) 28388;;;;;; "textmodes/underline.el" (18785 32094))
29155;;; Generated autoloads from textmodes/underline.el 28389;;; Generated autoloads from textmodes/underline.el
29156 28390
29157(autoload 'underline-region "underline" "\ 28391(autoload 'underline-region "underline" "\
@@ -29171,27 +28405,8 @@ which specify the range to operate on.
29171 28405
29172;;;*** 28406;;;***
29173 28407
29174;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)
29175;;;;;; "undigest" "mail/undigest.el" (18828 23019))
29176;;; Generated autoloads from mail/undigest.el
29177
29178(autoload 'undigestify-rmail-message "undigest" "\
29179Break up a digest message into its constituent messages.
29180Leaves original message, deleted, before the undigestified messages.
29181
29182\(fn)" t nil)
29183
29184(autoload 'unforward-rmail-message "undigest" "\
29185Extract a forwarded message from the containing message.
29186This puts the forwarded message into a separate rmail message
29187following the containing message.
29188
29189\(fn)" t nil)
29190
29191;;;***
29192
29193;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 28408;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
29194;;;;;; (18911 46082)) 28409;;;;;; (19028 3605))
29195;;; Generated autoloads from mail/unrmail.el 28410;;; Generated autoloads from mail/unrmail.el
29196 28411
29197(autoload 'batch-unrmail "unrmail" "\ 28412(autoload 'batch-unrmail "unrmail" "\
@@ -29210,8 +28425,8 @@ Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE.
29210 28425
29211;;;*** 28426;;;***
29212 28427
29213;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (18787 28428;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (18785
29214;;;;;; 48923)) 28429;;;;;; 31912))
29215;;; Generated autoloads from emacs-lisp/unsafep.el 28430;;; Generated autoloads from emacs-lisp/unsafep.el
29216 28431
29217(autoload 'unsafep "unsafep" "\ 28432(autoload 'unsafep "unsafep" "\
@@ -29224,7 +28439,7 @@ UNSAFEP-VARS is a list of symbols with local bindings.
29224;;;*** 28439;;;***
29225 28440
29226;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 28441;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
29227;;;;;; "url/url.el" (18787 48937)) 28442;;;;;; "url/url.el" (18785 32101))
29228;;; Generated autoloads from url/url.el 28443;;; Generated autoloads from url/url.el
29229 28444
29230(autoload 'url-retrieve "url" "\ 28445(autoload 'url-retrieve "url" "\
@@ -29264,7 +28479,7 @@ no further processing). URL is either a string or a parsed URL.
29264;;;*** 28479;;;***
29265 28480
29266;;;### (autoloads (url-register-auth-scheme url-get-authentication) 28481;;;### (autoloads (url-register-auth-scheme url-get-authentication)
29267;;;;;; "url-auth" "url/url-auth.el" (18787 48936)) 28482;;;;;; "url-auth" "url/url-auth.el" (18785 32095))
29268;;; Generated autoloads from url/url-auth.el 28483;;; Generated autoloads from url/url-auth.el
29269 28484
29270(autoload 'url-get-authentication "url-auth" "\ 28485(autoload 'url-get-authentication "url-auth" "\
@@ -29306,8 +28521,8 @@ RATING a rating between 1 and 10 of the strength of the authentication.
29306;;;*** 28521;;;***
29307 28522
29308;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached 28523;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached
29309;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (18787 28524;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (18785
29310;;;;;; 48936)) 28525;;;;;; 32095))
29311;;; Generated autoloads from url/url-cache.el 28526;;; Generated autoloads from url/url-cache.el
29312 28527
29313(autoload 'url-store-in-cache "url-cache" "\ 28528(autoload 'url-store-in-cache "url-cache" "\
@@ -29332,7 +28547,7 @@ Return t if a cached file has expired.
29332 28547
29333;;;*** 28548;;;***
29334 28549
29335;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (18791 16534)) 28550;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (18790 49739))
29336;;; Generated autoloads from url/url-cid.el 28551;;; Generated autoloads from url/url-cid.el
29337 28552
29338(autoload 'url-cid "url-cid" "\ 28553(autoload 'url-cid "url-cid" "\
@@ -29343,7 +28558,7 @@ Not documented
29343;;;*** 28558;;;***
29344 28559
29345;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 28560;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
29346;;;;;; "url/url-dav.el" (18787 48936)) 28561;;;;;; "url/url-dav.el" (18785 32096))
29347;;; Generated autoloads from url/url-dav.el 28562;;; Generated autoloads from url/url-dav.el
29348 28563
29349(autoload 'url-dav-supported-p "url-dav" "\ 28564(autoload 'url-dav-supported-p "url-dav" "\
@@ -29358,8 +28573,8 @@ Not documented
29358 28573
29359;;;*** 28574;;;***
29360 28575
29361;;;### (autoloads (url-file) "url-file" "url/url-file.el" (18829 28576;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19116
29362;;;;;; 63990)) 28577;;;;;; 21576))
29363;;; Generated autoloads from url/url-file.el 28578;;; Generated autoloads from url/url-file.el
29364 28579
29365(autoload 'url-file "url-file" "\ 28580(autoload 'url-file "url-file" "\
@@ -29370,7 +28585,7 @@ Handle file: and ftp: URLs.
29370;;;*** 28585;;;***
29371 28586
29372;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 28587;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
29373;;;;;; "url/url-gw.el" (18787 48936)) 28588;;;;;; "url/url-gw.el" (18785 32097))
29374;;; Generated autoloads from url/url-gw.el 28589;;; Generated autoloads from url/url-gw.el
29375 28590
29376(autoload 'url-gateway-nslookup-host "url-gw" "\ 28591(autoload 'url-gateway-nslookup-host "url-gw" "\
@@ -29390,7 +28605,7 @@ Might do a non-blocking connection; use `process-status' to check.
29390 28605
29391;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 28606;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
29392;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" 28607;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
29393;;;;;; (18893 13106)) 28608;;;;;; (19117 25188))
29394;;; Generated autoloads from url/url-handlers.el 28609;;; Generated autoloads from url/url-handlers.el
29395 28610
29396(defvar url-handler-mode nil "\ 28611(defvar url-handler-mode nil "\
@@ -29422,9 +28637,10 @@ A number as third arg means request confirmation if NEWNAME already exists.
29422This is what happens in interactive use with M-x. 28637This is what happens in interactive use with M-x.
29423Fourth arg KEEP-TIME non-nil means give the new file the same 28638Fourth arg KEEP-TIME non-nil means give the new file the same
29424last-modified time as the old one. (This works on only some systems.) 28639last-modified time as the old one. (This works on only some systems.)
28640Fifth arg PRESERVE-UID-GID is ignored.
29425A prefix arg makes KEEP-TIME non-nil. 28641A prefix arg makes KEEP-TIME non-nil.
29426 28642
29427\(fn URL NEWNAME &optional OK-IF-ALREADY-EXISTS KEEP-TIME)" nil nil) 28643\(fn URL NEWNAME &optional OK-IF-ALREADY-EXISTS KEEP-TIME PRESERVE-UID-GID)" nil nil)
29428 28644
29429(autoload 'url-file-local-copy "url-handlers" "\ 28645(autoload 'url-file-local-copy "url-handlers" "\
29430Copy URL into a temporary file on this machine. 28646Copy URL into a temporary file on this machine.
@@ -29441,7 +28657,7 @@ Not documented
29441;;;*** 28657;;;***
29442 28658
29443;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 28659;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
29444;;;;;; url-http) "url-http" "url/url-http.el" (18787 48936)) 28660;;;;;; url-http) "url-http" "url/url-http.el" (18785 32098))
29445;;; Generated autoloads from url/url-http.el 28661;;; Generated autoloads from url/url-http.el
29446 28662
29447(autoload 'url-http "url-http" "\ 28663(autoload 'url-http "url-http" "\
@@ -29507,7 +28723,7 @@ HTTPS retrievals are asynchronous.")
29507 28723
29508;;;*** 28724;;;***
29509 28725
29510;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (18787 48936)) 28726;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (18785 32099))
29511;;; Generated autoloads from url/url-irc.el 28727;;; Generated autoloads from url/url-irc.el
29512 28728
29513(autoload 'url-irc "url-irc" "\ 28729(autoload 'url-irc "url-irc" "\
@@ -29517,8 +28733,8 @@ Not documented
29517 28733
29518;;;*** 28734;;;***
29519 28735
29520;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (18787 28736;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (18785
29521;;;;;; 48936)) 28737;;;;;; 32099))
29522;;; Generated autoloads from url/url-ldap.el 28738;;; Generated autoloads from url/url-ldap.el
29523 28739
29524(autoload 'url-ldap "url-ldap" "\ 28740(autoload 'url-ldap "url-ldap" "\
@@ -29532,7 +28748,7 @@ URL can be a URL string, or a URL vector of the type returned by
29532;;;*** 28748;;;***
29533 28749
29534;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 28750;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
29535;;;;;; (18787 48936)) 28751;;;;;; (18785 32099))
29536;;; Generated autoloads from url/url-mailto.el 28752;;; Generated autoloads from url/url-mailto.el
29537 28753
29538(autoload 'url-mail "url-mailto" "\ 28754(autoload 'url-mail "url-mailto" "\
@@ -29548,7 +28764,7 @@ Handle the mailto: URL syntax.
29548;;;*** 28764;;;***
29549 28765
29550;;;### (autoloads (url-data url-generic-emulator-loader url-info 28766;;;### (autoloads (url-data url-generic-emulator-loader url-info
29551;;;;;; url-man) "url-misc" "url/url-misc.el" (18787 48937)) 28767;;;;;; url-man) "url-misc" "url/url-misc.el" (18785 32099))
29552;;; Generated autoloads from url/url-misc.el 28768;;; Generated autoloads from url/url-misc.el
29553 28769
29554(autoload 'url-man "url-misc" "\ 28770(autoload 'url-man "url-misc" "\
@@ -29580,7 +28796,7 @@ Fetch a data URL (RFC 2397).
29580;;;*** 28796;;;***
29581 28797
29582;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 28798;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
29583;;;;;; (18787 48937)) 28799;;;;;; (18785 32100))
29584;;; Generated autoloads from url/url-news.el 28800;;; Generated autoloads from url/url-news.el
29585 28801
29586(autoload 'url-news "url-news" "\ 28802(autoload 'url-news "url-news" "\
@@ -29597,7 +28813,7 @@ Not documented
29597 28813
29598;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 28814;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
29599;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 28815;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
29600;;;;;; (18787 48937)) 28816;;;;;; (18785 32100))
29601;;; Generated autoloads from url/url-ns.el 28817;;; Generated autoloads from url/url-ns.el
29602 28818
29603(autoload 'isPlainHostName "url-ns" "\ 28819(autoload 'isPlainHostName "url-ns" "\
@@ -29638,7 +28854,7 @@ Not documented
29638;;;*** 28854;;;***
29639 28855
29640;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 28856;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
29641;;;;;; "url/url-parse.el" (18787 48937)) 28857;;;;;; "url/url-parse.el" (18785 32100))
29642;;; Generated autoloads from url/url-parse.el 28858;;; Generated autoloads from url/url-parse.el
29643 28859
29644(autoload 'url-recreate-url "url-parse" "\ 28860(autoload 'url-recreate-url "url-parse" "\
@@ -29656,7 +28872,7 @@ TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS.
29656;;;*** 28872;;;***
29657 28873
29658;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 28874;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
29659;;;;;; (18787 48937)) 28875;;;;;; (19088 26847))
29660;;; Generated autoloads from url/url-privacy.el 28876;;; Generated autoloads from url/url-privacy.el
29661 28877
29662(autoload 'url-setup-privacy-info "url-privacy" "\ 28878(autoload 'url-setup-privacy-info "url-privacy" "\
@@ -29672,7 +28888,7 @@ Setup variables that expose info about you and your system.
29672;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space 28888;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space
29673;;;;;; url-get-normalized-date url-lazy-message url-normalize-url 28889;;;;;; url-get-normalized-date url-lazy-message url-normalize-url
29674;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug) 28890;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug)
29675;;;;;; "url-util" "url/url-util.el" (18834 13433)) 28891;;;;;; "url-util" "url/url-util.el" (18832 62497))
29676;;; Generated autoloads from url/url-util.el 28892;;; Generated autoloads from url/url-util.el
29677 28893
29678(defvar url-debug nil "\ 28894(defvar url-debug nil "\
@@ -29808,7 +29024,7 @@ This uses `url-current-object', set locally to the buffer.
29808;;;*** 29024;;;***
29809 29025
29810;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 29026;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
29811;;;;;; "userlock" "userlock.el" (18787 48918)) 29027;;;;;; "userlock" "userlock.el" (18785 31831))
29812;;; Generated autoloads from userlock.el 29028;;; Generated autoloads from userlock.el
29813 29029
29814(autoload 'ask-user-about-lock "userlock" "\ 29030(autoload 'ask-user-about-lock "userlock" "\
@@ -29838,7 +29054,7 @@ The buffer in question is current when this function is called.
29838 29054
29839;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion 29055;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
29840;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) 29056;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
29841;;;;;; "utf-7" "international/utf-7.el" (18787 48928)) 29057;;;;;; "utf-7" "international/utf-7.el" (18785 31984))
29842;;; Generated autoloads from international/utf-7.el 29058;;; Generated autoloads from international/utf-7.el
29843 29059
29844(autoload 'utf-7-post-read-conversion "utf-7" "\ 29060(autoload 'utf-7-post-read-conversion "utf-7" "\
@@ -29865,7 +29081,7 @@ Not documented
29865 29081
29866;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 29082;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
29867;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" 29083;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
29868;;;;;; (18787 48930)) 29084;;;;;; (18785 31998))
29869;;; Generated autoloads from mail/uudecode.el 29085;;; Generated autoloads from mail/uudecode.el
29870 29086
29871(autoload 'uudecode-decode-region-external "uudecode" "\ 29087(autoload 'uudecode-decode-region-external "uudecode" "\
@@ -29889,12 +29105,13 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29889 29105
29890;;;*** 29106;;;***
29891 29107
29892;;;### (autoloads (vc-branch-part vc-trunk-p vc-update-change-log 29108;;;### (autoloads (vc-branch-part vc-update-change-log vc-rename-file
29893;;;;;; vc-rename-file vc-delete-file vc-transfer-file vc-switch-backend 29109;;;;;; vc-delete-file vc-transfer-file vc-switch-backend vc-update
29894;;;;;; vc-update vc-rollback vc-revert vc-print-log vc-retrieve-tag 29110;;;;;; vc-rollback vc-revert vc-print-root-log vc-print-log vc-retrieve-tag
29895;;;;;; vc-create-tag vc-merge vc-insert-headers vc-revision-other-window 29111;;;;;; vc-create-tag vc-merge vc-insert-headers vc-revision-other-window
29896;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook 29112;;;;;; vc-root-diff vc-diff vc-version-diff vc-register vc-next-action
29897;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (18999 41411)) 29113;;;;;; vc-before-checkin-hook vc-checkin-hook vc-checkout-hook)
29114;;;;;; "vc" "vc.el" (19130 52558))
29898;;; Generated autoloads from vc.el 29115;;; Generated autoloads from vc.el
29899 29116
29900(defvar vc-checkout-hook nil "\ 29117(defvar vc-checkout-hook nil "\
@@ -29980,6 +29197,17 @@ saving the buffer.
29980 29197
29981\(fn HISTORIC &optional NOT-URGENT)" t nil) 29198\(fn HISTORIC &optional NOT-URGENT)" t nil)
29982 29199
29200(autoload 'vc-root-diff "vc" "\
29201Display diffs between file revisions.
29202Normally this compares the currently selected fileset with their
29203working revisions. With a prefix argument HISTORIC, it reads two revision
29204designators specifying which revisions to compare.
29205
29206The optional argument NOT-URGENT non-nil means it is ok to say no to
29207saving the buffer.
29208
29209\(fn HISTORIC &optional NOT-URGENT)" t nil)
29210
29983(autoload 'vc-revision-other-window "vc" "\ 29211(autoload 'vc-revision-other-window "vc" "\
29984Visit revision REV of the current file in another window. 29212Visit revision REV of the current file in another window.
29985If the current file is named `F', the revision is named `F.~REV~'. 29213If the current file is named `F', the revision is named `F.~REV~'.
@@ -30031,6 +29259,11 @@ If WORKING-REVISION is non-nil, leave the point at that revision.
30031 29259
30032\(fn &optional WORKING-REVISION)" t nil) 29260\(fn &optional WORKING-REVISION)" t nil)
30033 29261
29262(autoload 'vc-print-root-log "vc" "\
29263List the change log of for the current VC controlled tree in a window.
29264
29265\(fn)" t nil)
29266
30034(autoload 'vc-revert "vc" "\ 29267(autoload 'vc-revert "vc" "\
30035Revert working copies of the selected fileset to their repository contents. 29268Revert working copies of the selected fileset to their repository contents.
30036This asks for confirmation if the buffer contents are not identical 29269This asks for confirmation if the buffer contents are not identical
@@ -30104,11 +29337,6 @@ log entries should be gathered.
30104 29337
30105\(fn &rest ARGS)" t nil) 29338\(fn &rest ARGS)" t nil)
30106 29339
30107(autoload 'vc-trunk-p "vc" "\
30108Return t if REV is a revision on the trunk.
30109
30110\(fn REV)" nil nil)
30111
30112(autoload 'vc-branch-part "vc" "\ 29340(autoload 'vc-branch-part "vc" "\
30113Return the branch part of a revision number REV. 29341Return the branch part of a revision number REV.
30114 29342
@@ -30116,8 +29344,8 @@ Return the branch part of a revision number REV.
30116 29344
30117;;;*** 29345;;;***
30118 29346
30119;;;### (autoloads (vc-annotate) "vc-annotate" "vc-annotate.el" (18869 29347;;;### (autoloads (vc-annotate) "vc-annotate" "vc-annotate.el" (19114
30120;;;;;; 47890)) 29348;;;;;; 11634))
30121;;; Generated autoloads from vc-annotate.el 29349;;; Generated autoloads from vc-annotate.el
30122 29350
30123(autoload 'vc-annotate "vc-annotate" "\ 29351(autoload 'vc-annotate "vc-annotate" "\
@@ -30152,7 +29380,7 @@ mode-specific menu. `vc-annotate-color-map' and
30152 29380
30153;;;*** 29381;;;***
30154 29382
30155;;;### (autoloads nil "vc-arch" "vc-arch.el" (18787 48918)) 29383;;;### (autoloads nil "vc-arch" "vc-arch.el" (19091 42388))
30156;;; Generated autoloads from vc-arch.el 29384;;; Generated autoloads from vc-arch.el
30157 (defun vc-arch-registered (file) 29385 (defun vc-arch-registered (file)
30158 (if (vc-find-root file "{arch}/=tagging-method") 29386 (if (vc-find-root file "{arch}/=tagging-method")
@@ -30162,7 +29390,7 @@ mode-specific menu. `vc-annotate-color-map' and
30162 29390
30163;;;*** 29391;;;***
30164 29392
30165;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (18961 36795)) 29393;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (19117 51423))
30166;;; Generated autoloads from vc-bzr.el 29394;;; Generated autoloads from vc-bzr.el
30167 29395
30168(defconst vc-bzr-admin-dirname ".bzr" "\ 29396(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -30177,7 +29405,7 @@ Name of the directory containing Bzr repository status files.")
30177 29405
30178;;;*** 29406;;;***
30179 29407
30180;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (18787 48919)) 29408;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (19137 28381))
30181;;; Generated autoloads from vc-cvs.el 29409;;; Generated autoloads from vc-cvs.el
30182 (defun vc-cvs-registered (f) 29410 (defun vc-cvs-registered (f)
30183 (when (file-readable-p (expand-file-name 29411 (when (file-readable-p (expand-file-name
@@ -30187,7 +29415,7 @@ Name of the directory containing Bzr repository status files.")
30187 29415
30188;;;*** 29416;;;***
30189 29417
30190;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (18911 46082)) 29418;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (19137 28300))
30191;;; Generated autoloads from vc-dir.el 29419;;; Generated autoloads from vc-dir.el
30192 29420
30193(autoload 'vc-dir "vc-dir" "\ 29421(autoload 'vc-dir "vc-dir" "\
@@ -30212,7 +29440,7 @@ These are the commands available for use in the file status buffer:
30212;;;*** 29440;;;***
30213 29441
30214;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc-dispatcher.el" 29442;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc-dispatcher.el"
30215;;;;;; (18787 48919)) 29443;;;;;; (19126 35003))
30216;;; Generated autoloads from vc-dispatcher.el 29444;;; Generated autoloads from vc-dispatcher.el
30217 29445
30218(autoload 'vc-do-command "vc-dispatcher" "\ 29446(autoload 'vc-do-command "vc-dispatcher" "\
@@ -30228,12 +29456,14 @@ FILE-OR-LIST is the name of a working file; it may be a list of
30228files or be nil (to execute commands that don't expect a file 29456files or be nil (to execute commands that don't expect a file
30229name or set of files). If an optional list of FLAGS is present, 29457name or set of files). If an optional list of FLAGS is present,
30230that is inserted into the command line before the filename. 29458that is inserted into the command line before the filename.
29459Return the return value of the slave command in the synchronous
29460case, and the process object in the asynchronous case.
30231 29461
30232\(fn BUFFER OKSTATUS COMMAND FILE-OR-LIST &rest FLAGS)" nil nil) 29462\(fn BUFFER OKSTATUS COMMAND FILE-OR-LIST &rest FLAGS)" nil nil)
30233 29463
30234;;;*** 29464;;;***
30235 29465
30236;;;### (autoloads nil "vc-git" "vc-git.el" (18875 4272)) 29466;;;### (autoloads nil "vc-git" "vc-git.el" (19126 34762))
30237;;; Generated autoloads from vc-git.el 29467;;; Generated autoloads from vc-git.el
30238 (defun vc-git-registered (file) 29468 (defun vc-git-registered (file)
30239 "Return non-nil if FILE is registered with git." 29469 "Return non-nil if FILE is registered with git."
@@ -30244,7 +29474,7 @@ that is inserted into the command line before the filename.
30244 29474
30245;;;*** 29475;;;***
30246 29476
30247;;;### (autoloads nil "vc-hg" "vc-hg.el" (18994 60519)) 29477;;;### (autoloads nil "vc-hg" "vc-hg.el" (19129 25209))
30248;;; Generated autoloads from vc-hg.el 29478;;; Generated autoloads from vc-hg.el
30249 (defun vc-hg-registered (file) 29479 (defun vc-hg-registered (file)
30250 "Return non-nil if FILE is registered with hg." 29480 "Return non-nil if FILE is registered with hg."
@@ -30255,7 +29485,7 @@ that is inserted into the command line before the filename.
30255 29485
30256;;;*** 29486;;;***
30257 29487
30258;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (18901 14441)) 29488;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (19117 51615))
30259;;; Generated autoloads from vc-mtn.el 29489;;; Generated autoloads from vc-mtn.el
30260 29490
30261(defconst vc-mtn-admin-dir "_MTN") 29491(defconst vc-mtn-admin-dir "_MTN")
@@ -30270,7 +29500,7 @@ that is inserted into the command line before the filename.
30270;;;*** 29500;;;***
30271 29501
30272;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 29502;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
30273;;;;;; (18787 48919)) 29503;;;;;; (19130 52558))
30274;;; Generated autoloads from vc-rcs.el 29504;;; Generated autoloads from vc-rcs.el
30275 29505
30276(defvar vc-rcs-master-templates '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s") "\ 29506(defvar vc-rcs-master-templates '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s") "\
@@ -30284,7 +29514,7 @@ For a description of possible values, see `vc-check-master-templates'.")
30284;;;*** 29514;;;***
30285 29515
30286;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 29516;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
30287;;;;;; (18787 48919)) 29517;;;;;; (19130 52558))
30288;;; Generated autoloads from vc-sccs.el 29518;;; Generated autoloads from vc-sccs.el
30289 29519
30290(defvar vc-sccs-master-templates '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir) "\ 29520(defvar vc-sccs-master-templates '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir) "\
@@ -30301,7 +29531,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
30301 29531
30302;;;*** 29532;;;***
30303 29533
30304;;;### (autoloads nil "vc-svn" "vc-svn.el" (18944 19874)) 29534;;;### (autoloads nil "vc-svn" "vc-svn.el" (19117 51615))
30305;;; Generated autoloads from vc-svn.el 29535;;; Generated autoloads from vc-svn.el
30306 (defun vc-svn-registered (f) 29536 (defun vc-svn-registered (f)
30307 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 29537 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
@@ -30317,7 +29547,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
30317;;;*** 29547;;;***
30318 29548
30319;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" 29549;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
30320;;;;;; (18791 16532)) 29550;;;;;; (19046 33387))
30321;;; Generated autoloads from progmodes/vera-mode.el 29551;;; Generated autoloads from progmodes/vera-mode.el
30322 (add-to-list 'auto-mode-alist '("\\.vr[hi]?\\'" . vera-mode)) 29552 (add-to-list 'auto-mode-alist '("\\.vr[hi]?\\'" . vera-mode))
30323 29553
@@ -30359,7 +29589,7 @@ Add a description of the problem and include a reproducible test case.
30359Feel free to send questions and enhancement requests to <reto@gnu.org>. 29589Feel free to send questions and enhancement requests to <reto@gnu.org>.
30360 29590
30361Official distribution is at 29591Official distribution is at
30362<http://www.iis.ee.ethz.ch/~zimmi/emacs/vera-mode.html>. 29592URL `http://www.iis.ee.ethz.ch/~zimmi/emacs/vera-mode.html'
30363 29593
30364 29594
30365 The Vera Mode Maintainer 29595 The Vera Mode Maintainer
@@ -30375,7 +29605,7 @@ Key bindings:
30375;;;*** 29605;;;***
30376 29606
30377;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" 29607;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
30378;;;;;; (18836 39031)) 29608;;;;;; (19100 37533))
30379;;; Generated autoloads from progmodes/verilog-mode.el 29609;;; Generated autoloads from progmodes/verilog-mode.el
30380 29610
30381(autoload 'verilog-mode "verilog-mode" "\ 29611(autoload 'verilog-mode "verilog-mode" "\
@@ -30443,7 +29673,7 @@ Variables controlling indentation/edit style:
30443 will be inserted. Setting this variable to zero results in every 29673 will be inserted. Setting this variable to zero results in every
30444 end acquiring a comment; the default avoids too many redundant 29674 end acquiring a comment; the default avoids too many redundant
30445 comments in tight quarters. 29675 comments in tight quarters.
30446 `verilog-auto-lineup' (default `(all)) 29676 `verilog-auto-lineup' (default 'declarations)
30447 List of contexts where auto lineup of code should be done. 29677 List of contexts where auto lineup of code should be done.
30448 29678
30449Variables controlling other actions: 29679Variables controlling other actions:
@@ -30512,7 +29742,7 @@ Key bindings specific to `verilog-mode-map' are:
30512;;;*** 29742;;;***
30513 29743
30514;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 29744;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
30515;;;;;; (18825 40644)) 29745;;;;;; (19088 18200))
30516;;; Generated autoloads from progmodes/vhdl-mode.el 29746;;; Generated autoloads from progmodes/vhdl-mode.el
30517 29747
30518(autoload 'vhdl-mode "vhdl-mode" "\ 29748(autoload 'vhdl-mode "vhdl-mode" "\
@@ -31029,7 +30259,7 @@ releases. You are kindly invited to participate in beta testing. Subscribe
31029to above mailing lists by sending an email to <reto@gnu.org>. 30259to above mailing lists by sending an email to <reto@gnu.org>.
31030 30260
31031VHDL Mode is officially distributed at 30261VHDL Mode is officially distributed at
31032http://opensource.ethz.ch/emacs/vhdl-mode.html 30262URL `http://opensource.ethz.ch/emacs/vhdl-mode.html'
31033where the latest version can be found. 30263where the latest version can be found.
31034 30264
31035 30265
@@ -31053,7 +30283,7 @@ Key bindings:
31053 30283
31054;;;*** 30284;;;***
31055 30285
31056;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (18791 16518)) 30286;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (19088 19010))
31057;;; Generated autoloads from emulation/vi.el 30287;;; Generated autoloads from emulation/vi.el
31058 30288
31059(autoload 'vi-mode "vi" "\ 30289(autoload 'vi-mode "vi" "\
@@ -31108,7 +30338,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
31108;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 30338;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
31109;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 30339;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
31110;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 30340;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
31111;;;;;; "language/viet-util.el" (18787 48929)) 30341;;;;;; "language/viet-util.el" (18785 31990))
31112;;; Generated autoloads from language/viet-util.el 30342;;; Generated autoloads from language/viet-util.el
31113 30343
31114(autoload 'viet-encode-viscii-char "viet-util" "\ 30344(autoload 'viet-encode-viscii-char "viet-util" "\
@@ -31156,7 +30386,7 @@ Not documented
31156;;;;;; view-mode view-buffer-other-frame view-buffer-other-window 30386;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
31157;;;;;; view-buffer view-file-other-frame view-file-other-window 30387;;;;;; view-buffer view-file-other-frame view-file-other-window
31158;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) 30388;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
31159;;;;;; "view" "view.el" (18972 12900)) 30389;;;;;; "view" "view.el" (19130 52559))
31160;;; Generated autoloads from view.el 30390;;; Generated autoloads from view.el
31161 30391
31162(defvar view-remove-frame-by-deleting t "\ 30392(defvar view-remove-frame-by-deleting t "\
@@ -31402,8 +30632,8 @@ Exit View mode and make the current buffer editable.
31402 30632
31403;;;*** 30633;;;***
31404 30634
31405;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (18791 30635;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (18790
31406;;;;;; 16518)) 30636;;;;;; 54324))
31407;;; Generated autoloads from emulation/vip.el 30637;;; Generated autoloads from emulation/vip.el
31408 30638
31409(autoload 'vip-setup "vip" "\ 30639(autoload 'vip-setup "vip" "\
@@ -31419,7 +30649,7 @@ Turn on VIP emulation of VI.
31419;;;*** 30649;;;***
31420 30650
31421;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 30651;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
31422;;;;;; (18791 16518)) 30652;;;;;; (19096 3519))
31423;;; Generated autoloads from emulation/viper.el 30653;;; Generated autoloads from emulation/viper.el
31424 30654
31425(autoload 'toggle-viper-mode "viper" "\ 30655(autoload 'toggle-viper-mode "viper" "\
@@ -31436,7 +30666,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
31436;;;*** 30666;;;***
31437 30667
31438;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 30668;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
31439;;;;;; (18787 48923)) 30669;;;;;; (18785 31913))
31440;;; Generated autoloads from emacs-lisp/warnings.el 30670;;; Generated autoloads from emacs-lisp/warnings.el
31441 30671
31442(defvar warning-prefix-function nil "\ 30672(defvar warning-prefix-function nil "\
@@ -31526,7 +30756,7 @@ this is equivalent to `display-warning', using
31526;;;*** 30756;;;***
31527 30757
31528;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 30758;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
31529;;;;;; (18791 16514)) 30759;;;;;; (19130 52559))
31530;;; Generated autoloads from wdired.el 30760;;; Generated autoloads from wdired.el
31531 30761
31532(autoload 'wdired-change-to-wdired-mode "wdired" "\ 30762(autoload 'wdired-change-to-wdired-mode "wdired" "\
@@ -31542,7 +30772,7 @@ See `wdired-mode'.
31542 30772
31543;;;*** 30773;;;***
31544 30774
31545;;;### (autoloads (webjump) "webjump" "net/webjump.el" (18787 48931)) 30775;;;### (autoloads (webjump) "webjump" "net/webjump.el" (18785 32010))
31546;;; Generated autoloads from net/webjump.el 30776;;; Generated autoloads from net/webjump.el
31547 30777
31548(autoload 'webjump "webjump" "\ 30778(autoload 'webjump "webjump" "\
@@ -31559,7 +30789,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
31559;;;*** 30789;;;***
31560 30790
31561;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 30791;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
31562;;;;;; (18935 29649)) 30792;;;;;; (18935 30030))
31563;;; Generated autoloads from progmodes/which-func.el 30793;;; Generated autoloads from progmodes/which-func.el
31564 (put 'which-func-format 'risky-local-variable t) 30794 (put 'which-func-format 'risky-local-variable t)
31565 (put 'which-func-current 'risky-local-variable t) 30795 (put 'which-func-current 'risky-local-variable t)
@@ -31590,7 +30820,7 @@ and off otherwise.
31590;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region 30820;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
31591;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options 30821;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
31592;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode 30822;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
31593;;;;;; whitespace-mode) "whitespace" "whitespace.el" (18787 48919)) 30823;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19137 28300))
31594;;; Generated autoloads from whitespace.el 30824;;; Generated autoloads from whitespace.el
31595 30825
31596(autoload 'whitespace-mode "whitespace" "\ 30826(autoload 'whitespace-mode "whitespace" "\
@@ -31997,7 +31227,7 @@ cleaning up these problems.
31997;;;*** 31227;;;***
31998 31228
31999;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 31229;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
32000;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (18787 48919)) 31230;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (18785 31836))
32001;;; Generated autoloads from wid-browse.el 31231;;; Generated autoloads from wid-browse.el
32002 31232
32003(autoload 'widget-browse-at "wid-browse" "\ 31233(autoload 'widget-browse-at "wid-browse" "\
@@ -32024,8 +31254,8 @@ With arg, turn widget mode on if and only if arg is positive.
32024;;;*** 31254;;;***
32025 31255
32026;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 31256;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
32027;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (18941 31257;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19113
32028;;;;;; 42894)) 31258;;;;;; 41176))
32029;;; Generated autoloads from wid-edit.el 31259;;; Generated autoloads from wid-edit.el
32030 31260
32031(autoload 'widgetp "wid-edit" "\ 31261(autoload 'widgetp "wid-edit" "\
@@ -32055,7 +31285,7 @@ Call `insert' with ARGS even if surrounding text is read only.
32055 31285
32056\(fn &rest ARGS)" nil nil) 31286\(fn &rest ARGS)" nil nil)
32057 31287
32058(defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map " " 'widget-forward) (define-key map " " 'widget-backward) (define-key map [(shift tab)] 'advertised-widget-backward) (define-key map [backtab] 'widget-backward) (define-key map [down-mouse-2] 'widget-button-click) (define-key map [down-mouse-1] 'widget-button-click) (define-key map [(control 109)] 'widget-button-press) map) "\ 31288(defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map " " 'widget-forward) (define-key map " " 'widget-backward) (define-key map [(shift tab)] 'widget-backward) (put 'widget-backward :advertised-binding [(shift tab)]) (define-key map [backtab] 'widget-backward) (define-key map [down-mouse-2] 'widget-button-click) (define-key map [down-mouse-1] 'widget-button-click) (define-key map [(control 109)] 'widget-button-press) map) "\
32059Keymap containing useful binding for buffers containing widgets. 31289Keymap containing useful binding for buffers containing widgets.
32060Recommended as a parent keymap for modes using widgets.") 31290Recommended as a parent keymap for modes using widgets.")
32061 31291
@@ -32067,8 +31297,8 @@ Setup current buffer so editing string widgets works.
32067;;;*** 31297;;;***
32068 31298
32069;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 31299;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
32070;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (18787 31300;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (18785
32071;;;;;; 48919)) 31301;;;;;; 31836))
32072;;; Generated autoloads from windmove.el 31302;;; Generated autoloads from windmove.el
32073 31303
32074(autoload 'windmove-left "windmove" "\ 31304(autoload 'windmove-left "windmove" "\
@@ -32121,7 +31351,7 @@ Default MODIFIER is 'shift.
32121;;;*** 31351;;;***
32122 31352
32123;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 31353;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
32124;;;;;; (18787 48919)) 31354;;;;;; (18785 31837))
32125;;; Generated autoloads from winner.el 31355;;; Generated autoloads from winner.el
32126 31356
32127(defvar winner-mode nil "\ 31357(defvar winner-mode nil "\
@@ -32140,7 +31370,7 @@ With arg, turn Winner mode on if and only if arg is positive.
32140;;;*** 31370;;;***
32141 31371
32142;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale) 31372;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale)
32143;;;;;; "woman" "woman.el" (18867 59895)) 31373;;;;;; "woman" "woman.el" (19100 52259))
32144;;; Generated autoloads from woman.el 31374;;; Generated autoloads from woman.el
32145 31375
32146(defvar woman-locale nil "\ 31376(defvar woman-locale nil "\
@@ -32184,7 +31414,7 @@ decompress the file if appropriate. See the documentation for the
32184;;;*** 31414;;;***
32185 31415
32186;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 31416;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
32187;;;;;; (18787 48923)) 31417;;;;;; (19116 21893))
32188;;; Generated autoloads from emulation/ws-mode.el 31418;;; Generated autoloads from emulation/ws-mode.el
32189 31419
32190(autoload 'wordstar-mode "ws-mode" "\ 31420(autoload 'wordstar-mode "ws-mode" "\
@@ -32296,7 +31526,7 @@ The key bindings are:
32296 31526
32297;;;*** 31527;;;***
32298 31528
32299;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (18787 48931)) 31529;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (18785 32010))
32300;;; Generated autoloads from net/xesam.el 31530;;; Generated autoloads from net/xesam.el
32301 31531
32302(autoload 'xesam-search "xesam" "\ 31532(autoload 'xesam-search "xesam" "\
@@ -32316,7 +31546,7 @@ Example:
32316;;;*** 31546;;;***
32317 31547
32318;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 31548;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
32319;;;;;; (18787 48919)) 31549;;;;;; (18785 31837))
32320;;; Generated autoloads from xml.el 31550;;; Generated autoloads from xml.el
32321 31551
32322(autoload 'xml-parse-file "xml" "\ 31552(autoload 'xml-parse-file "xml" "\
@@ -32342,7 +31572,7 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
32342;;;*** 31572;;;***
32343 31573
32344;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" 31574;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
32345;;;;;; "nxml/xmltok.el" (18787 48932)) 31575;;;;;; "nxml/xmltok.el" (18785 32015))
32346;;; Generated autoloads from nxml/xmltok.el 31576;;; Generated autoloads from nxml/xmltok.el
32347 31577
32348(autoload 'xmltok-get-declared-encoding-position "xmltok" "\ 31578(autoload 'xmltok-get-declared-encoding-position "xmltok" "\
@@ -32360,8 +31590,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
32360 31590
32361;;;*** 31591;;;***
32362 31592
32363;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (18827 31593;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (18826
32364;;;;;; 8828)) 31594;;;;;; 37212))
32365;;; Generated autoloads from xt-mouse.el 31595;;; Generated autoloads from xt-mouse.el
32366 31596
32367(defvar xterm-mouse-mode nil "\ 31597(defvar xterm-mouse-mode nil "\
@@ -32390,7 +31620,7 @@ down the SHIFT key while pressing the mouse button.
32390;;;*** 31620;;;***
32391 31621
32392;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 31622;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
32393;;;;;; "gnus/yenc.el" (18787 48928)) 31623;;;;;; "gnus/yenc.el" (19104 32703))
32394;;; Generated autoloads from gnus/yenc.el 31624;;; Generated autoloads from gnus/yenc.el
32395 31625
32396(autoload 'yenc-decode-region "yenc" "\ 31626(autoload 'yenc-decode-region "yenc" "\
@@ -32406,7 +31636,7 @@ Extract file name from an yenc header.
32406;;;*** 31636;;;***
32407 31637
32408;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 31638;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
32409;;;;;; yow) "yow" "play/yow.el" (18787 48933)) 31639;;;;;; yow) "yow" "play/yow.el" (19086 19374))
32410;;; Generated autoloads from play/yow.el 31640;;; Generated autoloads from play/yow.el
32411 31641
32412(autoload 'yow "yow" "\ 31642(autoload 'yow "yow" "\
@@ -32432,7 +31662,7 @@ Zippy goes to the analyst.
32432 31662
32433;;;*** 31663;;;***
32434 31664
32435;;;### (autoloads (zone) "zone" "play/zone.el" (18787 48933)) 31665;;;### (autoloads (zone) "zone" "play/zone.el" (18785 32033))
32436;;; Generated autoloads from play/zone.el 31666;;; Generated autoloads from play/zone.el
32437 31667
32438(autoload 'zone "zone" "\ 31668(autoload 'zone "zone" "\
@@ -32462,52 +31692,108 @@ Zone out, completely.
32462;;;;;; "calendar/cal-julian.el" "calendar/cal-loaddefs.el" "calendar/cal-mayan.el" 31692;;;;;; "calendar/cal-julian.el" "calendar/cal-loaddefs.el" "calendar/cal-mayan.el"
32463;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el" 31693;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el"
32464;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/diary-loaddefs.el" 31694;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/diary-loaddefs.el"
32465;;;;;; "calendar/hol-loaddefs.el" "case-table.el" "cdl.el" "cus-dep.el" 31695;;;;;; "calendar/hol-loaddefs.el" "case-table.el" "cdl.el" "cedet/cedet-cscope.el"
32466;;;;;; "cus-face.el" "cus-start.el" "custom.el" "dframe.el" "dos-fns.el" 31696;;;;;; "cedet/cedet-files.el" "cedet/cedet-global.el" "cedet/cedet-idutils.el"
32467;;;;;; "dos-vars.el" "dos-w32.el" "ediff-diff.el" "ediff-init.el" 31697;;;;;; "cedet/cedet.el" "cedet/ede/autoconf-edit.el" "cedet/ede/cpp-root.el"
32468;;;;;; "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" 31698;;;;;; "cedet/ede/dired.el" "cedet/ede/emacs.el" "cedet/ede/files.el"
32469;;;;;; "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" 31699;;;;;; "cedet/ede/linux.el" "cedet/ede/locate.el" "cedet/ede/make.el"
31700;;;;;; "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" "cedet/ede/pmake.el"
31701;;;;;; "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el"
31702;;;;;; "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el"
31703;;;;;; "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el"
31704;;;;;; "cedet/ede/proj-shared.el" "cedet/ede/proj.el" "cedet/ede/project-am.el"
31705;;;;;; "cedet/ede/simple.el" "cedet/ede/source.el" "cedet/ede/speedbar.el"
31706;;;;;; "cedet/ede/srecode.el" "cedet/ede/system.el" "cedet/ede/util.el"
31707;;;;;; "cedet/inversion.el" "cedet/mode-local.el" "cedet/pulse.el"
31708;;;;;; "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el"
31709;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el"
31710;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el"
31711;;;;;; "cedet/semantic/bovine/c-by.el" "cedet/semantic/bovine/c.el"
31712;;;;;; "cedet/semantic/bovine/debug.el" "cedet/semantic/bovine/el.el"
31713;;;;;; "cedet/semantic/bovine/gcc.el" "cedet/semantic/bovine/make-by.el"
31714;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm-by.el"
31715;;;;;; "cedet/semantic/bovine/scm.el" "cedet/semantic/chart.el"
31716;;;;;; "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" "cedet/semantic/db-debug.el"
31717;;;;;; "cedet/semantic/db-ebrowse.el" "cedet/semantic/db-el.el"
31718;;;;;; "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" "cedet/semantic/db-global.el"
31719;;;;;; "cedet/semantic/db-javascript.el" "cedet/semantic/db-mode.el"
31720;;;;;; "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el"
31721;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el"
31722;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el"
31723;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el"
31724;;;;;; "cedet/semantic/edit.el" "cedet/semantic/find.el" "cedet/semantic/format.el"
31725;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el"
31726;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el"
31727;;;;;; "cedet/semantic/idle.el" "cedet/semantic/java.el" "cedet/semantic/lex-spp.el"
31728;;;;;; "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el"
31729;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el"
31730;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el"
31731;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el"
31732;;;;;; "cedet/semantic/symref/grep.el" "cedet/semantic/symref/idutils.el"
31733;;;;;; "cedet/semantic/symref/list.el" "cedet/semantic/tag-file.el"
31734;;;;;; "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el"
31735;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el"
31736;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el"
31737;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el"
31738;;;;;; "cedet/semantic/wisent/javat-wy.el" "cedet/semantic/wisent/js-wy.el"
31739;;;;;; "cedet/semantic/wisent/wisent.el" "cedet/srecode.el" "cedet/srecode/args.el"
31740;;;;;; "cedet/srecode/compile.el" "cedet/srecode/cpp.el" "cedet/srecode/ctxt.el"
31741;;;;;; "cedet/srecode/dictionary.el" "cedet/srecode/document.el"
31742;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el"
31743;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el"
31744;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el"
31745;;;;;; "cedet/srecode/map.el" "cedet/srecode/mode.el" "cedet/srecode/semantic.el"
31746;;;;;; "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" "cedet/srecode/table.el"
31747;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "cus-dep.el"
31748;;;;;; "cus-face.el" "cus-start.el" "custom.el" "dframe.el" "dired-aux.el"
31749;;;;;; "dired-x.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" "ediff-diff.el"
31750;;;;;; "ediff-init.el" "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el"
31751;;;;;; "ediff-wind.el" "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el"
32470;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/backquote.el" "emacs-lisp/bindat.el" 31752;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/backquote.el" "emacs-lisp/bindat.el"
32471;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/byte-run.el" "emacs-lisp/cl-compat.el" 31753;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/byte-run.el" "emacs-lisp/chart.el"
32472;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el" "emacs-lisp/cl-macs.el" 31754;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el"
32473;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" 31755;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el"
32474;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/float-sup.el" "emacs-lisp/gulp.el" 31756;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-comp.el"
32475;;;;;; "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" 31757;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-datadebug.el"
32476;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" "emacs-lisp/lucid.el" 31758;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eieio-speedbar.el"
32477;;;;;; "emacs-lisp/map-ynp.el" "emacs-lisp/regi.el" "emacs-lisp/sregex.el" 31759;;;;;; "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" "emacs-lisp/float-sup.el"
32478;;;;;; "emacs-lisp/syntax.el" "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el" 31760;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el"
32479;;;;;; "emacs-lisp/timer.el" "emacs-lock.el" "emulation/cua-gmrk.el" 31761;;;;;; "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el"
32480;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el" 31762;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/map-ynp.el" "emacs-lisp/regi.el"
32481;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-extras.el" 31763;;;;;; "emacs-lisp/sregex.el" "emacs-lisp/syntax.el" "emacs-lisp/tcover-ses.el"
32482;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el" 31764;;;;;; "emacs-lisp/tcover-unsafep.el" "emacs-lisp/timer.el" "emacs-lock.el"
32483;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el" 31765;;;;;; "emulation/cua-gmrk.el" "emulation/cua-rect.el" "emulation/edt-lk201.el"
32484;;;;;; "emulation/viper-util.el" "env.el" "epa-hook.el" "erc/erc-backend.el" 31766;;;;;; "emulation/edt-mapper.el" "emulation/edt-pc.el" "emulation/edt-vt100.el"
32485;;;;;; "erc/erc-goodies.el" "erc/erc-ibuffer.el" "erc/erc-lang.el" 31767;;;;;; "emulation/tpu-extras.el" "emulation/viper-cmd.el" "emulation/viper-ex.el"
32486;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el" 31768;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el"
32487;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" 31769;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "env.el"
32488;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" 31770;;;;;; "epa-hook.el" "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el"
32489;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" 31771;;;;;; "erc/erc-lang.el" "eshell/em-alias.el" "eshell/em-banner.el"
32490;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el" 31772;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el"
32491;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el" 31773;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el"
32492;;;;;; "eshell/esh-ext.el" "eshell/esh-io.el" "eshell/esh-module.el" 31774;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el"
32493;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el" 31775;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el"
32494;;;;;; "eshell/esh-var.el" "ezimage.el" "facemenu.el" "faces.el" 31776;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el"
32495;;;;;; "files.el" "foldout.el" "font-core.el" "font-lock.el" "format-spec.el" 31777;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-io.el"
32496;;;;;; "format.el" "forms-d2.el" "forms-pass.el" "frame.el" "fringe.el" 31778;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el"
32497;;;;;; "generic-x.el" "gnus/auth-source.el" "gnus/compface.el" "gnus/gnus-async.el" 31779;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "facemenu.el"
32498;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el" 31780;;;;;; "faces.el" "files.el" "foldout.el" "font-core.el" "font-lock.el"
32499;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" 31781;;;;;; "format-spec.el" "format.el" "forms-d2.el" "forms-pass.el"
32500;;;;;; "gnus/gnus-ems.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" 31782;;;;;; "frame.el" "fringe.el" "generic-x.el" "gnus/auth-source.el"
32501;;;;;; "gnus/gnus-mh.el" "gnus/gnus-salt.el" "gnus/gnus-score.el" 31783;;;;;; "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el"
32502;;;;;; "gnus/gnus-setup.el" "gnus/gnus-srvr.el" "gnus/gnus-sum.el" 31784;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el"
32503;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el" 31785;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el"
32504;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/ietf-drums.el" 31786;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el"
32505;;;;;; "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" "gnus/mail-prsvr.el" 31787;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el"
32506;;;;;; "gnus/mail-source.el" "gnus/mailcap.el" "gnus/messcompat.el" 31788;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el"
32507;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-encode.el" 31789;;;;;; "gnus/gnus-undo.el" "gnus/gnus-util.el" "gnus/gnus-uu.el"
32508;;;;;; "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" 31790;;;;;; "gnus/gnus-vm.el" "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el"
32509;;;;;; "gnus/mml.el" "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndb.el" 31791;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/mail-source.el"
32510;;;;;; "gnus/nndir.el" "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el" 31792;;;;;; "gnus/mailcap.el" "gnus/messcompat.el" "gnus/mm-bodies.el"
31793;;;;;; "gnus/mm-decode.el" "gnus/mm-encode.el" "gnus/mm-util.el"
31794;;;;;; "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" "gnus/mml.el"
31795;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndb.el" "gnus/nndir.el"
31796;;;;;; "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el"
32511;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnlistserv.el" 31797;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnlistserv.el"
32512;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el" 31798;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el"
32513;;;;;; "gnus/nnmh.el" "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnrss.el" 31799;;;;;; "gnus/nnmh.el" "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnrss.el"
@@ -32517,7 +31803,7 @@ Zone out, completely.
32517;;;;;; "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/sieve-manage.el" 31803;;;;;; "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/sieve-manage.el"
32518;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "gnus/starttls.el" 31804;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "gnus/starttls.el"
32519;;;;;; "gnus/utf7.el" "gnus/webmail.el" "help.el" "hex-util.el" 31805;;;;;; "gnus/utf7.el" "gnus/webmail.el" "help.el" "hex-util.el"
32520;;;;;; "indent.el" "international/characters.el" "international/charprop.el" 31806;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charprop.el"
32521;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el" 31807;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el"
32522;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el" 31808;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el"
32523;;;;;; "international/ja-dic-utl.el" "international/mule-cmds.el" 31809;;;;;; "international/ja-dic-utl.el" "international/mule-cmds.el"
@@ -32541,47 +31827,52 @@ Zone out, completely.
32541;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el" 31827;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el"
32542;;;;;; "ldefs-boot.el" "loadup.el" "mail/blessmail.el" "mail/mailheader.el" 31828;;;;;; "ldefs-boot.el" "loadup.el" "mail/blessmail.el" "mail/mailheader.el"
32543;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" 31829;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el"
32544;;;;;; "mail/rmail-spam-filter.el" "md4.el" "mh-e/mh-acros.el" "mh-e/mh-alias.el" 31830;;;;;; "mail/rmail-spam-filter.el" "mail/rmailedit.el" "mail/rmailkwd.el"
32545;;;;;; "mh-e/mh-buffers.el" "mh-e/mh-compat.el" "mh-e/mh-funcs.el" 31831;;;;;; "mail/rmailmm.el" "mail/rmailmsc.el" "mail/rmailsort.el"
32546;;;;;; "mh-e/mh-gnus.el" "mh-e/mh-identity.el" "mh-e/mh-inc.el" 31832;;;;;; "mail/rmailsum.el" "mail/undigest.el" "md4.el" "mh-e/mh-acros.el"
32547;;;;;; "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el" 31833;;;;;; "mh-e/mh-alias.el" "mh-e/mh-buffers.el" "mh-e/mh-compat.el"
31834;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" "mh-e/mh-identity.el"
31835;;;;;; "mh-e/mh-inc.el" "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el"
32548;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el" 31836;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el"
32549;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el" 31837;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el"
32550;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el" 31838;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el"
32551;;;;;; "mh-e/mh-utils.el" "mh-e/mh-xface.el" "minibuffer.el" "mouse-copy.el" 31839;;;;;; "mh-e/mh-utils.el" "mh-e/mh-xface.el" "minibuffer.el" "mouse-copy.el"
32552;;;;;; "mouse.el" "net/dig.el" "net/dns.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" 31840;;;;;; "mouse.el" "mwheel.el" "net/dns.el" "net/eudc-vars.el" "net/eudcb-bbdb.el"
32553;;;;;; "net/eudcb-ldap.el" "net/eudcb-mab.el" "net/eudcb-ph.el" 31841;;;;;; "net/eudcb-ldap.el" "net/eudcb-mab.el" "net/eudcb-ph.el"
32554;;;;;; "net/hmac-def.el" "net/hmac-md5.el" "net/imap.el" "net/ldap.el" 31842;;;;;; "net/hmac-def.el" "net/hmac-md5.el" "net/imap-hash.el" "net/imap.el"
32555;;;;;; "net/mairix.el" "net/netrc.el" "net/newsticker.el" "net/ntlm.el" 31843;;;;;; "net/ldap.el" "net/mairix.el" "net/netrc.el" "net/newsticker.el"
32556;;;;;; "net/sasl-cram.el" "net/sasl-digest.el" "net/sasl-ntlm.el" 31844;;;;;; "net/ntlm.el" "net/sasl-cram.el" "net/sasl-digest.el" "net/sasl-ntlm.el"
32557;;;;;; "net/sasl.el" "net/socks.el" "net/tls.el" "net/tramp-cache.el" 31845;;;;;; "net/sasl.el" "net/socks.el" "net/tls.el" "net/tramp-cache.el"
32558;;;;;; "net/tramp-cmds.el" "net/tramp-compat.el" "net/tramp-fish.el" 31846;;;;;; "net/tramp-cmds.el" "net/tramp-compat.el" "net/tramp-fish.el"
32559;;;;;; "net/tramp-gw.el" "net/tramp-smb.el" "net/tramp-uu.el" "net/trampver.el" 31847;;;;;; "net/tramp-gvfs.el" "net/tramp-gw.el" "net/tramp-imap.el"
32560;;;;;; "net/zeroconf.el" "nxml/nxml-enc.el" "nxml/nxml-maint.el" 31848;;;;;; "net/tramp-smb.el" "net/tramp-uu.el" "net/trampver.el" "net/zeroconf.el"
32561;;;;;; "nxml/nxml-ns.el" "nxml/nxml-outln.el" "nxml/nxml-parse.el" 31849;;;;;; "nxml/nxml-enc.el" "nxml/nxml-maint.el" "nxml/nxml-ns.el"
32562;;;;;; "nxml/nxml-rap.el" "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el" 31850;;;;;; "nxml/nxml-outln.el" "nxml/nxml-parse.el" "nxml/nxml-rap.el"
32563;;;;;; "nxml/rng-maint.el" "nxml/rng-match.el" "nxml/rng-parse.el" 31851;;;;;; "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el" "nxml/rng-maint.el"
32564;;;;;; "nxml/rng-pttrn.el" "nxml/rng-uri.el" "nxml/rng-util.el" 31852;;;;;; "nxml/rng-match.el" "nxml/rng-parse.el" "nxml/rng-pttrn.el"
32565;;;;;; "nxml/xsd-regexp.el" "org/org-archive.el" "org/org-bibtex.el" 31853;;;;;; "nxml/rng-uri.el" "nxml/rng-util.el" "nxml/subdirs.el" "nxml/xsd-regexp.el"
32566;;;;;; "org/org-colview.el" "org/org-compat.el" "org/org-faces.el" 31854;;;;;; "org/org-archive.el" "org/org-bibtex.el" "org/org-colview.el"
32567;;;;;; "org/org-gnus.el" "org/org-info.el" "org/org-install.el" 31855;;;;;; "org/org-compat.el" "org/org-exp-blocks.el" "org/org-faces.el"
32568;;;;;; "org/org-jsinfo.el" "org/org-list.el" "org/org-mac-message.el" 31856;;;;;; "org/org-gnus.el" "org/org-info.el" "org/org-inlinetask.el"
32569;;;;;; "org/org-macs.el" "org/org-mew.el" "org/org-mhe.el" "org/org-mouse.el" 31857;;;;;; "org/org-install.el" "org/org-jsinfo.el" "org/org-list.el"
32570;;;;;; "org/org-rmail.el" "org/org-vm.el" "org/org-w3m.el" "org/org-wl.el" 31858;;;;;; "org/org-mac-message.el" "org/org-macs.el" "org/org-mew.el"
32571;;;;;; "password-cache.el" "patcomp.el" "paths.el" "pcvs-info.el" 31859;;;;;; "org/org-mhe.el" "org/org-mouse.el" "org/org-protocol.el"
32572;;;;;; "pcvs-parse.el" "pcvs-util.el" "pgg-def.el" "pgg-parse.el" 31860;;;;;; "org/org-rmail.el" "org/org-src.el" "org/org-vm.el" "org/org-w3m.el"
32573;;;;;; "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el" "play/gametree.el" 31861;;;;;; "org/org-wl.el" "password-cache.el" "patcomp.el" "paths.el"
32574;;;;;; "play/meese.el" "progmodes/ada-prj.el" "progmodes/cc-align.el" 31862;;;;;; "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" "pgg-def.el"
32575;;;;;; "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" 31863;;;;;; "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el"
32576;;;;;; "progmodes/cc-defs.el" "progmodes/cc-fonts.el" "progmodes/cc-langs.el" 31864;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"
32577;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-abn.el" "progmodes/ebnf-bnf.el" 31865;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el"
32578;;;;;; "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el" "progmodes/ebnf-iso.el" 31866;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el"
32579;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-complete-structtag.el" 31867;;;;;; "progmodes/cc-langs.el" "progmodes/cc-menus.el" "progmodes/ebnf-abn.el"
32580;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" 31868;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el"
32581;;;;;; "progmodes/xscheme.el" "ps-def.el" "ps-mule.el" "ps-samp.el" 31869;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el"
32582;;;;;; "replace.el" "rfn-eshadow.el" "s-region.el" "saveplace.el" 31870;;;;;; "progmodes/idlw-complete-structtag.el" "progmodes/idlw-help.el"
32583;;;;;; "sb-image.el" "scroll-bar.el" "select.el" "simple.el" "soundex.el" 31871;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el"
32584;;;;;; "startup.el" "subdirs.el" "subr.el" "tempo.el" "textmodes/bib-mode.el" 31872;;;;;; "ps-def.el" "ps-mule.el" "ps-samp.el" "register.el" "replace.el"
31873;;;;;; "rfn-eshadow.el" "s-region.el" "saveplace.el" "sb-image.el"
31874;;;;;; "scroll-bar.el" "select.el" "simple.el" "soundex.el" "startup.el"
31875;;;;;; "subdirs.el" "subr.el" "tempo.el" "textmodes/bib-mode.el"
32585;;;;;; "textmodes/fill.el" "textmodes/makeinfo.el" "textmodes/page-ext.el" 31876;;;;;; "textmodes/fill.el" "textmodes/makeinfo.el" "textmodes/page-ext.el"
32586;;;;;; "textmodes/page.el" "textmodes/paragraphs.el" "textmodes/refbib.el" 31877;;;;;; "textmodes/page.el" "textmodes/paragraphs.el" "textmodes/refbib.el"
32587;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" 31878;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el"
@@ -32593,7 +31884,7 @@ Zone out, completely.
32593;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "vc-dav.el" 31884;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "vc-dav.el"
32594;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vt-control.el" "vt100-led.el" 31885;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vt-control.el" "vt100-led.el"
32595;;;;;; "w32-fns.el" "w32-vars.el" "widget.el" "window.el" "x-dnd.el") 31886;;;;;; "w32-fns.el" "w32-vars.el" "widget.el" "window.el" "x-dnd.el")
32596;;;;;; (19003 49774 168396)) 31887;;;;;; (19137 28637 499743))
32597 31888
32598;;;*** 31889;;;***
32599 31890