aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ldefs-boot.el2288
1 files changed, 1244 insertions, 1044 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index a8c30182a49..9e38efe10b4 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -4,7 +4,7 @@
4 4
5;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best 5;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best
6;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" 6;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
7;;;;;; "play/5x5.el" (16775 26715)) 7;;;;;; "play/5x5.el" (17087 12566))
8;;; Generated autoloads from play/5x5.el 8;;; Generated autoloads from play/5x5.el
9 9
10(autoload (quote 5x5) "5x5" "\ 10(autoload (quote 5x5) "5x5" "\
@@ -64,15 +64,15 @@ should return a grid vector array that is the new solution.
64;;;*** 64;;;***
65 65
66;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 66;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
67;;;;;; (16858 50933)) 67;;;;;; (17087 12575))
68;;; Generated autoloads from progmodes/ada-mode.el 68;;; Generated autoloads from progmodes/ada-mode.el
69 69
70(autoload (quote ada-add-extensions) "ada-mode" "\ 70(autoload (quote ada-add-extensions) "ada-mode" "\
71Define SPEC and BODY as being valid extensions for Ada files. 71Define SPEC and BODY as being valid extensions for Ada files.
72Going from body to spec with `ff-find-other-file' used these 72Going from body to spec with `ff-find-other-file' used these
73extensions. 73extensions.
74SPEC and BODY are two regular expressions that must match against the file 74SPEC and BODY are two regular expressions that must match against
75name 75the file name.
76 76
77\(fn SPEC BODY)" nil nil) 77\(fn SPEC BODY)" nil nil)
78 78
@@ -106,7 +106,7 @@ Comments are handled using standard GNU Emacs conventions, including:
106 Continue comment on next line '\\[indent-new-comment-line]' 106 Continue comment on next line '\\[indent-new-comment-line]'
107 107
108If you use imenu.el: 108If you use imenu.el:
109 Display index-menu of functions & procedures '\\[imenu]' 109 Display index-menu of functions and procedures '\\[imenu]'
110 110
111If you use find-file.el: 111If you use find-file.el:
112 Switch to other file (Body <-> Spec) '\\[ff-find-other-file]' 112 Switch to other file (Body <-> Spec) '\\[ff-find-other-file]'
@@ -125,7 +125,7 @@ If you use ada-xref.el:
125;;;*** 125;;;***
126 126
127;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 127;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
128;;;;;; (16507 41097)) 128;;;;;; (17087 12558))
129;;; Generated autoloads from progmodes/ada-stmt.el 129;;; Generated autoloads from progmodes/ada-stmt.el
130 130
131(autoload (quote ada-header) "ada-stmt" "\ 131(autoload (quote ada-header) "ada-stmt" "\
@@ -136,7 +136,7 @@ Insert a descriptive header at the top of the file.
136;;;*** 136;;;***
137 137
138;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 138;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
139;;;;;; (16783 21522)) 139;;;;;; (17087 12564))
140;;; Generated autoloads from progmodes/ada-xref.el 140;;; Generated autoloads from progmodes/ada-xref.el
141 141
142(autoload (quote ada-find-file) "ada-xref" "\ 142(autoload (quote ada-find-file) "ada-xref" "\
@@ -151,7 +151,7 @@ Completion is available.
151;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry 151;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry
152;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address 152;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address
153;;;;;; add-log-full-name add-log-current-defun-function) "add-log" 153;;;;;; add-log-full-name add-log-current-defun-function) "add-log"
154;;;;;; "add-log.el" (16958 58756)) 154;;;;;; "add-log.el" (17087 12581))
155;;; Generated autoloads from add-log.el 155;;; Generated autoloads from add-log.el
156 156
157(defvar add-log-current-defun-function nil "\ 157(defvar add-log-current-defun-function nil "\
@@ -186,10 +186,10 @@ Find a change log file for \\[add-change-log-entry] and return the name.
186 186
187Optional arg FILE-NAME specifies the file to use. 187Optional arg FILE-NAME specifies the file to use.
188If FILE-NAME is nil, use the value of `change-log-default-name'. 188If FILE-NAME is nil, use the value of `change-log-default-name'.
189If 'change-log-default-name' is nil, behave as though it were 'ChangeLog' 189If `change-log-default-name' is nil, behave as though it were 'ChangeLog'
190\(or whatever we use on this operating system). 190\(or whatever we use on this operating system).
191 191
192If 'change-log-default-name' contains a leading directory component, then 192If `change-log-default-name' contains a leading directory component, then
193simply find it in the current directory. Otherwise, search in the current 193simply find it in the current directory. Otherwise, search in the current
194directory and its successive parents for a file so named. 194directory and its successive parents for a file so named.
195 195
@@ -288,8 +288,8 @@ Fix any old-style date entries in the current log file to default format.
288;;;*** 288;;;***
289 289
290;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action 290;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action
291;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (16775 291;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (17087
292;;;;;; 26709)) 292;;;;;; 12524))
293;;; Generated autoloads from emacs-lisp/advice.el 293;;; Generated autoloads from emacs-lisp/advice.el
294 294
295(defvar ad-redefinition-action (quote warn) "\ 295(defvar ad-redefinition-action (quote warn) "\
@@ -388,7 +388,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation.
388 388
389;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 389;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
390;;;;;; align-highlight-rule align-current align-entire align-regexp 390;;;;;; align-highlight-rule align-current align-entire align-regexp
391;;;;;; align) "align" "align.el" (16942 52925)) 391;;;;;; align) "align" "align.el" (17087 12564))
392;;; Generated autoloads from align.el 392;;; Generated autoloads from align.el
393 393
394(autoload (quote align) "align" "\ 394(autoload (quote align) "align" "\
@@ -477,7 +477,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
477 477
478;;;*** 478;;;***
479 479
480;;;### (autoloads (allout-init) "allout" "allout.el" (16908 33360)) 480;;;### (autoloads (allout-init) "allout" "allout.el" (17087 12552))
481;;; Generated autoloads from allout.el 481;;; Generated autoloads from allout.el
482 482
483(autoload (quote allout-init) "allout" "\ 483(autoload (quote allout-init) "allout" "\
@@ -513,7 +513,7 @@ the following two lines in your Emacs init file:
513;;;*** 513;;;***
514 514
515;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 515;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
516;;;;;; "net/ange-ftp.el" (16908 33362)) 516;;;;;; "net/ange-ftp.el" (17087 12570))
517;;; Generated autoloads from net/ange-ftp.el 517;;; Generated autoloads from net/ange-ftp.el
518 518
519(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) 519(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))
@@ -535,7 +535,7 @@ Not documented
535;;;*** 535;;;***
536 536
537;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 537;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
538;;;;;; "animate" "play/animate.el" (16944 24675)) 538;;;;;; "animate" "play/animate.el" (17087 12558))
539;;; Generated autoloads from play/animate.el 539;;; Generated autoloads from play/animate.el
540 540
541(autoload (quote animate-string) "animate" "\ 541(autoload (quote animate-string) "animate" "\
@@ -563,7 +563,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\".
563;;;*** 563;;;***
564 564
565;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 565;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
566;;;;;; "ansi-color" "ansi-color.el" (16858 50906)) 566;;;;;; "ansi-color" "ansi-color.el" (17087 12564))
567;;; Generated autoloads from ansi-color.el 567;;; Generated autoloads from ansi-color.el
568 568
569(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ 569(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\
@@ -589,7 +589,7 @@ This is a good function to put in `comint-output-filter-functions'.
589;;;*** 589;;;***
590 590
591;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 591;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
592;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (16858 50933)) 592;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (17087 12570))
593;;; Generated autoloads from progmodes/antlr-mode.el 593;;; Generated autoloads from progmodes/antlr-mode.el
594 594
595(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ 595(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\
@@ -628,7 +628,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
628;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add 628;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add
629;;;;;; appt-display-diary appt-display-duration appt-display-mode-line 629;;;;;; appt-display-diary appt-display-duration appt-display-mode-line
630;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time 630;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time
631;;;;;; appt-issue-message) "appt" "calendar/appt.el" (16925 43112)) 631;;;;;; appt-issue-message) "appt" "calendar/appt.el" (17087 12578))
632;;; Generated autoloads from calendar/appt.el 632;;; Generated autoloads from calendar/appt.el
633 633
634(defvar appt-issue-message t "\ 634(defvar appt-issue-message t "\
@@ -679,7 +679,7 @@ This will occur at midnight when the appointment list is updated.")
679(custom-autoload (quote appt-display-diary) "appt") 679(custom-autoload (quote appt-display-diary) "appt")
680 680
681(autoload (quote appt-add) "appt" "\ 681(autoload (quote appt-add) "appt" "\
682Add an appointment for the day at NEW-APPT-TIME and issue message NEW-APPT-MSG. 682Add an appointment for today at NEW-APPT-TIME with message NEW-APPT-MSG.
683The time should be in either 24 hour format or am/pm format. 683The time should be in either 24 hour format or am/pm format.
684 684
685\(fn NEW-APPT-TIME NEW-APPT-MSG)" t nil) 685\(fn NEW-APPT-TIME NEW-APPT-MSG)" t nil)
@@ -700,6 +700,9 @@ They specify the range of dates that the diary is being processed for.
700Any appointments made with `appt-add' are not affected by this 700Any appointments made with `appt-add' are not affected by this
701function. 701function.
702 702
703For backwards compatibility, this function activates the
704appointment package (if it is not already active).
705
703\(fn)" nil nil) 706\(fn)" nil nil)
704 707
705(autoload (quote appt-activate) "appt" "\ 708(autoload (quote appt-activate) "appt" "\
@@ -713,7 +716,7 @@ ARG is positive, otherwise off.
713 716
714;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property 717;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property
715;;;;;; apropos-command apropos-variable) "apropos" "apropos.el" 718;;;;;; apropos-command apropos-variable) "apropos" "apropos.el"
716;;;;;; (16942 52925)) 719;;;;;; (17087 12500))
717;;; Generated autoloads from apropos.el 720;;; Generated autoloads from apropos.el
718 721
719(autoload (quote apropos-variable) "apropos" "\ 722(autoload (quote apropos-variable) "apropos" "\
@@ -767,8 +770,8 @@ Returns list of symbols and documentation found.
767 770
768;;;*** 771;;;***
769 772
770;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (16534 773;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17087
771;;;;;; 3807)) 774;;;;;; 12566))
772;;; Generated autoloads from arc-mode.el 775;;; Generated autoloads from arc-mode.el
773 776
774(autoload (quote archive-mode) "arc-mode" "\ 777(autoload (quote archive-mode) "arc-mode" "\
@@ -788,7 +791,7 @@ archive.
788 791
789;;;*** 792;;;***
790 793
791;;;### (autoloads (array-mode) "array" "array.el" (16213 43267)) 794;;;### (autoloads (array-mode) "array" "array.el" (17087 12566))
792;;; Generated autoloads from array.el 795;;; Generated autoloads from array.el
793 796
794(autoload (quote array-mode) "array" "\ 797(autoload (quote array-mode) "array" "\
@@ -859,8 +862,8 @@ Entering array mode calls the function `array-mode-hook'.
859 862
860;;;*** 863;;;***
861 864
862;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (16858 865;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (17087
863;;;;;; 50939)) 866;;;;;; 12451))
864;;; Generated autoloads from textmodes/artist.el 867;;; Generated autoloads from textmodes/artist.el
865 868
866(autoload (quote artist-mode) "artist" "\ 869(autoload (quote artist-mode) "artist" "\
@@ -1065,8 +1068,8 @@ Keymap summary
1065 1068
1066;;;*** 1069;;;***
1067 1070
1068;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (16908 1071;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (17087
1069;;;;;; 33362)) 1072;;;;;; 12466))
1070;;; Generated autoloads from progmodes/asm-mode.el 1073;;; Generated autoloads from progmodes/asm-mode.el
1071 1074
1072(autoload (quote asm-mode) "asm-mode" "\ 1075(autoload (quote asm-mode) "asm-mode" "\
@@ -1094,7 +1097,7 @@ Special commands:
1094;;;*** 1097;;;***
1095 1098
1096;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el" 1099;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el"
1097;;;;;; (16213 43281)) 1100;;;;;; (17087 12380))
1098;;; Generated autoloads from obsolete/auto-show.el 1101;;; Generated autoloads from obsolete/auto-show.el
1099 1102
1100(defvar auto-show-mode nil "\ 1103(defvar auto-show-mode nil "\
@@ -1110,14 +1113,12 @@ This command is obsolete.
1110;;;*** 1113;;;***
1111 1114
1112;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1115;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1113;;;;;; (16213 43267)) 1116;;;;;; (17087 12379))
1114;;; Generated autoloads from autoarg.el 1117;;; Generated autoloads from autoarg.el
1115 1118
1116(defvar autoarg-mode nil "\ 1119(defvar autoarg-mode nil "\
1117Non-nil if Autoarg mode is enabled. 1120Non-nil if Autoarg mode is enabled.
1118See the command `autoarg-mode' for a description of this minor-mode. 1121See the command `autoarg-mode' for a description of this minor-mode.")
1119Setting this variable directly does not take effect;
1120use either \\[customize] or the function `autoarg-mode'.")
1121 1122
1122(custom-autoload (quote autoarg-mode) "autoarg") 1123(custom-autoload (quote autoarg-mode) "autoarg")
1123 1124
@@ -1165,7 +1166,7 @@ This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1'
1165;;;*** 1166;;;***
1166 1167
1167;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1168;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1168;;;;;; (16775 26716)) 1169;;;;;; (17087 12566))
1169;;; Generated autoloads from progmodes/autoconf.el 1170;;; Generated autoloads from progmodes/autoconf.el
1170 1171
1171(autoload (quote autoconf-mode) "autoconf" "\ 1172(autoload (quote autoconf-mode) "autoconf" "\
@@ -1176,7 +1177,7 @@ Major mode for editing Autoconf configure.in files.
1176;;;*** 1177;;;***
1177 1178
1178;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1179;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1179;;;;;; "autoinsert" "autoinsert.el" (16793 54109)) 1180;;;;;; "autoinsert" "autoinsert.el" (17087 12578))
1180;;; Generated autoloads from autoinsert.el 1181;;; Generated autoloads from autoinsert.el
1181 1182
1182(autoload (quote auto-insert) "autoinsert" "\ 1183(autoload (quote auto-insert) "autoinsert" "\
@@ -1214,7 +1215,7 @@ insert a template for the file depending on the mode of the buffer.
1214 1215
1215;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1216;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1216;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1217;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1217;;;;;; (16866 20010)) 1218;;;;;; (17087 12528))
1218;;; Generated autoloads from emacs-lisp/autoload.el 1219;;; Generated autoloads from emacs-lisp/autoload.el
1219 1220
1220(autoload (quote update-file-autoloads) "autoload" "\ 1221(autoload (quote update-file-autoloads) "autoload" "\
@@ -1249,7 +1250,7 @@ Calls `update-directory-autoloads' on the command line arguments.
1249 1250
1250;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1251;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1251;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1252;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1252;;;;;; "autorevert" "autorevert.el" (16923 3604)) 1253;;;;;; "autorevert" "autorevert.el" (17087 12567))
1253;;; Generated autoloads from autorevert.el 1254;;; Generated autoloads from autorevert.el
1254 1255
1255(autoload (quote auto-revert-mode) "autorevert" "\ 1256(autoload (quote auto-revert-mode) "autorevert" "\
@@ -1317,7 +1318,7 @@ Use `auto-revert-mode' to revert a particular buffer.
1317;;;*** 1318;;;***
1318 1319
1319;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1320;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1320;;;;;; "avoid.el" (16680 26001)) 1321;;;;;; "avoid.el" (17087 12411))
1321;;; Generated autoloads from avoid.el 1322;;; Generated autoloads from avoid.el
1322 1323
1323(defvar mouse-avoidance-mode nil "\ 1324(defvar mouse-avoidance-mode nil "\
@@ -1358,7 +1359,7 @@ definition of \"random distance\".)
1358;;;*** 1359;;;***
1359 1360
1360;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" 1361;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el"
1361;;;;;; (16484 6599)) 1362;;;;;; (17087 12379))
1362;;; Generated autoloads from emacs-lisp/backquote.el 1363;;; Generated autoloads from emacs-lisp/backquote.el
1363 1364
1364(autoload (quote backquote) "backquote" "\ 1365(autoload (quote backquote) "backquote" "\
@@ -1383,7 +1384,7 @@ Vectors work just like lists. Nested backquotes are permitted.
1383;;;*** 1384;;;***
1384 1385
1385;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1386;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1386;;;;;; (16861 9525)) 1387;;;;;; (17087 12528))
1387;;; Generated autoloads from battery.el 1388;;; Generated autoloads from battery.el
1388 (put 'battery-mode-line-string 'risky-local-variable t) 1389 (put 'battery-mode-line-string 'risky-local-variable t)
1389 1390
@@ -1414,7 +1415,7 @@ seconds.
1414;;;*** 1415;;;***
1415 1416
1416;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1417;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1417;;;;;; "benchmark" "emacs-lisp/benchmark.el" (16213 43272)) 1418;;;;;; "benchmark" "emacs-lisp/benchmark.el" (17087 12379))
1418;;; Generated autoloads from emacs-lisp/benchmark.el 1419;;; Generated autoloads from emacs-lisp/benchmark.el
1419 1420
1420(autoload (quote benchmark-run) "benchmark" "\ 1421(autoload (quote benchmark-run) "benchmark" "\
@@ -1446,8 +1447,8 @@ non-interactive use see also `benchmark-run' and
1446 1447
1447;;;*** 1448;;;***
1448 1449
1449;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (16887 1450;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (17087
1450;;;;;; 27628)) 1451;;;;;; 12575))
1451;;; Generated autoloads from textmodes/bibtex.el 1452;;; Generated autoloads from textmodes/bibtex.el
1452 1453
1453(autoload (quote bibtex-mode) "bibtex" "\ 1454(autoload (quote bibtex-mode) "bibtex" "\
@@ -1466,7 +1467,7 @@ works only with buffers containing valid (syntactical correct) and sorted
1466entries. This is usually the case, if you have created a buffer completely 1467entries. This is usually the case, if you have created a buffer completely
1467with BibTeX mode and finished every new entry with \\[bibtex-clean-entry]. 1468with BibTeX mode and finished every new entry with \\[bibtex-clean-entry].
1468 1469
1469For third party BibTeX files, call the function `bibtex-convert-alien' 1470For third party BibTeX files, call the command \\[bibtex-convert-alien]
1470to fully take advantage of all features of BibTeX mode. 1471to fully take advantage of all features of BibTeX mode.
1471 1472
1472 1473
@@ -1509,7 +1510,7 @@ if that value is non-nil.
1509 1510
1510;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1511;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1511;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el" 1512;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el"
1512;;;;;; (16908 33361)) 1513;;;;;; (17087 12466))
1513;;; Generated autoloads from gnus/binhex.el 1514;;; Generated autoloads from gnus/binhex.el
1514 1515
1515(defconst binhex-begin-line "^:...............................................................$") 1516(defconst binhex-begin-line "^:...............................................................$")
@@ -1532,8 +1533,8 @@ Binhex decode region between START and END.
1532 1533
1533;;;*** 1534;;;***
1534 1535
1535;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (16704 1536;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (17087
1536;;;;;; 8186)) 1537;;;;;; 12570))
1537;;; Generated autoloads from play/blackbox.el 1538;;; Generated autoloads from play/blackbox.el
1538 1539
1539(autoload (quote blackbox) "blackbox" "\ 1540(autoload (quote blackbox) "blackbox" "\
@@ -1655,7 +1656,7 @@ a reflection.
1655;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save 1656;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save
1656;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename 1657;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename
1657;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump 1658;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump
1658;;;;;; bookmark-set) "bookmark" "bookmark.el" (16858 50906)) 1659;;;;;; bookmark-set) "bookmark" "bookmark.el" (17087 12566))
1659;;; Generated autoloads from bookmark.el 1660;;; Generated autoloads from bookmark.el
1660 (define-key ctl-x-map "rb" 'bookmark-jump) 1661 (define-key ctl-x-map "rb" 'bookmark-jump)
1661 (define-key ctl-x-map "rm" 'bookmark-set) 1662 (define-key ctl-x-map "rm" 'bookmark-set)
@@ -1830,7 +1831,7 @@ deletion, or > if it is flagged for displaying.
1830 1831
1831(defalias (quote edit-bookmarks) (quote bookmark-bmenu-list)) 1832(defalias (quote edit-bookmarks) (quote bookmark-bmenu-list))
1832 1833
1833(defvar menu-bar-bookmark-map (let ((map (make-sparse-keymap "Bookmark functions"))) (define-key map [load] (quote ("Load a Bookmark File..." . bookmark-load))) (define-key map [write] (quote ("Save Bookmarks As..." . bookmark-write))) (define-key map [save] (quote ("Save Bookmarks" . bookmark-save))) (define-key map [edit] (quote ("Edit Bookmark List" . bookmark-bmenu-list))) (define-key map [delete] (quote ("Delete Bookmark" . bookmark-delete))) (define-key map [rename] (quote ("Rename Bookmark" . bookmark-rename))) (define-key map [locate] (quote ("Insert Location" . bookmark-locate))) (define-key map [insert] (quote ("Insert Contents" . bookmark-insert))) (define-key map [set] (quote ("Set Bookmark" . bookmark-set))) (define-key map [jump] (quote ("Jump to Bookmark" . bookmark-jump))) map)) 1834(defvar menu-bar-bookmark-map (let ((map (make-sparse-keymap "Bookmark functions"))) (define-key map [load] (quote ("Load a Bookmark File..." . bookmark-load))) (define-key map [write] (quote ("Save Bookmarks As..." . bookmark-write))) (define-key map [save] (quote ("Save Bookmarks" . bookmark-save))) (define-key map [edit] (quote ("Edit Bookmark List" . bookmark-bmenu-list))) (define-key map [delete] (quote ("Delete Bookmark..." . bookmark-delete))) (define-key map [rename] (quote ("Rename Bookmark..." . bookmark-rename))) (define-key map [locate] (quote ("Insert Location..." . bookmark-locate))) (define-key map [insert] (quote ("Insert Contents..." . bookmark-insert))) (define-key map [set] (quote ("Set Bookmark..." . bookmark-set))) (define-key map [jump] (quote ("Jump to Bookmark..." . bookmark-jump))) map))
1834 1835
1835(defalias (quote menu-bar-bookmark-map) menu-bar-bookmark-map) 1836(defalias (quote menu-bar-bookmark-map) menu-bar-bookmark-map)
1836 1837
@@ -1840,12 +1841,12 @@ deletion, or > if it is flagged for displaying.
1840;;;;;; browse-url-mmm browse-url-lynx-emacs browse-url-lynx-xterm 1841;;;;;; browse-url-mmm browse-url-lynx-emacs browse-url-lynx-xterm
1841;;;;;; browse-url-w3-gnudoit browse-url-w3 browse-url-iximosaic 1842;;;;;; browse-url-w3-gnudoit browse-url-w3 browse-url-iximosaic
1842;;;;;; browse-url-cci browse-url-grail browse-url-mosaic browse-url-gnome-moz 1843;;;;;; browse-url-cci browse-url-grail browse-url-mosaic browse-url-gnome-moz
1843;;;;;; browse-url-galeon browse-url-mozilla browse-url-netscape 1844;;;;;; browse-url-galeon browse-url-firefox browse-url-mozilla browse-url-netscape
1844;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point 1845;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point
1845;;;;;; browse-url browse-url-of-region browse-url-of-dired-file 1846;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
1846;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point 1847;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point
1847;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" 1848;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function)
1848;;;;;; (16944 24675)) 1849;;;;;; "browse-url" "net/browse-url.el" (17087 12578))
1849;;; Generated autoloads from net/browse-url.el 1850;;; Generated autoloads from net/browse-url.el
1850 1851
1851(defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\ 1852(defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\
@@ -1861,6 +1862,16 @@ regexp should probably be \".\" to specify a default browser.")
1861 1862
1862(custom-autoload (quote browse-url-browser-function) "browse-url") 1863(custom-autoload (quote browse-url-browser-function) "browse-url")
1863 1864
1865(defvar browse-url-firefox-program "firefox" "\
1866*The name by which to invoke Firefox.")
1867
1868(custom-autoload (quote browse-url-firefox-program) "browse-url")
1869
1870(defvar browse-url-galeon-program "galeon" "\
1871*The name by which to invoke Galeon.")
1872
1873(custom-autoload (quote browse-url-galeon-program) "browse-url")
1874
1864(autoload (quote browse-url-url-at-point) "browse-url" "\ 1875(autoload (quote browse-url-url-at-point) "browse-url" "\
1865Not documented 1876Not documented
1866 1877
@@ -1928,9 +1939,9 @@ the effect of `browse-url-new-window-flag'.
1928When called non-interactively, optional second argument NEW-WINDOW is 1939When called non-interactively, optional second argument NEW-WINDOW is
1929used instead of `browse-url-new-window-flag'. 1940used instead of `browse-url-new-window-flag'.
1930 1941
1931The order attempted is gnome-moz-remote, Mozilla, Galeon, 1942The order attempted is gnome-moz-remote, Mozilla, Firefox,
1932Konqueror, Netscape, Mosaic, IXI Mosaic, Lynx in an xterm, MMM, 1943Galeon, Konqueror, Netscape, Mosaic, IXI Mosaic, Lynx in an
1933and then W3. 1944xterm, MMM, and then W3.
1934 1945
1935\(fn URL &rest ARGS)" nil nil) 1946\(fn URL &rest ARGS)" nil nil)
1936 1947
@@ -1972,6 +1983,34 @@ used instead of `browse-url-new-window-flag'.
1972 1983
1973\(fn URL &optional NEW-WINDOW)" t nil) 1984\(fn URL &optional NEW-WINDOW)" t nil)
1974 1985
1986(autoload (quote browse-url-firefox) "browse-url" "\
1987Ask the Firefox WWW browser to load URL.
1988Default to the URL around or before point. The strings in
1989variable `browse-url-firefox-arguments' are also passed to
1990Firefox.
1991
1992When called interactively, if variable
1993`browse-url-new-window-flag' is non-nil, load the document in a
1994new Firefox window, otherwise use a random existing one. A
1995non-nil interactive prefix argument reverses the effect of
1996`browse-url-new-window-flag'.
1997
1998If `browse-url-firefox-new-window-is-tab' is non-nil, then
1999whenever a document would otherwise be loaded in a new window, it
2000is loaded in a new tab in an existing window instead.
2001
2002When called non-interactively, optional second argument
2003NEW-WINDOW is used instead of `browse-url-new-window-flag'.
2004
2005On MS-Windows systems the optional `new-window' parameter is
2006ignored. Firefox for Windows does not support the \"-remote\"
2007command line parameter. Therefore, the
2008`browse-url-new-window-flag' and `browse-url-firefox-new-window-is-tab'
2009are ignored as well. Firefox on Windows will always open the requested
2010URL in a new window.
2011
2012\(fn URL &optional NEW-WINDOW)" t nil)
2013
1975(autoload (quote browse-url-galeon) "browse-url" "\ 2014(autoload (quote browse-url-galeon) "browse-url" "\
1976Ask the Galeon WWW browser to load URL. 2015Ask the Galeon WWW browser to load URL.
1977Default to the URL around or before point. The strings in variable 2016Default to the URL around or before point. The strings in variable
@@ -2138,8 +2177,8 @@ Default to the URL around or before point.
2138 2177
2139;;;*** 2178;;;***
2140 2179
2141;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (16213 2180;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (17087
2142;;;;;; 43281)) 2181;;;;;; 12380))
2143;;; Generated autoloads from play/bruce.el 2182;;; Generated autoloads from play/bruce.el
2144 2183
2145(autoload (quote bruce) "bruce" "\ 2184(autoload (quote bruce) "bruce" "\
@@ -2155,7 +2194,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2155;;;*** 2194;;;***
2156 2195
2157;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2196;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2158;;;;;; "bs" "bs.el" (16704 8186)) 2197;;;;;; "bs" "bs.el" (17087 12566))
2159;;; Generated autoloads from bs.el 2198;;; Generated autoloads from bs.el
2160 2199
2161(autoload (quote bs-cycle-next) "bs" "\ 2200(autoload (quote bs-cycle-next) "bs" "\
@@ -2196,8 +2235,8 @@ name of buffer configuration.
2196;;;*** 2235;;;***
2197 2236
2198;;;### (autoloads (insert-text-button make-text-button insert-button 2237;;;### (autoloads (insert-text-button make-text-button insert-button
2199;;;;;; make-button define-button-type) "button" "button.el" (16934 2238;;;;;; make-button define-button-type) "button" "button.el" (17087
2200;;;;;; 57456)) 2239;;;;;; 12478))
2201;;; Generated autoloads from button.el 2240;;; Generated autoloads from button.el
2202 2241
2203(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ 2242(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
@@ -2285,7 +2324,7 @@ Also see `make-text-button'.
2285;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2324;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2286;;;;;; compile-defun byte-compile-file byte-recompile-directory 2325;;;;;; compile-defun byte-compile-file byte-recompile-directory
2287;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" 2326;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el"
2288;;;;;; (16942 52931)) 2327;;;;;; (17087 12567))
2289;;; Generated autoloads from emacs-lisp/bytecomp.el 2328;;; Generated autoloads from emacs-lisp/bytecomp.el
2290 2329
2291(autoload (quote byte-force-recompile) "bytecomp" "\ 2330(autoload (quote byte-force-recompile) "bytecomp" "\
@@ -2377,7 +2416,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'.
2377 2416
2378;;;*** 2417;;;***
2379 2418
2380;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (16630 17322)) 2419;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (17087 12400))
2381;;; Generated autoloads from calendar/cal-dst.el 2420;;; Generated autoloads from calendar/cal-dst.el
2382 2421
2383(put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) 2422(put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t)
@@ -2387,7 +2426,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'.
2387;;;*** 2426;;;***
2388 2427
2389;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" 2428;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el"
2390;;;;;; (16436 34880)) 2429;;;;;; (17087 12564))
2391;;; Generated autoloads from calendar/cal-hebrew.el 2430;;; Generated autoloads from calendar/cal-hebrew.el
2392 2431
2393(autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ 2432(autoload (quote list-yahrzeit-dates) "cal-hebrew" "\
@@ -2401,12 +2440,14 @@ from the cursor position.
2401 2440
2402;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2441;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2403;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2442;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2404;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (16949 2443;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el"
2405;;;;;; 24050)) 2444;;;;;; (17087 12567))
2406;;; Generated autoloads from calc/calc.el 2445;;; Generated autoloads from calc/calc.el
2407 2446
2408(defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ 2447(defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\
2409*File in which to record permanent settings.") 2448*File in which to record permanent settings.")
2449
2450(custom-autoload (quote calc-settings-file) "calc")
2410 (global-set-key "\e#" 'calc-dispatch) 2451 (global-set-key "\e#" 'calc-dispatch)
2411 2452
2412(autoload (quote calc-dispatch) "calc" "\ 2453(autoload (quote calc-dispatch) "calc" "\
@@ -2478,8 +2519,8 @@ Not documented
2478 2519
2479;;;*** 2520;;;***
2480 2521
2481;;;### (autoloads (calculator) "calculator" "calculator.el" (16858 2522;;;### (autoloads (calculator) "calculator" "calculator.el" (17087
2482;;;;;; 50907)) 2523;;;;;; 12566))
2483;;; Generated autoloads from calculator.el 2524;;; Generated autoloads from calculator.el
2484 2525
2485(autoload (quote calculator) "calculator" "\ 2526(autoload (quote calculator) "calculator" "\
@@ -2507,7 +2548,7 @@ See the documentation for `calculator-mode' for more information.
2507;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially 2548;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially
2508;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 2549;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2509;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset) 2550;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset)
2510;;;;;; "calendar" "calendar/calendar.el" (16953 20625)) 2551;;;;;; "calendar" "calendar/calendar.el" (17087 12569))
2511;;; Generated autoloads from calendar/calendar.el 2552;;; Generated autoloads from calendar/calendar.el
2512 2553
2513(defvar calendar-offset 0 "\ 2554(defvar calendar-offset 0 "\
@@ -3098,7 +3139,7 @@ movement commands will not work correctly.")
3098;;;*** 3139;;;***
3099 3140
3100;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 3141;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
3101;;;;;; "gnus/canlock.el" (16822 52985)) 3142;;;;;; "gnus/canlock.el" (17087 12566))
3102;;; Generated autoloads from gnus/canlock.el 3143;;; Generated autoloads from gnus/canlock.el
3103 3144
3104(autoload (quote canlock-insert-header) "canlock" "\ 3145(autoload (quote canlock-insert-header) "canlock" "\
@@ -3117,7 +3158,7 @@ it fails.
3117 3158
3118;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 3159;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
3119;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3160;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3120;;;;;; (16858 50934)) 3161;;;;;; (17087 12566))
3121;;; Generated autoloads from progmodes/cc-mode.el 3162;;; Generated autoloads from progmodes/cc-mode.el
3122 3163
3123(autoload (quote c-initialize-cc-mode) "cc-mode" "\ 3164(autoload (quote c-initialize-cc-mode) "cc-mode" "\
@@ -3275,7 +3316,7 @@ Key bindings:
3275;;;*** 3316;;;***
3276 3317
3277;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3318;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3278;;;;;; "progmodes/cc-styles.el" (16667 39430)) 3319;;;;;; "progmodes/cc-styles.el" (17087 12566))
3279;;; Generated autoloads from progmodes/cc-styles.el 3320;;; Generated autoloads from progmodes/cc-styles.el
3280 3321
3281(autoload (quote c-set-style) "cc-styles" "\ 3322(autoload (quote c-set-style) "cc-styles" "\
@@ -3332,7 +3373,7 @@ and exists only for compatibility reasons.
3332 3373
3333;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3374;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3334;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3375;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3335;;;;;; (16942 52931)) 3376;;;;;; (17087 12558))
3336;;; Generated autoloads from international/ccl.el 3377;;; Generated autoloads from international/ccl.el
3337 3378
3338(autoload (quote ccl-compile) "ccl" "\ 3379(autoload (quote ccl-compile) "ccl" "\
@@ -3591,7 +3632,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3591;;;*** 3632;;;***
3592 3633
3593;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" 3634;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el"
3594;;;;;; (16908 33362)) 3635;;;;;; (17087 12466))
3595;;; Generated autoloads from progmodes/cfengine.el 3636;;; Generated autoloads from progmodes/cfengine.el
3596 3637
3597(autoload (quote cfengine-mode) "cfengine" "\ 3638(autoload (quote cfengine-mode) "cfengine" "\
@@ -3613,7 +3654,7 @@ to the action header.
3613;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3654;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3614;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3655;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3615;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 3656;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
3616;;;;;; (16829 43426)) 3657;;;;;; (17087 12449))
3617;;; Generated autoloads from emacs-lisp/checkdoc.el 3658;;; Generated autoloads from emacs-lisp/checkdoc.el
3618 3659
3619(autoload (quote checkdoc) "checkdoc" "\ 3660(autoload (quote checkdoc) "checkdoc" "\
@@ -3796,8 +3837,8 @@ checking of documentation strings.
3796;;;*** 3837;;;***
3797 3838
3798;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer 3839;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer
3799;;;;;; decode-hz-region) "china-util" "language/china-util.el" (16213 3840;;;;;; decode-hz-region) "china-util" "language/china-util.el" (17087
3800;;;;;; 43280)) 3841;;;;;; 12562))
3801;;; Generated autoloads from language/china-util.el 3842;;; Generated autoloads from language/china-util.el
3802 3843
3803(autoload (quote decode-hz-region) "china-util" "\ 3844(autoload (quote decode-hz-region) "china-util" "\
@@ -3825,7 +3866,7 @@ Encode the text in the current buffer to HZ.
3825;;;*** 3866;;;***
3826 3867
3827;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 3868;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
3828;;;;;; "chistory" "chistory.el" (16213 43267)) 3869;;;;;; "chistory" "chistory.el" (17087 12566))
3829;;; Generated autoloads from chistory.el 3870;;; Generated autoloads from chistory.el
3830 3871
3831(autoload (quote repeat-matching-complex-command) "chistory" "\ 3872(autoload (quote repeat-matching-complex-command) "chistory" "\
@@ -3864,7 +3905,7 @@ and runs the normal hook `command-history-hook'.
3864 3905
3865;;;*** 3906;;;***
3866 3907
3867;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (16764 51520)) 3908;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (17087 12566))
3868;;; Generated autoloads from emacs-lisp/cl.el 3909;;; Generated autoloads from emacs-lisp/cl.el
3869 3910
3870(defvar custom-print-functions nil "\ 3911(defvar custom-print-functions nil "\
@@ -3880,7 +3921,7 @@ a future Emacs interpreter will be able to use it.")
3880;;;*** 3921;;;***
3881 3922
3882;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 3923;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3883;;;;;; (16680 26003)) 3924;;;;;; (17087 12411))
3884;;; Generated autoloads from emacs-lisp/cl-indent.el 3925;;; Generated autoloads from emacs-lisp/cl-indent.el
3885 3926
3886(autoload (quote common-lisp-indent-function) "cl-indent" "\ 3927(autoload (quote common-lisp-indent-function) "cl-indent" "\
@@ -3891,7 +3932,7 @@ Not documented
3891;;;*** 3932;;;***
3892 3933
3893;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 3934;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3894;;;;;; (16213 43281)) 3935;;;;;; (17087 12554))
3895;;; Generated autoloads from progmodes/cmacexp.el 3936;;; Generated autoloads from progmodes/cmacexp.el
3896 3937
3897(autoload (quote c-macro-expand) "cmacexp" "\ 3938(autoload (quote c-macro-expand) "cmacexp" "\
@@ -3910,8 +3951,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
3910 3951
3911;;;*** 3952;;;***
3912 3953
3913;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (16718 3954;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (17087
3914;;;;;; 40975)) 3955;;;;;; 12424))
3915;;; Generated autoloads from cmuscheme.el 3956;;; Generated autoloads from cmuscheme.el
3916 3957
3917(autoload (quote run-scheme) "cmuscheme" "\ 3958(autoload (quote run-scheme) "cmuscheme" "\
@@ -3928,7 +3969,7 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook'
3928;;;*** 3969;;;***
3929 3970
3930;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" 3971;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el"
3931;;;;;; (16939 44105)) 3972;;;;;; (17087 12566))
3932;;; Generated autoloads from international/code-pages.el 3973;;; Generated autoloads from international/code-pages.el
3933 3974
3934(autoload (quote cp-make-coding-system) "code-pages" "\ 3975(autoload (quote cp-make-coding-system) "code-pages" "\
@@ -3958,7 +3999,7 @@ Return an updated `non-iso-charset-alist'.
3958 3999
3959;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage 4000;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage
3960;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) 4001;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage)
3961;;;;;; "codepage" "international/codepage.el" (16216 22162)) 4002;;;;;; "codepage" "international/codepage.el" (17087 12558))
3962;;; Generated autoloads from international/codepage.el 4003;;; Generated autoloads from international/codepage.el
3963 4004
3964(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ 4005(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\
@@ -4017,16 +4058,31 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal.
4017;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 4058;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4018;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 4059;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4019;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 4060;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4020;;;;;; (16908 33360)) 4061;;;;;; (17087 12574))
4021;;; Generated autoloads from comint.el 4062;;; Generated autoloads from comint.el
4022 4063
4064(defvar comint-output-filter-functions (quote (comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)) "\
4065Functions to call after output is inserted into the buffer.
4066One possible function is `comint-postoutput-scroll-to-bottom'.
4067These functions get one argument, a string containing the text as originally
4068inserted. Note that this might not be the same as the buffer contents between
4069`comint-last-output-start' and the buffer's `process-mark', if other filter
4070functions have already modified the buffer.
4071
4072See also `comint-preoutput-filter-functions'.
4073
4074You can use `add-hook' to add functions to this list
4075either globally or locally.")
4076
4077(defvaralias (quote comint-use-prompt-regexp-instead-of-fields) (quote comint-use-prompt-regexp))
4078
4023(autoload (quote make-comint-in-buffer) "comint" "\ 4079(autoload (quote make-comint-in-buffer) "comint" "\
4024Make a Comint process NAME in BUFFER, running PROGRAM. 4080Make a Comint process NAME in BUFFER, running PROGRAM.
4025If BUFFER is nil, it defaults to NAME surrounded by `*'s. 4081If BUFFER is nil, it defaults to NAME surrounded by `*'s.
4026PROGRAM should be either a string denoting an executable program to create 4082PROGRAM should be either a string denoting an executable program to create
4027via `start-process', or a cons pair of the form (HOST . SERVICE) denoting a TCP 4083via `start-process', or a cons pair of the form (HOST . SERVICE) denoting a TCP
4028connection to be opened via `open-network-stream'. If there is already a 4084connection to be opened via `open-network-stream'. If there is already a
4029running process in that buffer, it is not restarted. Optional third arg 4085running process in that buffer, it is not restarted. Optional fourth arg
4030STARTFILE is the name of a file to send the contents of to the process. 4086STARTFILE is the name of a file to send the contents of to the process.
4031 4087
4032If PROGRAM is a string, any more args are arguments to PROGRAM. 4088If PROGRAM is a string, any more args are arguments to PROGRAM.
@@ -4087,8 +4143,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4087 4143
4088;;;*** 4144;;;***
4089 4145
4090;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (16810 4146;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (17087
4091;;;;;; 63790)) 4147;;;;;; 12569))
4092;;; Generated autoloads from compare-w.el 4148;;; Generated autoloads from compare-w.el
4093 4149
4094(autoload (quote compare-windows) "compare-w" "\ 4150(autoload (quote compare-windows) "compare-w" "\
@@ -4124,7 +4180,7 @@ on third call it again advances points to the next difference and so on.
4124;;;### (autoloads (compilation-next-error-function compilation-minor-mode 4180;;;### (autoloads (compilation-next-error-function compilation-minor-mode
4125;;;;;; compilation-shell-minor-mode compilation-mode compile compilation-search-path 4181;;;;;; compilation-shell-minor-mode compilation-mode compile compilation-search-path
4126;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 4182;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
4127;;;;;; "compile" "progmodes/compile.el" (16939 44105)) 4183;;;;;; "compile" "progmodes/compile.el" (17087 12570))
4128;;; Generated autoloads from progmodes/compile.el 4184;;; Generated autoloads from progmodes/compile.el
4129 4185
4130(defvar compilation-mode-hook nil "\ 4186(defvar compilation-mode-hook nil "\
@@ -4238,10 +4294,12 @@ Not documented
4238 4294
4239\(fn N &optional RESET)" t nil) 4295\(fn N &optional RESET)" t nil)
4240 4296
4297(add-to-list (quote auto-mode-alist) (quote ("\\.gcov\\'" . compilation-mode)))
4298
4241;;;*** 4299;;;***
4242 4300
4243;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 4301;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4244;;;;;; (16377 12871)) 4302;;;;;; (17087 12528))
4245;;; Generated autoloads from complete.el 4303;;; Generated autoloads from complete.el
4246 4304
4247(defvar partial-completion-mode nil "\ 4305(defvar partial-completion-mode nil "\
@@ -4276,7 +4334,7 @@ See also the variable `PC-include-file-path'.
4276;;;*** 4334;;;***
4277 4335
4278;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4336;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4279;;;;;; (16581 41633)) 4337;;;;;; (17087 12379))
4280;;; Generated autoloads from completion.el 4338;;; Generated autoloads from completion.el
4281 4339
4282(autoload (quote dynamic-completion-mode) "completion" "\ 4340(autoload (quote dynamic-completion-mode) "completion" "\
@@ -4289,7 +4347,7 @@ Enable dynamic word-completion.
4289;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after 4347;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after
4290;;;;;; find-composition compose-chars decompose-string compose-string 4348;;;;;; find-composition compose-chars decompose-string compose-string
4291;;;;;; decompose-region compose-region encode-composition-rule) 4349;;;;;; decompose-region compose-region encode-composition-rule)
4292;;;;;; "composite" "composite.el" (16702 49512)) 4350;;;;;; "composite" "composite.el" (17087 12416))
4293;;; Generated autoloads from composite.el 4351;;; Generated autoloads from composite.el
4294 4352
4295(defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\ 4353(defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\
@@ -4510,7 +4568,7 @@ Optional 3rd arg WITH-COMPOSITION-RULE is ignored.
4510 4568
4511;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4569;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4512;;;;;; conf-space-mode conf-javaprop-mode conf-windows-mode conf-unix-mode 4570;;;;;; conf-space-mode conf-javaprop-mode conf-windows-mode conf-unix-mode
4513;;;;;; conf-mode) "conf-mode" "textmodes/conf-mode.el" (16908 33363)) 4571;;;;;; conf-mode) "conf-mode" "textmodes/conf-mode.el" (17087 12466))
4514;;; Generated autoloads from textmodes/conf-mode.el 4572;;; Generated autoloads from textmodes/conf-mode.el
4515 4573
4516(autoload (quote conf-mode) "conf-mode" "\ 4574(autoload (quote conf-mode) "conf-mode" "\
@@ -4660,7 +4718,7 @@ For details see `conf-mode'. Example:
4660;;;*** 4718;;;***
4661 4719
4662;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 4720;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4663;;;;;; "cookie1" "play/cookie1.el" (16213 43281)) 4721;;;;;; "cookie1" "play/cookie1.el" (17087 12380))
4664;;; Generated autoloads from play/cookie1.el 4722;;; Generated autoloads from play/cookie1.el
4665 4723
4666(autoload (quote cookie) "cookie1" "\ 4724(autoload (quote cookie) "cookie1" "\
@@ -4692,7 +4750,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
4692;;;*** 4750;;;***
4693 4751
4694;;;### (autoloads (copyright copyright-fix-years copyright-update) 4752;;;### (autoloads (copyright copyright-fix-years copyright-update)
4695;;;;;; "copyright" "emacs-lisp/copyright.el" (16932 19775)) 4753;;;;;; "copyright" "emacs-lisp/copyright.el" (17087 12564))
4696;;; Generated autoloads from emacs-lisp/copyright.el 4754;;; Generated autoloads from emacs-lisp/copyright.el
4697 4755
4698(autoload (quote copyright-update) "copyright" "\ 4756(autoload (quote copyright-update) "copyright" "\
@@ -4720,7 +4778,7 @@ Insert a copyright by $ORGANIZATION notice at cursor.
4720;;;*** 4778;;;***
4721 4779
4722;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 4780;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
4723;;;;;; (16858 50935)) 4781;;;;;; (17087 12575))
4724;;; Generated autoloads from progmodes/cperl-mode.el 4782;;; Generated autoloads from progmodes/cperl-mode.el
4725 4783
4726(autoload (quote cperl-mode) "cperl-mode" "\ 4784(autoload (quote cperl-mode) "cperl-mode" "\
@@ -4778,7 +4836,7 @@ you type it inside the inline block of control construct, like
4778and you are on a boundary of a statement inside braces, it will 4836and you are on a boundary of a statement inside braces, it will
4779transform the construct into a multiline and will place you into an 4837transform the construct into a multiline and will place you into an
4780appropriately indented blank line. If you need a usual 4838appropriately indented blank line. If you need a usual
4781`newline-and-indent' behaviour, it is on \\[newline-and-indent], 4839`newline-and-indent' behavior, it is on \\[newline-and-indent],
4782see documentation on `cperl-electric-linefeed'. 4840see documentation on `cperl-electric-linefeed'.
4783 4841
4784Use \\[cperl-invert-if-unless] to change a construction of the form 4842Use \\[cperl-invert-if-unless] to change a construction of the form
@@ -4893,7 +4951,7 @@ or as help on variables `cperl-tips', `cperl-problems',
4893;;;*** 4951;;;***
4894 4952
4895;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 4953;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4896;;;;;; (16213 43281)) 4954;;;;;; (17087 12570))
4897;;; Generated autoloads from progmodes/cpp.el 4955;;; Generated autoloads from progmodes/cpp.el
4898 4956
4899(autoload (quote cpp-highlight-buffer) "cpp" "\ 4957(autoload (quote cpp-highlight-buffer) "cpp" "\
@@ -4912,7 +4970,7 @@ Edit display information for cpp conditionals.
4912;;;*** 4970;;;***
4913 4971
4914;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 4972;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4915;;;;;; (16213 43273)) 4973;;;;;; (17087 12564))
4916;;; Generated autoloads from emulation/crisp.el 4974;;; Generated autoloads from emulation/crisp.el
4917 4975
4918(defvar crisp-mode nil "\ 4976(defvar crisp-mode nil "\
@@ -4936,7 +4994,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
4936;;;*** 4994;;;***
4937 4995
4938;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 4996;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
4939;;;;;; (16213 43272)) 4997;;;;;; (17087 12380))
4940;;; Generated autoloads from emacs-lisp/crm.el 4998;;; Generated autoloads from emacs-lisp/crm.el
4941 4999
4942(autoload (quote completing-read-multiple) "crm" "\ 5000(autoload (quote completing-read-multiple) "crm" "\
@@ -4971,8 +5029,8 @@ INHERIT-INPUT-METHOD.
4971 5029
4972;;;*** 5030;;;***
4973 5031
4974;;;### (autoloads (cua-mode) "cua-base" "emulation/cua-base.el" (16942 5032;;;### (autoloads (cua-mode) "cua-base" "emulation/cua-base.el" (17087
4975;;;;;; 52931)) 5033;;;;;; 12569))
4976;;; Generated autoloads from emulation/cua-base.el 5034;;; Generated autoloads from emulation/cua-base.el
4977 5035
4978(defvar cua-mode nil "\ 5036(defvar cua-mode nil "\
@@ -4995,10 +5053,11 @@ paste (in addition to the normal emacs bindings).
4995 '(error (concat "\n\n" 5053 '(error (concat "\n\n"
4996 "CUA-mode is now part of the standard GNU Emacs distribution,\n" 5054 "CUA-mode is now part of the standard GNU Emacs distribution,\n"
4997 "so you may now enable and customize CUA via the Options menu.\n\n" 5055 "so you may now enable and customize CUA via the Options menu.\n\n"
4998 "Your " (file-name-nondirectory user-init-file) " loads an older version of CUA-mode which does\n" 5056 "You have loaded an older version of CUA-mode which does\n"
4999 "not work correctly with this version of GNU Emacs.\n" 5057 "not work correctly with this version of GNU Emacs.\n\n"
5058 (if user-init-file (concat
5000 "To correct this, remove the loading and customization of the\n" 5059 "To correct this, remove the loading and customization of the\n"
5001 "old version from the " user-init-file " file.\n\n"))) 5060 "old version from the " user-init-file " file.\n\n")))))
5002 5061
5003;;;*** 5062;;;***
5004 5063
@@ -5010,7 +5069,7 @@ paste (in addition to the normal emacs bindings).
5010;;;;;; customize-face customize-changed-options customize-option-other-window 5069;;;;;; customize-face customize-changed-options customize-option-other-window
5011;;;;;; customize-option customize-group-other-window customize-group 5070;;;;;; customize-option customize-group-other-window customize-group
5012;;;;;; customize-mode customize customize-save-variable customize-set-variable 5071;;;;;; customize-mode customize customize-save-variable customize-set-variable
5013;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (16930 25645)) 5072;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (17087 12581))
5014;;; Generated autoloads from cus-edit.el 5073;;; Generated autoloads from cus-edit.el
5015 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 5074 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
5016 5075
@@ -5121,7 +5180,8 @@ version.
5121 5180
5122(autoload (quote customize-face) "cus-edit" "\ 5181(autoload (quote customize-face) "cus-edit" "\
5123Customize FACE, which should be a face name or nil. 5182Customize FACE, which should be a face name or nil.
5124If FACE is nil, customize all faces. 5183If FACE is nil, customize all faces. If FACE is actually a
5184face-alias, customize the face it is aliased to.
5125 5185
5126Interactively, when point is on text which has a face specified, 5186Interactively, when point is on text which has a face specified,
5127suggest to customize that face, if it's customizable. 5187suggest to customize that face, if it's customizable.
@@ -5130,6 +5190,7 @@ suggest to customize that face, if it's customizable.
5130 5190
5131(autoload (quote customize-face-other-window) "cus-edit" "\ 5191(autoload (quote customize-face-other-window) "cus-edit" "\
5132Show customization buffer for face FACE in other window. 5192Show customization buffer for face FACE in other window.
5193If FACE is actually a face-alias, customize the face it is aliased to.
5133 5194
5134Interactively, when point is on text which has a face specified, 5195Interactively, when point is on text which has a face specified,
5135suggest to customize that face, if it's customizable. 5196suggest to customize that face, if it's customizable.
@@ -5264,7 +5325,7 @@ The format is suitable for use with `easy-menu-define'.
5264 5325
5265;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-theme-face-value 5326;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-theme-face-value
5266;;;;;; custom-set-faces custom-declare-face) "cus-face" "cus-face.el" 5327;;;;;; custom-set-faces custom-declare-face) "cus-face" "cus-face.el"
5267;;;;;; (16861 9526)) 5328;;;;;; (17087 12589))
5268;;; Generated autoloads from cus-face.el 5329;;; Generated autoloads from cus-face.el
5269 5330
5270(autoload (quote custom-declare-face) "cus-face" "\ 5331(autoload (quote custom-declare-face) "cus-face" "\
@@ -5272,6 +5333,24 @@ Like `defface', but FACE is evaluated as a normal argument.
5272 5333
5273\(fn FACE SPEC DOC &rest ARGS)" nil nil) 5334\(fn FACE SPEC DOC &rest ARGS)" nil nil)
5274 5335
5336(defconst custom-face-attributes (quote ((:family (string :tag "Font Family" :help-echo "Font family or fontset alias name.")) (:width (choice :tag "Width" :help-echo "Font width." :value normal (const :tag "compressed" condensed) (const :tag "condensed" condensed) (const :tag "demiexpanded" semi-expanded) (const :tag "expanded" expanded) (const :tag "extracondensed" extra-condensed) (const :tag "extraexpanded" extra-expanded) (const :tag "medium" normal) (const :tag "narrow" condensed) (const :tag "normal" normal) (const :tag "regular" normal) (const :tag "semicondensed" semi-condensed) (const :tag "semiexpanded" semi-expanded) (const :tag "ultracondensed" ultra-condensed) (const :tag "ultraexpanded" ultra-expanded) (const :tag "wide" extra-expanded))) (:height (choice :tag "Height" :help-echo "Face's font height." :value 1.0 (integer :tag "Height in 1/10 pt") (number :tag "Scale" 1.0))) (:weight (choice :tag "Weight" :help-echo "Font weight." :value normal (const :tag "black" ultra-bold) (const :tag "bold" bold) (const :tag "book" semi-light) (const :tag "demibold" semi-bold) (const :tag "extralight" extra-light) (const :tag "extrabold" extra-bold) (const :tag "heavy" extra-bold) (const :tag "light" light) (const :tag "medium" normal) (const :tag "normal" normal) (const :tag "regular" normal) (const :tag "semibold" semi-bold) (const :tag "semilight" semi-light) (const :tag "ultralight" ultra-light) (const :tag "ultrabold" ultra-bold))) (:slant (choice :tag "Slant" :help-echo "Font slant." :value normal (const :tag "italic" italic) (const :tag "oblique" oblique) (const :tag "normal" normal))) (:underline (choice :tag "Underline" :help-echo "Control text underlining." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:overline (choice :tag "Overline" :help-echo "Control text overlining." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:strike-through (choice :tag "Strike-through" :help-echo "Control text strike-through." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:box (choice :tag "Box around text" :help-echo "Control box around text." (const :tag "Off" nil) (list :tag "Box" :value (:line-width 2 :color "grey75" :style released-button) (const :format "" :value :line-width) (integer :tag "Width") (const :format "" :value :color) (choice :tag "Color" (const :tag "*" nil) color) (const :format "" :value :style) (choice :tag "Style" (const :tag "Raised" released-button) (const :tag "Sunken" pressed-button) (const :tag "None" nil)))) (lambda (real-value) (and real-value (let ((lwidth (or (and (consp real-value) (plist-get real-value :line-width)) (and (integerp real-value) real-value) 1)) (color (or (and (consp real-value) (plist-get real-value :color)) (and (stringp real-value) real-value) nil)) (style (and (consp real-value) (plist-get real-value :style)))) (list :line-width lwidth :color color :style style)))) (lambda (cus-value) (and cus-value (let ((lwidth (plist-get cus-value :line-width)) (color (plist-get cus-value :color)) (style (plist-get cus-value :style))) (cond ((and (null color) (null style)) lwidth) ((and (null lwidth) (null style)) color) (t (nconc (and lwidth (\` (:line-width (\, lwidth)))) (and color (\` (:color (\, color)))) (and style (\` (:style (\, style))))))))))) (:inverse-video (choice :tag "Inverse-video" :help-echo "Control whether text should be in inverse-video." (const :tag "Off" nil) (const :tag "On" t))) (:foreground (color :tag "Foreground" :help-echo "Set foreground color (name or #RRGGBB hex spec).")) (:background (color :tag "Background" :help-echo "Set background color (name or #RRGGBB hex spec).")) (:stipple (choice :tag "Stipple" :help-echo "Background bit-mask" (const :tag "None" nil) (file :tag "File" :help-echo "Name of bitmap file." :must-match t))) (:inherit (repeat :tag "Inherit" :help-echo "List of faces to inherit attributes from." (face :Tag "Face" default)) (lambda (real-value) (cond ((or (null real-value) (eq real-value (quote unspecified))) nil) ((symbolp real-value) (list real-value)) (t real-value))) (lambda (cus-value) (if (and (consp cus-value) (null (cdr cus-value))) (car cus-value) cus-value))))) "\
5337Alist of face attributes.
5338
5339The elements are of the form (KEY TYPE PRE-FILTER POST-FILTER),
5340where KEY is the name of the attribute, TYPE is a widget type for
5341editing the attribute, PRE-FILTER is a function to make the attribute's
5342value suitable for the customization widget, and POST-FILTER is a
5343function to make the customized value suitable for storing. PRE-FILTER
5344and POST-FILTER are optional.
5345
5346The PRE-FILTER should take a single argument, the attribute value as
5347stored, and should return a value for customization (using the
5348customization type TYPE).
5349
5350The POST-FILTER should also take a single argument, the value after
5351being customized, and should return a value suitable for setting the
5352given face attribute.")
5353
5275(autoload (quote custom-set-faces) "cus-face" "\ 5354(autoload (quote custom-set-faces) "cus-face" "\
5276Initialize faces according to user preferences. 5355Initialize faces according to user preferences.
5277This associates the settings with the `user' theme. 5356This associates the settings with the `user' theme.
@@ -5322,7 +5401,7 @@ ARGS is defined as for `custom-theme-reset-faces'
5322;;;*** 5401;;;***
5323 5402
5324;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" 5403;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
5325;;;;;; (16213 43267)) 5404;;;;;; (17087 12532))
5326;;; Generated autoloads from cus-theme.el 5405;;; Generated autoloads from cus-theme.el
5327 5406
5328(autoload (quote customize-create-theme) "cus-theme" "\ 5407(autoload (quote customize-create-theme) "cus-theme" "\
@@ -5333,7 +5412,7 @@ Create a custom theme.
5333;;;*** 5412;;;***
5334 5413
5335;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 5414;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
5336;;;;;; (16788 34908)) 5415;;;;;; (17087 12569))
5337;;; Generated autoloads from cvs-status.el 5416;;; Generated autoloads from cvs-status.el
5338 5417
5339(autoload (quote cvs-status-mode) "cvs-status" "\ 5418(autoload (quote cvs-status-mode) "cvs-status" "\
@@ -5344,7 +5423,7 @@ Mode used for cvs status output.
5344;;;*** 5423;;;***
5345 5424
5346;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5425;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5347;;;;;; "cwarn" "progmodes/cwarn.el" (16213 43281)) 5426;;;;;; "cwarn" "progmodes/cwarn.el" (17087 12528))
5348;;; Generated autoloads from progmodes/cwarn.el 5427;;; Generated autoloads from progmodes/cwarn.el
5349 5428
5350(autoload (quote cwarn-mode) "cwarn" "\ 5429(autoload (quote cwarn-mode) "cwarn" "\
@@ -5386,7 +5465,7 @@ in which `turn-on-cwarn-mode-if-enabled' turns it on.
5386 5465
5387;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5466;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5388;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5467;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5389;;;;;; (16213 43280)) 5468;;;;;; (17087 12562))
5390;;; Generated autoloads from language/cyril-util.el 5469;;; Generated autoloads from language/cyril-util.el
5391 5470
5392(autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ 5471(autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\
@@ -5415,7 +5494,7 @@ If the argument is nil, we return the display table to its standard state.
5415;;;*** 5494;;;***
5416 5495
5417;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5496;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5418;;;;;; (16908 33360)) 5497;;;;;; (17087 12564))
5419;;; Generated autoloads from dabbrev.el 5498;;; Generated autoloads from dabbrev.el
5420 (define-key esc-map "/" 'dabbrev-expand) 5499 (define-key esc-map "/" 'dabbrev-expand)
5421 (define-key esc-map [?\C-/] 'dabbrev-completion) 5500 (define-key esc-map [?\C-/] 'dabbrev-completion)
@@ -5462,8 +5541,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5462 5541
5463;;;*** 5542;;;***
5464 5543
5465;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (16958 5544;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (17087
5466;;;;;; 58759)) 5545;;;;;; 12566))
5467;;; Generated autoloads from progmodes/dcl-mode.el 5546;;; Generated autoloads from progmodes/dcl-mode.el
5468 5547
5469(autoload (quote dcl-mode) "dcl-mode" "\ 5548(autoload (quote dcl-mode) "dcl-mode" "\
@@ -5590,7 +5669,7 @@ There is some minimal font-lock support (see vars
5590;;;*** 5669;;;***
5591 5670
5592;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5671;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5593;;;;;; "emacs-lisp/debug.el" (16953 20625)) 5672;;;;;; "emacs-lisp/debug.el" (17087 12581))
5594;;; Generated autoloads from emacs-lisp/debug.el 5673;;; Generated autoloads from emacs-lisp/debug.el
5595 5674
5596(setq debugger (quote debug)) 5675(setq debugger (quote debug))
@@ -5608,9 +5687,16 @@ first will be printed into the backtrace buffer.
5608 5687
5609(autoload (quote debug-on-entry) "debug" "\ 5688(autoload (quote debug-on-entry) "debug" "\
5610Request FUNCTION to invoke debugger each time it is called. 5689Request FUNCTION to invoke debugger each time it is called.
5611If you tell the debugger to continue, FUNCTION's execution proceeds. 5690
5612This works by modifying the definition of FUNCTION, 5691When called interactively, prompt for FUNCTION in the minibuffer.
5613which must be written in Lisp, not predefined. 5692
5693This works by modifying the definition of FUNCTION. If you tell the
5694debugger to continue, FUNCTION's execution proceeds. If FUNCTION is a
5695normal function or a macro written in Lisp, you can also step through
5696its execution. FUNCTION can also be a primitive that is not a special
5697form, in which case stepping is not possible. Break-on-entry for
5698primitive functions only works when that function is called from Lisp.
5699
5614Use \\[cancel-debug-on-entry] to cancel the effect of this command. 5700Use \\[cancel-debug-on-entry] to cancel the effect of this command.
5615Redefining FUNCTION also cancels it. 5701Redefining FUNCTION also cancels it.
5616 5702
@@ -5618,14 +5704,16 @@ Redefining FUNCTION also cancels it.
5618 5704
5619(autoload (quote cancel-debug-on-entry) "debug" "\ 5705(autoload (quote cancel-debug-on-entry) "debug" "\
5620Undo effect of \\[debug-on-entry] on FUNCTION. 5706Undo effect of \\[debug-on-entry] on FUNCTION.
5621If argument is nil or an empty string, cancel for all functions. 5707If FUNCTION is nil, cancel debug-on-entry for all functions.
5708When called interactively, prompt for FUNCTION in the minibuffer.
5709To specify a nil argument interactively, exit with an empty minibuffer.
5622 5710
5623\(fn &optional FUNCTION)" t nil) 5711\(fn &optional FUNCTION)" t nil)
5624 5712
5625;;;*** 5713;;;***
5626 5714
5627;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5715;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5628;;;;;; (16876 58220)) 5716;;;;;; (17087 12566))
5629;;; Generated autoloads from play/decipher.el 5717;;; Generated autoloads from play/decipher.el
5630 5718
5631(autoload (quote decipher) "decipher" "\ 5719(autoload (quote decipher) "decipher" "\
@@ -5654,8 +5742,8 @@ The most useful commands are:
5654;;;*** 5742;;;***
5655 5743
5656;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 5744;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5657;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (16462 5745;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (17087
5658;;;;;; 53446)) 5746;;;;;; 12379))
5659;;; Generated autoloads from delim-col.el 5747;;; Generated autoloads from delim-col.el
5660 5748
5661(autoload (quote delimit-columns-customize) "delim-col" "\ 5749(autoload (quote delimit-columns-customize) "delim-col" "\
@@ -5679,8 +5767,8 @@ START and END delimits the corners of text rectangle.
5679 5767
5680;;;*** 5768;;;***
5681 5769
5682;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (16507 5770;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17087
5683;;;;;; 41097)) 5771;;;;;; 12570))
5684;;; Generated autoloads from progmodes/delphi.el 5772;;; Generated autoloads from progmodes/delphi.el
5685 5773
5686(autoload (quote delphi-mode) "delphi" "\ 5774(autoload (quote delphi-mode) "delphi" "\
@@ -5730,8 +5818,8 @@ no args, if that value is non-nil.
5730 5818
5731;;;*** 5819;;;***
5732 5820
5733;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (16764 5821;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (17087
5734;;;;;; 51517)) 5822;;;;;; 12435))
5735;;; Generated autoloads from delsel.el 5823;;; Generated autoloads from delsel.el
5736 5824
5737(defalias (quote pending-delete-mode) (quote delete-selection-mode)) 5825(defalias (quote pending-delete-mode) (quote delete-selection-mode))
@@ -5759,7 +5847,7 @@ any selection.
5759;;;*** 5847;;;***
5760 5848
5761;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5849;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5762;;;;;; "derived" "emacs-lisp/derived.el" (16908 33361)) 5850;;;;;; "derived" "emacs-lisp/derived.el" (17087 12574))
5763;;; Generated autoloads from emacs-lisp/derived.el 5851;;; Generated autoloads from emacs-lisp/derived.el
5764 5852
5765(autoload (quote define-derived-mode) "derived" "\ 5853(autoload (quote define-derived-mode) "derived" "\
@@ -5780,6 +5868,7 @@ BODY can start with a bunch of keyword arguments. The following keyword
5780 arguments are currently understood: 5868 arguments are currently understood:
5781:group GROUP 5869:group GROUP
5782 Declare the customization group that corresponds to this mode. 5870 Declare the customization group that corresponds to this mode.
5871 The command `customize-mode' uses this.
5783:syntax-table TABLE 5872:syntax-table TABLE
5784 Use TABLE instead of the default. 5873 Use TABLE instead of the default.
5785 A nil value means to simply use the same syntax-table as the parent. 5874 A nil value means to simply use the same syntax-table as the parent.
@@ -5808,10 +5897,12 @@ been generated automatically, with a reference to the keymap.
5808The new mode runs the hook constructed by the function 5897The new mode runs the hook constructed by the function
5809`derived-mode-hook-name'. 5898`derived-mode-hook-name'.
5810 5899
5900See Info node `(elisp)Derived Modes' for more details.
5901
5811\(fn CHILD PARENT NAME &optional DOCSTRING &rest BODY)" nil (quote macro)) 5902\(fn CHILD PARENT NAME &optional DOCSTRING &rest BODY)" nil (quote macro))
5812 5903
5813(autoload (quote derived-mode-init-mode-variables) "derived" "\ 5904(autoload (quote derived-mode-init-mode-variables) "derived" "\
5814Initialise variables for a new MODE. 5905Initialize variables for a new MODE.
5815Right now, if they don't already exist, set up a blank keymap, an 5906Right now, if they don't already exist, set up a blank keymap, an
5816empty syntax table, and an empty abbrev table -- these will be merged 5907empty syntax table, and an empty abbrev table -- these will be merged
5817the first time the mode is used. 5908the first time the mode is used.
@@ -5821,7 +5912,7 @@ the first time the mode is used.
5821;;;*** 5912;;;***
5822 5913
5823;;;### (autoloads (describe-char describe-text-properties) "descr-text" 5914;;;### (autoloads (describe-char describe-text-properties) "descr-text"
5824;;;;;; "descr-text.el" (16908 33360)) 5915;;;;;; "descr-text.el" (17087 12566))
5825;;; Generated autoloads from descr-text.el 5916;;; Generated autoloads from descr-text.el
5826 5917
5827(autoload (quote describe-text-properties) "descr-text" "\ 5918(autoload (quote describe-text-properties) "descr-text" "\
@@ -5846,14 +5937,12 @@ as well as widgets, buttons, overlays, and text properties.
5846 5937
5847;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 5938;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
5848;;;;;; desktop-load-default desktop-read desktop-save-mode) "desktop" 5939;;;;;; desktop-load-default desktop-read desktop-save-mode) "desktop"
5849;;;;;; "desktop.el" (16908 33360)) 5940;;;;;; "desktop.el" (17087 12534))
5850;;; Generated autoloads from desktop.el 5941;;; Generated autoloads from desktop.el
5851 5942
5852(defvar desktop-save-mode nil "\ 5943(defvar desktop-save-mode nil "\
5853Non-nil if Desktop-Save mode is enabled. 5944Non-nil if Desktop-Save mode is enabled.
5854See the command `desktop-save-mode' for a description of this minor-mode. 5945See the command `desktop-save-mode' for a description of this minor-mode.")
5855Setting this variable directly does not take effect;
5856use either \\[customize] or the function `desktop-save-mode'.")
5857 5946
5858(custom-autoload (quote desktop-save-mode) "desktop") 5947(custom-autoload (quote desktop-save-mode) "desktop")
5859 5948
@@ -5921,7 +6010,7 @@ Revert to the last loaded desktop.
5921;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines 6010;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines
5922;;;;;; gnus-outlook-display-hook gnus-outlook-deuglify-unwrap-max 6011;;;;;; gnus-outlook-display-hook gnus-outlook-deuglify-unwrap-max
5923;;;;;; gnus-outlook-deuglify-unwrap-min) "deuglify" "gnus/deuglify.el" 6012;;;;;; gnus-outlook-deuglify-unwrap-min) "deuglify" "gnus/deuglify.el"
5924;;;;;; (16908 33361)) 6013;;;;;; (17087 12566))
5925;;; Generated autoloads from gnus/deuglify.el 6014;;; Generated autoloads from gnus/deuglify.el
5926 6015
5927(defvar gnus-outlook-deuglify-unwrap-min 45 "\ 6016(defvar gnus-outlook-deuglify-unwrap-min 45 "\
@@ -5970,7 +6059,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
5970;;;*** 6059;;;***
5971 6060
5972;;;### (autoloads (devanagari-post-read-conversion devanagari-compose-region) 6061;;;### (autoloads (devanagari-post-read-conversion devanagari-compose-region)
5973;;;;;; "devan-util" "language/devan-util.el" (16585 28857)) 6062;;;;;; "devan-util" "language/devan-util.el" (17087 12562))
5974;;; Generated autoloads from language/devan-util.el 6063;;; Generated autoloads from language/devan-util.el
5975 6064
5976(defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") 6065(defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]")
@@ -5988,7 +6077,7 @@ Not documented
5988;;;*** 6077;;;***
5989 6078
5990;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 6079;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
5991;;;;;; "calendar/diary-lib.el" (16953 20625)) 6080;;;;;; "calendar/diary-lib.el" (17087 12569))
5992;;; Generated autoloads from calendar/diary-lib.el 6081;;; Generated autoloads from calendar/diary-lib.el
5993 6082
5994(autoload (quote diary) "diary-lib" "\ 6083(autoload (quote diary) "diary-lib" "\
@@ -6034,7 +6123,7 @@ Major mode for editing the diary file.
6034;;;*** 6123;;;***
6035 6124
6036;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 6125;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
6037;;;;;; "diff.el" (16534 3807)) 6126;;;;;; "diff.el" (17087 12379))
6038;;; Generated autoloads from diff.el 6127;;; Generated autoloads from diff.el
6039 6128
6040(defvar diff-switches "-c" "\ 6129(defvar diff-switches "-c" "\
@@ -6068,7 +6157,7 @@ With prefix arg, prompt for diff switches.
6068;;;*** 6157;;;***
6069 6158
6070;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 6159;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
6071;;;;;; (16746 18215)) 6160;;;;;; (17087 12569))
6072;;; Generated autoloads from diff-mode.el 6161;;; Generated autoloads from diff-mode.el
6073 6162
6074(autoload (quote diff-mode) "diff-mode" "\ 6163(autoload (quote diff-mode) "diff-mode" "\
@@ -6076,7 +6165,7 @@ Major mode for viewing/editing context diffs.
6076Supports unified and context diffs as well as (to a lesser extent) 6165Supports unified and context diffs as well as (to a lesser extent)
6077normal diffs. 6166normal diffs.
6078When the buffer is read-only, the ESC prefix is not necessary. 6167When the buffer is read-only, the ESC prefix is not necessary.
6079IF you edit the buffer manually, diff-mode will try to update the hunk 6168If you edit the buffer manually, diff-mode will try to update the hunk
6080headers for you on-the-fly. 6169headers for you on-the-fly.
6081 6170
6082You can also switch between context diff and unified diff with \\[diff-context->unified], 6171You can also switch between context diff and unified diff with \\[diff-context->unified],
@@ -6097,7 +6186,7 @@ Minor mode for viewing/editing context diffs.
6097;;;;;; dired-other-window dired dired-copy-preserve-time dired-dwim-target 6186;;;;;; dired-other-window dired dired-copy-preserve-time dired-dwim-target
6098;;;;;; dired-keep-marker-symlink dired-keep-marker-hardlink dired-keep-marker-copy 6187;;;;;; dired-keep-marker-symlink dired-keep-marker-hardlink dired-keep-marker-copy
6099;;;;;; dired-keep-marker-rename dired-trivial-filenames dired-ls-F-marks-symlinks 6188;;;;;; dired-keep-marker-rename dired-trivial-filenames dired-ls-F-marks-symlinks
6100;;;;;; dired-listing-switches) "dired" "dired.el" (16915 11400)) 6189;;;;;; dired-listing-switches) "dired" "dired.el" (17087 12569))
6101;;; Generated autoloads from dired.el 6190;;; Generated autoloads from dired.el
6102 6191
6103(defvar dired-listing-switches "-al" "\ 6192(defvar dired-listing-switches "-al" "\
@@ -6242,8 +6331,8 @@ Restore a dired buffer specified in a desktop file.
6242;;;;;; dired-do-compress dired-query dired-compress-file dired-do-kill-lines 6331;;;;;; dired-do-compress dired-query dired-compress-file dired-do-kill-lines
6243;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory 6332;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory
6244;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp 6333;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp
6245;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" 6334;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff
6246;;;;;; "dired-aux.el" (16804 23129)) 6335;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17087 12581))
6247;;; Generated autoloads from dired-aux.el 6336;;; Generated autoloads from dired-aux.el
6248 6337
6249(autoload (quote dired-diff) "dired-aux" "\ 6338(autoload (quote dired-diff) "dired-aux" "\
@@ -6265,6 +6354,34 @@ With prefix arg, prompt for argument SWITCHES which is options for `diff'.
6265 6354
6266\(fn &optional SWITCHES)" t nil) 6355\(fn &optional SWITCHES)" t nil)
6267 6356
6357(autoload (quote dired-compare-directories) "dired-aux" "\
6358Mark files with different file attributes in two dired buffers.
6359Compare file attributes of files in the current directory
6360with file attributes in directory DIR2 using PREDICATE on pairs of files
6361with the same name. Mark files for which PREDICATE returns non-nil.
6362Mark files with different names if PREDICATE is nil (or interactively
6363with empty input at the predicate prompt).
6364
6365PREDICATE is a Lisp expression that can refer to the following variables:
6366
6367 size1, size2 - file size in bytes
6368 mtime1, mtime2 - last modification time in seconds, as a float
6369 fa1, fa2 - list of file attributes
6370 returned by function `file-attributes'
6371
6372 where 1 refers to attribute of file in the current dired buffer
6373 and 2 to attribute of file in second dired buffer.
6374
6375Examples of PREDICATE:
6376
6377 (> mtime1 mtime2) - mark newer files
6378 (not (= size1 size2)) - mark files with different sizes
6379 (not (string= (nth 8 fa1) (nth 8 fa2))) - mark files with different modes
6380 (not (and (= (nth 2 fa1) (nth 2 fa2)) - mark files with different UID
6381 (= (nth 3 fa1) (nth 3 fa2)))) and GID.
6382
6383\(fn DIR2 PREDICATE)" t nil)
6384
6268(autoload (quote dired-do-chmod) "dired-aux" "\ 6385(autoload (quote dired-do-chmod) "dired-aux" "\
6269Change the mode of the marked (or next ARG) files. 6386Change the mode of the marked (or next ARG) files.
6270This calls chmod, thus symbolic modes like `g+w' are allowed. 6387This calls chmod, thus symbolic modes like `g+w' are allowed.
@@ -6623,7 +6740,7 @@ true then the type of the file linked to by FILE is printed instead.
6623 6740
6624;;;*** 6741;;;***
6625 6742
6626;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (16589 26258)) 6743;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (17087 12564))
6627;;; Generated autoloads from dired-x.el 6744;;; Generated autoloads from dired-x.el
6628 6745
6629(autoload (quote dired-jump) "dired-x" "\ 6746(autoload (quote dired-jump) "dired-x" "\
@@ -6637,7 +6754,7 @@ buffer and try again.
6637 6754
6638;;;*** 6755;;;***
6639 6756
6640;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (16213 43267)) 6757;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (17087 12379))
6641;;; Generated autoloads from dirtrack.el 6758;;; Generated autoloads from dirtrack.el
6642 6759
6643(autoload (quote dirtrack) "dirtrack" "\ 6760(autoload (quote dirtrack) "dirtrack" "\
@@ -6656,8 +6773,8 @@ You can enable directory tracking by adding this function to
6656 6773
6657;;;*** 6774;;;***
6658 6775
6659;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (16519 6776;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (17087
6660;;;;;; 44982)) 6777;;;;;; 12380))
6661;;; Generated autoloads from emacs-lisp/disass.el 6778;;; Generated autoloads from emacs-lisp/disass.el
6662 6779
6663(autoload (quote disassemble) "disass" "\ 6780(autoload (quote disassemble) "disass" "\
@@ -6675,7 +6792,7 @@ redefine OBJECT if it is a symbol.
6675;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii 6792;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii
6676;;;;;; standard-display-default standard-display-8bit describe-current-display-table 6793;;;;;; standard-display-default standard-display-8bit describe-current-display-table
6677;;;;;; describe-display-table set-display-table-slot display-table-slot 6794;;;;;; describe-display-table set-display-table-slot display-table-slot
6678;;;;;; make-display-table) "disp-table" "disp-table.el" (16814 63075)) 6795;;;;;; make-display-table) "disp-table" "disp-table.el" (17087 12379))
6679;;; Generated autoloads from disp-table.el 6796;;; Generated autoloads from disp-table.el
6680 6797
6681(autoload (quote make-display-table) "disp-table" "\ 6798(autoload (quote make-display-table) "disp-table" "\
@@ -6776,7 +6893,7 @@ for users who call this function in `.emacs'.
6776;;;*** 6893;;;***
6777 6894
6778;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 6895;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6779;;;;;; (16213 43281)) 6896;;;;;; (17087 12380))
6780;;; Generated autoloads from play/dissociate.el 6897;;; Generated autoloads from play/dissociate.el
6781 6898
6782(autoload (quote dissociated-press) "dissociate" "\ 6899(autoload (quote dissociated-press) "dissociate" "\
@@ -6792,8 +6909,28 @@ Default is 2.
6792 6909
6793;;;*** 6910;;;***
6794 6911
6912;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (17087 12562))
6913;;; Generated autoloads from dnd.el
6914
6915(defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file))) "\
6916The functions to call for different protocols when a drop is made.
6917This variable is used by `dnd-handle-one-url' and `dnd-handle-file-name'.
6918The list contains of (REGEXP . FUNCTION) pairs.
6919The functions shall take two arguments, URL, which is the URL dropped and
6920ACTION which is the action to be performed for the drop (move, copy, link,
6921private or ask).
6922If no match is found here, and the value of `browse-url-browser-function'
6923is a pair of (REGEXP . FUNCTION), those regexps are tried for a match.
6924If no match is found, the URL is inserted as text by calling `dnd-insert-text'.
6925The function shall return the action done (move, copy, link or private)
6926if some action was made, or nil if the URL is ignored.")
6927
6928(custom-autoload (quote dnd-protocol-alist) "dnd")
6929
6930;;;***
6931
6795;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 6932;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6796;;;;;; "textmodes/dns-mode.el" (16710 53610)) 6933;;;;;; "textmodes/dns-mode.el" (17087 12566))
6797;;; Generated autoloads from textmodes/dns-mode.el 6934;;; Generated autoloads from textmodes/dns-mode.el
6798 6935
6799(autoload (quote dns-mode) "dns-mode" "\ 6936(autoload (quote dns-mode) "dns-mode" "\
@@ -6816,7 +6953,7 @@ Locate SOA record and increment the serial field.
6816 6953
6817;;;*** 6954;;;***
6818 6955
6819;;;### (autoloads (doctor) "doctor" "play/doctor.el" (16213 43281)) 6956;;;### (autoloads (doctor) "doctor" "play/doctor.el" (17087 12570))
6820;;; Generated autoloads from play/doctor.el 6957;;; Generated autoloads from play/doctor.el
6821 6958
6822(autoload (quote doctor) "doctor" "\ 6959(autoload (quote doctor) "doctor" "\
@@ -6827,7 +6964,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6827;;;*** 6964;;;***
6828 6965
6829;;;### (autoloads (double-mode double-mode) "double" "double.el" 6966;;;### (autoloads (double-mode double-mode) "double" "double.el"
6830;;;;;; (16932 19773)) 6967;;;;;; (17087 12588))
6831;;; Generated autoloads from double.el 6968;;; Generated autoloads from double.el
6832 6969
6833(defvar double-mode nil "\ 6970(defvar double-mode nil "\
@@ -6848,7 +6985,7 @@ when pressed twice. See variable `double-map' for details.
6848 6985
6849;;;*** 6986;;;***
6850 6987
6851;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (16213 43281)) 6988;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (17087 12570))
6852;;; Generated autoloads from play/dunnet.el 6989;;; Generated autoloads from play/dunnet.el
6853 6990
6854(autoload (quote dunnet) "dunnet" "\ 6991(autoload (quote dunnet) "dunnet" "\
@@ -6859,7 +6996,7 @@ Switch to *dungeon* buffer and start game.
6859;;;*** 6996;;;***
6860 6997
6861;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 6998;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
6862;;;;;; (16698 21927)) 6999;;;;;; (17087 12415))
6863;;; Generated autoloads from gnus/earcon.el 7000;;; Generated autoloads from gnus/earcon.el
6864 7001
6865(autoload (quote gnus-earcon-display) "earcon" "\ 7002(autoload (quote gnus-earcon-display) "earcon" "\
@@ -6870,8 +7007,8 @@ Play sounds in message buffers.
6870;;;*** 7007;;;***
6871 7008
6872;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 7009;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6873;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" 7010;;;;;; define-global-minor-mode define-minor-mode) "easy-mmode"
6874;;;;;; "emacs-lisp/easy-mmode.el" (16775 26710)) 7011;;;;;; "emacs-lisp/easy-mmode.el" (17087 12569))
6875;;; Generated autoloads from emacs-lisp/easy-mmode.el 7012;;; Generated autoloads from emacs-lisp/easy-mmode.el
6876 7013
6877(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) 7014(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
@@ -6879,7 +7016,7 @@ Play sounds in message buffers.
6879(autoload (quote define-minor-mode) "easy-mmode" "\ 7016(autoload (quote define-minor-mode) "easy-mmode" "\
6880Define a new minor mode MODE. 7017Define a new minor mode MODE.
6881This function defines the associated control variable MODE, keymap MODE-map, 7018This function defines the associated control variable MODE, keymap MODE-map,
6882toggle command MODE, and hook MODE-hook. 7019and toggle command MODE.
6883 7020
6884DOC is the documentation for the mode toggle command. 7021DOC is the documentation for the mode toggle command.
6885Optional INIT-VALUE is the initial value of the mode's variable. 7022Optional INIT-VALUE is the initial value of the mode's variable.
@@ -6892,14 +7029,17 @@ The above three arguments can be skipped if keyword arguments are
6892used (see below). 7029used (see below).
6893 7030
6894BODY contains code that will be executed each time the mode is (dis)activated. 7031BODY contains code that will be executed each time the mode is (dis)activated.
6895 It will be executed after any toggling but before running the hooks. 7032 It will be executed after any toggling but before running the hook variable
6896 Before the actual body code, you can write 7033 `mode-HOOK'.
6897 keyword arguments (alternating keywords and values). 7034 Before the actual body code, you can write keyword arguments (alternating
6898 These following keyword arguments are supported (other keywords 7035 keywords and values). These following keyword arguments are supported (other
6899 will be passed to `defcustom' if the minor mode is global): 7036 keywords will be passed to `defcustom' if the minor mode is global):
6900:group GROUP Custom group name to use in all generated `defcustom' forms. 7037:group GROUP Custom group name to use in all generated `defcustom' forms.
7038 Defaults to MODE without the possible trailing \"-mode\".
7039 Don't use this default group name unless you have written a
7040 `defgroup' to define that group properly.
6901:global GLOBAL If non-nil specifies that the minor mode is not meant to be 7041:global GLOBAL If non-nil specifies that the minor mode is not meant to be
6902 buffer-local, so don't make the variable MODE buffer-local. 7042 buffer-local, so don't make the variable MODE buffer-local.
6903 By default, the mode is buffer-local. 7043 By default, the mode is buffer-local.
6904:init-value VAL Same as the INIT-VALUE argument. 7044:init-value VAL Same as the INIT-VALUE argument.
6905:lighter SPEC Same as the LIGHTER argument. 7045:lighter SPEC Same as the LIGHTER argument.
@@ -6913,13 +7053,21 @@ For example, you could write
6913 7053
6914\(fn MODE DOC &optional INIT-VALUE LIGHTER KEYMAP &rest BODY)" nil (quote macro)) 7054\(fn MODE DOC &optional INIT-VALUE LIGHTER KEYMAP &rest BODY)" nil (quote macro))
6915 7055
6916(autoload (quote easy-mmode-define-global-mode) "easy-mmode" "\ 7056(defalias (quote easy-mmode-define-global-mode) (quote define-global-minor-mode))
7057
7058(autoload (quote define-global-minor-mode) "easy-mmode" "\
6917Make GLOBAL-MODE out of the buffer-local minor MODE. 7059Make GLOBAL-MODE out of the buffer-local minor MODE.
6918TURN-ON is a function that will be called with no args in every buffer 7060TURN-ON is a function that will be called with no args in every buffer
6919 and that should try to turn MODE on if applicable for that buffer. 7061 and that should try to turn MODE on if applicable for that buffer.
6920KEYS is a list of CL-style keyword arguments: 7062KEYS is a list of CL-style keyword arguments:
6921:group to specify the custom group. 7063:group to specify the custom group.
6922 7064
7065If MODE's set-up depends on the major mode in effect when it was
7066enabled, then disabling and reenabling MODE should make MODE work
7067correctly with the current major mode. This is important to
7068prevent problems with derived modes, that is, major modes that
7069call another major mode in their body.
7070
6923\(fn GLOBAL-MODE MODE TURN-ON &rest KEYS)" nil (quote macro)) 7071\(fn GLOBAL-MODE MODE TURN-ON &rest KEYS)" nil (quote macro))
6924 7072
6925(autoload (quote easy-mmode-define-keymap) "easy-mmode" "\ 7073(autoload (quote easy-mmode-define-keymap) "easy-mmode" "\
@@ -6946,8 +7094,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
6946;;;*** 7094;;;***
6947 7095
6948;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 7096;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
6949;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (16787 7097;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (17087
6950;;;;;; 16350)) 7098;;;;;; 12567))
6951;;; Generated autoloads from emacs-lisp/easymenu.el 7099;;; Generated autoloads from emacs-lisp/easymenu.el
6952 7100
6953(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) 7101(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
@@ -6970,7 +7118,7 @@ It returns the remaining items of the displayed menu.
6970 :visible INCLUDE 7118 :visible INCLUDE
6971 7119
6972INCLUDE is an expression; this menu is only visible if this 7120INCLUDE is an expression; this menu is only visible if this
6973expression has a non-nil value. `:include' is an alias for `:visible'. 7121expression has a non-nil value. `:included' is an alias for `:visible'.
6974 7122
6975 :active ENABLE 7123 :active ENABLE
6976 7124
@@ -7015,10 +7163,10 @@ keyboard equivalent.
7015ENABLE is an expression; the item is enabled for selection 7163ENABLE is an expression; the item is enabled for selection
7016whenever this expression's value is non-nil. 7164whenever this expression's value is non-nil.
7017 7165
7018 :included INCLUDE 7166 :visible INCLUDE
7019 7167
7020INCLUDE is an expression; this item is only visible if this 7168INCLUDE is an expression; this item is only visible if this
7021expression has a non-nil value. 7169expression has a non-nil value. `:included' is an alias for `:visible'.
7022 7170
7023 :suffix FORM 7171 :suffix FORM
7024 7172
@@ -7092,7 +7240,7 @@ to implement dynamic menus.
7092;;;;;; ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ebnf-spool-file 7240;;;;;; ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ebnf-spool-file
7093;;;;;; ebnf-spool-directory ebnf-print-region ebnf-print-buffer 7241;;;;;; ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7094;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 7242;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7095;;;;;; "progmodes/ebnf2ps.el" (16801 58033)) 7243;;;;;; "progmodes/ebnf2ps.el" (17087 12524))
7096;;; Generated autoloads from progmodes/ebnf2ps.el 7244;;; Generated autoloads from progmodes/ebnf2ps.el
7097 7245
7098(autoload (quote ebnf-customize) "ebnf2ps" "\ 7246(autoload (quote ebnf-customize) "ebnf2ps" "\
@@ -7351,8 +7499,8 @@ See `ebnf-style-database' documentation.
7351;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 7499;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7352;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 7500;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7353;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 7501;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7354;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (16875 7502;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (17087
7355;;;;;; 35928)) 7503;;;;;; 12570))
7356;;; Generated autoloads from progmodes/ebrowse.el 7504;;; Generated autoloads from progmodes/ebrowse.el
7357 7505
7358(autoload (quote ebrowse-tree-mode) "ebrowse" "\ 7506(autoload (quote ebrowse-tree-mode) "ebrowse" "\
@@ -7503,7 +7651,7 @@ Display statistics for a class tree.
7503;;;*** 7651;;;***
7504 7652
7505;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7653;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7506;;;;;; (16868 63463)) 7654;;;;;; (17087 12566))
7507;;; Generated autoloads from ebuff-menu.el 7655;;; Generated autoloads from ebuff-menu.el
7508 7656
7509(autoload (quote electric-buffer-list) "ebuff-menu" "\ 7657(autoload (quote electric-buffer-list) "ebuff-menu" "\
@@ -7528,7 +7676,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
7528;;;*** 7676;;;***
7529 7677
7530;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 7678;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7531;;;;;; "echistory.el" (16213 43267)) 7679;;;;;; "echistory.el" (17087 12379))
7532;;; Generated autoloads from echistory.el 7680;;; Generated autoloads from echistory.el
7533 7681
7534(autoload (quote Electric-command-history-redo-expression) "echistory" "\ 7682(autoload (quote Electric-command-history-redo-expression) "echistory" "\
@@ -7540,11 +7688,11 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7540;;;*** 7688;;;***
7541 7689
7542;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms 7690;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
7543;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (16810 63791)) 7691;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (17087 12578))
7544;;; Generated autoloads from emacs-lisp/edebug.el 7692;;; Generated autoloads from emacs-lisp/edebug.el
7545 7693
7546(defvar edebug-all-defs nil "\ 7694(defvar edebug-all-defs nil "\
7547*If non-nil, evaluation of any defining forms will instrument for Edebug. 7695*If non-nil, evaluating defining forms instruments for Edebug.
7548This applies to `eval-defun', `eval-region', `eval-buffer', and 7696This applies to `eval-defun', `eval-region', `eval-buffer', and
7549`eval-current-buffer'. `eval-region' is also called by 7697`eval-current-buffer'. `eval-region' is also called by
7550`eval-last-sexp', and `eval-print-last-sexp'. 7698`eval-last-sexp', and `eval-print-last-sexp'.
@@ -7603,7 +7751,7 @@ already is one.)
7603;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 7751;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
7604;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 7752;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
7605;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup 7753;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup
7606;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (16923 3605)) 7754;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (17087 12569))
7607;;; Generated autoloads from ediff.el 7755;;; Generated autoloads from ediff.el
7608 7756
7609(autoload (quote ediff-files) "ediff" "\ 7757(autoload (quote ediff-files) "ediff" "\
@@ -7839,7 +7987,7 @@ With optional NODE, goes to that node.
7839;;;*** 7987;;;***
7840 7988
7841;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" 7989;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
7842;;;;;; (16213 43267)) 7990;;;;;; (17087 12569))
7843;;; Generated autoloads from ediff-help.el 7991;;; Generated autoloads from ediff-help.el
7844 7992
7845(autoload (quote ediff-customize) "ediff-help" "\ 7993(autoload (quote ediff-customize) "ediff-help" "\
@@ -7849,7 +7997,7 @@ Not documented
7849 7997
7850;;;*** 7998;;;***
7851 7999
7852;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (16213 43267)) 8000;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (17087 12528))
7853;;; Generated autoloads from ediff-hook.el 8001;;; Generated autoloads from ediff-hook.el
7854 8002
7855(defvar ediff-window-setup-function) 8003(defvar ediff-window-setup-function)
@@ -7857,12 +8005,12 @@ Not documented
7857 8005
7858(ediff-cond-compile-for-xemacs-or-emacs (defun ediff-xemacs-init-menus nil (if (featurep (quote menubar)) (progn (add-submenu (quote ("Tools")) ediff-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-merge-menu "OO-Browser...") (add-submenu (quote ("Tools")) epatch-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-misc-menu "OO-Browser...") (add-menu-button (quote ("Tools")) "-------" "OO-Browser...")))) nil) 8006(ediff-cond-compile-for-xemacs-or-emacs (defun ediff-xemacs-init-menus nil (if (featurep (quote menubar)) (progn (add-submenu (quote ("Tools")) ediff-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-merge-menu "OO-Browser...") (add-submenu (quote ("Tools")) epatch-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-misc-menu "OO-Browser...") (add-menu-button (quote ("Tools")) "-------" "OO-Browser...")))) nil)
7859 8007
7860(ediff-cond-compile-for-xemacs-or-emacs (progn (defvar ediff-menu (quote ("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t]))) (defvar ediff-merge-menu (quote ("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t]))) (defvar epatch-menu (quote ("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t]))) (defvar ediff-misc-menu (quote ("Ediff Miscellanea" ["Ediff Manual..." ediff-documentation t] ["Customize Ediff..." ediff-customize t] ["List Ediff Sessions..." ediff-show-registry t] ["Use separate frame for Ediff control buffer..." ediff-toggle-multiframe :style toggle :selected (if (and (featurep (quote ediff-util)) (boundp (quote ediff-window-setup-function))) (eq ediff-window-setup-function (quote ediff-setup-windows-multiframe)))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep (quote ediff-tbar)) (ediff-use-toolbar-p))]))) (if (and (featurep (quote menubar)) (not (featurep (quote infodock))) (not (featurep (quote ediff-hook)))) (ediff-xemacs-init-menus))) (if (featurep (quote menu-bar)) (progn (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset (quote menu-bar-ediff-misc-menu) (symbol-value (quote menu-bar-ediff-misc-menu))) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset (quote menu-bar-epatch-menu) (symbol-value (quote menu-bar-epatch-menu))) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset (quote menu-bar-ediff-merge-menu) (symbol-value (quote menu-bar-ediff-merge-menu))) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset (quote menu-bar-ediff-menu) (symbol-value (quote menu-bar-ediff-menu))) (define-key menu-bar-ediff-menu [window] (quote ("This Window and Next Window" . compare-windows))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] (quote ("Windows Line-by-line..." . ediff-windows-linewise))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] (quote ("Windows Word-by-word..." . ediff-windows-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-windows] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-regions-linewise] (quote ("Regions Line-by-line..." . ediff-regions-linewise))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] (quote ("Regions Word-by-word..." . ediff-regions-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-regions] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-dir-revision] (quote ("Directory Revisions..." . ediff-directory-revisions))) (define-key menu-bar-ediff-menu [ediff-revision] (quote ("File with Revision..." . ediff-revision))) (define-key menu-bar-ediff-menu [separator-ediff-directories] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-directories3] (quote ("Three Directories..." . ediff-directories3))) (define-key menu-bar-ediff-menu [ediff-directories] (quote ("Two Directories..." . ediff-directories))) (define-key menu-bar-ediff-menu [separator-ediff-files] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-buffers3] (quote ("Three Buffers..." . ediff-buffers3))) (define-key menu-bar-ediff-menu [ediff-files3] (quote ("Three Files..." . ediff-files3))) (define-key menu-bar-ediff-menu [ediff-buffers] (quote ("Two Buffers..." . ediff-buffers))) (define-key menu-bar-ediff-menu [ediff-files] (quote ("Two Files..." . ediff-files))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] (quote ("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] (quote ("Directory Revisions..." . ediff-merge-directory-revisions))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] (quote ("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] (quote ("Revisions..." . ediff-merge-revisions))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] (quote ("Directories with Ancestor..." . ediff-merge-directories-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] (quote ("Directories..." . ediff-merge-directories))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] (quote ("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] (quote ("Buffers..." . ediff-merge-buffers))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] (quote ("Files with Ancestor..." . ediff-merge-files-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] (quote ("Files..." . ediff-merge-files))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] (quote ("To a Buffer..." . ediff-patch-buffer))) (define-key menu-bar-epatch-menu [ediff-patch-file] (quote ("To a File..." . ediff-patch-file))) (define-key menu-bar-ediff-misc-menu [emultiframe] (quote ("Toggle use of separate control buffer frame..." . ediff-toggle-multiframe))) (define-key menu-bar-ediff-misc-menu [eregistry] (quote ("List Ediff Sessions..." . ediff-show-registry))) (define-key menu-bar-ediff-misc-menu [ediff-cust] (quote ("Customize Ediff..." . ediff-customize))) (define-key menu-bar-ediff-misc-menu [ediff-doc] (quote ("Ediff Manual..." . ediff-documentation)))))) 8008(ediff-cond-compile-for-xemacs-or-emacs (progn (defvar ediff-menu (quote ("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t]))) (defvar ediff-merge-menu (quote ("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t]))) (defvar epatch-menu (quote ("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t]))) (defvar ediff-misc-menu (quote ("Ediff Miscellanea" ["Ediff Manual" ediff-documentation t] ["Customize Ediff" ediff-customize t] ["List Ediff Sessions" ediff-show-registry t] ["Use separate frame for Ediff control buffer" ediff-toggle-multiframe :style toggle :selected (if (and (featurep (quote ediff-util)) (boundp (quote ediff-window-setup-function))) (eq ediff-window-setup-function (quote ediff-setup-windows-multiframe)))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep (quote ediff-tbar)) (ediff-use-toolbar-p))]))) (if (and (featurep (quote menubar)) (not (featurep (quote infodock))) (not (featurep (quote ediff-hook)))) (ediff-xemacs-init-menus))) (if (featurep (quote menu-bar)) (progn (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset (quote menu-bar-ediff-misc-menu) (symbol-value (quote menu-bar-ediff-misc-menu))) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset (quote menu-bar-epatch-menu) (symbol-value (quote menu-bar-epatch-menu))) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset (quote menu-bar-ediff-merge-menu) (symbol-value (quote menu-bar-ediff-merge-menu))) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset (quote menu-bar-ediff-menu) (symbol-value (quote menu-bar-ediff-menu))) (define-key menu-bar-ediff-menu [window] (quote ("This Window and Next Window" . compare-windows))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] (quote ("Windows Line-by-line..." . ediff-windows-linewise))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] (quote ("Windows Word-by-word..." . ediff-windows-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-windows] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-regions-linewise] (quote ("Regions Line-by-line..." . ediff-regions-linewise))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] (quote ("Regions Word-by-word..." . ediff-regions-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-regions] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-dir-revision] (quote ("Directory Revisions..." . ediff-directory-revisions))) (define-key menu-bar-ediff-menu [ediff-revision] (quote ("File with Revision..." . ediff-revision))) (define-key menu-bar-ediff-menu [separator-ediff-directories] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-directories3] (quote ("Three Directories..." . ediff-directories3))) (define-key menu-bar-ediff-menu [ediff-directories] (quote ("Two Directories..." . ediff-directories))) (define-key menu-bar-ediff-menu [separator-ediff-files] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-buffers3] (quote ("Three Buffers..." . ediff-buffers3))) (define-key menu-bar-ediff-menu [ediff-files3] (quote ("Three Files..." . ediff-files3))) (define-key menu-bar-ediff-menu [ediff-buffers] (quote ("Two Buffers..." . ediff-buffers))) (define-key menu-bar-ediff-menu [ediff-files] (quote ("Two Files..." . ediff-files))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] (quote ("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] (quote ("Directory Revisions..." . ediff-merge-directory-revisions))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] (quote ("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] (quote ("Revisions..." . ediff-merge-revisions))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] (quote ("Directories with Ancestor..." . ediff-merge-directories-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] (quote ("Directories..." . ediff-merge-directories))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] (quote ("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] (quote ("Buffers..." . ediff-merge-buffers))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] (quote ("Files with Ancestor..." . ediff-merge-files-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] (quote ("Files..." . ediff-merge-files))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] (quote ("To a Buffer..." . ediff-patch-buffer))) (define-key menu-bar-epatch-menu [ediff-patch-file] (quote ("To a File..." . ediff-patch-file))) (define-key menu-bar-ediff-misc-menu [emultiframe] (quote ("Toggle use of separate control buffer frame" . ediff-toggle-multiframe))) (define-key menu-bar-ediff-misc-menu [eregistry] (quote ("List Ediff Sessions" . ediff-show-registry))) (define-key menu-bar-ediff-misc-menu [ediff-cust] (quote ("Customize Ediff" . ediff-customize))) (define-key menu-bar-ediff-misc-menu [ediff-doc] (quote ("Ediff Manual" . ediff-documentation))))))
7861 8009
7862;;;*** 8010;;;***
7863 8011
7864;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 8012;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
7865;;;;;; (16923 3605)) 8013;;;;;; (17087 12569))
7866;;; Generated autoloads from ediff-mult.el 8014;;; Generated autoloads from ediff-mult.el
7867 8015
7868(autoload (quote ediff-show-registry) "ediff-mult" "\ 8016(autoload (quote ediff-show-registry) "ediff-mult" "\
@@ -7875,7 +8023,7 @@ Display Ediff's registry.
7875;;;*** 8023;;;***
7876 8024
7877;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 8025;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7878;;;;;; "ediff-util" "ediff-util.el" (16442 4953)) 8026;;;;;; "ediff-util" "ediff-util.el" (17087 12566))
7879;;; Generated autoloads from ediff-util.el 8027;;; Generated autoloads from ediff-util.el
7880 8028
7881(autoload (quote ediff-toggle-multiframe) "ediff-util" "\ 8029(autoload (quote ediff-toggle-multiframe) "ediff-util" "\
@@ -7896,7 +8044,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
7896 8044
7897;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 8045;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
7898;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 8046;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
7899;;;;;; (16822 52984)) 8047;;;;;; (17087 12564))
7900;;; Generated autoloads from edmacro.el 8048;;; Generated autoloads from edmacro.el
7901 8049
7902(defvar edmacro-eight-bits nil "\ 8050(defvar edmacro-eight-bits nil "\
@@ -7949,7 +8097,7 @@ or nil, use a compact 80-column format.
7949;;;*** 8097;;;***
7950 8098
7951;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 8099;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
7952;;;;;; "emulation/edt.el" (16213 43273)) 8100;;;;;; "emulation/edt.el" (17087 12564))
7953;;; Generated autoloads from emulation/edt.el 8101;;; Generated autoloads from emulation/edt.el
7954 8102
7955(autoload (quote edt-set-scroll-margins) "edt" "\ 8103(autoload (quote edt-set-scroll-margins) "edt" "\
@@ -7967,7 +8115,7 @@ Turn on EDT Emulation.
7967;;;*** 8115;;;***
7968 8116
7969;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 8117;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
7970;;;;;; (16775 26706)) 8118;;;;;; (17087 12438))
7971;;; Generated autoloads from ehelp.el 8119;;; Generated autoloads from ehelp.el
7972 8120
7973(autoload (quote with-electric-help) "ehelp" "\ 8121(autoload (quote with-electric-help) "ehelp" "\
@@ -8005,7 +8153,7 @@ Not documented
8005;;;*** 8153;;;***
8006 8154
8007;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 8155;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
8008;;;;;; "eldoc" "emacs-lisp/eldoc.el" (16507 41097)) 8156;;;;;; "eldoc" "emacs-lisp/eldoc.el" (17087 12564))
8009;;; Generated autoloads from emacs-lisp/eldoc.el 8157;;; Generated autoloads from emacs-lisp/eldoc.el
8010 8158
8011(defvar eldoc-minor-mode-string " ElDoc" "\ 8159(defvar eldoc-minor-mode-string " ElDoc" "\
@@ -8015,16 +8163,11 @@ Not documented
8015 8163
8016(autoload (quote eldoc-mode) "eldoc" "\ 8164(autoload (quote eldoc-mode) "eldoc" "\
8017Toggle ElDoc mode on or off. 8165Toggle ElDoc mode on or off.
8018Show the defined parameters for the elisp function near point. 8166In ElDoc mode, the echo area displays information about a
8019 8167function or variable in the text where point is. If point is
8020For the emacs lisp function at the beginning of the sexp which point is 8168on a documented variable, it displays the first line of that
8021within, show the defined parameters for the function in the echo area. 8169variable's doc string. Otherwise it displays the argument list
8022This information is extracted directly from the function or macro if it is 8170of the function called in the expression point is on.
8023in pure lisp. If the emacs function is a subr, the parameters are obtained
8024from the documentation string if possible.
8025
8026If point is over a documented variable, print that variable's docstring
8027instead.
8028 8171
8029With prefix ARG, turn ElDoc mode on if and only if ARG is positive. 8172With prefix ARG, turn ElDoc mode on if and only if ARG is positive.
8030 8173
@@ -8035,10 +8178,21 @@ Unequivocally turn on eldoc-mode (see variable documentation).
8035 8178
8036\(fn)" t nil) 8179\(fn)" t nil)
8037 8180
8181(defvar eldoc-documentation-function nil "\
8182If non-nil, function to call to return doc string.
8183The function of no args should return a one-line string for displaying
8184doc about a function etc. appropriate to the context around point.
8185It should return nil if there's no doc appropriate for the context.
8186Typically doc is returned if point is on a function-like name or in its
8187arg list.
8188
8189This variable is expected to be made buffer-local by modes (other than
8190Emacs Lisp mode) that support Eldoc.")
8191
8038;;;*** 8192;;;***
8039 8193
8040;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (16768 8194;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (17087
8041;;;;;; 48631)) 8195;;;;;; 12436))
8042;;; Generated autoloads from elide-head.el 8196;;; Generated autoloads from elide-head.el
8043 8197
8044(autoload (quote elide-head) "elide-head" "\ 8198(autoload (quote elide-head) "elide-head" "\
@@ -8054,7 +8208,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8054;;;*** 8208;;;***
8055 8209
8056;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" 8210;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"
8057;;;;;; (16870 21079)) 8211;;;;;; (17087 12574))
8058;;; Generated autoloads from emacs-lisp/elint.el 8212;;; Generated autoloads from emacs-lisp/elint.el
8059 8213
8060(autoload (quote elint-initialize) "elint" "\ 8214(autoload (quote elint-initialize) "elint" "\
@@ -8065,8 +8219,8 @@ Initialize elint.
8065;;;*** 8219;;;***
8066 8220
8067;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 8221;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
8068;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (16783 8222;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (17087
8069;;;;;; 21522)) 8223;;;;;; 12440))
8070;;; Generated autoloads from emacs-lisp/elp.el 8224;;; Generated autoloads from emacs-lisp/elp.el
8071 8225
8072(autoload (quote elp-instrument-function) "elp" "\ 8226(autoload (quote elp-instrument-function) "elp" "\
@@ -8100,7 +8254,7 @@ displayed.
8100;;;*** 8254;;;***
8101 8255
8102;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 8256;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
8103;;;;;; (16804 23129)) 8257;;;;;; (17087 12582))
8104;;; Generated autoloads from mail/emacsbug.el 8258;;; Generated autoloads from mail/emacsbug.el
8105 8259
8106(autoload (quote report-emacs-bug) "emacsbug" "\ 8260(autoload (quote report-emacs-bug) "emacsbug" "\
@@ -8115,7 +8269,7 @@ Prompts for bug subject. Leaves you in a mail buffer.
8115;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 8269;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
8116;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 8270;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
8117;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 8271;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
8118;;;;;; "emerge.el" (16381 6707)) 8272;;;;;; "emerge.el" (17087 12564))
8119;;; Generated autoloads from emerge.el 8273;;; Generated autoloads from emerge.el
8120 8274
8121(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) 8275(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
@@ -8192,36 +8346,21 @@ Not documented
8192 8346
8193;;;*** 8347;;;***
8194 8348
8195;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" 8349;;;### (autoloads (encoded-kbd-setup-display) "encoded-kb" "international/encoded-kb.el"
8196;;;;;; (16884 52115)) 8350;;;;;; (17087 11580))
8197;;; Generated autoloads from international/encoded-kb.el 8351;;; Generated autoloads from international/encoded-kb.el
8198 8352
8199(defvar encoded-kbd-mode nil "\ 8353(autoload (quote encoded-kbd-setup-display) "encoded-kb" "\
8200Non-nil if Encoded-Kbd mode is enabled. 8354Set up a `key-translation-map' for `keyboard-coding-system' on DISPLAY.
8201See the command `encoded-kbd-mode' for a description of this minor-mode.
8202Setting this variable directly does not take effect;
8203use either \\[customize] or the function `encoded-kbd-mode'.")
8204
8205(custom-autoload (quote encoded-kbd-mode) "encoded-kb")
8206 8355
8207(autoload (quote encoded-kbd-mode) "encoded-kb" "\ 8356DISPLAY may be a display id, a frame, or nil for the selected frame's display.
8208Toggle Encoded-kbd minor mode.
8209With arg, turn Encoded-kbd mode on if and only if arg is positive.
8210 8357
8211You should not turn this mode on manually, instead use the command 8358\(fn DISPLAY)" nil nil)
8212\\[set-keyboard-coding-system] which turns on or off this mode
8213automatically.
8214
8215In Encoded-kbd mode, a text sent from keyboard is accepted
8216as a multilingual text encoded in a coding system set by
8217\\[set-keyboard-coding-system].
8218
8219\(fn &optional ARG)" t nil)
8220 8359
8221;;;*** 8360;;;***
8222 8361
8223;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 8362;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
8224;;;;;; "enriched" "textmodes/enriched.el" (16738 29931)) 8363;;;;;; "enriched" "textmodes/enriched.el" (17087 12528))
8225;;; Generated autoloads from textmodes/enriched.el 8364;;; Generated autoloads from textmodes/enriched.el
8226 8365
8227(autoload (quote enriched-mode) "enriched" "\ 8366(autoload (quote enriched-mode) "enriched" "\
@@ -8251,8 +8390,8 @@ Not documented
8251 8390
8252;;;*** 8391;;;***
8253 8392
8254;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (16777 8393;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (17087
8255;;;;;; 65418)) 8394;;;;;; 12574))
8256;;; Generated autoloads from eshell/esh-mode.el 8395;;; Generated autoloads from eshell/esh-mode.el
8257 8396
8258(autoload (quote eshell-mode) "esh-mode" "\ 8397(autoload (quote eshell-mode) "esh-mode" "\
@@ -8264,8 +8403,8 @@ Emacs shell interactive mode.
8264 8403
8265;;;*** 8404;;;***
8266 8405
8267;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (16858 8406;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (17087
8268;;;;;; 50924)) 8407;;;;;; 12574))
8269;;; Generated autoloads from eshell/esh-test.el 8408;;; Generated autoloads from eshell/esh-test.el
8270 8409
8271(autoload (quote eshell-test) "esh-test" "\ 8410(autoload (quote eshell-test) "esh-test" "\
@@ -8276,7 +8415,7 @@ Test Eshell to verify that it works as expected.
8276;;;*** 8415;;;***
8277 8416
8278;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command 8417;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command
8279;;;;;; eshell) "eshell" "eshell/eshell.el" (16484 6599)) 8418;;;;;; eshell) "eshell" "eshell/eshell.el" (17087 12380))
8280;;; Generated autoloads from eshell/eshell.el 8419;;; Generated autoloads from eshell/eshell.el
8281 8420
8282(autoload (quote eshell) "eshell" "\ 8421(autoload (quote eshell) "eshell" "\
@@ -8321,8 +8460,8 @@ Please include any configuration details that might be involved.
8321;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table-buffer 8460;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table-buffer
8322;;;;;; visit-tags-table find-tag-default-function find-tag-hook 8461;;;;;; visit-tags-table find-tag-default-function find-tag-hook
8323;;;;;; tags-add-tables tags-compression-info-list tags-table-list 8462;;;;;; tags-add-tables tags-compression-info-list tags-table-list
8324;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (16746 8463;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (17087
8325;;;;;; 18215)) 8464;;;;;; 12566))
8326;;; Generated autoloads from progmodes/etags.el 8465;;; Generated autoloads from progmodes/etags.el
8327 8466
8328(defvar tags-file-name nil "\ 8467(defvar tags-file-name nil "\
@@ -8619,7 +8758,7 @@ for \\[find-tag] (which see).
8619;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker 8758;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker
8620;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker 8759;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker
8621;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) 8760;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal)
8622;;;;;; "ethio-util" "language/ethio-util.el" (16953 20625)) 8761;;;;;; "ethio-util" "language/ethio-util.el" (17087 12575))
8623;;; Generated autoloads from language/ethio-util.el 8762;;; Generated autoloads from language/ethio-util.el
8624 8763
8625(autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\ 8764(autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\
@@ -8814,7 +8953,7 @@ Transcribe Ethiopic characters in ASCII depending on the file extension.
8814 8953
8815;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 8954;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
8816;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 8955;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
8817;;;;;; (16884 52115)) 8956;;;;;; (17087 12566))
8818;;; Generated autoloads from net/eudc.el 8957;;; Generated autoloads from net/eudc.el
8819 8958
8820(autoload (quote eudc-set-server) "eudc" "\ 8959(autoload (quote eudc-set-server) "eudc" "\
@@ -8870,7 +9009,7 @@ This does nothing except loading eudc by autoload side-effect.
8870 9009
8871;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 9010;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
8872;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 9011;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
8873;;;;;; "eudc-bob" "net/eudc-bob.el" (16213 43280)) 9012;;;;;; "eudc-bob" "net/eudc-bob.el" (17087 12380))
8874;;; Generated autoloads from net/eudc-bob.el 9013;;; Generated autoloads from net/eudc-bob.el
8875 9014
8876(autoload (quote eudc-display-generic-binary) "eudc-bob" "\ 9015(autoload (quote eudc-display-generic-binary) "eudc-bob" "\
@@ -8906,7 +9045,7 @@ Display a button for the JPEG DATA.
8906;;;*** 9045;;;***
8907 9046
8908;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 9047;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
8909;;;;;; "eudc-export" "net/eudc-export.el" (16213 43280)) 9048;;;;;; "eudc-export" "net/eudc-export.el" (17087 12380))
8910;;; Generated autoloads from net/eudc-export.el 9049;;; Generated autoloads from net/eudc-export.el
8911 9050
8912(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ 9051(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
@@ -8923,7 +9062,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
8923;;;*** 9062;;;***
8924 9063
8925;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 9064;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
8926;;;;;; (16213 43280)) 9065;;;;;; (17087 12570))
8927;;; Generated autoloads from net/eudc-hotlist.el 9066;;; Generated autoloads from net/eudc-hotlist.el
8928 9067
8929(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ 9068(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\
@@ -8935,8 +9074,8 @@ Edit the hotlist of directory servers in a specialized buffer.
8935 9074
8936;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 9075;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
8937;;;;;; executable-self-display executable-set-magic executable-interpret 9076;;;;;; executable-self-display executable-set-magic executable-interpret
8938;;;;;; executable-find executable-command-find-posix-p) "executable" 9077;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
8939;;;;;; "progmodes/executable.el" (16858 50935)) 9078;;;;;; (17087 12558))
8940;;; Generated autoloads from progmodes/executable.el 9079;;; Generated autoloads from progmodes/executable.el
8941 9080
8942(autoload (quote executable-command-find-posix-p) "executable" "\ 9081(autoload (quote executable-command-find-posix-p) "executable" "\
@@ -8945,12 +9084,6 @@ If PROGRAM is non-nil, use that instead of \"find\".
8945 9084
8946\(fn &optional PROGRAM)" nil nil) 9085\(fn &optional PROGRAM)" nil nil)
8947 9086
8948(autoload (quote executable-find) "executable" "\
8949Search for COMMAND in `exec-path' and return the absolute file name.
8950Return nil if COMMAND is not found anywhere in `exec-path'.
8951
8952\(fn COMMAND)" nil nil)
8953
8954(autoload (quote executable-interpret) "executable" "\ 9087(autoload (quote executable-interpret) "executable" "\
8955Run script with user-specified args, and collect output in a buffer. 9088Run script with user-specified args, and collect output in a buffer.
8956While script runs asynchronously, you can use the \\[next-error] 9089While script runs asynchronously, you can use the \\[next-error]
@@ -8984,7 +9117,7 @@ file modes.
8984;;;*** 9117;;;***
8985 9118
8986;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 9119;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
8987;;;;;; expand-add-abbrevs) "expand" "expand.el" (16213 43267)) 9120;;;;;; expand-add-abbrevs) "expand" "expand.el" (17087 12380))
8988;;; Generated autoloads from expand.el 9121;;; Generated autoloads from expand.el
8989 9122
8990(autoload (quote expand-add-abbrevs) "expand" "\ 9123(autoload (quote expand-add-abbrevs) "expand" "\
@@ -9027,7 +9160,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
9027 9160
9028;;;*** 9161;;;***
9029 9162
9030;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (16858 50935)) 9163;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (17087 12566))
9031;;; Generated autoloads from progmodes/f90.el 9164;;; Generated autoloads from progmodes/f90.el
9032 9165
9033(autoload (quote f90-mode) "f90" "\ 9166(autoload (quote f90-mode) "f90" "\
@@ -9096,7 +9229,7 @@ with no args, if that value is non-nil.
9096;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only 9229;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only
9097;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu 9230;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu
9098;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) 9231;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face)
9099;;;;;; "facemenu" "facemenu.el" (16942 52929)) 9232;;;;;; "facemenu" "facemenu.el" (17087 12589))
9100;;; Generated autoloads from facemenu.el 9233;;; Generated autoloads from facemenu.el
9101 (define-key global-map "\M-o" 'facemenu-keymap) 9234 (define-key global-map "\M-o" 'facemenu-keymap)
9102 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) 9235 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
@@ -9256,8 +9389,8 @@ argument BUFFER-NAME is nil, it defaults to *Colors*.
9256;;;*** 9389;;;***
9257 9390
9258;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" 9391;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock"
9259;;;;;; "fast-lock.el" (16777 65418)) 9392;;;;;; "obsolete/fast-lock.el" (17087 12438))
9260;;; Generated autoloads from fast-lock.el 9393;;; Generated autoloads from obsolete/fast-lock.el
9261 9394
9262(autoload (quote fast-lock-mode) "fast-lock" "\ 9395(autoload (quote fast-lock-mode) "fast-lock" "\
9263Toggle Fast Lock mode. 9396Toggle Fast Lock mode.
@@ -9297,7 +9430,7 @@ Unconditionally turn on Fast Lock mode.
9297 9430
9298;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 9431;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
9299;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 9432;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
9300;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (16213 43280)) 9433;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (17087 12564))
9301;;; Generated autoloads from mail/feedmail.el 9434;;; Generated autoloads from mail/feedmail.el
9302 9435
9303(autoload (quote feedmail-send-it) "feedmail" "\ 9436(autoload (quote feedmail-send-it) "feedmail" "\
@@ -9351,7 +9484,7 @@ you can set feedmail-queue-reminder-alist to nil.
9351;;;*** 9484;;;***
9352 9485
9353;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 9486;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
9354;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (16858 50909)) 9487;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (17087 12530))
9355;;; Generated autoloads from ffap.el 9488;;; Generated autoloads from ffap.el
9356 9489
9357(autoload (quote ffap-next) "ffap" "\ 9490(autoload (quote ffap-next) "ffap" "\
@@ -9410,7 +9543,7 @@ Evaluate the forms in variable `ffap-bindings'.
9410;;;*** 9543;;;***
9411 9544
9412;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" 9545;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el"
9413;;;;;; (16830 50347)) 9546;;;;;; (17087 12449))
9414;;; Generated autoloads from filecache.el 9547;;; Generated autoloads from filecache.el
9415 9548
9416(autoload (quote file-cache-minibuffer-complete) "filecache" "\ 9549(autoload (quote file-cache-minibuffer-complete) "filecache" "\
@@ -9428,9 +9561,21 @@ the name is considered already unique; only the second substitution
9428 9561
9429;;;*** 9562;;;***
9430 9563
9564;;;### (autoloads (filesets-init) "filesets" "filesets.el" (17087
9565;;;;;; 12569))
9566;;; Generated autoloads from filesets.el
9567
9568(autoload (quote filesets-init) "filesets" "\
9569Filesets initialization.
9570Set up hooks, load the cache file -- if existing -- and build the menu.
9571
9572\(fn)" nil nil)
9573
9574;;;***
9575
9431;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 9576;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
9432;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" 9577;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el"
9433;;;;;; (16908 33360)) 9578;;;;;; (17087 12466))
9434;;; Generated autoloads from find-dired.el 9579;;; Generated autoloads from find-dired.el
9435 9580
9436(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ 9581(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -9491,12 +9636,12 @@ Thus ARG can also contain additional grep options.
9491 9636
9492;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 9637;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
9493;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 9638;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
9494;;;;;; (16767 25304)) 9639;;;;;; (17087 12574))
9495;;; Generated autoloads from find-file.el 9640;;; Generated autoloads from find-file.el
9496 9641
9497(defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (setq fname (buffer-substring (match-beginning 2) (match-end 2)))))) "\ 9642(defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (setq fname (buffer-substring (match-beginning 2) (match-end 2)))))) "\
9498*A list of regular expressions for `ff-find-file'. 9643*A list of regular expressions for `ff-find-file'.
9499Specifies how to recognise special constructs such as include files 9644Specifies how to recognize special constructs such as include files
9500etc. and an associated method for extracting the filename from that 9645etc. and an associated method for extracting the filename from that
9501construct.") 9646construct.")
9502 9647
@@ -9537,7 +9682,7 @@ Variables of interest include:
9537 If non-nil, traces which directories are being searched. 9682 If non-nil, traces which directories are being searched.
9538 9683
9539 - `ff-special-constructs' 9684 - `ff-special-constructs'
9540 A list of regular expressions specifying how to recognise special 9685 A list of regular expressions specifying how to recognize special
9541 constructs such as include files etc, and an associated method for 9686 constructs such as include files etc, and an associated method for
9542 extracting the filename from that construct. 9687 extracting the filename from that construct.
9543 9688
@@ -9583,7 +9728,7 @@ Visit the file you click on in another window.
9583;;;;;; find-variable find-variable-noselect find-function-other-frame 9728;;;;;; find-variable find-variable-noselect find-function-other-frame
9584;;;;;; find-function-other-window find-function find-function-noselect 9729;;;;;; find-function-other-window find-function find-function-noselect
9585;;;;;; find-function-search-for-symbol find-library) "find-func" 9730;;;;;; find-function-search-for-symbol find-library) "find-func"
9586;;;;;; "emacs-lisp/find-func.el" (16953 20625)) 9731;;;;;; "emacs-lisp/find-func.el" (17087 12567))
9587;;; Generated autoloads from emacs-lisp/find-func.el 9732;;; Generated autoloads from emacs-lisp/find-func.el
9588 9733
9589(autoload (quote find-library) "find-func" "\ 9734(autoload (quote find-library) "find-func" "\
@@ -9732,7 +9877,7 @@ Define some key bindings for the find-function family of functions.
9732;;;*** 9877;;;***
9733 9878
9734;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 9879;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
9735;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (16213 43268)) 9880;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (17087 12380))
9736;;; Generated autoloads from find-lisp.el 9881;;; Generated autoloads from find-lisp.el
9737 9882
9738(autoload (quote find-lisp-find-dired) "find-lisp" "\ 9883(autoload (quote find-lisp-find-dired) "find-lisp" "\
@@ -9753,7 +9898,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
9753;;;*** 9898;;;***
9754 9899
9755;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 9900;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
9756;;;;;; "finder" "finder.el" (16958 58756)) 9901;;;;;; "finder" "finder.el" (17087 12564))
9757;;; Generated autoloads from finder.el 9902;;; Generated autoloads from finder.el
9758 9903
9759(autoload (quote finder-list-keywords) "finder" "\ 9904(autoload (quote finder-list-keywords) "finder" "\
@@ -9775,7 +9920,7 @@ Find packages matching a given keyword.
9775;;;*** 9920;;;***
9776 9921
9777;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 9922;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
9778;;;;;; "flow-ctrl.el" (16213 43268)) 9923;;;;;; "flow-ctrl.el" (17087 12380))
9779;;; Generated autoloads from flow-ctrl.el 9924;;; Generated autoloads from flow-ctrl.el
9780 9925
9781(autoload (quote enable-flow-control) "flow-ctrl" "\ 9926(autoload (quote enable-flow-control) "flow-ctrl" "\
@@ -9797,7 +9942,7 @@ to get the effect of a C-q.
9797;;;*** 9942;;;***
9798 9943
9799;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 9944;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
9800;;;;;; (16908 33361)) 9945;;;;;; (17087 12466))
9801;;; Generated autoloads from gnus/flow-fill.el 9946;;; Generated autoloads from gnus/flow-fill.el
9802 9947
9803(autoload (quote fill-flowed-encode) "flow-fill" "\ 9948(autoload (quote fill-flowed-encode) "flow-fill" "\
@@ -9812,11 +9957,16 @@ Not documented
9812 9957
9813;;;*** 9958;;;***
9814 9959
9815;;;### (autoloads (flymake-mode-off flymake-mode-on) "flymake" "progmodes/flymake.el" 9960;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode)
9816;;;;;; (16808 48570)) 9961;;;;;; "flymake" "progmodes/flymake.el" (17087 12570))
9817;;; Generated autoloads from progmodes/flymake.el 9962;;; Generated autoloads from progmodes/flymake.el
9818 9963
9819(unless (assq (quote flymake-mode) minor-mode-alist) (setq minor-mode-alist (cons (quote (flymake-mode flymake-mode-line)) minor-mode-alist))) 9964(autoload (quote flymake-mode) "flymake" "\
9965Minor mode to do on-the-fly syntax checking.
9966When called interactively, toggles the minor mode.
9967With arg, turn Flymake mode on if and only if arg is positive.
9968
9969\(fn &optional ARG)" t nil)
9820 9970
9821(autoload (quote flymake-mode-on) "flymake" "\ 9971(autoload (quote flymake-mode-on) "flymake" "\
9822Turn flymake mode on. 9972Turn flymake mode on.
@@ -9831,25 +9981,15 @@ Turn flymake mode off.
9831;;;*** 9981;;;***
9832 9982
9833;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 9983;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
9834;;;;;; flyspell-version flyspell-mode flyspell-prog-mode flyspell-mode-line-string) 9984;;;;;; flyspell-mode flyspell-prog-mode) "flyspell" "textmodes/flyspell.el"
9835;;;;;; "flyspell" "textmodes/flyspell.el" (16939 44105)) 9985;;;;;; (17087 12570))
9836;;; Generated autoloads from textmodes/flyspell.el 9986;;; Generated autoloads from textmodes/flyspell.el
9837 9987
9838(defvar flyspell-mode-line-string " Fly" "\
9839*String displayed on the modeline when flyspell is active.
9840Set this to nil if you don't want a modeline indicator.")
9841
9842(custom-autoload (quote flyspell-mode-line-string) "flyspell")
9843
9844(autoload (quote flyspell-prog-mode) "flyspell" "\ 9988(autoload (quote flyspell-prog-mode) "flyspell" "\
9845Turn on `flyspell-mode' for comments and strings. 9989Turn on `flyspell-mode' for comments and strings.
9846 9990
9847\(fn)" t nil) 9991\(fn)" t nil)
9848 9992
9849(defvar flyspell-mode nil)
9850
9851(defvar flyspell-mode-map (make-sparse-keymap))
9852
9853(autoload (quote flyspell-mode) "flyspell" "\ 9993(autoload (quote flyspell-mode) "flyspell" "\
9854Minor mode performing on-the-fly spelling checking. 9994Minor mode performing on-the-fly spelling checking.
9855This spawns a single Ispell process and checks each word. 9995This spawns a single Ispell process and checks each word.
@@ -9860,7 +10000,8 @@ With a prefix argument ARG, turn Flyspell minor mode on iff ARG is positive.
9860Bindings: 10000Bindings:
9861\\[ispell-word]: correct words (using Ispell). 10001\\[ispell-word]: correct words (using Ispell).
9862\\[flyspell-auto-correct-word]: automatically correct word. 10002\\[flyspell-auto-correct-word]: automatically correct word.
9863\\[flyspell-correct-word] (or mouse-2): popup correct words. 10003\\[flyspell-auto-correct-previous-word]: automatically correct the last misspelled word.
10004\\[flyspell-correct-word] (or down-mouse-2): popup correct words.
9864 10005
9865Hooks: 10006Hooks:
9866This runs `flyspell-mode-hook' after flyspell is entered. 10007This runs `flyspell-mode-hook' after flyspell is entered.
@@ -9880,13 +10021,6 @@ in your .emacs file.
9880 10021
9881\(fn &optional ARG)" t nil) 10022\(fn &optional ARG)" t nil)
9882 10023
9883(add-minor-mode (quote flyspell-mode) (quote flyspell-mode-line-string) flyspell-mode-map nil (quote flyspell-mode))
9884
9885(autoload (quote flyspell-version) "flyspell" "\
9886The flyspell version
9887
9888\(fn)" t nil)
9889
9890(autoload (quote flyspell-mode-off) "flyspell" "\ 10024(autoload (quote flyspell-mode-off) "flyspell" "\
9891Turn Flyspell mode off. 10025Turn Flyspell mode off.
9892 10026
@@ -9906,7 +10040,7 @@ Flyspell whole buffer.
9906 10040
9907;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 10041;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
9908;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 10042;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
9909;;;;;; (16534 3807)) 10043;;;;;; (17087 12564))
9910;;; Generated autoloads from follow.el 10044;;; Generated autoloads from follow.el
9911 10045
9912(autoload (quote turn-on-follow-mode) "follow" "\ 10046(autoload (quote turn-on-follow-mode) "follow" "\
@@ -9982,7 +10116,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
9982 10116
9983;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords 10117;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords
9984;;;;;; font-lock-add-keywords font-lock-mode-internal) "font-lock" 10118;;;;;; font-lock-add-keywords font-lock-mode-internal) "font-lock"
9985;;;;;; "font-lock.el" (16960 18194)) 10119;;;;;; "font-lock.el" (17087 12574))
9986;;; Generated autoloads from font-lock.el 10120;;; Generated autoloads from font-lock.el
9987 10121
9988(autoload (quote font-lock-mode-internal) "font-lock" "\ 10122(autoload (quote font-lock-mode-internal) "font-lock" "\
@@ -9992,6 +10126,7 @@ Not documented
9992 10126
9993(autoload (quote font-lock-add-keywords) "font-lock" "\ 10127(autoload (quote font-lock-add-keywords) "font-lock" "\
9994Add highlighting KEYWORDS for MODE. 10128Add highlighting KEYWORDS for MODE.
10129
9995MODE should be a symbol, the major mode command name, such as `c-mode' 10130MODE should be a symbol, the major mode command name, such as `c-mode'
9996or nil. If nil, highlighting keywords are added for the current buffer. 10131or nil. If nil, highlighting keywords are added for the current buffer.
9997KEYWORDS should be a list; see the variable `font-lock-keywords'. 10132KEYWORDS should be a list; see the variable `font-lock-keywords'.
@@ -10009,9 +10144,22 @@ For example:
10009adds two fontification patterns for C mode, to fontify `FIXME:' words, even in 10144adds two fontification patterns for C mode, to fontify `FIXME:' words, even in
10010comments, and to fontify `and', `or' and `not' words as keywords. 10145comments, and to fontify `and', `or' and `not' words as keywords.
10011 10146
10012When used from an elisp package (such as a minor mode), it is recommended 10147The above procedure will only add the keywords for C mode, not
10013to use nil for MODE (and place the call in a loop or on a hook) to avoid 10148for modes derived from C mode. To add them for derived modes too,
10014subtle problems due to details of the implementation. 10149pass nil for MODE and add the call to c-mode-hook.
10150
10151For example:
10152
10153 (add-hook 'c-mode-hook
10154 (lambda ()
10155 (font-lock-add-keywords nil
10156 '((\"\\\\\\=<\\\\(FIXME\\\\):\" 1 font-lock-warning-face prepend)
10157 (\"\\\\\\=<\\\\(and\\\\|or\\\\|not\\\\)\\\\\\=>\" .
10158 font-lock-keyword-face)))))
10159
10160The above procedure may fail to add keywords to derived modes if
10161some involved major mode does not follow the standard conventions.
10162File a bug report if this happens, so the major mode can be corrected.
10015 10163
10016Note that some modes have specialized support for additional patterns, e.g., 10164Note that some modes have specialized support for additional patterns, e.g.,
10017see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types', 10165see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types',
@@ -10025,9 +10173,11 @@ Remove highlighting KEYWORDS for MODE.
10025MODE should be a symbol, the major mode command name, such as `c-mode' 10173MODE should be a symbol, the major mode command name, such as `c-mode'
10026or nil. If nil, highlighting keywords are removed for the current buffer. 10174or nil. If nil, highlighting keywords are removed for the current buffer.
10027 10175
10028When used from an elisp package (such as a minor mode), it is recommended 10176To make the removal apply to modes derived from MODE as well,
10029to use nil for MODE (and place the call in a loop or on a hook) to avoid 10177pass nil for MODE and add the call to MODE-hook. This may fail
10030subtle problems due to details of the implementation. 10178for some derived modes if some involved major mode does not
10179follow the standard conventions. File a bug report if this
10180happens, so the major mode can be corrected.
10031 10181
10032\(fn MODE KEYWORDS)" nil nil) 10182\(fn MODE KEYWORDS)" nil nil)
10033 10183
@@ -10038,8 +10188,8 @@ Fontify the current buffer the way the function `font-lock-mode' would.
10038 10188
10039;;;*** 10189;;;***
10040 10190
10041;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (16908 10191;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (17087
10042;;;;;; 33362)) 10192;;;;;; 12466))
10043;;; Generated autoloads from mail/footnote.el 10193;;; Generated autoloads from mail/footnote.el
10044 10194
10045(autoload (quote footnote-mode) "footnote" "\ 10195(autoload (quote footnote-mode) "footnote" "\
@@ -10060,7 +10210,7 @@ key binding
10060;;;*** 10210;;;***
10061 10211
10062;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 10212;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
10063;;;;;; "forms" "forms.el" (16507 41097)) 10213;;;;;; "forms" "forms.el" (17087 12569))
10064;;; Generated autoloads from forms.el 10214;;; Generated autoloads from forms.el
10065 10215
10066(autoload (quote forms-mode) "forms" "\ 10216(autoload (quote forms-mode) "forms" "\
@@ -10097,7 +10247,7 @@ Visit a file in Forms mode in other window.
10097;;;*** 10247;;;***
10098 10248
10099;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 10249;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
10100;;;;;; "progmodes/fortran.el" (16908 33362)) 10250;;;;;; "progmodes/fortran.el" (17087 12566))
10101;;; Generated autoloads from progmodes/fortran.el 10251;;; Generated autoloads from progmodes/fortran.el
10102 10252
10103(defvar fortran-tab-mode-default nil "\ 10253(defvar fortran-tab-mode-default nil "\
@@ -10122,7 +10272,7 @@ Key definitions:
10122 10272
10123Variables controlling indentation style and extra features: 10273Variables controlling indentation style and extra features:
10124 10274
10125`comment-start' 10275`fortran-comment-line-start'
10126 To use comments starting with `!', set this to the string \"!\". 10276 To use comments starting with `!', set this to the string \"!\".
10127`fortran-do-indent' 10277`fortran-do-indent'
10128 Extra indentation within DO blocks (default 3). 10278 Extra indentation within DO blocks (default 3).
@@ -10183,7 +10333,7 @@ with no args, if that value is non-nil.
10183;;;*** 10333;;;***
10184 10334
10185;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 10335;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
10186;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (16775 26716)) 10336;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (17087 12558))
10187;;; Generated autoloads from play/fortune.el 10337;;; Generated autoloads from play/fortune.el
10188 10338
10189(autoload (quote fortune-add-fortune) "fortune" "\ 10339(autoload (quote fortune-add-fortune) "fortune" "\
@@ -10233,7 +10383,7 @@ and choose the directory as the fortune-file.
10233;;;*** 10383;;;***
10234 10384
10235;;;### (autoloads (fringe-indicators set-fringe-style fringe-mode 10385;;;### (autoloads (fringe-indicators set-fringe-style fringe-mode
10236;;;;;; fringe-mode) "fringe" "fringe.el" (16908 33360)) 10386;;;;;; fringe-mode) "fringe" "fringe.el" (17087 12466))
10237;;; Generated autoloads from fringe.el 10387;;; Generated autoloads from fringe.el
10238 10388
10239(defvar fringe-mode nil "\ 10389(defvar fringe-mode nil "\
@@ -10309,7 +10459,7 @@ Setting this variable, changes `default-indicate-buffer-boundaries'.")
10309 10459
10310;;;*** 10460;;;***
10311 10461
10312;;;### (autoloads (gdba) "gdb-ui" "progmodes/gdb-ui.el" (16960 18194)) 10462;;;### (autoloads (gdba) "gdb-ui" "progmodes/gdb-ui.el" (17087 12582))
10313;;; Generated autoloads from progmodes/gdb-ui.el 10463;;; Generated autoloads from progmodes/gdb-ui.el
10314 10464
10315(autoload (quote gdba) "gdb-ui" "\ 10465(autoload (quote gdba) "gdb-ui" "\
@@ -10366,9 +10516,10 @@ detailed description of this mode.
10366 10516
10367;;;*** 10517;;;***
10368 10518
10369;;;### (autoloads (generic-mode generic-mode-internal define-generic-mode) 10519;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
10370;;;;;; "generic" "generic.el" (16960 18194)) 10520;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (17087
10371;;; Generated autoloads from generic.el 10521;;;;;; 12558))
10522;;; Generated autoloads from emacs-lisp/generic.el
10372 10523
10373(defvar generic-mode-list nil "\ 10524(defvar generic-mode-list nil "\
10374A list of mode names for `generic-mode'. 10525A list of mode names for `generic-mode'.
@@ -10378,33 +10529,34 @@ instead (which see).")
10378(autoload (quote define-generic-mode) "generic" "\ 10529(autoload (quote define-generic-mode) "generic" "\
10379Create a new generic mode MODE. 10530Create a new generic mode MODE.
10380 10531
10381MODE is the name of the command for the generic mode; it need not 10532MODE is the name of the command for the generic mode; don't quote it.
10382be quoted. The optional DOCSTRING is the documentation for the 10533The optional DOCSTRING is the documentation for the mode command. If
10383mode command. If you do not supply it, a default documentation 10534you do not supply it, `define-generic-mode' uses a default
10384string will be used instead. 10535documentation string instead.
10385 10536
10386COMMENT-LIST is a list, whose entries are either a single 10537COMMENT-LIST is a list in which each element is either a character, a
10387character, a one or two character string or a cons pair. If the 10538string of one or two characters, or a cons cell. A character or a
10388entry is a character or a string, it is added to the mode's 10539string is set up in the mode's syntax table as a \"comment starter\".
10389syntax table with `comment-start' syntax. If the entry is a cons 10540If the entry is a cons cell, the `car' is set up as a \"comment
10390pair, the elements of the pair are considered to be 10541starter\" and the `cdr' as a \"comment ender\". (Use nil for the
10391`comment-start' and `comment-end' respectively. (The latter 10542latter if you want comments to end at the end of the line.) Note that
10392should be nil if you want comments to end at end of line.) Note 10543the syntax table has limitations about what comment starters and
10393that Emacs has limitations regarding comment characters. 10544enders are actually possible.
10394 10545
10395KEYWORD-LIST is a list of keywords to highlight with 10546KEYWORD-LIST is a list of keywords to highlight with
10396`font-lock-keyword-face'. Each keyword should be a string. 10547`font-lock-keyword-face'. Each keyword should be a string.
10397 10548
10398FONT-LOCK-LIST is a list of additional expressions to highlight. 10549FONT-LOCK-LIST is a list of additional expressions to highlight. Each
10399Each entry in the list should have the same form as an entry in 10550element of this list should have the same form as an element of
10400`font-lock-keywords'. 10551`font-lock-keywords'.
10401 10552
10402AUTO-MODE-LIST is a list of regular expressions to add to 10553AUTO-MODE-LIST is a list of regular expressions to add to
10403`auto-mode-alist'. These regexps are added to `auto-mode-alist' 10554`auto-mode-alist'. These regular expressions are added when Emacs
10404as soon as `define-generic-mode' is called. 10555runs the macro expansion.
10405 10556
10406FUNCTION-LIST is a list of functions to call to do some 10557FUNCTION-LIST is a list of functions to call to do some additional
10407additional setup. 10558setup. The mode command calls these functions just before it runs the
10559mode hook `MODE-hook'.
10408 10560
10409See the file generic-x.el for some examples of `define-generic-mode'. 10561See the file generic-x.el for some examples of `define-generic-mode'.
10410 10562
@@ -10413,7 +10565,7 @@ See the file generic-x.el for some examples of `define-generic-mode'.
10413(autoload (quote generic-mode-internal) "generic" "\ 10565(autoload (quote generic-mode-internal) "generic" "\
10414Go into the generic mode MODE. 10566Go into the generic mode MODE.
10415 10567
10416\(fn MODE COMMENTS KEYWORDS FONT-LOCK-LIST FUNS)" nil nil) 10568\(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST FUNCTION-LIST)" nil nil)
10417 10569
10418(autoload (quote generic-mode) "generic" "\ 10570(autoload (quote generic-mode) "generic" "\
10419Enter generic mode MODE. 10571Enter generic mode MODE.
@@ -10427,10 +10579,21 @@ Some generic modes are defined in `generic-x.el'.
10427 10579
10428\(fn MODE)" t nil) 10580\(fn MODE)" t nil)
10429 10581
10582(autoload (quote generic-make-keywords-list) "generic" "\
10583Return a `font-lock-keywords' construct that highlights KEYWORD-LIST.
10584KEYWORD-LIST is a list of keyword strings that should be
10585highlighted with face FACE. This function calculates a regular
10586expression that matches these keywords and concatenates it with
10587PREFIX and SUFFIX. Then it returns a construct based on this
10588regular expression that can be used as an element of
10589`font-lock-keywords'.
10590
10591\(fn KEYWORD-LIST FACE &optional PREFIX SUFFIX)" nil nil)
10592
10430;;;*** 10593;;;***
10431 10594
10432;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 10595;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
10433;;;;;; (16213 43281)) 10596;;;;;; (17087 12528))
10434;;; Generated autoloads from progmodes/glasses.el 10597;;; Generated autoloads from progmodes/glasses.el
10435 10598
10436(autoload (quote glasses-mode) "glasses" "\ 10599(autoload (quote glasses-mode) "glasses" "\
@@ -10443,7 +10606,7 @@ at places they belong to.
10443;;;*** 10606;;;***
10444 10607
10445;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 10608;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
10446;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (16954 46150)) 10609;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (17087 12574))
10447;;; Generated autoloads from gnus/gnus.el 10610;;; Generated autoloads from gnus/gnus.el
10448 10611
10449(autoload (quote gnus-slave-no-server) "gnus" "\ 10612(autoload (quote gnus-slave-no-server) "gnus" "\
@@ -10494,7 +10657,7 @@ prompt the user for the name of an NNTP server to use.
10494;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 10657;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
10495;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 10658;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
10496;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 10659;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
10497;;;;;; "gnus/gnus-agent.el" (16908 33361)) 10660;;;;;; "gnus/gnus-agent.el" (17087 12567))
10498;;; Generated autoloads from gnus/gnus-agent.el 10661;;; Generated autoloads from gnus/gnus-agent.el
10499 10662
10500(autoload (quote gnus-unplugged) "gnus-agent" "\ 10663(autoload (quote gnus-unplugged) "gnus-agent" "\
@@ -10581,7 +10744,7 @@ If CLEAN, obsolete (ignore).
10581;;;*** 10744;;;***
10582 10745
10583;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 10746;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
10584;;;;;; (16954 46150)) 10747;;;;;; (17087 12589))
10585;;; Generated autoloads from gnus/gnus-art.el 10748;;; Generated autoloads from gnus/gnus-art.el
10586 10749
10587(autoload (quote gnus-article-prepare-display) "gnus-art" "\ 10750(autoload (quote gnus-article-prepare-display) "gnus-art" "\
@@ -10592,7 +10755,7 @@ Make the current buffer look like a nice article.
10592;;;*** 10755;;;***
10593 10756
10594;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 10757;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
10595;;;;;; (16698 21927)) 10758;;;;;; (17087 12415))
10596;;; Generated autoloads from gnus/gnus-audio.el 10759;;; Generated autoloads from gnus/gnus-audio.el
10597 10760
10598(autoload (quote gnus-audio-play) "gnus-audio" "\ 10761(autoload (quote gnus-audio-play) "gnus-audio" "\
@@ -10604,8 +10767,8 @@ Play a sound FILE through the speaker.
10604 10767
10605;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 10768;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
10606;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 10769;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
10607;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (16858 10770;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (17087
10608;;;;;; 50925)) 10771;;;;;; 12567))
10609;;; Generated autoloads from gnus/gnus-cache.el 10772;;; Generated autoloads from gnus/gnus-cache.el
10610 10773
10611(autoload (quote gnus-jog-cache) "gnus-cache" "\ 10774(autoload (quote gnus-jog-cache) "gnus-cache" "\
@@ -10643,7 +10806,7 @@ next enabled. Depends upon the caller to determine whether group deletion is sup
10643;;;*** 10806;;;***
10644 10807
10645;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 10808;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
10646;;;;;; "gnus-delay" "gnus/gnus-delay.el" (16908 33361)) 10809;;;;;; "gnus-delay" "gnus/gnus-delay.el" (17087 12530))
10647;;; Generated autoloads from gnus/gnus-delay.el 10810;;; Generated autoloads from gnus/gnus-delay.el
10648 10811
10649(defgroup gnus-delay nil "Arrange for sending postings later." :version "22.1" :group (quote gnus)) 10812(defgroup gnus-delay nil "Arrange for sending postings later." :version "22.1" :group (quote gnus))
@@ -10681,7 +10844,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
10681;;;*** 10844;;;***
10682 10845
10683;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 10846;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
10684;;;;;; (16697 49031)) 10847;;;;;; (17087 12415))
10685;;; Generated autoloads from gnus/gnus-dired.el 10848;;; Generated autoloads from gnus/gnus-dired.el
10686 10849
10687(autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\ 10850(autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\
@@ -10692,7 +10855,7 @@ Convenience method to turn on gnus-dired-mode.
10692;;;*** 10855;;;***
10693 10856
10694;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 10857;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
10695;;;;;; (16764 51520)) 10858;;;;;; (17087 12435))
10696;;; Generated autoloads from gnus/gnus-draft.el 10859;;; Generated autoloads from gnus/gnus-draft.el
10697 10860
10698(autoload (quote gnus-draft-reminder) "gnus-draft" "\ 10861(autoload (quote gnus-draft-reminder) "gnus-draft" "\
@@ -10704,8 +10867,8 @@ Reminder user if there are unsent drafts.
10704 10867
10705;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 10868;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
10706;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 10869;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
10707;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (16908 10870;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (17087
10708;;;;;; 33361)) 10871;;;;;; 12466))
10709;;; Generated autoloads from gnus/gnus-fun.el 10872;;; Generated autoloads from gnus/gnus-fun.el
10710 10873
10711(autoload (quote gnus-random-x-face) "gnus-fun" "\ 10874(autoload (quote gnus-random-x-face) "gnus-fun" "\
@@ -10744,7 +10907,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
10744;;;*** 10907;;;***
10745 10908
10746;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 10909;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
10747;;;;;; "gnus-group" "gnus/gnus-group.el" (16927 493)) 10910;;;;;; "gnus-group" "gnus/gnus-group.el" (17087 12574))
10748;;; Generated autoloads from gnus/gnus-group.el 10911;;; Generated autoloads from gnus/gnus-group.el
10749 10912
10750(autoload (quote gnus-fetch-group) "gnus-group" "\ 10913(autoload (quote gnus-fetch-group) "gnus-group" "\
@@ -10761,7 +10924,7 @@ Pop up a frame and enter GROUP.
10761;;;*** 10924;;;***
10762 10925
10763;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 10926;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
10764;;;;;; (16698 21927)) 10927;;;;;; (17087 12567))
10765;;; Generated autoloads from gnus/gnus-kill.el 10928;;; Generated autoloads from gnus/gnus-kill.el
10766 10929
10767(defalias (quote gnus-batch-kill) (quote gnus-batch-score)) 10930(defalias (quote gnus-batch-kill) (quote gnus-batch-score))
@@ -10776,7 +10939,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
10776 10939
10777;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 10940;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
10778;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 10941;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
10779;;;;;; (16698 21927)) 10942;;;;;; (17087 12415))
10780;;; Generated autoloads from gnus/gnus-ml.el 10943;;; Generated autoloads from gnus/gnus-ml.el
10781 10944
10782(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\ 10945(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\
@@ -10801,7 +10964,7 @@ Minor mode for providing mailing-list commands.
10801 10964
10802;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 10965;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
10803;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 10966;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
10804;;;;;; (16698 21927)) 10967;;;;;; (17087 12415))
10805;;; Generated autoloads from gnus/gnus-mlspl.el 10968;;; Generated autoloads from gnus/gnus-mlspl.el
10806 10969
10807(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ 10970(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\
@@ -10902,7 +11065,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
10902;;;*** 11065;;;***
10903 11066
10904;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" 11067;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
10905;;;;;; (16213 43273)) 11068;;;;;; (17087 12380))
10906;;; Generated autoloads from gnus/gnus-move.el 11069;;; Generated autoloads from gnus/gnus-move.el
10907 11070
10908(autoload (quote gnus-change-server) "gnus-move" "\ 11071(autoload (quote gnus-change-server) "gnus-move" "\
@@ -10914,7 +11077,7 @@ Update the .newsrc.eld file to reflect the change of nntp server.
10914;;;*** 11077;;;***
10915 11078
10916;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 11079;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
10917;;;;;; "gnus-msg" "gnus/gnus-msg.el" (16923 3623)) 11080;;;;;; "gnus-msg" "gnus/gnus-msg.el" (17087 12471))
10918;;; Generated autoloads from gnus/gnus-msg.el 11081;;; Generated autoloads from gnus/gnus-msg.el
10919 11082
10920(autoload (quote gnus-msg-mail) "gnus-msg" "\ 11083(autoload (quote gnus-msg-mail) "gnus-msg" "\
@@ -10940,7 +11103,7 @@ Like `message-reply'.
10940 11103
10941;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 11104;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
10942;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 11105;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
10943;;;;;; (16730 31107)) 11106;;;;;; (17087 12574))
10944;;; Generated autoloads from gnus/gnus-picon.el 11107;;; Generated autoloads from gnus/gnus-picon.el
10945 11108
10946(autoload (quote gnus-treat-from-picon) "gnus-picon" "\ 11109(autoload (quote gnus-treat-from-picon) "gnus-picon" "\
@@ -10967,7 +11130,7 @@ If picons are already displayed, remove them.
10967;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 11130;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
10968;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 11131;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
10969;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 11132;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
10970;;;;;; "gnus/gnus-range.el" (16764 51520)) 11133;;;;;; "gnus/gnus-range.el" (17087 12435))
10971;;; Generated autoloads from gnus/gnus-range.el 11134;;; Generated autoloads from gnus/gnus-range.el
10972 11135
10973(autoload (quote gnus-sorted-difference) "gnus-range" "\ 11136(autoload (quote gnus-sorted-difference) "gnus-range" "\
@@ -11035,7 +11198,7 @@ Add NUM into sorted LIST by side effect.
11035;;;*** 11198;;;***
11036 11199
11037;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 11200;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
11038;;;;;; "gnus-registry" "gnus/gnus-registry.el" (16923 3623)) 11201;;;;;; "gnus-registry" "gnus/gnus-registry.el" (17087 12471))
11039;;; Generated autoloads from gnus/gnus-registry.el 11202;;; Generated autoloads from gnus/gnus-registry.el
11040 11203
11041(autoload (quote gnus-registry-initialize) "gnus-registry" "\ 11204(autoload (quote gnus-registry-initialize) "gnus-registry" "\
@@ -11051,8 +11214,8 @@ Install the registry hooks.
11051;;;*** 11214;;;***
11052 11215
11053;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 11216;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
11054;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (16697 11217;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (17087
11055;;;;;; 49031)) 11218;;;;;; 12570))
11056;;; Generated autoloads from gnus/gnus-sieve.el 11219;;; Generated autoloads from gnus/gnus-sieve.el
11057 11220
11058(autoload (quote gnus-sieve-update) "gnus-sieve" "\ 11221(autoload (quote gnus-sieve-update) "gnus-sieve" "\
@@ -11080,7 +11243,7 @@ Not documented
11080;;;*** 11243;;;***
11081 11244
11082;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" 11245;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
11083;;;;;; (16698 21927)) 11246;;;;;; (17087 12567))
11084;;; Generated autoloads from gnus/gnus-soup.el 11247;;; Generated autoloads from gnus/gnus-soup.el
11085 11248
11086(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ 11249(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\
@@ -11100,7 +11263,7 @@ Note -- this function hasn't been implemented yet.
11100;;;*** 11263;;;***
11101 11264
11102;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 11265;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
11103;;;;;; (16908 33361)) 11266;;;;;; (17087 12567))
11104;;; Generated autoloads from gnus/gnus-spec.el 11267;;; Generated autoloads from gnus/gnus-spec.el
11105 11268
11106(autoload (quote gnus-update-format) "gnus-spec" "\ 11269(autoload (quote gnus-update-format) "gnus-spec" "\
@@ -11111,8 +11274,8 @@ Update the format specification near point.
11111;;;*** 11274;;;***
11112 11275
11113;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news 11276;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news
11114;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (16908 11277;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (17087
11115;;;;;; 33361)) 11278;;;;;; 12567))
11116;;; Generated autoloads from gnus/gnus-start.el 11279;;; Generated autoloads from gnus/gnus-start.el
11117 11280
11118(autoload (quote gnus-declare-backend) "gnus-start" "\ 11281(autoload (quote gnus-declare-backend) "gnus-start" "\
@@ -11128,7 +11291,7 @@ Not documented
11128;;;*** 11291;;;***
11129 11292
11130;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 11293;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
11131;;;;;; (16908 33361)) 11294;;;;;; (17087 12466))
11132;;; Generated autoloads from gnus/gnus-win.el 11295;;; Generated autoloads from gnus/gnus-win.el
11133 11296
11134(autoload (quote gnus-add-configuration) "gnus-win" "\ 11297(autoload (quote gnus-add-configuration) "gnus-win" "\
@@ -11138,7 +11301,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
11138 11301
11139;;;*** 11302;;;***
11140 11303
11141;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (16213 43281)) 11304;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (17087 12570))
11142;;; Generated autoloads from play/gomoku.el 11305;;; Generated autoloads from play/gomoku.el
11143 11306
11144(autoload (quote gomoku) "gomoku" "\ 11307(autoload (quote gomoku) "gomoku" "\
@@ -11164,17 +11327,11 @@ Use \\[describe-mode] for more info.
11164 11327
11165;;;*** 11328;;;***
11166 11329
11167;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) 11330;;;### (autoloads (goto-address goto-address-at-point) "goto-addr"
11168;;;;;; "goto-addr" "net/goto-addr.el" (16858 50931)) 11331;;;;;; "net/goto-addr.el" (17087 12554))
11169;;; Generated autoloads from net/goto-addr.el 11332;;; Generated autoloads from net/goto-addr.el
11170 11333
11171(autoload (quote goto-address-at-mouse) "goto-addr" "\ 11334(define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1")
11172Send to the e-mail address or load the URL clicked with the mouse.
11173Send mail to address at position of mouse click. See documentation for
11174`goto-address-find-address-at-point'. If no address is found
11175there, then load the URL at or before the position of the mouse click.
11176
11177\(fn EVENT)" t nil)
11178 11335
11179(autoload (quote goto-address-at-point) "goto-addr" "\ 11336(autoload (quote goto-address-at-point) "goto-addr" "\
11180Send to the e-mail address or load the URL at point. 11337Send to the e-mail address or load the URL at point.
@@ -11182,7 +11339,7 @@ Send mail to address at point. See documentation for
11182`goto-address-find-address-at-point'. If no address is found 11339`goto-address-find-address-at-point'. If no address is found
11183there, then load the URL at or before point. 11340there, then load the URL at or before point.
11184 11341
11185\(fn)" t nil) 11342\(fn &optional EVENT)" t nil)
11186 11343
11187(autoload (quote goto-address) "goto-addr" "\ 11344(autoload (quote goto-address) "goto-addr" "\
11188Sets up goto-address functionality in the current buffer. 11345Sets up goto-address functionality in the current buffer.
@@ -11199,7 +11356,7 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
11199 11356
11200;;;### (autoloads (grep-tree grep-find grep grep-compute-defaults 11357;;;### (autoloads (grep-tree grep-find grep grep-compute-defaults
11201;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 11358;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
11202;;;;;; grep-window-height) "grep" "progmodes/grep.el" (16908 33362)) 11359;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17087 12575))
11203;;; Generated autoloads from progmodes/grep.el 11360;;; Generated autoloads from progmodes/grep.el
11204 11361
11205(defvar grep-window-height nil "\ 11362(defvar grep-window-height nil "\
@@ -11230,7 +11387,7 @@ List of hook functions run by `grep-process-setup' (see `run-hooks').")
11230 11387
11231(custom-autoload (quote grep-setup-hook) "grep") 11388(custom-autoload (quote grep-setup-hook) "grep")
11232 11389
11233(defvar grep-regexp-alist (quote (("^\\(.+?\\)[: ]+\\([0-9]+\\)\\([.:]?\\)\\([0-9]+\\)?\\(?:-\\(?:\\([0-9]+\\)\\3\\)?\\.?\\([0-9]+\\)?\\)?[: ]" 1 (2 . 5) (4 . 6)) ("^\\(.+?\\)[:(]+\\([0-9]+\\)\\([:)]\\).*?\\(\\[01;41m\\)\\(.*?\\)\\(\\[00m\\(\\[K\\)?\\)" 1 2 ((lambda nil (setq compilation-error-screen-columns nil) (- (match-beginning 5) (match-end 3) 8)) lambda nil (- (match-end 5) (match-end 3) 8))) ("^Binary file \\(.+\\) matches$" 1 nil nil 1))) "\ 11390(defvar grep-regexp-alist (quote (("^\\(.+?\\)\\([: ]\\)+\\([0-9]+\\)\\([.:]?\\)\\([0-9]+\\)?\\(?:-\\(?:\\([0-9]+\\)\\4\\)?\\.?\\([0-9]+\\)?\\)?\\2" 1 (3 . 6) (5 . 7)) ("^\\(\\(.+?\\):\\([0-9]+\\):\\).*?\\(\\[01;41m\\)\\(.*?\\)\\(\\[00m\\(?:\\[K\\)?\\)" 2 3 ((lambda nil (setq compilation-error-screen-columns nil) (- (match-beginning 5) (match-end 1) 8)) lambda nil (- (match-end 5) (match-end 1) 8)) nil 1) ("^Binary file \\(.+\\) matches$" 1 nil nil 1))) "\
11234Regexp used to match grep hits. See `compilation-error-regexp-alist'.") 11391Regexp used to match grep hits. See `compilation-error-regexp-alist'.")
11235 11392
11236(defvar grep-program "grep" "\ 11393(defvar grep-program "grep" "\
@@ -11318,7 +11475,7 @@ those sub directories of DIR.
11318 11475
11319;;;*** 11476;;;***
11320 11477
11321;;;### (autoloads (gs-load-image) "gs" "gs.el" (16565 48734)) 11478;;;### (autoloads (gs-load-image) "gs" "gs.el" (17087 12380))
11322;;; Generated autoloads from gs.el 11479;;; Generated autoloads from gs.el
11323 11480
11324(autoload (quote gs-load-image) "gs" "\ 11481(autoload (quote gs-load-image) "gs" "\
@@ -11332,7 +11489,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
11332;;;*** 11489;;;***
11333 11490
11334;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx 11491;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx
11335;;;;;; sdb gdb) "gud" "progmodes/gud.el" (16896 54110)) 11492;;;;;; sdb gdb) "gud" "progmodes/gud.el" (17087 12589))
11336;;; Generated autoloads from progmodes/gud.el 11493;;; Generated autoloads from progmodes/gud.el
11337 11494
11338(autoload (quote gdb) "gud" "\ 11495(autoload (quote gdb) "gud" "\
@@ -11361,7 +11518,7 @@ Run xdb on program FILE in buffer *gud-FILE*.
11361The directory containing FILE becomes the initial working directory 11518The directory containing FILE becomes the initial working directory
11362and source-file directory for your debugger. 11519and source-file directory for your debugger.
11363 11520
11364You can set the variable 'gud-xdb-directories' to a list of program source 11521You can set the variable `gud-xdb-directories' to a list of program source
11365directories if your program contains sources from more than one directory. 11522directories if your program contains sources from more than one directory.
11366 11523
11367\(fn COMMAND-LINE)" t nil) 11524\(fn COMMAND-LINE)" t nil)
@@ -11413,8 +11570,8 @@ Major mode for editing GDB scripts
11413 11570
11414;;;*** 11571;;;***
11415 11572
11416;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (16377 11573;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (17087
11417;;;;;; 12872)) 11574;;;;;; 12558))
11418;;; Generated autoloads from play/handwrite.el 11575;;; Generated autoloads from play/handwrite.el
11419 11576
11420(autoload (quote handwrite) "handwrite" "\ 11577(autoload (quote handwrite) "handwrite" "\
@@ -11432,7 +11589,7 @@ Variables: handwrite-linespace (default 12)
11432;;;*** 11589;;;***
11433 11590
11434;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 11591;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
11435;;;;;; (16213 43281)) 11592;;;;;; (17087 12380))
11436;;; Generated autoloads from play/hanoi.el 11593;;; Generated autoloads from play/hanoi.el
11437 11594
11438(autoload (quote hanoi) "hanoi" "\ 11595(autoload (quote hanoi) "hanoi" "\
@@ -11462,7 +11619,7 @@ to be updated.
11462;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 11619;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
11463;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 11620;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
11464;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 11621;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
11465;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (16908 33360)) 11622;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (17087 12466))
11466;;; Generated autoloads from help-at-pt.el 11623;;; Generated autoloads from help-at-pt.el
11467 11624
11468(autoload (quote help-at-pt-string) "help-at-pt" "\ 11625(autoload (quote help-at-pt-string) "help-at-pt" "\
@@ -11590,8 +11747,9 @@ different regions. With numeric argument ARG, behaves like
11590;;;*** 11747;;;***
11591 11748
11592;;;### (autoloads (describe-categories describe-syntax describe-variable 11749;;;### (autoloads (describe-categories describe-syntax describe-variable
11593;;;;;; variable-at-point describe-function-1 describe-function locate-library 11750;;;;;; variable-at-point describe-function-1 help-C-file-name describe-function
11594;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (16899 17454)) 11751;;;;;; locate-library help-with-tutorial) "help-fns" "help-fns.el"
11752;;;;;; (17087 12567))
11595;;; Generated autoloads from help-fns.el 11753;;; Generated autoloads from help-fns.el
11596 11754
11597(autoload (quote help-with-tutorial) "help-fns" "\ 11755(autoload (quote help-with-tutorial) "help-fns" "\
@@ -11624,6 +11782,12 @@ Display the full documentation of FUNCTION (a symbol).
11624 11782
11625\(fn FUNCTION)" t nil) 11783\(fn FUNCTION)" t nil)
11626 11784
11785(autoload (quote help-C-file-name) "help-fns" "\
11786Return the name of the C file where SUBR-OR-VAR is defined.
11787KIND should be `var' for a variable or `subr' for a subroutine.
11788
11789\(fn SUBR-OR-VAR KIND)" nil nil)
11790
11627(defface help-argument-name (quote ((((supports :slant italic)) :inherit italic))) "Face to highlight argument names in *Help* buffers." :group (quote help)) 11791(defface help-argument-name (quote ((((supports :slant italic)) :inherit italic))) "Face to highlight argument names in *Help* buffers." :group (quote help))
11628 11792
11629(autoload (quote describe-function-1) "help-fns" "\ 11793(autoload (quote describe-function-1) "help-fns" "\
@@ -11641,10 +11805,11 @@ If ANY-SYMBOL is non-nil, don't insist the symbol be bound.
11641(autoload (quote describe-variable) "help-fns" "\ 11805(autoload (quote describe-variable) "help-fns" "\
11642Display the full documentation of VARIABLE (a symbol). 11806Display the full documentation of VARIABLE (a symbol).
11643Returns the documentation as a string, also. 11807Returns the documentation as a string, also.
11644If VARIABLE has a buffer-local value in BUFFER (default to the current buffer), 11808If VARIABLE has a buffer-local value in BUFFER or FRAME
11809\(default to the current buffer and current frame),
11645it is displayed along with the global value. 11810it is displayed along with the global value.
11646 11811
11647\(fn VARIABLE &optional BUFFER)" t nil) 11812\(fn VARIABLE &optional BUFFER FRAME)" t nil)
11648 11813
11649(autoload (quote describe-syntax) "help-fns" "\ 11814(autoload (quote describe-syntax) "help-fns" "\
11650Describe the syntax specifications in the syntax table of BUFFER. 11815Describe the syntax specifications in the syntax table of BUFFER.
@@ -11664,7 +11829,7 @@ BUFFER should be a buffer or a buffer name.
11664;;;*** 11829;;;***
11665 11830
11666;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 11831;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
11667;;;;;; (16875 35928)) 11832;;;;;; (17087 12453))
11668;;; Generated autoloads from help-macro.el 11833;;; Generated autoloads from help-macro.el
11669 11834
11670(defvar three-step-help nil "\ 11835(defvar three-step-help nil "\
@@ -11680,7 +11845,7 @@ A value of nil means skip the middle step, so that
11680 11845
11681;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 11846;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
11682;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup 11847;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
11683;;;;;; help-mode) "help-mode" "help-mode.el" (16939 44104)) 11848;;;;;; help-mode) "help-mode" "help-mode.el" (17087 12582))
11684;;; Generated autoloads from help-mode.el 11849;;; Generated autoloads from help-mode.el
11685 11850
11686(autoload (quote help-mode) "help-mode" "\ 11851(autoload (quote help-mode) "help-mode" "\
@@ -11763,7 +11928,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
11763;;;*** 11928;;;***
11764 11929
11765;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 11930;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
11766;;;;;; "emacs-lisp/helper.el" (16213 43273)) 11931;;;;;; "emacs-lisp/helper.el" (17087 12380))
11767;;; Generated autoloads from emacs-lisp/helper.el 11932;;; Generated autoloads from emacs-lisp/helper.el
11768 11933
11769(autoload (quote Helper-describe-bindings) "helper" "\ 11934(autoload (quote Helper-describe-bindings) "helper" "\
@@ -11779,7 +11944,7 @@ Provide help for current mode.
11779;;;*** 11944;;;***
11780 11945
11781;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 11946;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
11782;;;;;; "hexl.el" (16858 50912)) 11947;;;;;; "hexl.el" (17087 12570))
11783;;; Generated autoloads from hexl.el 11948;;; Generated autoloads from hexl.el
11784 11949
11785(autoload (quote hexl-mode) "hexl" "\ 11950(autoload (quote hexl-mode) "hexl" "\
@@ -11874,8 +12039,8 @@ This discards the buffer's undo information.
11874 12039
11875;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 12040;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
11876;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 12041;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
11877;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (16898 12042;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (17087
11878;;;;;; 6195)) 12043;;;;;; 12531))
11879;;; Generated autoloads from hi-lock.el 12044;;; Generated autoloads from hi-lock.el
11880 12045
11881(defvar hi-lock-mode nil "\ 12046(defvar hi-lock-mode nil "\
@@ -11986,7 +12151,7 @@ be found in variable `hi-lock-interactive-patterns'.
11986;;;*** 12151;;;***
11987 12152
11988;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially 12153;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially
11989;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (16924 23221)) 12154;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (17087 12528))
11990;;; Generated autoloads from progmodes/hideif.el 12155;;; Generated autoloads from progmodes/hideif.el
11991 12156
11992(autoload (quote hide-ifdef-mode) "hideif" "\ 12157(autoload (quote hide-ifdef-mode) "hideif" "\
@@ -12041,7 +12206,7 @@ how the hiding is done:
12041;;;*** 12206;;;***
12042 12207
12043;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) 12208;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)
12044;;;;;; "hideshow" "progmodes/hideshow.el" (16858 50936)) 12209;;;;;; "hideshow" "progmodes/hideshow.el" (17087 12453))
12045;;; Generated autoloads from progmodes/hideshow.el 12210;;; Generated autoloads from progmodes/hideshow.el
12046 12211
12047(defvar hs-hide-comments-when-hiding-all t "\ 12212(defvar hs-hide-comments-when-hiding-all t "\
@@ -12104,7 +12269,7 @@ Key bindings:
12104;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 12269;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
12105;;;;;; highlight-changes-previous-change highlight-changes-next-change 12270;;;;;; highlight-changes-previous-change highlight-changes-next-change
12106;;;;;; highlight-changes-mode highlight-changes-remove-highlight) 12271;;;;;; highlight-changes-mode highlight-changes-remove-highlight)
12107;;;;;; "hilit-chg" "hilit-chg.el" (16876 58220)) 12272;;;;;; "hilit-chg" "hilit-chg.el" (17087 12570))
12108;;; Generated autoloads from hilit-chg.el 12273;;; Generated autoloads from hilit-chg.el
12109 12274
12110(autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\ 12275(autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\
@@ -12165,7 +12330,7 @@ of `highlight-changes-face-list', one level older changes are shown in
12165face described by the second element, and so on. Very old changes remain 12330face described by the second element, and so on. Very old changes remain
12166shown in the last face in the list. 12331shown in the last face in the list.
12167 12332
12168You can automatically rotate colours when the buffer is saved 12333You can automatically rotate colors when the buffer is saved
12169by adding the following to `local-write-file-hooks', by evaling it in the 12334by adding the following to `local-write-file-hooks', by evaling it in the
12170buffer to be saved): 12335buffer to be saved):
12171 12336
@@ -12234,7 +12399,7 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil).
12234;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 12399;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
12235;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 12400;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
12236;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 12401;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
12237;;;;;; "hippie-exp.el" (16213 43268)) 12402;;;;;; "hippie-exp.el" (17087 12542))
12238;;; Generated autoloads from hippie-exp.el 12403;;; Generated autoloads from hippie-exp.el
12239 12404
12240(defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\ 12405(defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\
@@ -12307,7 +12472,7 @@ argument VERBOSE non-nil makes the function verbose.
12307;;;*** 12472;;;***
12308 12473
12309;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 12474;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
12310;;;;;; (16908 33360)) 12475;;;;;; (17087 12528))
12311;;; Generated autoloads from hl-line.el 12476;;; Generated autoloads from hl-line.el
12312 12477
12313(autoload (quote hl-line-mode) "hl-line" "\ 12478(autoload (quote hl-line-mode) "hl-line" "\
@@ -12347,7 +12512,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
12347;;;*** 12512;;;***
12348 12513
12349;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" 12514;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el"
12350;;;;;; (16822 52985)) 12515;;;;;; (17087 12528))
12351;;; Generated autoloads from calendar/holidays.el 12516;;; Generated autoloads from calendar/holidays.el
12352 12517
12353(autoload (quote holidays) "holidays" "\ 12518(autoload (quote holidays) "holidays" "\
@@ -12371,7 +12536,7 @@ The optional LABEL is used to label the buffer created.
12371;;;*** 12536;;;***
12372 12537
12373;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll) 12538;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll)
12374;;;;;; "hscroll" "obsolete/hscroll.el" (16213 43281)) 12539;;;;;; "hscroll" "obsolete/hscroll.el" (17087 12380))
12375;;; Generated autoloads from obsolete/hscroll.el 12540;;; Generated autoloads from obsolete/hscroll.el
12376 12541
12377(autoload (quote turn-on-hscroll) "hscroll" "\ 12542(autoload (quote turn-on-hscroll) "hscroll" "\
@@ -12397,8 +12562,8 @@ Also see `automatic-hscrolling'.
12397 12562
12398;;;*** 12563;;;***
12399 12564
12400;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (16777 12565;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (17087
12401;;;;;; 65418)) 12566;;;;;; 12567))
12402;;; Generated autoloads from gnus/html2text.el 12567;;; Generated autoloads from gnus/html2text.el
12403 12568
12404(autoload (quote html2text) "html2text" "\ 12569(autoload (quote html2text) "html2text" "\
@@ -12429,7 +12594,7 @@ Convert HTML to plain text in the current buffer.
12429;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group 12594;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
12430;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group 12595;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
12431;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode 12596;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
12432;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (16934 57456)) 12597;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (17087 12562))
12433;;; Generated autoloads from ibuf-ext.el 12598;;; Generated autoloads from ibuf-ext.el
12434 12599
12435(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ 12600(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
@@ -12790,8 +12955,8 @@ defaults to one.
12790;;;*** 12955;;;***
12791 12956
12792;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 12957;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
12793;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (16544 12958;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (17087
12794;;;;;; 33333)) 12959;;;;;; 12380))
12795;;; Generated autoloads from ibuf-macs.el 12960;;; Generated autoloads from ibuf-macs.el
12796 12961
12797(autoload (quote define-ibuffer-column) "ibuf-macs" "\ 12962(autoload (quote define-ibuffer-column) "ibuf-macs" "\
@@ -12877,7 +13042,7 @@ bound to the current value of the filter.
12877;;;*** 13042;;;***
12878 13043
12879;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 13044;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
12880;;;;;; "ibuffer" "ibuffer.el" (16908 33360)) 13045;;;;;; "ibuffer" "ibuffer.el" (17087 12566))
12881;;; Generated autoloads from ibuffer.el 13046;;; Generated autoloads from ibuffer.el
12882 13047
12883(autoload (quote ibuffer-list-buffers) "ibuffer" "\ 13048(autoload (quote ibuffer-list-buffers) "ibuffer" "\
@@ -12918,7 +13083,7 @@ locally in this buffer.
12918 13083
12919;;;### (autoloads (icalendar-import-buffer icalendar-import-file 13084;;;### (autoloads (icalendar-import-buffer icalendar-import-file
12920;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 13085;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
12921;;;;;; "calendar/icalendar.el" (16939 44105)) 13086;;;;;; "calendar/icalendar.el" (17087 12567))
12922;;; Generated autoloads from calendar/icalendar.el 13087;;; Generated autoloads from calendar/icalendar.el
12923 13088
12924(autoload (quote icalendar-export-file) "icalendar" "\ 13089(autoload (quote icalendar-export-file) "icalendar" "\
@@ -12970,8 +13135,8 @@ buffer `*icalendar-errors*'.
12970 13135
12971;;;*** 13136;;;***
12972 13137
12973;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (16960 13138;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (17087
12974;;;;;; 18194)) 13139;;;;;; 12524))
12975;;; Generated autoloads from icomplete.el 13140;;; Generated autoloads from icomplete.el
12976 13141
12977(defvar icomplete-mode nil "\ 13142(defvar icomplete-mode nil "\
@@ -12990,7 +13155,7 @@ With a numeric argument, turn Icomplete mode on iff ARG is positive.
12990 13155
12991;;;*** 13156;;;***
12992 13157
12993;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (16858 50936)) 13158;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (17087 12566))
12994;;; Generated autoloads from progmodes/icon.el 13159;;; Generated autoloads from progmodes/icon.el
12995 13160
12996(autoload (quote icon-mode) "icon" "\ 13161(autoload (quote icon-mode) "icon" "\
@@ -13031,7 +13196,7 @@ with no args, if that value is non-nil.
13031;;;*** 13196;;;***
13032 13197
13033;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 13198;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
13034;;;;;; (16830 50350)) 13199;;;;;; (17087 12570))
13035;;; Generated autoloads from progmodes/idlw-shell.el 13200;;; Generated autoloads from progmodes/idlw-shell.el
13036 13201
13037(autoload (quote idlwave-shell) "idlw-shell" "\ 13202(autoload (quote idlwave-shell) "idlw-shell" "\
@@ -13057,7 +13222,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
13057;;;*** 13222;;;***
13058 13223
13059;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 13224;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
13060;;;;;; (16958 58759)) 13225;;;;;; (17087 12575))
13061;;; Generated autoloads from progmodes/idlwave.el 13226;;; Generated autoloads from progmodes/idlwave.el
13062 13227
13063(autoload (quote idlwave-mode) "idlwave" "\ 13228(autoload (quote idlwave-mode) "idlwave" "\
@@ -13141,7 +13306,7 @@ The main features of this mode are
13141 \\i IF statement template 13306 \\i IF statement template
13142 \\elif IF-ELSE statement template 13307 \\elif IF-ELSE statement template
13143 \\b BEGIN 13308 \\b BEGIN
13144 13309
13145 For a full list, use \\[idlwave-list-abbrevs]. Some templates also 13310 For a full list, use \\[idlwave-list-abbrevs]. Some templates also
13146 have direct keybindings - see the list of keybindings below. 13311 have direct keybindings - see the list of keybindings below.
13147 13312
@@ -13193,13 +13358,13 @@ The main features of this mode are
13193;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 13358;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
13194;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 13359;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
13195;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 13360;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
13196;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (16916 13361;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (17087
13197;;;;;; 30957)) 13362;;;;;; 12574))
13198;;; Generated autoloads from ido.el 13363;;; Generated autoloads from ido.el
13199 13364
13200(defvar ido-mode nil "\ 13365(defvar ido-mode nil "\
13201Determines for which functional group (buffer and files) ido behavior 13366Determines for which functional group (buffer and files) ido behavior
13202should be enabled. The following values are possible: 13367should be enabled. The following values are possible:
13203- `buffer': Turn only on ido buffer behavior (switching, killing, 13368- `buffer': Turn only on ido buffer behavior (switching, killing,
13204 displaying...) 13369 displaying...)
13205- `file': Turn only on ido file behavior (finding, writing, inserting...) 13370- `file': Turn only on ido file behavior (finding, writing, inserting...)
@@ -13231,9 +13396,9 @@ in another frame.
13231 13396
13232As you type in a string, all of the buffers matching the string are 13397As you type in a string, all of the buffers matching the string are
13233displayed if substring-matching is used (default). Look at 13398displayed if substring-matching is used (default). Look at
13234`ido-enable-prefix' and `ido-toggle-prefix'. When you have found the 13399`ido-enable-prefix' and `ido-toggle-prefix'. When you have found the
13235buffer you want, it can then be selected. As you type, most keys have their 13400buffer you want, it can then be selected. As you type, most keys have
13236normal keybindings, except for the following: \\<ido-mode-map> 13401their normal keybindings, except for the following: \\<ido-mode-map>
13237 13402
13238RET Select the buffer at the front of the list of matches. If the 13403RET Select the buffer at the front of the list of matches. If the
13239list is empty, possibly prompt to create new buffer. 13404list is empty, possibly prompt to create new buffer.
@@ -13305,11 +13470,11 @@ The file is displayed according to `ido-default-file-method' -- the
13305default is to show it in the same window, unless it is already 13470default is to show it in the same window, unless it is already
13306visible in another frame. 13471visible in another frame.
13307 13472
13308The file name is selected interactively by typing a substring. As you type 13473The file name is selected interactively by typing a substring. As you
13309in a string, all of the filenames matching the string are displayed if 13474type in a string, all of the filenames matching the string are displayed
13310substring-matching is used (default). Look at `ido-enable-prefix' and 13475if substring-matching is used (default). Look at `ido-enable-prefix' and
13311`ido-toggle-prefix'. When you have found the filename you want, it can 13476`ido-toggle-prefix'. When you have found the filename you want, it can
13312then be selected. As you type, most keys have their normal keybindings, 13477then be selected. As you type, most keys have their normal keybindings,
13313except for the following: \\<ido-mode-map> 13478except for the following: \\<ido-mode-map>
13314 13479
13315RET Select the file at the front of the list of matches. If the 13480RET Select the file at the front of the list of matches. If the
@@ -13417,7 +13582,7 @@ Ido replacement for the built-in `read-buffer'.
13417Return the name of a buffer selected. 13582Return the name of a buffer selected.
13418PROMPT is the prompt to give to the user. DEFAULT if given is the default 13583PROMPT is the prompt to give to the user. DEFAULT if given is the default
13419buffer to be selected, which will go to the front of the list. 13584buffer to be selected, which will go to the front of the list.
13420If REQUIRE-MATCH is non-nil, an existing-buffer must be selected. 13585If REQUIRE-MATCH is non-nil, an existing buffer must be selected.
13421 13586
13422\(fn PROMPT &optional DEFAULT REQUIRE-MATCH)" nil nil) 13587\(fn PROMPT &optional DEFAULT REQUIRE-MATCH)" nil nil)
13423 13588
@@ -13455,7 +13620,7 @@ DEF, if non-nil, is the default value.
13455 13620
13456;;;*** 13621;;;***
13457 13622
13458;;;### (autoloads (ielm) "ielm" "ielm.el" (16908 33360)) 13623;;;### (autoloads (ielm) "ielm" "ielm.el" (17087 12570))
13459;;; Generated autoloads from ielm.el 13624;;; Generated autoloads from ielm.el
13460 (add-hook 'same-window-buffer-names "*ielm*") 13625 (add-hook 'same-window-buffer-names "*ielm*")
13461 13626
@@ -13468,7 +13633,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
13468;;;*** 13633;;;***
13469 13634
13470;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" 13635;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el"
13471;;;;;; (16619 14967)) 13636;;;;;; (17087 12528))
13472;;; Generated autoloads from iimage.el 13637;;; Generated autoloads from iimage.el
13473 13638
13474(autoload (quote turn-on-iimage-mode) "iimage" "\ 13639(autoload (quote turn-on-iimage-mode) "iimage" "\
@@ -13486,22 +13651,9 @@ Toggle inline image minor mode.
13486;;;### (autoloads (defimage find-image remove-images insert-sliced-image 13651;;;### (autoloads (defimage find-image remove-images insert-sliced-image
13487;;;;;; insert-image put-image create-image image-type-available-p 13652;;;;;; insert-image put-image create-image image-type-available-p
13488;;;;;; image-type-from-file-header image-type-from-data) "image" 13653;;;;;; image-type-from-file-header image-type-from-data) "image"
13489;;;;;; "image.el" (16954 46150)) 13654;;;;;; "image.el" (17087 12566))
13490;;; Generated autoloads from image.el 13655;;; Generated autoloads from image.el
13491 13656
13492(defvar image-library-alist nil "\
13493Alist of image types vs external libraries needed to display them.
13494
13495Each element is a list (IMAGE-TYPE LIBRARY...), where the car is a symbol
13496representing a supported image type, and the rest are strings giving
13497alternate filenames for the corresponding external libraries.
13498
13499Emacs tries to load the libraries in the order they appear on the
13500list; if none is loaded, the running session of Emacs won't
13501support the image type. Types 'pbm and 'xbm don't need to be
13502listed; they're always supported.")
13503 (put 'image-library-alist 'risky-local-variable t)
13504
13505(autoload (quote image-type-from-data) "image" "\ 13657(autoload (quote image-type-from-data) "image" "\
13506Determine the image type from image data DATA. 13658Determine the image type from image data DATA.
13507Value is a symbol specifying the image type or nil if type cannot 13659Value is a symbol specifying the image type or nil if type cannot
@@ -13517,7 +13669,7 @@ be determined.
13517\(fn FILE)" nil nil) 13669\(fn FILE)" nil nil)
13518 13670
13519(autoload (quote image-type-available-p) "image" "\ 13671(autoload (quote image-type-available-p) "image" "\
13520Value is non-nil if image type TYPE is available. 13672Return non-nil if image type TYPE is available.
13521Image types are symbols like `xbm' or `jpeg'. 13673Image types are symbols like `xbm' or `jpeg'.
13522 13674
13523\(fn TYPE)" nil nil) 13675\(fn TYPE)" nil nil)
@@ -13632,7 +13784,7 @@ Example:
13632 13784
13633;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 13785;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
13634;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 13786;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
13635;;;;;; "image-file.el" (16942 52930)) 13787;;;;;; "image-file.el" (17087 12504))
13636;;; Generated autoloads from image-file.el 13788;;; Generated autoloads from image-file.el
13637 13789
13638(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ 13790(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\
@@ -13692,21 +13844,15 @@ Image files are those whose name has an extension in
13692 13844
13693;;;*** 13845;;;***
13694 13846
13695;;;### (autoloads (image-mode) "image-mode" "image-mode.el" (16960 13847;;;### (autoloads (image-mode-maybe image-minor-mode image-mode)
13696;;;;;; 18194)) 13848;;;;;; "image-mode" "image-mode.el" (17087 12524))
13697;;; Generated autoloads from image-mode.el 13849;;; Generated autoloads from image-mode.el
13698 (push '("\\.jpg\\'" . image-mode) auto-mode-alist) 13850 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist)
13699 (push '("\\.jpeg\\'" . image-mode) auto-mode-alist) 13851 (push '("\\.png\\'" . image-mode) auto-mode-alist)
13700 (push '("\\.gif\\'" . image-mode) auto-mode-alist) 13852 (push '("\\.gif\\'" . image-mode) auto-mode-alist)
13701 (push '("\\.png\\'" . image-mode) auto-mode-alist) 13853 (push '("\\.tiff?\\'" . image-mode) auto-mode-alist)
13702 (push '("\\.tiff\\'" . image-mode) auto-mode-alist) 13854 (push '("\\.p[bpgn]m\\'" . image-mode) auto-mode-alist)
13703 (push '("\\.tif\\'" . image-mode) auto-mode-alist) 13855 (push '("\\.x[bp]m\\'" . image-mode-maybe) auto-mode-alist)
13704 (push '("\\.xbm\\'" . image-mode) auto-mode-alist)
13705 (push '("\\.xpm\\'" . image-mode) auto-mode-alist)
13706 (push '("\\.pbm\\'" . image-mode) auto-mode-alist)
13707 (push '("\\.pgm\\'" . image-mode) auto-mode-alist)
13708 (push '("\\.ppm\\'" . image-mode) auto-mode-alist)
13709 (push '("\\.pnm\\'" . image-mode) auto-mode-alist)
13710 13856
13711(autoload (quote image-mode) "image-mode" "\ 13857(autoload (quote image-mode) "image-mode" "\
13712Major mode for image files. 13858Major mode for image files.
@@ -13715,10 +13861,29 @@ to toggle between display as an image and display as text.
13715 13861
13716\(fn)" t nil) 13862\(fn)" t nil)
13717 13863
13864(autoload (quote image-minor-mode) "image-mode" "\
13865Toggle Image minor mode.
13866With arg, turn Image minor mode on if arg is positive, off otherwise.
13867See the command `image-mode' for more information on this mode.
13868
13869\(fn &optional ARG)" t nil)
13870
13871(autoload (quote image-mode-maybe) "image-mode" "\
13872Set major or minor mode for image files.
13873Set Image major mode only when there are no other major modes
13874associated with a filename in `auto-mode-alist'. When an image
13875filename matches another major mode in `auto-mode-alist' then
13876set that major mode and Image minor mode.
13877
13878See commands `image-mode' and `image-minor-mode' for more
13879information on these modes.
13880
13881\(fn)" t nil)
13882
13718;;;*** 13883;;;***
13719 13884
13720;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 13885;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
13721;;;;;; imenu-sort-function) "imenu" "imenu.el" (16908 33360)) 13886;;;;;; imenu-sort-function) "imenu" "imenu.el" (17087 12566))
13722;;; Generated autoloads from imenu.el 13887;;; Generated autoloads from imenu.el
13723 13888
13724(defvar imenu-sort-function nil "\ 13889(defvar imenu-sort-function nil "\
@@ -13741,32 +13906,9 @@ element should come before the second. The arguments are cons cells;
13741(defvar imenu-generic-expression nil "\ 13906(defvar imenu-generic-expression nil "\
13742The regex pattern to use for creating a buffer index. 13907The regex pattern to use for creating a buffer index.
13743 13908
13744If non-nil this pattern is passed to `imenu--generic-function' 13909If non-nil this pattern is passed to `imenu--generic-function' to
13745to create a buffer index. 13910create a buffer index. Look there for the documentation of this
13746 13911pattern's structure.
13747The value should be an alist with elements that look like this:
13748 (MENU-TITLE REGEXP INDEX)
13749or like this:
13750 (MENU-TITLE REGEXP INDEX FUNCTION ARGUMENTS...)
13751with zero or more ARGUMENTS. The former format creates a simple element in
13752the index alist when it matches; the latter creates a special element
13753of the form (NAME POSITION-MARKER FUNCTION ARGUMENTS...)
13754with FUNCTION and ARGUMENTS copied from `imenu-generic-expression'.
13755
13756MENU-TITLE is a string used as the title for the submenu or nil if the
13757entries are not nested.
13758
13759REGEXP is a regexp that should match a construct in the buffer that is
13760to be displayed in the menu; i.e., function or variable definitions,
13761etc. It contains a substring which is the name to appear in the
13762menu. See the info section on Regexps for more information.
13763
13764INDEX points to the substring in REGEXP that contains the name (of the
13765function, variable or type) that is to appear in the menu.
13766
13767The variable `imenu-case-fold-search' determines whether or not the
13768regexp matches are case sensitive, and `imenu-syntax-alist' can be
13769used to alter the syntax table for the search.
13770 13912
13771For example, see the value of `fortran-imenu-generic-expression' used by 13913For example, see the value of `fortran-imenu-generic-expression' used by
13772`fortran-mode' with `imenu-syntax-alist' set locally to give the 13914`fortran-mode' with `imenu-syntax-alist' set locally to give the
@@ -13861,11 +14003,11 @@ for more information.
13861 14003
13862;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion 14004;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion
13863;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 14005;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
13864;;;;;; "ind-util" "language/ind-util.el" (16303 21394)) 14006;;;;;; "ind-util" "language/ind-util.el" (17087 12380))
13865;;; Generated autoloads from language/ind-util.el 14007;;; Generated autoloads from language/ind-util.el
13866 14008
13867(autoload (quote indian-compose-region) "ind-util" "\ 14009(autoload (quote indian-compose-region) "ind-util" "\
13868Compose the region according to `composition-function-table'. 14010Compose the region according to `composition-function-table'.
13869 14011
13870\(fn FROM TO)" t nil) 14012\(fn FROM TO)" t nil)
13871 14013
@@ -13902,8 +14044,9 @@ See also the function `indian-glyph-char'.
13902 14044
13903;;;*** 14045;;;***
13904 14046
13905;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" 14047;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
13906;;;;;; (16213 43282)) 14048;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
14049;;;;;; "progmodes/inf-lisp.el" (17087 12575))
13907;;; Generated autoloads from progmodes/inf-lisp.el 14050;;; Generated autoloads from progmodes/inf-lisp.el
13908 14051
13909(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ 14052(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\
@@ -13912,8 +14055,12 @@ Input matching this regexp is not saved on the input history in Inferior Lisp
13912mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword 14055mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword
13913\(as in :a, :c, etc.)") 14056\(as in :a, :c, etc.)")
13914 14057
14058(custom-autoload (quote inferior-lisp-filter-regexp) "inf-lisp")
14059
13915(defvar inferior-lisp-program "lisp" "\ 14060(defvar inferior-lisp-program "lisp" "\
13916*Program name for invoking an inferior Lisp with for Inferior Lisp mode.") 14061*Program name for invoking an inferior Lisp in Inferior Lisp mode.")
14062
14063(custom-autoload (quote inferior-lisp-program) "inf-lisp")
13917 14064
13918(defvar inferior-lisp-load-command "(load \"%s\")\n" "\ 14065(defvar inferior-lisp-load-command "(load \"%s\")\n" "\
13919*Format-string for building a Lisp expression to load a file. 14066*Format-string for building a Lisp expression to load a file.
@@ -13924,21 +14071,25 @@ The string \"(progn (load \\\"%s\\\" :verbose nil :print t) (values))\\n\"
13924produces cosmetically superior output for this application, 14071produces cosmetically superior output for this application,
13925but it works only in Common Lisp.") 14072but it works only in Common Lisp.")
13926 14073
14074(custom-autoload (quote inferior-lisp-load-command) "inf-lisp")
14075
13927(defvar inferior-lisp-prompt "^[^> \n]*>+:? *" "\ 14076(defvar inferior-lisp-prompt "^[^> \n]*>+:? *" "\
13928Regexp to recognise prompts in the Inferior Lisp mode. 14077Regexp to recognize prompts in the Inferior Lisp mode.
13929Defaults to \"^[^> \\n]*>+:? *\", which works pretty good for Lucid, kcl, 14078Defaults to \"^[^> \\n]*>+:? *\", which works pretty good for Lucid, kcl,
13930and franz. This variable is used to initialize `comint-prompt-regexp' in the 14079and franz. This variable is used to initialize `comint-prompt-regexp' in the
13931Inferior Lisp buffer. 14080Inferior Lisp buffer.
13932 14081
13933This variable is only used if the variable 14082This variable is only used if the variable
13934`comint-use-prompt-regexp-instead-of-fields' is non-nil. 14083`comint-use-prompt-regexp' is non-nil.
13935 14084
13936More precise choices: 14085More precise choices:
13937Lucid Common Lisp: \"^\\\\(>\\\\|\\\\(->\\\\)+\\\\) *\" 14086Lucid Common Lisp: \"^\\\\(>\\\\|\\\\(->\\\\)+\\\\) *\"
13938franz: \"^\\\\(->\\\\|<[0-9]*>:\\\\) *\" 14087franz: \"^\\\\(->\\\\|<[0-9]*>:\\\\) *\"
13939kcl: \"^>+ *\" 14088kcl: \"^>+ *\"
13940 14089
13941This is a fine thing to set in your .emacs file.") 14090This is a fine thing to set in your .emacs file or through Custom.")
14091
14092(custom-autoload (quote inferior-lisp-prompt) "inf-lisp")
13942 14093
13943(defvar inferior-lisp-mode-hook (quote nil) "\ 14094(defvar inferior-lisp-mode-hook (quote nil) "\
13944*Hook for customising Inferior Lisp mode.") 14095*Hook for customising Inferior Lisp mode.")
@@ -13961,9 +14112,8 @@ of `inferior-lisp-program'). Runs the hooks from
13961 14112
13962;;;### (autoloads (Info-restore-desktop-buffer Info-speedbar-browser 14113;;;### (autoloads (Info-restore-desktop-buffer Info-speedbar-browser
13963;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node 14114;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node
13964;;;;;; info-apropos Info-index Info-directory Info-goto-node info-standalone 14115;;;;;; info-apropos Info-index Info-directory info-standalone info-emacs-manual
13965;;;;;; info-emacs-manual info info-other-window) "info" "info.el" 14116;;;;;; info info-other-window) "info" "info.el" (17087 12574))
13966;;;;;; (16953 20624))
13967;;; Generated autoloads from info.el 14117;;; Generated autoloads from info.el
13968 14118
13969(autoload (quote info-other-window) "info" "\ 14119(autoload (quote info-other-window) "info" "\
@@ -14007,18 +14157,6 @@ In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself.
14007 14157
14008\(fn)" nil nil) 14158\(fn)" nil nil)
14009 14159
14010(autoload (quote Info-goto-node) "info" "\
14011Go to info node named NODENAME. Give just NODENAME or (FILENAME)NODENAME.
14012If NODENAME is of the form (FILENAME)NODENAME, the node is in the Info file
14013FILENAME; otherwise, NODENAME should be in the current Info file (or one of
14014its sub-files).
14015Completion is available, but only for node names in the current Info file.
14016If FORK is non-nil (interactively with a prefix arg), show the node in
14017a new info buffer.
14018If FORK is a string, it is the name to use for the new buffer.
14019
14020\(fn NODENAME &optional FORK)" t nil)
14021
14022(autoload (quote Info-directory) "info" "\ 14160(autoload (quote Info-directory) "info" "\
14023Go to the Info directory node. 14161Go to the Info directory node.
14024 14162
@@ -14075,7 +14213,7 @@ Restore an info buffer specified in a desktop file.
14075 14213
14076;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 14214;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
14077;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 14215;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
14078;;;;;; (16875 35928)) 14216;;;;;; (17087 12453))
14079;;; Generated autoloads from info-look.el 14217;;; Generated autoloads from info-look.el
14080 14218
14081(autoload (quote info-lookup-reset) "info-look" "\ 14219(autoload (quote info-lookup-reset) "info-look" "\
@@ -14123,7 +14261,7 @@ Perform completion on file preceding point.
14123;;;*** 14261;;;***
14124 14262
14125;;;### (autoloads (info-xref-check-all-custom info-xref-check-all 14263;;;### (autoloads (info-xref-check-all-custom info-xref-check-all
14126;;;;;; info-xref-check) "info-xref" "info-xref.el" (16484 6598)) 14264;;;;;; info-xref-check) "info-xref" "info-xref.el" (17087 12380))
14127;;; Generated autoloads from info-xref.el 14265;;; Generated autoloads from info-xref.el
14128 14266
14129(autoload (quote info-xref-check) "info-xref" "\ 14267(autoload (quote info-xref-check) "info-xref" "\
@@ -14150,7 +14288,7 @@ quite a while.
14150;;;*** 14288;;;***
14151 14289
14152;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) 14290;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)
14153;;;;;; "informat" "informat.el" (16213 43269)) 14291;;;;;; "informat" "informat.el" (17087 12380))
14154;;; Generated autoloads from informat.el 14292;;; Generated autoloads from informat.el
14155 14293
14156(autoload (quote Info-tagify) "informat" "\ 14294(autoload (quote Info-tagify) "informat" "\
@@ -14191,7 +14329,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
14191 14329
14192;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 14330;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
14193;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 14331;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
14194;;;;;; (16829 43426)) 14332;;;;;; (17087 12558))
14195;;; Generated autoloads from international/isearch-x.el 14333;;; Generated autoloads from international/isearch-x.el
14196 14334
14197(autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ 14335(autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\
@@ -14211,8 +14349,8 @@ Not documented
14211 14349
14212;;;*** 14350;;;***
14213 14351
14214;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (16541 14352;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (17087
14215;;;;;; 47351)) 14353;;;;;; 12570))
14216;;; Generated autoloads from isearchb.el 14354;;; Generated autoloads from isearchb.el
14217 14355
14218(autoload (quote isearchb-activate) "isearchb" "\ 14356(autoload (quote isearchb-activate) "isearchb" "\
@@ -14225,9 +14363,9 @@ accessed via isearchb.
14225 14363
14226;;;*** 14364;;;***
14227 14365
14228;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" 14366;;;### (autoloads (iso-accents-mode) "iso-acc" "obsolete/iso-acc.el"
14229;;;;;; (16927 496)) 14367;;;;;; (17087 12588))
14230;;; Generated autoloads from international/iso-acc.el 14368;;; Generated autoloads from obsolete/iso-acc.el
14231 14369
14232(autoload (quote iso-accents-mode) "iso-acc" "\ 14370(autoload (quote iso-accents-mode) "iso-acc" "\
14233Toggle ISO Accents mode, in which accents modify the following letter. 14371Toggle ISO Accents mode, in which accents modify the following letter.
@@ -14259,7 +14397,7 @@ and a negative argument disables it.
14259;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 14397;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
14260;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 14398;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
14261;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 14399;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
14262;;;;;; "international/iso-cvt.el" (16795 7139)) 14400;;;;;; "international/iso-cvt.el" (17087 12570))
14263;;; Generated autoloads from international/iso-cvt.el 14401;;; Generated autoloads from international/iso-cvt.el
14264 14402
14265(autoload (quote iso-spanish) "iso-cvt" "\ 14403(autoload (quote iso-spanish) "iso-cvt" "\
@@ -14343,10 +14481,10 @@ Add submenus to the File menu, to convert to and from various formats.
14343;;;*** 14481;;;***
14344 14482
14345;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 14483;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
14346;;;;;; (16213 43274)) 14484;;;;;; (17087 12588))
14347;;; Generated autoloads from international/iso-transl.el 14485;;; Generated autoloads from international/iso-transl.el
14348 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 14486 (or global-key-translation-map (setq global-key-translation-map (make-sparse-keymap)))
14349 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 14487 (define-key global-key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
14350 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap) 14488 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap)
14351 14489
14352;;;*** 14490;;;***
@@ -14356,7 +14494,7 @@ Add submenus to the File menu, to convert to and from various formats.
14356;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 14494;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
14357;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist 14495;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist
14358;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" 14496;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
14359;;;;;; (16954 46151)) 14497;;;;;; (17087 12570))
14360;;; Generated autoloads from textmodes/ispell.el 14498;;; Generated autoloads from textmodes/ispell.el
14361 14499
14362(defvar ispell-personal-dictionary nil "\ 14500(defvar ispell-personal-dictionary nil "\
@@ -14386,7 +14524,7 @@ re-start emacs.")
14386 14524
14387(setq ispell-dictionary-alist-5 (quote (("norsk" "[A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[^A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[\"]" nil nil "~list" iso-8859-1) ("norsk7-tex" "[A-Za-z{}\\'^`]" "[^A-Za-z{}\\'^`]" "[\"]" nil ("-d" "norsk") "~plaintex" iso-8859-1) ("polish" "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "" nil nil nil iso-8859-2) ("portugues" "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[']" t ("-C") "~latin1" iso-8859-1)))) 14525(setq ispell-dictionary-alist-5 (quote (("norsk" "[A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[^A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[\"]" nil nil "~list" iso-8859-1) ("norsk7-tex" "[A-Za-z{}\\'^`]" "[^A-Za-z{}\\'^`]" "[\"]" nil ("-d" "norsk") "~plaintex" iso-8859-1) ("polish" "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "" nil nil nil iso-8859-2) ("portugues" "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[']" t ("-C") "~latin1" iso-8859-1))))
14388 14526
14389(setq ispell-dictionary-alist-6 (quote (("russian" "[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "[^\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "" nil nil nil koi8-r) ("russianw" "[\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]" "[^\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]" "" nil nil nil windows-1251) ("slovak" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B") nil iso-8859-2) ("svenska" "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[']" nil ("-C") "~list" iso-8859-1)))) 14527(setq ispell-dictionary-alist-6 (quote (("russian" "[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "[^\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "" nil nil nil koi8-r) ("russianw" "[\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]" "[^\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]" "" nil nil nil windows-1251) ("slovak" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B") nil iso-8859-2) ("slovenian" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B" "-d" "slovenian") nil iso-8859-2) ("svenska" "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[']" nil ("-C") "~list" iso-8859-1))))
14390 14528
14391(defvar ispell-dictionary-alist (append ispell-dictionary-alist-1 ispell-dictionary-alist-2 ispell-dictionary-alist-3 ispell-dictionary-alist-4 ispell-dictionary-alist-5 ispell-dictionary-alist-6) "\ 14529(defvar ispell-dictionary-alist (append ispell-dictionary-alist-1 ispell-dictionary-alist-2 ispell-dictionary-alist-3 ispell-dictionary-alist-4 ispell-dictionary-alist-5 ispell-dictionary-alist-6) "\
14392An alist of dictionaries and their associated parameters. 14530An alist of dictionaries and their associated parameters.
@@ -14454,7 +14592,7 @@ and added as a submenu of the \"Edit\" menu.")
14454 14592
14455(if ispell-menu-map-needed (let ((dicts (if (fboundp (quote ispell-valid-dictionary-list)) (ispell-valid-dictionary-list) (mapcar (lambda (x) (or (car x) "default")) ispell-dictionary-alist))) (dict-map (make-sparse-keymap "Dictionaries"))) (setq ispell-menu-map (make-sparse-keymap "Spell")) (if (not dicts) (define-key ispell-menu-map [default] (quote ("Select Default Dict" "Dictionary for which Ispell was configured" lambda nil (interactive) (ispell-change-dictionary "default"))))) (fset (quote ispell-dict-map) dict-map) (define-key ispell-menu-map [dictionaries] (\` (menu-item "Select Dict" ispell-dict-map))) (dolist (name dicts) (define-key dict-map (vector (intern name)) (cons (concat "Select " (capitalize name) " Dict") (\` (lambda nil (interactive) (ispell-change-dictionary (\, name))))))))) 14593(if ispell-menu-map-needed (let ((dicts (if (fboundp (quote ispell-valid-dictionary-list)) (ispell-valid-dictionary-list) (mapcar (lambda (x) (or (car x) "default")) ispell-dictionary-alist))) (dict-map (make-sparse-keymap "Dictionaries"))) (setq ispell-menu-map (make-sparse-keymap "Spell")) (if (not dicts) (define-key ispell-menu-map [default] (quote ("Select Default Dict" "Dictionary for which Ispell was configured" lambda nil (interactive) (ispell-change-dictionary "default"))))) (fset (quote ispell-dict-map) dict-map) (define-key ispell-menu-map [dictionaries] (\` (menu-item "Select Dict" ispell-dict-map))) (dolist (name dicts) (define-key dict-map (vector (intern name)) (cons (concat "Select " (capitalize name) " Dict") (\` (lambda nil (interactive) (ispell-change-dictionary (\, name)))))))))
14456 14594
14457(if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-change-dictionary] (quote (menu-item "Change Dictionary..." ispell-change-dictionary :help "Supply explicit dictionary file name"))) (define-key ispell-menu-map [ispell-kill-ispell] (quote (menu-item "Kill Process" ispell-kill-ispell :enable (and (boundp (quote ispell-process)) ispell-process (eq (ispell-process-status) (quote run))) :help "Terminate Ispell subprocess"))) (define-key ispell-menu-map [ispell-pdict-save] (quote (menu-item "Save Dictionary" (lambda nil (interactive) (ispell-pdict-save t t)) :help "Save personal dictionary"))) (define-key ispell-menu-map [ispell-customize] (quote (menu-item "Customize..." (lambda nil (interactive) (customize-group (quote ispell))) :help "Customize spell checking options"))) (define-key ispell-menu-map [ispell-help] (quote (menu-item "Help" (lambda nil (interactive) (describe-function (quote ispell-help))) :help "Show standard Ispell keybindings and commands"))) (define-key ispell-menu-map [flyspell-mode] (quote (menu-item "Automatic spell checking (Flyspell)" flyspell-mode :help "Check spelling while you edit the text" :button (:toggle . flyspell-mode)))) (define-key ispell-menu-map [ispell-complete-word] (quote (menu-item "Complete Word" ispell-complete-word :help "Complete word at cursor using dictionary"))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] (quote (menu-item "Complete Word Fragment" ispell-complete-word-interior-frag :help "Complete word fragment at cursor"))))) 14595(if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-change-dictionary] (quote (menu-item "Change Dictionary..." ispell-change-dictionary :help "Supply explicit dictionary file name"))) (define-key ispell-menu-map [ispell-kill-ispell] (quote (menu-item "Kill Process" ispell-kill-ispell :enable (and (boundp (quote ispell-process)) ispell-process (eq (ispell-process-status) (quote run))) :help "Terminate Ispell subprocess"))) (define-key ispell-menu-map [ispell-pdict-save] (quote (menu-item "Save Dictionary" (lambda nil (interactive) (ispell-pdict-save t t)) :help "Save personal dictionary"))) (define-key ispell-menu-map [ispell-customize] (quote (menu-item "Customize..." (lambda nil (interactive) (customize-group (quote ispell))) :help "Customize spell checking options"))) (define-key ispell-menu-map [ispell-help] (quote (menu-item "Help" (lambda nil (interactive) (describe-function (quote ispell-help))) :help "Show standard Ispell keybindings and commands"))) (define-key ispell-menu-map [flyspell-mode] (quote (menu-item "Automatic spell checking (Flyspell)" flyspell-mode :help "Check spelling while you edit the text" :button (:toggle bound-and-true-p flyspell-mode)))) (define-key ispell-menu-map [ispell-complete-word] (quote (menu-item "Complete Word" ispell-complete-word :help "Complete word at cursor using dictionary"))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] (quote (menu-item "Complete Word Fragment" ispell-complete-word-interior-frag :help "Complete word fragment at cursor")))))
14458 14596
14459(if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-continue] (quote (menu-item "Continue Spell-Checking" ispell-continue :enable (and (boundp (quote ispell-region-end)) (marker-position ispell-region-end) (equal (marker-buffer ispell-region-end) (current-buffer))) :help "Continue spell checking last region"))) (define-key ispell-menu-map [ispell-word] (quote (menu-item "Spell-Check Word" ispell-word :help "Spell-check word at cursor"))) (define-key ispell-menu-map [ispell-comments-and-strings] (quote (menu-item "Spell-Check Comments" ispell-comments-and-strings :help "Spell-check only comments and strings"))))) 14597(if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-continue] (quote (menu-item "Continue Spell-Checking" ispell-continue :enable (and (boundp (quote ispell-region-end)) (marker-position ispell-region-end) (equal (marker-buffer ispell-region-end) (current-buffer))) :help "Continue spell checking last region"))) (define-key ispell-menu-map [ispell-word] (quote (menu-item "Spell-Check Word" ispell-word :help "Spell-check word at cursor"))) (define-key ispell-menu-map [ispell-comments-and-strings] (quote (menu-item "Spell-Check Comments" ispell-comments-and-strings :help "Spell-check only comments and strings")))))
14460 14598
@@ -14644,8 +14782,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to
14644 14782
14645;;;*** 14783;;;***
14646 14784
14647;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (16681 14785;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (17087
14648;;;;;; 45592)) 14786;;;;;; 12570))
14649;;; Generated autoloads from iswitchb.el 14787;;; Generated autoloads from iswitchb.el
14650 14788
14651(defvar iswitchb-mode nil "\ 14789(defvar iswitchb-mode nil "\
@@ -14669,7 +14807,7 @@ This mode enables switching between buffers using substrings. See
14669;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 14807;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
14670;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 14808;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
14671;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 14809;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
14672;;;;;; "japan-util" "language/japan-util.el" (16213 43280)) 14810;;;;;; "japan-util" "language/japan-util.el" (17087 12562))
14673;;; Generated autoloads from language/japan-util.el 14811;;; Generated autoloads from language/japan-util.el
14674 14812
14675(autoload (quote setup-japanese-environment-internal) "japan-util" "\ 14813(autoload (quote setup-japanese-environment-internal) "japan-util" "\
@@ -14746,8 +14884,8 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
14746 14884
14747;;;*** 14885;;;***
14748 14886
14749;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (16939 14887;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (17087
14750;;;;;; 44104)) 14888;;;;;; 12567))
14751;;; Generated autoloads from jit-lock.el 14889;;; Generated autoloads from jit-lock.el
14752 14890
14753(autoload (quote jit-lock-register) "jit-lock" "\ 14891(autoload (quote jit-lock-register) "jit-lock" "\
@@ -14760,35 +14898,33 @@ If non-nil, CONTEXTUAL means that a contextual fontification would be useful.
14760 14898
14761;;;*** 14899;;;***
14762 14900
14763;;;### (autoloads (with-auto-compression-mode auto-compression-mode) 14901;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
14764;;;;;; "jka-compr" "jka-compr.el" (16960 18194)) 14902;;;;;; "jka-compr.el" (17087 12589))
14765;;; Generated autoloads from jka-compr.el 14903;;; Generated autoloads from jka-compr.el
14766 14904
14767(defvar auto-compression-mode nil "\ 14905(defvar jka-compr-inhibit nil "\
14768Non-nil if Auto-Compression mode is enabled. 14906Non-nil means inhibit automatic uncompression temporarily.
14769See the command `auto-compression-mode' for a description of this minor-mode. 14907Lisp programs can bind this to t to do that.
14770Setting this variable directly does not take effect; 14908It is not recommended to set this variable permanently to anything but nil.")
14771use either \\[customize] or the function `auto-compression-mode'.")
14772 14909
14773(custom-autoload (quote auto-compression-mode) "jka-compr") 14910(autoload (quote jka-compr-handler) "jka-compr" "\
14774 14911Not documented
14775(autoload (quote auto-compression-mode) "jka-compr" "\
14776Toggle automatic file compression and uncompression.
14777With prefix argument ARG, turn auto compression on if positive, else off.
14778Returns the new status of auto compression (non-nil means on).
14779 14912
14780\(fn &optional ARG)" t nil) 14913\(fn OPERATION &rest ARGS)" nil nil)
14781 14914
14782(autoload (quote with-auto-compression-mode) "jka-compr" "\ 14915(autoload (quote jka-compr-uninstall) "jka-compr" "\
14783Evalute BODY with automatic file compression and uncompression enabled. 14916Uninstall jka-compr.
14917This removes the entries in `file-name-handler-alist' and `auto-mode-alist'
14918and `inhibit-first-line-modes-suffixes' that were added
14919by `jka-compr-installed'.
14784 14920
14785\(fn &rest BODY)" nil (quote macro)) 14921\(fn)" nil nil)
14786 14922
14787;;;*** 14923;;;***
14788 14924
14789;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 14925;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
14790;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 14926;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
14791;;;;;; (16908 33361)) 14927;;;;;; (17087 12466))
14792;;; Generated autoloads from emulation/keypad.el 14928;;; Generated autoloads from emulation/keypad.el
14793 14929
14794(defvar keypad-setup nil "\ 14930(defvar keypad-setup nil "\
@@ -14844,7 +14980,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
14844;;;*** 14980;;;***
14845 14981
14846;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 14982;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
14847;;;;;; (16213 43274)) 14983;;;;;; (17087 12558))
14848;;; Generated autoloads from international/kinsoku.el 14984;;; Generated autoloads from international/kinsoku.el
14849 14985
14850(autoload (quote kinsoku) "kinsoku" "\ 14986(autoload (quote kinsoku) "kinsoku" "\
@@ -14865,8 +15001,8 @@ the context of text formatting.
14865 15001
14866;;;*** 15002;;;***
14867 15003
14868;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (16213 15004;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (17087
14869;;;;;; 43274)) 15005;;;;;; 12558))
14870;;; Generated autoloads from international/kkc.el 15006;;; Generated autoloads from international/kkc.el
14871 15007
14872(defvar kkc-after-update-conversion-functions nil "\ 15008(defvar kkc-after-update-conversion-functions nil "\
@@ -14891,7 +15027,7 @@ and the return value is the length of the conversion.
14891;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 15027;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
14892;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 15028;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
14893;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" 15029;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro"
14894;;;;;; "kmacro.el" (16908 33360)) 15030;;;;;; "kmacro.el" (17087 12570))
14895;;; Generated autoloads from kmacro.el 15031;;; Generated autoloads from kmacro.el
14896 (global-set-key "\C-x(" 'kmacro-start-macro) 15032 (global-set-key "\C-x(" 'kmacro-start-macro)
14897 (global-set-key "\C-x)" 'kmacro-end-macro) 15033 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -14945,7 +15081,7 @@ A prefix argument serves as a repeat count. Zero means repeat until error.
14945When you call the macro, you can call the macro again by repeating 15081When you call the macro, you can call the macro again by repeating
14946just the last key in the key sequence that you used to call this 15082just the last key in the key sequence that you used to call this
14947command. See `kmacro-call-repeat-key' and `kmacro-call-repeat-with-arg' 15083command. See `kmacro-call-repeat-key' and `kmacro-call-repeat-with-arg'
14948for details on how to adjust or disable this behaviour. 15084for details on how to adjust or disable this behavior.
14949 15085
14950To make a macro permanent so you can call it even after defining 15086To make a macro permanent so you can call it even after defining
14951others, use \\[kmacro-name-last-macro]. 15087others, use \\[kmacro-name-last-macro].
@@ -14998,7 +15134,7 @@ If kbd macro currently being defined end it before activating it.
14998 15134
14999;;;### (autoloads (kannada-post-read-conversion kannada-compose-string 15135;;;### (autoloads (kannada-post-read-conversion kannada-compose-string
15000;;;;;; kannada-compose-region) "knd-util" "language/knd-util.el" 15136;;;;;; kannada-compose-region) "knd-util" "language/knd-util.el"
15001;;;;;; (16303 15430)) 15137;;;;;; (17087 12380))
15002;;; Generated autoloads from language/knd-util.el 15138;;; Generated autoloads from language/knd-util.el
15003 15139
15004(defconst kannada-consonant "[\x51f75-\x51fb9]") 15140(defconst kannada-consonant "[\x51f75-\x51fb9]")
@@ -15021,7 +15157,7 @@ Not documented
15021;;;*** 15157;;;***
15022 15158
15023;;;### (autoloads (setup-korean-environment-internal) "korea-util" 15159;;;### (autoloads (setup-korean-environment-internal) "korea-util"
15024;;;;;; "language/korea-util.el" (16213 43280)) 15160;;;;;; "language/korea-util.el" (17087 12562))
15025;;; Generated autoloads from language/korea-util.el 15161;;; Generated autoloads from language/korea-util.el
15026 15162
15027(defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ 15163(defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\
@@ -15036,7 +15172,7 @@ Not documented
15036;;;*** 15172;;;***
15037 15173
15038;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 15174;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
15039;;;;;; (16478 51573)) 15175;;;;;; (17087 12566))
15040;;; Generated autoloads from play/landmark.el 15176;;; Generated autoloads from play/landmark.el
15041 15177
15042(defalias (quote landmark-repeat) (quote lm-test-run)) 15178(defalias (quote landmark-repeat) (quote lm-test-run))
@@ -15070,8 +15206,8 @@ Use \\[describe-mode] for more info.
15070 15206
15071;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion 15207;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion
15072;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao 15208;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao
15073;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (16213 15209;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (17087
15074;;;;;; 43280)) 15210;;;;;; 12562))
15075;;; Generated autoloads from language/lao-util.el 15211;;; Generated autoloads from language/lao-util.el
15076 15212
15077(autoload (quote lao-compose-string) "lao-util" "\ 15213(autoload (quote lao-compose-string) "lao-util" "\
@@ -15118,8 +15254,40 @@ Not documented
15118 15254
15119;;;*** 15255;;;***
15120 15256
15257;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
15258;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
15259;;;;;; "latexenc" "international/latexenc.el" (17087 12570))
15260;;; Generated autoloads from international/latexenc.el
15261
15262(defvar latex-inputenc-coding-alist (quote (("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\
15263Mapping from encoding names used by LaTeX's \"inputenc.sty\" to Emacs coding systems.
15264Used by the function `latexenc-find-file-coding-system'.")
15265
15266(custom-autoload (quote latex-inputenc-coding-alist) "latexenc")
15267
15268(autoload (quote latexenc-inputenc-to-coding-system) "latexenc" "\
15269Return the corresponding coding-system for the specified input encoding.
15270Return nil if no matching coding system can be found.
15271
15272\(fn INPUTENC)" nil nil)
15273
15274(autoload (quote latexenc-coding-system-to-inputenc) "latexenc" "\
15275Return the corresponding input encoding for the specified coding system.
15276Return nil if no matching input encoding can be found.
15277
15278\(fn CS)" nil nil)
15279
15280(autoload (quote latexenc-find-file-coding-system) "latexenc" "\
15281Determine the coding system of a LaTeX file if it uses \"inputenc.sty\".
15282The mapping from LaTeX's \"inputenc.sty\" encoding names to Emacs
15283coding system names is determined from `latex-inputenc-coding-alist'.
15284
15285\(fn ARG-LIST)" nil nil)
15286
15287;;;***
15288
15121;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 15289;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
15122;;;;;; "latin1-disp" "international/latin1-disp.el" (16908 33362)) 15290;;;;;; "latin1-disp" "international/latin1-disp.el" (17087 12558))
15123;;; Generated autoloads from international/latin1-disp.el 15291;;; Generated autoloads from international/latin1-disp.el
15124 15292
15125(defvar latin1-display nil "\ 15293(defvar latin1-display nil "\
@@ -15163,8 +15331,8 @@ use either \\[customize] or the function `latin1-display'.")
15163;;;*** 15331;;;***
15164 15332
15165;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" 15333;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock"
15166;;;;;; "lazy-lock.el" (16213 43269)) 15334;;;;;; "obsolete/lazy-lock.el" (17087 12570))
15167;;; Generated autoloads from lazy-lock.el 15335;;; Generated autoloads from obsolete/lazy-lock.el
15168 15336
15169(autoload (quote lazy-lock-mode) "lazy-lock" "\ 15337(autoload (quote lazy-lock-mode) "lazy-lock" "\
15170Toggle Lazy Lock mode. 15338Toggle Lazy Lock mode.
@@ -15210,7 +15378,7 @@ When Lazy Lock mode is enabled, fontification can be lazy in a number of ways:
15210 been idle for `lazy-lock-stealth-time' seconds, while Emacs remains idle. 15378 been idle for `lazy-lock-stealth-time' seconds, while Emacs remains idle.
15211 This is useful if any buffer has any deferred fontification. 15379 This is useful if any buffer has any deferred fontification.
15212 15380
15213Basic Font Lock mode on-the-fly fontification behaviour fontifies modified 15381Basic Font Lock mode on-the-fly fontification behavior fontifies modified
15214lines only. Thus, if `lazy-lock-defer-contextually' is non-nil, Lazy Lock mode 15382lines only. Thus, if `lazy-lock-defer-contextually' is non-nil, Lazy Lock mode
15215on-the-fly fontification may fontify differently, albeit correctly. In any 15383on-the-fly fontification may fontify differently, albeit correctly. In any
15216event, to refontify some lines you can use \\[font-lock-fontify-block]. 15384event, to refontify some lines you can use \\[font-lock-fontify-block].
@@ -15231,7 +15399,7 @@ Unconditionally turn on Lazy Lock mode.
15231;;;*** 15399;;;***
15232 15400
15233;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 15401;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
15234;;;;;; (16239 25259)) 15402;;;;;; (17087 12570))
15235;;; Generated autoloads from progmodes/ld-script.el 15403;;; Generated autoloads from progmodes/ld-script.el
15236 15404
15237(add-to-list (quote auto-mode-alist) (quote ("\\.lds" . ld-script-mode))) 15405(add-to-list (quote auto-mode-alist) (quote ("\\.lds" . ld-script-mode)))
@@ -15244,7 +15412,7 @@ A major mode to edit GNU ld script files
15244;;;*** 15412;;;***
15245 15413
15246;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 15414;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
15247;;;;;; (16213 43269)) 15415;;;;;; (17087 12570))
15248;;; Generated autoloads from ledit.el 15416;;; Generated autoloads from ledit.el
15249 15417
15250(defconst ledit-save-files t "\ 15418(defconst ledit-save-files t "\
@@ -15278,7 +15446,7 @@ Not documented
15278 15446
15279;;;*** 15447;;;***
15280 15448
15281;;;### (autoloads (life) "life" "play/life.el" (16793 54110)) 15449;;;### (autoloads (life) "life" "play/life.el" (17087 12558))
15282;;; Generated autoloads from play/life.el 15450;;; Generated autoloads from play/life.el
15283 15451
15284(autoload (quote life) "life" "\ 15452(autoload (quote life) "life" "\
@@ -15291,8 +15459,8 @@ generations (this defaults to 1).
15291 15459
15292;;;*** 15460;;;***
15293 15461
15294;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (16858 15462;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (17087
15295;;;;;; 50917)) 15463;;;;;; 12537))
15296;;; Generated autoloads from loadhist.el 15464;;; Generated autoloads from loadhist.el
15297 15465
15298(autoload (quote unload-feature) "loadhist" "\ 15466(autoload (quote unload-feature) "loadhist" "\
@@ -15315,7 +15483,7 @@ such as redefining an Emacs function.
15315;;;*** 15483;;;***
15316 15484
15317;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 15485;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
15318;;;;;; "locate" "locate.el" (16908 33360)) 15486;;;;;; "locate" "locate.el" (17087 12566))
15319;;; Generated autoloads from locate.el 15487;;; Generated autoloads from locate.el
15320 15488
15321(defvar locate-ls-subdir-switches "-al" "\ 15489(defvar locate-ls-subdir-switches "-al" "\
@@ -15340,7 +15508,7 @@ shown; this is often useful to constrain a big search.
15340 15508
15341;;;*** 15509;;;***
15342 15510
15343;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (16908 33360)) 15511;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (17087 12570))
15344;;; Generated autoloads from log-edit.el 15512;;; Generated autoloads from log-edit.el
15345 15513
15346(autoload (quote log-edit) "log-edit" "\ 15514(autoload (quote log-edit) "log-edit" "\
@@ -15361,8 +15529,8 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
15361 15529
15362;;;*** 15530;;;***
15363 15531
15364;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (16923 15532;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (17087
15365;;;;;; 3606)) 15533;;;;;; 12570))
15366;;; Generated autoloads from log-view.el 15534;;; Generated autoloads from log-view.el
15367 15535
15368(autoload (quote log-view-mode) "log-view" "\ 15536(autoload (quote log-view-mode) "log-view" "\
@@ -15372,9 +15540,30 @@ Major mode for browsing CVS log output.
15372 15540
15373;;;*** 15541;;;***
15374 15542
15543;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (17087
15544;;;;;; 12575))
15545;;; Generated autoloads from longlines.el
15546
15547(autoload (quote longlines-mode) "longlines" "\
15548Toggle Long Lines mode.
15549In Long Lines mode, long lines are wrapped if they extend beyond
15550`fill-column'. The soft newlines used for line wrapping will not
15551show up when the text is yanked or saved to disk.
15552
15553If the variable `longlines-auto-wrap' is non-nil, lines are automatically
15554wrapped whenever the buffer is changed. You can always call
15555`fill-paragraph' to fill individual paragraphs.
15556
15557If the variable `longlines-show-hard-newlines' is non-nil, hard newlines
15558are indicated with a symbol.
15559
15560\(fn &optional ARG)" t nil)
15561
15562;;;***
15563
15375;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 15564;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
15376;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (16213 15565;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (17087
15377;;;;;; 43269)) 15566;;;;;; 12380))
15378;;; Generated autoloads from lpr.el 15567;;; Generated autoloads from lpr.el
15379 15568
15380(defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) 15569(defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt))))
@@ -15468,7 +15657,7 @@ for further customization of the printer command.
15468;;;*** 15657;;;***
15469 15658
15470;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 15659;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
15471;;;;;; (16727 56921)) 15660;;;;;; (17087 12575))
15472;;; Generated autoloads from ls-lisp.el 15661;;; Generated autoloads from ls-lisp.el
15473 15662
15474(defvar ls-lisp-support-shell-wildcards t "\ 15663(defvar ls-lisp-support-shell-wildcards t "\
@@ -15479,8 +15668,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).")
15479 15668
15480;;;*** 15669;;;***
15481 15670
15482;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (16213 15671;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (17087
15483;;;;;; 43272)) 15672;;;;;; 12528))
15484;;; Generated autoloads from calendar/lunar.el 15673;;; Generated autoloads from calendar/lunar.el
15485 15674
15486(autoload (quote phases-of-moon) "lunar" "\ 15675(autoload (quote phases-of-moon) "lunar" "\
@@ -15493,8 +15682,8 @@ This function is suitable for execution in a .emacs file.
15493 15682
15494;;;*** 15683;;;***
15495 15684
15496;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (16213 15685;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (17087
15497;;;;;; 43282)) 15686;;;;;; 12566))
15498;;; Generated autoloads from progmodes/m4-mode.el 15687;;; Generated autoloads from progmodes/m4-mode.el
15499 15688
15500(autoload (quote m4-mode) "m4-mode" "\ 15689(autoload (quote m4-mode) "m4-mode" "\
@@ -15506,7 +15695,7 @@ A major mode to edit m4 macro files.
15506;;;*** 15695;;;***
15507 15696
15508;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" 15697;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
15509;;;;;; (16424 14687)) 15698;;;;;; (17087 12380))
15510;;; Generated autoloads from emacs-lisp/macroexp.el 15699;;; Generated autoloads from emacs-lisp/macroexp.el
15511 15700
15512(autoload (quote macroexpand-all) "macroexp" "\ 15701(autoload (quote macroexpand-all) "macroexp" "\
@@ -15520,7 +15709,7 @@ definitions to shadow the loaded ones for use in file byte-compilation.
15520;;;*** 15709;;;***
15521 15710
15522;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 15711;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
15523;;;;;; name-last-kbd-macro) "macros" "macros.el" (16810 63790)) 15712;;;;;; name-last-kbd-macro) "macros" "macros.el" (17087 12444))
15524;;; Generated autoloads from macros.el 15713;;; Generated autoloads from macros.el
15525 15714
15526(autoload (quote name-last-kbd-macro) "macros" "\ 15715(autoload (quote name-last-kbd-macro) "macros" "\
@@ -15609,7 +15798,7 @@ and then select the region of un-tablified names and use
15609;;;*** 15798;;;***
15610 15799
15611;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 15800;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
15612;;;;;; "mail/mail-extr.el" (16908 33362)) 15801;;;;;; "mail/mail-extr.el" (17087 12466))
15613;;; Generated autoloads from mail/mail-extr.el 15802;;; Generated autoloads from mail/mail-extr.el
15614 15803
15615(autoload (quote mail-extract-address-components) "mail-extr" "\ 15804(autoload (quote mail-extract-address-components) "mail-extr" "\
@@ -15640,7 +15829,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
15640 15829
15641;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 15830;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
15642;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 15831;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
15643;;;;;; (16213 43280)) 15832;;;;;; (17087 12380))
15644;;; Generated autoloads from mail/mail-hist.el 15833;;; Generated autoloads from mail/mail-hist.el
15645 15834
15646(autoload (quote mail-hist-define-keys) "mail-hist" "\ 15835(autoload (quote mail-hist-define-keys) "mail-hist" "\
@@ -15671,8 +15860,8 @@ This function normally would be called when the message is sent.
15671 15860
15672;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 15861;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
15673;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p 15862;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p
15674;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (16456 15863;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (17087
15675;;;;;; 21757)) 15864;;;;;; 12380))
15676;;; Generated autoloads from mail/mail-utils.el 15865;;; Generated autoloads from mail/mail-utils.el
15677 15866
15678(defvar mail-use-rfc822 nil "\ 15867(defvar mail-use-rfc822 nil "\
@@ -15724,7 +15913,7 @@ If 4th arg LIST is non-nil, return a list of all such fields.
15724;;;*** 15913;;;***
15725 15914
15726;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) 15915;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
15727;;;;;; "mailabbrev" "mail/mailabbrev.el" (16858 50930)) 15916;;;;;; "mailabbrev" "mail/mailabbrev.el" (17087 12453))
15728;;; Generated autoloads from mail/mailabbrev.el 15917;;; Generated autoloads from mail/mailabbrev.el
15729 15918
15730(autoload (quote mail-abbrevs-setup) "mailabbrev" "\ 15919(autoload (quote mail-abbrevs-setup) "mailabbrev" "\
@@ -15747,8 +15936,8 @@ If DEFINITION contains multiple addresses, separate them with commas.
15747;;;*** 15936;;;***
15748 15937
15749;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases 15938;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
15750;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (16213 15939;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (17087
15751;;;;;; 43280)) 15940;;;;;; 12566))
15752;;; Generated autoloads from mail/mailalias.el 15941;;; Generated autoloads from mail/mailalias.el
15753 15942
15754(defvar mail-complete-style (quote angles) "\ 15943(defvar mail-complete-style (quote angles) "\
@@ -15793,13 +15982,25 @@ current header, calls `mail-complete-function' and passes prefix arg if any.
15793 15982
15794;;;*** 15983;;;***
15795 15984
15796;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" 15985;;;### (autoloads (makefile-bsdmake-mode makefile-makepp-mode makefile-gmake-mode
15797;;;;;; (16719 60888)) 15986;;;;;; makefile-automake-mode makefile-mode) "make-mode" "progmodes/make-mode.el"
15987;;;;;; (17087 12575))
15798;;; Generated autoloads from progmodes/make-mode.el 15988;;; Generated autoloads from progmodes/make-mode.el
15799 15989
15800(autoload (quote makefile-mode) "make-mode" "\ 15990(autoload (quote makefile-mode) "make-mode" "\
15801Major mode for editing Makefiles. 15991Major mode for editing standard Makefiles.
15802This function ends by invoking the function(s) `makefile-mode-hook'. 15992
15993If you are editing a file for a different make, try one of the
15994variants `makefile-automake-mode', `makefile-gmake-mode',
15995`makefile-makepp-mode' or `makefile-bsdmake-mode'. All but the
15996last should be correctly chosen based on the file name, except if
15997it is *.mk. This function ends by invoking the function(s)
15998`makefile-mode-hook'.
15999
16000It is strongly recommended to use `font-lock-mode', because that
16001provides additional parsing information. This is used for
16002example to see that a rule action `echo foo: bar' is a not rule
16003dependency, despite the colon.
15803 16004
15804\\{makefile-mode-map} 16005\\{makefile-mode-map}
15805 16006
@@ -15873,10 +16074,30 @@ Makefile mode can be configured by modifying the following variables:
15873 16074
15874\(fn)" t nil) 16075\(fn)" t nil)
15875 16076
16077(autoload (quote makefile-automake-mode) "make-mode" "\
16078An adapted `makefile-mode' that knows about automake.
16079
16080\(fn)" t nil)
16081
16082(autoload (quote makefile-gmake-mode) "make-mode" "\
16083An adapted `makefile-mode' that knows about gmake.
16084
16085\(fn)" t nil)
16086
16087(autoload (quote makefile-makepp-mode) "make-mode" "\
16088An adapted `makefile-mode' that knows about makepp.
16089
16090\(fn)" t nil)
16091
16092(autoload (quote makefile-bsdmake-mode) "make-mode" "\
16093An adapted `makefile-mode' that knows about BSD make.
16094
16095\(fn)" t nil)
16096
15876;;;*** 16097;;;***
15877 16098
15878;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (16213 16099;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (17087
15879;;;;;; 43269)) 16100;;;;;; 12380))
15880;;; Generated autoloads from makesum.el 16101;;; Generated autoloads from makesum.el
15881 16102
15882(autoload (quote make-command-summary) "makesum" "\ 16103(autoload (quote make-command-summary) "makesum" "\
@@ -15887,7 +16108,7 @@ Previous contents of that buffer are killed first.
15887 16108
15888;;;*** 16109;;;***
15889 16110
15890;;;### (autoloads (man-follow man) "man" "man.el" (16958 58756)) 16111;;;### (autoloads (man-follow man) "man" "man.el" (17087 12570))
15891;;; Generated autoloads from man.el 16112;;; Generated autoloads from man.el
15892 16113
15893(defalias (quote manual-entry) (quote man)) 16114(defalias (quote manual-entry) (quote man))
@@ -15914,7 +16135,7 @@ Get a Un*x manual page of the item under point and put it in a buffer.
15914 16135
15915;;;*** 16136;;;***
15916 16137
15917;;;### (autoloads (master-mode) "master" "master.el" (16213 43269)) 16138;;;### (autoloads (master-mode) "master" "master.el" (17087 12528))
15918;;; Generated autoloads from master.el 16139;;; Generated autoloads from master.el
15919 16140
15920(autoload (quote master-mode) "master" "\ 16141(autoload (quote master-mode) "master" "\
@@ -15936,8 +16157,8 @@ yourself the value of `master-of' by calling `master-show-slave'.
15936 16157
15937;;;*** 16158;;;***
15938 16159
15939;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (16939 16160;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17087
15940;;;;;; 44104)) 16161;;;;;; 12575))
15941;;; Generated autoloads from menu-bar.el 16162;;; Generated autoloads from menu-bar.el
15942 16163
15943(put (quote menu-bar-mode) (quote standard-value) (quote (t))) 16164(put (quote menu-bar-mode) (quote standard-value) (quote (t)))
@@ -15974,7 +16195,7 @@ turn on menu bars; otherwise, turn off menu bars.
15974;;;;;; message-signature message-indent-citation-function message-cite-function 16195;;;;;; message-signature message-indent-citation-function message-cite-function
15975;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function 16196;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function
15976;;;;;; message-user-organization-file message-signature-separator 16197;;;;;; message-user-organization-file message-signature-separator
15977;;;;;; message-from-style) "message" "gnus/message.el" (16953 20625)) 16198;;;;;; message-from-style) "message" "gnus/message.el" (17087 12574))
15978;;; Generated autoloads from gnus/message.el 16199;;; Generated autoloads from gnus/message.el
15979 16200
15980(defvar message-from-style (quote default) "\ 16201(defvar message-from-style (quote default) "\
@@ -16280,7 +16501,7 @@ which specify the range to operate on.
16280;;;*** 16501;;;***
16281 16502
16282;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 16503;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
16283;;;;;; (16923 3630)) 16504;;;;;; (17087 12566))
16284;;; Generated autoloads from progmodes/meta-mode.el 16505;;; Generated autoloads from progmodes/meta-mode.el
16285 16506
16286(autoload (quote metafont-mode) "meta-mode" "\ 16507(autoload (quote metafont-mode) "meta-mode" "\
@@ -16307,7 +16528,7 @@ Turning on MetaPost mode calls the value of the variable
16307 16528
16308;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 16529;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
16309;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 16530;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
16310;;;;;; (16507 41097)) 16531;;;;;; (17087 12380))
16311;;; Generated autoloads from mail/metamail.el 16532;;; Generated autoloads from mail/metamail.el
16312 16533
16313(autoload (quote metamail-interpret-header) "metamail" "\ 16534(autoload (quote metamail-interpret-header) "metamail" "\
@@ -16351,8 +16572,8 @@ redisplayed as output is inserted.
16351;;;*** 16572;;;***
16352 16573
16353;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-user-agent-compose 16574;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-user-agent-compose
16354;;;;;; mh-smail-batch mh-smail) "mh-comp" "mh-e/mh-comp.el" (16684 16575;;;;;; mh-smail-batch mh-smail) "mh-comp" "mh-e/mh-comp.el" (17087
16355;;;;;; 26435)) 16576;;;;;; 12575))
16356;;; Generated autoloads from mh-e/mh-comp.el 16577;;; Generated autoloads from mh-e/mh-comp.el
16357 16578
16358(autoload (quote mh-smail) "mh-comp" "\ 16579(autoload (quote mh-smail) "mh-comp" "\
@@ -16423,12 +16644,11 @@ When a message is composed, the hooks `text-mode-hook' and
16423\\{mh-letter-mode-map} 16644\\{mh-letter-mode-map}
16424 16645
16425\(fn)" t nil) 16646\(fn)" t nil)
16426(add-to-list 'auto-mode-alist '("/drafts/[0-9]+\\'" . mh-letter-mode))
16427 16647
16428;;;*** 16648;;;***
16429 16649
16430;;;### (autoloads (mh-restore-desktop-buffer mh-version mh-nmail 16650;;;### (autoloads (mh-restore-desktop-buffer mh-version mh-nmail
16431;;;;;; mh-rmail) "mh-e" "mh-e/mh-e.el" (16684 26435)) 16651;;;;;; mh-rmail) "mh-e" "mh-e/mh-e.el" (17087 12567))
16432;;; Generated autoloads from mh-e/mh-e.el 16652;;; Generated autoloads from mh-e/mh-e.el
16433 16653
16434(autoload (quote mh-rmail) "mh-e" "\ 16654(autoload (quote mh-rmail) "mh-e" "\
@@ -16461,7 +16681,7 @@ DESKTOP-BUFFER-MISC holds a list of miscellaneous info used by the
16461 16681
16462;;;*** 16682;;;***
16463 16683
16464;;;### (autoloads nil "mh-init" "mh-e/mh-init.el" (16684 26435)) 16684;;;### (autoloads nil "mh-init" "mh-e/mh-init.el" (17087 12567))
16465;;; Generated autoloads from mh-e/mh-init.el 16685;;; Generated autoloads from mh-e/mh-init.el
16466 16686
16467(put (quote mh-progs) (quote risky-local-variable) t) 16687(put (quote mh-progs) (quote risky-local-variable) t)
@@ -16473,7 +16693,7 @@ DESKTOP-BUFFER-MISC holds a list of miscellaneous info used by the
16473;;;*** 16693;;;***
16474 16694
16475;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 16695;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
16476;;;;;; "midnight.el" (16423 23568)) 16696;;;;;; "midnight.el" (17087 12537))
16477;;; Generated autoloads from midnight.el 16697;;; Generated autoloads from midnight.el
16478 16698
16479(autoload (quote clean-buffer-list) "midnight" "\ 16699(autoload (quote clean-buffer-list) "midnight" "\
@@ -16500,7 +16720,7 @@ to its second argument TM.
16500;;;*** 16720;;;***
16501 16721
16502;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 16722;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
16503;;;;;; "minibuf-eldef.el" (16575 1356)) 16723;;;;;; "minibuf-eldef.el" (17087 12380))
16504;;; Generated autoloads from minibuf-eldef.el 16724;;; Generated autoloads from minibuf-eldef.el
16505 16725
16506(defvar minibuffer-electric-default-mode nil "\ 16726(defvar minibuffer-electric-default-mode nil "\
@@ -16527,7 +16747,7 @@ Returns non-nil if the new state is enabled.
16527;;;*** 16747;;;***
16528 16748
16529;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 16749;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
16530;;;;;; (16858 50936)) 16750;;;;;; (17087 12451))
16531;;; Generated autoloads from progmodes/mixal-mode.el 16751;;; Generated autoloads from progmodes/mixal-mode.el
16532 16752
16533(autoload (quote mixal-mode) "mixal-mode" "\ 16753(autoload (quote mixal-mode) "mixal-mode" "\
@@ -16542,7 +16762,7 @@ Major mode for the mixal asm language.
16542 16762
16543;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion 16763;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion
16544;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el" 16764;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el"
16545;;;;;; (16233 29568)) 16765;;;;;; (17087 12380))
16546;;; Generated autoloads from language/mlm-util.el 16766;;; Generated autoloads from language/mlm-util.el
16547 16767
16548(autoload (quote malayalam-compose-region) "mlm-util" "\ 16768(autoload (quote malayalam-compose-region) "mlm-util" "\
@@ -16557,7 +16777,7 @@ Not documented
16557 16777
16558(autoload (quote malayalam-composition-function) "mlm-util" "\ 16778(autoload (quote malayalam-composition-function) "mlm-util" "\
16559Compose Malayalam characters in REGION, or STRING if specified. 16779Compose Malayalam characters in REGION, or STRING if specified.
16560Assume that the REGION or STRING must fully match the composable 16780Assume that the REGION or STRING must fully match the composable
16561PATTERN regexp. 16781PATTERN regexp.
16562 16782
16563\(fn FROM TO PATTERN &optional STRING)" nil nil) 16783\(fn FROM TO PATTERN &optional STRING)" nil nil)
@@ -16565,7 +16785,7 @@ PATTERN regexp.
16565;;;*** 16785;;;***
16566 16786
16567;;;### (autoloads (mm-inline-external-body) "mm-extern" "gnus/mm-extern.el" 16787;;;### (autoloads (mm-inline-external-body) "mm-extern" "gnus/mm-extern.el"
16568;;;;;; (16697 49031)) 16788;;;;;; (17087 12574))
16569;;; Generated autoloads from gnus/mm-extern.el 16789;;; Generated autoloads from gnus/mm-extern.el
16570 16790
16571(autoload (quote mm-inline-external-body) "mm-extern" "\ 16791(autoload (quote mm-inline-external-body) "mm-extern" "\
@@ -16579,7 +16799,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
16579;;;*** 16799;;;***
16580 16800
16581;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 16801;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
16582;;;;;; (16698 21928)) 16802;;;;;; (17087 12415))
16583;;; Generated autoloads from gnus/mm-partial.el 16803;;; Generated autoloads from gnus/mm-partial.el
16584 16804
16585(autoload (quote mm-inline-partial) "mm-partial" "\ 16805(autoload (quote mm-inline-partial) "mm-partial" "\
@@ -16593,7 +16813,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
16593;;;*** 16813;;;***
16594 16814
16595;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 16815;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
16596;;;;;; "mm-url" "gnus/mm-url.el" (16954 46150)) 16816;;;;;; "mm-url" "gnus/mm-url.el" (17087 12531))
16597;;; Generated autoloads from gnus/mm-url.el 16817;;; Generated autoloads from gnus/mm-url.el
16598 16818
16599(autoload (quote mm-url-insert-file-contents) "mm-url" "\ 16819(autoload (quote mm-url-insert-file-contents) "mm-url" "\
@@ -16609,8 +16829,8 @@ Insert file contents of URL using `mm-url-program'.
16609 16829
16610;;;*** 16830;;;***
16611 16831
16612;;;### (autoloads (mm-uu-dissect) "mm-uu" "gnus/mm-uu.el" (16908 16832;;;### (autoloads (mm-uu-dissect) "mm-uu" "gnus/mm-uu.el" (17087
16613;;;;;; 33361)) 16833;;;;;; 12466))
16614;;; Generated autoloads from gnus/mm-uu.el 16834;;; Generated autoloads from gnus/mm-uu.el
16615 16835
16616(autoload (quote mm-uu-dissect) "mm-uu" "\ 16836(autoload (quote mm-uu-dissect) "mm-uu" "\
@@ -16621,7 +16841,7 @@ Dissect the current buffer and return a list of uu handles.
16621;;;*** 16841;;;***
16622 16842
16623;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 16843;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
16624;;;;;; (16697 49031)) 16844;;;;;; (17087 12567))
16625;;; Generated autoloads from gnus/mml1991.el 16845;;; Generated autoloads from gnus/mml1991.el
16626 16846
16627(autoload (quote mml1991-encrypt) "mml1991" "\ 16847(autoload (quote mml1991-encrypt) "mml1991" "\
@@ -16638,7 +16858,7 @@ Not documented
16638 16858
16639;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 16859;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
16640;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 16860;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
16641;;;;;; "mml2015" "gnus/mml2015.el" (16908 33361)) 16861;;;;;; "mml2015" "gnus/mml2015.el" (17087 12567))
16642;;; Generated autoloads from gnus/mml2015.el 16862;;; Generated autoloads from gnus/mml2015.el
16643 16863
16644(autoload (quote mml2015-decrypt) "mml2015" "\ 16864(autoload (quote mml2015-decrypt) "mml2015" "\
@@ -16679,7 +16899,7 @@ Not documented
16679;;;*** 16899;;;***
16680 16900
16681;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" 16901;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
16682;;;;;; (16858 50936)) 16902;;;;;; (17087 12575))
16683;;; Generated autoloads from progmodes/modula2.el 16903;;; Generated autoloads from progmodes/modula2.el
16684 16904
16685(autoload (quote modula-2-mode) "modula2" "\ 16905(autoload (quote modula-2-mode) "modula2" "\
@@ -16711,7 +16931,7 @@ followed by the first character of the construct.
16711;;;*** 16931;;;***
16712 16932
16713;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 16933;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
16714;;;;;; (16442 4954)) 16934;;;;;; (17087 12558))
16715;;; Generated autoloads from play/morse.el 16935;;; Generated autoloads from play/morse.el
16716 16936
16717(autoload (quote morse-region) "morse" "\ 16937(autoload (quote morse-region) "morse" "\
@@ -16726,8 +16946,8 @@ Convert morse coded text in region to ordinary ASCII text.
16726 16946
16727;;;*** 16947;;;***
16728 16948
16729;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (16770 16949;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (17087
16730;;;;;; 10720)) 16950;;;;;; 12558))
16731;;; Generated autoloads from mouse-sel.el 16951;;; Generated autoloads from mouse-sel.el
16732 16952
16733(defvar mouse-sel-mode nil "\ 16953(defvar mouse-sel-mode nil "\
@@ -16778,7 +16998,7 @@ primary selection and region.
16778 16998
16779;;;*** 16999;;;***
16780 17000
16781;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (16213 43281)) 17001;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (17087 12570))
16782;;; Generated autoloads from play/mpuz.el 17002;;; Generated autoloads from play/mpuz.el
16783 17003
16784(autoload (quote mpuz) "mpuz" "\ 17004(autoload (quote mpuz) "mpuz" "\
@@ -16788,7 +17008,7 @@ Multiplication puzzle with GNU Emacs.
16788 17008
16789;;;*** 17009;;;***
16790 17010
16791;;;### (autoloads (msb-mode) "msb" "msb.el" (16764 51518)) 17011;;;### (autoloads (msb-mode) "msb" "msb.el" (17087 12528))
16792;;; Generated autoloads from msb.el 17012;;; Generated autoloads from msb.el
16793 17013
16794(defvar msb-mode nil "\ 17014(defvar msb-mode nil "\
@@ -16814,7 +17034,7 @@ different buffer menu using the function `msb'.
16814;;;;;; describe-current-coding-system describe-current-coding-system-briefly 17034;;;;;; describe-current-coding-system describe-current-coding-system-briefly
16815;;;;;; describe-coding-system describe-character-set list-charset-chars 17035;;;;;; describe-coding-system describe-character-set list-charset-chars
16816;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 17036;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
16817;;;;;; (16515 33869)) 17037;;;;;; (17087 12570))
16818;;; Generated autoloads from international/mule-diag.el 17038;;; Generated autoloads from international/mule-diag.el
16819 17039
16820(defvar non-iso-charset-alist (\` ((mac-roman (ascii latin-iso8859-1 mule-unicode-2500-33ff mule-unicode-0100-24ff mule-unicode-e000-ffff) mac-roman-decoder ((0 255))) (viscii (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-viscii-nonascii-translation-table ((0 255))) (vietnamese-tcvn (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-tcvn-nonascii-translation-table ((0 255))) (koi8-r (ascii cyrillic-iso8859-5) cyrillic-koi8-r-nonascii-translation-table ((32 255))) (alternativnyj (ascii cyrillic-iso8859-5) cyrillic-alternativnyj-nonascii-translation-table ((32 255))) (koi8-u (ascii cyrillic-iso8859-5 mule-unicode-0100-24ff) cyrillic-koi8-u-nonascii-translation-table ((32 255))) (big5 (ascii chinese-big5-1 chinese-big5-2) decode-big5-char ((32 127) ((161 254) 64 126 161 254))) (sjis (ascii katakana-jisx0201 japanese-jisx0208) decode-sjis-char ((32 127 161 223) ((129 159 224 239) 64 126 128 252))))) "\ 17040(defvar non-iso-charset-alist (\` ((mac-roman (ascii latin-iso8859-1 mule-unicode-2500-33ff mule-unicode-0100-24ff mule-unicode-e000-ffff) mac-roman-decoder ((0 255))) (viscii (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-viscii-nonascii-translation-table ((0 255))) (vietnamese-tcvn (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-tcvn-nonascii-translation-table ((0 255))) (koi8-r (ascii cyrillic-iso8859-5) cyrillic-koi8-r-nonascii-translation-table ((32 255))) (alternativnyj (ascii cyrillic-iso8859-5) cyrillic-alternativnyj-nonascii-translation-table ((32 255))) (koi8-u (ascii cyrillic-iso8859-5 mule-unicode-0100-24ff) cyrillic-koi8-u-nonascii-translation-table ((32 255))) (big5 (ascii chinese-big5-1 chinese-big5-2) decode-big5-char ((32 127) ((161 254) 64 126 161 254))) (sjis (ascii katakana-jisx0201 japanese-jisx0208) decode-sjis-char ((32 127 161 223) ((129 159 224 239) 64 126 128 252))))) "\
@@ -16987,7 +17207,7 @@ system which uses fontsets).
16987;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 17207;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
16988;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 17208;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
16989;;;;;; truncate-string-to-width store-substring string-to-sequence) 17209;;;;;; truncate-string-to-width store-substring string-to-sequence)
16990;;;;;; "mule-util" "international/mule-util.el" (16908 33362)) 17210;;;;;; "mule-util" "international/mule-util.el" (17087 12558))
16991;;; Generated autoloads from international/mule-util.el 17211;;; Generated autoloads from international/mule-util.el
16992 17212
16993(autoload (quote string-to-sequence) "mule-util" "\ 17213(autoload (quote string-to-sequence) "mule-util" "\
@@ -17035,10 +17255,6 @@ defaults to \"...\".
17035 17255
17036\(fn STR END-COLUMN &optional START-COLUMN PADDING ELLIPSIS)" nil nil) 17256\(fn STR END-COLUMN &optional START-COLUMN PADDING ELLIPSIS)" nil nil)
17037 17257
17038(defalias (quote truncate-string) (quote truncate-string-to-width))
17039
17040(make-obsolete (quote truncate-string) (quote truncate-string-to-width) "20.1")
17041
17042(defsubst nested-alist-p (obj) "\ 17258(defsubst nested-alist-p (obj) "\
17043Return t if OBJ is a nested alist. 17259Return t if OBJ is a nested alist.
17044 17260
@@ -17120,7 +17336,7 @@ basis, this may not be accurate.
17120;;;*** 17336;;;***
17121 17337
17122;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" 17338;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
17123;;;;;; (16788 34909)) 17339;;;;;; (17087 12440))
17124;;; Generated autoloads from mwheel.el 17340;;; Generated autoloads from mwheel.el
17125 17341
17126(defvar mouse-wheel-mode nil "\ 17342(defvar mouse-wheel-mode nil "\
@@ -17148,7 +17364,7 @@ Enable mouse wheel support.
17148;;;### (autoloads (network-connection network-connection-to-service 17364;;;### (autoloads (network-connection network-connection-to-service
17149;;;;;; whois-reverse-lookup whois finger ftp dig dns-lookup-host 17365;;;;;; whois-reverse-lookup whois finger ftp dig dns-lookup-host
17150;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute) 17366;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute)
17151;;;;;; "net-utils" "net/net-utils.el" (16719 60888)) 17367;;;;;; "net-utils" "net/net-utils.el" (17087 12564))
17152;;; Generated autoloads from net/net-utils.el 17368;;; Generated autoloads from net/net-utils.el
17153 17369
17154(autoload (quote traceroute) "net-utils" "\ 17370(autoload (quote traceroute) "net-utils" "\
@@ -17244,7 +17460,7 @@ Open a network connection to HOST on PORT.
17244;;;;;; comment-kill comment-set-column comment-indent comment-indent-default 17460;;;;;; comment-kill comment-set-column comment-indent comment-indent-default
17245;;;;;; comment-normalize-vars comment-multi-line comment-padding 17461;;;;;; comment-normalize-vars comment-multi-line comment-padding
17246;;;;;; comment-style comment-column) "newcomment" "newcomment.el" 17462;;;;;; comment-style comment-column) "newcomment" "newcomment.el"
17247;;;;;; (16764 51518)) 17463;;;;;; (17087 12564))
17248;;; Generated autoloads from newcomment.el 17464;;; Generated autoloads from newcomment.el
17249 17465
17250(defalias (quote indent-for-comment) (quote comment-indent)) 17466(defalias (quote indent-for-comment) (quote comment-indent))
@@ -17426,7 +17642,7 @@ unless optional argument SOFT is non-nil.
17426;;;*** 17642;;;***
17427 17643
17428;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 17644;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
17429;;;;;; (16908 33361)) 17645;;;;;; (17087 12567))
17430;;; Generated autoloads from gnus/nndiary.el 17646;;; Generated autoloads from gnus/nndiary.el
17431 17647
17432(autoload (quote nndiary-generate-nov-databases) "nndiary" "\ 17648(autoload (quote nndiary-generate-nov-databases) "nndiary" "\
@@ -17436,8 +17652,8 @@ Generate NOV databases in all nndiary directories.
17436 17652
17437;;;*** 17653;;;***
17438 17654
17439;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (16698 17655;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (17087
17440;;;;;; 21928)) 17656;;;;;; 12567))
17441;;; Generated autoloads from gnus/nndoc.el 17657;;; Generated autoloads from gnus/nndoc.el
17442 17658
17443(autoload (quote nndoc-add-type) "nndoc" "\ 17659(autoload (quote nndoc-add-type) "nndoc" "\
@@ -17452,7 +17668,7 @@ symbol in the alist.
17452;;;*** 17668;;;***
17453 17669
17454;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 17670;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
17455;;;;;; (16927 494)) 17671;;;;;; (17087 12570))
17456;;; Generated autoloads from gnus/nnfolder.el 17672;;; Generated autoloads from gnus/nnfolder.el
17457 17673
17458(autoload (quote nnfolder-generate-active-file) "nnfolder" "\ 17674(autoload (quote nnfolder-generate-active-file) "nnfolder" "\
@@ -17464,7 +17680,7 @@ This command does not work if you use short group names.
17464;;;*** 17680;;;***
17465 17681
17466;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 17682;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
17467;;;;;; (16698 21928)) 17683;;;;;; (17087 12567))
17468;;; Generated autoloads from gnus/nnkiboze.el 17684;;; Generated autoloads from gnus/nnkiboze.el
17469 17685
17470(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ 17686(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\
@@ -17476,7 +17692,7 @@ Finds out what articles are to be part of the nnkiboze groups.
17476;;;*** 17692;;;***
17477 17693
17478;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 17694;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
17479;;;;;; (16792 36614)) 17695;;;;;; (17087 12567))
17480;;; Generated autoloads from gnus/nnml.el 17696;;; Generated autoloads from gnus/nnml.el
17481 17697
17482(autoload (quote nnml-generate-nov-databases) "nnml" "\ 17698(autoload (quote nnml-generate-nov-databases) "nnml" "\
@@ -17487,7 +17703,7 @@ Generate NOV databases in all nnml directories.
17487;;;*** 17703;;;***
17488 17704
17489;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 17705;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
17490;;;;;; "nnsoup" "gnus/nnsoup.el" (16698 21929)) 17706;;;;;; "nnsoup" "gnus/nnsoup.el" (17087 12567))
17491;;; Generated autoloads from gnus/nnsoup.el 17707;;; Generated autoloads from gnus/nnsoup.el
17492 17708
17493(autoload (quote nnsoup-pack-replies) "nnsoup" "\ 17709(autoload (quote nnsoup-pack-replies) "nnsoup" "\
@@ -17508,7 +17724,7 @@ Revert posting and mailing methods to the standard Emacs methods.
17508;;;*** 17724;;;***
17509 17725
17510;;;### (autoloads (disable-command enable-command disabled-command-function) 17726;;;### (autoloads (disable-command enable-command disabled-command-function)
17511;;;;;; "novice" "novice.el" (16939 44104)) 17727;;;;;; "novice" "novice.el" (17087 12542))
17512;;; Generated autoloads from novice.el 17728;;; Generated autoloads from novice.el
17513 17729
17514(defvar disabled-command-function (quote disabled-command-function) "\ 17730(defvar disabled-command-function (quote disabled-command-function) "\
@@ -17542,7 +17758,7 @@ to future sessions.
17542;;;*** 17758;;;***
17543 17759
17544;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 17760;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
17545;;;;;; (16213 43283)) 17761;;;;;; (17087 12564))
17546;;; Generated autoloads from textmodes/nroff-mode.el 17762;;; Generated autoloads from textmodes/nroff-mode.el
17547 17763
17548(autoload (quote nroff-mode) "nroff-mode" "\ 17764(autoload (quote nroff-mode) "nroff-mode" "\
@@ -17557,7 +17773,7 @@ closing requests for requests that are used in matched pairs.
17557;;;*** 17773;;;***
17558 17774
17559;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el" 17775;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el"
17560;;;;;; (16213 43282)) 17776;;;;;; (17087 12380))
17561;;; Generated autoloads from progmodes/octave-hlp.el 17777;;; Generated autoloads from progmodes/octave-hlp.el
17562 17778
17563(autoload (quote octave-help) "octave-hlp" "\ 17779(autoload (quote octave-help) "octave-hlp" "\
@@ -17571,7 +17787,7 @@ If KEY is not a string, prompt for it with completion.
17571;;;*** 17787;;;***
17572 17788
17573;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 17789;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
17574;;;;;; (16288 58564)) 17790;;;;;; (17087 12570))
17575;;; Generated autoloads from progmodes/octave-inf.el 17791;;; Generated autoloads from progmodes/octave-inf.el
17576 17792
17577(autoload (quote inferior-octave) "octave-inf" "\ 17793(autoload (quote inferior-octave) "octave-inf" "\
@@ -17594,7 +17810,7 @@ startup file, `~/.emacs-octave'.
17594;;;*** 17810;;;***
17595 17811
17596;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 17812;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
17597;;;;;; (16284 63121)) 17813;;;;;; (17087 12566))
17598;;; Generated autoloads from progmodes/octave-mod.el 17814;;; Generated autoloads from progmodes/octave-mod.el
17599 17815
17600(autoload (quote octave-mode) "octave-mod" "\ 17816(autoload (quote octave-mode) "octave-mod" "\
@@ -17693,7 +17909,7 @@ including a reproducible test case and send the message.
17693;;;*** 17909;;;***
17694 17910
17695;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el" 17911;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el"
17696;;;;;; (16213 43281)) 17912;;;;;; (17087 12566))
17697;;; Generated autoloads from obsolete/options.el 17913;;; Generated autoloads from obsolete/options.el
17698 17914
17699(autoload (quote list-options) "options" "\ 17915(autoload (quote list-options) "options" "\
@@ -17716,12 +17932,12 @@ The Custom feature is intended to make this obsolete.
17716 17932
17717;;;### (autoloads (orgtbl-mode turn-on-orgtbl org-remember-handler 17933;;;### (autoloads (orgtbl-mode turn-on-orgtbl org-remember-handler
17718;;;;;; org-remember-annotation org-store-link org-diary org-agenda 17934;;;;;; org-remember-annotation org-store-link org-diary org-agenda
17719;;;;;; org-agenda-mode org-mode) "org" "textmodes/org.el" (16876 17935;;;;;; org-agenda-mode org-mode) "org" "textmodes/org.el" (17087
17720;;;;;; 58220)) 17936;;;;;; 12570))
17721;;; Generated autoloads from textmodes/org.el 17937;;; Generated autoloads from textmodes/org.el
17722 17938
17723(autoload (quote org-mode) "org" "\ 17939(autoload (quote org-mode) "org" "\
17724Outline-based notes management and organizer, alias 17940Outline-based notes management and organizer, alias
17725\"Carstens outline-mode for keeping track of everything.\" 17941\"Carstens outline-mode for keeping track of everything.\"
17726 17942
17727Org-mode develops organizational tasks around a NOTES file which 17943Org-mode develops organizational tasks around a NOTES file which
@@ -17733,13 +17949,13 @@ calendar. Tables are easily created with a built-in table editor.
17733Plain text URL-like links connect to websites, emails (VM), Usenet 17949Plain text URL-like links connect to websites, emails (VM), Usenet
17734messages (Gnus), BBDB entries, and any files related to the project. 17950messages (Gnus), BBDB entries, and any files related to the project.
17735For printing and sharing of notes, an Org-mode file (or a part of it) 17951For printing and sharing of notes, an Org-mode file (or a part of it)
17736can be exported as a well-structured ASCII or HTML file. 17952can be exported as a structured ASCII or HTML file.
17737 17953
17738The following commands are available: 17954The following commands are available:
17739 17955
17740\\{org-mode-map} 17956\\{org-mode-map}
17741 17957
17742\(fn &optional ARG)" t nil) 17958\(fn)" t nil)
17743 17959
17744(autoload (quote org-agenda-mode) "org" "\ 17960(autoload (quote org-agenda-mode) "org" "\
17745Mode for time-sorted view on action items in Org-mode files. 17961Mode for time-sorted view on action items in Org-mode files.
@@ -17754,7 +17970,7 @@ The following commands are available:
17754Produce a weekly view from all files in variable `org-agenda-files'. 17970Produce a weekly view from all files in variable `org-agenda-files'.
17755The view will be for the current week, but from the overview buffer you 17971The view will be for the current week, but from the overview buffer you
17756will be able to go to other weeks. 17972will be able to go to other weeks.
17757With one C-u prefix argument INCLUDE-ALL, all unfinished TODO items will 17973With one \\[universal-argument] prefix argument INCLUDE-ALL, all unfinished TODO items will
17758also be shown, under the current date. 17974also be shown, under the current date.
17759START-DAY defaults to TODAY, or to the most recent match for the weekday 17975START-DAY defaults to TODAY, or to the most recent match for the weekday
17760given in `org-agenda-start-on-weekday'. 17976given in `org-agenda-start-on-weekday'.
@@ -17763,8 +17979,8 @@ NDAYS defaults to `org-agenda-ndays'.
17763\(fn &optional INCLUDE-ALL START-DAY NDAYS)" t nil) 17979\(fn &optional INCLUDE-ALL START-DAY NDAYS)" t nil)
17764 17980
17765(autoload (quote org-diary) "org" "\ 17981(autoload (quote org-diary) "org" "\
17766Returns diary information from org-files. 17982Return diary information from org-files.
17767This function can be used in an \"sexp\" diary entry in the Emacs calendar. 17983This function can be used in a \"sexp\" diary entry in the Emacs calendar.
17768It accesses org files and extracts information from those files to be 17984It accesses org files and extracts information from those files to be
17769listed in the diary. The function accepts arguments specifying what 17985listed in the diary. The function accepts arguments specifying what
17770items should be listed. The following arguments are allowed: 17986items should be listed. The following arguments are allowed:
@@ -17784,7 +18000,7 @@ items should be listed. The following arguments are allowed:
17784 18000
17785 :todo List all TODO items from the org-file. This may be a 18001 :todo List all TODO items from the org-file. This may be a
17786 long list - so this is not turned on by default. 18002 long list - so this is not turned on by default.
17787 Like deadlines, these entires only show up in the 18003 Like deadlines, these entries only show up in the
17788 diary for *today*, not at any other date. 18004 diary for *today*, not at any other date.
17789 18005
17790The call in the diary file should look like this: 18006The call in the diary file should look like this:
@@ -17863,19 +18079,19 @@ See also the variable `org-reverse-note-order'.
17863\(fn)" nil nil) 18079\(fn)" nil nil)
17864 18080
17865(autoload (quote turn-on-orgtbl) "org" "\ 18081(autoload (quote turn-on-orgtbl) "org" "\
17866Unconditionally turn on orgtbl-mode. 18082Unconditionally turn on `orgtbl-mode'.
17867 18083
17868\(fn)" nil nil) 18084\(fn)" nil nil)
17869 18085
17870(autoload (quote orgtbl-mode) "org" "\ 18086(autoload (quote orgtbl-mode) "org" "\
17871The org-mode table editor as a minor mode for use in other modes. 18087The `org-mode' table editor as a minor mode for use in other modes.
17872 18088
17873\(fn &optional ARG)" t nil) 18089\(fn &optional ARG)" t nil)
17874 18090
17875;;;*** 18091;;;***
17876 18092
17877;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 18093;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
17878;;;;;; (16780 55376)) 18094;;;;;; (17087 12566))
17879;;; Generated autoloads from outline.el 18095;;; Generated autoloads from outline.el
17880 18096
17881(autoload (quote outline-mode) "outline" "\ 18097(autoload (quote outline-mode) "outline" "\
@@ -17930,7 +18146,7 @@ See the command `outline-mode' for more information on this mode.
17930 18146
17931;;;*** 18147;;;***
17932 18148
17933;;;### (autoloads (show-paren-mode) "paren" "paren.el" (16821 35887)) 18149;;;### (autoloads (show-paren-mode) "paren" "paren.el" (17087 12570))
17934;;; Generated autoloads from paren.el 18150;;; Generated autoloads from paren.el
17935 18151
17936(defvar show-paren-mode nil "\ 18152(defvar show-paren-mode nil "\
@@ -17954,7 +18170,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
17954;;;*** 18170;;;***
17955 18171
17956;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 18172;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
17957;;;;;; (16243 62806)) 18173;;;;;; (17087 12379))
17958;;; Generated autoloads from calendar/parse-time.el 18174;;; Generated autoloads from calendar/parse-time.el
17959 18175
17960(autoload (quote parse-time-string) "parse-time" "\ 18176(autoload (quote parse-time-string) "parse-time" "\
@@ -17966,8 +18182,8 @@ unknown are returned as nil.
17966 18182
17967;;;*** 18183;;;***
17968 18184
17969;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (16213 18185;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (17087
17970;;;;;; 43282)) 18186;;;;;; 12566))
17971;;; Generated autoloads from progmodes/pascal.el 18187;;; Generated autoloads from progmodes/pascal.el
17972 18188
17973(autoload (quote pascal-mode) "pascal" "\ 18189(autoload (quote pascal-mode) "pascal" "\
@@ -18020,7 +18236,7 @@ no args, if that value is non-nil.
18020;;;*** 18236;;;***
18021 18237
18022;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 18238;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
18023;;;;;; (16213 43273)) 18239;;;;;; (17087 12380))
18024;;; Generated autoloads from emulation/pc-mode.el 18240;;; Generated autoloads from emulation/pc-mode.el
18025 18241
18026(autoload (quote pc-bindings-mode) "pc-mode" "\ 18242(autoload (quote pc-bindings-mode) "pc-mode" "\
@@ -18038,7 +18254,7 @@ C-Escape does list-buffers.
18038;;;*** 18254;;;***
18039 18255
18040;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" 18256;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select"
18041;;;;;; "emulation/pc-select.el" (16589 26258)) 18257;;;;;; "emulation/pc-select.el" (17087 12569))
18042;;; Generated autoloads from emulation/pc-select.el 18258;;; Generated autoloads from emulation/pc-select.el
18043 18259
18044(defvar pc-selection-mode nil "\ 18260(defvar pc-selection-mode nil "\
@@ -18050,7 +18266,7 @@ use either \\[customize] or the function `pc-selection-mode'.")
18050(custom-autoload (quote pc-selection-mode) "pc-select") 18266(custom-autoload (quote pc-selection-mode) "pc-select")
18051 18267
18052(autoload (quote pc-selection-mode) "pc-select" "\ 18268(autoload (quote pc-selection-mode) "pc-select" "\
18053Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style. 18269Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style.
18054 18270
18055This mode enables Delete Selection mode and Transient Mark mode. 18271This mode enables Delete Selection mode and Transient Mark mode.
18056 18272
@@ -18103,7 +18319,7 @@ but before calling PC Selection mode):
18103 18319
18104(defvar pc-selection-mode nil "\ 18320(defvar pc-selection-mode nil "\
18105Toggle PC Selection mode. 18321Toggle PC Selection mode.
18106Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style, 18322Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style,
18107and cursor movement commands. 18323and cursor movement commands.
18108This mode enables Delete Selection mode and Transient Mark mode. 18324This mode enables Delete Selection mode and Transient Mark mode.
18109Setting this variable directly does not take effect; 18325Setting this variable directly does not take effect;
@@ -18113,8 +18329,8 @@ you must modify it using \\[customize] or \\[pc-selection-mode].")
18113 18329
18114;;;*** 18330;;;***
18115 18331
18116;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (16213 18332;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (17087
18117;;;;;; 43269)) 18333;;;;;; 12380))
18118;;; Generated autoloads from pcmpl-cvs.el 18334;;; Generated autoloads from pcmpl-cvs.el
18119 18335
18120(autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ 18336(autoload (quote pcomplete/cvs) "pcmpl-cvs" "\
@@ -18125,7 +18341,7 @@ Completion rules for the `cvs' command.
18125;;;*** 18341;;;***
18126 18342
18127;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 18343;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
18128;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (16213 43269)) 18344;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (17087 12380))
18129;;; Generated autoloads from pcmpl-gnu.el 18345;;; Generated autoloads from pcmpl-gnu.el
18130 18346
18131(autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ 18347(autoload (quote pcomplete/gzip) "pcmpl-gnu" "\
@@ -18153,7 +18369,7 @@ Completion for the GNU tar utility.
18153;;;*** 18369;;;***
18154 18370
18155;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 18371;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
18156;;;;;; "pcmpl-linux" "pcmpl-linux.el" (16213 43269)) 18372;;;;;; "pcmpl-linux" "pcmpl-linux.el" (17087 12380))
18157;;; Generated autoloads from pcmpl-linux.el 18373;;; Generated autoloads from pcmpl-linux.el
18158 18374
18159(autoload (quote pcomplete/kill) "pcmpl-linux" "\ 18375(autoload (quote pcomplete/kill) "pcmpl-linux" "\
@@ -18173,8 +18389,8 @@ Completion for GNU/Linux `mount'.
18173 18389
18174;;;*** 18390;;;***
18175 18391
18176;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (16213 18392;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (17087
18177;;;;;; 43269)) 18393;;;;;; 12380))
18178;;; Generated autoloads from pcmpl-rpm.el 18394;;; Generated autoloads from pcmpl-rpm.el
18179 18395
18180(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ 18396(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\
@@ -18190,7 +18406,7 @@ You can use \\[eshell-report-bug] to do so.
18190 18406
18191;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which 18407;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which
18192;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) 18408;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)
18193;;;;;; "pcmpl-unix" "pcmpl-unix.el" (16213 43269)) 18409;;;;;; "pcmpl-unix" "pcmpl-unix.el" (17087 12380))
18194;;; Generated autoloads from pcmpl-unix.el 18410;;; Generated autoloads from pcmpl-unix.el
18195 18411
18196(autoload (quote pcomplete/cd) "pcmpl-unix" "\ 18412(autoload (quote pcomplete/cd) "pcmpl-unix" "\
@@ -18236,8 +18452,8 @@ Completion for the `chgrp' command.
18236 18452
18237;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 18453;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
18238;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 18454;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
18239;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (16880 18455;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (17087
18240;;;;;; 58563)) 18456;;;;;; 12453))
18241;;; Generated autoloads from pcomplete.el 18457;;; Generated autoloads from pcomplete.el
18242 18458
18243(autoload (quote pcomplete) "pcomplete" "\ 18459(autoload (quote pcomplete) "pcomplete" "\
@@ -18296,7 +18512,7 @@ Setup shell-mode to use pcomplete.
18296 18512
18297;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 18513;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
18298;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 18514;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
18299;;;;;; "pcvs.el" (16953 20624)) 18515;;;;;; "pcvs.el" (17087 12570))
18300;;; Generated autoloads from pcvs.el 18516;;; Generated autoloads from pcvs.el
18301 18517
18302(autoload (quote cvs-checkout) "pcvs" "\ 18518(autoload (quote cvs-checkout) "pcvs" "\
@@ -18306,7 +18522,7 @@ and run `cvs-mode' on it.
18306 18522
18307With a prefix argument, prompt for cvs FLAGS to use. 18523With a prefix argument, prompt for cvs FLAGS to use.
18308 18524
18309\(fn MODULES DIR FLAGS)" t nil) 18525\(fn MODULES DIR FLAGS &optional ROOT)" t nil)
18310 18526
18311(autoload (quote cvs-quickdir) "pcvs" "\ 18527(autoload (quote cvs-quickdir) "pcvs" "\
18312Open a *cvs* buffer on DIR without running cvs. 18528Open a *cvs* buffer on DIR without running cvs.
@@ -18373,7 +18589,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
18373 18589
18374;;;*** 18590;;;***
18375 18591
18376;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (16858 50918)) 18592;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (17087 12578))
18377;;; Generated autoloads from pcvs-defs.el 18593;;; Generated autoloads from pcvs-defs.el
18378 18594
18379(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) (fset (quote cvs-global-menu) m))) 18595(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) (fset (quote cvs-global-menu) m)))
@@ -18381,7 +18597,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
18381;;;*** 18597;;;***
18382 18598
18383;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 18599;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
18384;;;;;; (16958 58759)) 18600;;;;;; (17087 12564))
18385;;; Generated autoloads from progmodes/perl-mode.el 18601;;; Generated autoloads from progmodes/perl-mode.el
18386 18602
18387(autoload (quote perl-mode) "perl-mode" "\ 18603(autoload (quote perl-mode) "perl-mode" "\
@@ -18439,7 +18655,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
18439;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key 18655;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key
18440;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt 18656;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt
18441;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-region) "pgg" 18657;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-region) "pgg"
18442;;;;;; "gnus/pgg.el" (16697 49031)) 18658;;;;;; "gnus/pgg.el" (17087 12567))
18443;;; Generated autoloads from gnus/pgg.el 18659;;; Generated autoloads from gnus/pgg.el
18444 18660
18445(autoload (quote pgg-encrypt-region) "pgg" "\ 18661(autoload (quote pgg-encrypt-region) "pgg" "\
@@ -18527,7 +18743,7 @@ Import public keys in the current buffer.
18527;;;*** 18743;;;***
18528 18744
18529;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 18745;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
18530;;;;;; (16534 3822)) 18746;;;;;; (17087 12380))
18531;;; Generated autoloads from textmodes/picture.el 18747;;; Generated autoloads from textmodes/picture.el
18532 18748
18533(autoload (quote picture-mode) "picture" "\ 18749(autoload (quote picture-mode) "picture" "\
@@ -18599,7 +18815,7 @@ they are not defaultly assigned to keys.
18599;;;*** 18815;;;***
18600 18816
18601;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 18817;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
18602;;;;;; (16213 43283)) 18818;;;;;; (17087 12554))
18603;;; Generated autoloads from textmodes/po.el 18819;;; Generated autoloads from textmodes/po.el
18604 18820
18605(autoload (quote po-find-file-coding-system) "po" "\ 18821(autoload (quote po-find-file-coding-system) "po" "\
@@ -18610,7 +18826,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
18610 18826
18611;;;*** 18827;;;***
18612 18828
18613;;;### (autoloads (pong) "pong" "play/pong.el" (16213 43281)) 18829;;;### (autoloads (pong) "pong" "play/pong.el" (17087 12558))
18614;;; Generated autoloads from play/pong.el 18830;;; Generated autoloads from play/pong.el
18615 18831
18616(autoload (quote pong) "pong" "\ 18832(autoload (quote pong) "pong" "\
@@ -18627,7 +18843,7 @@ pong-mode keybindings:\\<pong-mode-map>
18627;;;*** 18843;;;***
18628 18844
18629;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer 18845;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer
18630;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (16609 26453)) 18846;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (17087 12391))
18631;;; Generated autoloads from emacs-lisp/pp.el 18847;;; Generated autoloads from emacs-lisp/pp.el
18632 18848
18633(autoload (quote pp-to-string) "pp" "\ 18849(autoload (quote pp-to-string) "pp" "\
@@ -18685,7 +18901,7 @@ Ignores leading comment characters.
18685;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 18901;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
18686;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 18902;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
18687;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 18903;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
18688;;;;;; (16801 58022)) 18904;;;;;; (17087 12570))
18689;;; Generated autoloads from printing.el 18905;;; Generated autoloads from printing.el
18690 18906
18691(autoload (quote pr-interface) "printing" "\ 18907(autoload (quote pr-interface) "printing" "\
@@ -19273,7 +19489,7 @@ are both set to t.
19273;;;*** 19489;;;***
19274 19490
19275;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el" 19491;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el"
19276;;;;;; (16814 63075)) 19492;;;;;; (17087 12564))
19277;;; Generated autoloads from progmodes/prolog.el 19493;;; Generated autoloads from progmodes/prolog.el
19278 19494
19279(autoload (quote prolog-mode) "prolog" "\ 19495(autoload (quote prolog-mode) "prolog" "\
@@ -19293,7 +19509,7 @@ Run an inferior Prolog process, input and output via buffer *prolog*.
19293 19509
19294;;;*** 19510;;;***
19295 19511
19296;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (16213 43271)) 19512;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (17087 12380))
19297;;; Generated autoloads from ps-bdf.el 19513;;; Generated autoloads from ps-bdf.el
19298 19514
19299(defvar bdf-directory-list (if (memq system-type (quote (ms-dos windows-nt))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ 19515(defvar bdf-directory-list (if (memq system-type (quote (ms-dos windows-nt))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\
@@ -19302,8 +19518,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
19302 19518
19303;;;*** 19519;;;***
19304 19520
19305;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (16213 19521;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (17087
19306;;;;;; 43282)) 19522;;;;;; 12575))
19307;;; Generated autoloads from progmodes/ps-mode.el 19523;;; Generated autoloads from progmodes/ps-mode.el
19308 19524
19309(autoload (quote ps-mode) "ps-mode" "\ 19525(autoload (quote ps-mode) "ps-mode" "\
@@ -19352,7 +19568,7 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
19352;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string 19568;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string
19353;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string 19569;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string
19354;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer) 19570;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer)
19355;;;;;; "ps-mule" "ps-mule.el" (16923 3608)) 19571;;;;;; "ps-mule" "ps-mule.el" (17087 12528))
19356;;; Generated autoloads from ps-mule.el 19572;;; Generated autoloads from ps-mule.el
19357 19573
19358(defvar ps-multibyte-buffer nil "\ 19574(defvar ps-multibyte-buffer nil "\
@@ -19473,8 +19689,8 @@ Not documented
19473;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 19689;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
19474;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 19690;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
19475;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 19691;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
19476;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (16958 19692;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (17087
19477;;;;;; 58756)) 19693;;;;;; 12582))
19478;;; Generated autoloads from ps-print.el 19694;;; Generated autoloads from ps-print.el
19479 19695
19480(defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\ 19696(defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\
@@ -19671,7 +19887,7 @@ If EXTENSION is any other symbol, it is ignored.
19671;;;*** 19887;;;***
19672 19888
19673;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el" 19889;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el"
19674;;;;;; (16908 33362)) 19890;;;;;; (17087 12542))
19675;;; Generated autoloads from progmodes/python.el 19891;;; Generated autoloads from progmodes/python.el
19676 19892
19677(add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode))) 19893(add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode)))
@@ -19735,7 +19951,7 @@ Runs `jython-mode-hook' after `python-mode-hook'.
19735;;;*** 19951;;;***
19736 19952
19737;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 19953;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
19738;;;;;; (16698 21929)) 19954;;;;;; (17087 12567))
19739;;; Generated autoloads from gnus/qp.el 19955;;; Generated autoloads from gnus/qp.el
19740 19956
19741(autoload (quote quoted-printable-decode-region) "qp" "\ 19957(autoload (quote quoted-printable-decode-region) "qp" "\
@@ -19758,7 +19974,7 @@ them into characters should be done separately.
19758;;;;;; quail-defrule quail-install-decode-map quail-install-map 19974;;;;;; quail-defrule quail-install-decode-map quail-install-map
19759;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 19975;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
19760;;;;;; quail-define-package quail-use-package quail-title) "quail" 19976;;;;;; quail-define-package quail-use-package quail-title) "quail"
19761;;;;;; "international/quail.el" (16954 46150)) 19977;;;;;; "international/quail.el" (17087 12558))
19762;;; Generated autoloads from international/quail.el 19978;;; Generated autoloads from international/quail.el
19763 19979
19764(autoload (quote quail-title) "quail" "\ 19980(autoload (quote quail-title) "quail" "\
@@ -19989,8 +20205,8 @@ of each directory.
19989 20205
19990;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 20206;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
19991;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 20207;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
19992;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (16543 20208;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (17087
19993;;;;;; 16567)) 20209;;;;;; 12566))
19994;;; Generated autoloads from net/quickurl.el 20210;;; Generated autoloads from net/quickurl.el
19995 20211
19996(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" "\ 20212(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" "\
@@ -20061,8 +20277,8 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
20061 20277
20062;;;*** 20278;;;***
20063 20279
20064;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (16213 20280;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (17087
20065;;;;;; 43280)) 20281;;;;;; 12566))
20066;;; Generated autoloads from net/rcompile.el 20282;;; Generated autoloads from net/rcompile.el
20067 20283
20068(autoload (quote remote-compile) "rcompile" "\ 20284(autoload (quote remote-compile) "rcompile" "\
@@ -20074,7 +20290,7 @@ See \\[compile].
20074;;;*** 20290;;;***
20075 20291
20076;;;### (autoloads (re-builder regexp-builder) "re-builder" "emacs-lisp/re-builder.el" 20292;;;### (autoloads (re-builder regexp-builder) "re-builder" "emacs-lisp/re-builder.el"
20077;;;;;; (16930 25649)) 20293;;;;;; (17087 12566))
20078;;; Generated autoloads from emacs-lisp/re-builder.el 20294;;; Generated autoloads from emacs-lisp/re-builder.el
20079 20295
20080(autoload (quote regexp-builder) "re-builder" "\ 20296(autoload (quote regexp-builder) "re-builder" "\
@@ -20089,7 +20305,7 @@ Construct a regexp interactively.
20089 20305
20090;;;*** 20306;;;***
20091 20307
20092;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (16958 58756)) 20308;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (17087 12570))
20093;;; Generated autoloads from recentf.el 20309;;; Generated autoloads from recentf.el
20094 20310
20095(defvar recentf-mode nil "\ 20311(defvar recentf-mode nil "\
@@ -20115,8 +20331,8 @@ that were operated on recently.
20115;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 20331;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
20116;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 20332;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
20117;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 20333;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
20118;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (16894 20334;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (17087
20119;;;;;; 3339)) 20335;;;;;; 12453))
20120;;; Generated autoloads from rect.el 20336;;; Generated autoloads from rect.el
20121 20337
20122(autoload (quote move-to-column-force) "rect" "\ 20338(autoload (quote move-to-column-force) "rect" "\
@@ -20238,8 +20454,8 @@ rectangle which were empty.
20238 20454
20239;;;*** 20455;;;***
20240 20456
20241;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (16884 20457;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (17087
20242;;;;;; 52115)) 20458;;;;;; 12529))
20243;;; Generated autoloads from textmodes/refill.el 20459;;; Generated autoloads from textmodes/refill.el
20244 20460
20245(autoload (quote refill-mode) "refill" "\ 20461(autoload (quote refill-mode) "refill" "\
@@ -20255,7 +20471,7 @@ refilling if they would cause auto-filling.
20255;;;*** 20471;;;***
20256 20472
20257;;;### (autoloads (reftex-reset-scanning-information reftex-mode 20473;;;### (autoloads (reftex-reset-scanning-information reftex-mode
20258;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (16896 54112)) 20474;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (17087 12570))
20259;;; Generated autoloads from textmodes/reftex.el 20475;;; Generated autoloads from textmodes/reftex.el
20260 20476
20261(autoload (quote turn-on-reftex) "reftex" "\ 20477(autoload (quote turn-on-reftex) "reftex" "\
@@ -20305,7 +20521,7 @@ This enforces rescanning the buffer on next use.
20305;;;*** 20521;;;***
20306 20522
20307;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 20523;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
20308;;;;;; (16913 6364)) 20524;;;;;; (17087 12564))
20309;;; Generated autoloads from textmodes/reftex-cite.el 20525;;; Generated autoloads from textmodes/reftex-cite.el
20310 20526
20311(autoload (quote reftex-citation) "reftex-cite" "\ 20527(autoload (quote reftex-citation) "reftex-cite" "\
@@ -20335,11 +20551,9 @@ While entering the regexp, completion on knows citation keys is possible.
20335;;;*** 20551;;;***
20336 20552
20337;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 20553;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
20338;;;;;; (16887 27629)) 20554;;;;;; (17087 12564))
20339;;; Generated autoloads from textmodes/reftex-global.el 20555;;; Generated autoloads from textmodes/reftex-global.el
20340 20556
20341(defvar reftex-isearch-minor-mode nil)
20342
20343(autoload (quote reftex-isearch-minor-mode) "reftex-global" "\ 20557(autoload (quote reftex-isearch-minor-mode) "reftex-global" "\
20344When on, isearch searches the whole document, not only the current file. 20558When on, isearch searches the whole document, not only the current file.
20345This minor mode allows isearch to search through all the files of 20559This minor mode allows isearch to search through all the files of
@@ -20354,7 +20568,7 @@ With no argument, this command toggles
20354;;;*** 20568;;;***
20355 20569
20356;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 20570;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
20357;;;;;; (16875 35929)) 20571;;;;;; (17087 12566))
20358;;; Generated autoloads from textmodes/reftex-index.el 20572;;; Generated autoloads from textmodes/reftex-index.el
20359 20573
20360(autoload (quote reftex-index-phrases-mode) "reftex-index" "\ 20574(autoload (quote reftex-index-phrases-mode) "reftex-index" "\
@@ -20387,7 +20601,7 @@ Here are all local bindings.
20387;;;*** 20601;;;***
20388 20602
20389;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 20603;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
20390;;;;;; (16875 35929)) 20604;;;;;; (17087 12564))
20391;;; Generated autoloads from textmodes/reftex-parse.el 20605;;; Generated autoloads from textmodes/reftex-parse.el
20392 20606
20393(autoload (quote reftex-all-document-files) "reftex-parse" "\ 20607(autoload (quote reftex-all-document-files) "reftex-parse" "\
@@ -20400,7 +20614,7 @@ of master file.
20400;;;*** 20614;;;***
20401 20615
20402;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 20616;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
20403;;;;;; (16821 35887)) 20617;;;;;; (17087 12574))
20404;;; Generated autoloads from emacs-lisp/regexp-opt.el 20618;;; Generated autoloads from emacs-lisp/regexp-opt.el
20405 20619
20406(autoload (quote regexp-opt) "regexp-opt" "\ 20620(autoload (quote regexp-opt) "regexp-opt" "\
@@ -20421,13 +20635,13 @@ by \\=\\< and \\>.
20421(autoload (quote regexp-opt-depth) "regexp-opt" "\ 20635(autoload (quote regexp-opt-depth) "regexp-opt" "\
20422Return the depth of REGEXP. 20636Return the depth of REGEXP.
20423This means the number of non-shy regexp grouping constructs 20637This means the number of non-shy regexp grouping constructs
20424\(parenthesised expressions) in REGEXP. 20638\(parenthesized expressions) in REGEXP.
20425 20639
20426\(fn REGEXP)" nil nil) 20640\(fn REGEXP)" nil nil)
20427 20641
20428;;;*** 20642;;;***
20429 20643
20430;;;### (autoloads (repeat) "repeat" "repeat.el" (16213 43271)) 20644;;;### (autoloads (repeat) "repeat" "repeat.el" (17087 12533))
20431;;; Generated autoloads from repeat.el 20645;;; Generated autoloads from repeat.el
20432 20646
20433(autoload (quote repeat) "repeat" "\ 20647(autoload (quote repeat) "repeat" "\
@@ -20445,7 +20659,7 @@ can be modified by the global variable `repeat-on-final-keystroke'.
20445;;;*** 20659;;;***
20446 20660
20447;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 20661;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
20448;;;;;; (16213 43280)) 20662;;;;;; (17087 12380))
20449;;; Generated autoloads from mail/reporter.el 20663;;; Generated autoloads from mail/reporter.el
20450 20664
20451(autoload (quote reporter-submit-bug-report) "reporter" "\ 20665(autoload (quote reporter-submit-bug-report) "reporter" "\
@@ -20477,7 +20691,7 @@ mail-sending package is used for editing and sending the message.
20477;;;*** 20691;;;***
20478 20692
20479;;;### (autoloads (reposition-window) "reposition" "reposition.el" 20693;;;### (autoloads (reposition-window) "reposition" "reposition.el"
20480;;;;;; (16213 43271)) 20694;;;;;; (17087 12380))
20481;;; Generated autoloads from reposition.el 20695;;; Generated autoloads from reposition.el
20482 20696
20483(autoload (quote reposition-window) "reposition" "\ 20697(autoload (quote reposition-window) "reposition" "\
@@ -20504,8 +20718,8 @@ first comment line visible (if point is in a comment).
20504 20718
20505;;;*** 20719;;;***
20506 20720
20507;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (16213 20721;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (17087
20508;;;;;; 43271)) 20722;;;;;; 12380))
20509;;; Generated autoloads from resume.el 20723;;; Generated autoloads from resume.el
20510 20724
20511(autoload (quote resume-suspend-hook) "resume" "\ 20725(autoload (quote resume-suspend-hook) "resume" "\
@@ -20516,7 +20730,7 @@ Clear out the file used for transmitting args when Emacs resumes.
20516;;;*** 20730;;;***
20517 20731
20518;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 20732;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
20519;;;;;; (16942 52930)) 20733;;;;;; (17087 12564))
20520;;; Generated autoloads from reveal.el 20734;;; Generated autoloads from reveal.el
20521 20735
20522(autoload (quote reveal-mode) "reveal" "\ 20736(autoload (quote reveal-mode) "reveal" "\
@@ -20551,7 +20765,7 @@ With zero or negative ARG turn mode off.
20551 20765
20552;;;### (autoloads (file-name-shadow-mode file-name-shadow-tty-properties 20766;;;### (autoloads (file-name-shadow-mode file-name-shadow-tty-properties
20553;;;;;; file-name-shadow-properties) "rfn-eshadow" "rfn-eshadow.el" 20767;;;;;; file-name-shadow-properties) "rfn-eshadow" "rfn-eshadow.el"
20554;;;;;; (16213 43271)) 20768;;;;;; (17087 12570))
20555;;; Generated autoloads from rfn-eshadow.el 20769;;; Generated autoloads from rfn-eshadow.el
20556 20770
20557(defvar file-name-shadow-properties (quote (face file-name-shadow field shadow)) "\ 20771(defvar file-name-shadow-properties (quote (face file-name-shadow field shadow)) "\
@@ -20594,7 +20808,7 @@ Returns non-nil if the new state is enabled.
20594;;;*** 20808;;;***
20595 20809
20596;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 20810;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
20597;;;;;; (16213 43273)) 20811;;;;;; (17087 12581))
20598;;; Generated autoloads from emacs-lisp/ring.el 20812;;; Generated autoloads from emacs-lisp/ring.el
20599 20813
20600(autoload (quote ring-p) "ring" "\ 20814(autoload (quote ring-p) "ring" "\
@@ -20609,7 +20823,7 @@ Make a ring that can contain SIZE elements.
20609 20823
20610;;;*** 20824;;;***
20611 20825
20612;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (16507 41097)) 20826;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (17087 12564))
20613;;; Generated autoloads from net/rlogin.el 20827;;; Generated autoloads from net/rlogin.el
20614 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") 20828 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")
20615 20829
@@ -20660,8 +20874,8 @@ variable.
20660;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 20874;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
20661;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 20875;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
20662;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names 20876;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names
20663;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (16954 20877;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (17087
20664;;;;;; 46150)) 20878;;;;;; 12566))
20665;;; Generated autoloads from mail/rmail.el 20879;;; Generated autoloads from mail/rmail.el
20666 20880
20667(autoload (quote rmail-movemail-variant-p) "rmail" "\ 20881(autoload (quote rmail-movemail-variant-p) "rmail" "\
@@ -20684,7 +20898,7 @@ variable `rmail-dont-reply-to-names', for when the user does not set
20684value is the user's email address and name.) 20898value is the user's email address and name.)
20685It is useful to set this variable in the site customization file.") 20899It is useful to set this variable in the site customization file.")
20686 20900
20687(defvar rmail-ignored-headers (concat "^via:\\|^mail-from:\\|^origin:\\|^references:" "\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:" "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:" "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:" "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^face:" "\\|^x-mailer:\\|^delivered-to:\\|^lines:\\|^mime-version:" "\\|^content-transfer-encoding:\\|^x-coding-system:" "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" "\\|^x-sign:\\|^x-beenthere:\\|^x-mailman-version:" "\\|^precedence:\\|^list-help:\\|^list-post:\\|^list-subscribe:" "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-type:\\|^content-length:" "\\|^x-attribution:\\|^x-disclaimer:\\|^x-trace:" "\\|^x-complaints-to:\\|^nntp-posting-date:\\|^user-agent" "\\|^importance:\\|^envelope-to:\\|^delivery-date" "\\|^x.*-priority:\\|^x-mimeole:") "\ 20901(defvar rmail-ignored-headers (concat "^via:\\|^mail-from:\\|^origin:\\|^references:\\|^sender:" "\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:" "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:" "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:" "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^face:" "\\|^x-mailer:\\|^delivered-to:\\|^lines:\\|^mime-version:" "\\|^content-transfer-encoding:\\|^x-coding-system:" "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" "\\|^x-sign:\\|^x-beenthere:\\|^x-mailman-version:\\|^x-mailman-copy:" "\\|^precedence:\\|^list-help:\\|^list-post:\\|^list-subscribe:" "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-type:\\|^content-length:" "\\|^x-attribution:\\|^x-disclaimer:\\|^x-trace:" "\\|^x-complaints-to:\\|^nntp-posting-date:\\|^user-agent" "\\|^importance:\\|^envelope-to:\\|^delivery-date" "\\|^x.*-priority:\\|^x-mimeole:\\|^x-archive:" "\\|^resent-face:\\|^resent-x.*:\\|^resent-organization\\|^resent-openpgp" "\\|^openpgp:\\|^x-request-pgp:\\|^x-original.*:" "\\|^x-virus-scanned:\\|^x-spam-[^s].*:") "\
20688*Regexp to match header fields that Rmail should normally hide. 20902*Regexp to match header fields that Rmail should normally hide.
20689This variable is used for reformatting the message header, 20903This variable is used for reformatting the message header,
20690which normally happens once for each message, 20904which normally happens once for each message,
@@ -20922,7 +21136,7 @@ Restore an rmail buffer specified in a desktop file.
20922;;;*** 21136;;;***
20923 21137
20924;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" 21138;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
20925;;;;;; (16213 43280)) 21139;;;;;; (17087 12570))
20926;;; Generated autoloads from mail/rmailedit.el 21140;;; Generated autoloads from mail/rmailedit.el
20927 21141
20928(autoload (quote rmail-edit-current-message) "rmailedit" "\ 21142(autoload (quote rmail-edit-current-message) "rmailedit" "\
@@ -20934,7 +21148,7 @@ Edit the contents of this message.
20934 21148
20935;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message 21149;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
20936;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" 21150;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
20937;;;;;; "mail/rmailkwd.el" (16213 43280)) 21151;;;;;; "mail/rmailkwd.el" (17087 12380))
20938;;; Generated autoloads from mail/rmailkwd.el 21152;;; Generated autoloads from mail/rmailkwd.el
20939 21153
20940(autoload (quote rmail-add-label) "rmailkwd" "\ 21154(autoload (quote rmail-add-label) "rmailkwd" "\
@@ -20973,7 +21187,7 @@ With prefix argument N moves forward N messages with these labels.
20973;;;*** 21187;;;***
20974 21188
20975;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" 21189;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
20976;;;;;; (16213 43280)) 21190;;;;;; (17087 12380))
20977;;; Generated autoloads from mail/rmailmsc.el 21191;;; Generated autoloads from mail/rmailmsc.el
20978 21192
20979(autoload (quote set-rmail-inbox-list) "rmailmsc" "\ 21193(autoload (quote set-rmail-inbox-list) "rmailmsc" "\
@@ -20987,7 +21201,7 @@ If FILE-NAME is empty, remove any existing inbox list.
20987 21201
20988;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output 21202;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output
20989;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" 21203;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout"
20990;;;;;; "mail/rmailout.el" (16213 43280)) 21204;;;;;; "mail/rmailout.el" (17087 12380))
20991;;; Generated autoloads from mail/rmailout.el 21205;;; Generated autoloads from mail/rmailout.el
20992 21206
20993(defvar rmail-output-file-alist nil "\ 21207(defvar rmail-output-file-alist nil "\
@@ -21054,8 +21268,8 @@ FILE-NAME defaults, interactively, from the Subject field of the message.
21054 21268
21055;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent 21269;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent
21056;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject 21270;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject
21057;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (16213 21271;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (17087
21058;;;;;; 43280)) 21272;;;;;; 12380))
21059;;; Generated autoloads from mail/rmailsort.el 21273;;; Generated autoloads from mail/rmailsort.el
21060 21274
21061(autoload (quote rmail-sort-by-date) "rmailsort" "\ 21275(autoload (quote rmail-sort-by-date) "rmailsort" "\
@@ -21107,7 +21321,7 @@ KEYWORDS is a comma-separated list of labels.
21107;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp 21321;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
21108;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary 21322;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
21109;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) 21323;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
21110;;;;;; "rmailsum" "mail/rmailsum.el" (16294 21153)) 21324;;;;;; "rmailsum" "mail/rmailsum.el" (17087 12566))
21111;;; Generated autoloads from mail/rmailsum.el 21325;;; Generated autoloads from mail/rmailsum.el
21112 21326
21113(defvar rmail-summary-scroll-between-messages t "\ 21327(defvar rmail-summary-scroll-between-messages t "\
@@ -21189,7 +21403,7 @@ Setting this variable has an effect only before reading a mail.")
21189;;;*** 21403;;;***
21190 21404
21191;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el" 21405;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el"
21192;;;;;; (16213 43281)) 21406;;;;;; (17087 12566))
21193;;; Generated autoloads from obsolete/rnewspost.el 21407;;; Generated autoloads from obsolete/rnewspost.el
21194 21408
21195(autoload (quote news-post-news) "rnewspost" "\ 21409(autoload (quote news-post-news) "rnewspost" "\
@@ -21202,7 +21416,7 @@ If NOQUERY is non-nil, we do not query before doing the work.
21202;;;*** 21416;;;***
21203 21417
21204;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 21418;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
21205;;;;;; rot13-string rot13) "rot13" "rot13.el" (16213 43271)) 21419;;;;;; rot13-string rot13) "rot13" "rot13.el" (17087 12380))
21206;;; Generated autoloads from rot13.el 21420;;; Generated autoloads from rot13.el
21207 21421
21208(autoload (quote rot13) "rot13" "\ 21422(autoload (quote rot13) "rot13" "\
@@ -21243,7 +21457,7 @@ Toggle the use of rot 13 encoding for the current window.
21243;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame 21457;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame
21244;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height 21458;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height
21245;;;;;; resize-minibuffer-mode) "rsz-mini" "obsolete/rsz-mini.el" 21459;;;;;; resize-minibuffer-mode) "rsz-mini" "obsolete/rsz-mini.el"
21246;;;;;; (16507 41097)) 21460;;;;;; (17087 12564))
21247;;; Generated autoloads from obsolete/rsz-mini.el 21461;;; Generated autoloads from obsolete/rsz-mini.el
21248 21462
21249(defvar resize-minibuffer-mode nil "\ 21463(defvar resize-minibuffer-mode nil "\
@@ -21283,8 +21497,8 @@ This function is obsolete.
21283 21497
21284;;;*** 21498;;;***
21285 21499
21286;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (16908 21500;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (17087
21287;;;;;; 33360)) 21501;;;;;; 12570))
21288;;; Generated autoloads from ruler-mode.el 21502;;; Generated autoloads from ruler-mode.el
21289 21503
21290(autoload (quote ruler-mode) "ruler-mode" "\ 21504(autoload (quote ruler-mode) "ruler-mode" "\
@@ -21294,8 +21508,8 @@ Display a ruler in the header line if ARG > 0.
21294 21508
21295;;;*** 21509;;;***
21296 21510
21297;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (16534 21511;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (17087
21298;;;;;; 3808)) 21512;;;;;; 12524))
21299;;; Generated autoloads from emacs-lisp/rx.el 21513;;; Generated autoloads from emacs-lisp/rx.el
21300 21514
21301(autoload (quote rx-to-string) "rx" "\ 21515(autoload (quote rx-to-string) "rx" "\
@@ -21603,7 +21817,7 @@ enclosed in `(and ...)'.
21603;;;*** 21817;;;***
21604 21818
21605;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 21819;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
21606;;;;;; (16923 3630)) 21820;;;;;; (17087 12528))
21607;;; Generated autoloads from progmodes/scheme.el 21821;;; Generated autoloads from progmodes/scheme.el
21608 21822
21609(autoload (quote scheme-mode) "scheme" "\ 21823(autoload (quote scheme-mode) "scheme" "\
@@ -21645,7 +21859,7 @@ that variable's value is a string.
21645;;;*** 21859;;;***
21646 21860
21647;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 21861;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
21648;;;;;; (16698 21929)) 21862;;;;;; (17087 12566))
21649;;; Generated autoloads from gnus/score-mode.el 21863;;; Generated autoloads from gnus/score-mode.el
21650 21864
21651(autoload (quote gnus-score-mode) "score-mode" "\ 21865(autoload (quote gnus-score-mode) "score-mode" "\
@@ -21658,8 +21872,8 @@ This mode is an extended emacs-lisp mode.
21658 21872
21659;;;*** 21873;;;***
21660 21874
21661;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (16213 21875;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (17087
21662;;;;;; 43281)) 21876;;;;;; 12380))
21663;;; Generated autoloads from obsolete/scribe.el 21877;;; Generated autoloads from obsolete/scribe.el
21664 21878
21665(autoload (quote scribe-mode) "scribe" "\ 21879(autoload (quote scribe-mode) "scribe" "\
@@ -21684,7 +21898,7 @@ Interesting variables:
21684;;;*** 21898;;;***
21685 21899
21686;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 21900;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
21687;;;;;; (16213 43271)) 21901;;;;;; (17087 12380))
21688;;; Generated autoloads from scroll-all.el 21902;;; Generated autoloads from scroll-all.el
21689 21903
21690(defvar scroll-all-mode nil "\ 21904(defvar scroll-all-mode nil "\
@@ -21711,7 +21925,7 @@ apply to all visible windows in the same frame.
21711;;;;;; mail-archive-file-name mail-header-separator send-mail-function 21925;;;;;; mail-archive-file-name mail-header-separator send-mail-function
21712;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind 21926;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind
21713;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" 21927;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el"
21714;;;;;; (16954 46150)) 21928;;;;;; (17087 12582))
21715;;; Generated autoloads from mail/sendmail.el 21929;;; Generated autoloads from mail/sendmail.el
21716 21930
21717(defvar mail-from-style (quote angles) "\ 21931(defvar mail-from-style (quote angles) "\
@@ -21941,18 +22155,32 @@ Like `mail' command, but display mail buffer in another frame.
21941 22155
21942;;;*** 22156;;;***
21943 22157
21944;;;### (autoloads (server-mode server-start) "server" "server.el" 22158;;;### (autoloads (server-mode server-start server-getenv) "server"
21945;;;;;; (16908 33360)) 22159;;;;;; "server.el" (17087 12564))
21946;;; Generated autoloads from server.el 22160;;; Generated autoloads from server.el
21947 22161
22162(autoload (quote server-getenv) "server" "\
22163Get the value of VARIABLE in the client environment of frame FRAME.
22164VARIABLE should be a string. Value is nil if VARIABLE is undefined in
22165the environment. Otherwise, value is a string.
22166
22167If FRAME is an emacsclient frame, then the variable is looked up
22168in the environment of the emacsclient process; otherwise the
22169function consults the environment of the Emacs process.
22170
22171If FRAME is nil or missing, then the selected frame is used.
22172
22173\(fn VARIABLE &optional FRAME)" nil nil)
22174
21948(autoload (quote server-start) "server" "\ 22175(autoload (quote server-start) "server" "\
21949Allow this Emacs process to be a server for client processes. 22176Allow this Emacs process to be a server for client processes.
21950This starts a server communications subprocess through which 22177This starts a server communications subprocess through which
21951client \"editors\" can send your editing commands to this Emacs job. 22178client \"editors\" can send your editing commands to this Emacs
21952To use the server, set up the program `emacsclient' in the 22179job. To use the server, set up the program `emacsclient' in the
21953Emacs distribution as your standard \"editor\". 22180Emacs distribution as your standard \"editor\".
21954 22181
21955Prefix arg means just kill any existing server communications subprocess. 22182Prefix arg LEAVE-DEAD means just kill any existing server
22183communications subprocess.
21956 22184
21957\(fn &optional LEAVE-DEAD)" t nil) 22185\(fn &optional LEAVE-DEAD)" t nil)
21958 22186
@@ -21974,7 +22202,7 @@ Server mode runs a process that accepts commands from the
21974 22202
21975;;;*** 22203;;;***
21976 22204
21977;;;### (autoloads (ses-mode) "ses" "ses.el" (16923 3608)) 22205;;;### (autoloads (ses-mode) "ses" "ses.el" (17087 12578))
21978;;; Generated autoloads from ses.el 22206;;; Generated autoloads from ses.el
21979 22207
21980(autoload (quote ses-mode) "ses" "\ 22208(autoload (quote ses-mode) "ses" "\
@@ -21993,7 +22221,7 @@ These are active only in the minibuffer, when entering or editing a formula:
21993;;;*** 22221;;;***
21994 22222
21995;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 22223;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
21996;;;;;; (16942 52931)) 22224;;;;;; (17087 12575))
21997;;; Generated autoloads from textmodes/sgml-mode.el 22225;;; Generated autoloads from textmodes/sgml-mode.el
21998 22226
21999(autoload (quote sgml-mode) "sgml-mode" "\ 22227(autoload (quote sgml-mode) "sgml-mode" "\
@@ -22039,7 +22267,7 @@ have <h1>Very Major Headlines</h1> through <h6>Very Minor Headlines</h6>
22039 22267
22040<p>Paragraphs only need an opening tag. Line breaks and multiple spaces are 22268<p>Paragraphs only need an opening tag. Line breaks and multiple spaces are
22041ignored unless the text is <pre>preformatted.</pre> Text can be marked as 22269ignored unless the text is <pre>preformatted.</pre> Text can be marked as
22042<b>bold</b>, <i>italic</i> or <u>underlined</u> using the normal M-g or 22270<b>bold</b>, <i>italic</i> or <u>underlined</u> using the normal M-o or
22043Edit/Text Properties/Face commands. 22271Edit/Text Properties/Face commands.
22044 22272
22045Pages can have <a name=\"SOMENAME\">named points</a> and can link other points 22273Pages can have <a name=\"SOMENAME\">named points</a> and can link other points
@@ -22061,7 +22289,7 @@ To work around that, do:
22061;;;*** 22289;;;***
22062 22290
22063;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 22291;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
22064;;;;;; (16878 27292)) 22292;;;;;; (17087 12570))
22065;;; Generated autoloads from progmodes/sh-script.el 22293;;; Generated autoloads from progmodes/sh-script.el
22066 22294
22067(autoload (quote sh-mode) "sh-script" "\ 22295(autoload (quote sh-mode) "sh-script" "\
@@ -22124,7 +22352,7 @@ with your script for an edit-interpret-debug cycle.
22124 22352
22125;;;*** 22353;;;***
22126 22354
22127;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (16908 33361)) 22355;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (17087 12466))
22128;;; Generated autoloads from gnus/sha1.el 22356;;; Generated autoloads from gnus/sha1.el
22129 22357
22130(autoload (quote sha1) "sha1" "\ 22358(autoload (quote sha1) "sha1" "\
@@ -22139,7 +22367,7 @@ If BINARY is non-nil, return a string in binary form.
22139;;;*** 22367;;;***
22140 22368
22141;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 22369;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
22142;;;;;; (16377 12872)) 22370;;;;;; (17087 12380))
22143;;; Generated autoloads from emacs-lisp/shadow.el 22371;;; Generated autoloads from emacs-lisp/shadow.el
22144 22372
22145(autoload (quote list-load-path-shadows) "shadow" "\ 22373(autoload (quote list-load-path-shadows) "shadow" "\
@@ -22186,8 +22414,8 @@ buffer called `*Shadows*'. Shadowings are located by calling the
22186;;;*** 22414;;;***
22187 22415
22188;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 22416;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
22189;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (16768 22417;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (17087
22190;;;;;; 48631)) 22418;;;;;; 12564))
22191;;; Generated autoloads from shadowfile.el 22419;;; Generated autoloads from shadowfile.el
22192 22420
22193(autoload (quote shadow-define-cluster) "shadowfile" "\ 22421(autoload (quote shadow-define-cluster) "shadowfile" "\
@@ -22226,7 +22454,7 @@ Set up file shadowing.
22226;;;*** 22454;;;***
22227 22455
22228;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 22456;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
22229;;;;;; (16377 12872)) 22457;;;;;; (17087 12575))
22230;;; Generated autoloads from shell.el 22458;;; Generated autoloads from shell.el
22231 22459
22232(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ 22460(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
@@ -22273,7 +22501,7 @@ Otherwise, one argument `-i' is passed to the shell.
22273;;;*** 22501;;;***
22274 22502
22275;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 22503;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
22276;;;;;; "sieve" "gnus/sieve.el" (16908 33361)) 22504;;;;;; "sieve" "gnus/sieve.el" (17087 12466))
22277;;; Generated autoloads from gnus/sieve.el 22505;;; Generated autoloads from gnus/sieve.el
22278 22506
22279(autoload (quote sieve-manage) "sieve" "\ 22507(autoload (quote sieve-manage) "sieve" "\
@@ -22294,7 +22522,7 @@ Not documented
22294;;;*** 22522;;;***
22295 22523
22296;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 22524;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
22297;;;;;; (16697 49031)) 22525;;;;;; (17087 12574))
22298;;; Generated autoloads from gnus/sieve-mode.el 22526;;; Generated autoloads from gnus/sieve-mode.el
22299 22527
22300(autoload (quote sieve-mode) "sieve-mode" "\ 22528(autoload (quote sieve-mode) "sieve-mode" "\
@@ -22309,8 +22537,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
22309 22537
22310;;;*** 22538;;;***
22311 22539
22312;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (16858 22540;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (17087
22313;;;;;; 50937)) 22541;;;;;; 12451))
22314;;; Generated autoloads from progmodes/simula.el 22542;;; Generated autoloads from progmodes/simula.el
22315 22543
22316(autoload (quote simula-mode) "simula" "\ 22544(autoload (quote simula-mode) "simula" "\
@@ -22359,7 +22587,7 @@ with no arguments, if that value is non-nil.
22359;;;*** 22587;;;***
22360 22588
22361;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 22589;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
22362;;;;;; define-skeleton) "skeleton" "skeleton.el" (16213 43271)) 22590;;;;;; define-skeleton) "skeleton" "skeleton.el" (17087 12570))
22363;;; Generated autoloads from skeleton.el 22591;;; Generated autoloads from skeleton.el
22364 22592
22365(defvar skeleton-filter (quote identity) "\ 22593(defvar skeleton-filter (quote identity) "\
@@ -22469,7 +22697,7 @@ symmetrical ones, and the same character twice for the others.
22469;;;*** 22697;;;***
22470 22698
22471;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" 22699;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el"
22472;;;;;; (16534 3808)) 22700;;;;;; (17087 12575))
22473;;; Generated autoloads from smerge-mode.el 22701;;; Generated autoloads from smerge-mode.el
22474 22702
22475(autoload (quote smerge-ediff) "smerge-mode" "\ 22703(autoload (quote smerge-ediff) "smerge-mode" "\
@@ -22488,7 +22716,7 @@ Minor mode to simplify editing output from the diff3 program.
22488;;;*** 22716;;;***
22489 22717
22490;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 22718;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
22491;;;;;; (16912 31021)) 22719;;;;;; (17087 12470))
22492;;; Generated autoloads from gnus/smiley.el 22720;;; Generated autoloads from gnus/smiley.el
22493 22721
22494(autoload (quote smiley-region) "smiley" "\ 22722(autoload (quote smiley-region) "smiley" "\
@@ -22506,7 +22734,7 @@ interactively. If there's no argument, do it at the current buffer
22506;;;*** 22734;;;***
22507 22735
22508;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 22736;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
22509;;;;;; "mail/smtpmail.el" (16908 33362)) 22737;;;;;; "mail/smtpmail.el" (17087 12566))
22510;;; Generated autoloads from mail/smtpmail.el 22738;;; Generated autoloads from mail/smtpmail.el
22511 22739
22512(autoload (quote smtpmail-send-it) "smtpmail" "\ 22740(autoload (quote smtpmail-send-it) "smtpmail" "\
@@ -22521,7 +22749,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
22521 22749
22522;;;*** 22750;;;***
22523 22751
22524;;;### (autoloads (snake) "snake" "play/snake.el" (16213 43281)) 22752;;;### (autoloads (snake) "snake" "play/snake.el" (17087 12566))
22525;;; Generated autoloads from play/snake.el 22753;;; Generated autoloads from play/snake.el
22526 22754
22527(autoload (quote snake) "snake" "\ 22755(autoload (quote snake) "snake" "\
@@ -22545,7 +22773,7 @@ Snake mode keybindings:
22545;;;*** 22773;;;***
22546 22774
22547;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 22775;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
22548;;;;;; (16858 50931)) 22776;;;;;; (17087 12566))
22549;;; Generated autoloads from net/snmp-mode.el 22777;;; Generated autoloads from net/snmp-mode.el
22550 22778
22551(autoload (quote snmp-mode) "snmp-mode" "\ 22779(autoload (quote snmp-mode) "snmp-mode" "\
@@ -22576,7 +22804,7 @@ then `snmpv2-mode-hook'.
22576 22804
22577;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name 22805;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name
22578;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) 22806;;;;;; calendar-longitude calendar-latitude calendar-time-display-form)
22579;;;;;; "solar" "calendar/solar.el" (16213 43272)) 22807;;;;;; "solar" "calendar/solar.el" (17087 12564))
22580;;; Generated autoloads from calendar/solar.el 22808;;; Generated autoloads from calendar/solar.el
22581 22809
22582(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ 22810(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\
@@ -22647,8 +22875,8 @@ Requires floating point.
22647 22875
22648;;;*** 22876;;;***
22649 22877
22650;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (16213 22878;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (17087
22651;;;;;; 43281)) 22879;;;;;; 12566))
22652;;; Generated autoloads from play/solitaire.el 22880;;; Generated autoloads from play/solitaire.el
22653 22881
22654(autoload (quote solitaire) "solitaire" "\ 22882(autoload (quote solitaire) "solitaire" "\
@@ -22725,7 +22953,7 @@ Pick your favourite shortcuts:
22725 22953
22726;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 22954;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
22727;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 22955;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
22728;;;;;; sort-lines sort-subr) "sort" "sort.el" (16460 18645)) 22956;;;;;; sort-lines sort-subr) "sort" "sort.el" (17087 12380))
22729;;; Generated autoloads from sort.el 22957;;; Generated autoloads from sort.el
22730 22958
22731(autoload (quote sort-subr) "sort" "\ 22959(autoload (quote sort-subr) "sort" "\
@@ -22867,8 +23095,8 @@ From a program takes two point or marker arguments, BEG and END.
22867 23095
22868;;;*** 23096;;;***
22869 23097
22870;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (16908 23098;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (17087
22871;;;;;; 33362)) 23099;;;;;; 12574))
22872;;; Generated autoloads from gnus/spam.el 23100;;; Generated autoloads from gnus/spam.el
22873 23101
22874(autoload (quote spam-initialize) "spam" "\ 23102(autoload (quote spam-initialize) "spam" "\
@@ -22878,8 +23106,52 @@ Install the spam.el hooks and do other initialization
22878 23106
22879;;;*** 23107;;;***
22880 23108
23109;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
23110;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
23111;;;;;; "gnus/spam-report.el" (17087 12567))
23112;;; Generated autoloads from gnus/spam-report.el
23113
23114(autoload (quote spam-report-process-queue) "spam-report" "\
23115Report all queued requests from `spam-report-requests-file'.
23116
23117If FILE is given, use it instead of `spam-report-requests-file'.
23118If KEEP is t, leave old requests in the file. If KEEP is the
23119symbol `ask', query before flushing the queue file.
23120
23121\(fn &optional FILE KEEP)" t nil)
23122
23123(autoload (quote spam-report-url-ping-mm-url) "spam-report" "\
23124Ping a host through HTTP, addressing a specific GET resource. Use
23125the external program specified in `mm-url-program' to connect to
23126server.
23127
23128\(fn HOST REPORT)" nil nil)
23129
23130(autoload (quote spam-report-url-to-file) "spam-report" "\
23131Collect spam report requests in `spam-report-requests-file'.
23132Customize `spam-report-url-ping-function' to use this function.
23133
23134\(fn HOST REPORT)" nil nil)
23135
23136(autoload (quote spam-report-agentize) "spam-report" "\
23137Add spam-report support to the Agent.
23138Spam reports will be queued with \\[spam-report-url-to-file] when
23139the Agent is unplugged, and will be submitted in a batch when the
23140Agent is plugged.
23141
23142\(fn)" t nil)
23143
23144(autoload (quote spam-report-deagentize) "spam-report" "\
23145Remove spam-report support from the Agent.
23146Spam reports will be queued with the method used when
23147\\[spam-report-agentize] was run.
23148
23149\(fn)" t nil)
23150
23151;;;***
23152
22881;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 23153;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
22882;;;;;; "speedbar.el" (16931 6984)) 23154;;;;;; "speedbar.el" (17087 12566))
22883;;; Generated autoloads from speedbar.el 23155;;; Generated autoloads from speedbar.el
22884 23156
22885(defalias (quote speedbar) (quote speedbar-frame-mode)) 23157(defalias (quote speedbar) (quote speedbar-frame-mode))
@@ -22904,7 +23176,7 @@ selected. If the speedbar frame is active, then select the attached frame.
22904;;;*** 23176;;;***
22905 23177
22906;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 23178;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
22907;;;;;; "spell" "textmodes/spell.el" (16213 43284)) 23179;;;;;; "spell" "textmodes/spell.el" (17087 12564))
22908;;; Generated autoloads from textmodes/spell.el 23180;;; Generated autoloads from textmodes/spell.el
22909 23181
22910(put (quote spell-filter) (quote risky-local-variable) t) 23182(put (quote spell-filter) (quote risky-local-variable) t)
@@ -22940,8 +23212,8 @@ Check spelling of string supplied as argument.
22940 23212
22941;;;*** 23213;;;***
22942 23214
22943;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (16213 23215;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (17087
22944;;;;;; 43281)) 23216;;;;;; 12380))
22945;;; Generated autoloads from play/spook.el 23217;;; Generated autoloads from play/spook.el
22946 23218
22947(autoload (quote spook) "spook" "\ 23219(autoload (quote spook) "spook" "\
@@ -22959,8 +23231,8 @@ Return a vector containing the lines from `spook-phrases-file'.
22959;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres 23231;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
22960;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 23232;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
22961;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help 23233;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help
22962;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (16908 23234;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (17087
22963;;;;;; 33362)) 23235;;;;;; 12570))
22964;;; Generated autoloads from progmodes/sql.el 23236;;; Generated autoloads from progmodes/sql.el
22965 23237
22966(autoload (quote sql-add-product-keywords) "sql" "\ 23238(autoload (quote sql-add-product-keywords) "sql" "\
@@ -23391,8 +23663,8 @@ input. See `sql-interactive-mode'.
23391;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 23663;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
23392;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 23664;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
23393;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 23665;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
23394;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (16768 23666;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (17087
23395;;;;;; 48632)) 23667;;;;;; 12570))
23396;;; Generated autoloads from strokes.el 23668;;; Generated autoloads from strokes.el
23397 23669
23398(autoload (quote strokes-global-set-stroke) "strokes" "\ 23670(autoload (quote strokes-global-set-stroke) "strokes" "\
@@ -23501,7 +23773,7 @@ Read a complex stroke and insert its glyph into the current buffer.
23501;;;*** 23773;;;***
23502 23774
23503;;;### (autoloads (studlify-buffer studlify-word studlify-region) 23775;;;### (autoloads (studlify-buffer studlify-word studlify-region)
23504;;;;;; "studly" "play/studly.el" (16213 43281)) 23776;;;;;; "studly" "play/studly.el" (17087 12380))
23505;;; Generated autoloads from play/studly.el 23777;;; Generated autoloads from play/studly.el
23506 23778
23507(autoload (quote studlify-region) "studly" "\ 23779(autoload (quote studlify-region) "studly" "\
@@ -23522,7 +23794,7 @@ Studlify-case the current buffer.
23522;;;*** 23794;;;***
23523 23795
23524;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 23796;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
23525;;;;;; (16830 50349)) 23797;;;;;; (17087 12570))
23526;;; Generated autoloads from mail/supercite.el 23798;;; Generated autoloads from mail/supercite.el
23527 23799
23528(autoload (quote sc-cite-original) "supercite" "\ 23800(autoload (quote sc-cite-original) "supercite" "\
@@ -23554,8 +23826,8 @@ before, and `sc-post-hook' is run after the guts of this function.
23554 23826
23555;;;*** 23827;;;***
23556 23828
23557;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (16213 23829;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (17087
23558;;;;;; 43273)) 23830;;;;;; 12380))
23559;;; Generated autoloads from emacs-lisp/syntax.el 23831;;; Generated autoloads from emacs-lisp/syntax.el
23560 23832
23561(autoload (quote syntax-ppss) "syntax" "\ 23833(autoload (quote syntax-ppss) "syntax" "\
@@ -23568,7 +23840,7 @@ Point is at POS when this function returns.
23568 23840
23569;;;*** 23841;;;***
23570 23842
23571;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (16213 43271)) 23843;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17087 12380))
23572;;; Generated autoloads from tabify.el 23844;;; Generated autoloads from tabify.el
23573 23845
23574(autoload (quote untabify) "tabify" "\ 23846(autoload (quote untabify) "tabify" "\
@@ -23603,7 +23875,7 @@ The variable `tab-width' controls the spacing of tab stops.
23603;;;;;; table-recognize table-insert-row-column table-insert-column 23875;;;;;; table-recognize table-insert-row-column table-insert-column
23604;;;;;; table-insert-row table-insert table-point-left-cell-hook 23876;;;;;; table-insert-row table-insert table-point-left-cell-hook
23605;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 23877;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
23606;;;;;; "table" "textmodes/table.el" (16958 58759)) 23878;;;;;; "table" "textmodes/table.el" (17087 12570))
23607;;; Generated autoloads from textmodes/table.el 23879;;; Generated autoloads from textmodes/table.el
23608 23880
23609(defvar table-cell-map-hook nil "\ 23881(defvar table-cell-map-hook nil "\
@@ -24191,7 +24463,7 @@ converts a table into plain text without frames. It is a companion to
24191 24463
24192;;;*** 24464;;;***
24193 24465
24194;;;### (autoloads (talk-connect) "talk" "talk.el" (16213 43271)) 24466;;;### (autoloads (talk talk-connect) "talk" "talk.el" (17087 12393))
24195;;; Generated autoloads from talk.el 24467;;; Generated autoloads from talk.el
24196 24468
24197(autoload (quote talk-connect) "talk" "\ 24469(autoload (quote talk-connect) "talk" "\
@@ -24199,9 +24471,14 @@ Connect to display DISPLAY for the Emacs talk group.
24199 24471
24200\(fn DISPLAY)" t nil) 24472\(fn DISPLAY)" t nil)
24201 24473
24474(autoload (quote talk) "talk" "\
24475Connect to the Emacs talk group from the current X display or tty frame.
24476
24477\(fn)" t nil)
24478
24202;;;*** 24479;;;***
24203 24480
24204;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (16954 46150)) 24481;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (17087 12509))
24205;;; Generated autoloads from tar-mode.el 24482;;; Generated autoloads from tar-mode.el
24206 24483
24207(autoload (quote tar-mode) "tar-mode" "\ 24484(autoload (quote tar-mode) "tar-mode" "\
@@ -24225,7 +24502,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
24225;;;*** 24502;;;***
24226 24503
24227;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 24504;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
24228;;;;;; "progmodes/tcl.el" (16808 48570)) 24505;;;;;; "progmodes/tcl.el" (17087 12564))
24229;;; Generated autoloads from progmodes/tcl.el 24506;;; Generated autoloads from progmodes/tcl.el
24230 24507
24231(autoload (quote tcl-mode) "tcl" "\ 24508(autoload (quote tcl-mode) "tcl" "\
@@ -24276,7 +24553,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
24276 24553
24277;;;*** 24554;;;***
24278 24555
24279;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (16548 34615)) 24556;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (17087 12564))
24280;;; Generated autoloads from net/telnet.el 24557;;; Generated autoloads from net/telnet.el
24281 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") 24558 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
24282 24559
@@ -24303,8 +24580,8 @@ Normally input is edited in Emacs and sent a line at a time.
24303 24580
24304;;;*** 24581;;;***
24305 24582
24306;;;### (autoloads (ansi-term term make-term) "term" "term.el" (16829 24583;;;### (autoloads (ansi-term term make-term) "term" "term.el" (17087
24307;;;;;; 43426)) 24584;;;;;; 12575))
24308;;; Generated autoloads from term.el 24585;;; Generated autoloads from term.el
24309 24586
24310(autoload (quote make-term) "term" "\ 24587(autoload (quote make-term) "term" "\
@@ -24332,8 +24609,8 @@ Start a terminal-emulator in a new buffer.
24332 24609
24333;;;*** 24610;;;***
24334 24611
24335;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (16698 24612;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (17087
24336;;;;;; 21926)) 24613;;;;;; 12570))
24337;;; Generated autoloads from terminal.el 24614;;; Generated autoloads from terminal.el
24338 24615
24339(autoload (quote terminal-emulator) "terminal" "\ 24616(autoload (quote terminal-emulator) "terminal" "\
@@ -24356,7 +24633,7 @@ This escape character may be changed using the variable `terminal-escape-char'.
24356 24633
24357`Meta' characters may not currently be sent through the terminal emulator. 24634`Meta' characters may not currently be sent through the terminal emulator.
24358 24635
24359Here is a list of some of the variables which control the behaviour 24636Here is a list of some of the variables which control the behavior
24360of the emulator -- see their documentation for more information: 24637of the emulator -- see their documentation for more information:
24361terminal-escape-char, terminal-scrolling, terminal-more-processing, 24638terminal-escape-char, terminal-scrolling, terminal-more-processing,
24362terminal-redisplay-interval. 24639terminal-redisplay-interval.
@@ -24370,7 +24647,7 @@ subprocess started.
24370;;;*** 24647;;;***
24371 24648
24372;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 24649;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
24373;;;;;; (16635 35907)) 24650;;;;;; (17087 12569))
24374;;; Generated autoloads from emacs-lisp/testcover.el 24651;;; Generated autoloads from emacs-lisp/testcover.el
24375 24652
24376(autoload (quote testcover-this-defun) "testcover" "\ 24653(autoload (quote testcover-this-defun) "testcover" "\
@@ -24380,7 +24657,7 @@ Start coverage on function under point.
24380 24657
24381;;;*** 24658;;;***
24382 24659
24383;;;### (autoloads (tetris) "tetris" "play/tetris.el" (16213 43281)) 24660;;;### (autoloads (tetris) "tetris" "play/tetris.el" (17087 12566))
24384;;; Generated autoloads from play/tetris.el 24661;;; Generated autoloads from play/tetris.el
24385 24662
24386(autoload (quote tetris) "tetris" "\ 24663(autoload (quote tetris) "tetris" "\
@@ -24411,7 +24688,7 @@ tetris-mode keybindings:
24411;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 24688;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
24412;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 24689;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
24413;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 24690;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
24414;;;;;; (16958 58759)) 24691;;;;;; (17087 12570))
24415;;; Generated autoloads from textmodes/tex-mode.el 24692;;; Generated autoloads from textmodes/tex-mode.el
24416 24693
24417(defvar tex-shell-file-name nil "\ 24694(defvar tex-shell-file-name nil "\
@@ -24713,7 +24990,7 @@ Major mode to edit DocTeX files.
24713;;;*** 24990;;;***
24714 24991
24715;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 24992;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
24716;;;;;; "texinfmt" "textmodes/texinfmt.el" (16939 44105)) 24993;;;;;; "texinfmt" "textmodes/texinfmt.el" (17087 12565))
24717;;; Generated autoloads from textmodes/texinfmt.el 24994;;; Generated autoloads from textmodes/texinfmt.el
24718 24995
24719(autoload (quote texinfo-format-buffer) "texinfmt" "\ 24996(autoload (quote texinfo-format-buffer) "texinfmt" "\
@@ -24753,7 +25030,7 @@ if large. You can use Info-split to do this manually.
24753;;;*** 25030;;;***
24754 25031
24755;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 25032;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
24756;;;;;; "texinfo" "textmodes/texinfo.el" (16858 50941)) 25033;;;;;; "texinfo" "textmodes/texinfo.el" (17087 12570))
24757;;; Generated autoloads from textmodes/texinfo.el 25034;;; Generated autoloads from textmodes/texinfo.el
24758 25035
24759(defvar texinfo-open-quote "``" "\ 25036(defvar texinfo-open-quote "``" "\
@@ -24840,7 +25117,7 @@ value of `texinfo-mode-hook'.
24840;;;### (autoloads (thai-auto-composition-mode thai-composition-function 25117;;;### (autoloads (thai-auto-composition-mode thai-composition-function
24841;;;;;; thai-post-read-conversion thai-compose-buffer thai-compose-string 25118;;;;;; thai-post-read-conversion thai-compose-buffer thai-compose-string
24842;;;;;; thai-compose-region) "thai-util" "language/thai-util.el" 25119;;;;;; thai-compose-region) "thai-util" "language/thai-util.el"
24843;;;;;; (16954 46150)) 25120;;;;;; (17087 12528))
24844;;; Generated autoloads from language/thai-util.el 25121;;; Generated autoloads from language/thai-util.el
24845 25122
24846(autoload (quote thai-compose-region) "thai-util" "\ 25123(autoload (quote thai-compose-region) "thai-util" "\
@@ -24884,7 +25161,7 @@ Minor mode for automatically correct Thai character composition.
24884 25161
24885;;;### (autoloads (list-at-point number-at-point symbol-at-point 25162;;;### (autoloads (list-at-point number-at-point symbol-at-point
24886;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 25163;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
24887;;;;;; "thingatpt" "thingatpt.el" (16213 43271)) 25164;;;;;; "thingatpt" "thingatpt.el" (17087 12380))
24888;;; Generated autoloads from thingatpt.el 25165;;; Generated autoloads from thingatpt.el
24889 25166
24890(autoload (quote forward-thing) "thingatpt" "\ 25167(autoload (quote forward-thing) "thingatpt" "\
@@ -24941,7 +25218,7 @@ Not documented
24941 25218
24942;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show-all thumbs-dired-show-marked 25219;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show-all thumbs-dired-show-marked
24943;;;;;; thumbs-show-all-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 25220;;;;;; thumbs-show-all-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
24944;;;;;; (16908 33361)) 25221;;;;;; (17087 12570))
24945;;; Generated autoloads from thumbs.el 25222;;; Generated autoloads from thumbs.el
24946 25223
24947(autoload (quote thumbs-find-thumb) "thumbs" "\ 25224(autoload (quote thumbs-find-thumb) "thumbs" "\
@@ -24957,7 +25234,7 @@ and SAME-WINDOW to show thumbs in the same window.
24957\(fn DIR &optional REG SAME-WINDOW)" t nil) 25234\(fn DIR &optional REG SAME-WINDOW)" t nil)
24958 25235
24959(autoload (quote thumbs-dired-show-marked) "thumbs" "\ 25236(autoload (quote thumbs-dired-show-marked) "thumbs" "\
24960In Dired, make a thumbs buffer with all marked files. 25237In dired, make a thumbs buffer with all marked files.
24961 25238
24962\(fn)" t nil) 25239\(fn)" t nil)
24963 25240
@@ -24969,7 +25246,7 @@ In dired, make a thumbs buffer with all files in current directory.
24969(defalias (quote thumbs) (quote thumbs-show-all-from-dir)) 25246(defalias (quote thumbs) (quote thumbs-show-all-from-dir))
24970 25247
24971(autoload (quote thumbs-dired-setroot) "thumbs" "\ 25248(autoload (quote thumbs-dired-setroot) "thumbs" "\
24972In dired, Call the setroot program on the image at point. 25249In dired, call the setroot program on the image at point.
24973 25250
24974\(fn)" t nil) 25251\(fn)" t nil)
24975 25252
@@ -24980,7 +25257,7 @@ In dired, Call the setroot program on the image at point.
24980;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region 25257;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region
24981;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan 25258;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan
24982;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" 25259;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util"
24983;;;;;; "language/tibet-util.el" (16213 43280)) 25260;;;;;; "language/tibet-util.el" (17087 12562))
24984;;; Generated autoloads from language/tibet-util.el 25261;;; Generated autoloads from language/tibet-util.el
24985 25262
24986(autoload (quote tibetan-char-p) "tibet-util" "\ 25263(autoload (quote tibetan-char-p) "tibet-util" "\
@@ -25059,7 +25336,7 @@ Not documented
25059;;;*** 25336;;;***
25060 25337
25061;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 25338;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
25062;;;;;; (16213 43284)) 25339;;;;;; (17087 12380))
25063;;; Generated autoloads from textmodes/tildify.el 25340;;; Generated autoloads from textmodes/tildify.el
25064 25341
25065(autoload (quote tildify-region) "tildify" "\ 25342(autoload (quote tildify-region) "tildify" "\
@@ -25083,7 +25360,7 @@ This function performs no refilling of the changed text.
25083;;;*** 25360;;;***
25084 25361
25085;;;### (autoloads (display-time-mode display-time display-time-day-and-date) 25362;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
25086;;;;;; "time" "time.el" (16908 33361)) 25363;;;;;; "time" "time.el" (17087 12570))
25087;;; Generated autoloads from time.el 25364;;; Generated autoloads from time.el
25088 25365
25089(defvar display-time-day-and-date nil "\ 25366(defvar display-time-day-and-date nil "\
@@ -25124,8 +25401,8 @@ This runs the normal hook `display-time-hook' after each update.
25124;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year 25401;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year
25125;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract 25402;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract
25126;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds 25403;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds
25127;;;;;; date-to-time) "time-date" "calendar/time-date.el" (16698 25404;;;;;; date-to-time) "time-date" "calendar/time-date.el" (17087
25128;;;;;; 21926)) 25405;;;;;; 12531))
25129;;; Generated autoloads from calendar/time-date.el 25406;;; Generated autoloads from calendar/time-date.el
25130 25407
25131(autoload (quote date-to-time) "time-date" "\ 25408(autoload (quote date-to-time) "time-date" "\
@@ -25211,7 +25488,7 @@ If DATE is malformed, return a time value of zeros.
25211;;;*** 25488;;;***
25212 25489
25213;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 25490;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
25214;;;;;; "time-stamp.el" (16589 26258)) 25491;;;;;; "time-stamp.el" (17087 12565))
25215;;; Generated autoloads from time-stamp.el 25492;;; Generated autoloads from time-stamp.el
25216 25493
25217(autoload (quote time-stamp) "time-stamp" "\ 25494(autoload (quote time-stamp) "time-stamp" "\
@@ -25246,7 +25523,7 @@ With ARG, turn time stamping on if and only if arg is positive.
25246;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 25523;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
25247;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 25524;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
25248;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 25525;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
25249;;;;;; (16534 3808)) 25526;;;;;; (17087 12530))
25250;;; Generated autoloads from calendar/timeclock.el 25527;;; Generated autoloads from calendar/timeclock.el
25251 25528
25252(autoload (quote timeclock-modeline-display) "timeclock" "\ 25529(autoload (quote timeclock-modeline-display) "timeclock" "\
@@ -25347,7 +25624,7 @@ relative only to the time worked today, and not to past time.
25347 25624
25348;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer 25625;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer
25349;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" 25626;;;;;; run-at-time cancel-function-timers cancel-timer) "timer"
25350;;;;;; "emacs-lisp/timer.el" (16908 33361)) 25627;;;;;; "emacs-lisp/timer.el" (17087 12466))
25351;;; Generated autoloads from emacs-lisp/timer.el 25628;;; Generated autoloads from emacs-lisp/timer.el
25352 25629
25353(defalias (quote disable-timeout) (quote cancel-timer)) 25630(defalias (quote disable-timeout) (quote cancel-timer))
@@ -25420,7 +25697,7 @@ be detected.
25420;;;*** 25697;;;***
25421 25698
25422;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 25699;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
25423;;;;;; "international/titdic-cnv.el" (16534 3808)) 25700;;;;;; "international/titdic-cnv.el" (17087 12558))
25424;;; Generated autoloads from international/titdic-cnv.el 25701;;; Generated autoloads from international/titdic-cnv.el
25425 25702
25426(autoload (quote titdic-convert) "titdic-cnv" "\ 25703(autoload (quote titdic-convert) "titdic-cnv" "\
@@ -25443,8 +25720,8 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
25443;;;*** 25720;;;***
25444 25721
25445;;;### (autoloads (tamil-composition-function tamil-post-read-conversion 25722;;;### (autoloads (tamil-composition-function tamil-post-read-conversion
25446;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (16233 25723;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (17087
25447;;;;;; 29568)) 25724;;;;;; 12380))
25448;;; Generated autoloads from language/tml-util.el 25725;;; Generated autoloads from language/tml-util.el
25449 25726
25450(autoload (quote tamil-compose-region) "tml-util" "\ 25727(autoload (quote tamil-compose-region) "tml-util" "\
@@ -25459,7 +25736,7 @@ Not documented
25459 25736
25460(autoload (quote tamil-composition-function) "tml-util" "\ 25737(autoload (quote tamil-composition-function) "tml-util" "\
25461Compose Tamil characters in REGION, or STRING if specified. 25738Compose Tamil characters in REGION, or STRING if specified.
25462Assume that the REGION or STRING must fully match the composable 25739Assume that the REGION or STRING must fully match the composable
25463PATTERN regexp. 25740PATTERN regexp.
25464 25741
25465\(fn FROM TO PATTERN &optional STRING)" nil nil) 25742\(fn FROM TO PATTERN &optional STRING)" nil nil)
@@ -25467,7 +25744,7 @@ PATTERN regexp.
25467;;;*** 25744;;;***
25468 25745
25469;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 25746;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
25470;;;;;; "tmm.el" (16213 43271)) 25747;;;;;; "tmm.el" (17087 12570))
25471;;; Generated autoloads from tmm.el 25748;;; Generated autoloads from tmm.el
25472 (define-key global-map "\M-`" 'tmm-menubar) 25749 (define-key global-map "\M-`" 'tmm-menubar)
25473 (define-key global-map [f10] 'tmm-menubar) 25750 (define-key global-map [f10] 'tmm-menubar)
@@ -25508,7 +25785,7 @@ Its value should be an event that has a binding in MENU.
25508 25785
25509;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 25786;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
25510;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 25787;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
25511;;;;;; "todo-mode" "calendar/todo-mode.el" (16507 41097)) 25788;;;;;; "todo-mode" "calendar/todo-mode.el" (17087 12569))
25512;;; Generated autoloads from calendar/todo-mode.el 25789;;; Generated autoloads from calendar/todo-mode.el
25513 25790
25514(autoload (quote todo-add-category) "todo-mode" "\ 25791(autoload (quote todo-add-category) "todo-mode" "\
@@ -25569,7 +25846,7 @@ Show TODO list.
25569 25846
25570;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 25847;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
25571;;;;;; tool-bar-local-item tool-bar-add-item tool-bar-mode) "tool-bar" 25848;;;;;; tool-bar-local-item tool-bar-add-item tool-bar-mode) "tool-bar"
25572;;;;;; "toolbar/tool-bar.el" (16775 26718)) 25849;;;;;; "toolbar/tool-bar.el" (17087 12565))
25573;;; Generated autoloads from toolbar/tool-bar.el 25850;;; Generated autoloads from toolbar/tool-bar.el
25574 25851
25575(defvar tool-bar-mode nil "\ 25852(defvar tool-bar-mode nil "\
@@ -25651,10 +25928,10 @@ MAP must contain appropriate binding for `[menu-bar]' which holds a keymap.
25651 25928
25652;;;*** 25929;;;***
25653 25930
25654;;;### (autoloads (tooltip-mode) "tooltip" "tooltip.el" (16960 18194)) 25931;;;### (autoloads (tooltip-mode) "tooltip" "tooltip.el" (17087 12575))
25655;;; Generated autoloads from tooltip.el 25932;;; Generated autoloads from tooltip.el
25656 25933
25657(defvar tooltip-mode nil "\ 25934(defvar tooltip-mode (not (or noninteractive (and (boundp (quote emacs-quick-startup)) emacs-quick-startup) (not (and (fboundp (quote display-graphic-p)) (display-graphic-p))) (not (fboundp (quote x-show-tip))))) "\
25658Non-nil if Tooltip mode is enabled. 25935Non-nil if Tooltip mode is enabled.
25659See the command `tooltip-mode' for a description of this minor-mode. 25936See the command `tooltip-mode' for a description of this minor-mode.
25660Setting this variable directly does not take effect; 25937Setting this variable directly does not take effect;
@@ -25670,8 +25947,8 @@ With ARG, turn tooltip mode on if and only if ARG is positive.
25670 25947
25671;;;*** 25948;;;***
25672 25949
25673;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (16812 25950;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (17087
25674;;;;;; 26772)) 25951;;;;;; 12564))
25675;;; Generated autoloads from emulation/tpu-edt.el 25952;;; Generated autoloads from emulation/tpu-edt.el
25676 25953
25677(defalias (quote tpu-edt-mode) (quote tpu-edt-on)) 25954(defalias (quote tpu-edt-mode) (quote tpu-edt-on))
@@ -25686,7 +25963,7 @@ Turn on TPU/edt emulation.
25686;;;*** 25963;;;***
25687 25964
25688;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) 25965;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins)
25689;;;;;; "tpu-extras" "emulation/tpu-extras.el" (16213 43273)) 25966;;;;;; "tpu-extras" "emulation/tpu-extras.el" (17087 12566))
25690;;; Generated autoloads from emulation/tpu-extras.el 25967;;; Generated autoloads from emulation/tpu-extras.el
25691 25968
25692(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ 25969(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\
@@ -25706,7 +25983,7 @@ Constrain the cursor to the flow of the text.
25706 25983
25707;;;*** 25984;;;***
25708 25985
25709;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (16227 13384)) 25986;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (17087 12380))
25710;;; Generated autoloads from emacs-lisp/tq.el 25987;;; Generated autoloads from emacs-lisp/tq.el
25711 25988
25712(autoload (quote tq-create) "tq" "\ 25989(autoload (quote tq-create) "tq" "\
@@ -25720,7 +25997,7 @@ to a tcp server on another machine.
25720;;;*** 25997;;;***
25721 25998
25722;;;### (autoloads (trace-function-background trace-function trace-buffer) 25999;;;### (autoloads (trace-function-background trace-function trace-buffer)
25723;;;;;; "trace" "emacs-lisp/trace.el" (16930 25650)) 26000;;;;;; "trace" "emacs-lisp/trace.el" (17087 12477))
25724;;; Generated autoloads from emacs-lisp/trace.el 26001;;; Generated autoloads from emacs-lisp/trace.el
25725 26002
25726(defvar trace-buffer "*trace-output*" "\ 26003(defvar trace-buffer "*trace-output*" "\
@@ -25753,7 +26030,7 @@ the window or buffer configuration at all.
25753 26030
25754;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler 26031;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler
25755;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp) 26032;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp)
25756;;;;;; "tramp" "net/tramp.el" (16958 58758)) 26033;;;;;; "tramp" "net/tramp.el" (17087 12575))
25757;;; Generated autoloads from net/tramp.el 26034;;; Generated autoloads from net/tramp.el
25758 26035
25759(defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ 26036(defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\
@@ -25830,7 +26107,7 @@ Falls back to normal file name handler if no tramp file name handler exists.
25830;;;*** 26107;;;***
25831 26108
25832;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 26109;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
25833;;;;;; "textmodes/two-column.el" (16213 43285)) 26110;;;;;; "textmodes/two-column.el" (17087 12380))
25834;;; Generated autoloads from textmodes/two-column.el 26111;;; Generated autoloads from textmodes/two-column.el
25835 (autoload '2C-command "two-column" () t 'keymap) 26112 (autoload '2C-command "two-column" () t 'keymap)
25836 (global-set-key "\C-x6" '2C-command) 26113 (global-set-key "\C-x6" '2C-command)
@@ -25881,7 +26158,7 @@ First column's text sSs Second column's text
25881;;;;;; type-break type-break-mode type-break-keystroke-threshold 26158;;;;;; type-break type-break-mode type-break-keystroke-threshold
25882;;;;;; type-break-good-break-interval type-break-good-rest-interval 26159;;;;;; type-break-good-break-interval type-break-good-rest-interval
25883;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 26160;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
25884;;;;;; (16884 52115)) 26161;;;;;; (17087 12453))
25885;;; Generated autoloads from type-break.el 26162;;; Generated autoloads from type-break.el
25886 26163
25887(defvar type-break-mode nil "\ 26164(defvar type-break-mode nil "\
@@ -26064,7 +26341,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
26064;;;*** 26341;;;***
26065 26342
26066;;;### (autoloads (ununderline-region underline-region) "underline" 26343;;;### (autoloads (ununderline-region underline-region) "underline"
26067;;;;;; "textmodes/underline.el" (16213 43286)) 26344;;;;;; "textmodes/underline.el" (17087 12380))
26068;;; Generated autoloads from textmodes/underline.el 26345;;; Generated autoloads from textmodes/underline.el
26069 26346
26070(autoload (quote underline-region) "underline" "\ 26347(autoload (quote underline-region) "underline" "\
@@ -26085,7 +26362,7 @@ which specify the range to operate on.
26085;;;*** 26362;;;***
26086 26363
26087;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) 26364;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)
26088;;;;;; "undigest" "mail/undigest.el" (16213 43280)) 26365;;;;;; "undigest" "mail/undigest.el" (17087 12570))
26089;;; Generated autoloads from mail/undigest.el 26366;;; Generated autoloads from mail/undigest.el
26090 26367
26091(autoload (quote undigestify-rmail-message) "undigest" "\ 26368(autoload (quote undigestify-rmail-message) "undigest" "\
@@ -26104,7 +26381,7 @@ following the containing message.
26104;;;*** 26381;;;***
26105 26382
26106;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 26383;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
26107;;;;;; (16544 33334)) 26384;;;;;; (17087 12380))
26108;;; Generated autoloads from mail/unrmail.el 26385;;; Generated autoloads from mail/unrmail.el
26109 26386
26110(autoload (quote batch-unrmail) "unrmail" "\ 26387(autoload (quote batch-unrmail) "unrmail" "\
@@ -26123,8 +26400,8 @@ Convert Rmail file FILE to system inbox format file TO-FILE.
26123 26400
26124;;;*** 26401;;;***
26125 26402
26126;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (16213 26403;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (17087
26127;;;;;; 43273)) 26404;;;;;; 12380))
26128;;; Generated autoloads from emacs-lisp/unsafep.el 26405;;; Generated autoloads from emacs-lisp/unsafep.el
26129 26406
26130(autoload (quote unsafep) "unsafep" "\ 26407(autoload (quote unsafep) "unsafep" "\
@@ -26136,7 +26413,7 @@ of symbols with local bindings.
26136 26413
26137;;;*** 26414;;;***
26138 26415
26139;;;### (autoloads nil "url" "url/url.el" (16875 35929)) 26416;;;### (autoloads nil "url" "url/url.el" (17087 12570))
26140;;; Generated autoloads from url/url.el 26417;;; Generated autoloads from url/url.el
26141 26418
26142(defvar url-configuration-directory "~/.url") 26419(defvar url-configuration-directory "~/.url")
@@ -26144,7 +26421,7 @@ of symbols with local bindings.
26144;;;*** 26421;;;***
26145 26422
26146;;;### (autoloads (url-register-auth-scheme url-get-authentication) 26423;;;### (autoloads (url-register-auth-scheme url-get-authentication)
26147;;;;;; "url-auth" "url/url-auth.el" (16764 51522)) 26424;;;;;; "url-auth" "url/url-auth.el" (17087 12565))
26148;;; Generated autoloads from url/url-auth.el 26425;;; Generated autoloads from url/url-auth.el
26149 26426
26150(autoload (quote url-get-authentication) "url-auth" "\ 26427(autoload (quote url-get-authentication) "url-auth" "\
@@ -26186,8 +26463,8 @@ RATING a rating between 1 and 10 of the strength of the authentication.
26186;;;*** 26463;;;***
26187 26464
26188;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached 26465;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached
26189;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (16764 26466;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (17087
26190;;;;;; 51522)) 26467;;;;;; 12436))
26191;;; Generated autoloads from url/url-cache.el 26468;;; Generated autoloads from url/url-cache.el
26192 26469
26193(autoload (quote url-store-in-cache) "url-cache" "\ 26470(autoload (quote url-store-in-cache) "url-cache" "\
@@ -26212,7 +26489,7 @@ Return t iff a cached file has expired.
26212 26489
26213;;;*** 26490;;;***
26214 26491
26215;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (16764 51522)) 26492;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (17087 12436))
26216;;; Generated autoloads from url/url-cid.el 26493;;; Generated autoloads from url/url-cid.el
26217 26494
26218(autoload (quote url-cid) "url-cid" "\ 26495(autoload (quote url-cid) "url-cid" "\
@@ -26223,8 +26500,9 @@ Not documented
26223;;;*** 26500;;;***
26224 26501
26225;;;### (autoloads (url-cookie-setup-save-timer url-cookie-handle-set-cookie 26502;;;### (autoloads (url-cookie-setup-save-timer url-cookie-handle-set-cookie
26226;;;;;; url-cookie-retrieve url-cookie-write-file url-cookie-parse-file) 26503;;;;;; url-cookie-generate-header-lines url-cookie-retrieve url-cookie-write-file
26227;;;;;; "url-cookie" "url/url-cookie.el" (16746 18215)) 26504;;;;;; url-cookie-parse-file) "url-cookie" "url/url-cookie.el" (17087
26505;;;;;; 12582))
26228;;; Generated autoloads from url/url-cookie.el 26506;;; Generated autoloads from url/url-cookie.el
26229 26507
26230(autoload (quote url-cookie-parse-file) "url-cookie" "\ 26508(autoload (quote url-cookie-parse-file) "url-cookie" "\
@@ -26242,6 +26520,11 @@ Retrieve all the netscape-style cookies for a specified HOST and PATH.
26242 26520
26243\(fn HOST PATH &optional SECURE)" nil nil) 26521\(fn HOST PATH &optional SECURE)" nil nil)
26244 26522
26523(autoload (quote url-cookie-generate-header-lines) "url-cookie" "\
26524Not documented
26525
26526\(fn HOST PATH SECURE)" nil nil)
26527
26245(autoload (quote url-cookie-handle-set-cookie) "url-cookie" "\ 26528(autoload (quote url-cookie-handle-set-cookie) "url-cookie" "\
26246Not documented 26529Not documented
26247 26530
@@ -26254,13 +26537,8 @@ Reset the cookie saver timer.
26254 26537
26255;;;*** 26538;;;***
26256 26539
26257;;;### (autoloads (url-dav-vc-registered url-dav-file-name-completion 26540;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
26258;;;;;; url-dav-file-name-all-completions url-dav-rename-file url-dav-make-directory 26541;;;;;; "url/url-dav.el" (17087 12570))
26259;;;;;; url-dav-file-directory-p url-dav-directory-files url-dav-delete-file
26260;;;;;; url-dav-delete-directory url-dav-save-resource url-dav-file-attributes
26261;;;;;; url-dav-unlock-resource url-dav-active-locks url-dav-lock-resource
26262;;;;;; url-dav-get-properties url-dav-supported-p) "url-dav" "url/url-dav.el"
26263;;;;;; (16515 33876))
26264;;; Generated autoloads from url/url-dav.el 26542;;; Generated autoloads from url/url-dav.el
26265 26543
26266(autoload (quote url-dav-supported-p) "url-dav" "\ 26544(autoload (quote url-dav-supported-p) "url-dav" "\
@@ -26268,102 +26546,6 @@ Not documented
26268 26546
26269\(fn URL)" nil nil) 26547\(fn URL)" nil nil)
26270 26548
26271(autoload (quote url-dav-get-properties) "url-dav" "\
26272Return properties for URL, up to DEPTH levels deep.
26273
26274Returns an assoc list, where the key is the filename (possibly a full
26275URI), and the value is a standard property list of DAV property
26276names (ie: DAV:resourcetype).
26277
26278\(fn URL &optional ATTRIBUTES DEPTH NAMESPACES)" nil nil)
26279
26280(autoload (quote url-dav-lock-resource) "url-dav" "\
26281Request a lock on URL. If EXCLUSIVE is non-nil, get an exclusive lock.
26282Optional 3rd argument DEPTH says how deep the lock should go, default is 0
26283\(lock only the resource and none of its children).
26284
26285Returns a cons-cell of (SUCCESSFUL-RESULTS . FAILURE-RESULTS).
26286SUCCESSFUL-RESULTS is a list of (URL STATUS locktoken).
26287FAILURE-RESULTS is a list of (URL STATUS).
26288
26289\(fn URL EXCLUSIVE &optional DEPTH)" nil nil)
26290
26291(autoload (quote url-dav-active-locks) "url-dav" "\
26292Return an assoc list of all active locks on URL.
26293
26294\(fn URL &optional DEPTH)" nil nil)
26295
26296(autoload (quote url-dav-unlock-resource) "url-dav" "\
26297Release the lock on URL represented by LOCK-TOKEN.
26298Returns t iff the lock was successfully released.
26299
26300\(fn URL LOCK-TOKEN)" nil nil)
26301
26302(autoload (quote url-dav-file-attributes) "url-dav" "\
26303Not documented
26304
26305\(fn URL &optional ID-FORMAT)" nil nil)
26306
26307(autoload (quote url-dav-save-resource) "url-dav" "\
26308Save OBJ as URL using WebDAV.
26309URL must be a fully qualified URL.
26310OBJ may be a buffer or a string.
26311
26312\(fn URL OBJ &optional CONTENT-TYPE LOCK-TOKEN)" nil nil)
26313
26314(autoload (quote url-dav-delete-directory) "url-dav" "\
26315Delete the WebDAV collection URL.
26316If optional second argument RECURSIVE is non-nil, then delete all
26317files in the collection as well.
26318
26319\(fn URL &optional RECURSIVE LOCK-TOKEN)" nil nil)
26320
26321(autoload (quote url-dav-delete-file) "url-dav" "\
26322Delete file named URL.
26323
26324\(fn URL &optional LOCK-TOKEN)" nil nil)
26325
26326(autoload (quote url-dav-directory-files) "url-dav" "\
26327Return a list of names of files in DIRECTORY.
26328There are three optional arguments:
26329If FULL is non-nil, return absolute file names. Otherwise return names
26330 that are relative to the specified directory.
26331If MATCH is non-nil, mention only file names that match the regexp MATCH.
26332If NOSORT is non-nil, the list is not sorted--its order is unpredictable.
26333 NOSORT is useful if you plan to sort the result yourself.
26334
26335\(fn URL &optional FULL MATCH NOSORT FILES-ONLY)" nil nil)
26336
26337(autoload (quote url-dav-file-directory-p) "url-dav" "\
26338Return t if URL names an existing DAV collection.
26339
26340\(fn URL)" nil nil)
26341
26342(autoload (quote url-dav-make-directory) "url-dav" "\
26343Create the directory DIR and any nonexistent parent dirs.
26344
26345\(fn URL &optional PARENTS)" nil nil)
26346
26347(autoload (quote url-dav-rename-file) "url-dav" "\
26348Not documented
26349
26350\(fn OLDNAME NEWNAME &optional OVERWRITE)" nil nil)
26351
26352(autoload (quote url-dav-file-name-all-completions) "url-dav" "\
26353Return a list of all completions of file name FILE in directory DIRECTORY.
26354These are all file names in directory DIRECTORY which begin with FILE.
26355
26356\(fn FILE URL)" nil nil)
26357
26358(autoload (quote url-dav-file-name-completion) "url-dav" "\
26359Complete file name FILE in directory DIRECTORY.
26360Returns the longest string
26361common to all file names in DIRECTORY that start with FILE.
26362If there is only one and FILE matches it exactly, returns t.
26363Returns nil if DIR contains no name starting with FILE.
26364
26365\(fn FILE URL)" nil nil)
26366
26367(autoload (quote url-dav-vc-registered) "url-dav" "\ 26549(autoload (quote url-dav-vc-registered) "url-dav" "\
26368Not documented 26550Not documented
26369 26551
@@ -26371,8 +26553,8 @@ Not documented
26371 26553
26372;;;*** 26554;;;***
26373 26555
26374;;;### (autoloads (url-file) "url-file" "url/url-file.el" (16746 26556;;;### (autoloads (url-file) "url-file" "url/url-file.el" (17087
26375;;;;;; 18215)) 26557;;;;;; 12570))
26376;;; Generated autoloads from url/url-file.el 26558;;; Generated autoloads from url/url-file.el
26377 26559
26378(autoload (quote url-file) "url-file" "\ 26560(autoload (quote url-file) "url-file" "\
@@ -26383,7 +26565,7 @@ Handle file: and ftp: URLs.
26383;;;*** 26565;;;***
26384 26566
26385;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 26567;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
26386;;;;;; "url/url-gw.el" (16764 51522)) 26568;;;;;; "url/url-gw.el" (17087 12578))
26387;;; Generated autoloads from url/url-gw.el 26569;;; Generated autoloads from url/url-gw.el
26388 26570
26389(autoload (quote url-gateway-nslookup-host) "url-gw" "\ 26571(autoload (quote url-gateway-nslookup-host) "url-gw" "\
@@ -26394,15 +26576,15 @@ Attempt to resolve the given HOST using nslookup if possible.
26394(autoload (quote url-open-stream) "url-gw" "\ 26576(autoload (quote url-open-stream) "url-gw" "\
26395Open a stream to HOST, possibly via a gateway. 26577Open a stream to HOST, possibly via a gateway.
26396Args per `open-network-stream'. 26578Args per `open-network-stream'.
26397Will not make a connexion if `url-gateway-unplugged' is non-nil. 26579Will not make a connection if `url-gateway-unplugged' is non-nil.
26398 26580
26399\(fn NAME BUFFER HOST SERVICE)" nil nil) 26581\(fn NAME BUFFER HOST SERVICE)" nil nil)
26400 26582
26401;;;*** 26583;;;***
26402 26584
26403;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 26585;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
26404;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (16829 26586;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (17087
26405;;;;;; 43427)) 26587;;;;;; 12570))
26406;;; Generated autoloads from url/url-handlers.el 26588;;; Generated autoloads from url/url-handlers.el
26407 26589
26408(defvar url-handler-mode nil "\ 26590(defvar url-handler-mode nil "\
@@ -26446,7 +26628,7 @@ Not documented
26446 26628
26447;;;### (autoloads (url-history-save-history url-history-parse-history 26629;;;### (autoloads (url-history-save-history url-history-parse-history
26448;;;;;; url-history-setup-save-timer) "url-history" "url/url-history.el" 26630;;;;;; url-history-setup-save-timer) "url-history" "url/url-history.el"
26449;;;;;; (16930 25655)) 26631;;;;;; (17087 12570))
26450;;; Generated autoloads from url/url-history.el 26632;;; Generated autoloads from url/url-history.el
26451 26633
26452(autoload (quote url-history-setup-save-timer) "url-history" "\ 26634(autoload (quote url-history-setup-save-timer) "url-history" "\
@@ -26470,7 +26652,7 @@ user for what type to save as.
26470;;;*** 26652;;;***
26471 26653
26472;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 26654;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
26473;;;;;; url-http) "url-http" "url/url-http.el" (16912 31025)) 26655;;;;;; url-http) "url-http" "url/url-http.el" (17087 12570))
26474;;; Generated autoloads from url/url-http.el 26656;;; Generated autoloads from url/url-http.el
26475 26657
26476(autoload (quote url-http) "url-http" "\ 26658(autoload (quote url-http) "url-http" "\
@@ -26523,7 +26705,7 @@ p3p
26523 26705
26524;;;*** 26706;;;***
26525 26707
26526;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (16775 26718)) 26708;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (17087 12438))
26527;;; Generated autoloads from url/url-irc.el 26709;;; Generated autoloads from url/url-irc.el
26528 26710
26529(autoload (quote url-irc) "url-irc" "\ 26711(autoload (quote url-irc) "url-irc" "\
@@ -26533,19 +26715,22 @@ Not documented
26533 26715
26534;;;*** 26716;;;***
26535 26717
26536;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (16747 26718;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (17087
26537;;;;;; 61768)) 26719;;;;;; 12531))
26538;;; Generated autoloads from url/url-ldap.el 26720;;; Generated autoloads from url/url-ldap.el
26539 26721
26540(autoload (quote url-ldap) "url-ldap" "\ 26722(autoload (quote url-ldap) "url-ldap" "\
26541Not documented 26723Perform an LDAP search specified by URL.
26724The return value is a buffer displaying the search results in HTML.
26725URL can be a URL string, or a URL vector of the type returned by
26726`url-generic-parse-url'.
26542 26727
26543\(fn URL)" nil nil) 26728\(fn URL)" nil nil)
26544 26729
26545;;;*** 26730;;;***
26546 26731
26547;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 26732;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
26548;;;;;; (16788 34909)) 26733;;;;;; (17087 12440))
26549;;; Generated autoloads from url/url-mailto.el 26734;;; Generated autoloads from url/url-mailto.el
26550 26735
26551(autoload (quote url-mail) "url-mailto" "\ 26736(autoload (quote url-mail) "url-mailto" "\
@@ -26561,7 +26746,7 @@ Handle the mailto: URL syntax.
26561;;;*** 26746;;;***
26562 26747
26563;;;### (autoloads (url-data url-generic-emulator-loader url-info 26748;;;### (autoloads (url-data url-generic-emulator-loader url-info
26564;;;;;; url-man) "url-misc" "url/url-misc.el" (16764 51522)) 26749;;;;;; url-man) "url-misc" "url/url-misc.el" (17087 12436))
26565;;; Generated autoloads from url/url-misc.el 26750;;; Generated autoloads from url/url-misc.el
26566 26751
26567(autoload (quote url-man) "url-misc" "\ 26752(autoload (quote url-man) "url-misc" "\
@@ -26593,7 +26778,7 @@ Fetch a data URL (RFC 2397).
26593;;;*** 26778;;;***
26594 26779
26595;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 26780;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
26596;;;;;; (16775 26718)) 26781;;;;;; (17087 12438))
26597;;; Generated autoloads from url/url-news.el 26782;;; Generated autoloads from url/url-news.el
26598 26783
26599(autoload (quote url-news) "url-news" "\ 26784(autoload (quote url-news) "url-news" "\
@@ -26610,7 +26795,7 @@ Not documented
26610 26795
26611;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 26796;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
26612;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 26797;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
26613;;;;;; (16764 51522)) 26798;;;;;; (17087 12565))
26614;;; Generated autoloads from url/url-ns.el 26799;;; Generated autoloads from url/url-ns.el
26615 26800
26616(autoload (quote isPlainHostName) "url-ns" "\ 26801(autoload (quote isPlainHostName) "url-ns" "\
@@ -26651,7 +26836,7 @@ Not documented
26651;;;*** 26836;;;***
26652 26837
26653;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 26838;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
26654;;;;;; "url/url-parse.el" (16746 18215)) 26839;;;;;; "url/url-parse.el" (17087 12565))
26655;;; Generated autoloads from url/url-parse.el 26840;;; Generated autoloads from url/url-parse.el
26656 26841
26657(autoload (quote url-recreate-url) "url-parse" "\ 26842(autoload (quote url-recreate-url) "url-parse" "\
@@ -26669,7 +26854,7 @@ Format is:
26669;;;*** 26854;;;***
26670 26855
26671;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 26856;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
26672;;;;;; (16764 51522)) 26857;;;;;; (17087 12436))
26673;;; Generated autoloads from url/url-privacy.el 26858;;; Generated autoloads from url/url-privacy.el
26674 26859
26675(autoload (quote url-setup-privacy-info) "url-privacy" "\ 26860(autoload (quote url-setup-privacy-info) "url-privacy" "\
@@ -26685,7 +26870,7 @@ Not documented
26685;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date 26870;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date
26686;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string 26871;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string
26687;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el" 26872;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el"
26688;;;;;; (16764 51522)) 26873;;;;;; (17087 12565))
26689;;; Generated autoloads from url/url-util.el 26874;;; Generated autoloads from url/url-util.el
26690 26875
26691(defvar url-debug nil "\ 26876(defvar url-debug nil "\
@@ -26810,7 +26995,7 @@ This uses `url-current-object', set locally to the buffer.
26810;;;*** 26995;;;***
26811 26996
26812;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 26997;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
26813;;;;;; "userlock" "userlock.el" (16213 43271)) 26998;;;;;; "userlock" "userlock.el" (17087 12380))
26814;;; Generated autoloads from userlock.el 26999;;; Generated autoloads from userlock.el
26815 27000
26816(autoload (quote ask-user-about-lock) "userlock" "\ 27001(autoload (quote ask-user-about-lock) "userlock" "\
@@ -26840,7 +27025,7 @@ The buffer in question is current when this function is called.
26840 27025
26841;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 27026;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
26842;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el" 27027;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el"
26843;;;;;; (16908 33362)) 27028;;;;;; (17087 12466))
26844;;; Generated autoloads from gnus/uudecode.el 27029;;; Generated autoloads from gnus/uudecode.el
26845 27030
26846(autoload (quote uudecode-decode-region-external) "uudecode" "\ 27031(autoload (quote uudecode-decode-region-external) "uudecode" "\
@@ -26869,8 +27054,8 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
26869;;;;;; vc-revert-buffer vc-print-log vc-retrieve-snapshot vc-create-snapshot 27054;;;;;; vc-revert-buffer vc-print-log vc-retrieve-snapshot vc-create-snapshot
26870;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window 27055;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window
26871;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file 27056;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
26872;;;;;; with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook 27057;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook
26873;;;;;; vc-checkout-hook) "vc" "vc.el" (16930 4639)) 27058;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (17087 12570))
26874;;; Generated autoloads from vc.el 27059;;; Generated autoloads from vc.el
26875 27060
26876(defvar vc-checkout-hook nil "\ 27061(defvar vc-checkout-hook nil "\
@@ -26891,6 +27076,11 @@ See `run-hooks'.")
26891 27076
26892(custom-autoload (quote vc-before-checkin-hook) "vc") 27077(custom-autoload (quote vc-before-checkin-hook) "vc")
26893 27078
27079(autoload (quote vc-trunk-p) "vc" "\
27080Return t if REV is a revision on the trunk.
27081
27082\(fn REV)" nil nil)
27083
26894(autoload (quote vc-branch-part) "vc" "\ 27084(autoload (quote vc-branch-part) "vc" "\
26895Return the branch part of a revision number REV. 27085Return the branch part of a revision number REV.
26896 27086
@@ -27123,12 +27313,12 @@ log entries should be gathered.
27123\(fn &rest ARGS)" t nil) 27313\(fn &rest ARGS)" t nil)
27124 27314
27125(autoload (quote vc-annotate) "vc" "\ 27315(autoload (quote vc-annotate) "vc" "\
27126Display the edit history of the current file using colours. 27316Display the edit history of the current file using colors.
27127 27317
27128This command creates a buffer that shows, for each line of the current 27318This command creates a buffer that shows, for each line of the current
27129file, when it was last edited and by whom. Additionally, colours are 27319file, when it was last edited and by whom. Additionally, colors are
27130used to show the age of each line--blue means oldest, red means 27320used to show the age of each line--blue means oldest, red means
27131youngest, and intermediate colours indicate intermediate ages. By 27321youngest, and intermediate colors indicate intermediate ages. By
27132default, the time scale stretches back one year into the past; 27322default, the time scale stretches back one year into the past;
27133everything that is older than that is shown in blue. 27323everything that is older than that is shown in blue.
27134 27324
@@ -27152,7 +27342,7 @@ colors. `vc-annotate-background' specifies the background color.
27152 27342
27153;;;*** 27343;;;***
27154 27344
27155;;;### (autoloads nil "vc-arch" "vc-arch.el" (16866 20008)) 27345;;;### (autoloads nil "vc-arch" "vc-arch.el" (17087 12570))
27156;;; Generated autoloads from vc-arch.el 27346;;; Generated autoloads from vc-arch.el
27157 (defun vc-arch-registered (file) 27347 (defun vc-arch-registered (file)
27158 (if (vc-find-root file "{arch}/=tagging-method") 27348 (if (vc-find-root file "{arch}/=tagging-method")
@@ -27162,7 +27352,7 @@ colors. `vc-annotate-background' specifies the background color.
27162 27352
27163;;;*** 27353;;;***
27164 27354
27165;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (16908 33361)) 27355;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (17087 12566))
27166;;; Generated autoloads from vc-cvs.el 27356;;; Generated autoloads from vc-cvs.el
27167 (defun vc-cvs-registered (f) 27357 (defun vc-cvs-registered (f)
27168 (when (file-readable-p (expand-file-name 27358 (when (file-readable-p (expand-file-name
@@ -27172,7 +27362,7 @@ colors. `vc-annotate-background' specifies the background color.
27172 27362
27173;;;*** 27363;;;***
27174 27364
27175;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (16908 33361)) 27365;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (17087 12466))
27176;;; Generated autoloads from vc-mcvs.el 27366;;; Generated autoloads from vc-mcvs.el
27177 (defun vc-mcvs-registered (file) 27367 (defun vc-mcvs-registered (file)
27178 (if (vc-find-root file "MCVS/CVS") 27368 (if (vc-find-root file "MCVS/CVS")
@@ -27183,7 +27373,7 @@ colors. `vc-annotate-background' specifies the background color.
27183;;;*** 27373;;;***
27184 27374
27185;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 27375;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
27186;;;;;; (16858 50920)) 27376;;;;;; (17087 12451))
27187;;; Generated autoloads from vc-rcs.el 27377;;; Generated autoloads from vc-rcs.el
27188 27378
27189(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 27379(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -27196,7 +27386,7 @@ For a description of possible values, see `vc-check-master-templates'.")
27196;;;*** 27386;;;***
27197 27387
27198;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 27388;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
27199;;;;;; (16701 32674)) 27389;;;;;; (17087 12416))
27200;;; Generated autoloads from vc-sccs.el 27390;;; Generated autoloads from vc-sccs.el
27201 27391
27202(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 27392(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -27213,7 +27403,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
27213 27403
27214;;;*** 27404;;;***
27215 27405
27216;;;### (autoloads nil "vc-svn" "vc-svn.el" (16908 33361)) 27406;;;### (autoloads nil "vc-svn" "vc-svn.el" (17087 12466))
27217;;; Generated autoloads from vc-svn.el 27407;;; Generated autoloads from vc-svn.el
27218 (defun vc-svn-registered (f) 27408 (defun vc-svn-registered (f)
27219 (when (file-readable-p (expand-file-name 27409 (when (file-readable-p (expand-file-name
@@ -27226,7 +27416,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
27226;;;*** 27416;;;***
27227 27417
27228;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 27418;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
27229;;;;;; (16858 50937)) 27419;;;;;; (17087 12575))
27230;;; Generated autoloads from progmodes/vhdl-mode.el 27420;;; Generated autoloads from progmodes/vhdl-mode.el
27231 27421
27232(autoload (quote vhdl-mode) "vhdl-mode" "\ 27422(autoload (quote vhdl-mode) "vhdl-mode" "\
@@ -27751,7 +27941,7 @@ Key bindings:
27751 27941
27752;;;*** 27942;;;***
27753 27943
27754;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (16423 23570)) 27944;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (17087 12569))
27755;;; Generated autoloads from emulation/vi.el 27945;;; Generated autoloads from emulation/vi.el
27756 27946
27757(autoload (quote vi-mode) "vi" "\ 27947(autoload (quote vi-mode) "vi" "\
@@ -27806,7 +27996,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
27806;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 27996;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
27807;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 27997;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
27808;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 27998;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
27809;;;;;; "language/viet-util.el" (16213 43280)) 27999;;;;;; "language/viet-util.el" (17087 12566))
27810;;; Generated autoloads from language/viet-util.el 28000;;; Generated autoloads from language/viet-util.el
27811 28001
27812(autoload (quote viet-encode-viscii-char) "viet-util" "\ 28002(autoload (quote viet-encode-viscii-char) "viet-util" "\
@@ -27852,8 +28042,8 @@ Not documented
27852 28042
27853;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame 28043;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
27854;;;;;; view-buffer-other-window view-buffer view-file-other-frame 28044;;;;;; view-buffer-other-window view-buffer view-file-other-frame
27855;;;;;; view-file-other-window view-file) "view" "view.el" (16764 28045;;;;;; view-file-other-window view-file) "view" "view.el" (17087
27856;;;;;; 51519)) 28046;;;;;; 12435))
27857;;; Generated autoloads from view.el 28047;;; Generated autoloads from view.el
27858 28048
27859(defvar view-mode nil "\ 28049(defvar view-mode nil "\
@@ -28060,8 +28250,8 @@ Exit View mode and make the current buffer editable.
28060 28250
28061;;;*** 28251;;;***
28062 28252
28063;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (16213 28253;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (17087
28064;;;;;; 43273)) 28254;;;;;; 12574))
28065;;; Generated autoloads from emulation/vip.el 28255;;; Generated autoloads from emulation/vip.el
28066 28256
28067(autoload (quote vip-setup) "vip" "\ 28257(autoload (quote vip-setup) "vip" "\
@@ -28077,7 +28267,7 @@ Turn on VIP emulation of VI.
28077;;;*** 28267;;;***
28078 28268
28079;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 28269;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
28080;;;;;; (16923 3621)) 28270;;;;;; (17087 12569))
28081;;; Generated autoloads from emulation/viper.el 28271;;; Generated autoloads from emulation/viper.el
28082 28272
28083(autoload (quote toggle-viper-mode) "viper" "\ 28273(autoload (quote toggle-viper-mode) "viper" "\
@@ -28094,7 +28284,7 @@ Turn on Viper emulation of Vi.
28094;;;*** 28284;;;***
28095 28285
28096;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 28286;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
28097;;;;;; (16908 33361)) 28287;;;;;; (17087 12574))
28098;;; Generated autoloads from emacs-lisp/warnings.el 28288;;; Generated autoloads from emacs-lisp/warnings.el
28099 28289
28100(defvar warning-prefix-function nil "\ 28290(defvar warning-prefix-function nil "\
@@ -28130,7 +28320,9 @@ or a list of symbols whose first element is a custom group name.
28130\(The rest of the symbols represent subcategories, for warning purposes 28320\(The rest of the symbols represent subcategories, for warning purposes
28131only, and you can use whatever symbols you like.) 28321only, and you can use whatever symbols you like.)
28132 28322
28133LEVEL should be either :warning, :error, or :emergency. 28323LEVEL should be either :debug, :warning, :error, or :emergency
28324\(but see `warning-minimum-level' and `warning-minimum-log-level').
28325
28134:emergency -- a problem that will seriously impair Emacs operation soon 28326:emergency -- a problem that will seriously impair Emacs operation soon
28135 if you do not attend to it promptly. 28327 if you do not attend to it promptly.
28136:error -- data or circumstances that are inherently wrong. 28328:error -- data or circumstances that are inherently wrong.
@@ -28158,11 +28350,14 @@ or a list of symbols whose first element is a custom group name.
28158\(The rest of the symbols represent subcategories and 28350\(The rest of the symbols represent subcategories and
28159can be whatever you like.) 28351can be whatever you like.)
28160 28352
28161LEVEL should be either :warning, :error, or :emergency. 28353LEVEL should be either :debug, :warning, :error, or :emergency
28354\(but see `warning-minimum-level' and `warning-minimum-log-level').
28355
28162:emergency -- a problem that will seriously impair Emacs operation soon 28356:emergency -- a problem that will seriously impair Emacs operation soon
28163 if you do not attend to it promptly. 28357 if you do not attend to it promptly.
28164:error -- invalid data or circumstances. 28358:error -- invalid data or circumstances.
28165:warning -- suspicious data or circumstances. 28359:warning -- suspicious data or circumstances.
28360:debug -- info for debugging only.
28166 28361
28167\(fn TYPE LEVEL MESSAGE &rest ARGS)" nil nil) 28362\(fn TYPE LEVEL MESSAGE &rest ARGS)" nil nil)
28168 28363
@@ -28177,13 +28372,15 @@ this is equivalent to `display-warning', using
28177;;;*** 28372;;;***
28178 28373
28179;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 28374;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
28180;;;;;; (16923 3610)) 28375;;;;;; (17087 12566))
28181;;; Generated autoloads from wdired.el 28376;;; Generated autoloads from wdired.el
28182 28377
28183(autoload (quote wdired-change-to-wdired-mode) "wdired" "\ 28378(autoload (quote wdired-change-to-wdired-mode) "wdired" "\
28184Put a dired buffer in a mode in which filenames are editable. 28379Put a dired buffer in a mode in which filenames are editable.
28185In this mode the names of the files can be changed, and after 28380\\<wdired-mode-map>
28186typing C-c C-c the files and directories in disk are renamed. 28381This mode allows the user to change the names of the files, and after
28382typing \\[wdired-finish-edit] Emacs renames the files and directories
28383in disk.
28187 28384
28188See `wdired-mode'. 28385See `wdired-mode'.
28189 28386
@@ -28191,7 +28388,7 @@ See `wdired-mode'.
28191 28388
28192;;;*** 28389;;;***
28193 28390
28194;;;### (autoloads (webjump) "webjump" "net/webjump.el" (16423 23573)) 28391;;;### (autoloads (webjump) "webjump" "net/webjump.el" (17087 12564))
28195;;; Generated autoloads from net/webjump.el 28392;;; Generated autoloads from net/webjump.el
28196 28393
28197(autoload (quote webjump) "webjump" "\ 28394(autoload (quote webjump) "webjump" "\
@@ -28208,7 +28405,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
28208;;;*** 28405;;;***
28209 28406
28210;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 28407;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
28211;;;;;; (16820 16328)) 28408;;;;;; (17087 12570))
28212;;; Generated autoloads from progmodes/which-func.el 28409;;; Generated autoloads from progmodes/which-func.el
28213 (put 'which-func-format 'risky-local-variable t) 28410 (put 'which-func-format 'risky-local-variable t)
28214 (put 'which-func-current 'risky-local-variable t) 28411 (put 'which-func-current 'risky-local-variable t)
@@ -28240,7 +28437,7 @@ and off otherwise.
28240;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check 28437;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check
28241;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check 28438;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check
28242;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" 28439;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el"
28243;;;;;; (16764 51519)) 28440;;;;;; (17087 12570))
28244;;; Generated autoloads from whitespace.el 28441;;; Generated autoloads from whitespace.el
28245 28442
28246(autoload (quote whitespace-toggle-leading-check) "whitespace" "\ 28443(autoload (quote whitespace-toggle-leading-check) "whitespace" "\
@@ -28330,7 +28527,7 @@ This is meant to be added buffer-locally to `write-file-functions'.
28330;;;*** 28527;;;***
28331 28528
28332;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 28529;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
28333;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (16213 43272)) 28530;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (17087 12566))
28334;;; Generated autoloads from wid-browse.el 28531;;; Generated autoloads from wid-browse.el
28335 28532
28336(autoload (quote widget-browse-at) "wid-browse" "\ 28533(autoload (quote widget-browse-at) "wid-browse" "\
@@ -28357,8 +28554,8 @@ With arg, turn widget mode on if and only if arg is positive.
28357;;;*** 28554;;;***
28358 28555
28359;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 28556;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
28360;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (16894 28557;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (17087
28361;;;;;; 3340)) 28558;;;;;; 12589))
28362;;; Generated autoloads from wid-edit.el 28559;;; Generated autoloads from wid-edit.el
28363 28560
28364(autoload (quote widgetp) "wid-edit" "\ 28561(autoload (quote widgetp) "wid-edit" "\
@@ -28400,8 +28597,8 @@ Setup current buffer so editing string widgets works.
28400;;;*** 28597;;;***
28401 28598
28402;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 28599;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
28403;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (16710 28600;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (17087
28404;;;;;; 51039)) 28601;;;;;; 12423))
28405;;; Generated autoloads from windmove.el 28602;;; Generated autoloads from windmove.el
28406 28603
28407(autoload (quote windmove-left) "windmove" "\ 28604(autoload (quote windmove-left) "windmove" "\
@@ -28454,7 +28651,7 @@ Default MODIFIER is 'shift.
28454;;;*** 28651;;;***
28455 28652
28456;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 28653;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
28457;;;;;; (16792 36614)) 28654;;;;;; (17087 12441))
28458;;; Generated autoloads from winner.el 28655;;; Generated autoloads from winner.el
28459 28656
28460(defvar winner-mode nil "\ 28657(defvar winner-mode nil "\
@@ -28473,7 +28670,7 @@ With arg, turn Winner mode on if and only if arg is positive.
28473;;;*** 28670;;;***
28474 28671
28475;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" 28672;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
28476;;;;;; "woman.el" (16875 35928)) 28673;;;;;; "woman.el" (17087 12575))
28477;;; Generated autoloads from woman.el 28674;;; Generated autoloads from woman.el
28478 28675
28479(autoload (quote woman) "woman" "\ 28676(autoload (quote woman) "woman" "\
@@ -28509,7 +28706,7 @@ decompress the file if appropriate. See the documentation for the
28509;;;*** 28706;;;***
28510 28707
28511;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 28708;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
28512;;;;;; (16213 43273)) 28709;;;;;; (17087 12566))
28513;;; Generated autoloads from emulation/ws-mode.el 28710;;; Generated autoloads from emulation/ws-mode.el
28514 28711
28515(autoload (quote wordstar-mode) "ws-mode" "\ 28712(autoload (quote wordstar-mode) "ws-mode" "\
@@ -28622,7 +28819,7 @@ The key bindings are:
28622;;;*** 28819;;;***
28623 28820
28624;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 28821;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
28625;;;;;; (16830 50347)) 28822;;;;;; (17087 12570))
28626;;; Generated autoloads from xml.el 28823;;; Generated autoloads from xml.el
28627 28824
28628(autoload (quote xml-parse-file) "xml" "\ 28825(autoload (quote xml-parse-file) "xml" "\
@@ -28647,8 +28844,8 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
28647 28844
28648;;;*** 28845;;;***
28649 28846
28650;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (16875 28847;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (17087
28651;;;;;; 35928)) 28848;;;;;; 12533))
28652;;; Generated autoloads from xt-mouse.el 28849;;; Generated autoloads from xt-mouse.el
28653 28850
28654(defvar xterm-mouse-mode nil "\ 28851(defvar xterm-mouse-mode nil "\
@@ -28663,14 +28860,19 @@ use either \\[customize] or the function `xterm-mouse-mode'.")
28663Toggle XTerm mouse mode. 28860Toggle XTerm mouse mode.
28664With prefix arg, turn XTerm mouse mode on iff arg is positive. 28861With prefix arg, turn XTerm mouse mode on iff arg is positive.
28665 28862
28666Turn it on to use emacs mouse commands, and off to use xterm mouse commands. 28863Turn it on to use Emacs mouse commands, and off to use xterm mouse commands.
28864This works in terminal emulators compatible with xterm. It only
28865works for simple uses of the mouse. Basically, only non-modified
28866single clicks are supported. When turned on, the normal xterm
28867mouse functionality for such clicks is still available by holding
28868down the SHIFT key while pressing the mouse button.
28667 28869
28668\(fn &optional ARG)" t nil) 28870\(fn &optional ARG)" t nil)
28669 28871
28670;;;*** 28872;;;***
28671 28873
28672;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 28874;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
28673;;;;;; "gnus/yenc.el" (16697 49031)) 28875;;;;;; "gnus/yenc.el" (17087 12415))
28674;;; Generated autoloads from gnus/yenc.el 28876;;; Generated autoloads from gnus/yenc.el
28675 28877
28676(autoload (quote yenc-decode-region) "yenc" "\ 28878(autoload (quote yenc-decode-region) "yenc" "\
@@ -28686,7 +28888,7 @@ Extract file name from an yenc header.
28686;;;*** 28888;;;***
28687 28889
28688;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 28890;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
28689;;;;;; yow) "yow" "play/yow.el" (16213 43281)) 28891;;;;;; yow) "yow" "play/yow.el" (17087 12380))
28690;;; Generated autoloads from play/yow.el 28892;;; Generated autoloads from play/yow.el
28691 28893
28692(autoload (quote yow) "yow" "\ 28894(autoload (quote yow) "yow" "\
@@ -28712,7 +28914,7 @@ Zippy goes to the analyst.
28712 28914
28713;;;*** 28915;;;***
28714 28916
28715;;;### (autoloads (zone) "zone" "play/zone.el" (16858 50933)) 28917;;;### (autoloads (zone) "zone" "play/zone.el" (17087 12558))
28716;;; Generated autoloads from play/zone.el 28918;;; Generated autoloads from play/zone.el
28717 28919
28718(autoload (quote zone) "zone" "\ 28920(autoload (quote zone) "zone" "\
@@ -28723,7 +28925,7 @@ Zone out, completely.
28723;;;*** 28925;;;***
28724 28926
28725;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" 28927;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode"
28726;;;;;; "net/zone-mode.el" (16377 12872)) 28928;;;;;; "net/zone-mode.el" (17087 12575))
28727;;; Generated autoloads from net/zone-mode.el 28929;;; Generated autoloads from net/zone-mode.el
28728 28930
28729(autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ 28931(autoload (quote zone-mode-update-serial-hook) "zone-mode" "\
@@ -28790,25 +28992,24 @@ Zone-mode does two things:
28790;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-io.el" 28992;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-io.el"
28791;;;;;; "eshell/esh-maint.el" "eshell/esh-module.el" "eshell/esh-opt.el" 28993;;;;;; "eshell/esh-maint.el" "eshell/esh-module.el" "eshell/esh-opt.el"
28792;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" 28994;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el"
28793;;;;;; "faces.el" "files.el" "filesets.el" "foldout.el" "font-core.el" 28995;;;;;; "faces.el" "files.el" "foldout.el" "font-core.el" "format.el"
28794;;;;;; "format.el" "forms-d2.el" "forms-pass.el" "frame.el" "generic-x.el" 28996;;;;;; "forms-d2.el" "forms-pass.el" "frame.el" "generic-x.el" "gnus/compface.el"
28795;;;;;; "gnus/compface.el" "gnus/dig.el" "gnus/dns.el" "gnus/format-spec.el" 28997;;;;;; "gnus/dig.el" "gnus/dns.el" "gnus/format-spec.el" "gnus/gnus-async.el"
28796;;;;;; "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" 28998;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el"
28797;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-diary.el" 28999;;;;;; "gnus/gnus-demon.el" "gnus/gnus-diary.el" "gnus/gnus-dup.el"
28798;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el" 29000;;;;;; "gnus/gnus-eform.el" "gnus/gnus-ems.el" "gnus/gnus-gl.el"
28799;;;;;; "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" 29001;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el"
28800;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-salt.el" 29002;;;;;; "gnus/gnus-nocem.el" "gnus/gnus-salt.el" "gnus/gnus-score.el"
28801;;;;;; "gnus/gnus-score.el" "gnus/gnus-setup.el" "gnus/gnus-srvr.el" 29003;;;;;; "gnus/gnus-setup.el" "gnus/gnus-srvr.el" "gnus/gnus-sum.el"
28802;;;;;; "gnus/gnus-sum.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el" 29004;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el"
28803;;;;;; "gnus/gnus-util.el" "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/hex-util.el" 29005;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/hex-util.el" "gnus/ietf-drums.el"
28804;;;;;; "gnus/ietf-drums.el" "gnus/imap.el" "gnus/legacy-gnus-agent.el" 29006;;;;;; "gnus/imap.el" "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el"
28805;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/mail-source.el" 29007;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el"
28806;;;;;; "gnus/mailcap.el" "gnus/messcompat.el" "gnus/mm-bodies.el" 29008;;;;;; "gnus/messcompat.el" "gnus/mm-bodies.el" "gnus/mm-decode.el"
28807;;;;;; "gnus/mm-decode.el" "gnus/mm-encode.el" "gnus/mm-util.el" 29009;;;;;; "gnus/mm-encode.el" "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el"
28808;;;;;; "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" "gnus/mml.el" 29010;;;;;; "gnus/mml-smime.el" "gnus/mml.el" "gnus/nnagent.el" "gnus/nnbabyl.el"
28809;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndb.el" "gnus/nndir.el" 29011;;;;;; "gnus/nndb.el" "gnus/nndir.el" "gnus/nndraft.el" "gnus/nneething.el"
28810;;;;;; "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el" 29012;;;;;; "gnus/nngateway.el" "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnlistserv.el"
28811;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnlistserv.el"
28812;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmbox.el" "gnus/nnmh.el" 29013;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmbox.el" "gnus/nnmh.el"
28813;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnrss.el" "gnus/nnslashdot.el" 29014;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnrss.el" "gnus/nnslashdot.el"
28814;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnultimate.el" "gnus/nnvirtual.el" 29015;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnultimate.el" "gnus/nnvirtual.el"
@@ -28816,10 +29017,9 @@ Zone-mode does two things:
28816;;;;;; "gnus/pgg-gpg.el" "gnus/pgg-parse.el" "gnus/pgg-pgp.el" "gnus/pgg-pgp5.el" 29017;;;;;; "gnus/pgg-gpg.el" "gnus/pgg-parse.el" "gnus/pgg-pgp.el" "gnus/pgg-pgp5.el"
28817;;;;;; "gnus/pop3.el" "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" 29018;;;;;; "gnus/pop3.el" "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el"
28818;;;;;; "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/sieve-manage.el" 29019;;;;;; "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/sieve-manage.el"
28819;;;;;; "gnus/smime.el" "gnus/spam-report.el" "gnus/spam-stat.el" 29020;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/starttls.el" "gnus/utf7.el"
28820;;;;;; "gnus/starttls.el" "gnus/utf7.el" "gnus/webmail.el" "help.el" 29021;;;;;; "gnus/webmail.el" "help.el" "indent.el" "international/characters.el"
28821;;;;;; "indent.el" "international/characters.el" "international/fontset.el" 29022;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/iso-insert.el"
28822;;;;;; "international/iso-ascii.el" "international/iso-insert.el"
28823;;;;;; "international/iso-swed.el" "international/ja-dic-cnv.el" 29023;;;;;; "international/iso-swed.el" "international/ja-dic-cnv.el"
28824;;;;;; "international/ja-dic-utl.el" "international/latin-1.el" 29024;;;;;; "international/ja-dic-utl.el" "international/latin-1.el"
28825;;;;;; "international/latin-2.el" "international/latin-3.el" "international/latin-4.el" 29025;;;;;; "international/latin-2.el" "international/latin-3.el" "international/latin-4.el"
@@ -28829,26 +29029,26 @@ Zone-mode does two things:
28829;;;;;; "international/subst-gb2312.el" "international/subst-jis.el" 29029;;;;;; "international/subst-gb2312.el" "international/subst-jis.el"
28830;;;;;; "international/subst-ksc.el" "international/swedish.el" "international/ucs-tables.el" 29030;;;;;; "international/subst-ksc.el" "international/swedish.el" "international/ucs-tables.el"
28831;;;;;; "international/utf-16.el" "international/utf-7.el" "international/utf-8.el" 29031;;;;;; "international/utf-16.el" "international/utf-7.el" "international/utf-8.el"
28832;;;;;; "isearch.el" "kermit.el" "language/chinese.el" "language/cyrillic.el" 29032;;;;;; "isearch.el" "jka-cmpr-hook.el" "kermit.el" "language/chinese.el"
28833;;;;;; "language/czech.el" "language/devanagari.el" "language/english.el" 29033;;;;;; "language/cyrillic.el" "language/czech.el" "language/devanagari.el"
28834;;;;;; "language/ethiopic.el" "language/european.el" "language/georgian.el" 29034;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el"
28835;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el" 29035;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el"
28836;;;;;; "language/japanese.el" "language/kannada.el" "language/korean.el" 29036;;;;;; "language/indian.el" "language/japanese.el" "language/kannada.el"
28837;;;;;; "language/lao.el" "language/malayalam.el" "language/misc-lang.el" 29037;;;;;; "language/korean.el" "language/lao.el" "language/malayalam.el"
28838;;;;;; "language/romanian.el" "language/slovak.el" "language/tamil.el" 29038;;;;;; "language/misc-lang.el" "language/romanian.el" "language/slovak.el"
28839;;;;;; "language/thai-word.el" "language/thai.el" "language/tibetan.el" 29039;;;;;; "language/tamil.el" "language/thai-word.el" "language/thai.el"
28840;;;;;; "language/utf-8-lang.el" "language/vietnamese.el" "ldefs-boot.el" 29040;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el"
28841;;;;;; "loadup.el" "mail/blessmail.el" "mail/mailheader.el" "mail/mailpost.el" 29041;;;;;; "ldefs-boot.el" "loadup.el" "mail/blessmail.el" "mail/mailheader.el"
28842;;;;;; "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" "mail/rmail-spam-filter.el" 29042;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el"
28843;;;;;; "mail/uce.el" "mail/vms-pmail.el" "mh-e/mh-acros.el" "mh-e/mh-alias.el" 29043;;;;;; "mail/rmail-spam-filter.el" "mail/uce.el" "mail/vms-pmail.el"
28844;;;;;; "mh-e/mh-customize.el" "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" 29044;;;;;; "mh-e/mh-acros.el" "mh-e/mh-alias.el" "mh-e/mh-customize.el"
28845;;;;;; "mh-e/mh-identity.el" "mh-e/mh-inc.el" "mh-e/mh-index.el" 29045;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" "mh-e/mh-identity.el"
28846;;;;;; "mh-e/mh-junk.el" "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" 29046;;;;;; "mh-e/mh-inc.el" "mh-e/mh-index.el" "mh-e/mh-junk.el" "mh-e/mh-loaddefs.el"
28847;;;;;; "mh-e/mh-pick.el" "mh-e/mh-print.el" "mh-e/mh-seq.el" "mh-e/mh-speed.el" 29047;;;;;; "mh-e/mh-mime.el" "mh-e/mh-pick.el" "mh-e/mh-print.el" "mh-e/mh-seq.el"
28848;;;;;; "mh-e/mh-utils.el" "misc.el" "mouse-copy.el" "mouse-drag.el" 29048;;;;;; "mh-e/mh-speed.el" "mh-e/mh-utils.el" "misc.el" "mouse-copy.el"
28849;;;;;; "mouse.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" "net/eudcb-ldap.el" 29049;;;;;; "mouse-drag.el" "mouse.el" "net/eudc-vars.el" "net/eudcb-bbdb.el"
28850;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tls.el" 29050;;;;;; "net/eudcb-ldap.el" "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el"
28851;;;;;; "net/tramp-ftp.el" "net/tramp-smb.el" "net/tramp-util.el" 29051;;;;;; "net/tls.el" "net/tramp-ftp.el" "net/tramp-smb.el" "net/tramp-util.el"
28852;;;;;; "net/tramp-uu.el" "net/tramp-vc.el" "net/trampver.el" "obsolete/awk-mode.el" 29052;;;;;; "net/tramp-uu.el" "net/tramp-vc.el" "net/trampver.el" "obsolete/awk-mode.el"
28853;;;;;; "obsolete/float.el" "obsolete/hilit19.el" "obsolete/keyswap.el" 29053;;;;;; "obsolete/float.el" "obsolete/hilit19.el" "obsolete/keyswap.el"
28854;;;;;; "obsolete/mlsupport.el" "obsolete/ooutline.el" "obsolete/profile.el" 29054;;;;;; "obsolete/mlsupport.el" "obsolete/ooutline.el" "obsolete/profile.el"
@@ -28886,7 +29086,7 @@ Zone-mode does two things:
28886;;;;;; "url/url-vars.el" "url/vc-dav.el" "vc-hooks.el" "vcursor.el" 29086;;;;;; "url/url-vars.el" "url/vc-dav.el" "vc-hooks.el" "vcursor.el"
28887;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el" 29087;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el"
28888;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el" 29088;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el"
28889;;;;;; "x-dnd.el") (16960 18483 123965)) 29089;;;;;; "x-dnd.el") (17087 12870 740741))
28890 29090
28891;;;*** 29091;;;***
28892 29092