aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-10-06 06:40:40 +0000
committerGlenn Morris2009-10-06 06:40:40 +0000
commit353f2607c292d0b0f28e10e1b362188928c40542 (patch)
treeac8fb8d6eaa823207f1381d985d8de4ff7026f12
parent73fe714ac3df0269c1053875dc54bd95672898b2 (diff)
downloademacs-353f2607c292d0b0f28e10e1b362188928c40542.tar.gz
emacs-353f2607c292d0b0f28e10e1b362188928c40542.zip
Regenerate.
-rw-r--r--lisp/ldefs-boot.el798
-rw-r--r--lisp/mail/rmail.el2
2 files changed, 261 insertions, 539 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index cfd6a738b19..5f35bc5d031 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" (19104 47795)) 8;;;;;; "play/5x5.el" (19146 53667))
9;;; Generated autoloads from play/5x5.el 9;;; Generated autoloads from play/5x5.el
10 10
11(autoload '5x5 "5x5" "\ 11(autoload '5x5 "5x5" "\
@@ -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;;;;;; (19088 18199)) 79;;;;;; (19146 53668))
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" "\
@@ -261,7 +261,7 @@ old-style time formats for entries are supported.
261 261
262;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice 262;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
263;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) 263;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
264;;;;;; "advice" "emacs-lisp/advice.el" (19125 14817)) 264;;;;;; "advice" "emacs-lisp/advice.el" (19146 53666))
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 "\
@@ -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;;;;;; (19130 52557)) 485;;;;;; (19146 53664))
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" (19113 50887)) 792;;;;;; "net/ange-ftp.el" (19146 53667))
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)
@@ -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" (19118 65003)) 945;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19146 53664))
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" "\
@@ -1477,7 +1477,7 @@ 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;;;;;; (19137 28302)) 1480;;;;;; (19146 53666))
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)
@@ -1705,7 +1705,7 @@ For non-interactive use see also `benchmark-run' and
1705;;;*** 1705;;;***
1706 1706
1707;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) 1707;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
1708;;;;;; "bibtex" "textmodes/bibtex.el" (19130 52561)) 1708;;;;;; "bibtex" "textmodes/bibtex.el" (19146 53668))
1709;;; Generated autoloads from textmodes/bibtex.el 1709;;; Generated autoloads from textmodes/bibtex.el
1710 1710
1711(autoload 'bibtex-initialize "bibtex" "\ 1711(autoload 'bibtex-initialize "bibtex" "\
@@ -1951,8 +1951,8 @@ a reflection.
1951;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save 1951;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save
1952;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename 1952;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename
1953;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump-other-window 1953;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump-other-window
1954;;;;;; bookmark-jump bookmark-set) "bookmark" "bookmark.el" (19126 1954;;;;;; bookmark-jump bookmark-set) "bookmark" "bookmark.el" (19146
1955;;;;;; 16924)) 1955;;;;;; 53664))
1956;;; Generated autoloads from bookmark.el 1956;;; Generated autoloads from bookmark.el
1957 (define-key ctl-x-r-map "b" 'bookmark-jump) 1957 (define-key ctl-x-r-map "b" 'bookmark-jump)
1958 (define-key ctl-x-r-map "m" 'bookmark-set) 1958 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -1967,29 +1967,31 @@ functions have a binding in this keymap.")
1967 (fset 'bookmark-map bookmark-map) 1967 (fset 'bookmark-map bookmark-map)
1968 1968
1969(autoload 'bookmark-set "bookmark" "\ 1969(autoload 'bookmark-set "bookmark" "\
1970Set a bookmark named NAME inside a file. 1970Set a bookmark named NAME at the current location.
1971If name is nil, then the user will be prompted. 1971If name is nil, then prompt the user.
1972With prefix arg, will not overwrite a bookmark that has the same name 1972
1973as NAME if such a bookmark already exists, but instead will \"push\" 1973With prefix arg (NO-OVERWRITE), do not overwrite a bookmark that
1974the new bookmark onto the bookmark alist. Thus the most recently set 1974has the same name as NAME if such a bookmark already exists, but
1975bookmark with name NAME would be the one in effect at any given time, 1975instead push the new bookmark onto the bookmark alist. Thus the
1976but the others are still there, should you decide to delete the most 1976most recently set bookmark with name NAME would be the one in
1977recent one. 1977effect at any given time, but the others are still there, should
1978the user decide to delete the most recent one.
1978 1979
1979To yank words from the text of the buffer and use them as part of the 1980To yank words from the text of the buffer and use them as part of the
1980bookmark name, type C-w while setting a bookmark. Successive C-w's 1981bookmark name, type C-w while setting a bookmark. Successive C-w's
1981yank successive words. 1982yank successive words.
1982 1983
1983Typing C-u inserts the name of the last bookmark used in the buffer 1984Typing C-u will insert (at the bookmark name prompt) the name of the
1984\(as an aid in using a single bookmark name to track your progress 1985last bookmark used in the document where the new bookmark is being set;
1985through a large file). If no bookmark was used, then C-u inserts the 1986this helps one use a single bookmark name to track progress through
1986name of the file being visited. 1987a large document. If there is no prior bookmark for this document,
1988then C-u inserts an appropriate name based on the buffer or file.
1987 1989
1988Use \\[bookmark-delete] to remove bookmarks (you give it a name, 1990Use \\[bookmark-delete] to remove bookmarks (give it a name and it
1989and it removes only the first instance of a bookmark with that name from 1991removes only the first instance of a bookmark with that name from
1990the list of bookmarks.) 1992the list of bookmarks.)
1991 1993
1992\(fn &optional NAME PARG)" t nil) 1994\(fn &optional NAME NO-OVERWRITE)" t nil)
1993 1995
1994(autoload 'bookmark-jump "bookmark" "\ 1996(autoload 'bookmark-jump "bookmark" "\
1995Jump to bookmark BOOKMARK (a point in some file). 1997Jump to bookmark BOOKMARK (a point in some file).
@@ -2003,16 +2005,20 @@ if you wish to give the bookmark a new location, and `bookmark-jump'
2003will then jump to the new location, as well as recording it in place 2005will then jump to the new location, as well as recording it in place
2004of the old one in the permanent bookmark record. 2006of the old one in the permanent bookmark record.
2005 2007
2008BOOKMARK may be a bookmark name (a string) or a bookmark record, but
2009the latter is usually only used by programmatic callers.
2010
2006\(fn BOOKMARK)" t nil) 2011\(fn BOOKMARK)" t nil)
2007 2012
2008(autoload 'bookmark-jump-other-window "bookmark" "\ 2013(autoload 'bookmark-jump-other-window "bookmark" "\
2009Jump to BOOKMARK (a point in some file) in another window. 2014Jump to BOOKMARK in another window. See `bookmark-jump' for more.
2010See `bookmark-jump'.
2011 2015
2012\(fn BOOKMARK)" t nil) 2016\(fn BOOKMARK)" t nil)
2013 2017
2014(autoload 'bookmark-relocate "bookmark" "\ 2018(autoload 'bookmark-relocate "bookmark" "\
2015Relocate BOOKMARK to another file (reading file name with minibuffer). 2019Relocate BOOKMARK to another file (reading file name with minibuffer).
2020BOOKMARK is a bookmark name (a string), not a bookmark record.
2021
2016This makes an already existing bookmark point to that file, instead of 2022This makes an already existing bookmark point to that file, instead of
2017the one it used to point at. Useful when a file has been renamed 2023the one it used to point at. Useful when a file has been renamed
2018after a bookmark was set in it. 2024after a bookmark was set in it.
@@ -2021,6 +2027,8 @@ after a bookmark was set in it.
2021 2027
2022(autoload 'bookmark-insert-location "bookmark" "\ 2028(autoload 'bookmark-insert-location "bookmark" "\
2023Insert the name of the file associated with BOOKMARK. 2029Insert the name of the file associated with BOOKMARK.
2030BOOKMARK is a bookmark name (a string), not a bookmark record.
2031
2024Optional second arg NO-HISTORY means don't record this in the 2032Optional second arg NO-HISTORY means don't record this in the
2025minibuffer history list `bookmark-history'. 2033minibuffer history list `bookmark-history'.
2026 2034
@@ -2033,6 +2041,8 @@ Change the name of OLD bookmark to NEW name.
2033If called from keyboard, prompt for OLD and NEW. If called from 2041If called from keyboard, prompt for OLD and NEW. If called from
2034menubar, select OLD from a menu and prompt for NEW. 2042menubar, select OLD from a menu and prompt for NEW.
2035 2043
2044Both OLD and NEW are bookmark names (strings), never bookmark records.
2045
2036If called from Lisp, prompt for NEW if only OLD was passed as an 2046If called from Lisp, prompt for NEW if only OLD was passed as an
2037argument. If called with two strings, then no prompting is done. You 2047argument. If called with two strings, then no prompting is done. You
2038must pass at least OLD when calling from Lisp. 2048must pass at least OLD when calling from Lisp.
@@ -2045,6 +2055,8 @@ name.
2045 2055
2046(autoload 'bookmark-insert "bookmark" "\ 2056(autoload 'bookmark-insert "bookmark" "\
2047Insert the text of the file pointed to by bookmark BOOKMARK. 2057Insert the text of the file pointed to by bookmark BOOKMARK.
2058BOOKMARK is a bookmark name (a string), not a bookmark record.
2059
2048You may have a problem using this function if the value of variable 2060You may have a problem using this function if the value of variable
2049`bookmark-alist' is nil. If that happens, you need to load in some 2061`bookmark-alist' is nil. If that happens, you need to load in some
2050bookmarks. See help on function `bookmark-load' for more about 2062bookmarks. See help on function `bookmark-load' for more about
@@ -2054,6 +2066,8 @@ this.
2054 2066
2055(autoload 'bookmark-delete "bookmark" "\ 2067(autoload 'bookmark-delete "bookmark" "\
2056Delete BOOKMARK from the bookmark list. 2068Delete BOOKMARK from the bookmark list.
2069BOOKMARK is a bookmark name (a string), not a bookmark record.
2070
2057Removes only the first instance of a bookmark with that name. If 2071Removes only the first instance of a bookmark with that name. If
2058there are one or more other bookmarks with the same name, they will 2072there are one or more other bookmarks with the same name, they will
2059not be deleted. Defaults to the \"current\" bookmark (that is, the 2073not be deleted. Defaults to the \"current\" bookmark (that is, the
@@ -2136,7 +2150,7 @@ deletion, or > if it is flagged for displaying.
2136;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file 2150;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file
2137;;;;;; browse-url-url-at-point browse-url-galeon-program browse-url-firefox-program 2151;;;;;; browse-url-url-at-point browse-url-galeon-program browse-url-firefox-program
2138;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" 2152;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el"
2139;;;;;; (19100 37423)) 2153;;;;;; (19146 53667))
2140;;; Generated autoloads from net/browse-url.el 2154;;; Generated autoloads from net/browse-url.el
2141 2155
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)) "\ 2156(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)) "\
@@ -2567,7 +2581,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2567;;;;;; compile-defun byte-compile-file byte-recompile-directory 2581;;;;;; compile-defun byte-compile-file byte-recompile-directory
2568;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning 2582;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning
2569;;;;;; byte-compile-warnings-safe-p) "bytecomp" "emacs-lisp/bytecomp.el" 2583;;;;;; byte-compile-warnings-safe-p) "bytecomp" "emacs-lisp/bytecomp.el"
2570;;;;;; (19121 58730)) 2584;;;;;; (19141 18861))
2571;;; Generated autoloads from emacs-lisp/bytecomp.el 2585;;; Generated autoloads from emacs-lisp/bytecomp.el
2572(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2586(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2573(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2587(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2729,8 +2743,8 @@ from the cursor position.
2729 2743
2730;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2744;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2731;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2745;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2732;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19098 2746;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19146
2733;;;;;; 2641)) 2747;;;;;; 53665))
2734;;; Generated autoloads from calc/calc.el 2748;;; Generated autoloads from calc/calc.el
2735 (define-key ctl-x-map "*" 'calc-dispatch) 2749 (define-key ctl-x-map "*" 'calc-dispatch)
2736 2750
@@ -2824,8 +2838,8 @@ See the documentation for `calculator-mode' for more information.
2824 2838
2825;;;*** 2839;;;***
2826 2840
2827;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19128 2841;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19146
2828;;;;;; 32473)) 2842;;;;;; 53665))
2829;;; Generated autoloads from calendar/calendar.el 2843;;; Generated autoloads from calendar/calendar.el
2830 2844
2831(autoload 'calendar "calendar" "\ 2845(autoload 'calendar "calendar" "\
@@ -2930,7 +2944,7 @@ Obsoletes `c-forward-into-nomenclature'.
2930;;;*** 2944;;;***
2931 2945
2932;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 2946;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
2933;;;;;; (19137 28302)) 2947;;;;;; (19146 53668))
2934;;; Generated autoloads from progmodes/cc-engine.el 2948;;; Generated autoloads from progmodes/cc-engine.el
2935 2949
2936(autoload 'c-guess-basic-syntax "cc-engine" "\ 2950(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -3466,7 +3480,7 @@ to the action header.
3466;;;*** 3480;;;***
3467 3481
3468;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" 3482;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
3469;;;;;; "emacs-lisp/check-declare.el" (18785 31887)) 3483;;;;;; "emacs-lisp/check-declare.el" (19141 18861))
3470;;; Generated autoloads from emacs-lisp/check-declare.el 3484;;; Generated autoloads from emacs-lisp/check-declare.el
3471 3485
3472(autoload 'check-declare-file "check-declare" "\ 3486(autoload 'check-declare-file "check-declare" "\
@@ -3477,9 +3491,7 @@ See `check-declare-directory' for more information.
3477 3491
3478(autoload 'check-declare-directory "check-declare" "\ 3492(autoload 'check-declare-directory "check-declare" "\
3479Check veracity of all `declare-function' statements under directory ROOT. 3493Check veracity of all `declare-function' statements under directory ROOT.
3480Returns non-nil if any false statements are found. For this to 3494Returns non-nil if any false statements are found.
3481work correctly, the statements must adhere to the format
3482described in the documentation of `declare-function'.
3483 3495
3484\(fn ROOT)" t nil) 3496\(fn ROOT)" t nil)
3485 3497
@@ -3493,7 +3505,7 @@ described in the documentation of `declare-function'.
3493;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3505;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3494;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3506;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3495;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) 3507;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3496;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19098 34263)) 3508;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19146 53666))
3497;;; Generated autoloads from emacs-lisp/checkdoc.el 3509;;; Generated autoloads from emacs-lisp/checkdoc.el
3498(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 3510(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3499(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) 3511(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
@@ -3905,7 +3917,7 @@ is run).
3905;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3917;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3906;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3918;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3907;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3919;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3908;;;;;; (19137 28300)) 3920;;;;;; (19146 53664))
3909;;; Generated autoloads from comint.el 3921;;; Generated autoloads from comint.el
3910 3922
3911(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 3923(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -4256,7 +4268,7 @@ second TAB brings up the `*Completions*' buffer.
4256;;;*** 4268;;;***
4257 4269
4258;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4270;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4259;;;;;; (18785 31769)) 4271;;;;;; (19146 53664))
4260;;; Generated autoloads from completion.el 4272;;; Generated autoloads from completion.el
4261 4273
4262(defvar dynamic-completion-mode nil "\ 4274(defvar dynamic-completion-mode nil "\
@@ -4275,51 +4287,6 @@ Enable dynamic word-completion.
4275 4287
4276;;;*** 4288;;;***
4277 4289
4278;;;### (autoloads (global-auto-composition-mode auto-composition-mode
4279;;;;;; encode-composition-rule) "composite" "composite.el" (19116
4280;;;;;; 17003))
4281;;; Generated autoloads from composite.el
4282
4283(autoload 'encode-composition-rule "composite" "\
4284Encode composition rule RULE into an integer value.
4285RULE is a cons of global and new reference point symbols
4286\(see `reference-point-alist').
4287
4288\(fn RULE)" nil nil)
4289
4290(autoload 'auto-composition-mode "composite" "\
4291Toggle Auto Composition mode.
4292With ARG, turn Auto Composition mode off if and only if ARG is a non-positive
4293number; if ARG is nil, toggle Auto Composition mode; anything else turns Auto
4294Composition on.
4295
4296When Auto Composition is enabled, text characters are automatically composed
4297by functions registered in `composition-function-table' (which see).
4298
4299You can use `global-auto-composition-mode' to turn on
4300Auto Composition mode in all buffers (this is the default).
4301
4302\(fn &optional ARG)" t nil)
4303
4304(defvar global-auto-composition-mode (not noninteractive) "\
4305Non-nil if Global-Auto-Composition mode is enabled.
4306See the command `global-auto-composition-mode' for a description of this minor mode.
4307Setting this variable directly does not take effect;
4308either customize it (see the info node `Easy Customization')
4309or call the function `global-auto-composition-mode'.")
4310
4311(custom-autoload 'global-auto-composition-mode "composite" nil)
4312
4313(autoload 'global-auto-composition-mode "composite" "\
4314Toggle Auto-Composition mode in every possible buffer.
4315With prefix ARG, turn Global-Auto-Composition mode on if and only if ARG is positive.
4316Auto-Composition mode is enabled in all buffers where `turn-on-auto-composition-if-enabled' would do it.
4317See `auto-composition-mode' for more information on Auto-Composition mode.
4318
4319\(fn &optional ARG)" t nil)
4320
4321;;;***
4322
4323;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4290;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4324;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4291;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4325;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4292;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
@@ -4835,7 +4802,7 @@ Major mode to edit Cascading Style Sheets.
4835;;;*** 4802;;;***
4836 4803
4837;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 4804;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
4838;;;;;; (19095 23583)) 4805;;;;;; (19146 53666))
4839;;; Generated autoloads from emulation/cua-base.el 4806;;; Generated autoloads from emulation/cua-base.el
4840 4807
4841(defvar cua-mode nil "\ 4808(defvar cua-mode nil "\
@@ -5214,12 +5181,14 @@ Mode used for cvs status output.
5214;;;*** 5181;;;***
5215 5182
5216;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5183;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5217;;;;;; "cwarn" "progmodes/cwarn.el" (18785 32046)) 5184;;;;;; "cwarn" "progmodes/cwarn.el" (19146 53668))
5218;;; Generated autoloads from progmodes/cwarn.el 5185;;; Generated autoloads from progmodes/cwarn.el
5219 5186
5220(autoload 'cwarn-mode "cwarn" "\ 5187(autoload 'cwarn-mode "cwarn" "\
5221Minor mode that highlights suspicious C and C++ constructions. 5188Minor mode that highlights suspicious C and C++ constructions.
5222 5189
5190Suspicious constructs are highlighted using `font-lock-warning-face'.
5191
5223Note, in addition to enabling this minor mode, the major mode must 5192Note, in addition to enabling this minor mode, the major mode must
5224be included in the variable `cwarn-configuration'. By default C and 5193be included in the variable `cwarn-configuration'. By default C and
5225C++ modes are included. 5194C++ modes are included.
@@ -5333,7 +5302,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5333;;;*** 5302;;;***
5334 5303
5335;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" 5304;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el"
5336;;;;;; (19136 4428)) 5305;;;;;; (19146 53665))
5337;;; Generated autoloads from cedet/data-debug.el 5306;;; Generated autoloads from cedet/data-debug.el
5338 5307
5339(autoload 'data-debug-new-buffer "data-debug" "\ 5308(autoload 'data-debug-new-buffer "data-debug" "\
@@ -5485,7 +5454,7 @@ There is some minimal font-lock support (see vars
5485;;;*** 5454;;;***
5486 5455
5487;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5456;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5488;;;;;; "emacs-lisp/debug.el" (19098 35440)) 5457;;;;;; "emacs-lisp/debug.el" (19146 53666))
5489;;; Generated autoloads from emacs-lisp/debug.el 5458;;; Generated autoloads from emacs-lisp/debug.el
5490 5459
5491(setq debugger 'debug) 5460(setq debugger 'debug)
@@ -5730,7 +5699,7 @@ the first time the mode is used.
5730;;;*** 5699;;;***
5731 5700
5732;;;### (autoloads (describe-char describe-text-properties) "descr-text" 5701;;;### (autoloads (describe-char describe-text-properties) "descr-text"
5733;;;;;; "descr-text.el" (18906 41557)) 5702;;;;;; "descr-text.el" (19146 53664))
5734;;; Generated autoloads from descr-text.el 5703;;; Generated autoloads from descr-text.el
5735 5704
5736(autoload 'describe-text-properties "descr-text" "\ 5705(autoload 'describe-text-properties "descr-text" "\
@@ -5756,7 +5725,7 @@ as well as widgets, buttons, overlays, and text properties.
5756;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 5725;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
5757;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 5726;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
5758;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 5727;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
5759;;;;;; "desktop.el" (19119 4731)) 5728;;;;;; "desktop.el" (19146 53664))
5760;;; Generated autoloads from desktop.el 5729;;; Generated autoloads from desktop.el
5761 5730
5762(defvar desktop-save-mode nil "\ 5731(defvar desktop-save-mode nil "\
@@ -5973,7 +5942,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
5973;;;*** 5942;;;***
5974 5943
5975;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 5944;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
5976;;;;;; "calendar/diary-lib.el" (19130 59134)) 5945;;;;;; "calendar/diary-lib.el" (19146 53665))
5977;;; Generated autoloads from calendar/diary-lib.el 5946;;; Generated autoloads from calendar/diary-lib.el
5978 5947
5979(autoload 'diary "diary-lib" "\ 5948(autoload 'diary "diary-lib" "\
@@ -6097,7 +6066,7 @@ Optional arguments are passed to `dig-invoke'.
6097;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 6066;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
6098;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 6067;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
6099;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 6068;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
6100;;;;;; "dired" "dired.el" (19137 28300)) 6069;;;;;; "dired" "dired.el" (19146 53664))
6101;;; Generated autoloads from dired.el 6070;;; Generated autoloads from dired.el
6102 6071
6103(defvar dired-listing-switches "-al" "\ 6072(defvar dired-listing-switches "-al" "\
@@ -6464,26 +6433,6 @@ Default is 2.
6464 6433
6465;;;*** 6434;;;***
6466 6435
6467;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (18785 31775))
6468;;; Generated autoloads from dnd.el
6469
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)) "\
6471The functions to call for different protocols when a drop is made.
6472This variable is used by `dnd-handle-one-url' and `dnd-handle-file-name'.
6473The list contains of (REGEXP . FUNCTION) pairs.
6474The functions shall take two arguments, URL, which is the URL dropped and
6475ACTION which is the action to be performed for the drop (move, copy, link,
6476private or ask).
6477If no match is found here, and the value of `browse-url-browser-function'
6478is a pair of (REGEXP . FUNCTION), those regexps are tried for a match.
6479If no match is found, the URL is inserted as text by calling `dnd-insert-text'.
6480The function shall return the action done (move, copy, link or private)
6481if some action was made, or nil if the URL is ignored.")
6482
6483(custom-autoload 'dnd-protocol-alist "dnd" t)
6484
6485;;;***
6486
6487;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 6436;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6488;;;;;; "textmodes/dns-mode.el" (18785 32081)) 6437;;;;;; "textmodes/dns-mode.el" (18785 32081))
6489;;; Generated autoloads from textmodes/dns-mode.el 6438;;; Generated autoloads from textmodes/dns-mode.el
@@ -6593,7 +6542,7 @@ Play sounds in message buffers.
6593 6542
6594;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6543;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6595;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" 6544;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6596;;;;;; "emacs-lisp/easy-mmode.el" (19112 39619)) 6545;;;;;; "emacs-lisp/easy-mmode.el" (19146 53666))
6597;;; Generated autoloads from emacs-lisp/easy-mmode.el 6546;;; Generated autoloads from emacs-lisp/easy-mmode.el
6598 6547
6599(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6548(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -7326,7 +7275,7 @@ Not documented
7326 7275
7327;;;*** 7276;;;***
7328 7277
7329;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19136 54009)) 7278;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19146 53665))
7330;;; Generated autoloads from cedet/ede.el 7279;;; Generated autoloads from cedet/ede.el
7331 7280
7332(defvar global-ede-mode nil "\ 7281(defvar global-ede-mode nil "\
@@ -7425,7 +7374,7 @@ Toggle edebugging of all forms.
7425;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories 7374;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7426;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories 7375;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7427;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file 7376;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file
7428;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (19078 20024)) 7377;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (19146 53664))
7429;;; Generated autoloads from ediff.el 7378;;; Generated autoloads from ediff.el
7430 7379
7431(autoload 'ediff-files "ediff" "\ 7380(autoload 'ediff-files "ediff" "\
@@ -7667,13 +7616,6 @@ Not documented
7667 7616
7668;;;*** 7617;;;***
7669 7618
7670;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (19137 28300))
7671;;; Generated autoloads from ediff-hook.el
7672
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"))))
7674
7675;;;***
7676
7677;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 7619;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
7678;;;;;; (18820 52309)) 7620;;;;;; (18820 52309))
7679;;; Generated autoloads from ediff-mult.el 7621;;; Generated autoloads from ediff-mult.el
@@ -7762,7 +7704,7 @@ or nil, use a compact 80-column format.
7762;;;*** 7704;;;***
7763 7705
7764;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 7706;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
7765;;;;;; "emulation/edt.el" (19086 19374)) 7707;;;;;; "emulation/edt.el" (19146 53666))
7766;;; Generated autoloads from emulation/edt.el 7708;;; Generated autoloads from emulation/edt.el
7767 7709
7768(autoload 'edt-set-scroll-margins "edt" "\ 7710(autoload 'edt-set-scroll-margins "edt" "\
@@ -7817,7 +7759,7 @@ Not documented
7817;;;*** 7759;;;***
7818 7760
7819;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 7761;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
7820;;;;;; "eldoc" "emacs-lisp/eldoc.el" (18810 64740)) 7762;;;;;; "eldoc" "emacs-lisp/eldoc.el" (19146 53666))
7821;;; Generated autoloads from emacs-lisp/eldoc.el 7763;;; Generated autoloads from emacs-lisp/eldoc.el
7822 7764
7823(defvar eldoc-minor-mode-string " ElDoc" "\ 7765(defvar eldoc-minor-mode-string " ElDoc" "\
@@ -7860,8 +7802,8 @@ Emacs Lisp mode) that support ElDoc.")
7860 7802
7861;;;*** 7803;;;***
7862 7804
7863;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (18785 7805;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19146
7864;;;;;; 31782)) 7806;;;;;; 53664))
7865;;; Generated autoloads from elide-head.el 7807;;; Generated autoloads from elide-head.el
7866 7808
7867(autoload 'elide-head "elide-head" "\ 7809(autoload 'elide-head "elide-head" "\
@@ -7878,7 +7820,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
7878 7820
7879;;;### (autoloads (elint-initialize elint-defun elint-current-buffer 7821;;;### (autoloads (elint-initialize elint-defun elint-current-buffer
7880;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el" 7822;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el"
7881;;;;;; (19128 13900)) 7823;;;;;; (19141 18862))
7882;;; Generated autoloads from emacs-lisp/elint.el 7824;;; Generated autoloads from emacs-lisp/elint.el
7883 7825
7884(autoload 'elint-file "elint" "\ 7826(autoload 'elint-file "elint" "\
@@ -7914,8 +7856,8 @@ optional prefix argument REINIT is non-nil.
7914;;;*** 7856;;;***
7915 7857
7916;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 7858;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
7917;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19114 7859;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19141
7918;;;;;; 64512)) 7860;;;;;; 18862))
7919;;; Generated autoloads from emacs-lisp/elp.el 7861;;; Generated autoloads from emacs-lisp/elp.el
7920 7862
7921(autoload 'elp-instrument-function "elp" "\ 7863(autoload 'elp-instrument-function "elp" "\
@@ -7965,7 +7907,7 @@ Prompts for bug subject. Leaves you in a mail buffer.
7965;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 7907;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
7966;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 7908;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
7967;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 7909;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
7968;;;;;; "emerge.el" (19086 19373)) 7910;;;;;; "emerge.el" (19146 53664))
7969;;; Generated autoloads from emerge.el 7911;;; Generated autoloads from emerge.el
7970 7912
7971(autoload 'emerge-files "emerge" "\ 7913(autoload 'emerge-files "emerge" "\
@@ -8061,8 +8003,8 @@ Not documented
8061;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region 8003;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region
8062;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file 8004;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
8063;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys 8005;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
8064;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (19086 8006;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (19137
8065;;;;;; 46697)) 8007;;;;;; 33009))
8066;;; Generated autoloads from epa.el 8008;;; Generated autoloads from epa.el
8067 8009
8068(autoload 'epa-list-keys "epa" "\ 8010(autoload 'epa-list-keys "epa" "\
@@ -8870,8 +8812,8 @@ Add a file to `erc-xdcc-files'.
8870 8812
8871;;;*** 8813;;;***
8872 8814
8873;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (18808 8815;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (19146
8874;;;;;; 4899)) 8816;;;;;; 53666))
8875;;; Generated autoloads from eshell/esh-mode.el 8817;;; Generated autoloads from eshell/esh-mode.el
8876 8818
8877(autoload 'eshell-mode "esh-mode" "\ 8819(autoload 'eshell-mode "esh-mode" "\
@@ -9414,7 +9356,7 @@ Not documented
9414 9356
9415;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 9357;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
9416;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 9358;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9417;;;;;; (19123 12729)) 9359;;;;;; (19146 53667))
9418;;; Generated autoloads from net/eudc.el 9360;;; Generated autoloads from net/eudc.el
9419 9361
9420(autoload 'eudc-set-server "eudc" "\ 9362(autoload 'eudc-set-server "eudc" "\
@@ -9655,7 +9597,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
9655 9597
9656;;;*** 9598;;;***
9657 9599
9658;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19103 25902)) 9600;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19146 53668))
9659;;; Generated autoloads from progmodes/f90.el 9601;;; Generated autoloads from progmodes/f90.el
9660 9602
9661(autoload 'f90-mode "f90" "\ 9603(autoload 'f90-mode "f90" "\
@@ -9721,8 +9663,8 @@ with no args, if that value is non-nil.
9721;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set 9663;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set
9722;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase 9664;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase
9723;;;;;; text-scale-set face-remap-set-base face-remap-reset-base 9665;;;;;; text-scale-set face-remap-set-base face-remap-reset-base
9724;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19008 9666;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19146
9725;;;;;; 37390)) 9667;;;;;; 53664))
9726;;; Generated autoloads from face-remap.el 9668;;; Generated autoloads from face-remap.el
9727 9669
9728(autoload 'face-remap-add-relative "face-remap" "\ 9670(autoload 'face-remap-add-relative "face-remap" "\
@@ -9916,7 +9858,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
9916;;;*** 9858;;;***
9917 9859
9918;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 9860;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
9919;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19111 5305)) 9861;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19146 53664))
9920;;; Generated autoloads from ffap.el 9862;;; Generated autoloads from ffap.el
9921 9863
9922(autoload 'ffap-next "ffap" "\ 9864(autoload 'ffap-next "ffap" "\
@@ -10035,7 +9977,7 @@ the name is considered already unique; only the second substitution
10035;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable 9977;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable
10036;;;;;; add-dir-local-variable delete-file-local-variable-prop-line 9978;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
10037;;;;;; add-file-local-variable-prop-line delete-file-local-variable 9979;;;;;; add-file-local-variable-prop-line delete-file-local-variable
10038;;;;;; add-file-local-variable) "files-x" "files-x.el" (19076 60522)) 9980;;;;;; add-file-local-variable) "files-x" "files-x.el" (19146 53664))
10039;;; Generated autoloads from files-x.el 9981;;; Generated autoloads from files-x.el
10040 9982
10041(autoload 'add-file-local-variable "files-x" "\ 9983(autoload 'add-file-local-variable "files-x" "\
@@ -10094,7 +10036,7 @@ Copy directory-local variables to the Local Variables list.
10094\(fn)" t nil) 10036\(fn)" t nil)
10095 10037
10096(autoload 'copy-dir-locals-to-file-locals-prop-line "files-x" "\ 10038(autoload 'copy-dir-locals-to-file-locals-prop-line "files-x" "\
10097Copy directory-local variables to the the -*- line. 10039Copy directory-local variables to the -*- line.
10098 10040
10099\(fn)" t nil) 10041\(fn)" t nil)
10100 10042
@@ -10554,7 +10496,7 @@ Turn flymake mode off.
10554 10496
10555;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 10497;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
10556;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 10498;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
10557;;;;;; "flyspell" "textmodes/flyspell.el" (19130 43460)) 10499;;;;;; "flyspell" "textmodes/flyspell.el" (19146 53668))
10558;;; Generated autoloads from textmodes/flyspell.el 10500;;; Generated autoloads from textmodes/flyspell.el
10559 10501
10560(autoload 'flyspell-prog-mode "flyspell" "\ 10502(autoload 'flyspell-prog-mode "flyspell" "\
@@ -10749,7 +10691,7 @@ Visit a file in Forms mode in other window.
10749;;;*** 10691;;;***
10750 10692
10751;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" 10693;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
10752;;;;;; (19112 39561)) 10694;;;;;; (19146 53668))
10753;;; Generated autoloads from progmodes/fortran.el 10695;;; Generated autoloads from progmodes/fortran.el
10754 10696
10755(autoload 'fortran-mode "fortran" "\ 10697(autoload 'fortran-mode "fortran" "\
@@ -12389,7 +12331,7 @@ different regions. With numeric argument ARG, behaves like
12389;;;### (autoloads (describe-categories describe-syntax describe-variable 12331;;;### (autoloads (describe-categories describe-syntax describe-variable
12390;;;;;; variable-at-point describe-function-1 find-lisp-object-file-name 12332;;;;;; variable-at-point describe-function-1 find-lisp-object-file-name
12391;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el" 12333;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el"
12392;;;;;; (19131 50770)) 12334;;;;;; (19146 53664))
12393;;; Generated autoloads from help-fns.el 12335;;; Generated autoloads from help-fns.el
12394 12336
12395(autoload 'describe-function "help-fns" "\ 12337(autoload 'describe-function "help-fns" "\
@@ -12584,7 +12526,7 @@ Provide help for current mode.
12584;;;*** 12526;;;***
12585 12527
12586;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 12528;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
12587;;;;;; "hexl.el" (19096 3520)) 12529;;;;;; "hexl.el" (19146 53664))
12588;;; Generated autoloads from hexl.el 12530;;; Generated autoloads from hexl.el
12589 12531
12590(autoload 'hexl-mode "hexl" "\ 12532(autoload 'hexl-mode "hexl" "\
@@ -12681,7 +12623,7 @@ This discards the buffer's undo information.
12681;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 12623;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
12682;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 12624;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
12683;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 12625;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
12684;;;;;; (18927 50626)) 12626;;;;;; (19146 53664))
12685;;; Generated autoloads from hi-lock.el 12627;;; Generated autoloads from hi-lock.el
12686 12628
12687(autoload 'hi-lock-mode "hi-lock" "\ 12629(autoload 'hi-lock-mode "hi-lock" "\
@@ -12853,7 +12795,7 @@ how the hiding is done:
12853;;;*** 12795;;;***
12854 12796
12855;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" 12797;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
12856;;;;;; (19137 28302)) 12798;;;;;; (19137 33009))
12857;;; Generated autoloads from progmodes/hideshow.el 12799;;; Generated autoloads from progmodes/hideshow.el
12858 12800
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)) "\ 12801(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)) "\
@@ -13410,7 +13352,7 @@ bound to the current value of the filter.
13410;;;*** 13352;;;***
13411 13353
13412;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 13354;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
13413;;;;;; "ibuffer" "ibuffer.el" (19113 62100)) 13355;;;;;; "ibuffer" "ibuffer.el" (19141 18854))
13414;;; Generated autoloads from ibuffer.el 13356;;; Generated autoloads from ibuffer.el
13415 13357
13416(autoload 'ibuffer-list-buffers "ibuffer" "\ 13358(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -14016,186 +13958,6 @@ Toggle inline image minor mode.
14016 13958
14017;;;*** 13959;;;***
14018 13960
14019;;;### (autoloads (defimage find-image remove-images insert-sliced-image
14020;;;;;; insert-image put-image create-image image-type-auto-detected-p
14021;;;;;; image-type-available-p image-type image-type-from-file-name
14022;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data)
14023;;;;;; "image" "image.el" (19115 7110))
14024;;; Generated autoloads from image.el
14025
14026(autoload 'image-type-from-data "image" "\
14027Determine the image type from image data DATA.
14028Value is a symbol specifying the image type or nil if type cannot
14029be determined.
14030
14031\(fn DATA)" nil nil)
14032
14033(autoload 'image-type-from-buffer "image" "\
14034Determine the image type from data in the current buffer.
14035Value is a symbol specifying the image type or nil if type cannot
14036be determined.
14037
14038\(fn)" nil nil)
14039
14040(autoload 'image-type-from-file-header "image" "\
14041Determine the type of image file FILE from its first few bytes.
14042Value is a symbol specifying the image type, or nil if type cannot
14043be determined.
14044
14045\(fn FILE)" nil nil)
14046
14047(autoload 'image-type-from-file-name "image" "\
14048Determine the type of image file FILE from its name.
14049Value is a symbol specifying the image type, or nil if type cannot
14050be determined.
14051
14052\(fn FILE)" nil nil)
14053
14054(autoload 'image-type "image" "\
14055Determine and return image type.
14056SOURCE is an image file name or image data.
14057Optional TYPE is a symbol describing the image type. If TYPE is omitted
14058or nil, try to determine the image type from its first few bytes
14059of image data. If that doesn't work, and SOURCE is a file name,
14060use its file extension as image type.
14061Optional DATA-P non-nil means SOURCE is a string containing image data.
14062
14063\(fn SOURCE &optional TYPE DATA-P)" nil nil)
14064
14065(autoload 'image-type-available-p "image" "\
14066Return non-nil if image type TYPE is available.
14067Image types are symbols like `xbm' or `jpeg'.
14068
14069\(fn TYPE)" nil nil)
14070
14071(autoload 'image-type-auto-detected-p "image" "\
14072Return t if the current buffer contains an auto-detectable image.
14073This function is intended to be used from `magic-fallback-mode-alist'.
14074
14075The buffer is considered to contain an auto-detectable image if
14076its beginning matches an image type in `image-type-header-regexps',
14077and that image type is present in `image-type-auto-detectable' with a
14078non-nil value. If that value is non-nil, but not t, then the image type
14079must be available.
14080
14081\(fn)" nil nil)
14082
14083(autoload 'create-image "image" "\
14084Create an image.
14085FILE-OR-DATA is an image file name or image data.
14086Optional TYPE is a symbol describing the image type. If TYPE is omitted
14087or nil, try to determine the image type from its first few bytes
14088of image data. If that doesn't work, and FILE-OR-DATA is a file name,
14089use its file extension as image type.
14090Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
14091Optional PROPS are additional image attributes to assign to the image,
14092like, e.g. `:mask MASK'.
14093Value is the image created, or nil if images of type TYPE are not supported.
14094
14095Images should not be larger than specified by `max-image-size'.
14096
14097Image file names that are not absolute are searched for in the
14098\"images\" sub-directory of `data-directory' and
14099`x-bitmap-file-path' (in that order).
14100
14101\(fn FILE-OR-DATA &optional TYPE DATA-P &rest PROPS)" nil nil)
14102
14103(autoload 'put-image "image" "\
14104Put image IMAGE in front of POS in the current buffer.
14105IMAGE must be an image created with `create-image' or `defimage'.
14106IMAGE is displayed by putting an overlay into the current buffer with a
14107`before-string' STRING that has a `display' property whose value is the
14108image. STRING is defaulted if you omit it.
14109POS may be an integer or marker.
14110AREA is where to display the image. AREA nil or omitted means
14111display it in the text area, a value of `left-margin' means
14112display it in the left marginal area, a value of `right-margin'
14113means display it in the right marginal area.
14114
14115\(fn IMAGE POS &optional STRING AREA)" nil nil)
14116
14117(autoload 'insert-image "image" "\
14118Insert IMAGE into current buffer at point.
14119IMAGE is displayed by inserting STRING into the current buffer
14120with a `display' property whose value is the image. STRING is
14121defaulted if you omit it.
14122AREA is where to display the image. AREA nil or omitted means
14123display it in the text area, a value of `left-margin' means
14124display it in the left marginal area, a value of `right-margin'
14125means display it in the right marginal area.
14126SLICE specifies slice of IMAGE to insert. SLICE nil or omitted
14127means insert whole image. SLICE is a list (X Y WIDTH HEIGHT)
14128specifying the X and Y positions and WIDTH and HEIGHT of image area
14129to insert. A float value 0.0 - 1.0 means relative to the width or
14130height of the image; integer values are taken as pixel values.
14131
14132\(fn IMAGE &optional STRING AREA SLICE)" nil nil)
14133
14134(autoload 'insert-sliced-image "image" "\
14135Insert IMAGE into current buffer at point.
14136IMAGE is displayed by inserting STRING into the current buffer
14137with a `display' property whose value is the image. STRING is
14138defaulted if you omit it.
14139AREA is where to display the image. AREA nil or omitted means
14140display it in the text area, a value of `left-margin' means
14141display it in the left marginal area, a value of `right-margin'
14142means display it in the right marginal area.
14143The image is automatically split into ROWS x COLS slices.
14144
14145\(fn IMAGE &optional STRING AREA ROWS COLS)" nil nil)
14146
14147(autoload 'remove-images "image" "\
14148Remove images between START and END in BUFFER.
14149Remove only images that were put in BUFFER with calls to `put-image'.
14150BUFFER nil or omitted means use the current buffer.
14151
14152\(fn START END &optional BUFFER)" nil nil)
14153
14154(autoload 'find-image "image" "\
14155Find an image, choosing one of a list of image specifications.
14156
14157SPECS is a list of image specifications.
14158
14159Each image specification in SPECS is a property list. The contents of
14160a specification are image type dependent. All specifications must at
14161least contain the properties `:type TYPE' and either `:file FILE' or
14162`:data DATA', where TYPE is a symbol specifying the image type,
14163e.g. `xbm', FILE is the file to load the image from, and DATA is a
14164string containing the actual image data. The specification whose TYPE
14165is supported, and FILE exists, is used to construct the image
14166specification to be returned. Return nil if no specification is
14167satisfied.
14168
14169The image is looked for in `image-load-path'.
14170
14171Image files should not be larger than specified by `max-image-size'.
14172
14173\(fn SPECS)" nil nil)
14174
14175(autoload 'defimage "image" "\
14176Define SYMBOL as an image.
14177
14178SPECS is a list of image specifications. DOC is an optional
14179documentation string.
14180
14181Each image specification in SPECS is a property list. The contents of
14182a specification are image type dependent. All specifications must at
14183least contain the properties `:type TYPE' and either `:file FILE' or
14184`:data DATA', where TYPE is a symbol specifying the image type,
14185e.g. `xbm', FILE is the file to load the image from, and DATA is a
14186string containing the actual image data. The first image
14187specification whose TYPE is supported, and FILE exists, is used to
14188define SYMBOL.
14189
14190Example:
14191
14192 (defimage test-image ((:type xpm :file \"~/test1.xpm\")
14193 (:type xbm :file \"~/test1.xbm\")))
14194
14195\(fn SYMBOL SPECS &optional DOC)" nil (quote macro))
14196
14197;;;***
14198
14199;;;### (autoloads (image-dired-dired-edit-comment-and-tags image-dired-mark-tagged-files 13961;;;### (autoloads (image-dired-dired-edit-comment-and-tags image-dired-mark-tagged-files
14200;;;;;; image-dired-dired-comment-files image-dired-dired-display-image 13962;;;;;; image-dired-dired-comment-files image-dired-dired-display-image
14201;;;;;; image-dired-dired-display-external image-dired-display-thumb 13963;;;;;; image-dired-dired-display-external image-dired-display-thumb
@@ -14399,7 +14161,7 @@ Image files are those whose name has an extension in
14399;;;*** 14161;;;***
14400 14162
14401;;;### (autoloads (image-bookmark-jump image-mode-maybe image-minor-mode 14163;;;### (autoloads (image-bookmark-jump image-mode-maybe image-minor-mode
14402;;;;;; image-mode) "image-mode" "image-mode.el" (18836 39239)) 14164;;;;;; image-mode) "image-mode" "image-mode.el" (19141 18854))
14403;;; Generated autoloads from image-mode.el 14165;;; Generated autoloads from image-mode.el
14404 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) 14166 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist)
14405 (push '("\\.png\\'" . image-mode) auto-mode-alist) 14167 (push '("\\.png\\'" . image-mode) auto-mode-alist)
@@ -14662,7 +14424,7 @@ of `inferior-lisp-program'). Runs the hooks from
14662;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos 14424;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos
14663;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone 14425;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone
14664;;;;;; info-emacs-manual info info-other-window) "info" "info.el" 14426;;;;;; info-emacs-manual info info-other-window) "info" "info.el"
14665;;;;;; (19128 36451)) 14427;;;;;; (19146 53664))
14666;;; Generated autoloads from info.el 14428;;; Generated autoloads from info.el
14667 14429
14668(autoload 'info-other-window "info" "\ 14430(autoload 'info-other-window "info" "\
@@ -14831,7 +14593,8 @@ This will add a speedbar major display mode.
14831\(fn)" t nil) 14593\(fn)" t nil)
14832 14594
14833(autoload 'Info-bookmark-jump "info" "\ 14595(autoload 'Info-bookmark-jump "info" "\
14834Not documented 14596This implements the `handler' function interface for the record
14597type returned by `Info-bookmark-make-record', which see.
14835 14598
14836\(fn BMK)" nil nil) 14599\(fn BMK)" nil nil)
14837 14600
@@ -15446,7 +15209,7 @@ by `jka-compr-installed'.
15446 15209
15447;;;*** 15210;;;***
15448 15211
15449;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19123 13284)) 15212;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19146 53668))
15450;;; Generated autoloads from progmodes/js.el 15213;;; Generated autoloads from progmodes/js.el
15451 15214
15452(autoload 'js-mode "js" "\ 15215(autoload 'js-mode "js" "\
@@ -16022,7 +15785,7 @@ except that FILTER is not optional.
16022 15785
16023;;;*** 15786;;;***
16024 15787
16025;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (19137 28300)) 15788;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (19146 53664))
16026;;; Generated autoloads from log-edit.el 15789;;; Generated autoloads from log-edit.el
16027 15790
16028(autoload 'log-edit "log-edit" "\ 15791(autoload 'log-edit "log-edit" "\
@@ -16048,8 +15811,8 @@ uses the current buffer.
16048 15811
16049;;;*** 15812;;;***
16050 15813
16051;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (19137 15814;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (19146
16052;;;;;; 28300)) 15815;;;;;; 53664))
16053;;; Generated autoloads from log-view.el 15816;;; Generated autoloads from log-view.el
16054 15817
16055(autoload 'log-view-mode "log-view" "\ 15818(autoload 'log-view-mode "log-view" "\
@@ -16750,13 +16513,6 @@ Returns non-nil if the new state is enabled.
16750 16513
16751;;;*** 16514;;;***
16752 16515
16753;;;### (autoloads nil "menu-bar" "menu-bar.el" (19137 28300))
16754;;; Generated autoloads from menu-bar.el
16755
16756(put 'menu-bar-mode 'standard-value '(t))
16757
16758;;;***
16759
16760;;;### (autoloads (message-unbold-region message-bold-region message-news-other-frame 16516;;;### (autoloads (message-unbold-region message-bold-region message-news-other-frame
16761;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window 16517;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window
16762;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body 16518;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body
@@ -17654,7 +17410,7 @@ different buffer menu using the function `msb'.
17654;;;;;; describe-current-coding-system describe-current-coding-system-briefly 17410;;;;;; describe-current-coding-system describe-current-coding-system-briefly
17655;;;;;; describe-coding-system describe-character-set list-charset-chars 17411;;;;;; describe-coding-system describe-character-set list-charset-chars
17656;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 17412;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
17657;;;;;; (19103 26694)) 17413;;;;;; (19146 53667))
17658;;; Generated autoloads from international/mule-diag.el 17414;;; Generated autoloads from international/mule-diag.el
17659 17415
17660(autoload 'list-character-sets "mule-diag" "\ 17416(autoload 'list-character-sets "mule-diag" "\
@@ -18030,7 +17786,7 @@ Open a network connection to HOST on PORT.
18030;;;;;; uncomment-region comment-kill comment-set-column comment-indent 17786;;;;;; uncomment-region comment-kill comment-set-column comment-indent
18031;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 17787;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
18032;;;;;; comment-padding comment-style comment-column) "newcomment" 17788;;;;;; comment-padding comment-style comment-column) "newcomment"
18033;;;;;; "newcomment.el" (18971 24340)) 17789;;;;;; "newcomment.el" (19146 53664))
18034;;; Generated autoloads from newcomment.el 17790;;; Generated autoloads from newcomment.el
18035 17791
18036(defalias 'indent-for-comment 'comment-indent) 17792(defalias 'indent-for-comment 'comment-indent)
@@ -18642,7 +18398,7 @@ including a reproducible test case and send the message.
18642;;;;;; org-map-entries org-open-link-from-string org-open-at-point-global 18398;;;;;; org-map-entries org-open-link-from-string org-open-at-point-global
18643;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode 18399;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode
18644;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle 18400;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
18645;;;;;; org-mode) "org" "org/org.el" (19130 46447)) 18401;;;;;; org-mode) "org" "org/org.el" (19146 53667))
18646;;; Generated autoloads from org/org.el 18402;;; Generated autoloads from org/org.el
18647 18403
18648(autoload 'org-mode "org" "\ 18404(autoload 'org-mode "org" "\
@@ -18791,7 +18547,7 @@ the scanner. The following items can be given here:
18791 comment skip trees with the COMMENT keyword 18547 comment skip trees with the COMMENT keyword
18792 function or Emacs Lisp form: 18548 function or Emacs Lisp form:
18793 will be used as value for `org-agenda-skip-function', so whenever 18549 will be used as value for `org-agenda-skip-function', so whenever
18794 the the function returns t, FUNC will not be called for that 18550 the function returns t, FUNC will not be called for that
18795 entry and search will continue from the point where the 18551 entry and search will continue from the point where the
18796 function leaves it. 18552 function leaves it.
18797 18553
@@ -18855,7 +18611,7 @@ Call the customize function with org as argument.
18855;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list 18611;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list
18856;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views 18612;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
18857;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 18613;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
18858;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19137 28329)) 18614;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19141 18869))
18859;;; Generated autoloads from org/org-agenda.el 18615;;; Generated autoloads from org/org-agenda.el
18860 18616
18861(autoload 'org-agenda "org-agenda" "\ 18617(autoload 'org-agenda "org-agenda" "\
@@ -19107,9 +18863,21 @@ belonging to the \"Work\" category.
19107 18863
19108;;;*** 18864;;;***
19109 18865
18866;;;### (autoloads (org-archive-subtree-default) "org-archive" "org/org-archive.el"
18867;;;;;; (19141 18869))
18868;;; Generated autoloads from org/org-archive.el
18869
18870(autoload 'org-archive-subtree-default "org-archive" "\
18871Archive the current subtree with the default command.
18872This command is set with the variable `org-archive-default-command'.
18873
18874\(fn)" t nil)
18875
18876;;;***
18877
19110;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii 18878;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii
19111;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer) 18879;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer)
19112;;;;;; "org-ascii" "org/org-ascii.el" (19122 26413)) 18880;;;;;; "org-ascii" "org/org-ascii.el" (19141 18869))
19113;;; Generated autoloads from org/org-ascii.el 18881;;; Generated autoloads from org/org-ascii.el
19114 18882
19115(autoload 'org-export-as-ascii-to-buffer "org-ascii" "\ 18883(autoload 'org-export-as-ascii-to-buffer "org-ascii" "\
@@ -19162,8 +18930,8 @@ publishing directory.
19162 18930
19163;;;*** 18931;;;***
19164 18932
19165;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19130 18933;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19141
19166;;;;;; 46447)) 18934;;;;;; 18869))
19167;;; Generated autoloads from org/org-attach.el 18935;;; Generated autoloads from org/org-attach.el
19168 18936
19169(autoload 'org-attach "org-attach" "\ 18937(autoload 'org-attach "org-attach" "\
@@ -19175,7 +18943,7 @@ Shows a list of commands and prompts for another key to execute a command.
19175;;;*** 18943;;;***
19176 18944
19177;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" 18945;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
19178;;;;;; (19102 27721)) 18946;;;;;; (19141 18869))
19179;;; Generated autoloads from org/org-bbdb.el 18947;;; Generated autoloads from org/org-bbdb.el
19180 18948
19181(autoload 'org-bbdb-anniversaries "org-bbdb" "\ 18949(autoload 'org-bbdb-anniversaries "org-bbdb" "\
@@ -19186,7 +18954,7 @@ Extract anniversaries from BBDB for display in the agenda.
19186;;;*** 18954;;;***
19187 18955
19188;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable) 18956;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable)
19189;;;;;; "org-clock" "org/org-clock.el" (19102 27721)) 18957;;;;;; "org-clock" "org/org-clock.el" (19146 53667))
19190;;; Generated autoloads from org/org-clock.el 18958;;; Generated autoloads from org/org-clock.el
19191 18959
19192(autoload 'org-get-clocktable "org-clock" "\ 18960(autoload 'org-get-clocktable "org-clock" "\
@@ -19206,7 +18974,7 @@ Set up hooks for clock persistence
19206;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open 18974;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open
19207;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook 18975;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook
19208;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch) 18976;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch)
19209;;;;;; "org-docbook" "org/org-docbook.el" (19130 46447)) 18977;;;;;; "org-docbook" "org/org-docbook.el" (19141 18869))
19210;;; Generated autoloads from org/org-docbook.el 18978;;; Generated autoloads from org/org-docbook.el
19211 18979
19212(autoload 'org-export-as-docbook-batch "org-docbook" "\ 18980(autoload 'org-export-as-docbook-batch "org-docbook" "\
@@ -19283,7 +19051,7 @@ publishing directory.
19283 19051
19284;;;### (autoloads (org-insert-export-options-template org-export-as-org 19052;;;### (autoloads (org-insert-export-options-template org-export-as-org
19285;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" 19053;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el"
19286;;;;;; (19102 27722)) 19054;;;;;; (19141 18869))
19287;;; Generated autoloads from org/org-exp.el 19055;;; Generated autoloads from org/org-exp.el
19288 19056
19289(autoload 'org-export "org-exp" "\ 19057(autoload 'org-export "org-exp" "\
@@ -19340,8 +19108,8 @@ Insert into the buffer a template with information for exporting.
19340;;;*** 19108;;;***
19341 19109
19342;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update 19110;;;### (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 19111;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (19141
19344;;;;;; 27722)) 19112;;;;;; 18869))
19345;;; Generated autoloads from org/org-feed.el 19113;;; Generated autoloads from org/org-feed.el
19346 19114
19347(autoload 'org-feed-update-all "org-feed" "\ 19115(autoload 'org-feed-update-all "org-feed" "\
@@ -19369,7 +19137,7 @@ Show the raw feed buffer of a feed.
19369;;;*** 19137;;;***
19370 19138
19371;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote" 19139;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote"
19372;;;;;; "org/org-footnote.el" (19102 27722)) 19140;;;;;; "org/org-footnote.el" (19141 18869))
19373;;; Generated autoloads from org/org-footnote.el 19141;;; Generated autoloads from org/org-footnote.el
19374 19142
19375(autoload 'org-footnote-action "org-footnote" "\ 19143(autoload 'org-footnote-action "org-footnote" "\
@@ -19396,7 +19164,7 @@ referenced sequence.
19396;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html 19164;;;### (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 19165;;;;;; 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" 19166;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html"
19399;;;;;; "org/org-html.el" (19130 46447)) 19167;;;;;; "org/org-html.el" (19141 18869))
19400;;; Generated autoloads from org/org-html.el 19168;;; Generated autoloads from org/org-html.el
19401 19169
19402(put 'org-export-html-style 'safe-local-variable 'booleanp) 19170(put 'org-export-html-style 'safe-local-variable 'booleanp)
@@ -19489,7 +19257,7 @@ that uses these same face definitions.
19489 19257
19490;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files 19258;;;### (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" 19259;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el"
19492;;;;;; (19102 27723)) 19260;;;;;; (19141 18869))
19493;;; Generated autoloads from org/org-icalendar.el 19261;;; Generated autoloads from org/org-icalendar.el
19494 19262
19495(autoload 'org-export-icalendar-this-file "org-icalendar" "\ 19263(autoload 'org-export-icalendar-this-file "org-icalendar" "\
@@ -19516,7 +19284,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'.
19516 19284
19517;;;### (autoloads (org-id-find-id-file org-id-find org-id-goto org-id-get-with-outline-drilling 19285;;;### (autoloads (org-id-find-id-file org-id-find org-id-goto org-id-get-with-outline-drilling
19518;;;;;; org-id-get-with-outline-path-completion org-id-get org-id-copy 19286;;;;;; org-id-get-with-outline-path-completion org-id-get org-id-copy
19519;;;;;; org-id-get-create) "org-id" "org/org-id.el" (19130 46447)) 19287;;;;;; org-id-get-create) "org-id" "org/org-id.el" (19141 18869))
19520;;; Generated autoloads from org/org-id.el 19288;;; Generated autoloads from org/org-id.el
19521 19289
19522(autoload 'org-id-get-create "org-id" "\ 19290(autoload 'org-id-get-create "org-id" "\
@@ -19580,7 +19348,7 @@ Query the id database for the file in which this ID is located.
19580;;;*** 19348;;;***
19581 19349
19582;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el" 19350;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el"
19583;;;;;; (19122 51963)) 19351;;;;;; (19141 18869))
19584;;; Generated autoloads from org/org-indent.el 19352;;; Generated autoloads from org/org-indent.el
19585 19353
19586(autoload 'org-indent-mode "org-indent" "\ 19354(autoload 'org-indent-mode "org-indent" "\
@@ -19595,7 +19363,7 @@ FIXME: How to update when broken?
19595;;;*** 19363;;;***
19596 19364
19597;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" 19365;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el"
19598;;;;;; (19102 27723)) 19366;;;;;; (19141 18869))
19599;;; Generated autoloads from org/org-irc.el 19367;;; Generated autoloads from org/org-irc.el
19600 19368
19601(autoload 'org-irc-store-link "org-irc" "\ 19369(autoload 'org-irc-store-link "org-irc" "\
@@ -19608,7 +19376,7 @@ Dispatch to the appropriate function to store a link to an IRC session.
19608;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex 19376;;;### (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 19377;;;;;; 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" 19378;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el"
19611;;;;;; (19102 27723)) 19379;;;;;; (19141 18869))
19612;;; Generated autoloads from org/org-latex.el 19380;;; Generated autoloads from org/org-latex.el
19613 19381
19614(autoload 'org-export-as-latex-batch "org-latex" "\ 19382(autoload 'org-export-as-latex-batch "org-latex" "\
@@ -19687,8 +19455,34 @@ Export as LaTeX, then process through to PDF, and open.
19687 19455
19688;;;*** 19456;;;***
19689 19457
19458;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull
19459;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (19140
19460;;;;;; 24955))
19461;;; Generated autoloads from org/org-mobile.el
19462
19463(autoload 'org-mobile-push "org-mobile" "\
19464Push the current state of Org affairs to the WebDAV directory.
19465This will create the index file, copy all agenda files there, and also
19466create all custom agenda views, for upload to the mobile phone.
19467
19468\(fn)" t nil)
19469
19470(autoload 'org-mobile-pull "org-mobile" "\
19471Pull the contents of `org-mobile-capture-file' and integrate them.
19472Apply all flagged actions, flag entries to be flagged and then call an
19473agenda view showing the flagged items.
19474
19475\(fn)" t nil)
19476
19477(autoload 'org-mobile-create-sumo-agenda "org-mobile" "\
19478Create a file that contains all custom agenda views.
19479
19480\(fn)" t nil)
19481
19482;;;***
19483
19690;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" 19484;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el"
19691;;;;;; (19102 27724)) 19485;;;;;; (19141 18869))
19692;;; Generated autoloads from org/org-plot.el 19486;;; Generated autoloads from org/org-plot.el
19693 19487
19694(autoload 'org-plot/gnuplot "org-plot" "\ 19488(autoload 'org-plot/gnuplot "org-plot" "\
@@ -19702,7 +19496,7 @@ line directly before or after the table.
19702 19496
19703;;;### (autoloads (org-publish-current-project org-publish-current-file 19497;;;### (autoloads (org-publish-current-project org-publish-current-file
19704;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" 19498;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
19705;;;;;; (19102 27724)) 19499;;;;;; (19141 18869))
19706;;; Generated autoloads from org/org-publish.el 19500;;; Generated autoloads from org/org-publish.el
19707 19501
19708(defalias 'org-publish-project 'org-publish) 19502(defalias 'org-publish-project 'org-publish)
@@ -19736,7 +19530,7 @@ the project.
19736 19530
19737;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template 19531;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
19738;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" 19532;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
19739;;;;;; "org/org-remember.el" (19102 27724)) 19533;;;;;; "org/org-remember.el" (19141 18869))
19740;;; Generated autoloads from org/org-remember.el 19534;;; Generated autoloads from org/org-remember.el
19741 19535
19742(autoload 'org-remember-insinuate "org-remember" "\ 19536(autoload 'org-remember-insinuate "org-remember" "\
@@ -19811,7 +19605,7 @@ See also the variable `org-reverse-note-order'.
19811;;;*** 19605;;;***
19812 19606
19813;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) 19607;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl)
19814;;;;;; "org-table" "org/org-table.el" (19130 46447)) 19608;;;;;; "org-table" "org/org-table.el" (19141 18869))
19815;;; Generated autoloads from org/org-table.el 19609;;; Generated autoloads from org/org-table.el
19816 19610
19817(autoload 'turn-on-orgtbl "org-table" "\ 19611(autoload 'turn-on-orgtbl "org-table" "\
@@ -19836,7 +19630,7 @@ The table is taken from the parameter TXT, or from the buffer at point.
19836 19630
19837;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region 19631;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region
19838;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el" 19632;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el"
19839;;;;;; (19102 27724)) 19633;;;;;; (19141 18869))
19840;;; Generated autoloads from org/org-timer.el 19634;;; Generated autoloads from org/org-timer.el
19841 19635
19842(autoload 'org-timer-start "org-timer" "\ 19636(autoload 'org-timer-start "org-timer" "\
@@ -19880,7 +19674,7 @@ Set a timer.
19880;;;*** 19674;;;***
19881 19675
19882;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el" 19676;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el"
19883;;;;;; (19102 27724)) 19677;;;;;; (19141 18869))
19884;;; Generated autoloads from org/org-xoxo.el 19678;;; Generated autoloads from org/org-xoxo.el
19885 19679
19886(autoload 'org-export-as-xoxo "org-xoxo" "\ 19680(autoload 'org-export-as-xoxo "org-xoxo" "\
@@ -20462,7 +20256,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
20462;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key 20256;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key
20463;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt 20257;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt
20464;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region 20258;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region
20465;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (18785 31820)) 20259;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (19146 53664))
20466;;; Generated autoloads from pgg.el 20260;;; Generated autoloads from pgg.el
20467 20261
20468(autoload 'pgg-encrypt-region "pgg" "\ 20262(autoload 'pgg-encrypt-region "pgg" "\
@@ -21673,7 +21467,7 @@ If EXTENSION is any other symbol, it is ignored.
21673;;;*** 21467;;;***
21674 21468
21675;;;### (autoloads (python-shell jython-mode python-mode run-python) 21469;;;### (autoloads (python-shell jython-mode python-mode run-python)
21676;;;;;; "python" "progmodes/python.el" (19100 37533)) 21470;;;;;; "python" "progmodes/python.el" (19146 53668))
21677;;; Generated autoloads from progmodes/python.el 21471;;; Generated autoloads from progmodes/python.el
21678 21472
21679(add-to-list 'interpreter-mode-alist '("jython" . jython-mode)) 21473(add-to-list 'interpreter-mode-alist '("jython" . jython-mode))
@@ -22043,8 +21837,8 @@ of each directory.
22043 21837
22044;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 21838;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
22045;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 21839;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
22046;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (18785 21840;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (19146
22047;;;;;; 32006)) 21841;;;;;; 53667))
22048;;; Generated autoloads from net/quickurl.el 21842;;; Generated autoloads from net/quickurl.el
22049 21843
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" "\ 21844(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" "\
@@ -22116,7 +21910,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22116;;;*** 21910;;;***
22117 21911
22118;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 21912;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
22119;;;;;; "net/rcirc.el" (19101 58512)) 21913;;;;;; "net/rcirc.el" (19146 53667))
22120;;; Generated autoloads from net/rcirc.el 21914;;; Generated autoloads from net/rcirc.el
22121 21915
22122(autoload 'rcirc "rcirc" "\ 21916(autoload 'rcirc "rcirc" "\
@@ -22176,7 +21970,7 @@ Construct a regexp interactively.
22176 21970
22177;;;*** 21971;;;***
22178 21972
22179;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19119 32173)) 21973;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19146 53664))
22180;;; Generated autoloads from recentf.el 21974;;; Generated autoloads from recentf.el
22181 21975
22182(defvar recentf-mode nil "\ 21976(defvar recentf-mode nil "\
@@ -22750,8 +22544,8 @@ variable.
22750;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 22544;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
22751;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 22545;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
22752;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp 22546;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp
22753;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19137 22547;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19146
22754;;;;;; 28347)) 22548;;;;;; 53667))
22755;;; Generated autoloads from mail/rmail.el 22549;;; Generated autoloads from mail/rmail.el
22756 22550
22757(autoload 'rmail-movemail-variant-p "rmail" "\ 22551(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -23546,7 +23340,7 @@ enclosed in `(and ...)'.
23546;;;*** 23340;;;***
23547 23341
23548;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" 23342;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el"
23549;;;;;; (18785 31823)) 23343;;;;;; (19146 53664))
23550;;; Generated autoloads from savehist.el 23344;;; Generated autoloads from savehist.el
23551 23345
23552(defvar savehist-mode nil "\ 23346(defvar savehist-mode nil "\
@@ -23666,11 +23460,11 @@ during scrolling.
23666;;;*** 23460;;;***
23667 23461
23668;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" 23462;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
23669;;;;;; "cedet/semantic.el" (19136 54009)) 23463;;;;;; "cedet/semantic.el" (19146 53665))
23670;;; Generated autoloads from cedet/semantic.el 23464;;; Generated autoloads from cedet/semantic.el
23671 23465
23672(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ 23466(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
23673List of auxilliary Semantic minor modes enabled by `semantic-mode'. 23467List of auxiliary Semantic minor modes enabled by `semantic-mode'.
23674The possible elements of this list include the following: 23468The possible elements of this list include the following:
23675 23469
23676 `semantic-highlight-func-mode' - Highlight the current tag. 23470 `semantic-highlight-func-mode' - Highlight the current tag.
@@ -23719,7 +23513,7 @@ Semantic mode.
23719;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 23513;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
23720;;;;;; mail-header-separator send-mail-function mail-interactive 23514;;;;;; mail-header-separator send-mail-function mail-interactive
23721;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 23515;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
23722;;;;;; "sendmail" "mail/sendmail.el" (19116 17005)) 23516;;;;;; "sendmail" "mail/sendmail.el" (19146 53667))
23723;;; Generated autoloads from mail/sendmail.el 23517;;; Generated autoloads from mail/sendmail.el
23724 23518
23725(defvar mail-from-style 'angles "\ 23519(defvar mail-from-style 'angles "\
@@ -24160,7 +23954,7 @@ To work around that, do:
24160;;;*** 23954;;;***
24161 23955
24162;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 23956;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
24163;;;;;; (19125 12918)) 23957;;;;;; (19141 18871))
24164;;; Generated autoloads from progmodes/sh-script.el 23958;;; Generated autoloads from progmodes/sh-script.el
24165(put 'sh-shell 'safe-local-variable 'symbolp) 23959(put 'sh-shell 'safe-local-variable 'symbolp)
24166 23960
@@ -24239,7 +24033,7 @@ If BINARY is non-nil, return a string in binary form.
24239;;;*** 24033;;;***
24240 24034
24241;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 24035;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
24242;;;;;; (19046 31395)) 24036;;;;;; (19146 53666))
24243;;; Generated autoloads from emacs-lisp/shadow.el 24037;;; Generated autoloads from emacs-lisp/shadow.el
24244 24038
24245(autoload 'list-load-path-shadows "shadow" "\ 24039(autoload 'list-load-path-shadows "shadow" "\
@@ -24289,8 +24083,8 @@ function, `find-emacs-lisp-shadows'.
24289;;;*** 24083;;;***
24290 24084
24291;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 24085;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
24292;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (18785 24086;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19146
24293;;;;;; 31825)) 24087;;;;;; 53664))
24294;;; Generated autoloads from shadowfile.el 24088;;; Generated autoloads from shadowfile.el
24295 24089
24296(autoload 'shadow-define-cluster "shadowfile" "\ 24090(autoload 'shadow-define-cluster "shadowfile" "\
@@ -24575,7 +24369,7 @@ symmetrical ones, and the same character twice for the others.
24575;;;*** 24369;;;***
24576 24370
24577;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) 24371;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
24578;;;;;; "smerge-mode" "smerge-mode.el" (19110 46270)) 24372;;;;;; "smerge-mode" "smerge-mode.el" (19146 53664))
24579;;; Generated autoloads from smerge-mode.el 24373;;; Generated autoloads from smerge-mode.el
24580 24374
24581(autoload 'smerge-ediff "smerge-mode" "\ 24375(autoload 'smerge-ediff "smerge-mode" "\
@@ -24984,7 +24778,7 @@ Spam reports will be queued with the method used when
24984;;;*** 24778;;;***
24985 24779
24986;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 24780;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
24987;;;;;; "speedbar.el" (19123 15211)) 24781;;;;;; "speedbar.el" (19137 33009))
24988;;; Generated autoloads from speedbar.el 24782;;; Generated autoloads from speedbar.el
24989 24783
24990(defalias 'speedbar 'speedbar-frame-mode) 24784(defalias 'speedbar 'speedbar-frame-mode)
@@ -25500,11 +25294,11 @@ input. See `sql-interactive-mode'.
25500;;;*** 25294;;;***
25501 25295
25502;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" 25296;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
25503;;;;;; (19136 54016)) 25297;;;;;; (19146 53666))
25504;;; Generated autoloads from cedet/srecode/srt-mode.el 25298;;; Generated autoloads from cedet/srecode/srt-mode.el
25505 25299
25506(autoload 'srecode-template-mode "srecode/srt-mode" "\ 25300(autoload 'srecode-template-mode "srecode/srt-mode" "\
25507Major-mode for writing srecode macros. 25301Major-mode for writing SRecode macros.
25508 25302
25509\(fn)" t nil) 25303\(fn)" t nil)
25510 25304
@@ -25516,8 +25310,8 @@ Major-mode for writing srecode macros.
25516;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 25310;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
25517;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 25311;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
25518;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 25312;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
25519;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19088 25313;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19146
25520;;;;;; 18197)) 25314;;;;;; 53664))
25521;;; Generated autoloads from strokes.el 25315;;; Generated autoloads from strokes.el
25522 25316
25523(autoload 'strokes-global-set-stroke "strokes" "\ 25317(autoload 'strokes-global-set-stroke "strokes" "\
@@ -25781,7 +25575,7 @@ The variable `tab-width' controls the spacing of tab stops.
25781;;;;;; table-recognize table-insert-row-column table-insert-column 25575;;;;;; table-recognize table-insert-row-column table-insert-column
25782;;;;;; table-insert-row table-insert table-point-left-cell-hook 25576;;;;;; table-insert-row table-insert table-point-left-cell-hook
25783;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 25577;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
25784;;;;;; "table" "textmodes/table.el" (19086 19376)) 25578;;;;;; "table" "textmodes/table.el" (19146 53668))
25785;;; Generated autoloads from textmodes/table.el 25579;;; Generated autoloads from textmodes/table.el
25786 25580
25787(defvar table-cell-map-hook nil "\ 25581(defvar table-cell-map-hook nil "\
@@ -26608,7 +26402,7 @@ tetris-mode keybindings:
26608;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 26402;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
26609;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 26403;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
26610;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 26404;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
26611;;;;;; (19100 52261)) 26405;;;;;; (19146 53668))
26612;;; Generated autoloads from textmodes/tex-mode.el 26406;;; Generated autoloads from textmodes/tex-mode.el
26613 26407
26614(defvar tex-shell-file-name nil "\ 26408(defvar tex-shell-file-name nil "\
@@ -26910,7 +26704,7 @@ Major mode to edit DocTeX files.
26910;;;*** 26704;;;***
26911 26705
26912;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 26706;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
26913;;;;;; "texinfmt" "textmodes/texinfmt.el" (18785 32093)) 26707;;;;;; "texinfmt" "textmodes/texinfmt.el" (19146 53668))
26914;;; Generated autoloads from textmodes/texinfmt.el 26708;;; Generated autoloads from textmodes/texinfmt.el
26915 26709
26916(autoload 'texinfo-format-buffer "texinfmt" "\ 26710(autoload 'texinfo-format-buffer "texinfmt" "\
@@ -27260,7 +27054,7 @@ This function performs no refilling of the changed text.
27260 27054
27261;;;### (autoloads (emacs-init-time emacs-uptime display-time-world 27055;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
27262;;;;;; display-time-mode display-time display-time-day-and-date) 27056;;;;;; display-time-mode display-time display-time-day-and-date)
27263;;;;;; "time" "time.el" (19101 58550)) 27057;;;;;; "time" "time.el" (19146 53665))
27264;;; Generated autoloads from time.el 27058;;; Generated autoloads from time.el
27265 27059
27266(defvar display-time-day-and-date nil "\ 27060(defvar display-time-day-and-date nil "\
@@ -27479,7 +27273,7 @@ With ARG, turn time stamping on if and only if arg is positive.
27479;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 27273;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
27480;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 27274;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
27481;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 27275;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
27482;;;;;; (18785 31882)) 27276;;;;;; (19146 53665))
27483;;; Generated autoloads from calendar/timeclock.el 27277;;; Generated autoloads from calendar/timeclock.el
27484 27278
27485(autoload 'timeclock-modeline-display "timeclock" "\ 27279(autoload 'timeclock-modeline-display "timeclock" "\
@@ -27642,7 +27436,7 @@ Its value should be an event that has a binding in MENU.
27642 27436
27643;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 27437;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
27644;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 27438;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
27645;;;;;; "todo-mode" "calendar/todo-mode.el" (19045 19440)) 27439;;;;;; "todo-mode" "calendar/todo-mode.el" (19146 53665))
27646;;; Generated autoloads from calendar/todo-mode.el 27440;;; Generated autoloads from calendar/todo-mode.el
27647 27441
27648(autoload 'todo-add-category "todo-mode" "\ 27442(autoload 'todo-add-category "todo-mode" "\
@@ -27701,82 +27495,8 @@ Show TODO list.
27701 27495
27702;;;*** 27496;;;***
27703 27497
27704;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
27705;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
27706;;;;;; "tool-bar" "tool-bar.el" (18792 28579))
27707;;; Generated autoloads from tool-bar.el
27708
27709(autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
27710Toggle tool bar on or off, based on the status of the current frame.
27711See `tool-bar-mode' for more information.
27712
27713\(fn &optional ARG)" t nil)
27714
27715(put 'tool-bar-mode 'standard-value '(t))
27716
27717(autoload 'tool-bar-add-item "tool-bar" "\
27718Add an item to the tool bar.
27719ICON names the image, DEF is the key definition and KEY is a symbol
27720for the fake function key in the menu keymap. Remaining arguments
27721PROPS are additional items to add to the menu item specification. See
27722Info node `(elisp)Tool Bar'. Items are added from left to right.
27723
27724ICON is the base name of a file containing the image to use. The
27725function will first try to use low-color/ICON.xpm if `display-color-cells'
27726is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
27727ICON.xbm, using `find-image'.
27728
27729Use this function only to make bindings in the global value of `tool-bar-map'.
27730To define items in any other map, use `tool-bar-local-item'.
27731
27732\(fn ICON DEF KEY &rest PROPS)" nil nil)
27733
27734(autoload 'tool-bar-local-item "tool-bar" "\
27735Add an item to the tool bar in map MAP.
27736ICON names the image, DEF is the key definition and KEY is a symbol
27737for the fake function key in the menu keymap. Remaining arguments
27738PROPS are additional items to add to the menu item specification. See
27739Info node `(elisp)Tool Bar'. Items are added from left to right.
27740
27741ICON is the base name of a file containing the image to use. The
27742function will first try to use low-color/ICON.xpm if `display-color-cells'
27743is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
27744ICON.xbm, using `find-image'.
27745
27746\(fn ICON DEF KEY MAP &rest PROPS)" nil nil)
27747
27748(autoload 'tool-bar-add-item-from-menu "tool-bar" "\
27749Define tool bar binding for COMMAND in keymap MAP using the given ICON.
27750This makes a binding for COMMAND in `tool-bar-map', copying its
27751binding from the menu bar in MAP (which defaults to `global-map'), but
27752modifies the binding by adding an image specification for ICON. It
27753finds ICON just like `tool-bar-add-item'. PROPS are additional
27754properties to add to the binding.
27755
27756MAP must contain appropriate binding for `[menu-bar]' which holds a keymap.
27757
27758Use this function only to make bindings in the global value of `tool-bar-map'.
27759To define items in any other map, use `tool-bar-local-item-from-menu'.
27760
27761\(fn COMMAND ICON &optional MAP &rest PROPS)" nil nil)
27762
27763(autoload 'tool-bar-local-item-from-menu "tool-bar" "\
27764Define local tool bar binding for COMMAND using the given ICON.
27765This makes a binding for COMMAND in IN-MAP, copying its binding from
27766the menu bar in FROM-MAP (which defaults to `global-map'), but
27767modifies the binding by adding an image specification for ICON. It
27768finds ICON just like `tool-bar-add-item'. PROPS are additional
27769properties to add to the binding.
27770
27771FROM-MAP must contain appropriate binding for `[menu-bar]' which
27772holds a keymap.
27773
27774\(fn COMMAND ICON IN-MAP &optional FROM-MAP &rest PROPS)" nil nil)
27775
27776;;;***
27777
27778;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 27498;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
27779;;;;;; (19128 13918)) 27499;;;;;; (19146 53666))
27780;;; Generated autoloads from emulation/tpu-edt.el 27500;;; Generated autoloads from emulation/tpu-edt.el
27781 27501
27782(defvar tpu-edt-mode nil "\ 27502(defvar tpu-edt-mode nil "\
@@ -27888,7 +27608,7 @@ BUFFER defaults to `trace-buffer'.
27888;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 27608;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
27889;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 27609;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
27890;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 27610;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
27891;;;;;; "net/tramp.el" (19137 28302)) 27611;;;;;; "net/tramp.el" (19146 53667))
27892;;; Generated autoloads from net/tramp.el 27612;;; Generated autoloads from net/tramp.el
27893 27613
27894(defvar tramp-mode t "\ 27614(defvar tramp-mode t "\
@@ -28021,7 +27741,7 @@ Discard Tramp from loading remote files.
28021;;;*** 27741;;;***
28022 27742
28023;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 27743;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
28024;;;;;; (18785 32009)) 27744;;;;;; (19146 53667))
28025;;; Generated autoloads from net/tramp-ftp.el 27745;;; Generated autoloads from net/tramp-ftp.el
28026 27746
28027(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 27747(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -28031,8 +27751,8 @@ Not documented
28031 27751
28032;;;*** 27752;;;***
28033 27753
28034;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (19113 27754;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (19146
28035;;;;;; 41176)) 27755;;;;;; 53665))
28036;;; Generated autoloads from tutorial.el 27756;;; Generated autoloads from tutorial.el
28037 27757
28038(autoload 'help-with-tutorial "tutorial" "\ 27758(autoload 'help-with-tutorial "tutorial" "\
@@ -28119,7 +27839,7 @@ First column's text sSs Second column's text
28119;;;;;; type-break type-break-mode type-break-keystroke-threshold 27839;;;;;; type-break type-break-mode type-break-keystroke-threshold
28120;;;;;; type-break-good-break-interval type-break-good-rest-interval 27840;;;;;; type-break-good-break-interval type-break-good-rest-interval
28121;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 27841;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
28122;;;;;; (18785 31830)) 27842;;;;;; (19146 53665))
28123;;; Generated autoloads from type-break.el 27843;;; Generated autoloads from type-break.el
28124 27844
28125(defvar type-break-mode nil "\ 27845(defvar type-break-mode nil "\
@@ -28301,7 +28021,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
28301 28021
28302;;;*** 28022;;;***
28303 28023
28304;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (18819 48244)) 28024;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19141 18867))
28305;;; Generated autoloads from mail/uce.el 28025;;; Generated autoloads from mail/uce.el
28306 28026
28307(autoload 'uce-reply-to-uce "uce" "\ 28027(autoload 'uce-reply-to-uce "uce" "\
@@ -28657,7 +28377,7 @@ Not documented
28657;;;*** 28377;;;***
28658 28378
28659;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 28379;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
28660;;;;;; url-http) "url-http" "url/url-http.el" (18785 32098)) 28380;;;;;; url-http) "url-http" "url/url-http.el" (19141 18872))
28661;;; Generated autoloads from url/url-http.el 28381;;; Generated autoloads from url/url-http.el
28662 28382
28663(autoload 'url-http "url-http" "\ 28383(autoload 'url-http "url-http" "\
@@ -29111,7 +28831,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29111;;;;;; vc-create-tag vc-merge vc-insert-headers vc-revision-other-window 28831;;;;;; vc-create-tag vc-merge vc-insert-headers vc-revision-other-window
29112;;;;;; vc-root-diff vc-diff vc-version-diff vc-register vc-next-action 28832;;;;;; vc-root-diff vc-diff vc-version-diff vc-register vc-next-action
29113;;;;;; vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) 28833;;;;;; vc-before-checkin-hook vc-checkin-hook vc-checkout-hook)
29114;;;;;; "vc" "vc.el" (19130 52558)) 28834;;;;;; "vc" "vc.el" (19146 53665))
29115;;; Generated autoloads from vc.el 28835;;; Generated autoloads from vc.el
29116 28836
29117(defvar vc-checkout-hook nil "\ 28837(defvar vc-checkout-hook nil "\
@@ -29405,7 +29125,7 @@ Name of the directory containing Bzr repository status files.")
29405 29125
29406;;;*** 29126;;;***
29407 29127
29408;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (19137 28381)) 29128;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (19141 18857))
29409;;; Generated autoloads from vc-cvs.el 29129;;; Generated autoloads from vc-cvs.el
29410 (defun vc-cvs-registered (f) 29130 (defun vc-cvs-registered (f)
29411 (when (file-readable-p (expand-file-name 29131 (when (file-readable-p (expand-file-name
@@ -29415,7 +29135,7 @@ Name of the directory containing Bzr repository status files.")
29415 29135
29416;;;*** 29136;;;***
29417 29137
29418;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (19137 28300)) 29138;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (19146 53665))
29419;;; Generated autoloads from vc-dir.el 29139;;; Generated autoloads from vc-dir.el
29420 29140
29421(autoload 'vc-dir "vc-dir" "\ 29141(autoload 'vc-dir "vc-dir" "\
@@ -29440,7 +29160,7 @@ These are the commands available for use in the file status buffer:
29440;;;*** 29160;;;***
29441 29161
29442;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc-dispatcher.el" 29162;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc-dispatcher.el"
29443;;;;;; (19126 35003)) 29163;;;;;; (19141 18857))
29444;;; Generated autoloads from vc-dispatcher.el 29164;;; Generated autoloads from vc-dispatcher.el
29445 29165
29446(autoload 'vc-do-command "vc-dispatcher" "\ 29166(autoload 'vc-do-command "vc-dispatcher" "\
@@ -29474,7 +29194,7 @@ case, and the process object in the asynchronous case.
29474 29194
29475;;;*** 29195;;;***
29476 29196
29477;;;### (autoloads nil "vc-hg" "vc-hg.el" (19129 25209)) 29197;;;### (autoloads nil "vc-hg" "vc-hg.el" (19146 53665))
29478;;; Generated autoloads from vc-hg.el 29198;;; Generated autoloads from vc-hg.el
29479 (defun vc-hg-registered (file) 29199 (defun vc-hg-registered (file)
29480 "Return non-nil if FILE is registered with hg." 29200 "Return non-nil if FILE is registered with hg."
@@ -30649,7 +30369,7 @@ Turn on VIP emulation of VI.
30649;;;*** 30369;;;***
30650 30370
30651;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 30371;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
30652;;;;;; (19096 3519)) 30372;;;;;; (19146 53666))
30653;;; Generated autoloads from emulation/viper.el 30373;;; Generated autoloads from emulation/viper.el
30654 30374
30655(autoload 'toggle-viper-mode "viper" "\ 30375(autoload 'toggle-viper-mode "viper" "\
@@ -30820,7 +30540,7 @@ and off otherwise.
30820;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region 30540;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
30821;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options 30541;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
30822;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode 30542;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
30823;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19137 28300)) 30543;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19146 53665))
30824;;; Generated autoloads from whitespace.el 30544;;; Generated autoloads from whitespace.el
30825 30545
30826(autoload 'whitespace-mode "whitespace" "\ 30546(autoload 'whitespace-mode "whitespace" "\
@@ -31351,7 +31071,7 @@ Default MODIFIER is 'shift.
31351;;;*** 31071;;;***
31352 31072
31353;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 31073;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
31354;;;;;; (18785 31837)) 31074;;;;;; (19146 53665))
31355;;; Generated autoloads from winner.el 31075;;; Generated autoloads from winner.el
31356 31076
31357(defvar winner-mode nil "\ 31077(defvar winner-mode nil "\
@@ -31526,7 +31246,7 @@ The key bindings are:
31526 31246
31527;;;*** 31247;;;***
31528 31248
31529;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (18785 32010)) 31249;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19146 53667))
31530;;; Generated autoloads from net/xesam.el 31250;;; Generated autoloads from net/xesam.el
31531 31251
31532(autoload 'xesam-search "xesam" "\ 31252(autoload 'xesam-search "xesam" "\
@@ -31636,7 +31356,7 @@ Extract file name from an yenc header.
31636;;;*** 31356;;;***
31637 31357
31638;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 31358;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
31639;;;;;; yow) "yow" "play/yow.el" (19086 19374)) 31359;;;;;; yow) "yow" "play/yow.el" (19146 53667))
31640;;; Generated autoloads from play/yow.el 31360;;; Generated autoloads from play/yow.el
31641 31361
31642(autoload 'yow "yow" "\ 31362(autoload 'yow "yow" "\
@@ -31744,11 +31464,12 @@ Zone out, completely.
31744;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el" 31464;;;;;; "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" 31465;;;;;; "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" 31466;;;;;; "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" 31467;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "composite.el"
31748;;;;;; "cus-face.el" "cus-start.el" "custom.el" "dframe.el" "dired-aux.el" 31468;;;;;; "cus-dep.el" "cus-face.el" "cus-start.el" "custom.el" "dframe.el"
31749;;;;;; "dired-x.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" "ediff-diff.el" 31469;;;;;; "dired-aux.el" "dired-x.el" "dnd.el" "dos-fns.el" "dos-vars.el"
31750;;;;;; "ediff-init.el" "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" 31470;;;;;; "dos-w32.el" "ediff-diff.el" "ediff-hook.el" "ediff-init.el"
31751;;;;;; "ediff-wind.el" "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" 31471;;;;;; "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el"
31472;;;;;; "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el"
31752;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/backquote.el" "emacs-lisp/bindat.el" 31473;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/backquote.el" "emacs-lisp/bindat.el"
31753;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/byte-run.el" "emacs-lisp/chart.el" 31474;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/byte-run.el" "emacs-lisp/chart.el"
31754;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el" 31475;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el"
@@ -31803,9 +31524,9 @@ Zone out, completely.
31803;;;;;; "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/sieve-manage.el" 31524;;;;;; "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/sieve-manage.el"
31804;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "gnus/starttls.el" 31525;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "gnus/starttls.el"
31805;;;;;; "gnus/utf7.el" "gnus/webmail.el" "help.el" "hex-util.el" 31526;;;;;; "gnus/utf7.el" "gnus/webmail.el" "help.el" "hex-util.el"
31806;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charprop.el" 31527;;;;;; "ibuf-ext.el" "image.el" "indent.el" "international/characters.el"
31807;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el" 31528;;;;;; "international/charprop.el" "international/cp51932.el" "international/eucjp-ms.el"
31808;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el" 31529;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el"
31809;;;;;; "international/ja-dic-utl.el" "international/mule-cmds.el" 31530;;;;;; "international/ja-dic-utl.el" "international/mule-cmds.el"
31810;;;;;; "international/mule-conf.el" "international/mule.el" "international/ogonek.el" 31531;;;;;; "international/mule-conf.el" "international/mule.el" "international/ogonek.el"
31811;;;;;; "international/uni-bidi.el" "international/uni-category.el" 31532;;;;;; "international/uni-bidi.el" "international/uni-category.el"
@@ -31829,38 +31550,38 @@ Zone out, completely.
31829;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" 31550;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el"
31830;;;;;; "mail/rmail-spam-filter.el" "mail/rmailedit.el" "mail/rmailkwd.el" 31551;;;;;; "mail/rmail-spam-filter.el" "mail/rmailedit.el" "mail/rmailkwd.el"
31831;;;;;; "mail/rmailmm.el" "mail/rmailmsc.el" "mail/rmailsort.el" 31552;;;;;; "mail/rmailmm.el" "mail/rmailmsc.el" "mail/rmailsort.el"
31832;;;;;; "mail/rmailsum.el" "mail/undigest.el" "md4.el" "mh-e/mh-acros.el" 31553;;;;;; "mail/rmailsum.el" "mail/undigest.el" "md4.el" "menu-bar.el"
31833;;;;;; "mh-e/mh-alias.el" "mh-e/mh-buffers.el" "mh-e/mh-compat.el" 31554;;;;;; "mh-e/mh-acros.el" "mh-e/mh-alias.el" "mh-e/mh-buffers.el"
31834;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" "mh-e/mh-identity.el" 31555;;;;;; "mh-e/mh-compat.el" "mh-e/mh-funcs.el" "mh-e/mh-gnus.el"
31835;;;;;; "mh-e/mh-inc.el" "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el" 31556;;;;;; "mh-e/mh-identity.el" "mh-e/mh-inc.el" "mh-e/mh-junk.el"
31836;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el" 31557;;;;;; "mh-e/mh-letter.el" "mh-e/mh-limit.el" "mh-e/mh-loaddefs.el"
31837;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el" 31558;;;;;; "mh-e/mh-mime.el" "mh-e/mh-print.el" "mh-e/mh-scan.el" "mh-e/mh-search.el"
31838;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el" 31559;;;;;; "mh-e/mh-seq.el" "mh-e/mh-show.el" "mh-e/mh-speed.el" "mh-e/mh-thread.el"
31839;;;;;; "mh-e/mh-utils.el" "mh-e/mh-xface.el" "minibuffer.el" "mouse-copy.el" 31560;;;;;; "mh-e/mh-tool-bar.el" "mh-e/mh-utils.el" "mh-e/mh-xface.el"
31840;;;;;; "mouse.el" "mwheel.el" "net/dns.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" 31561;;;;;; "minibuffer.el" "mouse-copy.el" "mouse.el" "mwheel.el" "net/dns.el"
31841;;;;;; "net/eudcb-ldap.el" "net/eudcb-mab.el" "net/eudcb-ph.el" 31562;;;;;; "net/eudc-vars.el" "net/eudcb-bbdb.el" "net/eudcb-ldap.el"
31842;;;;;; "net/hmac-def.el" "net/hmac-md5.el" "net/imap-hash.el" "net/imap.el" 31563;;;;;; "net/eudcb-mab.el" "net/eudcb-ph.el" "net/hmac-def.el" "net/hmac-md5.el"
31843;;;;;; "net/ldap.el" "net/mairix.el" "net/netrc.el" "net/newsticker.el" 31564;;;;;; "net/imap-hash.el" "net/imap.el" "net/ldap.el" "net/mairix.el"
31844;;;;;; "net/ntlm.el" "net/sasl-cram.el" "net/sasl-digest.el" "net/sasl-ntlm.el" 31565;;;;;; "net/netrc.el" "net/newsticker.el" "net/ntlm.el" "net/sasl-cram.el"
31845;;;;;; "net/sasl.el" "net/socks.el" "net/tls.el" "net/tramp-cache.el" 31566;;;;;; "net/sasl-digest.el" "net/sasl-ntlm.el" "net/sasl.el" "net/socks.el"
31846;;;;;; "net/tramp-cmds.el" "net/tramp-compat.el" "net/tramp-fish.el" 31567;;;;;; "net/tls.el" "net/tramp-cache.el" "net/tramp-cmds.el" "net/tramp-compat.el"
31847;;;;;; "net/tramp-gvfs.el" "net/tramp-gw.el" "net/tramp-imap.el" 31568;;;;;; "net/tramp-fish.el" "net/tramp-gvfs.el" "net/tramp-gw.el"
31848;;;;;; "net/tramp-smb.el" "net/tramp-uu.el" "net/trampver.el" "net/zeroconf.el" 31569;;;;;; "net/tramp-imap.el" "net/tramp-smb.el" "net/tramp-uu.el"
31849;;;;;; "nxml/nxml-enc.el" "nxml/nxml-maint.el" "nxml/nxml-ns.el" 31570;;;;;; "net/trampver.el" "net/zeroconf.el" "nxml/nxml-enc.el" "nxml/nxml-maint.el"
31850;;;;;; "nxml/nxml-outln.el" "nxml/nxml-parse.el" "nxml/nxml-rap.el" 31571;;;;;; "nxml/nxml-ns.el" "nxml/nxml-outln.el" "nxml/nxml-parse.el"
31851;;;;;; "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el" "nxml/rng-maint.el" 31572;;;;;; "nxml/nxml-rap.el" "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el"
31852;;;;;; "nxml/rng-match.el" "nxml/rng-parse.el" "nxml/rng-pttrn.el" 31573;;;;;; "nxml/rng-maint.el" "nxml/rng-match.el" "nxml/rng-parse.el"
31853;;;;;; "nxml/rng-uri.el" "nxml/rng-util.el" "nxml/subdirs.el" "nxml/xsd-regexp.el" 31574;;;;;; "nxml/rng-pttrn.el" "nxml/rng-uri.el" "nxml/rng-util.el"
31854;;;;;; "org/org-archive.el" "org/org-bibtex.el" "org/org-colview.el" 31575;;;;;; "nxml/subdirs.el" "nxml/xsd-regexp.el" "org/org-bibtex.el"
31855;;;;;; "org/org-compat.el" "org/org-exp-blocks.el" "org/org-faces.el" 31576;;;;;; "org/org-colview.el" "org/org-compat.el" "org/org-crypt.el"
31856;;;;;; "org/org-gnus.el" "org/org-info.el" "org/org-inlinetask.el" 31577;;;;;; "org/org-exp-blocks.el" "org/org-faces.el" "org/org-gnus.el"
31857;;;;;; "org/org-install.el" "org/org-jsinfo.el" "org/org-list.el" 31578;;;;;; "org/org-info.el" "org/org-inlinetask.el" "org/org-install.el"
31858;;;;;; "org/org-mac-message.el" "org/org-macs.el" "org/org-mew.el" 31579;;;;;; "org/org-jsinfo.el" "org/org-list.el" "org/org-mac-message.el"
31859;;;;;; "org/org-mhe.el" "org/org-mouse.el" "org/org-protocol.el" 31580;;;;;; "org/org-macs.el" "org/org-mew.el" "org/org-mhe.el" "org/org-mouse.el"
31860;;;;;; "org/org-rmail.el" "org/org-src.el" "org/org-vm.el" "org/org-w3m.el" 31581;;;;;; "org/org-protocol.el" "org/org-rmail.el" "org/org-src.el"
31861;;;;;; "org/org-wl.el" "password-cache.el" "patcomp.el" "paths.el" 31582;;;;;; "org/org-vm.el" "org/org-w3m.el" "org/org-wl.el" "password-cache.el"
31862;;;;;; "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" "pgg-def.el" 31583;;;;;; "patcomp.el" "paths.el" "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el"
31863;;;;;; "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el" 31584;;;;;; "pgg-def.el" "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el"
31864;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" 31585;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"
31865;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" 31586;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el"
31866;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el" 31587;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el"
@@ -31878,13 +31599,14 @@ Zone out, completely.
31878;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" 31599;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el"
31879;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" 31600;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el"
31880;;;;;; "textmodes/texnfo-upd.el" "textmodes/text-mode.el" "timezone.el" 31601;;;;;; "textmodes/texnfo-upd.el" "textmodes/text-mode.el" "timezone.el"
31881;;;;;; "tooltip.el" "tree-widget.el" "uniquify.el" "url/url-about.el" 31602;;;;;; "tool-bar.el" "tooltip.el" "tree-widget.el" "uniquify.el"
31882;;;;;; "url/url-cookie.el" "url/url-dired.el" "url/url-expand.el" 31603;;;;;; "url/url-about.el" "url/url-cookie.el" "url/url-dired.el"
31883;;;;;; "url/url-ftp.el" "url/url-history.el" "url/url-imap.el" "url/url-methods.el" 31604;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el"
31884;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "vc-dav.el" 31605;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
31885;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vt-control.el" "vt100-led.el" 31606;;;;;; "url/url-vars.el" "vc-dav.el" "vc-hooks.el" "vcursor.el"
31886;;;;;; "w32-fns.el" "w32-vars.el" "widget.el" "window.el" "x-dnd.el") 31607;;;;;; "version.el" "vt-control.el" "vt100-led.el" "w32-fns.el"
31887;;;;;; (19137 28637 499743)) 31608;;;;;; "w32-vars.el" "widget.el" "window.el" "x-dnd.el") (19146
31609;;;;;; 53878 838791))
31888 31610
31889;;;*** 31611;;;***
31890 31612
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 1b11f21cdaa..0d452a012f4 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -4183,7 +4183,7 @@ encoded string (and the same mask) will decode the string."
4183;;; Start of automatically extracted autoloads. 4183;;; Start of automatically extracted autoloads.
4184 4184
4185;;;### (autoloads (rmail-edit-current-message) "rmailedit" "rmailedit.el" 4185;;;### (autoloads (rmail-edit-current-message) "rmailedit" "rmailedit.el"
4186;;;;;; "c70c6c35b8c5bbdb73787a48b83e5adc") 4186;;;;;; "71405ac2040af35d8147b0ddfe4d3197")
4187;;; Generated autoloads from rmailedit.el 4187;;; Generated autoloads from rmailedit.el
4188 4188
4189(autoload 'rmail-edit-current-message "rmailedit" "\ 4189(autoload 'rmail-edit-current-message "rmailedit" "\