aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-03-31 02:04:11 +0000
committerChong Yidong2009-03-31 02:04:11 +0000
commit7b8065ba000c631107335f388ecebf2d306c306a (patch)
treeb303428fffcba629d5b265a7b36decce4016c172
parentd647f92691d94037dc53b6dfe5cea191f0868277 (diff)
downloademacs-7b8065ba000c631107335f388ecebf2d306c306a.tar.gz
emacs-7b8065ba000c631107335f388ecebf2d306c306a.zip
Regenerate.
-rw-r--r--lisp/ldefs-boot.el293
1 files changed, 176 insertions, 117 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 78c3cac1586..15d92a6867c 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -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" (18811 42750)) 395;;;;;; align) "align" "align.el" (18892 6535))
396;;; Generated autoloads from align.el 396;;; Generated autoloads from align.el
397 397
398(autoload 'align "align" "\ 398(autoload 'align "align" "\
@@ -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" (18849 38521)) 792;;;;;; "net/ange-ftp.el" (18889 26258))
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)
@@ -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" (18787 48911)) 842;;;;;; "ansi-color" "ansi-color.el" (18897 16477))
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" "\
@@ -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" (18787 1048;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (18892
1049;;;;;; 48911)) 1049;;;;;; 6536))
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" "\
@@ -1656,7 +1656,7 @@ seconds.
1656;;;*** 1656;;;***
1657 1657
1658;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1658;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1659;;;;;; "benchmark" "emacs-lisp/benchmark.el" (18787 48921)) 1659;;;;;; "benchmark" "emacs-lisp/benchmark.el" (18879 46549))
1660;;; Generated autoloads from emacs-lisp/benchmark.el 1660;;; Generated autoloads from emacs-lisp/benchmark.el
1661 1661
1662(autoload 'benchmark-run "benchmark" "\ 1662(autoload 'benchmark-run "benchmark" "\
@@ -1680,8 +1680,8 @@ result. The overhead of the `lambda's is accounted for.
1680 1680
1681(autoload 'benchmark "benchmark" "\ 1681(autoload 'benchmark "benchmark" "\
1682Print the time taken for REPETITIONS executions of FORM. 1682Print the time taken for REPETITIONS executions of FORM.
1683Interactively, REPETITIONS is taken from the prefix arg. For 1683Interactively, REPETITIONS is taken from the prefix arg.
1684non-interactive use see also `benchmark-run' and 1684For non-interactive use see also `benchmark-run' and
1685`benchmark-run-compiled'. 1685`benchmark-run-compiled'.
1686 1686
1687\(fn REPETITIONS FORM)" t nil) 1687\(fn REPETITIONS FORM)" t nil)
@@ -2507,11 +2507,22 @@ name of buffer configuration.
2507 2507
2508;;;*** 2508;;;***
2509 2509
2510;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (18787 48933)) 2510;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (18890 28165))
2511;;; Generated autoloads from play/bubbles.el 2511;;; Generated autoloads from play/bubbles.el
2512 2512
2513(autoload 'bubbles "bubbles" "\ 2513(autoload 'bubbles "bubbles" "\
2514Play Bubbles game. 2514Play Bubbles game.
2515\\<bubbles-mode-map>
2516The goal is to remove all bubbles with as few moves as possible.
2517\\[bubbles-plop] on a bubble removes that bubble and all
2518connected bubbles of the same color. Unsupported bubbles fall
2519down, and columns that do not contain any bubbles suck the
2520columns on its right towards the left.
2521
2522\\[bubbles-set-game-easy] sets the difficulty to easy.
2523\\[bubbles-set-game-medium] sets the difficulty to medium.
2524\\[bubbles-set-game-difficult] sets the difficulty to difficult.
2525\\[bubbles-set-game-hard] sets the difficulty to hard.
2515 2526
2516\(fn)" t nil) 2527\(fn)" t nil)
2517 2528
@@ -2703,7 +2714,7 @@ from the cursor position.
2703;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2714;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2704;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2715;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2705;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" 2716;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el"
2706;;;;;; (18791 16515)) 2717;;;;;; (18897 16478))
2707;;; Generated autoloads from calc/calc.el 2718;;; Generated autoloads from calc/calc.el
2708 2719
2709(defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ 2720(defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\
@@ -2802,8 +2813,8 @@ See the documentation for `calculator-mode' for more information.
2802 2813
2803;;;*** 2814;;;***
2804 2815
2805;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (18834 2816;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (18862
2806;;;;;; 56792)) 2817;;;;;; 237))
2807;;; Generated autoloads from calendar/calendar.el 2818;;; Generated autoloads from calendar/calendar.el
2808 2819
2809(autoload 'calendar "calendar" "\ 2820(autoload 'calendar "calendar" "\
@@ -3160,7 +3171,7 @@ as words.
3160 3171
3161;;;*** 3172;;;***
3162 3173
3163;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (18794 5654)) 3174;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (18854 39029))
3164;;; Generated autoloads from progmodes/cc-vars.el 3175;;; Generated autoloads from progmodes/cc-vars.el
3165(put 'c-basic-offset 'safe-local-variable 'integerp) 3176(put 'c-basic-offset 'safe-local-variable 'integerp)
3166(put 'c-backslash-column 'safe-local-variable 'integerp) 3177(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3170,7 +3181,7 @@ as words.
3170 3181
3171;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3182;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3172;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3183;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3173;;;;;; (18787 48928)) 3184;;;;;; (18878 26805))
3174;;; Generated autoloads from international/ccl.el 3185;;; Generated autoloads from international/ccl.el
3175 3186
3176(autoload 'ccl-compile "ccl" "\ 3187(autoload 'ccl-compile "ccl" "\
@@ -3935,8 +3946,8 @@ on third call it again advances points to the next difference and so on.
3935;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 3946;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
3936;;;;;; compile compilation-disable-input compile-command compilation-search-path 3947;;;;;; compile compilation-disable-input compile-command compilation-search-path
3937;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook 3948;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
3938;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (18848 3949;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (18863
3939;;;;;; 23222)) 3950;;;;;; 60812))
3940;;; Generated autoloads from progmodes/compile.el 3951;;; Generated autoloads from progmodes/compile.el
3941 3952
3942(defvar compilation-mode-hook nil "\ 3953(defvar compilation-mode-hook nil "\
@@ -4176,8 +4187,8 @@ Enable dynamic word-completion.
4176;;;*** 4187;;;***
4177 4188
4178;;;### (autoloads (global-auto-composition-mode auto-composition-mode 4189;;;### (autoloads (global-auto-composition-mode auto-composition-mode
4179;;;;;; encode-composition-rule) "composite" "composite.el" (18849 4190;;;;;; encode-composition-rule) "composite" "composite.el" (18890
4180;;;;;; 65145)) 4191;;;;;; 15680))
4181;;; Generated autoloads from composite.el 4192;;; Generated autoloads from composite.el
4182 4193
4183(autoload 'encode-composition-rule "composite" "\ 4194(autoload 'encode-composition-rule "composite" "\
@@ -4686,7 +4697,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
4686;;;*** 4697;;;***
4687 4698
4688;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 4699;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
4689;;;;;; (18787 48921)) 4700;;;;;; (18877 40947))
4690;;; Generated autoloads from emacs-lisp/crm.el 4701;;; Generated autoloads from emacs-lisp/crm.el
4691 4702
4692(autoload 'completing-read-multiple "crm" "\ 4703(autoload 'completing-read-multiple "crm" "\
@@ -5641,7 +5652,7 @@ as well as widgets, buttons, overlays, and text properties.
5641;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 5652;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
5642;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 5653;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
5643;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 5654;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
5644;;;;;; "desktop.el" (18787 48912)) 5655;;;;;; "desktop.el" (18886 63158))
5645;;; Generated autoloads from desktop.el 5656;;; Generated autoloads from desktop.el
5646 5657
5647(defvar desktop-save-mode nil "\ 5658(defvar desktop-save-mode nil "\
@@ -6882,7 +6893,7 @@ Locate SOA record and increment the serial field.
6882;;;*** 6893;;;***
6883 6894
6884;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode 6895;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode
6885;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (18832 28686)) 6896;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (18875 4623))
6886;;; Generated autoloads from doc-view.el 6897;;; Generated autoloads from doc-view.el
6887 6898
6888(autoload 'doc-view-mode-p "doc-view" "\ 6899(autoload 'doc-view-mode-p "doc-view" "\
@@ -7497,8 +7508,8 @@ See `ebnf-style-database' documentation.
7497;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 7508;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7498;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 7509;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7499;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 7510;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7500;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (18821 7511;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (18875
7501;;;;;; 3056)) 7512;;;;;; 4272))
7502;;; Generated autoloads from progmodes/ebrowse.el 7513;;; Generated autoloads from progmodes/ebrowse.el
7503 7514
7504(autoload 'ebrowse-tree-mode "ebrowse" "\ 7515(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -8978,7 +8989,7 @@ Look at CONFIG and try to expand GROUP.
8978;;;*** 8989;;;***
8979 8990
8980;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" 8991;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
8981;;;;;; "erc/erc.el" (18803 56787)) 8992;;;;;; "erc/erc.el" (18875 4272))
8982;;; Generated autoloads from erc/erc.el 8993;;; Generated autoloads from erc/erc.el
8983 8994
8984(autoload 'erc-select-read-args "erc" "\ 8995(autoload 'erc-select-read-args "erc" "\
@@ -10988,7 +10999,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
10988;;;*** 10999;;;***
10989 11000
10990;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 11001;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
10991;;;;;; "finder" "finder.el" (18787 48913)) 11002;;;;;; "finder" "finder.el" (18868 8783))
10992;;; Generated autoloads from finder.el 11003;;; Generated autoloads from finder.el
10993 11004
10994(autoload 'finder-list-keywords "finder" "\ 11005(autoload 'finder-list-keywords "finder" "\
@@ -11048,7 +11059,7 @@ Not documented
11048;;;*** 11059;;;***
11049 11060
11050;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) 11061;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode)
11051;;;;;; "flymake" "progmodes/flymake.el" (18844 39826)) 11062;;;;;; "flymake" "progmodes/flymake.el" (18875 4272))
11052;;; Generated autoloads from progmodes/flymake.el 11063;;; Generated autoloads from progmodes/flymake.el
11053 11064
11054(autoload 'flymake-mode "flymake" "\ 11065(autoload 'flymake-mode "flymake" "\
@@ -11904,7 +11915,7 @@ Convenience method to turn on gnus-dired-mode.
11904;;;*** 11915;;;***
11905 11916
11906;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 11917;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11907;;;;;; (18787 48925)) 11918;;;;;; (18862 237))
11908;;; Generated autoloads from gnus/gnus-draft.el 11919;;; Generated autoloads from gnus/gnus-draft.el
11909 11920
11910(autoload 'gnus-draft-reminder "gnus-draft" "\ 11921(autoload 'gnus-draft-reminder "gnus-draft" "\
@@ -12441,7 +12452,7 @@ Turn on `goto-address-mode', but only in comments and strings.
12441 12452
12442;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults 12453;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12443;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 12454;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12444;;;;;; grep-window-height) "grep" "progmodes/grep.el" (18812 37880)) 12455;;;;;; grep-window-height) "grep" "progmodes/grep.el" (18858 55376))
12445;;; Generated autoloads from progmodes/grep.el 12456;;; Generated autoloads from progmodes/grep.el
12446 12457
12447(defvar grep-window-height nil "\ 12458(defvar grep-window-height nil "\
@@ -12897,7 +12908,7 @@ different regions. With numeric argument ARG, behaves like
12897;;;### (autoloads (describe-categories describe-syntax describe-variable 12908;;;### (autoloads (describe-categories describe-syntax describe-variable
12898;;;;;; variable-at-point describe-function-1 find-lisp-object-file-name 12909;;;;;; variable-at-point describe-function-1 find-lisp-object-file-name
12899;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el" 12910;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el"
12900;;;;;; (18787 48914)) 12911;;;;;; (18856 725))
12901;;; Generated autoloads from help-fns.el 12912;;; Generated autoloads from help-fns.el
12902 12913
12903(autoload 'describe-function "help-fns" "\ 12914(autoload 'describe-function "help-fns" "\
@@ -12983,8 +12994,8 @@ gives the window that lists the options.")
12983 12994
12984;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 12995;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
12985;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish 12996;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish
12986;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (18787 12997;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (18896
12987;;;;;; 48914)) 12998;;;;;; 7433))
12988;;; Generated autoloads from help-mode.el 12999;;; Generated autoloads from help-mode.el
12989 13000
12990(autoload 'help-mode "help-mode" "\ 13001(autoload 'help-mode "help-mode" "\
@@ -13020,7 +13031,11 @@ restore it properly when going back.
13020\(fn ITEM INTERACTIVE-P)" nil nil) 13031\(fn ITEM INTERACTIVE-P)" nil nil)
13021 13032
13022(autoload 'help-buffer "help-mode" "\ 13033(autoload 'help-buffer "help-mode" "\
13023Not documented 13034Return the name of a buffer for inserting help.
13035If `help-xref-following' is non-nil, this is the name of the
13036current buffer.
13037Otherwise, it is *Help*; if no buffer with that name currently
13038exists, it is created.
13024 13039
13025\(fn)" nil nil) 13040\(fn)" nil nil)
13026 13041
@@ -13954,7 +13969,7 @@ Convert HTML to plain text in the current buffer.
13954;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group 13969;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
13955;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group 13970;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
13956;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode 13971;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
13957;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (18787 48914)) 13972;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (18875 4271))
13958;;; Generated autoloads from ibuf-ext.el 13973;;; Generated autoloads from ibuf-ext.el
13959 13974
13960(autoload 'ibuffer-auto-mode "ibuf-ext" "\ 13975(autoload 'ibuffer-auto-mode "ibuf-ext" "\
@@ -16095,7 +16110,7 @@ Add submenus to the File menu, to convert to and from various formats.
16095;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 16110;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
16096;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 16111;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
16097;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) 16112;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
16098;;;;;; "ispell" "textmodes/ispell.el" (18852 12909)) 16113;;;;;; "ispell" "textmodes/ispell.el" (18875 4272))
16099;;; Generated autoloads from textmodes/ispell.el 16114;;; Generated autoloads from textmodes/ispell.el
16100(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 16115(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
16101 16116
@@ -17156,7 +17171,7 @@ for further customization of the printer command.
17156;;;*** 17171;;;***
17157 17172
17158;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 17173;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
17159;;;;;; (18817 3077)) 17174;;;;;; (18893 13105))
17160;;; Generated autoloads from ls-lisp.el 17175;;; Generated autoloads from ls-lisp.el
17161 17176
17162(defvar ls-lisp-support-shell-wildcards t "\ 17177(defvar ls-lisp-support-shell-wildcards t "\
@@ -17422,8 +17437,8 @@ matches may be returned from the message body.
17422;;;*** 17437;;;***
17423 17438
17424;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup 17439;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
17425;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (18791 17440;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (18873
17426;;;;;; 16525)) 17441;;;;;; 47506))
17427;;; Generated autoloads from mail/mailabbrev.el 17442;;; Generated autoloads from mail/mailabbrev.el
17428 17443
17429(defvar mail-abbrevs-mode nil "\ 17444(defvar mail-abbrevs-mode nil "\
@@ -17465,12 +17480,12 @@ double-quotes.
17465;;;*** 17480;;;***
17466 17481
17467;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases 17482;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
17468;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (18787 17483;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (18876
17469;;;;;; 48929)) 17484;;;;;; 22343))
17470;;; Generated autoloads from mail/mailalias.el 17485;;; Generated autoloads from mail/mailalias.el
17471 17486
17472(defvar mail-complete-style 'angles "\ 17487(defvar mail-complete-style 'angles "\
17473*Specifies how \\[mail-complete] formats the full name when it completes. 17488Specifies how \\[mail-complete] formats the full name when it completes.
17474If `nil', they contain just the return address like: 17489If `nil', they contain just the return address like:
17475 king@grassland.com 17490 king@grassland.com
17476If `parens', they look like: 17491If `parens', they look like:
@@ -17655,7 +17670,7 @@ Previous contents of that buffer are killed first.
17655 17670
17656;;;*** 17671;;;***
17657 17672
17658;;;### (autoloads (man-follow man) "man" "man.el" (18787 48916)) 17673;;;### (autoloads (man-follow man) "man" "man.el" (18871 14695))
17659;;; Generated autoloads from man.el 17674;;; Generated autoloads from man.el
17660 17675
17661(defalias 'manual-entry 'man) 17676(defalias 'manual-entry 'man)
@@ -17730,7 +17745,7 @@ Returns non-nil if the new state is enabled.
17730 17745
17731;;;*** 17746;;;***
17732 17747
17733;;;### (autoloads nil "menu-bar" "menu-bar.el" (18799 16231)) 17748;;;### (autoloads nil "menu-bar" "menu-bar.el" (18863 60800))
17734;;; Generated autoloads from menu-bar.el 17749;;; Generated autoloads from menu-bar.el
17735 17750
17736(put 'menu-bar-mode 'standard-value '(t)) 17751(put 'menu-bar-mode 'standard-value '(t))
@@ -18170,7 +18185,7 @@ perform the operation on all messages in that region.
18170;;;*** 18185;;;***
18171 18186
18172;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 18187;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
18173;;;;;; "midnight.el" (18787 48916)) 18188;;;;;; "midnight.el" (18875 4271))
18174;;; Generated autoloads from midnight.el 18189;;; Generated autoloads from midnight.el
18175 18190
18176(autoload 'clean-buffer-list "midnight" "\ 18191(autoload 'clean-buffer-list "midnight" "\
@@ -18634,7 +18649,7 @@ different buffer menu using the function `msb'.
18634;;;;;; describe-current-coding-system describe-current-coding-system-briefly 18649;;;;;; describe-current-coding-system describe-current-coding-system-briefly
18635;;;;;; describe-coding-system describe-character-set list-charset-chars 18650;;;;;; describe-coding-system describe-character-set list-charset-chars
18636;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 18651;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
18637;;;;;; (18797 59603)) 18652;;;;;; (18875 4272))
18638;;; Generated autoloads from international/mule-diag.el 18653;;; Generated autoloads from international/mule-diag.el
18639 18654
18640(autoload 'list-character-sets "mule-diag" "\ 18655(autoload 'list-character-sets "mule-diag" "\
@@ -20117,7 +20132,7 @@ Shows a list of commands and prompts for another key to execute a command.
20117;;;*** 20132;;;***
20118 20133
20119;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" 20134;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
20120;;;;;; (18825 40644)) 20135;;;;;; (18875 4272))
20121;;; Generated autoloads from org/org-bbdb.el 20136;;; Generated autoloads from org/org-bbdb.el
20122 20137
20123(autoload 'org-bbdb-anniversaries "org-bbdb" "\ 20138(autoload 'org-bbdb-anniversaries "org-bbdb" "\
@@ -20730,7 +20745,7 @@ See the command `outline-mode' for more information on this mode.
20730 20745
20731;;;*** 20746;;;***
20732 20747
20733;;;### (autoloads (show-paren-mode) "paren" "paren.el" (18787 48917)) 20748;;;### (autoloads (show-paren-mode) "paren" "paren.el" (18885 457))
20734;;; Generated autoloads from paren.el 20749;;; Generated autoloads from paren.el
20735 20750
20736(defvar show-paren-mode nil "\ 20751(defvar show-paren-mode nil "\
@@ -22596,7 +22611,7 @@ them into characters should be done separately.
22596;;;;;; quail-defrule quail-install-decode-map quail-install-map 22611;;;;;; quail-defrule quail-install-decode-map quail-install-map
22597;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 22612;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
22598;;;;;; quail-define-package quail-use-package quail-title) "quail" 22613;;;;;; quail-define-package quail-use-package quail-title) "quail"
22599;;;;;; "international/quail.el" (18838 52325)) 22614;;;;;; "international/quail.el" (18881 42434))
22600;;; Generated autoloads from international/quail.el 22615;;; Generated autoloads from international/quail.el
22601 22616
22602(autoload 'quail-title "quail" "\ 22617(autoload 'quail-title "quail" "\
@@ -23319,7 +23334,7 @@ This means the number of non-shy regexp grouping constructs
23319 23334
23320;;;*** 23335;;;***
23321 23336
23322;;;### (autoloads nil "register" "register.el" (18787 48918)) 23337;;;### (autoloads nil "register" "register.el" (18873 47505))
23323;;; Generated autoloads from register.el 23338;;; Generated autoloads from register.el
23324 (define-key ctl-x-r-map "\C-@" 'point-to-register) 23339 (define-key ctl-x-r-map "\C-@" 'point-to-register)
23325 (define-key ctl-x-r-map [?\C-\ ] 'point-to-register) 23340 (define-key ctl-x-r-map [?\C-\ ] 'point-to-register)
@@ -23552,7 +23567,7 @@ variable.
23552;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 23567;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
23553;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 23568;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
23554;;;;;; rmail-dont-reply-to-names rmail-movemail-variant-p) "rmail" 23569;;;;;; rmail-dont-reply-to-names rmail-movemail-variant-p) "rmail"
23555;;;;;; "mail/rmail.el" (18852 12908)) 23570;;;;;; "mail/rmail.el" (18886 63159))
23556;;; Generated autoloads from mail/rmail.el 23571;;; Generated autoloads from mail/rmail.el
23557 23572
23558(autoload 'rmail-movemail-variant-p "rmail" "\ 23573(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -23563,17 +23578,22 @@ Currently known variants are 'emacs and 'mailutils.
23563 23578
23564(defvar rmail-dont-reply-to-names nil "\ 23579(defvar rmail-dont-reply-to-names nil "\
23565A regexp specifying addresses to prune from a reply message. 23580A regexp specifying addresses to prune from a reply message.
23566A value of nil means exclude your own email address as an address 23581If this is nil, it is set the first time you compose a reply, to
23567plus whatever is specified by `rmail-default-dont-reply-to-names'.") 23582a value which excludes your own email address, plus whatever is
23583specified by `rmail-default-dont-reply-to-names'.
23584
23585Matching addresses are excluded from the CC field in replies, and
23586also the To field, unless this would leave an empty To field.")
23568 23587
23569(custom-autoload 'rmail-dont-reply-to-names "rmail" t) 23588(custom-autoload 'rmail-dont-reply-to-names "rmail" t)
23570 23589
23571(defvar rmail-default-dont-reply-to-names "\\`info-" "\ 23590(defvar rmail-default-dont-reply-to-names "\\`info-" "\
23572A regular expression specifying part of the default value of the 23591Regexp specifying part of the default value of `rmail-dont-reply-to-names'.
23573variable `rmail-dont-reply-to-names', for when the user does not set 23592This is used when the user does not set `rmail-dont-reply-to-names'
23574`rmail-dont-reply-to-names' explicitly. (The other part of the default 23593explicitly. (The other part of the default value is the user's
23575value is the user's email address and name.) 23594email address and name.) It is useful to set this variable in
23576It is useful to set this variable in the site customization file.") 23595the site customization file. The default value is conventionally
23596used for large mailing lists to broadcast announcements.")
23577 23597
23578(defvar rmail-ignored-headers (concat "^via:\\|^mail-from:\\|^origin:\\|^references:\\|^sender:" "\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:" "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:" "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:" "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^face:" "\\|^x-mailer:\\|^delivered-to:\\|^lines:" "\\|^content-transfer-encoding:\\|^x-coding-system:" "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" "\\|^precedence:\\|^mime-version:" "\\|^list-owner:\\|^list-help:\\|^list-post:\\|^list-subscribe:" "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-length:\\|^nntp-posting-date:\\|^user-agent" "\\|^importance:\\|^envelope-to:\\|^delivery-date\\|^openpgp:" "\\|^mbox-line:\\|^cancel-lock:" "\\|^DomainKey-Signature:\\|^dkim-signature:" "\\|^resent-face:\\|^resent-x.*:\\|^resent-organization:\\|^resent-openpgp:" "\\|^x-.*:") "\ 23598(defvar rmail-ignored-headers (concat "^via:\\|^mail-from:\\|^origin:\\|^references:\\|^sender:" "\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:" "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:" "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:" "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^face:" "\\|^x-mailer:\\|^delivered-to:\\|^lines:" "\\|^content-transfer-encoding:\\|^x-coding-system:" "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" "\\|^precedence:\\|^mime-version:" "\\|^list-owner:\\|^list-help:\\|^list-post:\\|^list-subscribe:" "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-length:\\|^nntp-posting-date:\\|^user-agent" "\\|^importance:\\|^envelope-to:\\|^delivery-date\\|^openpgp:" "\\|^mbox-line:\\|^cancel-lock:" "\\|^DomainKey-Signature:\\|^dkim-signature:" "\\|^resent-face:\\|^resent-x.*:\\|^resent-organization:\\|^resent-openpgp:" "\\|^x-.*:") "\
23579Regexp to match header fields that Rmail should normally hide. 23599Regexp to match header fields that Rmail should normally hide.
@@ -23594,22 +23614,23 @@ If nil, display all header fields except those matched by
23594 23614
23595(custom-autoload 'rmail-displayed-headers "rmail" t) 23615(custom-autoload 'rmail-displayed-headers "rmail" t)
23596 23616
23597(defvar rmail-retry-ignored-headers "^x-authentication-warning:" "\ 23617(defvar rmail-retry-ignored-headers "^x-authentication-warning:\\|content-type:\\|content-transfer-encoding:\\|mime-version:" "\
23598Headers that should be stripped when retrying a failed message.") 23618Headers that should be stripped when retrying a failed message.")
23599 23619
23600(custom-autoload 'rmail-retry-ignored-headers "rmail" t) 23620(custom-autoload 'rmail-retry-ignored-headers "rmail" t)
23601 23621
23602(defvar rmail-highlighted-headers "^From:\\|^Subject:" "\ 23622(defvar rmail-highlighted-headers "^From:\\|^Subject:" "\
23603Regexp to match Header fields that Rmail should normally highlight. 23623Regexp to match Header fields that Rmail should normally highlight.
23604A value of nil means don't highlight.") 23624A value of nil means don't highlight. Uses the face `rmail-highlight'.")
23605 23625
23606(custom-autoload 'rmail-highlighted-headers "rmail" t) 23626(custom-autoload 'rmail-highlighted-headers "rmail" t)
23607 23627
23608(defvar rmail-primary-inbox-list nil "\ 23628(defvar rmail-primary-inbox-list nil "\
23609List of files which are inboxes for user's primary mail file `~/RMAIL'. 23629List of files that are inboxes for your primary mail file `rmail-file-name'.
23610nil means the default, which is (\"/usr/spool/mail/$USER\") 23630If this is nil, uses the environment variable MAIL. If that is
23611\(the name varies depending on the operating system, 23631unset, uses a file named by the function `user-login-name' in the
23612and the value of the environment variable MAIL overrides it).") 23632directory `rmail-spool-directory' (whose value depends on the
23633operating system). For example, \"/var/mail/USER\".")
23613 23634
23614(custom-autoload 'rmail-primary-inbox-list "rmail" t) 23635(custom-autoload 'rmail-primary-inbox-list "rmail" t)
23615 23636
@@ -23724,7 +23745,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23724;;;*** 23745;;;***
23725 23746
23726;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" 23747;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
23727;;;;;; (18848 16181)) 23748;;;;;; (18871 14577))
23728;;; Generated autoloads from mail/rmailedit.el 23749;;; Generated autoloads from mail/rmailedit.el
23729 23750
23730(autoload 'rmail-edit-current-message "rmailedit" "\ 23751(autoload 'rmail-edit-current-message "rmailedit" "\
@@ -23779,6 +23800,22 @@ With prefix argument N moves forward N messages with these labels.
23779 23800
23780;;;*** 23801;;;***
23781 23802
23803;;;### (autoloads (rmail-mime) "rmailmm" "mail/rmailmm.el" (18865
23804;;;;;; 61687))
23805;;; Generated autoloads from mail/rmailmm.el
23806
23807(autoload 'rmail-mime "rmailmm" "\
23808Process the current Rmail message as a MIME message.
23809This creates a temporary \"*RMAIL*\" buffer holding a decoded
23810copy of the message. Content-types are handled according to
23811`rmail-mime-media-type-handlers-alist'. By default, this
23812displays text and multipart messages, and offers to download
23813attachments as specfied by `rmail-mime-attachment-dirs-alist'.
23814
23815\(fn)" t nil)
23816
23817;;;***
23818
23782;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" 23819;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
23783;;;;;; (18844 39826)) 23820;;;;;; (18844 39826))
23784;;; Generated autoloads from mail/rmailmsc.el 23821;;; Generated autoloads from mail/rmailmsc.el
@@ -23794,8 +23831,8 @@ This applies only to the current session.
23794 23831
23795;;;*** 23832;;;***
23796 23833
23797;;;### (autoloads (rmail-output-body-to-file rmail-output) "rmailout" 23834;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
23798;;;;;; "mail/rmailout.el" (18844 39826)) 23835;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (18863 60809))
23799;;; Generated autoloads from mail/rmailout.el 23836;;; Generated autoloads from mail/rmailout.el
23800 23837
23801(autoload 'rmail-output "rmailout" "\ 23838(autoload 'rmail-output "rmailout" "\
@@ -23829,6 +23866,19 @@ from a non-Rmail buffer. In this case, COUNT is ignored.
23829 23866
23830\(fn FILE-NAME &optional COUNT NOATTRIBUTE NOT-RMAIL)" t nil) 23867\(fn FILE-NAME &optional COUNT NOATTRIBUTE NOT-RMAIL)" t nil)
23831 23868
23869(autoload 'rmail-output-as-seen "rmailout" "\
23870Append this message to mbox file named FILE-NAME.
23871The details are as for `rmail-output', except that:
23872 i) the header is output as currently seen
23873 ii) this function cannot write to Babyl files
23874iii) an Rmail buffer cannot be visiting FILE-NAME
23875
23876Note that if NOT-RMAIL is non-nil, there is no difference between this
23877function and `rmail-output'. This argument may be removed in future,
23878so you should call `rmail-output' directly in that case.
23879
23880\(fn FILE-NAME &optional COUNT NOATTRIBUTE NOT-RMAIL)" t nil)
23881
23832(autoload 'rmail-output-body-to-file "rmailout" "\ 23882(autoload 'rmail-output-body-to-file "rmailout" "\
23833Write this message body to the file FILE-NAME. 23883Write this message body to the file FILE-NAME.
23834Interactively, the default file name comes from either the message 23884Interactively, the default file name comes from either the message
@@ -23847,50 +23897,59 @@ than appending to it. Deletes the message after writing if
23847 23897
23848;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent 23898;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent
23849;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject 23899;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject
23850;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (18837 23900;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (18863
23851;;;;;; 32929)) 23901;;;;;; 60809))
23852;;; Generated autoloads from mail/rmailsort.el 23902;;; Generated autoloads from mail/rmailsort.el
23853 23903
23854(autoload 'rmail-sort-by-date "rmailsort" "\ 23904(autoload 'rmail-sort-by-date "rmailsort" "\
23855Sort messages of current Rmail file by date. 23905Sort messages of current Rmail buffer by \"Date\" header.
23856If prefix argument REVERSE is non-nil, sort them in reverse order. 23906If prefix argument REVERSE is non-nil, sorts in reverse order.
23857 23907
23858\(fn REVERSE)" t nil) 23908\(fn REVERSE)" t nil)
23859 23909
23860(autoload 'rmail-sort-by-subject "rmailsort" "\ 23910(autoload 'rmail-sort-by-subject "rmailsort" "\
23861Sort messages of current Rmail file by subject. 23911Sort messages of current Rmail buffer by \"Subject\" header.
23862If prefix argument REVERSE is non-nil, sort them in reverse order. 23912Ignores any \"Re: \" prefix. If prefix argument REVERSE is
23913non-nil, sorts in reverse order.
23863 23914
23864\(fn REVERSE)" t nil) 23915\(fn REVERSE)" t nil)
23865 23916
23866(autoload 'rmail-sort-by-author "rmailsort" "\ 23917(autoload 'rmail-sort-by-author "rmailsort" "\
23867Sort messages of current Rmail file by author. 23918Sort messages of current Rmail buffer by author.
23868If prefix argument REVERSE is non-nil, sort them in reverse order. 23919This uses either the \"From\" or \"Sender\" header, downcased.
23920If prefix argument REVERSE is non-nil, sorts in reverse order.
23869 23921
23870\(fn REVERSE)" t nil) 23922\(fn REVERSE)" t nil)
23871 23923
23872(autoload 'rmail-sort-by-recipient "rmailsort" "\ 23924(autoload 'rmail-sort-by-recipient "rmailsort" "\
23873Sort messages of current Rmail file by recipient. 23925Sort messages of current Rmail buffer by recipient.
23874If prefix argument REVERSE is non-nil, sort them in reverse order. 23926This uses either the \"To\" or \"Apparently-To\" header, downcased.
23927If prefix argument REVERSE is non-nil, sorts in reverse order.
23875 23928
23876\(fn REVERSE)" t nil) 23929\(fn REVERSE)" t nil)
23877 23930
23878(autoload 'rmail-sort-by-correspondent "rmailsort" "\ 23931(autoload 'rmail-sort-by-correspondent "rmailsort" "\
23879Sort messages of current Rmail file by other correspondent. 23932Sort messages of current Rmail buffer by other correspondent.
23880If prefix argument REVERSE is non-nil, sort them in reverse order. 23933This uses either the \"From\", \"Sender\", \"To\", or
23934\"Apparently-To\" header, downcased. Uses the first header not
23935excluded by `rmail-dont-reply-to-names'. If prefix argument
23936REVERSE is non-nil, sorts in reverse order.
23881 23937
23882\(fn REVERSE)" t nil) 23938\(fn REVERSE)" t nil)
23883 23939
23884(autoload 'rmail-sort-by-lines "rmailsort" "\ 23940(autoload 'rmail-sort-by-lines "rmailsort" "\
23885Sort messages of current Rmail file by number of lines. 23941Sort messages of current Rmail buffer by the number of lines.
23886If prefix argument REVERSE is non-nil, sort them in reverse order. 23942If prefix argument REVERSE is non-nil, sorts in reverse order.
23887 23943
23888\(fn REVERSE)" t nil) 23944\(fn REVERSE)" t nil)
23889 23945
23890(autoload 'rmail-sort-by-labels "rmailsort" "\ 23946(autoload 'rmail-sort-by-labels "rmailsort" "\
23891Sort messages of current Rmail file by labels. 23947Sort messages of current Rmail buffer by labels.
23892If prefix argument REVERSE is non-nil, sort them in reverse order. 23948LABELS is a comma-separated list of labels. The order of these
23893KEYWORDS is a comma-separated list of labels. 23949labels specifies the order of messages: messages with the first
23950label come first, messages with the second label come second, and
23951so on. Messages that have none of these labels come last.
23952If prefix argument REVERSE is non-nil, sorts in reverse order.
23894 23953
23895\(fn REVERSE LABELS)" t nil) 23954\(fn REVERSE LABELS)" t nil)
23896 23955
@@ -23899,7 +23958,7 @@ KEYWORDS is a comma-separated list of labels.
23899;;;### (autoloads (rmail-user-mail-address-regexp rmail-summary-by-senders 23958;;;### (autoloads (rmail-user-mail-address-regexp rmail-summary-by-senders
23900;;;;;; rmail-summary-by-topic rmail-summary-by-regexp rmail-summary-by-recipients 23959;;;;;; rmail-summary-by-topic rmail-summary-by-regexp rmail-summary-by-recipients
23901;;;;;; rmail-summary-by-labels rmail-summary) "rmailsum" "mail/rmailsum.el" 23960;;;;;; rmail-summary-by-labels rmail-summary) "rmailsum" "mail/rmailsum.el"
23902;;;;;; (18846 2117)) 23961;;;;;; (18862 883))
23903;;; Generated autoloads from mail/rmailsum.el 23962;;; Generated autoloads from mail/rmailsum.el
23904 23963
23905(autoload 'rmail-summary "rmailsum" "\ 23964(autoload 'rmail-summary "rmailsum" "\
@@ -23926,7 +23985,7 @@ RECIPIENTS is a string of regexps separated by commas.
23926Display a summary of all messages according to regexp REGEXP. 23985Display a summary of all messages according to regexp REGEXP.
23927If the regular expression is found in the header of the message 23986If the regular expression is found in the header of the message
23928\(including in the date and other lines, as well as the subject line), 23987\(including in the date and other lines, as well as the subject line),
23929Emacs will list the header line in the RMAIL-summary. 23988Emacs will list the message in the summary.
23930 23989
23931\(fn REGEXP)" t nil) 23990\(fn REGEXP)" t nil)
23932 23991
@@ -23939,8 +23998,8 @@ SUBJECT is a string of regexps separated by commas.
23939\(fn SUBJECT &optional WHOLE-MESSAGE)" t nil) 23998\(fn SUBJECT &optional WHOLE-MESSAGE)" t nil)
23940 23999
23941(autoload 'rmail-summary-by-senders "rmailsum" "\ 24000(autoload 'rmail-summary-by-senders "rmailsum" "\
23942Display a summary of all messages with the given SENDERS. 24001Display a summary of all messages whose \"From\" field matches SENDERS.
23943SENDERS is a string of names separated by commas. 24002SENDERS is a string of regexps separated by commas.
23944 24003
23945\(fn SENDERS)" t nil) 24004\(fn SENDERS)" t nil)
23946 24005
@@ -24626,7 +24685,7 @@ during scrolling.
24626;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 24685;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
24627;;;;;; mail-header-separator send-mail-function mail-interactive 24686;;;;;; mail-header-separator send-mail-function mail-interactive
24628;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 24687;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
24629;;;;;; "sendmail" "mail/sendmail.el" (18829 2709)) 24688;;;;;; "sendmail" "mail/sendmail.el" (18877 41138))
24630;;; Generated autoloads from mail/sendmail.el 24689;;; Generated autoloads from mail/sendmail.el
24631 24690
24632(defvar mail-from-style 'angles "\ 24691(defvar mail-from-style 'angles "\
@@ -24669,7 +24728,7 @@ so you can remove or alter the BCC field to override the default.")
24669 24728
24670(defvar mail-interactive t "\ 24729(defvar mail-interactive t "\
24671Non-nil means when sending a message wait for and display errors. 24730Non-nil means when sending a message wait for and display errors.
24672nil means let mailer mail back a message to report errors.") 24731Otherwise, let mailer send back a message to report errors.")
24673 24732
24674(custom-autoload 'mail-interactive "sendmail" t) 24733(custom-autoload 'mail-interactive "sendmail" t)
24675 24734
@@ -24692,7 +24751,8 @@ Line used to separate headers from text in messages being composed.")
24692 24751
24693(defvar mail-archive-file-name nil "\ 24752(defvar mail-archive-file-name nil "\
24694Name of file to write all outgoing messages in, or nil for none. 24753Name of file to write all outgoing messages in, or nil for none.
24695This can be an inbox file or an Rmail file.") 24754This is normally an mbox file, but for backwards compatibility may also
24755be a Babyl file.")
24696 24756
24697(custom-autoload 'mail-archive-file-name "sendmail" t) 24757(custom-autoload 'mail-archive-file-name "sendmail" t)
24698 24758
@@ -24735,7 +24795,7 @@ The alias definitions in the file have this form:
24735 24795
24736(defvar mail-yank-prefix nil "\ 24796(defvar mail-yank-prefix nil "\
24737Prefix insert on lines of yanked message being replied to. 24797Prefix insert on lines of yanked message being replied to.
24738nil means use indentation.") 24798If this is nil, use indentation, as specified by `mail-indentation-spaces'.")
24739 24799
24740(custom-autoload 'mail-yank-prefix "sendmail" t) 24800(custom-autoload 'mail-yank-prefix "sendmail" t)
24741 24801
@@ -24791,8 +24851,8 @@ This directory is used for auto-save files of mail buffers.")
24791 24851
24792(defvar mail-default-headers nil "\ 24852(defvar mail-default-headers nil "\
24793A string containing header lines, to be inserted in outgoing messages. 24853A string containing header lines, to be inserted in outgoing messages.
24794It is inserted before you edit the message, 24854It can contain newlines, and should end in one. It is inserted
24795so you can edit or delete these lines.") 24855before you edit the message, so you can edit or delete the lines.")
24796 24856
24797(custom-autoload 'mail-default-headers "sendmail" t) 24857(custom-autoload 'mail-default-headers "sendmail" t)
24798 24858
@@ -24839,8 +24899,7 @@ Turning on Mail mode runs the normal hooks `text-mode-hook' and
24839\(fn)" t nil) 24899\(fn)" t nil)
24840 24900
24841(defvar mail-mailing-lists nil "\ 24901(defvar mail-mailing-lists nil "\
24842*List of mailing list addresses the user is subscribed to. 24902List of mailing list addresses the user is subscribed to.
24843
24844The variable is used to trigger insertion of the \"Mail-Followup-To\" 24903The variable is used to trigger insertion of the \"Mail-Followup-To\"
24845header when sending a message to a mailing list.") 24904header when sending a message to a mailing list.")
24846 24905
@@ -24927,8 +24986,8 @@ Like `mail' command, but display mail buffer in another frame.
24927;;;*** 24986;;;***
24928 24987
24929;;;### (autoloads (server-save-buffers-kill-terminal server-mode 24988;;;### (autoloads (server-save-buffers-kill-terminal server-mode
24930;;;;;; server-force-delete server-start) "server" "server.el" (18850 24989;;;;;; server-force-delete server-start) "server" "server.el" (18871
24931;;;;;; 57238)) 24990;;;;;; 14577))
24932;;; Generated autoloads from server.el 24991;;; Generated autoloads from server.el
24933 24992
24934(autoload 'server-start "server" "\ 24993(autoload 'server-start "server" "\
@@ -25524,7 +25583,7 @@ interactively. If there's no argument, do it at the current buffer
25524;;;*** 25583;;;***
25525 25584
25526;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 25585;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
25527;;;;;; "mail/smtpmail.el" (18787 48930)) 25586;;;;;; "mail/smtpmail.el" (18862 237))
25528;;; Generated autoloads from mail/smtpmail.el 25587;;; Generated autoloads from mail/smtpmail.el
25529 25588
25530(autoload 'smtpmail-send-it "smtpmail" "\ 25589(autoload 'smtpmail-send-it "smtpmail" "\
@@ -26542,7 +26601,7 @@ Studlify-case the current buffer.
26542;;;*** 26601;;;***
26543 26602
26544;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 26603;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
26545;;;;;; (18848 36796)) 26604;;;;;; (18885 458))
26546;;; Generated autoloads from mail/supercite.el 26605;;; Generated autoloads from mail/supercite.el
26547 26606
26548(autoload 'sc-cite-original "supercite" "\ 26607(autoload 'sc-cite-original "supercite" "\
@@ -27278,7 +27337,7 @@ Connect to the Emacs talk group from the current X display or tty frame.
27278 27337
27279;;;*** 27338;;;***
27280 27339
27281;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (18805 60886)) 27340;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (18875 57174))
27282;;; Generated autoloads from tar-mode.el 27341;;; Generated autoloads from tar-mode.el
27283 27342
27284(autoload 'tar-mode "tar-mode" "\ 27343(autoload 'tar-mode "tar-mode" "\
@@ -27381,7 +27440,7 @@ Normally input is edited in Emacs and sent a line at a time.
27381;;;*** 27440;;;***
27382 27441
27383;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" 27442;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
27384;;;;;; (18846 2117)) 27443;;;;;; (18873 47526))
27385;;; Generated autoloads from term.el 27444;;; Generated autoloads from term.el
27386 27445
27387(autoload 'make-term "term" "\ 27446(autoload 'make-term "term" "\
@@ -28154,7 +28213,7 @@ This function performs no refilling of the changed text.
28154 28213
28155;;;### (autoloads (emacs-init-time emacs-uptime display-time-world 28214;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
28156;;;;;; display-time-mode display-time display-time-day-and-date) 28215;;;;;; display-time-mode display-time display-time-day-and-date)
28157;;;;;; "time" "time.el" (18787 48918)) 28216;;;;;; "time" "time.el" (18886 63158))
28158;;; Generated autoloads from time.el 28217;;; Generated autoloads from time.el
28159 28218
28160(defvar display-time-day-and-date nil "\ 28219(defvar display-time-day-and-date nil "\
@@ -28781,7 +28840,7 @@ BUFFER defaults to `trace-buffer'.
28781;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 28840;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
28782;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 28841;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
28783;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 28842;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
28784;;;;;; "net/tramp.el" (18821 42520)) 28843;;;;;; "net/tramp.el" (18855 7749))
28785;;; Generated autoloads from net/tramp.el 28844;;; Generated autoloads from net/tramp.el
28786 28845
28787(defvar tramp-mode t "\ 28846(defvar tramp-mode t "\
@@ -29453,7 +29512,7 @@ Might do a non-blocking connection; use `process-status' to check.
29453 29512
29454;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 29513;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
29455;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" 29514;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
29456;;;;;; (18787 48936)) 29515;;;;;; (18893 13106))
29457;;; Generated autoloads from url/url-handlers.el 29516;;; Generated autoloads from url/url-handlers.el
29458 29517
29459(defvar url-handler-mode nil "\ 29518(defvar url-handler-mode nil "\
@@ -29957,7 +30016,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29957;;;;;; vc-rollback vc-revert vc-print-log vc-retrieve-tag vc-create-tag 30016;;;;;; vc-rollback vc-revert vc-print-log vc-retrieve-tag vc-create-tag
29958;;;;;; vc-merge vc-insert-headers vc-revision-other-window vc-diff 30017;;;;;; vc-merge vc-insert-headers vc-revision-other-window vc-diff
29959;;;;;; vc-version-diff vc-register vc-next-action vc-before-checkin-hook 30018;;;;;; vc-version-diff vc-register vc-next-action vc-before-checkin-hook
29960;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (18787 48919)) 30019;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (18885 3376))
29961;;; Generated autoloads from vc.el 30020;;; Generated autoloads from vc.el
29962 30021
29963(defvar vc-checkout-hook nil "\ 30022(defvar vc-checkout-hook nil "\
@@ -30174,8 +30233,8 @@ Return the branch part of a revision number REV.
30174 30233
30175;;;*** 30234;;;***
30176 30235
30177;;;### (autoloads (vc-annotate) "vc-annotate" "vc-annotate.el" (18787 30236;;;### (autoloads (vc-annotate) "vc-annotate" "vc-annotate.el" (18869
30178;;;;;; 48918)) 30237;;;;;; 47890))
30179;;; Generated autoloads from vc-annotate.el 30238;;; Generated autoloads from vc-annotate.el
30180 30239
30181(autoload 'vc-annotate "vc-annotate" "\ 30240(autoload 'vc-annotate "vc-annotate" "\
@@ -30220,7 +30279,7 @@ mode-specific menu. `vc-annotate-color-map' and
30220 30279
30221;;;*** 30280;;;***
30222 30281
30223;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (18825 40643)) 30282;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (18889 1423))
30224;;; Generated autoloads from vc-bzr.el 30283;;; Generated autoloads from vc-bzr.el
30225 30284
30226(defconst vc-bzr-admin-dirname ".bzr" "\ 30285(defconst vc-bzr-admin-dirname ".bzr" "\
@@ -30245,7 +30304,7 @@ Name of the directory containing Bzr repository status files.")
30245 30304
30246;;;*** 30305;;;***
30247 30306
30248;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (18853 19460)) 30307;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (18885 457))
30249;;; Generated autoloads from vc-dir.el 30308;;; Generated autoloads from vc-dir.el
30250 30309
30251(autoload 'vc-dir "vc-dir" "\ 30310(autoload 'vc-dir "vc-dir" "\
@@ -30279,7 +30338,7 @@ that is inserted into the command line before the filename.
30279 30338
30280;;;*** 30339;;;***
30281 30340
30282;;;### (autoloads nil "vc-git" "vc-git.el" (18834 56792)) 30341;;;### (autoloads nil "vc-git" "vc-git.el" (18875 4272))
30283;;; Generated autoloads from vc-git.el 30342;;; Generated autoloads from vc-git.el
30284 (defun vc-git-registered (file) 30343 (defun vc-git-registered (file)
30285 "Return non-nil if FILE is registered with git." 30344 "Return non-nil if FILE is registered with git."
@@ -32070,8 +32129,8 @@ With arg, turn widget mode on if and only if arg is positive.
32070;;;*** 32129;;;***
32071 32130
32072;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 32131;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
32073;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (18787 32132;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (18889
32074;;;;;; 48919)) 32133;;;;;; 1423))
32075;;; Generated autoloads from wid-edit.el 32134;;; Generated autoloads from wid-edit.el
32076 32135
32077(autoload 'widgetp "wid-edit" "\ 32136(autoload 'widgetp "wid-edit" "\
@@ -32186,7 +32245,7 @@ With arg, turn Winner mode on if and only if arg is positive.
32186;;;*** 32245;;;***
32187 32246
32188;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale) 32247;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale)
32189;;;;;; "woman" "woman.el" (18787 48919)) 32248;;;;;; "woman" "woman.el" (18867 59895))
32190;;; Generated autoloads from woman.el 32249;;; Generated autoloads from woman.el
32191 32250
32192(defvar woman-locale nil "\ 32251(defvar woman-locale nil "\
@@ -32587,10 +32646,10 @@ Zone out, completely.
32587;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el" 32646;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el"
32588;;;;;; "ldefs-boot.el" "loadup.el" "mail/blessmail.el" "mail/mailheader.el" 32647;;;;;; "ldefs-boot.el" "loadup.el" "mail/blessmail.el" "mail/mailheader.el"
32589;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" 32648;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el"
32590;;;;;; "mail/rmail-spam-filter.el" "mail/rmailmm.el" "md4.el" "mh-e/mh-acros.el" 32649;;;;;; "mail/rmail-spam-filter.el" "md4.el" "mh-e/mh-acros.el" "mh-e/mh-alias.el"
32591;;;;;; "mh-e/mh-alias.el" "mh-e/mh-buffers.el" "mh-e/mh-compat.el" 32650;;;;;; "mh-e/mh-buffers.el" "mh-e/mh-compat.el" "mh-e/mh-funcs.el"
32592;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" "mh-e/mh-identity.el" 32651;;;;;; "mh-e/mh-gnus.el" "mh-e/mh-identity.el" "mh-e/mh-inc.el"
32593;;;;;; "mh-e/mh-inc.el" "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el" 32652;;;;;; "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el"
32594;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el" 32653;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el"
32595;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el" 32654;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el"
32596;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el" 32655;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el"
@@ -32639,7 +32698,7 @@ Zone out, completely.
32639;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "vc-dav.el" 32698;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "vc-dav.el"
32640;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vt-control.el" "vt100-led.el" 32699;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vt-control.el" "vt100-led.el"
32641;;;;;; "w32-fns.el" "w32-vars.el" "widget.el" "window.el" "x-dnd.el") 32700;;;;;; "w32-fns.el" "w32-vars.el" "widget.el" "window.el" "x-dnd.el")
32642;;;;;; (18853 59155 478313)) 32701;;;;;; (18897 30300 482362))
32643 32702
32644;;;*** 32703;;;***
32645 32704