aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2000-10-04 02:37:41 +0000
committerMiles Bader2000-10-04 02:37:41 +0000
commitb442e70a76980099c58dae2bfd11335b69664c3b (patch)
treee8b1af9f5345238af18bd726fc4dbd8ba93220bc
parent645b441b94fdfdb451b7853290067ee3c7c63e23 (diff)
downloademacs-b442e70a76980099c58dae2bfd11335b69664c3b.tar.gz
emacs-b442e70a76980099c58dae2bfd11335b69664c3b.zip
Update.
-rw-r--r--lisp/loaddefs.el883
1 files changed, 591 insertions, 292 deletions
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index 1a09a108e11..6c16bf14599 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -119,7 +119,7 @@ Insert a descriptive header at the top of the file." t nil)
119;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun 119;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun
120;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry 120;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry
121;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address 121;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address
122;;;;;; add-log-full-name) "add-log" "add-log.el" (14746 24124)) 122;;;;;; add-log-full-name) "add-log" "add-log.el" (14807 56557))
123;;; Generated autoloads from add-log.el 123;;; Generated autoloads from add-log.el
124 124
125(defvar add-log-full-name nil "\ 125(defvar add-log-full-name nil "\
@@ -146,7 +146,8 @@ simply find it in the current directory. Otherwise, search in the current
146directory and its successive parents for a file so named. 146directory and its successive parents for a file so named.
147 147
148Once a file is found, `change-log-default-name' is set locally in the 148Once a file is found, `change-log-default-name' is set locally in the
149current buffer to the complete file name." nil nil) 149current buffer to the complete file name.
150Optional arg BUFFER-FILE overrides `buffer-file-name'." nil nil)
150 151
151(autoload (quote add-change-log-entry) "add-log" "\ 152(autoload (quote add-change-log-entry) "add-log" "\
152Find change log file and add an entry for today. 153Find change log file and add an entry for today.
@@ -605,8 +606,8 @@ Entering array mode calls the function `array-mode-hook'." t nil)
605 606
606;;;*** 607;;;***
607 608
608;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (14286 609;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (14807
609;;;;;; 393)) 610;;;;;; 56561))
610;;; Generated autoloads from progmodes/asm-mode.el 611;;; Generated autoloads from progmodes/asm-mode.el
611 612
612(autoload (quote asm-mode) "asm-mode" "\ 613(autoload (quote asm-mode) "asm-mode" "\
@@ -632,8 +633,8 @@ Special commands:
632 633
633;;;*** 634;;;***
634 635
635;;;### (autoloads (authors) "authors" "emacs-lisp/authors.el" (14744 636;;;### (autoloads (authors) "authors" "emacs-lisp/authors.el" (14807
636;;;;;; 23030)) 637;;;;;; 56560))
637;;; Generated autoloads from emacs-lisp/authors.el 638;;; Generated autoloads from emacs-lisp/authors.el
638 639
639(autoload (quote authors) "authors" "\ 640(autoload (quote authors) "authors" "\
@@ -701,11 +702,11 @@ Major mode for editing Autoconf configure.in files." t nil)
701;;;*** 702;;;***
702 703
703;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 704;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
704;;;;;; "autoinsert" "autoinsert.el" (14410 18534)) 705;;;;;; "autoinsert" "autoinsert.el" (14807 56557))
705;;; Generated autoloads from autoinsert.el 706;;; Generated autoloads from autoinsert.el
706 707
707(autoload (quote auto-insert) "autoinsert" "\ 708(autoload (quote auto-insert) "autoinsert" "\
708Insert default contents into a new file if `auto-insert' is non-nil. 709Insert default contents into new files if variable `auto-insert' is non-nil.
709Matches the visited file name against the elements of `auto-insert-alist'." t nil) 710Matches the visited file name against the elements of `auto-insert-alist'." t nil)
710 711
711(autoload (quote define-auto-insert) "autoinsert" "\ 712(autoload (quote define-auto-insert) "autoinsert" "\
@@ -713,6 +714,15 @@ Associate CONDITION with (additional) ACTION in `auto-insert-alist'.
713Optional AFTER means to insert action after all existing actions for CONDITION, 714Optional AFTER means to insert action after all existing actions for CONDITION,
714or if CONDITION had no actions, after all other CONDITIONs." nil nil) 715or if CONDITION had no actions, after all other CONDITIONs." nil nil)
715 716
717(defvar auto-insert-mode nil "\
718Toggle Auto-Insert mode.
719Setting this variable directly does not take effect;
720use either \\[customize] or the function `auto-insert-mode'.")
721
722(custom-add-to-group (quote auto-insert) (quote auto-insert-mode) (quote custom-variable))
723
724(custom-add-load (quote auto-insert-mode) (quote autoinsert))
725
716(autoload (quote auto-insert-mode) "autoinsert" "\ 726(autoload (quote auto-insert-mode) "autoinsert" "\
717Toggle Auto-insert mode. 727Toggle Auto-insert mode.
718With prefix ARG, turn Auto-insert mode on if and only if ARG is positive. 728With prefix ARG, turn Auto-insert mode on if and only if ARG is positive.
@@ -826,8 +836,8 @@ definition of \"random distance\".)" t nil)
826 836
827;;;*** 837;;;***
828 838
829;;;### (autoloads (awk-mode) "awk-mode" "progmodes/awk-mode.el" (14546 839;;;### (autoloads (awk-mode) "awk-mode" "progmodes/awk-mode.el" (14807
830;;;;;; 45178)) 840;;;;;; 56561))
831;;; Generated autoloads from progmodes/awk-mode.el 841;;; Generated autoloads from progmodes/awk-mode.el
832 842
833(autoload (quote awk-mode) "awk-mode" "\ 843(autoload (quote awk-mode) "awk-mode" "\
@@ -865,7 +875,7 @@ Vectors work just like lists. Nested backquotes are permitted." nil (quote macr
865;;;*** 875;;;***
866 876
867;;;### (autoloads (display-battery battery) "battery" "battery.el" 877;;;### (autoloads (display-battery battery) "battery" "battery.el"
868;;;;;; (14693 50816)) 878;;;;;; (14693 54461))
869;;; Generated autoloads from battery.el 879;;; Generated autoloads from battery.el
870 880
871(autoload (quote battery) "battery" "\ 881(autoload (quote battery) "battery" "\
@@ -882,8 +892,8 @@ seconds." t nil)
882 892
883;;;*** 893;;;***
884 894
885;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (14504 895;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (14505
886;;;;;; 9460)) 896;;;;;; 7809))
887;;; Generated autoloads from textmodes/bibtex.el 897;;; Generated autoloads from textmodes/bibtex.el
888 898
889(autoload (quote bibtex-mode) "bibtex" "\ 899(autoload (quote bibtex-mode) "bibtex" "\
@@ -987,6 +997,13 @@ non-nil.
987 997
988;;;*** 998;;;***
989 999
1000;;;### (autoloads nil "binhex" "gnus/binhex.el" (14791 27196))
1001;;; Generated autoloads from gnus/binhex.el
1002
1003(defconst binhex-begin-line "^:...............................................................$")
1004
1005;;;***
1006
990;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (13229 1007;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (13229
991;;;;;; 27947)) 1008;;;;;; 27947))
992;;; Generated autoloads from play/blackbox.el 1009;;; Generated autoloads from play/blackbox.el
@@ -1370,7 +1387,7 @@ corresponding bookmark function from Lisp (the one without the
1370;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program 1387;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program
1371;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-p 1388;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-p
1372;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" 1389;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el"
1373;;;;;; (14745 11462)) 1390;;;;;; (14801 17449))
1374;;; Generated autoloads from net/browse-url.el 1391;;; Generated autoloads from net/browse-url.el
1375 1392
1376(defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\ 1393(defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\
@@ -1606,7 +1623,7 @@ name of buffer configuration." t nil)
1606;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 1623;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
1607;;;;;; display-call-tree byte-compile compile-defun byte-compile-file 1624;;;;;; display-call-tree byte-compile compile-defun byte-compile-file
1608;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" 1625;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp"
1609;;;;;; "emacs-lisp/bytecomp.el" (14762 12604)) 1626;;;;;; "emacs-lisp/bytecomp.el" (14799 60781))
1610;;; Generated autoloads from emacs-lisp/bytecomp.el 1627;;; Generated autoloads from emacs-lisp/bytecomp.el
1611 1628
1612(autoload (quote byte-force-recompile) "bytecomp" "\ 1629(autoload (quote byte-force-recompile) "bytecomp" "\
@@ -1718,7 +1735,7 @@ See the documentation for `calculator-mode' for more information." t nil)
1718;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 1735;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
1719;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset 1736;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset
1720;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" 1737;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el"
1721;;;;;; (14393 15349)) 1738;;;;;; (14792 2663))
1722;;; Generated autoloads from calendar/calendar.el 1739;;; Generated autoloads from calendar/calendar.el
1723 1740
1724(defvar calendar-week-start-day 0 "\ 1741(defvar calendar-week-start-day 0 "\
@@ -1739,7 +1756,7 @@ is governed by the variable `number-of-diary-entries'.")
1739 1756
1740(defvar number-of-diary-entries 1 "\ 1757(defvar number-of-diary-entries 1 "\
1741*Specifies how many days of diary entries are to be displayed initially. 1758*Specifies how many days of diary entries are to be displayed initially.
1742This variable affects the diary display when the command M-x diary is used, 1759This variable affects the diary display when the command \\[diary] is used,
1743or if the value of the variable `view-diary-entries-initially' is t. For 1760or if the value of the variable `view-diary-entries-initially' is t. For
1744example, if the default value 1 is used, then only the current day's diary 1761example, if the default value 1 is used, then only the current day's diary
1745entries will be displayed. If the value 2 is used, then both the current 1762entries will be displayed. If the value 2 is used, then both the current
@@ -1950,7 +1967,7 @@ details, see the documentation for the variable `list-diary-entries-hook'.")
1950See the documentation for the function `include-other-diary-files'.") 1967See the documentation for the function `include-other-diary-files'.")
1951 1968
1952(defvar sexp-diary-entry-symbol "%%" "\ 1969(defvar sexp-diary-entry-symbol "%%" "\
1953*The string used to indicate a sexp diary entry in diary-file. 1970*The string used to indicate a sexp diary entry in `diary-file'.
1954See the documentation for the function `list-sexp-diary-entries'.") 1971See the documentation for the function `list-sexp-diary-entries'.")
1955 1972
1956(defvar abbreviated-calendar-year t "\ 1973(defvar abbreviated-calendar-year t "\
@@ -2059,7 +2076,7 @@ describes the style of such diary entries.")
2059*List of functions called after marking diary entries in the calendar. 2076*List of functions called after marking diary entries in the calendar.
2060 2077
2061A function `mark-included-diary-files' is also provided for use as the 2078A function `mark-included-diary-files' is also provided for use as the
2062mark-diary-entries-hook; it enables you to use shared diary files together 2079`mark-diary-entries-hook'; it enables you to use shared diary files together
2063with your own. The files included are specified in the diary file by lines 2080with your own. The files included are specified in the diary file by lines
2064of the form 2081of the form
2065 #include \"filename\" 2082 #include \"filename\"
@@ -2166,7 +2183,7 @@ The original function `calendar' has been renamed `calendar-basic-setup'." t nil
2166 2183
2167;;;*** 2184;;;***
2168 2185
2169;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (14716 6817)) 2186;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (14716 9285))
2170;;; Generated autoloads from progmodes/cc-langs.el 2187;;; Generated autoloads from progmodes/cc-langs.el
2171 2188
2172(defvar c-mode-syntax-table nil "\ 2189(defvar c-mode-syntax-table nil "\
@@ -2191,7 +2208,7 @@ Syntax table used in pike-mode buffers.")
2191 2208
2192;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 2209;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
2193;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 2210;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
2194;;;;;; (14716 6857)) 2211;;;;;; (14716 9257))
2195;;; Generated autoloads from progmodes/cc-mode.el 2212;;; Generated autoloads from progmodes/cc-mode.el
2196 2213
2197(autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil) 2214(autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil)
@@ -2302,7 +2319,7 @@ Key bindings:
2302;;;*** 2319;;;***
2303 2320
2304;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 2321;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
2305;;;;;; "progmodes/cc-styles.el" (14716 6903)) 2322;;;;;; "progmodes/cc-styles.el" (14716 9239))
2306;;; Generated autoloads from progmodes/cc-styles.el 2323;;; Generated autoloads from progmodes/cc-styles.el
2307 2324
2308(autoload (quote c-set-style) "cc-styles" "\ 2325(autoload (quote c-set-style) "cc-styles" "\
@@ -2343,7 +2360,7 @@ and exists only for compatibility reasons." t nil)
2343 2360
2344;;;*** 2361;;;***
2345 2362
2346;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (14716 6917)) 2363;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (14716 9199))
2347;;; Generated autoloads from progmodes/cc-vars.el 2364;;; Generated autoloads from progmodes/cc-vars.el
2348 2365
2349(defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\ 2366(defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\
@@ -2797,7 +2814,7 @@ and runs the normal hook `command-history-hook'." t nil)
2797 2814
2798;;;*** 2815;;;***
2799 2816
2800;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (14753 4425)) 2817;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (14753 5298))
2801;;; Generated autoloads from emacs-lisp/cl.el 2818;;; Generated autoloads from emacs-lisp/cl.el
2802 2819
2803(defvar custom-print-functions nil "\ 2820(defvar custom-print-functions nil "\
@@ -2901,7 +2918,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil)
2901 2918
2902;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 2919;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
2903;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 2920;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
2904;;;;;; comint-run make-comint) "comint" "comint.el" (14764 59595)) 2921;;;;;; comint-run make-comint) "comint" "comint.el" (14807 56558))
2905;;; Generated autoloads from comint.el 2922;;; Generated autoloads from comint.el
2906 2923
2907(autoload (quote make-comint) "comint" "\ 2924(autoload (quote make-comint) "comint" "\
@@ -3100,18 +3117,14 @@ See variables `compilation-parse-errors-function' and
3100 3117
3101;;;*** 3118;;;***
3102 3119
3103;;;### (autoloads (partial-completion-mode partial-completion-mode) 3120;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
3104;;;;;; "complete" "complete.el" (14664 59525)) 3121;;;;;; (14807 56558))
3105;;; Generated autoloads from complete.el 3122;;; Generated autoloads from complete.el
3106 3123
3107(defvar partial-completion-mode nil "\ 3124(defvar partial-completion-mode nil "\
3108Toggle Partial Completion mode. 3125Toggle Partial-Completion mode.
3109When Partial Completion mode is enabled, TAB (or M-TAB if `PC-meta-flag' is 3126Setting this variable directly does not take effect;
3110nil) is enhanced so that if some string is divided into words and each word is 3127use either \\[customize] or the function `partial-completion-mode'.")
3111delimited by a character in `PC-word-delimiters', partial words are completed
3112as much as possible and `*' characters are treated likewise in file names.
3113This variable should be set only with \\[customize], which is equivalent
3114to using the function `partial-completion-mode'.")
3115 3128
3116(custom-add-to-group (quote partial-completion) (quote partial-completion-mode) (quote custom-variable)) 3129(custom-add-to-group (quote partial-completion) (quote partial-completion-mode) (quote custom-variable))
3117 3130
@@ -3124,7 +3137,7 @@ With prefix ARG, turn Partial Completion mode on if ARG is positive.
3124When Partial Completion mode is enabled, TAB (or M-TAB if `PC-meta-flag' is 3137When Partial Completion mode is enabled, TAB (or M-TAB if `PC-meta-flag' is
3125nil) is enhanced so that if some string is divided into words and each word is 3138nil) is enhanced so that if some string is divided into words and each word is
3126delimited by a character in `PC-word-delimiters', partial words are completed 3139delimited by a character in `PC-word-delimiters', partial words are completed
3127as much as possible. 3140as much as possible and `*' characters are treated likewise in file names.
3128 3141
3129For example, M-x p-c-m expands to M-x partial-completion-mode since no other 3142For example, M-x p-c-m expands to M-x partial-completion-mode since no other
3130command begins with that sequence of characters, and 3143command begins with that sequence of characters, and
@@ -3368,7 +3381,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely)" nil n
3368;;;*** 3381;;;***
3369 3382
3370;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el" 3383;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el"
3371;;;;;; (14463 42213)) 3384;;;;;; (14463 42380))
3372;;; Generated autoloads from emacs-lisp/copyright.el 3385;;; Generated autoloads from emacs-lisp/copyright.el
3373 3386
3374(autoload (quote copyright-update) "copyright" "\ 3387(autoload (quote copyright-update) "copyright" "\
@@ -3384,7 +3397,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil)
3384;;;*** 3397;;;***
3385 3398
3386;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 3399;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
3387;;;;;; (14456 48530)) 3400;;;;;; (14794 43550))
3388;;; Generated autoloads from progmodes/cperl-mode.el 3401;;; Generated autoloads from progmodes/cperl-mode.el
3389 3402
3390(autoload (quote cperl-mode) "cperl-mode" "\ 3403(autoload (quote cperl-mode) "cperl-mode" "\
@@ -3594,7 +3607,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise." t nil)
3594;;;*** 3607;;;***
3595 3608
3596;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 3609;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
3597;;;;;; (14600 8203)) 3610;;;;;; (14600 36409))
3598;;; Generated autoloads from emacs-lisp/crm.el 3611;;; Generated autoloads from emacs-lisp/crm.el
3599 3612
3600(autoload (quote completing-read-multiple) "crm" "\ 3613(autoload (quote completing-read-multiple) "crm" "\
@@ -3635,7 +3648,7 @@ INHERIT-INPUT-METHOD." nil nil)
3635;;;;;; customize-option-other-window customize-changed-options customize-option 3648;;;;;; customize-option-other-window customize-changed-options customize-option
3636;;;;;; customize-group-other-window customize-group customize customize-save-variable 3649;;;;;; customize-group-other-window customize-group customize customize-save-variable
3637;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" 3650;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el"
3638;;;;;; (14709 28106)) 3651;;;;;; (14792 6641))
3639;;; Generated autoloads from cus-edit.el 3652;;; Generated autoloads from cus-edit.el
3640 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 3653 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
3641 3654
@@ -3815,7 +3828,7 @@ See `defface' for the format of SPEC." nil nil)
3815;;;*** 3828;;;***
3816 3829
3817;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 3830;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
3818;;;;;; (14747 44732)) 3831;;;;;; (14807 56558))
3819;;; Generated autoloads from cvs-status.el 3832;;; Generated autoloads from cvs-status.el
3820 3833
3821(autoload (quote cvs-status-mode) "cvs-status" "\ 3834(autoload (quote cvs-status-mode) "cvs-status" "\
@@ -3874,7 +3887,7 @@ If the argument is nil, we return the display table to its standard state." t ni
3874;;;*** 3887;;;***
3875 3888
3876;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 3889;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
3877;;;;;; (14688 20006)) 3890;;;;;; (14688 22818))
3878;;; Generated autoloads from dabbrev.el 3891;;; Generated autoloads from dabbrev.el
3879 3892
3880(define-key esc-map "/" (quote dabbrev-expand)) 3893(define-key esc-map "/" (quote dabbrev-expand))
@@ -4160,12 +4173,21 @@ no args, if that value is non-nil." t nil)
4160 4173
4161;;;*** 4174;;;***
4162 4175
4163;;;### (autoloads (delete-selection-mode delete-selection-mode) "delsel" 4176;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (14807
4164;;;;;; "delsel.el" (14746 24124)) 4177;;;;;; 56558))
4165;;; Generated autoloads from delsel.el 4178;;; Generated autoloads from delsel.el
4166 4179
4167(defalias (quote pending-delete-mode) (quote delete-selection-mode)) 4180(defalias (quote pending-delete-mode) (quote delete-selection-mode))
4168 4181
4182(defvar delete-selection-mode nil "\
4183Toggle Delete-Selection mode.
4184Setting this variable directly does not take effect;
4185use either \\[customize] or the function `delete-selection-mode'.")
4186
4187(custom-add-to-group (quote editing-basics) (quote delete-selection-mode) (quote custom-variable))
4188
4189(custom-add-load (quote delete-selection-mode) (quote delsel))
4190
4169(autoload (quote delete-selection-mode) "delsel" "\ 4191(autoload (quote delete-selection-mode) "delsel" "\
4170Toggle Delete Selection mode. 4192Toggle Delete Selection mode.
4171With prefix ARG, turn Delete Selection mode on if and only if ARG is 4193With prefix ARG, turn Delete Selection mode on if and only if ARG is
@@ -4176,16 +4198,6 @@ enabled and typed text replaces the selection if the selection is
4176active. Otherwise, typed text is just inserted at point regardless of 4198active. Otherwise, typed text is just inserted at point regardless of
4177any selection." t nil) 4199any selection." t nil)
4178 4200
4179(defvar delete-selection-mode nil "\
4180Toggle Delete Selection mode.
4181See command `delete-selection-mode'.
4182Setting this variable directly does not take effect;
4183use either \\[customize] or the function `delete-selection-mode'.")
4184
4185(custom-add-to-group (quote editing-basics) (quote delete-selection-mode) (quote custom-variable))
4186
4187(custom-add-load (quote delete-selection-mode) (quote delsel))
4188
4189;;;*** 4201;;;***
4190 4202
4191;;;### (autoloads (derived-mode-init-mode-variables) "derived" "derived.el" 4203;;;### (autoloads (derived-mode-init-mode-variables) "derived" "derived.el"
@@ -4222,7 +4234,7 @@ to provide correct modes for autoloaded files." nil nil)
4222;;;;;; devanagari-decompose-string char-to-glyph-devanagari indian-to-devanagari-string 4234;;;;;; devanagari-decompose-string char-to-glyph-devanagari indian-to-devanagari-string
4223;;;;;; devanagari-to-indian-region indian-to-devanagari-region devanagari-to-indian 4235;;;;;; devanagari-to-indian-region indian-to-devanagari-region devanagari-to-indian
4224;;;;;; indian-to-devanagari) "devan-util" "language/devan-util.el" 4236;;;;;; indian-to-devanagari) "devan-util" "language/devan-util.el"
4225;;;;;; (14623 45988)) 4237;;;;;; (14775 31386))
4226;;; Generated autoloads from language/devan-util.el 4238;;; Generated autoloads from language/devan-util.el
4227 4239
4228(autoload (quote indian-to-devanagari) "devan-util" "\ 4240(autoload (quote indian-to-devanagari) "devan-util" "\
@@ -4335,7 +4347,7 @@ The backup file is the first file given to `diff'." t nil)
4335;;;*** 4347;;;***
4336 4348
4337;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 4349;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
4338;;;;;; (14764 59676)) 4350;;;;;; (14810 32081))
4339;;; Generated autoloads from diff-mode.el 4351;;; Generated autoloads from diff-mode.el
4340 4352
4341(autoload (quote diff-mode) "diff-mode" "\ 4353(autoload (quote diff-mode) "diff-mode" "\
@@ -4355,7 +4367,7 @@ Minor mode for viewing/editing context diffs.
4355;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 4367;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
4356;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 4368;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
4357;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 4369;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
4358;;;;;; "dired" "dired.el" (14724 3525)) 4370;;;;;; "dired" "dired.el" (14792 19858))
4359;;; Generated autoloads from dired.el 4371;;; Generated autoloads from dired.el
4360 4372
4361(defvar dired-listing-switches "-al" "\ 4373(defvar dired-listing-switches "-al" "\
@@ -4459,7 +4471,7 @@ Like `dired' but returns the dired buffer as value, does not select it." nil nil
4459;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines 4471;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines
4460;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp 4472;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp
4461;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" 4473;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux"
4462;;;;;; "dired-aux.el" (14736 21209)) 4474;;;;;; "dired-aux.el" (14810 32082))
4463;;; Generated autoloads from dired-aux.el 4475;;; Generated autoloads from dired-aux.el
4464 4476
4465(autoload (quote dired-diff) "dired-aux" "\ 4477(autoload (quote dired-diff) "dired-aux" "\
@@ -4678,7 +4690,7 @@ true then the type of the file linked to by FILE is printed instead." t nil)
4678 4690
4679;;;*** 4691;;;***
4680 4692
4681;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (14523 40402)) 4693;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (14524 61610))
4682;;; Generated autoloads from dired-x.el 4694;;; Generated autoloads from dired-x.el
4683 4695
4684(autoload (quote dired-jump) "dired-x" "\ 4696(autoload (quote dired-jump) "dired-x" "\
@@ -4853,7 +4865,7 @@ Switch to *dungeon* buffer and start game." t nil)
4853;;;*** 4865;;;***
4854 4866
4855;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 4867;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
4856;;;;;; (14030 48685)) 4868;;;;;; (14792 2673))
4857;;; Generated autoloads from gnus/earcon.el 4869;;; Generated autoloads from gnus/earcon.el
4858 4870
4859(autoload (quote gnus-earcon-display) "earcon" "\ 4871(autoload (quote gnus-earcon-display) "earcon" "\
@@ -4862,8 +4874,8 @@ Play sounds in message buffers." t nil)
4862;;;*** 4874;;;***
4863 4875
4864;;;### (autoloads (define-derived-mode easy-mmode-defsyntax easy-mmode-defmap 4876;;;### (autoloads (define-derived-mode easy-mmode-defsyntax easy-mmode-defmap
4865;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" 4877;;;;;; easy-mmode-define-keymap easy-mmode-define-global-mode define-minor-mode)
4866;;;;;; "emacs-lisp/easy-mmode.el" (14747 44775)) 4878;;;;;; "easy-mmode" "emacs-lisp/easy-mmode.el" (14807 56560))
4867;;; Generated autoloads from emacs-lisp/easy-mmode.el 4879;;; Generated autoloads from emacs-lisp/easy-mmode.el
4868 4880
4869(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) 4881(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
@@ -4894,6 +4906,14 @@ TURN-ON is a function that will be called with no args in every buffer
4894KEYS is a list of CL-style keyword arguments: 4906KEYS is a list of CL-style keyword arguments:
4895:group to specify the custom group." nil (quote macro)) 4907:group to specify the custom group." nil (quote macro))
4896 4908
4909(autoload (quote easy-mmode-define-keymap) "easy-mmode" "\
4910Return a keymap built from bindings BS.
4911BS must be a list of (KEY . BINDING) where
4912KEY and BINDINGS are suitable for `define-key'.
4913Optional NAME is passed to `make-sparse-keymap'.
4914Optional map M can be used to modify an existing map.
4915ARGS is a list of additional arguments." nil nil)
4916
4897(autoload (quote easy-mmode-defmap) "easy-mmode" nil nil (quote macro)) 4917(autoload (quote easy-mmode-defmap) "easy-mmode" nil nil (quote macro))
4898 4918
4899(autoload (quote easy-mmode-defsyntax) "easy-mmode" nil nil (quote macro)) 4919(autoload (quote easy-mmode-defsyntax) "easy-mmode" nil nil (quote macro))
@@ -5062,7 +5082,7 @@ to implement dynamic menus." nil nil)
5062;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup 5082;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup
5063;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer 5083;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer
5064;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer 5084;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer
5065;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (14763 38337)) 5085;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (14763 38725))
5066;;; Generated autoloads from progmodes/ebnf2ps.el 5086;;; Generated autoloads from progmodes/ebnf2ps.el
5067 5087
5068(autoload (quote ebnf-customize) "ebnf2ps" "\ 5088(autoload (quote ebnf-customize) "ebnf2ps" "\
@@ -5214,7 +5234,7 @@ Otherwise, FILE-NAME specifies the file to save the tree in." t nil)
5214;;;*** 5234;;;***
5215 5235
5216;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 5236;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
5217;;;;;; (13778 5499)) 5237;;;;;; (14782 9104))
5218;;; Generated autoloads from ebuff-menu.el 5238;;; Generated autoloads from ebuff-menu.el
5219 5239
5220(autoload (quote electric-buffer-list) "ebuff-menu" "\ 5240(autoload (quote electric-buffer-list) "ebuff-menu" "\
@@ -5247,7 +5267,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing." t nil)
5247;;;*** 5267;;;***
5248 5268
5249;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms 5269;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
5250;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14745 13891)) 5270;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14745 14824))
5251;;; Generated autoloads from emacs-lisp/edebug.el 5271;;; Generated autoloads from emacs-lisp/edebug.el
5252 5272
5253(defvar edebug-all-defs nil "\ 5273(defvar edebug-all-defs nil "\
@@ -5554,7 +5574,7 @@ Turn on EDT Emulation." t nil)
5554;;;*** 5574;;;***
5555 5575
5556;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 5576;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
5557;;;;;; (13116 19762)) 5577;;;;;; (14793 26118))
5558;;; Generated autoloads from ehelp.el 5578;;; Generated autoloads from ehelp.el
5559 5579
5560(autoload (quote with-electric-help) "ehelp" "\ 5580(autoload (quote with-electric-help) "ehelp" "\
@@ -5575,8 +5595,8 @@ in electric-help-mode. The window's height will be at least MINHEIGHT if
5575this value is non-nil. 5595this value is non-nil.
5576 5596
5577If THUNK returns nil, we display BUFFER starting at the top, and 5597If THUNK returns nil, we display BUFFER starting at the top, and
5578shrink the window to fit. If THUNK returns non-nil, we don't do those 5598shrink the window to fit if `electric-help-shrink-window' is non-nil.
5579things. 5599If THUNK returns non-nil, we don't do those things.
5580 5600
5581When the user exits (with `electric-help-exit', or otherwise) the help 5601When the user exits (with `electric-help-exit', or otherwise) the help
5582buffer's window disappears (i.e., we use `save-window-excursion') 5602buffer's window disappears (i.e., we use `save-window-excursion')
@@ -5691,7 +5711,7 @@ Prompts for bug subject. Leaves you in a mail buffer." t nil)
5691;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 5711;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
5692;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 5712;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
5693;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 5713;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
5694;;;;;; "emerge.el" (14675 2831)) 5714;;;;;; "emerge.el" (14675 3134))
5695;;; Generated autoloads from emerge.el 5715;;; Generated autoloads from emerge.el
5696 5716
5697(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) 5717(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
@@ -5761,7 +5781,7 @@ as a multilingual text encoded in a coding system set by
5761;;;*** 5781;;;***
5762 5782
5763;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 5783;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
5764;;;;;; "enriched" "enriched.el" (14748 5209)) 5784;;;;;; "enriched" "enriched.el" (14748 18924))
5765;;; Generated autoloads from enriched.el 5785;;; Generated autoloads from enriched.el
5766 5786
5767(autoload (quote enriched-mode) "enriched" "\ 5787(autoload (quote enriched-mode) "enriched" "\
@@ -5795,7 +5815,7 @@ Emacs shell interactive mode.
5795;;;*** 5815;;;***
5796 5816
5797;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (14679 5817;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (14679
5798;;;;;; 21629)) 5818;;;;;; 21979))
5799;;; Generated autoloads from eshell/esh-test.el 5819;;; Generated autoloads from eshell/esh-test.el
5800 5820
5801(autoload (quote eshell-test) "esh-test" "\ 5821(autoload (quote eshell-test) "esh-test" "\
@@ -5804,7 +5824,7 @@ Test Eshell to verify that it works as expected." t nil)
5804;;;*** 5824;;;***
5805 5825
5806;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command 5826;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command
5807;;;;;; eshell) "eshell" "eshell/eshell.el" (14709 28151)) 5827;;;;;; eshell) "eshell" "eshell/eshell.el" (14807 56560))
5808;;; Generated autoloads from eshell/eshell.el 5828;;; Generated autoloads from eshell/eshell.el
5809 5829
5810(autoload (quote eshell) "eshell" "\ 5830(autoload (quote eshell) "eshell" "\
@@ -6227,7 +6247,7 @@ Transcribe Ethiopic characters in ASCII depending on the file extension." nil ni
6227 6247
6228;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 6248;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
6229;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 6249;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
6230;;;;;; (14463 3149)) 6250;;;;;; (14463 4091))
6231;;; Generated autoloads from net/eudc.el 6251;;; Generated autoloads from net/eudc.el
6232 6252
6233(autoload (quote eudc-set-server) "eudc" "\ 6253(autoload (quote eudc-set-server) "eudc" "\
@@ -6269,7 +6289,7 @@ This does nothing except loading eudc by autoload side-effect." t nil)
6269 6289
6270;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 6290;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
6271;;;;;; eudc-display-sound eudc-display-url eudc-display-generic-binary) 6291;;;;;; eudc-display-sound eudc-display-url eudc-display-generic-binary)
6272;;;;;; "eudc-bob" "net/eudc-bob.el" (14461 51599)) 6292;;;;;; "eudc-bob" "net/eudc-bob.el" (14461 55579))
6273;;; Generated autoloads from net/eudc-bob.el 6293;;; Generated autoloads from net/eudc-bob.el
6274 6294
6275(autoload (quote eudc-display-generic-binary) "eudc-bob" "\ 6295(autoload (quote eudc-display-generic-binary) "eudc-bob" "\
@@ -6290,7 +6310,7 @@ Display a button for the JPEG DATA." nil nil)
6290;;;*** 6310;;;***
6291 6311
6292;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 6312;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
6293;;;;;; "eudc-export" "net/eudc-export.el" (14460 58168)) 6313;;;;;; "eudc-export" "net/eudc-export.el" (14460 59510))
6294;;; Generated autoloads from net/eudc-export.el 6314;;; Generated autoloads from net/eudc-export.el
6295 6315
6296(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ 6316(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
@@ -6303,7 +6323,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record." t nil)
6303;;;*** 6323;;;***
6304 6324
6305;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 6325;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
6306;;;;;; (14460 58176)) 6326;;;;;; (14460 59510))
6307;;; Generated autoloads from net/eudc-hotlist.el 6327;;; Generated autoloads from net/eudc-hotlist.el
6308 6328
6309(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ 6329(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\
@@ -6313,7 +6333,7 @@ Edit the hotlist of directory servers in a specialized buffer." t nil)
6313 6333
6314;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 6334;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
6315;;;;;; executable-self-display executable-set-magic executable-find) 6335;;;;;; executable-self-display executable-set-magic executable-find)
6316;;;;;; "executable" "progmodes/executable.el" (14764 3331)) 6336;;;;;; "executable" "progmodes/executable.el" (14764 3718))
6317;;; Generated autoloads from progmodes/executable.el 6337;;; Generated autoloads from progmodes/executable.el
6318 6338
6319(autoload (quote executable-find) "executable" "\ 6339(autoload (quote executable-find) "executable" "\
@@ -6339,7 +6359,7 @@ file modes." nil nil)
6339;;;*** 6359;;;***
6340 6360
6341;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 6361;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
6342;;;;;; expand-add-abbrevs) "expand" "expand.el" (14443 18506)) 6362;;;;;; expand-add-abbrevs) "expand" "expand.el" (14443 20274))
6343;;; Generated autoloads from expand.el 6363;;; Generated autoloads from expand.el
6344 6364
6345(autoload (quote expand-add-abbrevs) "expand" "\ 6365(autoload (quote expand-add-abbrevs) "expand" "\
@@ -6376,7 +6396,7 @@ This is used only in conjunction with `expand-add-abbrevs'." t nil)
6376 6396
6377;;;*** 6397;;;***
6378 6398
6379;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14623 45936)) 6399;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14624 3716))
6380;;; Generated autoloads from progmodes/f90.el 6400;;; Generated autoloads from progmodes/f90.el
6381 6401
6382(autoload (quote f90-mode) "f90" "\ 6402(autoload (quote f90-mode) "f90" "\
@@ -6611,7 +6631,7 @@ Unconditionally turn on Fast Lock mode." nil nil)
6611 6631
6612;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 6632;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
6613;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts) 6633;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts)
6614;;;;;; "feedmail" "mail/feedmail.el" (14415 45092)) 6634;;;;;; "feedmail" "mail/feedmail.el" (14415 51114))
6615;;; Generated autoloads from mail/feedmail.el 6635;;; Generated autoloads from mail/feedmail.el
6616 6636
6617(autoload (quote feedmail-run-the-queue-no-prompts) "feedmail" "\ 6637(autoload (quote feedmail-run-the-queue-no-prompts) "feedmail" "\
@@ -6650,7 +6670,7 @@ you can set feedmail-queue-reminder-alist to nil." t nil)
6650;;;*** 6670;;;***
6651 6671
6652;;;### (autoloads (dired-at-point ffap-at-mouse ffap-menu find-file-at-point 6672;;;### (autoloads (dired-at-point ffap-at-mouse ffap-menu find-file-at-point
6653;;;;;; ffap-next) "ffap" "ffap.el" (14736 5588)) 6673;;;;;; ffap-next) "ffap" "ffap.el" (14736 20925))
6654;;; Generated autoloads from ffap.el 6674;;; Generated autoloads from ffap.el
6655 6675
6656(autoload (quote ffap-next) "ffap" "\ 6676(autoload (quote ffap-next) "ffap" "\
@@ -6710,7 +6730,7 @@ the name is considered already unique; only the second substitution
6710;;;*** 6730;;;***
6711 6731
6712;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 6732;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
6713;;;;;; find-ls-option) "find-dired" "find-dired.el" (14717 43187)) 6733;;;;;; find-ls-option) "find-dired" "find-dired.el" (14717 47797))
6714;;; Generated autoloads from find-dired.el 6734;;; Generated autoloads from find-dired.el
6715 6735
6716(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ 6736(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -6947,7 +6967,7 @@ to get the effect of a C-q." nil nil)
6947 6967
6948;;;### (autoloads (flyspell-mode-off flyspell-mode flyspell-prog-mode 6968;;;### (autoloads (flyspell-mode-off flyspell-mode flyspell-prog-mode
6949;;;;;; flyspell-mode-line-string) "flyspell" "textmodes/flyspell.el" 6969;;;;;; flyspell-mode-line-string) "flyspell" "textmodes/flyspell.el"
6950;;;;;; (14718 57349)) 6970;;;;;; (14718 57797))
6951;;; Generated autoloads from textmodes/flyspell.el 6971;;; Generated autoloads from textmodes/flyspell.el
6952 6972
6953(defvar flyspell-mode-line-string " Fly" "\ 6973(defvar flyspell-mode-line-string " Fly" "\
@@ -6997,7 +7017,7 @@ Turn Flyspell mode off." nil nil)
6997 7017
6998;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 7018;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
6999;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 7019;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
7000;;;;;; (14392 8455)) 7020;;;;;; (14392 8635))
7001;;; Generated autoloads from follow.el 7021;;; Generated autoloads from follow.el
7002 7022
7003(autoload (quote turn-on-follow-mode) "follow" "\ 7023(autoload (quote turn-on-follow-mode) "follow" "\
@@ -7066,7 +7086,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
7066;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode 7086;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode
7067;;;;;; global-font-lock-mode font-lock-remove-keywords font-lock-add-keywords 7087;;;;;; global-font-lock-mode font-lock-remove-keywords font-lock-add-keywords
7068;;;;;; turn-on-font-lock font-lock-mode) "font-lock" "font-lock.el" 7088;;;;;; turn-on-font-lock font-lock-mode) "font-lock" "font-lock.el"
7069;;;;;; (14745 19696)) 7089;;;;;; (14807 56558))
7070;;; Generated autoloads from font-lock.el 7090;;; Generated autoloads from font-lock.el
7071 7091
7072(defvar font-lock-mode-hook nil "\ 7092(defvar font-lock-mode-hook nil "\
@@ -7253,7 +7273,7 @@ Visit a file in Forms mode in other window." t nil)
7253;;;*** 7273;;;***
7254 7274
7255;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 7275;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
7256;;;;;; "progmodes/fortran.el" (14702 57276)) 7276;;;;;; "progmodes/fortran.el" (14798 40436))
7257;;; Generated autoloads from progmodes/fortran.el 7277;;; Generated autoloads from progmodes/fortran.el
7258 7278
7259(defvar fortran-tab-mode-default nil "\ 7279(defvar fortran-tab-mode-default nil "\
@@ -7391,7 +7411,7 @@ at places they belong to." t nil)
7391;;;*** 7411;;;***
7392 7412
7393;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 7413;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
7394;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (14030 49411)) 7414;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (14807 56560))
7395;;; Generated autoloads from gnus/gnus.el 7415;;; Generated autoloads from gnus/gnus.el
7396 7416
7397(autoload (quote gnus-slave-no-server) "gnus" "\ 7417(autoload (quote gnus-slave-no-server) "gnus" "\
@@ -7421,7 +7441,7 @@ prompt the user for the name of an NNTP server to use." t nil)
7421 7441
7422;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize 7442;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize
7423;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el" 7443;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el"
7424;;;;;; (14030 49649)) 7444;;;;;; (14792 2673))
7425;;; Generated autoloads from gnus/gnus-agent.el 7445;;; Generated autoloads from gnus/gnus-agent.el
7426 7446
7427(autoload (quote gnus-unplugged) "gnus-agent" "\ 7447(autoload (quote gnus-unplugged) "gnus-agent" "\
@@ -7448,8 +7468,17 @@ Start Gnus and fetch session." t nil)
7448 7468
7449;;;*** 7469;;;***
7450 7470
7471;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
7472;;;;;; (14793 26123))
7473;;; Generated autoloads from gnus/gnus-art.el
7474
7475(autoload (quote gnus-article-prepare-display) "gnus-art" "\
7476Make the current buffer look like a nice article." nil nil)
7477
7478;;;***
7479
7451;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 7480;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
7452;;;;;; (14030 49288)) 7481;;;;;; (14792 2675))
7453;;; Generated autoloads from gnus/gnus-audio.el 7482;;; Generated autoloads from gnus/gnus-audio.el
7454 7483
7455(autoload (quote gnus-audio-play) "gnus-audio" "\ 7484(autoload (quote gnus-audio-play) "gnus-audio" "\
@@ -7458,8 +7487,8 @@ Play a sound through the speaker." t nil)
7458;;;*** 7487;;;***
7459 7488
7460;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active 7489;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active
7461;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (14030 7490;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (14792
7462;;;;;; 49293)) 7491;;;;;; 2675))
7463;;; Generated autoloads from gnus/gnus-cache.el 7492;;; Generated autoloads from gnus/gnus-cache.el
7464 7493
7465(autoload (quote gnus-jog-cache) "gnus-cache" "\ 7494(autoload (quote gnus-jog-cache) "gnus-cache" "\
@@ -7477,7 +7506,7 @@ Generate NOV files recursively starting in DIR." t nil)
7477;;;*** 7506;;;***
7478 7507
7479;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 7508;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
7480;;;;;; "gnus-group" "gnus/gnus-group.el" (14177 56552)) 7509;;;;;; "gnus-group" "gnus/gnus-group.el" (14793 26123))
7481;;; Generated autoloads from gnus/gnus-group.el 7510;;; Generated autoloads from gnus/gnus-group.el
7482 7511
7483(autoload (quote gnus-fetch-group) "gnus-group" "\ 7512(autoload (quote gnus-fetch-group) "gnus-group" "\
@@ -7490,7 +7519,7 @@ Pop up a frame and enter GROUP." t nil)
7490;;;*** 7519;;;***
7491 7520
7492;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 7521;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
7493;;;;;; (14030 49328)) 7522;;;;;; (14792 2677))
7494;;; Generated autoloads from gnus/gnus-kill.el 7523;;; Generated autoloads from gnus/gnus-kill.el
7495 7524
7496(defalias (quote gnus-batch-kill) (quote gnus-batch-score)) 7525(defalias (quote gnus-batch-kill) (quote gnus-batch-score))
@@ -7501,8 +7530,88 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score" t nil)
7501 7530
7502;;;*** 7531;;;***
7503 7532
7533;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
7534;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
7535;;;;;; (14791 27226))
7536;;; Generated autoloads from gnus/gnus-mlspl.el
7537
7538(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\
7539Set up the split for nnmail-split-fancy.
7540Sets things up so that nnmail-split-fancy is used for mail
7541splitting, and defines the variable nnmail-split-fancy according with
7542group parameters.
7543
7544If AUTO-UPDATE is non-nil (prefix argument accepted, if called
7545interactively), it makes sure nnmail-split-fancy is re-computed before
7546getting new mail, by adding gnus-group-split-update to
7547nnmail-pre-get-new-mail-hook." t nil)
7548
7549(autoload (quote gnus-group-split-update) "gnus-mlspl" "\
7550Computes nnmail-split-fancy from group params.
7551It does this by calling (gnus-group-split-fancy nil nil DEFAULTGROUP)." t nil)
7552
7553(autoload (quote gnus-group-split) "gnus-mlspl" "\
7554Uses information from group parameters in order to split mail.
7555See gnus-group-split-fancy for more information.
7556
7557If no group is defined as catch-all, the value of
7558gnus-group-split-default-catch-all-group is used.
7559
7560gnus-group-split is a valid value for nnmail-split-methods." nil nil)
7561
7562(autoload (quote gnus-group-split-fancy) "gnus-mlspl" "\
7563Uses information from group parameters in order to split mail. It
7564can be embedded into nnmail-split-fancy lists with the SPLIT
7565
7566\(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL)
7567
7568GROUPS may be a regular expression or a list of group names, that will
7569be used to select candidate groups. If it is ommited or nil, all
7570existing groups are considered.
7571
7572if NO-CROSSPOST is ommitted or nil, a & split will be returned,
7573otherwise, a | split, that does not allow crossposting, will be
7574returned.
7575
7576if CATCH-ALL is not nil, and there is no selected group whose
7577SPLIT-REGEXP matches the empty string, nor is there a selected group
7578whose SPLIT-SPEC is 'catch-all, this group name will be appended to
7579the returned SPLIT list, as the last element in a '| SPLIT.
7580
7581For each selected group, a SPLIT is composed like this: if SPLIT-SPEC
7582is specified, this split is returned as-is (unless it is nil: in this
7583case, the group is ignored). Otherwise, if TO-ADDRESS, TO-LIST and/or
7584EXTRA-ALIASES are specified, a regexp that matches any of them is
7585constructed (extra-aliases may be a list). Additionally, if
7586SPLIT-REGEXP is specified, the regexp will be extended so that it
7587matches this regexp too, and if SPLIT-EXCLUDE is specified, RESTRICT
7588clauses will be generated.
7589
7590For example, given the following group parameters:
7591
7592nnml:mail.bar:
7593\((to-address . \"bar@femail.com\")
7594 (split-regexp . \".*@femail\\\\.com\"))
7595nnml:mail.foo:
7596\((to-list . \"foo@nowhere.gov\")
7597 (extra-aliases \"foo@localhost\" \"foo-redist@home\")
7598 (split-exclude \"bugs-foo\" \"rambling-foo\")
7599 (admin-address . \"foo-request@nowhere.gov\"))
7600nnml:mail.others:
7601\((split-spec . catch-all))
7602
7603Calling (gnus-group-split-fancy nil nil \"mail.misc\") returns:
7604
7605\(| (& (any \"\\\\(bar@femail\\\\.com\\\\|.*@femail\\\\.com\\\\)\"
7606 \"mail.bar\")
7607 (any \"\\\\(foo@nowhere\\\\.gov\\\\|foo@localhost\\\\|foo-redist@home\\\\)\"
7608 - \"bugs-foo\" - \"rambling-foo\" \"mail.foo\"))
7609 \"mail.others\")" nil nil)
7610
7611;;;***
7612
7504;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" 7613;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
7505;;;;;; (14030 49334)) 7614;;;;;; (14792 2677))
7506;;; Generated autoloads from gnus/gnus-move.el 7615;;; Generated autoloads from gnus/gnus-move.el
7507 7616
7508(autoload (quote gnus-change-server) "gnus-move" "\ 7617(autoload (quote gnus-change-server) "gnus-move" "\
@@ -7511,23 +7620,21 @@ Update the .newsrc.eld file to reflect the change of nntp server." t nil)
7511 7620
7512;;;*** 7621;;;***
7513 7622
7514;;;### (autoloads (gnus-mule-initialize gnus-mule-add-group) "gnus-mule" 7623;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (14793
7515;;;;;; "gnus/gnus-mule.el" (14092 5540)) 7624;;;;;; 26123))
7516;;; Generated autoloads from gnus/gnus-mule.el 7625;;; Generated autoloads from gnus/gnus-msg.el
7517 7626
7518(autoload (quote gnus-mule-add-group) "gnus-mule" "\ 7627(autoload (quote gnus-msg-mail) "gnus-msg" "\
7519Specify that articles of news group NAME are encoded in CODING-SYSTEM. 7628Start editing a mail message to be sent.
7520All news groups deeper than NAME are also the target. 7629Like `message-mail', but with Gnus paraphernalia, particularly the
7521If CODING-SYSTEM is a cons, the car and cdr part are regarded as 7630the Gcc: header for archiving purposes." t nil)
7522coding-system for reading and writing respectively." nil nil)
7523 7631
7524(autoload (quote gnus-mule-initialize) "gnus-mule" "\ 7632(define-mail-user-agent (quote gnus-user-agent) (quote gnus-msg-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook))
7525Do several settings for GNUS to enable automatic code conversion." nil nil)
7526 7633
7527;;;*** 7634;;;***
7528 7635
7529;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" 7636;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
7530;;;;;; (14030 49357)) 7637;;;;;; (14792 2677))
7531;;; Generated autoloads from gnus/gnus-soup.el 7638;;; Generated autoloads from gnus/gnus-soup.el
7532 7639
7533(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ 7640(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\
@@ -7545,7 +7652,7 @@ Note -- this function hasn't been implemented yet." t nil)
7545;;;*** 7652;;;***
7546 7653
7547;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 7654;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
7548;;;;;; (14030 49359)) 7655;;;;;; (14792 2677))
7549;;; Generated autoloads from gnus/gnus-spec.el 7656;;; Generated autoloads from gnus/gnus-spec.el
7550 7657
7551(autoload (quote gnus-update-format) "gnus-spec" "\ 7658(autoload (quote gnus-update-format) "gnus-spec" "\
@@ -7554,11 +7661,14 @@ Update the format specification near point." t nil)
7554;;;*** 7661;;;***
7555 7662
7556;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" 7663;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start"
7557;;;;;; "gnus/gnus-start.el" (14345 52937)) 7664;;;;;; "gnus/gnus-start.el" (14793 26123))
7558;;; Generated autoloads from gnus/gnus-start.el 7665;;; Generated autoloads from gnus/gnus-start.el
7559 7666
7560(autoload (quote gnus-unload) "gnus-start" "\ 7667(autoload (quote gnus-unload) "gnus-start" "\
7561Unload all Gnus features." t nil) 7668Unload all Gnus features.
7669\(For some value of `all' or `Gnus'.) Currently, features whose names
7670have prefixes `gnus-', `nn', `mm-' or `rfc' are unloaded. Use
7671cautiously -- unloading may cause trouble." t nil)
7562 7672
7563(autoload (quote gnus-declare-backend) "gnus-start" "\ 7673(autoload (quote gnus-declare-backend) "gnus-start" "\
7564Declare backend NAME with ABILITIES as a Gnus backend." nil nil) 7674Declare backend NAME with ABILITIES as a Gnus backend." nil nil)
@@ -7566,7 +7676,7 @@ Declare backend NAME with ABILITIES as a Gnus backend." nil nil)
7566;;;*** 7676;;;***
7567 7677
7568;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 7678;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
7569;;;;;; (14030 49407)) 7679;;;;;; (14792 2682))
7570;;; Generated autoloads from gnus/gnus-win.el 7680;;; Generated autoloads from gnus/gnus-win.el
7571 7681
7572(autoload (quote gnus-add-configuration) "gnus-win" "\ 7682(autoload (quote gnus-add-configuration) "gnus-win" "\
@@ -7729,7 +7839,7 @@ A value of nil means skip the middle step, so that
7729;;;*** 7839;;;***
7730 7840
7731;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 7841;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
7732;;;;;; "emacs-lisp/helper.el" (14518 20602)) 7842;;;;;; "emacs-lisp/helper.el" (14518 32866))
7733;;; Generated autoloads from emacs-lisp/helper.el 7843;;; Generated autoloads from emacs-lisp/helper.el
7734 7844
7735(autoload (quote Helper-describe-bindings) "helper" "\ 7845(autoload (quote Helper-describe-bindings) "helper" "\
@@ -7741,7 +7851,7 @@ Provide help for current mode." t nil)
7741;;;*** 7851;;;***
7742 7852
7743;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 7853;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
7744;;;;;; "hexl.el" (14589 54862)) 7854;;;;;; "hexl.el" (14590 1206))
7745;;; Generated autoloads from hexl.el 7855;;; Generated autoloads from hexl.el
7746 7856
7747(autoload (quote hexl-mode) "hexl" "\ 7857(autoload (quote hexl-mode) "hexl" "\
@@ -7830,7 +7940,7 @@ This discards the buffer's undo information." t nil)
7830 7940
7831;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 7941;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
7832;;;;;; hi-lock-face-buffer hi-lock-line-face-buffer hi-lock-mode 7942;;;;;; hi-lock-face-buffer hi-lock-line-face-buffer hi-lock-mode
7833;;;;;; hi-lock-mode) "hi-lock" "hi-lock.el" (14747 44772)) 7943;;;;;; hi-lock-mode) "hi-lock" "hi-lock.el" (14792 6214))
7834;;; Generated autoloads from hi-lock.el 7944;;; Generated autoloads from hi-lock.el
7835 7945
7836(defgroup hi-lock-interactive-text-highlighting nil "Interactively add and remove font-lock patterns for highlighting text." :group (quote faces)) 7946(defgroup hi-lock-interactive-text-highlighting nil "Interactively add and remove font-lock patterns for highlighting text." :group (quote faces))
@@ -7920,7 +8030,7 @@ be found in variable `hi-lock-interactive-patterns'." t nil)
7920;;;*** 8030;;;***
7921 8031
7922;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially 8032;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially
7923;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (14745 13974)) 8033;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (14745 14843))
7924;;; Generated autoloads from progmodes/hideif.el 8034;;; Generated autoloads from progmodes/hideif.el
7925 8035
7926(defvar hide-ifdef-mode nil "\ 8036(defvar hide-ifdef-mode nil "\
@@ -7970,7 +8080,7 @@ hide-ifdef-read-only
7970;;;*** 8080;;;***
7971 8081
7972;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) 8082;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)
7973;;;;;; "hideshow" "progmodes/hideshow.el" (14716 16655)) 8083;;;;;; "hideshow" "progmodes/hideshow.el" (14798 40437))
7974;;; Generated autoloads from progmodes/hideshow.el 8084;;; Generated autoloads from progmodes/hideshow.el
7975 8085
7976(defvar hs-hide-comments-when-hiding-all t "\ 8086(defvar hs-hide-comments-when-hiding-all t "\
@@ -8011,7 +8121,7 @@ commands and the hideshow commands are enabled.
8011The value '(hs . t) is added to `buffer-invisibility-spec'. 8121The value '(hs . t) is added to `buffer-invisibility-spec'.
8012 8122
8013The main commands are: `hs-hide-all', `hs-show-all', `hs-hide-block', 8123The main commands are: `hs-hide-all', `hs-show-all', `hs-hide-block',
8014`hs-show-block', `hs-hide-level' and `hs-show-region'. There is also 8124`hs-show-block', `hs-hide-level' and `hs-toggle-hiding'. There is also
8015`hs-hide-initial-comment-block' and `hs-mouse-toggle-hiding'. 8125`hs-hide-initial-comment-block' and `hs-mouse-toggle-hiding'.
8016 8126
8017Turning hideshow minor mode off reverts the menu bar and the 8127Turning hideshow minor mode off reverts the menu bar and the
@@ -8027,7 +8137,7 @@ Key bindings:
8027;;;### (autoloads (global-highlight-changes highlight-compare-with-file 8137;;;### (autoloads (global-highlight-changes highlight-compare-with-file
8028;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change 8138;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change
8029;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight) 8139;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight)
8030;;;;;; "hilit-chg" "hilit-chg.el" (14750 31723)) 8140;;;;;; "hilit-chg" "hilit-chg.el" (14750 32459))
8031;;; Generated autoloads from hilit-chg.el 8141;;; Generated autoloads from hilit-chg.el
8032 8142
8033(defvar highlight-changes-mode nil) 8143(defvar highlight-changes-mode nil)
@@ -8183,7 +8293,7 @@ argument VERBOSE non-nil makes the function verbose." nil (quote macro))
8183 8293
8184;;;*** 8294;;;***
8185 8295
8186;;;### (autoloads (hl-line-mode) "hl-line" "hl-line.el" (14709 28151)) 8296;;;### (autoloads (hl-line-mode) "hl-line" "hl-line.el" (14798 40431))
8187;;; Generated autoloads from hl-line.el 8297;;; Generated autoloads from hl-line.el
8188 8298
8189(defvar hl-line-mode nil "\ 8299(defvar hl-line-mode nil "\
@@ -8246,7 +8356,7 @@ Usually run by inclusion in `minibuffer-setup-hook'." nil nil)
8246 8356
8247;;;*** 8357;;;***
8248 8358
8249;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (14748 53301)) 8359;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (14748 55226))
8250;;; Generated autoloads from progmodes/icon.el 8360;;; Generated autoloads from progmodes/icon.el
8251 8361
8252(autoload (quote icon-mode) "icon" "\ 8362(autoload (quote icon-mode) "icon" "\
@@ -8437,7 +8547,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist." t nil)
8437 8547
8438;;;### (autoloads (defimage find-image remove-images insert-image 8548;;;### (autoloads (defimage find-image remove-images insert-image
8439;;;;;; put-image create-image image-type-available-p image-type-from-file-header 8549;;;;;; put-image create-image image-type-available-p image-type-from-file-header
8440;;;;;; image-type-from-data) "image" "image.el" (14750 26818)) 8550;;;;;; image-type-from-data) "image" "image.el" (14786 3251))
8441;;; Generated autoloads from image.el 8551;;; Generated autoloads from image.el
8442 8552
8443(autoload (quote image-type-from-data) "image" "\ 8553(autoload (quote image-type-from-data) "image" "\
@@ -8463,7 +8573,7 @@ of image data. If that doesn't work, and FILE-OR-DATA is a file name,
8463use its file extension.as image type. 8573use its file extension.as image type.
8464Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data. 8574Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
8465Optional PROPS are additional image attributes to assign to the image, 8575Optional PROPS are additional image attributes to assign to the image,
8466like, e.g. `:heuristic-mask t'. 8576like, e.g. `:mask MASK'.
8467Value is the image created, or nil if images of type TYPE are not supported." nil nil) 8577Value is the image created, or nil if images of type TYPE are not supported." nil nil)
8468 8578
8469(autoload (quote put-image) "image" "\ 8579(autoload (quote put-image) "image" "\
@@ -8532,8 +8642,40 @@ Example:
8532 8642
8533;;;*** 8643;;;***
8534 8644
8645;;;### (autoloads (insert-image-file auto-image-file-mode image-file-name-regexp)
8646;;;;;; "image-file" "image-file.el" (14804 40524))
8647;;; Generated autoloads from image-file.el
8648
8649(autoload (quote image-file-name-regexp) "image-file" "\
8650Return a regular expression that matches image-file filenames." nil nil)
8651
8652(defvar auto-image-file-mode nil "\
8653Toggle Auto-Image-File mode.
8654Setting this variable directly does not take effect;
8655use either \\[customize] or the function `auto-image-file-mode'.")
8656
8657(custom-add-to-group (quote image) (quote auto-image-file-mode) (quote custom-variable))
8658
8659(custom-add-load (quote auto-image-file-mode) (quote image-file))
8660
8661(autoload (quote auto-image-file-mode) "image-file" "\
8662Toggle visiting of image files as images.
8663With prefix argument ARG, turn on if positive, otherwise off.
8664Returns non-nil if the new state is enabled.
8665
8666Image files are those whose name has an extension in
8667`image-file-name-extensions', or matches a regexp in
8668`image-file-name-regexps'." t nil)
8669
8670(autoload (quote insert-image-file) "image-file" "\
8671Insert the image file FILE into the current buffer.
8672Optional arguments VISIT, BEG, END, and REPLACE are interpreted as for
8673the command `insert-file-contents'." nil nil)
8674
8675;;;***
8676
8535;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 8677;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
8536;;;;;; imenu-sort-function) "imenu" "imenu.el" (14659 22945)) 8678;;;;;; imenu-sort-function) "imenu" "imenu.el" (14782 9808))
8537;;; Generated autoloads from imenu.el 8679;;; Generated autoloads from imenu.el
8538 8680
8539(defvar imenu-sort-function nil "\ 8681(defvar imenu-sort-function nil "\
@@ -8731,7 +8873,7 @@ of `inferior-lisp-program'). Runs the hooks from
8731 8873
8732;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 8874;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
8733;;;;;; Info-goto-emacs-command-node Info-directory info-standalone 8875;;;;;; Info-goto-emacs-command-node Info-directory info-standalone
8734;;;;;; info info-other-window) "info" "info.el" (14768 46217)) 8876;;;;;; info info-other-window) "info" "info.el" (14807 56558))
8735;;; Generated autoloads from info.el 8877;;; Generated autoloads from info.el
8736 8878
8737(autoload (quote info-other-window) "info" "\ 8879(autoload (quote info-other-window) "info" "\
@@ -8781,7 +8923,7 @@ This will add a speedbar major display mode." t nil)
8781 8923
8782;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 8924;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
8783;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 8925;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
8784;;;;;; (14710 63985)) 8926;;;;;; (14711 25231))
8785;;; Generated autoloads from info-look.el 8927;;; Generated autoloads from info-look.el
8786 8928
8787(autoload (quote info-lookup-reset) "info-look" "\ 8929(autoload (quote info-lookup-reset) "info-look" "\
@@ -8864,7 +9006,7 @@ Toggle input method in interactive search." t nil)
8864;;;*** 9006;;;***
8865 9007
8866;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" 9008;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el"
8867;;;;;; (14388 10886)) 9009;;;;;; (14388 11031))
8868;;; Generated autoloads from international/iso-acc.el 9010;;; Generated autoloads from international/iso-acc.el
8869 9011
8870(autoload (quote iso-accents-mode) "iso-acc" "\ 9012(autoload (quote iso-accents-mode) "iso-acc" "\
@@ -9218,14 +9360,20 @@ You can bind this to the key C-c i in GNUS or mail by adding to
9218 9360
9219;;;*** 9361;;;***
9220 9362
9221;;;### (autoloads (iswitchb-buffer-other-frame iswitchb-display-buffer 9363;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer
9222;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings 9364;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings
9223;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (14727 65181)) 9365;;;;;; iswitchb-read-buffer iswitchb-mode) "iswitchb" "iswitchb.el"
9366;;;;;; (14793 26118))
9224;;; Generated autoloads from iswitchb.el 9367;;; Generated autoloads from iswitchb.el
9225 9368
9369(defvar iswitchb-mode nil "\
9370Toggle Iswitchb mode.
9371Setting this variable directly does not take effect;
9372use either \\[customize] or the function `iswitchb-mode'.")
9373
9226(autoload (quote iswitchb-read-buffer) "iswitchb" "\ 9374(autoload (quote iswitchb-read-buffer) "iswitchb" "\
9227Replacement for the built-in `read-buffer'. 9375Replacement for the built-in `read-buffer'.
9228Return the name of a buffer selected. 9376Return the name of a buffer selected.
9229PROMPT is the prompt to give to the user. DEFAULT if given is the default 9377PROMPT is the prompt to give to the user. DEFAULT if given is the default
9230buffer to be selected, which will go to the front of the list. 9378buffer to be selected, which will go to the front of the list.
9231If REQUIRE-MATCH is non-nil, an existing-buffer must be selected." nil nil) 9379If REQUIRE-MATCH is non-nil, an existing-buffer must be selected." nil nil)
@@ -9233,7 +9381,9 @@ If REQUIRE-MATCH is non-nil, an existing-buffer must be selected." nil nil)
9233(autoload (quote iswitchb-default-keybindings) "iswitchb" "\ 9381(autoload (quote iswitchb-default-keybindings) "iswitchb" "\
9234Set up default keybindings for `iswitchb-buffer'. 9382Set up default keybindings for `iswitchb-buffer'.
9235Call this function to override the normal bindings. This function also 9383Call this function to override the normal bindings. This function also
9236adds a hook to the minibuffer." t nil) 9384adds a hook to the minibuffer.
9385
9386Obsolescent. Use `iswitchb-mode'." t nil)
9237 9387
9238(autoload (quote iswitchb-buffer) "iswitchb" "\ 9388(autoload (quote iswitchb-buffer) "iswitchb" "\
9239Switch to another buffer. 9389Switch to another buffer.
@@ -9259,6 +9409,12 @@ Switch to another buffer and show it in another frame.
9259The buffer name is selected interactively by typing a substring. 9409The buffer name is selected interactively by typing a substring.
9260For details of keybindings, do `\\[describe-function] iswitchb'." t nil) 9410For details of keybindings, do `\\[describe-function] iswitchb'." t nil)
9261 9411
9412(autoload (quote iswitchb-mode) "iswitchb" "\
9413Toggle Iswitchb global minor mode.
9414With arg, turn Iswitchb mode on if and only iff ARG is positive.
9415This mode enables switching between buffers using substrings. See
9416`iswitchb' for details." t nil)
9417
9262;;;*** 9418;;;***
9263 9419
9264;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 9420;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
@@ -9359,29 +9515,22 @@ the variable `jit-lock-stealth-nice'." nil nil)
9359;;;*** 9515;;;***
9360 9516
9361;;;### (autoloads (auto-compression-mode) "jka-compr" "jka-compr.el" 9517;;;### (autoloads (auto-compression-mode) "jka-compr" "jka-compr.el"
9362;;;;;; (14568 39747)) 9518;;;;;; (14807 56559))
9363;;; Generated autoloads from jka-compr.el 9519;;; Generated autoloads from jka-compr.el
9364 9520
9365(defvar auto-compression-mode nil "\ 9521(defvar auto-compression-mode nil "\
9366Toggle automatic file compression and uncompression. 9522Toggle Auto-Compression mode.
9367Setting this variable directly does not take effect; 9523Setting this variable directly does not take effect;
9368use either \\[customize] or the function `auto-compression-mode'.") 9524use either \\[customize] or the function `auto-compression-mode'.")
9369 9525
9370(custom-add-to-group (quote jka-compr) (quote auto-compression-mode) (quote custom-variable)) 9526(custom-add-to-group (quote jka-compr) (quote auto-compression-mode) (quote custom-variable))
9371 9527
9372(custom-add-load (quote auto-compression-mode) (quote jka-compr)) 9528(custom-add-load (quote auto-compression-mode) (quote jka-compr))
9373(defun auto-compression-mode (&optional arg) 9529
9374 "\ 9530(autoload (quote auto-compression-mode) "jka-compr" "\
9375Toggle automatic file compression and uncompression. 9531Toggle automatic file compression and uncompression.
9376With prefix argument ARG, turn auto compression on if positive, else off. 9532With prefix argument ARG, turn auto compression on if positive, else off.
9377Returns the new status of auto compression (non-nil means on)." 9533Returns the new status of auto compression (non-nil means on)." t nil)
9378 (interactive "P")
9379 (if (not (fboundp 'jka-compr-installed-p))
9380 (progn
9381 (require 'jka-compr)
9382 ;; That turned the mode on, so make it initially off.
9383 (toggle-auto-compression)))
9384 (toggle-auto-compression arg t))
9385 9534
9386;;;*** 9535;;;***
9387 9536
@@ -9499,6 +9648,34 @@ The return value is number of composed characters." nil nil)
9499 9648
9500;;;*** 9649;;;***
9501 9650
9651;;;### (autoloads (latin1-display latin1-display) "latin1-disp" "international/latin1-disp.el"
9652;;;;;; (14789 582))
9653;;; Generated autoloads from international/latin1-disp.el
9654
9655(defvar latin1-display nil "\
9656Set up Latin-1/ASCII display for ISO8859 character sets.
9657This is done for each character set in the list `latin1-display-sets',
9658if no font is available to display it. Characters are displayed using
9659the corresponding Latin-1 characters where they match. Otherwise
9660ASCII sequences are used, mostly following the Latin prefix input
9661methods. Some different ASCII sequences are used if
9662`latin1-display-mnemonic' is non-nil.
9663
9664Setting this variable directly does not take effect;
9665use either M-x customize of the function `latin1-display'.")
9666
9667(custom-add-to-group (quote latin1-display) (quote latin1-display) (quote custom-variable))
9668
9669(custom-add-load (quote latin1-display) (quote latin1-disp))
9670
9671(autoload (quote latin1-display) "latin1-disp" "\
9672Set up Latin-1/ASCII display for the arguments character SETS.
9673See option `latin1-display' for the method. The members of the list
9674must be in `latin1-display-sets'. With no arguments, reset the
9675display for all of `latin1-display-sets'. See also `latin1-display-setup'." nil nil)
9676
9677;;;***
9678
9502;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" 9679;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock"
9503;;;;;; "lazy-lock.el" (14477 53252)) 9680;;;;;; "lazy-lock.el" (14477 53252))
9504;;; Generated autoloads from lazy-lock.el 9681;;; Generated autoloads from lazy-lock.el
@@ -9600,8 +9777,8 @@ generations (this defaults to 1)." t nil)
9600 9777
9601;;;*** 9778;;;***
9602 9779
9603;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (14747 9780;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (14789
9604;;;;;; 44772)) 9781;;;;;; 7055))
9605;;; Generated autoloads from loadhist.el 9782;;; Generated autoloads from loadhist.el
9606 9783
9607(autoload (quote unload-feature) "loadhist" "\ 9784(autoload (quote unload-feature) "loadhist" "\
@@ -9652,7 +9829,7 @@ Major mode for browsing CVS log output." t nil)
9652 9829
9653;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 9830;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
9654;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (14692 9831;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (14692
9655;;;;;; 45304)) 9832;;;;;; 59213))
9656;;; Generated autoloads from lpr.el 9833;;; Generated autoloads from lpr.el
9657 9834
9658(defvar printer-name (if (memq system-type (quote (ms-dos windows-nt))) "PRN") "\ 9835(defvar printer-name (if (memq system-type (quote (ms-dos windows-nt))) "PRN") "\
@@ -9750,8 +9927,8 @@ This function is suitable for execution in a .emacs file." t nil)
9750 9927
9751;;;*** 9928;;;***
9752 9929
9753;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (14717 9930;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (14718
9754;;;;;; 60217)) 9931;;;;;; 57758))
9755;;; Generated autoloads from progmodes/m4-mode.el 9932;;; Generated autoloads from progmodes/m4-mode.el
9756 9933
9757(autoload (quote m4-mode) "m4-mode" "\ 9934(autoload (quote m4-mode) "m4-mode" "\
@@ -9891,8 +10068,8 @@ This function normally would be called when the message is sent." nil nil)
9891 10068
9892;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 10069;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
9893;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p 10070;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p
9894;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (14710 10071;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (14799
9895;;;;;; 50128)) 10072;;;;;; 60781))
9896;;; Generated autoloads from mail/mail-utils.el 10073;;; Generated autoloads from mail/mail-utils.el
9897 10074
9898(defvar mail-use-rfc822 nil "\ 10075(defvar mail-use-rfc822 nil "\
@@ -9983,7 +10160,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any." t
9983;;;*** 10160;;;***
9984 10161
9985;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" 10162;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el"
9986;;;;;; (14717 60289)) 10163;;;;;; (14718 57725))
9987;;; Generated autoloads from progmodes/make-mode.el 10164;;; Generated autoloads from progmodes/make-mode.el
9988 10165
9989(autoload (quote makefile-mode) "make-mode" "\ 10166(autoload (quote makefile-mode) "make-mode" "\
@@ -10101,7 +10278,7 @@ Get a Un*x manual page of the item under point and put it in a buffer." t nil)
10101;;;;;; message-signature message-indent-citation-function message-cite-function 10278;;;;;; message-signature message-indent-citation-function message-cite-function
10102;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function 10279;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function
10103;;;;;; message-user-organization-file message-signature-separator 10280;;;;;; message-user-organization-file message-signature-separator
10104;;;;;; message-from-style) "message" "gnus/message.el" (14030 49419)) 10281;;;;;; message-from-style) "message" "gnus/message.el" (14792 2691))
10105;;; Generated autoloads from gnus/message.el 10282;;; Generated autoloads from gnus/message.el
10106 10283
10107(defvar message-from-style (quote default) "\ 10284(defvar message-from-style (quote default) "\
@@ -10128,7 +10305,7 @@ Function to call to send the current buffer as mail.
10128The headers should be delimited by a line whose contents match the 10305The headers should be delimited by a line whose contents match the
10129variable `mail-header-separator'. 10306variable `mail-header-separator'.
10130 10307
10131Legal values include `message-send-mail-with-sendmail' (the default), 10308Valid values include `message-send-mail-with-sendmail' (the default),
10132`message-send-mail-with-mh', `message-send-mail-with-qmail' and 10309`message-send-mail-with-mh', `message-send-mail-with-qmail' and
10133`smtpmail-send-it'.") 10310`smtpmail-send-it'.")
10134 10311
@@ -10136,8 +10313,7 @@ Legal values include `message-send-mail-with-sendmail' (the default),
10136*Function called to insert the \"Whomever writes:\" line.") 10313*Function called to insert the \"Whomever writes:\" line.")
10137 10314
10138(defvar message-yank-prefix "> " "\ 10315(defvar message-yank-prefix "> " "\
10139*Prefix inserted on the lines of yanked messages. 10316*Prefix inserted on the lines of yanked messages.")
10140nil means use indentation.")
10141 10317
10142(defvar message-cite-function (quote message-cite-original) "\ 10318(defvar message-cite-function (quote message-cite-original) "\
10143*Function for citing an original message. 10319*Function for citing an original message.
@@ -10160,12 +10336,13 @@ If a form, the result from the form will be used instead.")
10160(defvar message-signature-file "~/.signature" "\ 10336(defvar message-signature-file "~/.signature" "\
10161*File containing the text inserted at end of message buffer.") 10337*File containing the text inserted at end of message buffer.")
10162 10338
10163(condition-case nil (define-mail-user-agent (quote message-user-agent) (quote message-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook)) (error nil)) 10339(define-mail-user-agent (quote message-user-agent) (quote message-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook))
10164 10340
10165(autoload (quote message-mode) "message" "\ 10341(autoload (quote message-mode) "message" "\
10166Major mode for editing mail and news to be sent. 10342Major mode for editing mail and news to be sent.
10167Like Text Mode but with these additional commands: 10343Like Text Mode but with these additional commands:
10168C-c C-s message-send (send the message) C-c C-c message-send-and-exit 10344C-c C-s message-send (send the message) C-c C-c message-send-and-exit
10345C-c C-d Pospone sending the message C-c C-k Kill the message
10169C-c C-f move to a header field (and create it if there isn't): 10346C-c C-f move to a header field (and create it if there isn't):
10170 C-c C-f C-t move to To C-c C-f C-s move to Subject 10347 C-c C-f C-t move to To C-c C-f C-s move to Subject
10171 C-c C-f C-c move to Cc C-c C-f C-b move to Bcc 10348 C-c C-f C-c move to Cc C-c C-f C-b move to Bcc
@@ -10181,8 +10358,11 @@ C-c C-w message-insert-signature (insert `message-signature-file' file).
10181C-c C-y message-yank-original (insert current message, if any). 10358C-c C-y message-yank-original (insert current message, if any).
10182C-c C-q message-fill-yanked-message (fill what was yanked). 10359C-c C-q message-fill-yanked-message (fill what was yanked).
10183C-c C-e message-elide-region (elide the text between point and mark). 10360C-c C-e message-elide-region (elide the text between point and mark).
10361C-c C-v message-delete-not-region (remove the text outside the region).
10184C-c C-z message-kill-to-signature (kill the text up to the signature). 10362C-c C-z message-kill-to-signature (kill the text up to the signature).
10185C-c C-r message-caesar-buffer-body (rot13 the message body)." t nil) 10363C-c C-r message-caesar-buffer-body (rot13 the message body).
10364C-c C-a mml-attach-file (attach a file as MIME).
10365M-RET message-newline-and-reformat (break the line and reformat)." t nil)
10186 10366
10187(autoload (quote message-mail) "message" "\ 10367(autoload (quote message-mail) "message" "\
10188Start editing a mail message to be sent. 10368Start editing a mail message to be sent.
@@ -10202,7 +10382,8 @@ Follow up to the message in the current buffer.
10202If TO-NEWSGROUPS, use that as the new Newsgroups line." t nil) 10382If TO-NEWSGROUPS, use that as the new Newsgroups line." t nil)
10203 10383
10204(autoload (quote message-cancel-news) "message" "\ 10384(autoload (quote message-cancel-news) "message" "\
10205Cancel an article you posted." t nil) 10385Cancel an article you posted.
10386If ARG, allow editing of the cancellation message." t nil)
10206 10387
10207(autoload (quote message-supersede) "message" "\ 10388(autoload (quote message-supersede) "message" "\
10208Start composing a message to supersede the current message. 10389Start composing a message to supersede the current message.
@@ -10214,14 +10395,15 @@ Reread contents of current buffer from its last auto-save file." t nil)
10214 10395
10215(autoload (quote message-forward) "message" "\ 10396(autoload (quote message-forward) "message" "\
10216Forward the current message via mail. 10397Forward the current message via mail.
10217Optional NEWS will use news to forward instead of mail." t nil) 10398Optional NEWS will use news to forward instead of mail.
10399Optional DIGEST will use digest to forward." t nil)
10218 10400
10219(autoload (quote message-resend) "message" "\ 10401(autoload (quote message-resend) "message" "\
10220Resend the current article to ADDRESS." t nil) 10402Resend the current article to ADDRESS." t nil)
10221 10403
10222(autoload (quote message-bounce) "message" "\ 10404(autoload (quote message-bounce) "message" "\
10223Re-mail the current message. 10405Re-mail the current message.
10224This only makes sense if the current message is a bounce message than 10406This only makes sense if the current message is a bounce message that
10225contains some mail you have written which has been bounced back to 10407contains some mail you have written which has been bounced back to
10226you." t nil) 10408you." t nil)
10227 10409
@@ -10389,7 +10571,7 @@ Legal MIME content types. See documentation for \\[mh-edit-mhn].")
10389 10571
10390;;;*** 10572;;;***
10391 10573
10392;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (14457 61243)) 10574;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (14484 43737))
10393;;; Generated autoloads from mail/mh-utils.el 10575;;; Generated autoloads from mail/mh-utils.el
10394 10576
10395(put (quote mh-progs) (quote risky-local-variable) t) 10577(put (quote mh-progs) (quote risky-local-variable) t)
@@ -10403,7 +10585,7 @@ Legal MIME content types. See documentation for \\[mh-edit-mhn].")
10403;;;*** 10585;;;***
10404 10586
10405;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 10587;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
10406;;;;;; "midnight.el" (14720 14160)) 10588;;;;;; "midnight.el" (14720 22609))
10407;;; Generated autoloads from midnight.el 10589;;; Generated autoloads from midnight.el
10408 10590
10409(autoload (quote clean-buffer-list) "midnight" "\ 10591(autoload (quote clean-buffer-list) "midnight" "\
@@ -10434,6 +10616,18 @@ Convert buffer of Mocklisp code to real Lisp that GNU Emacs can run." t nil)
10434 10616
10435;;;*** 10617;;;***
10436 10618
10619;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
10620;;;;;; (14791 27300))
10621;;; Generated autoloads from gnus/mm-partial.el
10622
10623(autoload (quote mm-inline-partial) "mm-partial" "\
10624Show the partial part of HANDLE.
10625This function replaces the buffer of HANDLE with a buffer contains
10626the entire message.
10627If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing." nil nil)
10628
10629;;;***
10630
10437;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" 10631;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
10438;;;;;; (13552 32940)) 10632;;;;;; (13552 32940))
10439;;; Generated autoloads from progmodes/modula2.el 10633;;; Generated autoloads from progmodes/modula2.el
@@ -10465,7 +10659,7 @@ followed by the first character of the construct.
10465;;;*** 10659;;;***
10466 10660
10467;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (14736 10661;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (14736
10468;;;;;; 992)) 10662;;;;;; 21062))
10469;;; Generated autoloads from mouse-sel.el 10663;;; Generated autoloads from mouse-sel.el
10470 10664
10471(autoload (quote mouse-sel-mode) "mouse-sel" "\ 10665(autoload (quote mouse-sel-mode) "mouse-sel" "\
@@ -10514,7 +10708,7 @@ Multiplication puzzle with GNU Emacs." t nil)
10514 10708
10515;;;*** 10709;;;***
10516 10710
10517;;;### (autoloads (msb-mode) "msb" "msb.el" (14747 44772)) 10711;;;### (autoloads (msb-mode) "msb" "msb.el" (14794 43544))
10518;;; Generated autoloads from msb.el 10712;;; Generated autoloads from msb.el
10519 10713
10520(defvar msb-mode nil "\ 10714(defvar msb-mode nil "\
@@ -10761,7 +10955,7 @@ language environment LANG-ENV." nil nil)
10761 10955
10762;;;*** 10956;;;***
10763 10957
10764;;;### (autoloads (mwheel-install) "mwheel" "mwheel.el" (14378 51930)) 10958;;;### (autoloads (mwheel-install) "mwheel" "mwheel.el" (14378 52298))
10765;;; Generated autoloads from mwheel.el 10959;;; Generated autoloads from mwheel.el
10766 10960
10767(autoload (quote mwheel-install) "mwheel" "\ 10961(autoload (quote mwheel-install) "mwheel" "\
@@ -10830,7 +11024,7 @@ Open a network connection to HOST on PORT." t nil)
10830;;;### (autoloads (comment-indent-new-line comment-dwim comment-region 11024;;;### (autoloads (comment-indent-new-line comment-dwim comment-region
10831;;;;;; uncomment-region comment-kill comment-set-column comment-indent 11025;;;;;; uncomment-region comment-kill comment-set-column comment-indent
10832;;;;;; comment-multi-line comment-padding comment-style comment-column) 11026;;;;;; comment-multi-line comment-padding comment-style comment-column)
10833;;;;;; "newcomment" "newcomment.el" (14693 39146)) 11027;;;;;; "newcomment" "newcomment.el" (14807 56559))
10834;;; Generated autoloads from newcomment.el 11028;;; Generated autoloads from newcomment.el
10835 11029
10836(defalias (quote indent-for-comment) (quote comment-indent)) 11030(defalias (quote indent-for-comment) (quote comment-indent))
@@ -10864,7 +11058,7 @@ Regexp to match the end of a comment plus everything up to its body.")
10864*String to insert to end a new comment. 11058*String to insert to end a new comment.
10865Should be an empty string if comments are terminated by end-of-line.") 11059Should be an empty string if comments are terminated by end-of-line.")
10866 11060
10867(defvar comment-indent-function (lambda nil comment-column) "\ 11061(defvar comment-indent-function (lambda nil (if (looking-at "\\s<\\s<\\s<") 0 comment-column)) "\
10868Function to compute desired indentation for a comment. 11062Function to compute desired indentation for a comment.
10869This function is called with no args with point at the beginning of 11063This function is called with no args with point at the beginning of
10870the comment's starting delimiter.") 11064the comment's starting delimiter.")
@@ -10943,8 +11137,8 @@ unless optional argument SOFT is non-nil." t nil)
10943 11137
10944;;;*** 11138;;;***
10945 11139
10946;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (14030 11140;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (14792
10947;;;;;; 49432)) 11141;;;;;; 2696))
10948;;; Generated autoloads from gnus/nndoc.el 11142;;; Generated autoloads from gnus/nndoc.el
10949 11143
10950(autoload (quote nndoc-add-type) "nndoc" "\ 11144(autoload (quote nndoc-add-type) "nndoc" "\
@@ -10957,16 +11151,17 @@ symbol in the alist." nil nil)
10957;;;*** 11151;;;***
10958 11152
10959;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 11153;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
10960;;;;;; (14030 49439)) 11154;;;;;; (14792 2696))
10961;;; Generated autoloads from gnus/nnfolder.el 11155;;; Generated autoloads from gnus/nnfolder.el
10962 11156
10963(autoload (quote nnfolder-generate-active-file) "nnfolder" "\ 11157(autoload (quote nnfolder-generate-active-file) "nnfolder" "\
10964Look for mbox folders in the nnfolder directory and make them into groups." t nil) 11158Look for mbox folders in the nnfolder directory and make them into groups.
11159This command does not work if you use short group names." t nil)
10965 11160
10966;;;*** 11161;;;***
10967 11162
10968;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 11163;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
10969;;;;;; (14030 49445)) 11164;;;;;; (14793 26124))
10970;;; Generated autoloads from gnus/nnkiboze.el 11165;;; Generated autoloads from gnus/nnkiboze.el
10971 11166
10972(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ 11167(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\
@@ -10976,7 +11171,7 @@ Finds out what articles are to be part of the nnkiboze groups." t nil)
10976;;;*** 11171;;;***
10977 11172
10978;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 11173;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
10979;;;;;; (14030 49457)) 11174;;;;;; (14792 2698))
10980;;; Generated autoloads from gnus/nnml.el 11175;;; Generated autoloads from gnus/nnml.el
10981 11176
10982(autoload (quote nnml-generate-nov-databases) "nnml" "\ 11177(autoload (quote nnml-generate-nov-databases) "nnml" "\
@@ -10985,7 +11180,7 @@ Generate NOV databases in all nnml directories." t nil)
10985;;;*** 11180;;;***
10986 11181
10987;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 11182;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
10988;;;;;; "nnsoup" "gnus/nnsoup.el" (14293 3539)) 11183;;;;;; "nnsoup" "gnus/nnsoup.el" (14792 2698))
10989;;; Generated autoloads from gnus/nnsoup.el 11184;;; Generated autoloads from gnus/nnsoup.el
10990 11185
10991(autoload (quote nnsoup-pack-replies) "nnsoup" "\ 11186(autoload (quote nnsoup-pack-replies) "nnsoup" "\
@@ -11068,7 +11263,7 @@ startup file, `~/.emacs-octave'." t nil)
11068;;;*** 11263;;;***
11069 11264
11070;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 11265;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
11071;;;;;; (14535 42068)) 11266;;;;;; (14535 42824))
11072;;; Generated autoloads from progmodes/octave-mod.el 11267;;; Generated autoloads from progmodes/octave-mod.el
11073 11268
11074(autoload (quote octave-mode) "octave-mod" "\ 11269(autoload (quote octave-mode) "octave-mod" "\
@@ -11182,7 +11377,7 @@ The Custom feature is intended to make this obsolete." t nil)
11182;;;*** 11377;;;***
11183 11378
11184;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" 11379;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el"
11185;;;;;; (14747 44776)) 11380;;;;;; (14807 56561))
11186;;; Generated autoloads from textmodes/outline.el 11381;;; Generated autoloads from textmodes/outline.el
11187 11382
11188(autoload (quote outline-mode) "outline" "\ 11383(autoload (quote outline-mode) "outline" "\
@@ -11232,14 +11427,11 @@ See the command `outline-mode' for more information on this mode." t nil)
11232 11427
11233;;;*** 11428;;;***
11234 11429
11235;;;### (autoloads (show-paren-mode show-paren-mode) "paren" "paren.el" 11430;;;### (autoloads (show-paren-mode) "paren" "paren.el" (14807 56559))
11236;;;;;; (14744 19183))
11237;;; Generated autoloads from paren.el 11431;;; Generated autoloads from paren.el
11238 11432
11239(defvar show-paren-mode nil "\ 11433(defvar show-paren-mode nil "\
11240*Toggle Show Paren mode. 11434Toggle Show-Paren mode.
11241When Show Paren mode is enabled, any matching parenthesis is highlighted
11242after `show-paren-delay' seconds of Emacs idle time.
11243Setting this variable directly does not take effect; 11435Setting this variable directly does not take effect;
11244use either \\[customize] or the function `show-paren-mode'.") 11436use either \\[customize] or the function `show-paren-mode'.")
11245 11437
@@ -11257,8 +11449,8 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time." t ni
11257 11449
11258;;;*** 11450;;;***
11259 11451
11260;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (14627 11452;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (14628
11261;;;;;; 63384)) 11453;;;;;; 14481))
11262;;; Generated autoloads from progmodes/pascal.el 11454;;; Generated autoloads from progmodes/pascal.el
11263 11455
11264(autoload (quote pascal-mode) "pascal" "\ 11456(autoload (quote pascal-mode) "pascal" "\
@@ -11325,7 +11517,7 @@ C-Escape does list-buffers." t nil)
11325;;;*** 11517;;;***
11326 11518
11327;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" 11519;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select"
11328;;;;;; "emulation/pc-select.el" (14745 1586)) 11520;;;;;; "emulation/pc-select.el" (14782 10868))
11329;;; Generated autoloads from emulation/pc-select.el 11521;;; Generated autoloads from emulation/pc-select.el
11330 11522
11331(autoload (quote pc-selection-mode) "pc-select" "\ 11523(autoload (quote pc-selection-mode) "pc-select" "\
@@ -11392,7 +11584,7 @@ You must modify via \\[customize] for this variable to have an effect.")
11392;;;*** 11584;;;***
11393 11585
11394;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (14680 11586;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (14680
11395;;;;;; 31123)) 11587;;;;;; 33021))
11396;;; Generated autoloads from pcmpl-cvs.el 11588;;; Generated autoloads from pcmpl-cvs.el
11397 11589
11398(autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ 11590(autoload (quote pcomplete/cvs) "pcmpl-cvs" "\
@@ -11421,7 +11613,7 @@ Completion for the GNU tar utility." nil nil)
11421;;;*** 11613;;;***
11422 11614
11423;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 11615;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
11424;;;;;; "pcmpl-linux" "pcmpl-linux.el" (14680 31151)) 11616;;;;;; "pcmpl-linux" "pcmpl-linux.el" (14680 33024))
11425;;; Generated autoloads from pcmpl-linux.el 11617;;; Generated autoloads from pcmpl-linux.el
11426 11618
11427(autoload (quote pcomplete/kill) "pcmpl-linux" "\ 11619(autoload (quote pcomplete/kill) "pcmpl-linux" "\
@@ -11436,7 +11628,7 @@ Completion for GNU/Linux `mount'." nil nil)
11436;;;*** 11628;;;***
11437 11629
11438;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (14680 11630;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (14680
11439;;;;;; 31160)) 11631;;;;;; 33025))
11440;;; Generated autoloads from pcmpl-rpm.el 11632;;; Generated autoloads from pcmpl-rpm.el
11441 11633
11442(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ 11634(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\
@@ -11450,7 +11642,7 @@ You can use \\[eshell-report-bug] to do so." nil nil)
11450 11642
11451;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which 11643;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which
11452;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) 11644;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)
11453;;;;;; "pcmpl-unix" "pcmpl-unix.el" (14680 31168)) 11645;;;;;; "pcmpl-unix" "pcmpl-unix.el" (14680 33026))
11454;;; Generated autoloads from pcmpl-unix.el 11646;;; Generated autoloads from pcmpl-unix.el
11455 11647
11456(autoload (quote pcomplete/cd) "pcmpl-unix" "\ 11648(autoload (quote pcomplete/cd) "pcmpl-unix" "\
@@ -11524,7 +11716,7 @@ Setup shell-mode to use pcomplete." nil nil)
11524 11716
11525;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 11717;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
11526;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 11718;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
11527;;;;;; "pcvs.el" (14747 44772)) 11719;;;;;; "pcvs.el" (14807 56559))
11528;;; Generated autoloads from pcvs.el 11720;;; Generated autoloads from pcvs.el
11529 11721
11530(autoload (quote cvs-checkout) "pcvs" "\ 11722(autoload (quote cvs-checkout) "pcvs" "\
@@ -11593,7 +11785,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
11593;;;*** 11785;;;***
11594 11786
11595;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 11787;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
11596;;;;;; (14644 9538)) 11788;;;;;; (14807 56561))
11597;;; Generated autoloads from progmodes/perl-mode.el 11789;;; Generated autoloads from progmodes/perl-mode.el
11598 11790
11599(autoload (quote perl-mode) "perl-mode" "\ 11791(autoload (quote perl-mode) "perl-mode" "\
@@ -11778,7 +11970,7 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
11778;;;*** 11970;;;***
11779 11971
11780;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (14380 11972;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (14380
11781;;;;;; 3795)) 11973;;;;;; 3920))
11782;;; Generated autoloads from progmodes/ps-mode.el 11974;;; Generated autoloads from progmodes/ps-mode.el
11783 11975
11784(autoload (quote ps-mode) "ps-mode" "\ 11976(autoload (quote ps-mode) "ps-mode" "\
@@ -11826,7 +12018,7 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
11826;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize 12018;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize
11827;;;;;; ps-mule-plot-composition ps-mule-plot-string ps-mule-set-ascii-font 12019;;;;;; ps-mule-plot-composition ps-mule-plot-string ps-mule-set-ascii-font
11828;;;;;; ps-mule-prepare-ascii-font ps-multibyte-buffer) "ps-mule" 12020;;;;;; ps-mule-prepare-ascii-font ps-multibyte-buffer) "ps-mule"
11829;;;;;; "ps-mule.el" (14728 6241)) 12021;;;;;; "ps-mule.el" (14728 33447))
11830;;; Generated autoloads from ps-mule.el 12022;;; Generated autoloads from ps-mule.el
11831 12023
11832(defvar ps-multibyte-buffer nil "\ 12024(defvar ps-multibyte-buffer nil "\
@@ -11923,7 +12115,7 @@ This checks if all multi-byte characters in the region are printable or not." ni
11923;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 12115;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
11924;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 12116;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
11925;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" 12117;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print"
11926;;;;;; "ps-print.el" (14763 37945)) 12118;;;;;; "ps-print.el" (14763 38312))
11927;;; Generated autoloads from ps-print.el 12119;;; Generated autoloads from ps-print.el
11928 12120
11929(defvar ps-paper-type (quote letter) "\ 12121(defvar ps-paper-type (quote letter) "\
@@ -12059,9 +12251,9 @@ If EXTENSION is any other symbol, it is ignored." nil nil)
12059 12251
12060;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal 12252;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal
12061;;;;;; quail-defrule quail-install-decode-map quail-install-map 12253;;;;;; quail-defrule quail-install-decode-map quail-install-map
12062;;;;;; quail-define-rules quail-set-keyboard-layout quail-define-package 12254;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
12063;;;;;; quail-use-package) "quail" "international/quail.el" (14764 12255;;;;;; quail-define-package quail-use-package) "quail" "international/quail.el"
12064;;;;;; 59676)) 12256;;;;;; (14801 17449))
12065;;; Generated autoloads from international/quail.el 12257;;; Generated autoloads from international/quail.el
12066 12258
12067(autoload (quote quail-use-package) "quail" "\ 12259(autoload (quote quail-use-package) "quail" "\
@@ -12084,7 +12276,12 @@ If it is an alist, the element has the form (CHAR . STRING). Each character
12084 shown. 12276 shown.
12085If it is nil, the current key is shown. 12277If it is nil, the current key is shown.
12086 12278
12087DOCSTRING is the documentation string of this package. 12279DOCSTRING is the documentation string of this package. The command
12280`describe-input-method' shows this string while replacing the form
12281\\=\\<VAR> in the string by the value of VAR. That value should be a
12282string. For instance, the form \\=\\<quail-translation-docstring> is
12283replaced by a description about how to select a translation from a
12284list of candidates.
12088 12285
12089TRANSLATION-KEYS specifies additional key bindings used while translation 12286TRANSLATION-KEYS specifies additional key bindings used while translation
12090region is active. It is an alist of single key character vs. corresponding 12287region is active. It is an alist of single key character vs. corresponding
@@ -12151,6 +12348,12 @@ standard layout defined in `quail-keyboard-layout-standard'. This
12151function tells Quail system the layout of your keyboard so that what 12348function tells Quail system the layout of your keyboard so that what
12152you type is correctly handled." t nil) 12349you type is correctly handled." t nil)
12153 12350
12351(autoload (quote quail-show-keyboard-layout) "quail" "\
12352Show the physical layout of the keyboard type KEYBOARD-TYPE.
12353
12354The variable `quail-keyboard-layout-type' holds the currently selected
12355keyboard type." t nil)
12356
12154(autoload (quote quail-define-rules) "quail" "\ 12357(autoload (quote quail-define-rules) "quail" "\
12155Define translation rules of the current Quail package. 12358Define translation rules of the current Quail package.
12156Each argument is a list of KEY and TRANSLATION. 12359Each argument is a list of KEY and TRANSLATION.
@@ -12254,7 +12457,7 @@ of each directory." t nil)
12254;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 12457;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
12255;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 12458;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
12256;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (14554 12459;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (14554
12257;;;;;; 7245)) 12460;;;;;; 8650))
12258;;; Generated autoloads from net/quickurl.el 12461;;; Generated autoloads from net/quickurl.el
12259 12462
12260(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" "\ 12463(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" "\
@@ -12268,7 +12471,12 @@ To make use of this do something like:
12268 12471
12269in your ~/.emacs (after loading/requiring quickurl).") 12472in your ~/.emacs (after loading/requiring quickurl).")
12270 12473
12271(autoload (quote quickurl) "quickurl" "Insert an URL based on LOOKUP.\n\nIf not supplied LOOKUP is taken to be the word at point in the current\nbuffer, this default action can be modifed via\n`quickurl-grab-lookup-function'." t nil) 12474(autoload (quote quickurl) "quickurl" "\
12475Insert an URL based on LOOKUP.
12476
12477If not supplied LOOKUP is taken to be the word at point in the current
12478buffer, this default action can be modifed via
12479`quickurl-grab-lookup-function'." t nil)
12272 12480
12273(autoload (quote quickurl-ask) "quickurl" "\ 12481(autoload (quote quickurl-ask) "quickurl" "\
12274Insert an URL, with `completing-read' prompt, based on LOOKUP." t nil) 12482Insert an URL, with `completing-read' prompt, based on LOOKUP." t nil)
@@ -12279,7 +12487,12 @@ Allow the user to interactively add a new URL associated with WORD.
12279See `quickurl-grab-url' for details on how the default word/url combination 12487See `quickurl-grab-url' for details on how the default word/url combination
12280is decided." t nil) 12488is decided." t nil)
12281 12489
12282(autoload (quote quickurl-browse-url) "quickurl" "Browse the URL associated with LOOKUP.\n\nIf not supplied LOOKUP is taken to be the word at point in the\ncurrent buffer, this default action can be modifed via\n`quickurl-grab-lookup-function'." t nil) 12490(autoload (quote quickurl-browse-url) "quickurl" "\
12491Browse the URL associated with LOOKUP.
12492
12493If not supplied LOOKUP is taken to be the word at point in the
12494current buffer, this default action can be modifed via
12495`quickurl-grab-lookup-function'." t nil)
12283 12496
12284(autoload (quote quickurl-browse-url-ask) "quickurl" "\ 12497(autoload (quote quickurl-browse-url-ask) "quickurl" "\
12285Browse the URL, with `completing-read' prompt, associated with LOOKUP." t nil) 12498Browse the URL, with `completing-read' prompt, associated with LOOKUP." t nil)
@@ -12299,8 +12512,8 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'." t nil)
12299 12512
12300;;;*** 12513;;;***
12301 12514
12302;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (13149 12515;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (14550
12303;;;;;; 16808)) 12516;;;;;; 7848))
12304;;; Generated autoloads from net/rcompile.el 12517;;; Generated autoloads from net/rcompile.el
12305 12518
12306(autoload (quote remote-compile) "rcompile" "\ 12519(autoload (quote remote-compile) "rcompile" "\
@@ -12310,7 +12523,7 @@ See \\[compile]." t nil)
12310;;;*** 12523;;;***
12311 12524
12312;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 12525;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
12313;;;;;; (14539 41135)) 12526;;;;;; (14539 46619))
12314;;; Generated autoloads from emacs-lisp/re-builder.el 12527;;; Generated autoloads from emacs-lisp/re-builder.el
12315 12528
12316(autoload (quote re-builder) "re-builder" "\ 12529(autoload (quote re-builder) "re-builder" "\
@@ -12320,7 +12533,7 @@ Call up the RE Builder for the current window." t nil)
12320 12533
12321;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files 12534;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files
12322;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf" 12535;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf"
12323;;;;;; "recentf.el" (14743 57317)) 12536;;;;;; "recentf.el" (14743 59745))
12324;;; Generated autoloads from recentf.el 12537;;; Generated autoloads from recentf.el
12325 12538
12326(autoload (quote recentf-save-list) "recentf" "\ 12539(autoload (quote recentf-save-list) "recentf" "\
@@ -12547,7 +12760,7 @@ Here are all local bindings.
12547;;;*** 12760;;;***
12548 12761
12549;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 12762;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
12550;;;;;; (14738 26727)) 12763;;;;;; (14807 56560))
12551;;; Generated autoloads from emacs-lisp/regexp-opt.el 12764;;; Generated autoloads from emacs-lisp/regexp-opt.el
12552 12765
12553(autoload (quote regexp-opt) "regexp-opt" "\ 12766(autoload (quote regexp-opt) "regexp-opt" "\
@@ -12613,7 +12826,7 @@ mail-sending package is used for editing and sending the message." nil nil)
12613;;;*** 12826;;;***
12614 12827
12615;;;### (autoloads (reposition-window) "reposition" "reposition.el" 12828;;;### (autoloads (reposition-window) "reposition" "reposition.el"
12616;;;;;; (13229 29317)) 12829;;;;;; (14808 17014))
12617;;; Generated autoloads from reposition.el 12830;;; Generated autoloads from reposition.el
12618 12831
12619(autoload (quote reposition-window) "reposition" "\ 12832(autoload (quote reposition-window) "reposition" "\
@@ -12889,7 +13102,7 @@ Set PASSWORD to be used for retrieving mail from a POP server." t nil)
12889;;;*** 13102;;;***
12890 13103
12891;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" 13104;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
12892;;;;;; (14387 64145)) 13105;;;;;; (14387 64265))
12893;;; Generated autoloads from mail/rmailedit.el 13106;;; Generated autoloads from mail/rmailedit.el
12894 13107
12895(autoload (quote rmail-edit-current-message) "rmailedit" "\ 13108(autoload (quote rmail-edit-current-message) "rmailedit" "\
@@ -13190,7 +13403,7 @@ that variable's value is a string." t nil)
13190;;;*** 13403;;;***
13191 13404
13192;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 13405;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
13193;;;;;; (14030 49477)) 13406;;;;;; (14792 2703))
13194;;; Generated autoloads from gnus/score-mode.el 13407;;; Generated autoloads from gnus/score-mode.el
13195 13408
13196(autoload (quote gnus-score-mode) "score-mode" "\ 13409(autoload (quote gnus-score-mode) "score-mode" "\
@@ -13202,7 +13415,7 @@ This mode is an extended emacs-lisp mode.
13202;;;*** 13415;;;***
13203 13416
13204;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (14381 13417;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (14381
13205;;;;;; 55098)) 13418;;;;;; 56615))
13206;;; Generated autoloads from textmodes/scribe.el 13419;;; Generated autoloads from textmodes/scribe.el
13207 13420
13208(autoload (quote scribe-mode) "scribe" "\ 13421(autoload (quote scribe-mode) "scribe" "\
@@ -13228,7 +13441,7 @@ scribe-electric-parenthesis
13228;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to 13441;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to
13229;;;;;; mail-archive-file-name mail-header-separator mail-yank-ignored-headers 13442;;;;;; mail-archive-file-name mail-header-separator mail-yank-ignored-headers
13230;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from 13443;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from
13231;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (14743 46413)) 13444;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (14782 12278))
13232;;; Generated autoloads from mail/sendmail.el 13445;;; Generated autoloads from mail/sendmail.el
13233 13446
13234(defvar mail-from-style (quote angles) "\ 13447(defvar mail-from-style (quote angles) "\
@@ -13388,7 +13601,7 @@ Like `mail' command, but display mail buffer in another frame." t nil)
13388 13601
13389;;;*** 13602;;;***
13390 13603
13391;;;### (autoloads (server-start) "server" "server.el" (14753 16033)) 13604;;;### (autoloads (server-start) "server" "server.el" (14753 18953))
13392;;; Generated autoloads from server.el 13605;;; Generated autoloads from server.el
13393 13606
13394(autoload (quote server-start) "server" "\ 13607(autoload (quote server-start) "server" "\
@@ -13403,7 +13616,7 @@ Prefix arg means just kill any existing server communications subprocess." t nil
13403;;;*** 13616;;;***
13404 13617
13405;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 13618;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
13406;;;;;; (14501 37288)) 13619;;;;;; (14501 47217))
13407;;; Generated autoloads from textmodes/sgml-mode.el 13620;;; Generated autoloads from textmodes/sgml-mode.el
13408 13621
13409(autoload (quote sgml-mode) "sgml-mode" "\ 13622(autoload (quote sgml-mode) "sgml-mode" "\
@@ -13465,7 +13678,7 @@ To work around that, do:
13465;;;*** 13678;;;***
13466 13679
13467;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 13680;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
13468;;;;;; (14750 26820)) 13681;;;;;; (14792 2704))
13469;;; Generated autoloads from progmodes/sh-script.el 13682;;; Generated autoloads from progmodes/sh-script.el
13470 13683
13471(put (quote sh-mode) (quote mode-class) (quote special)) 13684(put (quote sh-mode) (quote mode-class) (quote special))
@@ -13573,24 +13786,14 @@ buffer called `*Shadows*'. Shadowings are located by calling the
13573 13786
13574;;;*** 13787;;;***
13575 13788
13576;;;### (autoloads (shell shell-prompt-pattern) "shell" "shell.el" 13789;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
13577;;;;;; (14755 36371)) 13790;;;;;; (14785 16384))
13578;;; Generated autoloads from shell.el 13791;;; Generated autoloads from shell.el
13579 13792
13580(defvar shell-prompt-pattern "^[^#$%>\n]*[#$%>] *" "\ 13793(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
13581Regexp to match prompts in the inferior shell. 13794Regexp to match shells that don't save their command history.
13582Defaults to \"^[^#$%>\\n]*[#$%>] *\", which works pretty well. 13795For shells that match this regexp, Emacs will write out the
13583This variable is used to initialise `comint-prompt-regexp' in the 13796command history when the shell finishes.")
13584shell buffer.
13585
13586This variable is only used if the variable
13587`comint-use-prompt-regexp-instead-of-fields' is non-nil.
13588
13589The pattern should probably not match more than one line. If it does,
13590Shell mode may become confused trying to distinguish prompt from input
13591on lines which don't start with a prompt.
13592
13593This is a fine thing to set in your `.emacs' file.")
13594 13797
13595(autoload (quote shell) "shell" "\ 13798(autoload (quote shell) "shell" "\
13596Run an inferior shell, with I/O through buffer *shell*. 13799Run an inferior shell, with I/O through buffer *shell*.
@@ -13794,8 +13997,17 @@ Minor mode to simplify editing output from the diff3 program.
13794 13997
13795;;;*** 13998;;;***
13796 13999
14000;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el"
14001;;;;;; (14807 56560))
14002;;; Generated autoloads from gnus/smiley-ems.el
14003
14004(autoload (quote smiley-region) "smiley-ems" "\
14005Replace in the region `smiley-regexp-alist' matches with corresponding images." t nil)
14006
14007;;;***
14008
13797;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" 14009;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el"
13798;;;;;; (14342 21398)) 14010;;;;;; (14342 21630))
13799;;; Generated autoloads from mail/smtpmail.el 14011;;; Generated autoloads from mail/smtpmail.el
13800 14012
13801(autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) 14013(autoload (quote smtpmail-send-it) "smtpmail" nil nil nil)
@@ -13826,7 +14038,7 @@ snake-mode keybindings:
13826;;;*** 14038;;;***
13827 14039
13828;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 14040;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
13829;;;;;; (14082 18459)) 14041;;;;;; (14550 9134))
13830;;; Generated autoloads from net/snmp-mode.el 14042;;; Generated autoloads from net/snmp-mode.el
13831 14043
13832(autoload (quote snmp-mode) "snmp-mode" "\ 14044(autoload (quote snmp-mode) "snmp-mode" "\
@@ -13988,7 +14200,7 @@ Pick your favourite shortcuts:
13988 14200
13989;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 14201;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
13990;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 14202;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
13991;;;;;; sort-lines sort-subr) "sort" "sort.el" (14481 36636)) 14203;;;;;; sort-lines sort-subr) "sort" "sort.el" (14481 36842))
13992;;; Generated autoloads from sort.el 14204;;; Generated autoloads from sort.el
13993 14205
13994(autoload (quote sort-subr) "sort" "\ 14206(autoload (quote sort-subr) "sort" "\
@@ -14111,7 +14323,7 @@ From a program takes two point or marker arguments, BEG and END." t nil)
14111;;;*** 14323;;;***
14112 14324
14113;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 14325;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
14114;;;;;; "speedbar.el" (14642 23986)) 14326;;;;;; "speedbar.el" (14782 10119))
14115;;; Generated autoloads from speedbar.el 14327;;; Generated autoloads from speedbar.el
14116 14328
14117(defalias (quote speedbar) (quote speedbar-frame-mode)) 14329(defalias (quote speedbar) (quote speedbar-frame-mode))
@@ -14174,7 +14386,7 @@ Return a vector containing the lines from `spook-phrases-file'." nil nil)
14174 14386
14175;;;### (autoloads (sql-postgres sql-ms sql-ingres sql-solid sql-mysql 14387;;;### (autoloads (sql-postgres sql-ms sql-ingres sql-solid sql-mysql
14176;;;;;; sql-informix sql-sybase sql-oracle sql-mode sql-help) "sql" 14388;;;;;; sql-informix sql-sybase sql-oracle sql-mode sql-help) "sql"
14177;;;;;; "progmodes/sql.el" (14747 51309)) 14389;;;;;; "progmodes/sql.el" (14772 52869))
14178;;; Generated autoloads from progmodes/sql.el 14390;;; Generated autoloads from progmodes/sql.el
14179 14391
14180(autoload (quote sql-help) "sql" "\ 14392(autoload (quote sql-help) "sql" "\
@@ -14425,14 +14637,22 @@ Try to set `comint-output-filter-functions' like this:
14425 14637
14426;;;*** 14638;;;***
14427 14639
14428;;;### (autoloads (strokes-mode strokes-load-user-strokes strokes-help 14640;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer
14429;;;;;; strokes-describe-stroke strokes-do-complex-stroke strokes-do-stroke 14641;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
14430;;;;;; strokes-read-complex-stroke strokes-read-stroke strokes-global-set-stroke) 14642;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
14431;;;;;; "strokes" "strokes.el" (14726 36008)) 14643;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
14644;;;;;; strokes-global-set-stroke strokes-mode) "strokes" "strokes.el"
14645;;;;;; (14786 23249))
14432;;; Generated autoloads from strokes.el 14646;;; Generated autoloads from strokes.el
14433 14647
14434(defvar strokes-mode nil "\ 14648(defvar strokes-mode nil "\
14435Non-nil when `strokes' is globally enabled") 14649Non-nil when `strokes' is globally enabled.
14650Setting this variable directly does not take effect. Use either Customize
14651or M-x strokes-mode.")
14652
14653(custom-add-to-group (quote strokes) (quote strokes-mode) (quote custom-variable))
14654
14655(custom-add-load (quote strokes-mode) (quote strokes))
14436 14656
14437(autoload (quote strokes-global-set-stroke) "strokes" "\ 14657(autoload (quote strokes-global-set-stroke) "strokes" "\
14438Interactively give STROKE the global binding as COMMAND. 14658Interactively give STROKE the global binding as COMMAND.
@@ -14460,7 +14680,7 @@ then complete the stroke with button3.
14460Optional EVENT is acceptable as the starting event of the stroke" nil nil) 14680Optional EVENT is acceptable as the starting event of the stroke" nil nil)
14461 14681
14462(autoload (quote strokes-do-stroke) "strokes" "\ 14682(autoload (quote strokes-do-stroke) "strokes" "\
14463Read a simple stroke from the user and then exectute its comand. 14683Read a simple stroke from the user and then exectute its command.
14464This must be bound to a mouse event." t nil) 14684This must be bound to a mouse event." t nil)
14465 14685
14466(autoload (quote strokes-do-complex-stroke) "strokes" "\ 14686(autoload (quote strokes-do-complex-stroke) "strokes" "\
@@ -14473,13 +14693,19 @@ Displays the command which STROKE maps to, reading STROKE interactively." t nil)
14473(defalias (quote describe-stroke) (quote strokes-describe-stroke)) 14693(defalias (quote describe-stroke) (quote strokes-describe-stroke))
14474 14694
14475(autoload (quote strokes-help) "strokes" "\ 14695(autoload (quote strokes-help) "strokes" "\
14476Get instructional help on using the the `strokes' package." t nil) 14696Get instructional help on using the `strokes' package." t nil)
14477 14697
14478(autoload (quote strokes-load-user-strokes) "strokes" "\ 14698(autoload (quote strokes-load-user-strokes) "strokes" "\
14479Load user-defined strokes from file named by `strokes-file'." t nil) 14699Load user-defined strokes from file named by `strokes-file'." t nil)
14480 14700
14481(defalias (quote load-user-strokes) (quote strokes-load-user-strokes)) 14701(defalias (quote load-user-strokes) (quote strokes-load-user-strokes))
14482 14702
14703(autoload (quote strokes-list-strokes) "strokes" "\
14704Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP.
14705With CHRONOLOGICAL prefix arg (\\[universal-argument]) list strokes
14706chronologically by command name.
14707If STROKES-MAP is not given, `strokes-global-map' will be used instead." t nil)
14708
14483(autoload (quote strokes-mode) "strokes" "\ 14709(autoload (quote strokes-mode) "strokes" "\
14484Toggle strokes being enabled. 14710Toggle strokes being enabled.
14485With ARG, turn strokes on if and only if ARG is positive or true. 14711With ARG, turn strokes on if and only if ARG is positive or true.
@@ -14491,12 +14717,20 @@ new strokes with
14491> M-x global-set-stroke 14717> M-x global-set-stroke
14492 14718
14493To use strokes for pictographic editing, such as Chinese/Japanese, use 14719To use strokes for pictographic editing, such as Chinese/Japanese, use
14494Sh-button-2, which draws strokes and inserts them. Encode/decode your 14720S-mouse-2, which draws strokes and inserts them. Encode/decode your
14495strokes with 14721strokes with
14496 14722
14497> M-x strokes-encode-buffer 14723> M-x strokes-encode-buffer
14498> M-x strokes-decode-buffer" t nil) 14724> M-x strokes-decode-buffer" t nil)
14499 14725
14726(autoload (quote strokes-decode-buffer) "strokes" "\
14727Decode stroke strings in BUFFER and display their corresponding glyphs.
14728Optional BUFFER defaults to the current buffer.
14729Optional FORCE non-nil will ignore the buffer's read-only status." t nil)
14730
14731(autoload (quote strokes-compose-complex-stroke) "strokes" "\
14732Read a complex stroke and insert its glyph into the current buffer." t nil)
14733
14500;;;*** 14734;;;***
14501 14735
14502;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 14736;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
@@ -14629,7 +14863,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'." t nil)
14629 14863
14630;;;*** 14864;;;***
14631 14865
14632;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (13858 52416)) 14866;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (14550 7962))
14633;;; Generated autoloads from net/telnet.el 14867;;; Generated autoloads from net/telnet.el
14634 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") 14868 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
14635 14869
@@ -14650,7 +14884,7 @@ Normally input is edited in Emacs and sent a line at a time." t nil)
14650;;;*** 14884;;;***
14651 14885
14652;;;### (autoloads (ansi-term term make-term) "term" "term.el" (14700 14886;;;### (autoloads (ansi-term term make-term) "term" "term.el" (14700
14653;;;;;; 46635)) 14887;;;;;; 46932))
14654;;; Generated autoloads from term.el 14888;;; Generated autoloads from term.el
14655 14889
14656(autoload (quote make-term) "term" "\ 14890(autoload (quote make-term) "term" "\
@@ -14734,7 +14968,7 @@ tetris-mode keybindings:
14734;;;;;; tex-start-options-string slitex-run-command latex-run-command 14968;;;;;; tex-start-options-string slitex-run-command latex-run-command
14735;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 14969;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
14736;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 14970;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
14737;;;;;; (14747 44776)) 14971;;;;;; (14807 56561))
14738;;; Generated autoloads from textmodes/tex-mode.el 14972;;; Generated autoloads from textmodes/tex-mode.el
14739 14973
14740(defvar tex-shell-file-name nil "\ 14974(defvar tex-shell-file-name nil "\
@@ -14982,7 +15216,7 @@ Entering SliTeX mode runs the hook `text-mode-hook', then the hook
14982;;;*** 15216;;;***
14983 15217
14984;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 15218;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
14985;;;;;; "texinfmt" "textmodes/texinfmt.el" (14600 18796)) 15219;;;;;; "texinfmt" "textmodes/texinfmt.el" (14600 36293))
14986;;; Generated autoloads from textmodes/texinfmt.el 15220;;; Generated autoloads from textmodes/texinfmt.el
14987 15221
14988(autoload (quote texinfo-format-buffer) "texinfmt" "\ 15222(autoload (quote texinfo-format-buffer) "texinfmt" "\
@@ -15016,7 +15250,7 @@ if large. You can use Info-split to do this manually." t nil)
15016;;;*** 15250;;;***
15017 15251
15018;;;### (autoloads (texinfo-mode) "texinfo" "textmodes/texinfo.el" 15252;;;### (autoloads (texinfo-mode) "texinfo" "textmodes/texinfo.el"
15019;;;;;; (14587 10351)) 15253;;;;;; (14810 32089))
15020;;; Generated autoloads from textmodes/texinfo.el 15254;;; Generated autoloads from textmodes/texinfo.el
15021 15255
15022(autoload (quote texinfo-mode) "texinfo" "\ 15256(autoload (quote texinfo-mode) "texinfo" "\
@@ -15254,7 +15488,7 @@ See also docstring of the function tibetan-compose-region." t nil)
15254;;;*** 15488;;;***
15255 15489
15256;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 15490;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
15257;;;;;; (14357 30776)) 15491;;;;;; (14780 1546))
15258;;; Generated autoloads from textmodes/tildify.el 15492;;; Generated autoloads from textmodes/tildify.el
15259 15493
15260(autoload (quote tildify-region) "tildify" "\ 15494(autoload (quote tildify-region) "tildify" "\
@@ -15273,19 +15507,10 @@ This function performs no refilling of the changed text." t nil)
15273 15507
15274;;;*** 15508;;;***
15275 15509
15276;;;### (autoloads (display-time-mode display-time display-time-day-and-date 15510;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
15277;;;;;; display-time-mode) "time" "time.el" (14667 40846)) 15511;;;;;; "time" "time.el" (14807 56560))
15278;;; Generated autoloads from time.el 15512;;; Generated autoloads from time.el
15279 15513
15280(defvar display-time-mode nil "\
15281Toggle display of time, load level, and mail flag in mode lines.
15282Setting this variable directly does not take effect;
15283use either \\[customize] or the function `display-time-mode'.")
15284
15285(custom-add-to-group (quote display-time) (quote display-time-mode) (quote custom-variable))
15286
15287(custom-add-load (quote display-time-mode) (quote time))
15288
15289(defvar display-time-day-and-date nil "\ 15514(defvar display-time-day-and-date nil "\
15290*Non-nil means \\[display-time] should display day and date as well as time.") 15515*Non-nil means \\[display-time] should display day and date as well as time.")
15291 15516
@@ -15296,6 +15521,15 @@ If `display-time-day-and-date' is non-nil, the current day and date
15296are displayed as well. 15521are displayed as well.
15297This runs the normal hook `display-time-hook' after each update." t nil) 15522This runs the normal hook `display-time-hook' after each update." t nil)
15298 15523
15524(defvar display-time-mode nil "\
15525Toggle Display-Time mode.
15526Setting this variable directly does not take effect;
15527use either \\[customize] or the function `display-time-mode'.")
15528
15529(custom-add-to-group (quote display-time) (quote display-time-mode) (quote custom-variable))
15530
15531(custom-add-load (quote display-time-mode) (quote time))
15532
15299(autoload (quote display-time-mode) "time" "\ 15533(autoload (quote display-time-mode) "time" "\
15300Toggle display of time, load level, and mail flag in mode lines. 15534Toggle display of time, load level, and mail flag in mode lines.
15301With a numeric arg, enable this display if arg is positive. 15535With a numeric arg, enable this display if arg is positive.
@@ -15307,6 +15541,19 @@ This runs the normal hook `display-time-hook' after each update." t nil)
15307 15541
15308;;;*** 15542;;;***
15309 15543
15544;;;### (autoloads (safe-date-to-time date-to-time) "time-date" "gnus/time-date.el"
15545;;;;;; (14791 27442))
15546;;; Generated autoloads from gnus/time-date.el
15547
15548(autoload (quote date-to-time) "time-date" "\
15549Convert DATE into time." nil nil)
15550
15551(autoload (quote safe-date-to-time) "time-date" "\
15552Parse DATE and return a time structure.
15553If DATE is malformed, a zero time will be returned." nil nil)
15554
15555;;;***
15556
15310;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 15557;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
15311;;;;;; "time-stamp.el" (14599 11147)) 15558;;;;;; "time-stamp.el" (14599 11147))
15312;;; Generated autoloads from time-stamp.el 15559;;; Generated autoloads from time-stamp.el
@@ -15476,7 +15723,7 @@ be detected." nil (quote macro))
15476;;;*** 15723;;;***
15477 15724
15478;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 15725;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
15479;;;;;; "international/titdic-cnv.el" (13618 46800)) 15726;;;;;; "international/titdic-cnv.el" (14781 28209))
15480;;; Generated autoloads from international/titdic-cnv.el 15727;;; Generated autoloads from international/titdic-cnv.el
15481 15728
15482(autoload (quote titdic-convert) "titdic-cnv" "\ 15729(autoload (quote titdic-convert) "titdic-cnv" "\
@@ -15495,7 +15742,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." nil
15495;;;*** 15742;;;***
15496 15743
15497;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 15744;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
15498;;;;;; "tmm.el" (14642 26672)) 15745;;;;;; "tmm.el" (14789 7949))
15499;;; Generated autoloads from tmm.el 15746;;; Generated autoloads from tmm.el
15500 (define-key global-map "\M-`" 'tmm-menubar) 15747 (define-key global-map "\M-`" 'tmm-menubar)
15501 (define-key global-map [f10] 'tmm-menubar) 15748 (define-key global-map [f10] 'tmm-menubar)
@@ -15556,6 +15803,43 @@ Number of entries for each category is given by `todo-print-priorities'." t nil)
15556 15803
15557;;;*** 15804;;;***
15558 15805
15806;;;### (autoloads (tool-bar-add-item tool-bar-mode) "tool-bar" "toolbar/tool-bar.el"
15807;;;;;; (14801 29799))
15808;;; Generated autoloads from toolbar/tool-bar.el
15809
15810(defvar tool-bar-mode nil "\
15811Toggle Tool-Bar mode.
15812Setting this variable directly does not take effect;
15813use either \\[customize] or the function `tool-bar-mode'.")
15814
15815(custom-add-to-group (quote frames) (quote tool-bar-mode) (quote custom-variable))
15816
15817(custom-add-load (quote tool-bar-mode) (quote tool-bar))
15818
15819(autoload (quote tool-bar-mode) "tool-bar" "\
15820Toggle use of the tool bar.
15821With ARG, display the tool bar if and only if ARG is positive.
15822
15823See `tool-bar-add-item' and `tool-bar-add-item-from-menu' for
15824conveniently adding tool bar items." t nil)
15825
15826(autoload (quote tool-bar-add-item) "tool-bar" "\
15827Add an item to the tool bar.
15828ICON names the image, DEF is the key definition and KEY is a symbol
15829for the fake function key in the menu keymap. MAP is the tool bar
15830keymap in which to define the item; it defaults to
15831`tool-bar-global-map'. Remaining arguments PROPS are additional items
15832to add to the menu item specification. See Info node `(elisp)Tool
15833Bar'. Items are added from left to right.
15834
15835ICON is the base name of a file cnntaining the image to use. The
15836function will try to use first ICON.xpm, then ICON.xbm using
15837`find-image'. If PROPS contains `:enable', a `disabled' version of
15838the icon is generated automatically using the Laplace algorithm (see
15839Info node `(elisp)Image Descriptors')." nil nil)
15840
15841;;;***
15842
15559;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" 15843;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"
15560;;;;;; (14720 1500)) 15844;;;;;; (14720 1500))
15561;;; Generated autoloads from tooltip.el 15845;;; Generated autoloads from tooltip.el
@@ -15880,7 +16164,7 @@ Convert Rmail file FILE to system inbox format file TO-FILE." t nil)
15880;;;*** 16164;;;***
15881 16165
15882;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 16166;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
15883;;;;;; "userlock" "userlock.el" (14365 43297)) 16167;;;;;; "userlock" "userlock.el" (14365 43399))
15884;;; Generated autoloads from userlock.el 16168;;; Generated autoloads from userlock.el
15885 16169
15886(autoload (quote ask-user-about-lock) "userlock" "\ 16170(autoload (quote ask-user-about-lock) "userlock" "\
@@ -15904,12 +16188,27 @@ The buffer in question is current when this function is called." nil nil)
15904 16188
15905;;;*** 16189;;;***
15906 16190
16191;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external)
16192;;;;;; "uudecode" "gnus/uudecode.el" (14791 27471))
16193;;; Generated autoloads from gnus/uudecode.el
16194
16195(autoload (quote uudecode-decode-region-external) "uudecode" "\
16196Uudecode region between START and END with external decoder.
16197
16198If FILE-NAME is non-nil, save the result to FILE-NAME." t nil)
16199
16200(autoload (quote uudecode-decode-region) "uudecode" "\
16201Uudecode region between START and END.
16202If FILE-NAME is non-nil, save the result to FILE-NAME." t nil)
16203
16204;;;***
16205
15907;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file 16206;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file
15908;;;;;; vc-cancel-version vc-revert-buffer vc-print-log vc-retrieve-snapshot 16207;;;;;; vc-cancel-version vc-revert-buffer vc-print-log vc-retrieve-snapshot
15909;;;;;; vc-create-snapshot vc-directory vc-dired-resynch-file vc-resolve-conflicts 16208;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge
15910;;;;;; vc-merge vc-insert-headers vc-version-other-window vc-diff 16209;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register
15911;;;;;; vc-register vc-next-action edit-vc-file with-vc-file vc-before-checkin-hook 16210;;;;;; vc-next-action edit-vc-file with-vc-file vc-before-checkin-hook
15912;;;;;; vc-checkin-hook) "vc" "vc.el" (14771 65325)) 16211;;;;;; vc-checkin-hook) "vc" "vc.el" (14810 32085))
15913;;; Generated autoloads from vc.el 16212;;; Generated autoloads from vc.el
15914 16213
15915(defvar vc-checkin-hook nil "\ 16214(defvar vc-checkin-hook nil "\
@@ -15975,11 +16274,11 @@ with the logmessage as change commentary. A writable file is retained.
15975merge in the changes into your working copy." t nil) 16274merge in the changes into your working copy." t nil)
15976 16275
15977(autoload (quote vc-register) "vc" "\ 16276(autoload (quote vc-register) "vc" "\
15978Register the current file into a version-control system. 16277Register the current file into a version control system.
15979With prefix argument SET-VERSION, allow user to specify initial version 16278With prefix argument SET-VERSION, allow user to specify initial version
15980level. If COMMENT is present, use that as an initial comment. 16279level. If COMMENT is present, use that as an initial comment.
15981 16280
15982The version-control system to use is found by cycling through the list 16281The version control system to use is found by cycling through the list
15983`vc-handled-backends'. The first backend in that list which declares 16282`vc-handled-backends'. The first backend in that list which declares
15984itself responsible for the file (usually because other files in that 16283itself responsible for the file (usually because other files in that
15985directory are already registered under that backend) will be used to 16284directory are already registered under that backend) will be used to
@@ -15999,13 +16298,16 @@ If the current buffer is named `F', the version is named `F.~REV~'.
15999If `F.~REV~' already exists, it is used instead of being re-created." t nil) 16298If `F.~REV~' already exists, it is used instead of being re-created." t nil)
16000 16299
16001(autoload (quote vc-insert-headers) "vc" "\ 16300(autoload (quote vc-insert-headers) "vc" "\
16002Insert headers in a file for use with your version-control system. 16301Insert headers in a file for use with your version control system.
16003Headers desired are inserted at point, and are pulled from 16302Headers desired are inserted at point, and are pulled from
16004the variable `vc-BACKEND-header'." t nil) 16303the variable `vc-BACKEND-header'." t nil)
16005 16304
16006(autoload (quote vc-merge) "vc" "\ 16305(autoload (quote vc-merge) "vc" "\
16007Merge changes between two revisions into the work file. 16306Merge changes between two versions into the current buffer's file.
16008With prefix arg, merge news, i.e. recent changes from the current branch. 16307This asks for two versions to merge from in the minibuffer. If the
16308first version is a branch number, then merge all changes from that
16309branch. If the first version is empty, merge news, i.e. recent changes
16310from the current branch.
16009 16311
16010See Info node `Merging'." t nil) 16312See Info node `Merging'." t nil)
16011 16313
@@ -16013,9 +16315,6 @@ See Info node `Merging'." t nil)
16013Invoke ediff to resolve conflicts in the current buffer. 16315Invoke ediff to resolve conflicts in the current buffer.
16014The conflicts must be marked with rcsmerge conflict markers." t nil) 16316The conflicts must be marked with rcsmerge conflict markers." t nil)
16015 16317
16016(autoload (quote vc-dired-resynch-file) "vc" "\
16017Update the entries for FILE in any VC Dired buffers that list it." nil nil)
16018
16019(autoload (quote vc-directory) "vc" "\ 16318(autoload (quote vc-directory) "vc" "\
16020Create a buffer in VC Dired Mode for directory DIR. 16319Create a buffer in VC Dired Mode for directory DIR.
16021 16320
@@ -16025,17 +16324,18 @@ With prefix arg READ-SWITCHES, specify a value to override
16025`dired-listing-switches' when generating the listing." t nil) 16324`dired-listing-switches' when generating the listing." t nil)
16026 16325
16027(autoload (quote vc-create-snapshot) "vc" "\ 16326(autoload (quote vc-create-snapshot) "vc" "\
16028Descending recursively from DIR, make a snapshot called NAME. 16327Descending recursively from DIR, make a snapshot called NAME.
16029For each registered file, the version level of its latest version 16328For each registered file, the version level of its latest version
16030becomes part of the named configuration. If the prefix argument 16329becomes part of the named configuration. If the prefix argument
16031BRANCHP is given, the snapshot is made as a new branch and the files 16330BRANCHP is given, the snapshot is made as a new branch and the files
16032are checked out in that new branch." t nil) 16331are checked out in that new branch." t nil)
16033 16332
16034(autoload (quote vc-retrieve-snapshot) "vc" "\ 16333(autoload (quote vc-retrieve-snapshot) "vc" "\
16035Descending recursively from DIR, retrieve the snapshot called NAME, 16334Descending recursively from DIR, retrieve the snapshot called NAME.
16036or latest versions if NAME is empty. If locking is used for the files 16335If NAME is empty, it refers to the latest versions.
16037in DIR, then there must not be any locked files at or below DIR (but 16336If locking is used for the files in DIR, then there must not be any
16038if NAME is empty, locked files are allowed and simply skipped)." t nil) 16337locked files at or below DIR (but if NAME is empty, locked files are
16338allowed and simply skipped)." t nil)
16039 16339
16040(autoload (quote vc-print-log) "vc" "\ 16340(autoload (quote vc-print-log) "vc" "\
16041List the change log of the current buffer in a window." t nil) 16341List the change log of the current buffer in a window." t nil)
@@ -16043,13 +16343,12 @@ List the change log of the current buffer in a window." t nil)
16043(autoload (quote vc-revert-buffer) "vc" "\ 16343(autoload (quote vc-revert-buffer) "vc" "\
16044Revert the current buffer's file back to the version it was based on. 16344Revert the current buffer's file back to the version it was based on.
16045This asks for confirmation if the buffer contents are not identical 16345This asks for confirmation if the buffer contents are not identical
16046to that version. Note that for RCS and CVS, this function does not 16346to that version. This function does not automatically pick up newer
16047automatically pick up newer changes found in the master file; 16347changes found in the master file; use \\[universal-argument] \\[vc-next-action] to do so." t nil)
16048use \\[universal-argument] \\[vc-next-action] to do so." t nil)
16049 16348
16050(autoload (quote vc-cancel-version) "vc" "\ 16349(autoload (quote vc-cancel-version) "vc" "\
16051Get rid of most recently checked in version of this file. 16350Get rid of most recently checked in version of this file.
16052A prefix argument means do not revert the buffer afterwards." t nil) 16351A prefix argument NOREVERT means do not revert the buffer afterwards." t nil)
16053 16352
16054(autoload (quote vc-rename-file) "vc" "\ 16353(autoload (quote vc-rename-file) "vc" "\
16055Rename file OLD to NEW, and rename its master file likewise." t nil) 16354Rename file OLD to NEW, and rename its master file likewise." t nil)
@@ -16059,13 +16358,13 @@ Find change log file and add entries from recent version control logs.
16059Normally, find log entries for all registered files in the default 16358Normally, find log entries for all registered files in the default
16060directory. 16359directory.
16061 16360
16062With prefix arg of C-u, only find log entries for the current buffer's file. 16361With prefix arg of \\[universal-argument], only find log entries for the current buffer's file.
16063 16362
16064With any numeric prefix arg, find log entries for all currently visited 16363With any numeric prefix arg, find log entries for all currently visited
16065files that are under version control. This puts all the entries in the 16364files that are under version control. This puts all the entries in the
16066log for the default directory, which may not be appropriate. 16365log for the default directory, which may not be appropriate.
16067 16366
16068From a program, any arguments are assumed to be filenames for which 16367From a program, any ARGS are assumed to be filenames for which
16069log entries should be gathered." t nil) 16368log entries should be gathered." t nil)
16070 16369
16071(autoload (quote vc-annotate) "vc" "\ 16370(autoload (quote vc-annotate) "vc" "\
@@ -16081,7 +16380,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
16081 16380
16082;;;*** 16381;;;***
16083 16382
16084;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (14771 64628)) 16383;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (14777 35047))
16085;;; Generated autoloads from vc-cvs.el 16384;;; Generated autoloads from vc-cvs.el
16086 (defun vc-cvs-registered (f) 16385 (defun vc-cvs-registered (f)
16087 (when (file-readable-p (expand-file-name 16386 (when (file-readable-p (expand-file-name
@@ -16092,7 +16391,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
16092;;;*** 16391;;;***
16093 16392
16094;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 16393;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
16095;;;;;; (14771 64607)) 16394;;;;;; (14810 32085))
16096;;; Generated autoloads from vc-rcs.el 16395;;; Generated autoloads from vc-rcs.el
16097 16396
16098(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 16397(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -16104,7 +16403,7 @@ For a description of possible values, see `vc-check-master-templates'.")
16104;;;*** 16403;;;***
16105 16404
16106;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 16405;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
16107;;;;;; (14771 64647)) 16406;;;;;; (14777 35048))
16108;;; Generated autoloads from vc-sccs.el 16407;;; Generated autoloads from vc-sccs.el
16109 16408
16110(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 16409(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -16121,7 +16420,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
16121;;;*** 16420;;;***
16122 16421
16123;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 16422;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
16124;;;;;; (14385 10956)) 16423;;;;;; (14385 23382))
16125;;; Generated autoloads from progmodes/vhdl-mode.el 16424;;; Generated autoloads from progmodes/vhdl-mode.el
16126 16425
16127(autoload (quote vhdl-mode) "vhdl-mode" "\ 16426(autoload (quote vhdl-mode) "vhdl-mode" "\
@@ -16479,8 +16778,8 @@ Convert Vietnamese characaters of the current buffer to `VIQR' mnemonics." t nil
16479 16778
16480;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame 16779;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
16481;;;;;; view-buffer-other-window view-buffer view-file-other-frame 16780;;;;;; view-buffer-other-window view-buffer view-file-other-frame
16482;;;;;; view-file-other-window view-file) "view" "view.el" (14550 16781;;;;;; view-file-other-window view-file) "view" "view.el" (14788
16483;;;;;; 6934)) 16782;;;;;; 63637))
16484;;; Generated autoloads from view.el 16783;;; Generated autoloads from view.el
16485 16784
16486(defvar view-mode nil "\ 16785(defvar view-mode nil "\
@@ -16688,7 +16987,7 @@ Turn on Viper emulation of Vi." t nil)
16688 16987
16689;;;*** 16988;;;***
16690 16989
16691;;;### (autoloads (webjump) "webjump" "net/webjump.el" (14223 54012)) 16990;;;### (autoloads (webjump) "webjump" "net/webjump.el" (14550 8900))
16692;;; Generated autoloads from net/webjump.el 16991;;; Generated autoloads from net/webjump.el
16693 16992
16694(autoload (quote webjump) "webjump" "\ 16993(autoload (quote webjump) "webjump" "\
@@ -16832,7 +17131,7 @@ With arg, turn widget mode on if and only if arg is positive." t nil)
16832;;;*** 17131;;;***
16833 17132
16834;;;### (autoloads (widget-delete widget-create widget-prompt-value) 17133;;;### (autoloads (widget-delete widget-create widget-prompt-value)
16835;;;;;; "wid-edit" "wid-edit.el" (14771 32908)) 17134;;;;;; "wid-edit" "wid-edit.el" (14783 22604))
16836;;; Generated autoloads from wid-edit.el 17135;;; Generated autoloads from wid-edit.el
16837 17136
16838(autoload (quote widget-prompt-value) "wid-edit" "\ 17137(autoload (quote widget-prompt-value) "wid-edit" "\
@@ -17064,7 +17363,7 @@ Turn it on to use emacs mouse commands, and off to use xterm mouse commands." t
17064;;;*** 17363;;;***
17065 17364
17066;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 17365;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
17067;;;;;; yow) "yow" "play/yow.el" (13607 43571)) 17366;;;;;; yow) "yow" "play/yow.el" (14809 34045))
17068;;; Generated autoloads from play/yow.el 17367;;; Generated autoloads from play/yow.el
17069 17368
17070(autoload (quote yow) "yow" "\ 17369(autoload (quote yow) "yow" "\
@@ -17091,7 +17390,7 @@ Zone out, completely." t nil)
17091;;;*** 17390;;;***
17092 17391
17093;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" 17392;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode"
17094;;;;;; "net/zone-mode.el" (13674 20513)) 17393;;;;;; "net/zone-mode.el" (14550 9028))
17095;;; Generated autoloads from net/zone-mode.el 17394;;; Generated autoloads from net/zone-mode.el
17096 17395
17097(autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ 17396(autoload (quote zone-mode-update-serial-hook) "zone-mode" "\