aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-09 02:10:36 +0000
committerJuanma Barranquero2006-11-09 02:10:36 +0000
commit28b87bb9a31bfbe8ad06888c8b866619f0aa34a1 (patch)
treed050aecf3544847fa7c2ae4d4a63c20d8d1fe79b
parent16ce5c2c1ca757263598c0f61670bff76a50f93b (diff)
downloademacs-28b87bb9a31bfbe8ad06888c8b866619f0aa34a1.tar.gz
emacs-28b87bb9a31bfbe8ad06888c8b866619f0aa34a1.zip
Regenerate.
-rw-r--r--lisp/ChangeLog10
-rw-r--r--lisp/ldefs-boot.el1969
2 files changed, 844 insertions, 1135 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 309b086ab1a..d4d6e1cd3a3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,12 @@
12006-11-09 Juanma Barranquero <lekktu@gmail.com>
2
3 * ldefs-boot.el: Regenerate.
4
12006-11-08 Alan Mackenzie <acm@muc.de> 52006-11-08 Alan Mackenzie <acm@muc.de>
2 6
3 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the case 7 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4 (eq open-paren-in-column-0-is-defun-start nil) by searching for 8 case (eq open-paren-in-column-0-is-defun-start nil) by searching
5 least nested open-paren. 9 for least nested open-paren.
6 10
72006-11-08 Romain Francoise <romain@orebokech.com> 112006-11-08 Romain Francoise <romain@orebokech.com>
8 12
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 6085aa3b1fc..e48a118a6e5 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" (17385 8495)) 7;;;;;; "play/5x5.el" (17382 22974))
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" "\
@@ -63,14 +63,14 @@ should return a grid vector array that is the new solution.
63 63
64;;;*** 64;;;***
65 65
66;;;### (autoloads nil "abbrev" "abbrev.el" (17495 43953)) 66;;;### (autoloads nil "abbrev" "abbrev.el" (17493 6877))
67;;; Generated autoloads from abbrev.el 67;;; Generated autoloads from abbrev.el
68(put 'abbrev-mode 'safe-local-variable 'booleanp) 68(put 'abbrev-mode 'safe-local-variable 'booleanp)
69 69
70;;;*** 70;;;***
71 71
72;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el" 72;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el"
73;;;;;; (17408 40148)) 73;;;;;; (17403 38311))
74;;; Generated autoloads from abbrevlist.el 74;;; Generated autoloads from abbrevlist.el
75 75
76(autoload (quote list-one-abbrev-table) "abbrevlist" "\ 76(autoload (quote list-one-abbrev-table) "abbrevlist" "\
@@ -81,7 +81,7 @@ Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER.
81;;;*** 81;;;***
82 82
83;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 83;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
84;;;;;; (17721 20491)) 84;;;;;; (17732 48706))
85;;; Generated autoloads from progmodes/ada-mode.el 85;;; Generated autoloads from progmodes/ada-mode.el
86 86
87(autoload (quote ada-add-extensions) "ada-mode" "\ 87(autoload (quote ada-add-extensions) "ada-mode" "\
@@ -127,14 +127,14 @@ If you use imenu.el:
127 127
128If you use find-file.el: 128If you use find-file.el:
129 Switch to other file (Body <-> Spec) '\\[ff-find-other-file]' 129 Switch to other file (Body <-> Spec) '\\[ff-find-other-file]'
130 or '\\[ff-mouse-find-other-file] 130 or '\\[ff-mouse-find-other-file]
131 Switch to other file in other window '\\[ada-ff-other-window]' 131 Switch to other file in other window '\\[ada-ff-other-window]'
132 or '\\[ff-mouse-find-other-file-other-window] 132 or '\\[ff-mouse-find-other-file-other-window]
133 If you use this function in a spec and no body is available, it gets created with body stubs. 133 If you use this function in a spec and no body is available, it gets created with body stubs.
134 134
135If you use ada-xref.el: 135If you use ada-xref.el:
136 Goto declaration: '\\[ada-point-and-xref]' on the identifier 136 Goto declaration: '\\[ada-point-and-xref]' on the identifier
137 or '\\[ada-goto-declaration]' with point on the identifier 137 or '\\[ada-goto-declaration]' with point on the identifier
138 Complete identifier: '\\[ada-complete-identifier]'. 138 Complete identifier: '\\[ada-complete-identifier]'.
139 139
140\(fn)" t nil) 140\(fn)" t nil)
@@ -142,7 +142,7 @@ If you use ada-xref.el:
142;;;*** 142;;;***
143 143
144;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 144;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
145;;;;;; (17394 12937)) 145;;;;;; (17734 40202))
146;;; Generated autoloads from progmodes/ada-stmt.el 146;;; Generated autoloads from progmodes/ada-stmt.el
147 147
148(autoload (quote ada-header) "ada-stmt" "\ 148(autoload (quote ada-header) "ada-stmt" "\
@@ -153,11 +153,11 @@ Insert a descriptive header at the top of the file.
153;;;*** 153;;;***
154 154
155;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 155;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
156;;;;;; (17717 4883)) 156;;;;;; (17739 37750))
157;;; Generated autoloads from progmodes/ada-xref.el 157;;; Generated autoloads from progmodes/ada-xref.el
158 158
159(autoload (quote ada-find-file) "ada-xref" "\ 159(autoload (quote ada-find-file) "ada-xref" "\
160Open a file anywhere in the source path. 160Open FILENAME, from anywhere in the source path.
161Completion is available. 161Completion is available.
162 162
163\(fn FILENAME)" t nil) 163\(fn FILENAME)" t nil)
@@ -168,7 +168,7 @@ Completion is available.
168;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry 168;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry
169;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address 169;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address
170;;;;;; add-log-full-name add-log-current-defun-function) "add-log" 170;;;;;; add-log-full-name add-log-current-defun-function) "add-log"
171;;;;;; "add-log.el" (17683 63309)) 171;;;;;; "add-log.el" (17742 17639))
172;;; Generated autoloads from add-log.el 172;;; Generated autoloads from add-log.el
173 173
174(defvar add-log-current-defun-function nil "\ 174(defvar add-log-current-defun-function nil "\
@@ -306,7 +306,7 @@ Fix any old-style date entries in the current log file to default format.
306 306
307;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice 307;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
308;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) 308;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
309;;;;;; "advice" "emacs-lisp/advice.el" (17701 26815)) 309;;;;;; "advice" "emacs-lisp/advice.el" (17701 17832))
310;;; Generated autoloads from emacs-lisp/advice.el 310;;; Generated autoloads from emacs-lisp/advice.el
311 311
312(defvar ad-redefinition-action (quote warn) "\ 312(defvar ad-redefinition-action (quote warn) "\
@@ -434,7 +434,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation.
434 434
435;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 435;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
436;;;;;; align-highlight-rule align-current align-entire align-regexp 436;;;;;; align-highlight-rule align-current align-entire align-regexp
437;;;;;; align) "align" "align.el" (17385 8481)) 437;;;;;; align) "align" "align.el" (17383 40482))
438;;; Generated autoloads from align.el 438;;; Generated autoloads from align.el
439 439
440(autoload (quote align) "align" "\ 440(autoload (quote align) "align" "\
@@ -524,7 +524,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
524;;;*** 524;;;***
525 525
526;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" 526;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el"
527;;;;;; (17707 53738)) 527;;;;;; (17742 41722))
528;;; Generated autoloads from allout.el 528;;; Generated autoloads from allout.el
529 529
530(put (quote allout-show-bodies) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil))))))) 530(put (quote allout-show-bodies) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil)))))))
@@ -780,7 +780,7 @@ setup for auto-startup.
780;;;*** 780;;;***
781 781
782;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 782;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
783;;;;;; "net/ange-ftp.el" (17385 8494)) 783;;;;;; "net/ange-ftp.el" (17383 40562))
784;;; Generated autoloads from net/ange-ftp.el 784;;; Generated autoloads from net/ange-ftp.el
785 785
786(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) 786(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))
@@ -802,7 +802,7 @@ Not documented
802;;;*** 802;;;***
803 803
804;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 804;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
805;;;;;; "animate" "play/animate.el" (17385 8495)) 805;;;;;; "animate" "play/animate.el" (17382 22974))
806;;; Generated autoloads from play/animate.el 806;;; Generated autoloads from play/animate.el
807 807
808(autoload (quote animate-string) "animate" "\ 808(autoload (quote animate-string) "animate" "\
@@ -830,7 +830,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\".
830;;;*** 830;;;***
831 831
832;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 832;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
833;;;;;; "ansi-color" "ansi-color.el" (17385 8481)) 833;;;;;; "ansi-color" "ansi-color.el" (17383 40482))
834;;; Generated autoloads from ansi-color.el 834;;; Generated autoloads from ansi-color.el
835 835
836(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ 836(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\
@@ -856,7 +856,7 @@ This is a good function to put in `comint-output-filter-functions'.
856;;;*** 856;;;***
857 857
858;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 858;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
859;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (17485 5461)) 859;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (17482 12311))
860;;; Generated autoloads from progmodes/antlr-mode.el 860;;; Generated autoloads from progmodes/antlr-mode.el
861 861
862(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ 862(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\
@@ -895,7 +895,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
895;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add 895;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add
896;;;;;; appt-display-diary appt-display-duration appt-display-mode-line 896;;;;;; appt-display-diary appt-display-duration appt-display-mode-line
897;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time 897;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time
898;;;;;; appt-issue-message) "appt" "calendar/appt.el" (17686 46252)) 898;;;;;; appt-issue-message) "appt" "calendar/appt.el" (17686 53337))
899;;; Generated autoloads from calendar/appt.el 899;;; Generated autoloads from calendar/appt.el
900 900
901(defvar appt-issue-message t "\ 901(defvar appt-issue-message t "\
@@ -983,7 +983,7 @@ ARG is positive, otherwise off.
983 983
984;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property 984;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property
985;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos" 985;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos"
986;;;;;; "apropos.el" (17712 850)) 986;;;;;; "apropos.el" (17742 30576))
987;;; Generated autoloads from apropos.el 987;;; Generated autoloads from apropos.el
988 988
989(autoload (quote apropos-read-pattern) "apropos" "\ 989(autoload (quote apropos-read-pattern) "apropos" "\
@@ -1079,8 +1079,8 @@ Returns list of symbols and documentation found.
1079 1079
1080;;;*** 1080;;;***
1081 1081
1082;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17601 1082;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17602
1083;;;;;; 9091)) 1083;;;;;; 7855))
1084;;; Generated autoloads from arc-mode.el 1084;;; Generated autoloads from arc-mode.el
1085 1085
1086(autoload (quote archive-mode) "arc-mode" "\ 1086(autoload (quote archive-mode) "arc-mode" "\
@@ -1100,7 +1100,7 @@ archive.
1100 1100
1101;;;*** 1101;;;***
1102 1102
1103;;;### (autoloads (array-mode) "array" "array.el" (17360 11432)) 1103;;;### (autoloads (array-mode) "array" "array.el" (17358 52581))
1104;;; Generated autoloads from array.el 1104;;; Generated autoloads from array.el
1105 1105
1106(autoload (quote array-mode) "array" "\ 1106(autoload (quote array-mode) "array" "\
@@ -1171,8 +1171,8 @@ Entering array mode calls the function `array-mode-hook'.
1171 1171
1172;;;*** 1172;;;***
1173 1173
1174;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (17520 1174;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (17521
1175;;;;;; 49737)) 1175;;;;;; 50935))
1176;;; Generated autoloads from textmodes/artist.el 1176;;; Generated autoloads from textmodes/artist.el
1177 1177
1178(autoload (quote artist-mode) "artist" "\ 1178(autoload (quote artist-mode) "artist" "\
@@ -1377,8 +1377,8 @@ Keymap summary
1377 1377
1378;;;*** 1378;;;***
1379 1379
1380;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (17495 1380;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (17487
1381;;;;;; 43955)) 1381;;;;;; 50903))
1382;;; Generated autoloads from progmodes/asm-mode.el 1382;;; Generated autoloads from progmodes/asm-mode.el
1383 1383
1384(autoload (quote asm-mode) "asm-mode" "\ 1384(autoload (quote asm-mode) "asm-mode" "\
@@ -1405,33 +1405,15 @@ Special commands:
1405 1405
1406;;;*** 1406;;;***
1407 1407
1408;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el"
1409;;;;;; (17075 55468))
1410;;; Generated autoloads from obsolete/auto-show.el
1411
1412(defvar auto-show-mode nil "\
1413Obsolete.")
1414
1415(custom-autoload (quote auto-show-mode) "auto-show")
1416
1417(autoload (quote auto-show-mode) "auto-show" "\
1418This command is obsolete.
1419
1420\(fn ARG)" t nil)
1421
1422;;;***
1423
1424;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1408;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1425;;;;;; (17385 8482)) 1409;;;;;; (17383 40482))
1426;;; Generated autoloads from autoarg.el 1410;;; Generated autoloads from autoarg.el
1427 1411
1428(defvar autoarg-mode nil "\ 1412(defvar autoarg-mode nil "\
1429Non-nil if Autoarg mode is enabled. 1413Non-nil if Autoarg mode is enabled.
1430See the command `autoarg-mode' for a description of this minor-mode.") 1414See the command `autoarg-mode' for a description of this minor-mode.")
1431 1415
1432(custom-autoload (quote autoarg-mode) "autoarg") 1416(custom-autoload (quote autoarg-mode) "autoarg" nil)
1433
1434(put (quote autoarg-mode) (quote custom-set) (quote custom-set-minor-mode))
1435 1417
1436(autoload (quote autoarg-mode) "autoarg" "\ 1418(autoload (quote autoarg-mode) "autoarg" "\
1437Toggle Autoarg minor mode globally. 1419Toggle Autoarg minor mode globally.
@@ -1459,11 +1441,10 @@ then invokes the normal binding of \\[autoarg-terminate].
1459Non-nil if Autoarg-Kp mode is enabled. 1441Non-nil if Autoarg-Kp mode is enabled.
1460See the command `autoarg-kp-mode' for a description of this minor-mode. 1442See the command `autoarg-kp-mode' for a description of this minor-mode.
1461Setting this variable directly does not take effect; 1443Setting this variable directly does not take effect;
1462use either \\[customize] or the function `autoarg-kp-mode'.") 1444either customize it (see the info node `Easy Customization')
1463 1445or call the function `autoarg-kp-mode'.")
1464(custom-autoload (quote autoarg-kp-mode) "autoarg")
1465 1446
1466(put (quote autoarg-kp-mode) (quote custom-set) (quote custom-set-minor-mode)) 1447(custom-autoload (quote autoarg-kp-mode) "autoarg" nil)
1467 1448
1468(autoload (quote autoarg-kp-mode) "autoarg" "\ 1449(autoload (quote autoarg-kp-mode) "autoarg" "\
1469Toggle Autoarg-KP minor mode globally. 1450Toggle Autoarg-KP minor mode globally.
@@ -1479,7 +1460,7 @@ This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1'
1479;;;*** 1460;;;***
1480 1461
1481;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1462;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1482;;;;;; (17394 12937)) 1463;;;;;; (17388 57136))
1483;;; Generated autoloads from progmodes/autoconf.el 1464;;; Generated autoloads from progmodes/autoconf.el
1484 1465
1485(autoload (quote autoconf-mode) "autoconf" "\ 1466(autoload (quote autoconf-mode) "autoconf" "\
@@ -1490,7 +1471,7 @@ Major mode for editing Autoconf configure.in files.
1490;;;*** 1471;;;***
1491 1472
1492;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1473;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1493;;;;;; "autoinsert" "autoinsert.el" (17704 4325)) 1474;;;;;; "autoinsert" "autoinsert.el" (17704 3960))
1494;;; Generated autoloads from autoinsert.el 1475;;; Generated autoloads from autoinsert.el
1495 1476
1496(autoload (quote auto-insert) "autoinsert" "\ 1477(autoload (quote auto-insert) "autoinsert" "\
@@ -1529,7 +1510,7 @@ insert a template for the file depending on the mode of the buffer.
1529 1510
1530;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1511;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1531;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1512;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1532;;;;;; (17601 9092)) 1513;;;;;; (17596 1404))
1533;;; Generated autoloads from emacs-lisp/autoload.el 1514;;; Generated autoloads from emacs-lisp/autoload.el
1534 1515
1535(autoload (quote update-file-autoloads) "autoload" "\ 1516(autoload (quote update-file-autoloads) "autoload" "\
@@ -1564,7 +1545,7 @@ Calls `update-directory-autoloads' on the command line arguments.
1564 1545
1565;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1546;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1566;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1547;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1567;;;;;; "autorevert" "autorevert.el" (17515 24179)) 1548;;;;;; "autorevert" "autorevert.el" (17500 47746))
1568;;; Generated autoloads from autorevert.el 1549;;; Generated autoloads from autorevert.el
1569 1550
1570(autoload (quote auto-revert-mode) "autorevert" "\ 1551(autoload (quote auto-revert-mode) "autorevert" "\
@@ -1616,11 +1597,10 @@ This function is designed to be added to hooks, for example:
1616Non-nil if Global-Auto-Revert mode is enabled. 1597Non-nil if Global-Auto-Revert mode is enabled.
1617See the command `global-auto-revert-mode' for a description of this minor-mode. 1598See the command `global-auto-revert-mode' for a description of this minor-mode.
1618Setting this variable directly does not take effect; 1599Setting this variable directly does not take effect;
1619use either \\[customize] or the function `global-auto-revert-mode'.") 1600either customize it (see the info node `Easy Customization')
1620 1601or call the function `global-auto-revert-mode'.")
1621(custom-autoload (quote global-auto-revert-mode) "autorevert")
1622 1602
1623(put (quote global-auto-revert-mode) (quote custom-set) (quote custom-set-minor-mode)) 1603(custom-autoload (quote global-auto-revert-mode) "autorevert" nil)
1624 1604
1625(autoload (quote global-auto-revert-mode) "autorevert" "\ 1605(autoload (quote global-auto-revert-mode) "autorevert" "\
1626Revert any buffer when file on disk changes. 1606Revert any buffer when file on disk changes.
@@ -1634,7 +1614,7 @@ Use `auto-revert-mode' to revert a particular buffer.
1634;;;*** 1614;;;***
1635 1615
1636;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1616;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1637;;;;;; "avoid.el" (17632 41885)) 1617;;;;;; "avoid.el" (17628 62475))
1638;;; Generated autoloads from avoid.el 1618;;; Generated autoloads from avoid.el
1639 1619
1640(defvar mouse-avoidance-mode nil "\ 1620(defvar mouse-avoidance-mode nil "\
@@ -1675,7 +1655,7 @@ definition of \"random distance\".)
1675;;;*** 1655;;;***
1676 1656
1677;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" 1657;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el"
1678;;;;;; (17385 8489)) 1658;;;;;; (17383 40534))
1679;;; Generated autoloads from emacs-lisp/backquote.el 1659;;; Generated autoloads from emacs-lisp/backquote.el
1680 1660
1681(autoload (quote backquote) "backquote" "\ 1661(autoload (quote backquote) "backquote" "\
@@ -1700,7 +1680,7 @@ Vectors work just like lists. Nested backquotes are permitted.
1700;;;*** 1680;;;***
1701 1681
1702;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1682;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1703;;;;;; (17515 24179)) 1683;;;;;; (17742 17639))
1704;;; Generated autoloads from battery.el 1684;;; Generated autoloads from battery.el
1705 (put 'battery-mode-line-string 'risky-local-variable t) 1685 (put 'battery-mode-line-string 'risky-local-variable t)
1706 1686
@@ -1715,11 +1695,10 @@ The text being displayed in the echo area is controlled by the variables
1715Non-nil if Display-Battery mode is enabled. 1695Non-nil if Display-Battery mode is enabled.
1716See the command `display-battery-mode' for a description of this minor-mode. 1696See the command `display-battery-mode' for a description of this minor-mode.
1717Setting this variable directly does not take effect; 1697Setting this variable directly does not take effect;
1718use either \\[customize] or the function `display-battery-mode'.") 1698either customize it (see the info node `Easy Customization')
1719 1699or call the function `display-battery-mode'.")
1720(custom-autoload (quote display-battery-mode) "battery")
1721 1700
1722(put (quote display-battery-mode) (quote custom-set) (quote custom-set-minor-mode)) 1701(custom-autoload (quote display-battery-mode) "battery" nil)
1723 1702
1724(autoload (quote display-battery-mode) "battery" "\ 1703(autoload (quote display-battery-mode) "battery" "\
1725Display battery status information in the mode line. 1704Display battery status information in the mode line.
@@ -1733,7 +1712,7 @@ seconds.
1733;;;*** 1712;;;***
1734 1713
1735;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1714;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1736;;;;;; "benchmark" "emacs-lisp/benchmark.el" (17385 8489)) 1715;;;;;; "benchmark" "emacs-lisp/benchmark.el" (17383 40534))
1737;;; Generated autoloads from emacs-lisp/benchmark.el 1716;;; Generated autoloads from emacs-lisp/benchmark.el
1738 1717
1739(autoload (quote benchmark-run) "benchmark" "\ 1718(autoload (quote benchmark-run) "benchmark" "\
@@ -1765,8 +1744,8 @@ non-interactive use see also `benchmark-run' and
1765 1744
1766;;;*** 1745;;;***
1767 1746
1768;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (17531 1747;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (17743
1769;;;;;; 7385)) 1748;;;;;; 46513))
1770;;; Generated autoloads from textmodes/bibtex.el 1749;;; Generated autoloads from textmodes/bibtex.el
1771 1750
1772(autoload (quote bibtex-mode) "bibtex" "\ 1751(autoload (quote bibtex-mode) "bibtex" "\
@@ -1828,7 +1807,7 @@ if that value is non-nil.
1828 1807
1829;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1808;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1830;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el" 1809;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el"
1831;;;;;; (17385 8492)) 1810;;;;;; (17382 22951))
1832;;; Generated autoloads from gnus/binhex.el 1811;;; Generated autoloads from gnus/binhex.el
1833 1812
1834(defconst binhex-begin-line "^:...............................................................$") 1813(defconst binhex-begin-line "^:...............................................................$")
@@ -1851,8 +1830,8 @@ Binhex decode region between START and END.
1851 1830
1852;;;*** 1831;;;***
1853 1832
1854;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (17385 1833;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (17382
1855;;;;;; 8495)) 1834;;;;;; 22974))
1856;;; Generated autoloads from play/blackbox.el 1835;;; Generated autoloads from play/blackbox.el
1857 1836
1858(autoload (quote blackbox) "blackbox" "\ 1837(autoload (quote blackbox) "blackbox" "\
@@ -1974,7 +1953,7 @@ a reflection.
1974;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save 1953;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save
1975;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename 1954;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename
1976;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump 1955;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump
1977;;;;;; bookmark-set) "bookmark" "bookmark.el" (17385 8482)) 1956;;;;;; bookmark-set) "bookmark" "bookmark.el" (17383 40484))
1978;;; Generated autoloads from bookmark.el 1957;;; Generated autoloads from bookmark.el
1979 (define-key ctl-x-map "rb" 'bookmark-jump) 1958 (define-key ctl-x-map "rb" 'bookmark-jump)
1980 (define-key ctl-x-map "rm" 'bookmark-set) 1959 (define-key ctl-x-map "rm" 'bookmark-set)
@@ -2164,7 +2143,7 @@ deletion, or > if it is flagged for displaying.
2164;;;;;; browse-url browse-url-of-region browse-url-of-dired-file 2143;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2165;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point 2144;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point
2166;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function) 2145;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function)
2167;;;;;; "browse-url" "net/browse-url.el" (17520 49736)) 2146;;;;;; "browse-url" "net/browse-url.el" (17519 1782))
2168;;; Generated autoloads from net/browse-url.el 2147;;; Generated autoloads from net/browse-url.el
2169 2148
2170(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))) "\ 2149(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))) "\
@@ -2178,17 +2157,17 @@ associated with the first REGEXP which matches the current URL. The
2178function is passed the URL and any other args of `browse-url'. The last 2157function is passed the URL and any other args of `browse-url'. The last
2179regexp should probably be \".\" to specify a default browser.") 2158regexp should probably be \".\" to specify a default browser.")
2180 2159
2181(custom-autoload (quote browse-url-browser-function) "browse-url") 2160(custom-autoload (quote browse-url-browser-function) "browse-url" t)
2182 2161
2183(defvar browse-url-firefox-program "firefox" "\ 2162(defvar browse-url-firefox-program "firefox" "\
2184*The name by which to invoke Firefox.") 2163*The name by which to invoke Firefox.")
2185 2164
2186(custom-autoload (quote browse-url-firefox-program) "browse-url") 2165(custom-autoload (quote browse-url-firefox-program) "browse-url" t)
2187 2166
2188(defvar browse-url-galeon-program "galeon" "\ 2167(defvar browse-url-galeon-program "galeon" "\
2189*The name by which to invoke Galeon.") 2168*The name by which to invoke Galeon.")
2190 2169
2191(custom-autoload (quote browse-url-galeon-program) "browse-url") 2170(custom-autoload (quote browse-url-galeon-program) "browse-url" t)
2192 2171
2193(autoload (quote browse-url-url-at-point) "browse-url" "\ 2172(autoload (quote browse-url-url-at-point) "browse-url" "\
2194Not documented 2173Not documented
@@ -2495,8 +2474,8 @@ Default to the URL around or before point.
2495 2474
2496;;;*** 2475;;;***
2497 2476
2498;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (17385 2477;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (17382
2499;;;;;; 8495)) 2478;;;;;; 22974))
2500;;; Generated autoloads from play/bruce.el 2479;;; Generated autoloads from play/bruce.el
2501 2480
2502(autoload (quote bruce) "bruce" "\ 2481(autoload (quote bruce) "bruce" "\
@@ -2512,7 +2491,7 @@ Return a vector containing the lines from `bruce-phrases-file'.
2512;;;*** 2491;;;***
2513 2492
2514;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2493;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2515;;;;;; "bs" "bs.el" (17395 27411)) 2494;;;;;; "bs" "bs.el" (17739 37746))
2516;;; Generated autoloads from bs.el 2495;;; Generated autoloads from bs.el
2517 2496
2518(autoload (quote bs-cycle-next) "bs" "\ 2497(autoload (quote bs-cycle-next) "bs" "\
@@ -2553,8 +2532,8 @@ name of buffer configuration.
2553;;;*** 2532;;;***
2554 2533
2555;;;### (autoloads (insert-text-button make-text-button insert-button 2534;;;### (autoloads (insert-text-button make-text-button insert-button
2556;;;;;; make-button define-button-type) "button" "button.el" (17385 2535;;;;;; make-button define-button-type) "button" "button.el" (17383
2557;;;;;; 8482)) 2536;;;;;; 40484))
2558;;; Generated autoloads from button.el 2537;;; Generated autoloads from button.el
2559 2538
2560(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ 2539(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
@@ -2642,7 +2621,7 @@ Also see `make-text-button'.
2642;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2621;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2643;;;;;; compile-defun byte-compile-file byte-recompile-directory 2622;;;;;; compile-defun byte-compile-file byte-recompile-directory
2644;;;;;; byte-force-recompile byte-compile-warnings-safe-p) "bytecomp" 2623;;;;;; byte-force-recompile byte-compile-warnings-safe-p) "bytecomp"
2645;;;;;; "emacs-lisp/bytecomp.el" (17582 40396)) 2624;;;;;; "emacs-lisp/bytecomp.el" (17586 63375))
2646;;; Generated autoloads from emacs-lisp/bytecomp.el 2625;;; Generated autoloads from emacs-lisp/bytecomp.el
2647(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2626(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2648(put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp) 2627(put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp)
@@ -2746,7 +2725,7 @@ and corresponding effects.
2746 2725
2747;;;*** 2726;;;***
2748 2727
2749;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (17386 33146)) 2728;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (17386 21899))
2750;;; Generated autoloads from calendar/cal-dst.el 2729;;; Generated autoloads from calendar/cal-dst.el
2751 2730
2752(put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) 2731(put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t)
@@ -2756,7 +2735,7 @@ and corresponding effects.
2756;;;*** 2735;;;***
2757 2736
2758;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" 2737;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el"
2759;;;;;; (17386 33146)) 2738;;;;;; (17386 21900))
2760;;; Generated autoloads from calendar/cal-hebrew.el 2739;;; Generated autoloads from calendar/cal-hebrew.el
2761 2740
2762(autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ 2741(autoload (quote list-yahrzeit-dates) "cal-hebrew" "\
@@ -2771,7 +2750,7 @@ from the cursor position.
2771;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2750;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2772;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2751;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2773;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" 2752;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el"
2774;;;;;; (17671 12179)) 2753;;;;;; (17672 28071))
2775;;; Generated autoloads from calc/calc.el 2754;;; Generated autoloads from calc/calc.el
2776 2755
2777(defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ 2756(defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\
@@ -2849,8 +2828,8 @@ Not documented
2849 2828
2850;;;*** 2829;;;***
2851 2830
2852;;;### (autoloads (calculator) "calculator" "calculator.el" (17385 2831;;;### (autoloads (calculator) "calculator" "calculator.el" (17383
2853;;;;;; 8482)) 2832;;;;;; 40484))
2854;;; Generated autoloads from calculator.el 2833;;; Generated autoloads from calculator.el
2855 2834
2856(autoload (quote calculator) "calculator" "\ 2835(autoload (quote calculator) "calculator" "\
@@ -2878,7 +2857,7 @@ See the documentation for `calculator-mode' for more information.
2878;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially 2857;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially
2879;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 2858;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2880;;;;;; view-diary-entries-initially calendar-offset) "calendar" 2859;;;;;; view-diary-entries-initially calendar-offset) "calendar"
2881;;;;;; "calendar/calendar.el" (17694 34727)) 2860;;;;;; "calendar/calendar.el" (17732 30377))
2882;;; Generated autoloads from calendar/calendar.el 2861;;; Generated autoloads from calendar/calendar.el
2883 2862
2884(defvar calendar-offset 0 "\ 2863(defvar calendar-offset 0 "\
@@ -3451,7 +3430,7 @@ movement commands will not work correctly.")
3451;;;*** 3430;;;***
3452 3431
3453;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 3432;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
3454;;;;;; "gnus/canlock.el" (17385 8492)) 3433;;;;;; "gnus/canlock.el" (17382 22951))
3455;;; Generated autoloads from gnus/canlock.el 3434;;; Generated autoloads from gnus/canlock.el
3456 3435
3457(autoload (quote canlock-insert-header) "canlock" "\ 3436(autoload (quote canlock-insert-header) "canlock" "\
@@ -3468,15 +3447,15 @@ it fails.
3468 3447
3469;;;*** 3448;;;***
3470 3449
3471;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (17515 3450;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (17507
3472;;;;;; 24182)) 3451;;;;;; 34705))
3473;;; Generated autoloads from progmodes/cc-compat.el 3452;;; Generated autoloads from progmodes/cc-compat.el
3474(put 'c-indent-level 'safe-local-variable 'integerp) 3453(put 'c-indent-level 'safe-local-variable 'integerp)
3475 3454
3476;;;*** 3455;;;***
3477 3456
3478;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 3457;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
3479;;;;;; (17408 40148)) 3458;;;;;; (17409 38386))
3480;;; Generated autoloads from progmodes/cc-engine.el 3459;;; Generated autoloads from progmodes/cc-engine.el
3481 3460
3482(autoload (quote c-guess-basic-syntax) "cc-engine" "\ 3461(autoload (quote c-guess-basic-syntax) "cc-engine" "\
@@ -3488,7 +3467,7 @@ Return the syntactic context of the current line.
3488 3467
3489;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 3468;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
3490;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3469;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3491;;;;;; (17601 9092)) 3470;;;;;; (17599 63482))
3492;;; Generated autoloads from progmodes/cc-mode.el 3471;;; Generated autoloads from progmodes/cc-mode.el
3493 3472
3494(autoload (quote c-initialize-cc-mode) "cc-mode" "\ 3473(autoload (quote c-initialize-cc-mode) "cc-mode" "\
@@ -3646,7 +3625,7 @@ Key bindings:
3646;;;*** 3625;;;***
3647 3626
3648;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3627;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3649;;;;;; "progmodes/cc-styles.el" (17520 49736)) 3628;;;;;; "progmodes/cc-styles.el" (17519 1783))
3650;;; Generated autoloads from progmodes/cc-styles.el 3629;;; Generated autoloads from progmodes/cc-styles.el
3651 3630
3652(autoload (quote c-set-style) "cc-styles" "\ 3631(autoload (quote c-set-style) "cc-styles" "\
@@ -3697,14 +3676,14 @@ and exists only for compatibility reasons.
3697 3676
3698;;;*** 3677;;;***
3699 3678
3700;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (17515 3679;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (17511
3701;;;;;; 24182)) 3680;;;;;; 36439))
3702;;; Generated autoloads from progmodes/cc-subword.el 3681;;; Generated autoloads from progmodes/cc-subword.el
3703 (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t) 3682 (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t)
3704 3683
3705;;;*** 3684;;;***
3706 3685
3707;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (17520 49736)) 3686;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (17520 20914))
3708;;; Generated autoloads from progmodes/cc-vars.el 3687;;; Generated autoloads from progmodes/cc-vars.el
3709(put 'c-basic-offset 'safe-local-variable 'integerp) 3688(put 'c-basic-offset 'safe-local-variable 'integerp)
3710(put 'c-backslash-column 'safe-local-variable 'integerp) 3689(put 'c-backslash-column 'safe-local-variable 'integerp)
@@ -3714,7 +3693,7 @@ and exists only for compatibility reasons.
3714 3693
3715;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3694;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3716;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3695;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3717;;;;;; (17102 18708)) 3696;;;;;; (17113 1814))
3718;;; Generated autoloads from international/ccl.el 3697;;; Generated autoloads from international/ccl.el
3719 3698
3720(autoload (quote ccl-compile) "ccl" "\ 3699(autoload (quote ccl-compile) "ccl" "\
@@ -3973,7 +3952,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3973;;;*** 3952;;;***
3974 3953
3975;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" 3954;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el"
3976;;;;;; (17669 23128)) 3955;;;;;; (17669 35275))
3977;;; Generated autoloads from progmodes/cfengine.el 3956;;; Generated autoloads from progmodes/cfengine.el
3978 3957
3979(autoload (quote cfengine-mode) "cfengine" "\ 3958(autoload (quote cfengine-mode) "cfengine" "\
@@ -3995,7 +3974,7 @@ to the action header.
3995;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3974;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3996;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3975;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3997;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 3976;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
3998;;;;;; (17651 6799)) 3977;;;;;; (17739 37748))
3999;;; Generated autoloads from emacs-lisp/checkdoc.el 3978;;; Generated autoloads from emacs-lisp/checkdoc.el
4000 3979
4001(autoload (quote checkdoc) "checkdoc" "\ 3980(autoload (quote checkdoc) "checkdoc" "\
@@ -4178,8 +4157,8 @@ checking of documentation strings.
4178;;;*** 4157;;;***
4179 4158
4180;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer 4159;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer
4181;;;;;; decode-hz-region) "china-util" "language/china-util.el" (17246 4160;;;;;; decode-hz-region) "china-util" "language/china-util.el" (17113
4182;;;;;; 40257)) 4161;;;;;; 1823))
4183;;; Generated autoloads from language/china-util.el 4162;;; Generated autoloads from language/china-util.el
4184 4163
4185(autoload (quote decode-hz-region) "china-util" "\ 4164(autoload (quote decode-hz-region) "china-util" "\
@@ -4207,7 +4186,7 @@ Encode the text in the current buffer to HZ.
4207;;;*** 4186;;;***
4208 4187
4209;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 4188;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
4210;;;;;; "chistory" "chistory.el" (17385 8482)) 4189;;;;;; "chistory" "chistory.el" (17383 40485))
4211;;; Generated autoloads from chistory.el 4190;;; Generated autoloads from chistory.el
4212 4191
4213(autoload (quote repeat-matching-complex-command) "chistory" "\ 4192(autoload (quote repeat-matching-complex-command) "chistory" "\
@@ -4246,7 +4225,7 @@ and runs the normal hook `command-history-hook'.
4246 4225
4247;;;*** 4226;;;***
4248 4227
4249;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (17698 30385)) 4228;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (17700 2786))
4250;;; Generated autoloads from emacs-lisp/cl.el 4229;;; Generated autoloads from emacs-lisp/cl.el
4251 4230
4252(defvar custom-print-functions nil "\ 4231(defvar custom-print-functions nil "\
@@ -4262,7 +4241,7 @@ a future Emacs interpreter will be able to use it.")
4262;;;*** 4241;;;***
4263 4242
4264;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 4243;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
4265;;;;;; (17729 22475)) 4244;;;;;; (17730 22879))
4266;;; Generated autoloads from emacs-lisp/cl-indent.el 4245;;; Generated autoloads from emacs-lisp/cl-indent.el
4267 4246
4268(autoload (quote common-lisp-indent-function) "cl-indent" "\ 4247(autoload (quote common-lisp-indent-function) "cl-indent" "\
@@ -4273,7 +4252,7 @@ Not documented
4273;;;*** 4252;;;***
4274 4253
4275;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 4254;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
4276;;;;;; (17394 12937)) 4255;;;;;; (17388 57140))
4277;;; Generated autoloads from progmodes/cmacexp.el 4256;;; Generated autoloads from progmodes/cmacexp.el
4278 4257
4279(autoload (quote c-macro-expand) "cmacexp" "\ 4258(autoload (quote c-macro-expand) "cmacexp" "\
@@ -4293,8 +4272,8 @@ For use inside Lisp programs, see also `c-macro-expansion'.
4293 4272
4294;;;*** 4273;;;***
4295 4274
4296;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (17385 4275;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (17383
4297;;;;;; 8482)) 4276;;;;;; 40485))
4298;;; Generated autoloads from cmuscheme.el 4277;;; Generated autoloads from cmuscheme.el
4299 4278
4300(autoload (quote run-scheme) "cmuscheme" "\ 4279(autoload (quote run-scheme) "cmuscheme" "\
@@ -4315,7 +4294,7 @@ is run).
4315;;;*** 4294;;;***
4316 4295
4317;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" 4296;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el"
4318;;;;;; (17699 53313)) 4297;;;;;; (17700 2787))
4319;;; Generated autoloads from international/code-pages.el 4298;;; Generated autoloads from international/code-pages.el
4320 4299
4321(autoload (quote cp-make-coding-system) "code-pages" "\ 4300(autoload (quote cp-make-coding-system) "code-pages" "\
@@ -4376,7 +4355,7 @@ Return an updated `non-iso-charset-alist'.
4376 4355
4377;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage 4356;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage
4378;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) 4357;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage)
4379;;;;;; "codepage" "international/codepage.el" (17669 23128)) 4358;;;;;; "codepage" "international/codepage.el" (17667 64276))
4380;;; Generated autoloads from international/codepage.el 4359;;; Generated autoloads from international/codepage.el
4381 4360
4382(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ 4361(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\
@@ -4435,7 +4414,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal.
4435;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 4414;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4436;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 4415;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4437;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 4416;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4438;;;;;; (17692 12587)) 4417;;;;;; (17693 43096))
4439;;; Generated autoloads from comint.el 4418;;; Generated autoloads from comint.el
4440 4419
4441(defvar comint-output-filter-functions (quote (comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)) "\ 4420(defvar comint-output-filter-functions (quote (comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)) "\
@@ -4526,7 +4505,7 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4526;;;*** 4505;;;***
4527 4506
4528;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (17636 4507;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (17636
4529;;;;;; 60569)) 4508;;;;;; 48139))
4530;;; Generated autoloads from compare-w.el 4509;;; Generated autoloads from compare-w.el
4531 4510
4532(autoload (quote compare-windows) "compare-w" "\ 4511(autoload (quote compare-windows) "compare-w" "\
@@ -4563,7 +4542,7 @@ on third call it again advances points to the next difference and so on.
4563;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4542;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4564;;;;;; compile compilation-disable-input compile-command compilation-search-path 4543;;;;;; compile compilation-disable-input compile-command compilation-search-path
4565;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 4544;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
4566;;;;;; "compile" "progmodes/compile.el" (17686 65476)) 4545;;;;;; "compile" "progmodes/compile.el" (17687 3226))
4567;;; Generated autoloads from progmodes/compile.el 4546;;; Generated autoloads from progmodes/compile.el
4568 4547
4569(defvar compilation-mode-hook nil "\ 4548(defvar compilation-mode-hook nil "\
@@ -4725,7 +4704,7 @@ This is the value of `next-error-function' in Compilation buffers.
4725;;;*** 4704;;;***
4726 4705
4727;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 4706;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4728;;;;;; (17624 52650)) 4707;;;;;; (17623 45180))
4729;;; Generated autoloads from complete.el 4708;;; Generated autoloads from complete.el
4730 4709
4731(defvar partial-completion-mode nil "\ 4710(defvar partial-completion-mode nil "\
@@ -4767,7 +4746,7 @@ second TAB brings up the `*Completions*' buffer.
4767;;;*** 4746;;;***
4768 4747
4769;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4748;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4770;;;;;; (17704 4325)) 4749;;;;;; (17704 3960))
4771;;; Generated autoloads from completion.el 4750;;; Generated autoloads from completion.el
4772 4751
4773(defvar dynamic-completion-mode nil "\ 4752(defvar dynamic-completion-mode nil "\
@@ -4789,7 +4768,7 @@ Enable dynamic word-completion.
4789;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after 4768;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after
4790;;;;;; find-composition compose-chars decompose-string compose-string 4769;;;;;; find-composition compose-chars decompose-string compose-string
4791;;;;;; decompose-region compose-region encode-composition-rule) 4770;;;;;; decompose-region compose-region encode-composition-rule)
4792;;;;;; "composite" "composite.el" (17321 50876)) 4771;;;;;; "composite" "composite.el" (17330 42405))
4793;;; Generated autoloads from composite.el 4772;;; Generated autoloads from composite.el
4794 4773
4795(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))) "\ 4774(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))) "\
@@ -5011,7 +4990,7 @@ Optional 3rd arg WITH-COMPOSITION-RULE is ignored.
5011;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4990;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
5012;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4991;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
5013;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4992;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
5014;;;;;; (17679 3707)) 4993;;;;;; (17680 21833))
5015;;; Generated autoloads from textmodes/conf-mode.el 4994;;; Generated autoloads from textmodes/conf-mode.el
5016 4995
5017(autoload (quote conf-mode) "conf-mode" "\ 4996(autoload (quote conf-mode) "conf-mode" "\
@@ -5167,7 +5146,7 @@ For details see `conf-mode'. Example:
5167;;;*** 5146;;;***
5168 5147
5169;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 5148;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
5170;;;;;; "cookie1" "play/cookie1.el" (17562 61275)) 5149;;;;;; "cookie1" "play/cookie1.el" (17565 13042))
5171;;; Generated autoloads from play/cookie1.el 5150;;; Generated autoloads from play/cookie1.el
5172 5151
5173(autoload (quote cookie) "cookie1" "\ 5152(autoload (quote cookie) "cookie1" "\
@@ -5199,7 +5178,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
5199;;;*** 5178;;;***
5200 5179
5201;;;### (autoloads (copyright copyright-fix-years copyright-update) 5180;;;### (autoloads (copyright copyright-fix-years copyright-update)
5202;;;;;; "copyright" "emacs-lisp/copyright.el" (17385 8489)) 5181;;;;;; "copyright" "emacs-lisp/copyright.el" (17383 40536))
5203;;; Generated autoloads from emacs-lisp/copyright.el 5182;;; Generated autoloads from emacs-lisp/copyright.el
5204 5183
5205(autoload (quote copyright-update) "copyright" "\ 5184(autoload (quote copyright-update) "copyright" "\
@@ -5227,7 +5206,7 @@ Insert a copyright by $ORGANIZATION notice at cursor.
5227;;;*** 5206;;;***
5228 5207
5229;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 5208;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
5230;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (17723 56271)) 5209;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (17725 15204))
5231;;; Generated autoloads from progmodes/cperl-mode.el 5210;;; Generated autoloads from progmodes/cperl-mode.el
5232 5211
5233(autoload (quote cperl-mode) "cperl-mode" "\ 5212(autoload (quote cperl-mode) "cperl-mode" "\
@@ -5418,7 +5397,7 @@ Run a `perldoc' on the word around point.
5418;;;*** 5397;;;***
5419 5398
5420;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 5399;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
5421;;;;;; (17394 12937)) 5400;;;;;; (17388 57141))
5422;;; Generated autoloads from progmodes/cpp.el 5401;;; Generated autoloads from progmodes/cpp.el
5423 5402
5424(autoload (quote cpp-highlight-buffer) "cpp" "\ 5403(autoload (quote cpp-highlight-buffer) "cpp" "\
@@ -5437,7 +5416,7 @@ Edit display information for cpp conditionals.
5437;;;*** 5416;;;***
5438 5417
5439;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 5418;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
5440;;;;;; (17385 8490)) 5419;;;;;; (17383 40545))
5441;;; Generated autoloads from emulation/crisp.el 5420;;; Generated autoloads from emulation/crisp.el
5442 5421
5443(defvar crisp-mode nil "\ 5422(defvar crisp-mode nil "\
@@ -5448,7 +5427,7 @@ indicates CRiSP mode is enabled.
5448Setting this variable directly does not take effect; 5427Setting this variable directly does not take effect;
5449use either M-x customize or the function `crisp-mode'.") 5428use either M-x customize or the function `crisp-mode'.")
5450 5429
5451(custom-autoload (quote crisp-mode) "crisp") 5430(custom-autoload (quote crisp-mode) "crisp" nil)
5452 5431
5453(autoload (quote crisp-mode) "crisp" "\ 5432(autoload (quote crisp-mode) "crisp" "\
5454Toggle CRiSP/Brief emulation minor mode. 5433Toggle CRiSP/Brief emulation minor mode.
@@ -5461,7 +5440,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
5461;;;*** 5440;;;***
5462 5441
5463;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 5442;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
5464;;;;;; (17515 24181)) 5443;;;;;; (17506 11763))
5465;;; Generated autoloads from emacs-lisp/crm.el 5444;;; Generated autoloads from emacs-lisp/crm.el
5466 5445
5467(autoload (quote completing-read-multiple) "crm" "\ 5446(autoload (quote completing-read-multiple) "crm" "\
@@ -5497,7 +5476,7 @@ INHERIT-INPUT-METHOD.
5497;;;*** 5476;;;***
5498 5477
5499;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 5478;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
5500;;;;;; (17663 14247)) 5479;;;;;; (17663 11728))
5501;;; Generated autoloads from emulation/cua-base.el 5480;;; Generated autoloads from emulation/cua-base.el
5502 5481
5503(defvar cua-mode nil "\ 5482(defvar cua-mode nil "\
@@ -5563,7 +5542,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5563;;;;;; customize-face customize-changed-options customize-option-other-window 5542;;;;;; customize-face customize-changed-options customize-option-other-window
5564;;;;;; customize-option customize-group-other-window customize-group 5543;;;;;; customize-option customize-group-other-window customize-group
5565;;;;;; customize-mode customize customize-save-variable customize-set-variable 5544;;;;;; customize-mode customize customize-save-variable customize-set-variable
5566;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (17694 37217)) 5545;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (17743 47241))
5567;;; Generated autoloads from cus-edit.el 5546;;; Generated autoloads from cus-edit.el
5568 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 5547 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
5569 5548
@@ -5852,7 +5831,7 @@ The format is suitable for use with `easy-menu-define'.
5852;;;*** 5831;;;***
5853 5832
5854;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces 5833;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces
5855;;;;;; custom-declare-face) "cus-face" "cus-face.el" (17385 8483)) 5834;;;;;; custom-declare-face) "cus-face" "cus-face.el" (17383 40486))
5856;;; Generated autoloads from cus-face.el 5835;;; Generated autoloads from cus-face.el
5857 5836
5858(autoload (quote custom-declare-face) "cus-face" "\ 5837(autoload (quote custom-declare-face) "cus-face" "\
@@ -5922,7 +5901,7 @@ This means reset FACE to its value in FROM-THEME.
5922;;;*** 5901;;;***
5923 5902
5924;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" 5903;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
5925;;;;;; (17632 41885)) 5904;;;;;; (17632 36218))
5926;;; Generated autoloads from cus-theme.el 5905;;; Generated autoloads from cus-theme.el
5927 5906
5928(autoload (quote customize-create-theme) "cus-theme" "\ 5907(autoload (quote customize-create-theme) "cus-theme" "\
@@ -5933,7 +5912,7 @@ Create a custom theme.
5933;;;*** 5912;;;***
5934 5913
5935;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 5914;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
5936;;;;;; (17495 43954)) 5915;;;;;; (17493 6877))
5937;;; Generated autoloads from cvs-status.el 5916;;; Generated autoloads from cvs-status.el
5938 5917
5939(autoload (quote cvs-status-mode) "cvs-status" "\ 5918(autoload (quote cvs-status-mode) "cvs-status" "\
@@ -5944,7 +5923,7 @@ Mode used for cvs status output.
5944;;;*** 5923;;;***
5945 5924
5946;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5925;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5947;;;;;; "cwarn" "progmodes/cwarn.el" (17394 12937)) 5926;;;;;; "cwarn" "progmodes/cwarn.el" (17388 57141))
5948;;; Generated autoloads from progmodes/cwarn.el 5927;;; Generated autoloads from progmodes/cwarn.el
5949 5928
5950(autoload (quote cwarn-mode) "cwarn" "\ 5929(autoload (quote cwarn-mode) "cwarn" "\
@@ -5970,11 +5949,10 @@ This function is designed to be added to hooks, for example:
5970Non-nil if Global-Cwarn mode is enabled. 5949Non-nil if Global-Cwarn mode is enabled.
5971See the command `global-cwarn-mode' for a description of this minor-mode. 5950See the command `global-cwarn-mode' for a description of this minor-mode.
5972Setting this variable directly does not take effect; 5951Setting this variable directly does not take effect;
5973use either \\[customize] or the function `global-cwarn-mode'.") 5952either customize it (see the info node `Easy Customization')
5974 5953or call the function `global-cwarn-mode'.")
5975(custom-autoload (quote global-cwarn-mode) "cwarn")
5976 5954
5977(put (quote global-cwarn-mode) (quote custom-set) (quote custom-set-minor-mode)) 5955(custom-autoload (quote global-cwarn-mode) "cwarn" nil)
5978 5956
5979(autoload (quote global-cwarn-mode) "cwarn" "\ 5957(autoload (quote global-cwarn-mode) "cwarn" "\
5980Toggle Cwarn mode in every buffer. 5958Toggle Cwarn mode in every buffer.
@@ -5988,7 +5966,7 @@ in which `turn-on-cwarn-mode-if-enabled' turns it on.
5988 5966
5989;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5967;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5990;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5968;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5991;;;;;; (17102 18767)) 5969;;;;;; (17113 1824))
5992;;; Generated autoloads from language/cyril-util.el 5970;;; Generated autoloads from language/cyril-util.el
5993 5971
5994(autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ 5972(autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\
@@ -6017,7 +5995,7 @@ If the argument is nil, we return the display table to its standard state.
6017;;;*** 5995;;;***
6018 5996
6019;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5997;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
6020;;;;;; (17385 8483)) 5998;;;;;; (17383 40487))
6021;;; Generated autoloads from dabbrev.el 5999;;; Generated autoloads from dabbrev.el
6022 (define-key esc-map "/" 'dabbrev-expand) 6000 (define-key esc-map "/" 'dabbrev-expand)
6023 (define-key esc-map [?\C-/] 'dabbrev-completion) 6001 (define-key esc-map [?\C-/] 'dabbrev-completion)
@@ -6061,8 +6039,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
6061 6039
6062;;;*** 6040;;;***
6063 6041
6064;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (17394 6042;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (17388
6065;;;;;; 12937)) 6043;;;;;; 57141))
6066;;; Generated autoloads from progmodes/dcl-mode.el 6044;;; Generated autoloads from progmodes/dcl-mode.el
6067 6045
6068(autoload (quote dcl-mode) "dcl-mode" "\ 6046(autoload (quote dcl-mode) "dcl-mode" "\
@@ -6189,7 +6167,7 @@ There is some minimal font-lock support (see vars
6189;;;*** 6167;;;***
6190 6168
6191;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 6169;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
6192;;;;;; "emacs-lisp/debug.el" (17440 13082)) 6170;;;;;; "emacs-lisp/debug.el" (17440 26396))
6193;;; Generated autoloads from emacs-lisp/debug.el 6171;;; Generated autoloads from emacs-lisp/debug.el
6194 6172
6195(setq debugger (quote debug)) 6173(setq debugger (quote debug))
@@ -6233,7 +6211,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
6233;;;*** 6211;;;***
6234 6212
6235;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 6213;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
6236;;;;;; (17385 8495)) 6214;;;;;; (17382 22974))
6237;;; Generated autoloads from play/decipher.el 6215;;; Generated autoloads from play/decipher.el
6238 6216
6239(autoload (quote decipher) "decipher" "\ 6217(autoload (quote decipher) "decipher" "\
@@ -6262,8 +6240,8 @@ The most useful commands are:
6262;;;*** 6240;;;***
6263 6241
6264;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 6242;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
6265;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (17682 6243;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (17681
6266;;;;;; 43100)) 6244;;;;;; 41540))
6267;;; Generated autoloads from delim-col.el 6245;;; Generated autoloads from delim-col.el
6268 6246
6269(autoload (quote delimit-columns-customize) "delim-col" "\ 6247(autoload (quote delimit-columns-customize) "delim-col" "\
@@ -6287,8 +6265,8 @@ START and END delimits the corners of text rectangle.
6287 6265
6288;;;*** 6266;;;***
6289 6267
6290;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17604 6268;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17602
6291;;;;;; 60390)) 6269;;;;;; 7856))
6292;;; Generated autoloads from progmodes/delphi.el 6270;;; Generated autoloads from progmodes/delphi.el
6293 6271
6294(autoload (quote delphi-mode) "delphi" "\ 6272(autoload (quote delphi-mode) "delphi" "\
@@ -6338,8 +6316,8 @@ no args, if that value is non-nil.
6338 6316
6339;;;*** 6317;;;***
6340 6318
6341;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (17385 6319;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (17383
6342;;;;;; 8483)) 6320;;;;;; 40488))
6343;;; Generated autoloads from delsel.el 6321;;; Generated autoloads from delsel.el
6344 6322
6345(defalias (quote pending-delete-mode) (quote delete-selection-mode)) 6323(defalias (quote pending-delete-mode) (quote delete-selection-mode))
@@ -6348,11 +6326,10 @@ no args, if that value is non-nil.
6348Non-nil if Delete-Selection mode is enabled. 6326Non-nil if Delete-Selection mode is enabled.
6349See the command `delete-selection-mode' for a description of this minor-mode. 6327See the command `delete-selection-mode' for a description of this minor-mode.
6350Setting this variable directly does not take effect; 6328Setting this variable directly does not take effect;
6351use either \\[customize] or the function `delete-selection-mode'.") 6329either customize it (see the info node `Easy Customization')
6352 6330or call the function `delete-selection-mode'.")
6353(custom-autoload (quote delete-selection-mode) "delsel")
6354 6331
6355(put (quote delete-selection-mode) (quote custom-set) (quote custom-set-minor-mode)) 6332(custom-autoload (quote delete-selection-mode) "delsel" nil)
6356 6333
6357(autoload (quote delete-selection-mode) "delsel" "\ 6334(autoload (quote delete-selection-mode) "delsel" "\
6358Toggle Delete Selection mode. 6335Toggle Delete Selection mode.
@@ -6369,7 +6346,7 @@ any selection.
6369;;;*** 6346;;;***
6370 6347
6371;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 6348;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
6372;;;;;; "derived" "emacs-lisp/derived.el" (17385 8489)) 6349;;;;;; "derived" "emacs-lisp/derived.el" (17383 40537))
6373;;; Generated autoloads from emacs-lisp/derived.el 6350;;; Generated autoloads from emacs-lisp/derived.el
6374 6351
6375(autoload (quote define-derived-mode) "derived" "\ 6352(autoload (quote define-derived-mode) "derived" "\
@@ -6434,7 +6411,7 @@ the first time the mode is used.
6434;;;*** 6411;;;***
6435 6412
6436;;;### (autoloads (describe-char describe-text-properties) "descr-text" 6413;;;### (autoloads (describe-char describe-text-properties) "descr-text"
6437;;;;;; "descr-text.el" (17385 8483)) 6414;;;;;; "descr-text.el" (17383 40488))
6438;;; Generated autoloads from descr-text.el 6415;;; Generated autoloads from descr-text.el
6439 6416
6440(autoload (quote describe-text-properties) "descr-text" "\ 6417(autoload (quote describe-text-properties) "descr-text" "\
@@ -6460,7 +6437,7 @@ as well as widgets, buttons, overlays, and text properties.
6460;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 6437;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
6461;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 6438;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
6462;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 6439;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
6463;;;;;; "desktop.el" (17670 57734)) 6440;;;;;; "desktop.el" (17672 28070))
6464;;; Generated autoloads from desktop.el 6441;;; Generated autoloads from desktop.el
6465 6442
6466(defvar desktop-save-mode nil "\ 6443(defvar desktop-save-mode nil "\
@@ -6643,7 +6620,7 @@ Revert to the last loaded desktop.
6643 6620
6644;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 6621;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
6645;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 6622;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
6646;;;;;; "deuglify" "gnus/deuglify.el" (17495 43954)) 6623;;;;;; "deuglify" "gnus/deuglify.el" (17490 31060))
6647;;; Generated autoloads from gnus/deuglify.el 6624;;; Generated autoloads from gnus/deuglify.el
6648 6625
6649(autoload (quote gnus-article-outlook-unwrap-lines) "deuglify" "\ 6626(autoload (quote gnus-article-outlook-unwrap-lines) "deuglify" "\
@@ -6676,7 +6653,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
6676;;;*** 6653;;;***
6677 6654
6678;;;### (autoloads (devanagari-post-read-conversion devanagari-compose-region) 6655;;;### (autoloads (devanagari-post-read-conversion devanagari-compose-region)
6679;;;;;; "devan-util" "language/devan-util.el" (17102 18768)) 6656;;;;;; "devan-util" "language/devan-util.el" (17113 1825))
6680;;; Generated autoloads from language/devan-util.el 6657;;; Generated autoloads from language/devan-util.el
6681 6658
6682(defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") 6659(defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]")
@@ -6694,7 +6671,7 @@ Not documented
6694;;;*** 6671;;;***
6695 6672
6696;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 6673;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
6697;;;;;; "calendar/diary-lib.el" (17520 49736)) 6674;;;;;; "calendar/diary-lib.el" (17518 5769))
6698;;; Generated autoloads from calendar/diary-lib.el 6675;;; Generated autoloads from calendar/diary-lib.el
6699 6676
6700(autoload (quote diary) "diary-lib" "\ 6677(autoload (quote diary) "diary-lib" "\
@@ -6740,7 +6717,7 @@ Major mode for editing the diary file.
6740;;;*** 6717;;;***
6741 6718
6742;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 6719;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
6743;;;;;; "diff.el" (17683 64071)) 6720;;;;;; "diff.el" (17544 39648))
6744;;; Generated autoloads from diff.el 6721;;; Generated autoloads from diff.el
6745 6722
6746(defvar diff-switches "-c" "\ 6723(defvar diff-switches "-c" "\
@@ -6774,7 +6751,7 @@ With prefix arg, prompt for diff switches.
6774;;;*** 6751;;;***
6775 6752
6776;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 6753;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
6777;;;;;; (17670 57734)) 6754;;;;;; (17672 28070))
6778;;; Generated autoloads from diff-mode.el 6755;;; Generated autoloads from diff-mode.el
6779 6756
6780(autoload (quote diff-mode) "diff-mode" "\ 6757(autoload (quote diff-mode) "diff-mode" "\
@@ -6804,7 +6781,7 @@ Minor mode for viewing/editing context diffs.
6804;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 6781;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
6805;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 6782;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
6806;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 6783;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
6807;;;;;; "dired" "dired.el" (17697 23215)) 6784;;;;;; "dired" "dired.el" (17743 34996))
6808;;; Generated autoloads from dired.el 6785;;; Generated autoloads from dired.el
6809 6786
6810(defvar dired-listing-switches "-al" "\ 6787(defvar dired-listing-switches "-al" "\
@@ -7009,7 +6986,7 @@ Keybindings:
7009;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory 6986;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory
7010;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp 6987;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp
7011;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff 6988;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff
7012;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17718 28532)) 6989;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17742 17639))
7013;;; Generated autoloads from dired-aux.el 6990;;; Generated autoloads from dired-aux.el
7014 6991
7015(autoload (quote dired-diff) "dired-aux" "\ 6992(autoload (quote dired-diff) "dired-aux" "\
@@ -7421,7 +7398,7 @@ true then the type of the file linked to by FILE is printed instead.
7421 7398
7422;;;*** 7399;;;***
7423 7400
7424;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (17656 37701)) 7401;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (17656 34193))
7425;;; Generated autoloads from dired-x.el 7402;;; Generated autoloads from dired-x.el
7426 7403
7427(autoload (quote dired-jump) "dired-x" "\ 7404(autoload (quote dired-jump) "dired-x" "\
@@ -7435,7 +7412,7 @@ buffer and try again.
7435 7412
7436;;;*** 7413;;;***
7437 7414
7438;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (17582 40396)) 7415;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (17586 63360))
7439;;; Generated autoloads from dirtrack.el 7416;;; Generated autoloads from dirtrack.el
7440 7417
7441(autoload (quote dirtrack) "dirtrack" "\ 7418(autoload (quote dirtrack) "dirtrack" "\
@@ -7454,8 +7431,8 @@ You can enable directory tracking by adding this function to
7454 7431
7455;;;*** 7432;;;***
7456 7433
7457;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (17385 7434;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (17383
7458;;;;;; 8489)) 7435;;;;;; 40537))
7459;;; Generated autoloads from emacs-lisp/disass.el 7436;;; Generated autoloads from emacs-lisp/disass.el
7460 7437
7461(autoload (quote disassemble) "disass" "\ 7438(autoload (quote disassemble) "disass" "\
@@ -7473,7 +7450,7 @@ redefine OBJECT if it is a symbol.
7473;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii 7450;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii
7474;;;;;; standard-display-default standard-display-8bit describe-current-display-table 7451;;;;;; standard-display-default standard-display-8bit describe-current-display-table
7475;;;;;; describe-display-table set-display-table-slot display-table-slot 7452;;;;;; describe-display-table set-display-table-slot display-table-slot
7476;;;;;; make-display-table) "disp-table" "disp-table.el" (17385 8483)) 7453;;;;;; make-display-table) "disp-table" "disp-table.el" (17383 40490))
7477;;; Generated autoloads from disp-table.el 7454;;; Generated autoloads from disp-table.el
7478 7455
7479(autoload (quote make-display-table) "disp-table" "\ 7456(autoload (quote make-display-table) "disp-table" "\
@@ -7574,7 +7551,7 @@ for users who call this function in `.emacs'.
7574;;;*** 7551;;;***
7575 7552
7576;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 7553;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
7577;;;;;; (17385 8495)) 7554;;;;;; (17382 22975))
7578;;; Generated autoloads from play/dissociate.el 7555;;; Generated autoloads from play/dissociate.el
7579 7556
7580(autoload (quote dissociated-press) "dissociate" "\ 7557(autoload (quote dissociated-press) "dissociate" "\
@@ -7590,7 +7567,7 @@ Default is 2.
7590 7567
7591;;;*** 7568;;;***
7592 7569
7593;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (17709 24917)) 7570;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (17710 3074))
7594;;; Generated autoloads from dnd.el 7571;;; Generated autoloads from dnd.el
7595 7572
7596(defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file) ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file))) "\ 7573(defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file) ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file))) "\
@@ -7611,7 +7588,7 @@ if some action was made, or nil if the URL is ignored.")
7611;;;*** 7588;;;***
7612 7589
7613;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 7590;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
7614;;;;;; "textmodes/dns-mode.el" (17632 41886)) 7591;;;;;; "textmodes/dns-mode.el" (17628 62484))
7615;;; Generated autoloads from textmodes/dns-mode.el 7592;;; Generated autoloads from textmodes/dns-mode.el
7616 7593
7617(autoload (quote dns-mode) "dns-mode" "\ 7594(autoload (quote dns-mode) "dns-mode" "\
@@ -7635,7 +7612,7 @@ Locate SOA record and increment the serial field.
7635 7612
7636;;;*** 7613;;;***
7637 7614
7638;;;### (autoloads (doctor) "doctor" "play/doctor.el" (17366 25285)) 7615;;;### (autoloads (doctor) "doctor" "play/doctor.el" (17366 47561))
7639;;; Generated autoloads from play/doctor.el 7616;;; Generated autoloads from play/doctor.el
7640 7617
7641(autoload (quote doctor) "doctor" "\ 7618(autoload (quote doctor) "doctor" "\
@@ -7646,7 +7623,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
7646;;;*** 7623;;;***
7647 7624
7648;;;### (autoloads (double-mode double-mode) "double" "double.el" 7625;;;### (autoloads (double-mode double-mode) "double" "double.el"
7649;;;;;; (17385 8483)) 7626;;;;;; (17383 40491))
7650;;; Generated autoloads from double.el 7627;;; Generated autoloads from double.el
7651 7628
7652(defvar double-mode nil "\ 7629(defvar double-mode nil "\
@@ -7654,7 +7631,7 @@ Toggle Double mode.
7654Setting this variable directly does not take effect; 7631Setting this variable directly does not take effect;
7655use either \\[customize] or the function `double-mode'.") 7632use either \\[customize] or the function `double-mode'.")
7656 7633
7657(custom-autoload (quote double-mode) "double") 7634(custom-autoload (quote double-mode) "double" nil)
7658 7635
7659(autoload (quote double-mode) "double" "\ 7636(autoload (quote double-mode) "double" "\
7660Toggle Double mode. 7637Toggle Double mode.
@@ -7667,7 +7644,7 @@ when pressed twice. See variable `double-map' for details.
7667 7644
7668;;;*** 7645;;;***
7669 7646
7670;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (17579 53341)) 7647;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (17742 38237))
7671;;; Generated autoloads from play/dunnet.el 7648;;; Generated autoloads from play/dunnet.el
7672 7649
7673(autoload (quote dunnet) "dunnet" "\ 7650(autoload (quote dunnet) "dunnet" "\
@@ -7678,7 +7655,7 @@ Switch to *dungeon* buffer and start game.
7678;;;*** 7655;;;***
7679 7656
7680;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 7657;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
7681;;;;;; (17385 8492)) 7658;;;;;; (17382 22952))
7682;;; Generated autoloads from gnus/earcon.el 7659;;; Generated autoloads from gnus/earcon.el
7683 7660
7684(autoload (quote gnus-earcon-display) "earcon" "\ 7661(autoload (quote gnus-earcon-display) "earcon" "\
@@ -7690,7 +7667,7 @@ Play sounds in message buffers.
7690 7667
7691;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 7668;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
7692;;;;;; define-global-minor-mode define-minor-mode) "easy-mmode" 7669;;;;;; define-global-minor-mode define-minor-mode) "easy-mmode"
7693;;;;;; "emacs-lisp/easy-mmode.el" (17656 37701)) 7670;;;;;; "emacs-lisp/easy-mmode.el" (17656 34193))
7694;;; Generated autoloads from emacs-lisp/easy-mmode.el 7671;;; Generated autoloads from emacs-lisp/easy-mmode.el
7695 7672
7696(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) 7673(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
@@ -7782,8 +7759,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
7782;;;*** 7759;;;***
7783 7760
7784;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 7761;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
7785;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (17385 7762;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (17383
7786;;;;;; 8489)) 7763;;;;;; 40537))
7787;;; Generated autoloads from emacs-lisp/easymenu.el 7764;;; Generated autoloads from emacs-lisp/easymenu.el
7788 7765
7789(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) 7766(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
@@ -7928,7 +7905,7 @@ To implement dynamic menus, either call this from
7928;;;;;; ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ebnf-spool-file 7905;;;;;; ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ebnf-spool-file
7929;;;;;; ebnf-spool-directory ebnf-print-region ebnf-print-buffer 7906;;;;;; ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7930;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 7907;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7931;;;;;; "progmodes/ebnf2ps.el" (17690 51743)) 7908;;;;;; "progmodes/ebnf2ps.el" (17693 43099))
7932;;; Generated autoloads from progmodes/ebnf2ps.el 7909;;; Generated autoloads from progmodes/ebnf2ps.el
7933 7910
7934(autoload (quote ebnf-customize) "ebnf2ps" "\ 7911(autoload (quote ebnf-customize) "ebnf2ps" "\
@@ -8187,8 +8164,8 @@ See `ebnf-style-database' documentation.
8187;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 8164;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
8188;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 8165;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
8189;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 8166;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
8190;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (17601 8167;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (17588
8191;;;;;; 9092)) 8168;;;;;; 11509))
8192;;; Generated autoloads from progmodes/ebrowse.el 8169;;; Generated autoloads from progmodes/ebrowse.el
8193 8170
8194(autoload (quote ebrowse-tree-mode) "ebrowse" "\ 8171(autoload (quote ebrowse-tree-mode) "ebrowse" "\
@@ -8339,7 +8316,7 @@ Display statistics for a class tree.
8339;;;*** 8316;;;***
8340 8317
8341;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 8318;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
8342;;;;;; (17385 8483)) 8319;;;;;; (17383 40491))
8343;;; Generated autoloads from ebuff-menu.el 8320;;; Generated autoloads from ebuff-menu.el
8344 8321
8345(autoload (quote electric-buffer-list) "ebuff-menu" "\ 8322(autoload (quote electric-buffer-list) "ebuff-menu" "\
@@ -8364,7 +8341,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
8364;;;*** 8341;;;***
8365 8342
8366;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 8343;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
8367;;;;;; "echistory.el" (17385 8483)) 8344;;;;;; "echistory.el" (17383 40491))
8368;;; Generated autoloads from echistory.el 8345;;; Generated autoloads from echistory.el
8369 8346
8370(autoload (quote Electric-command-history-redo-expression) "echistory" "\ 8347(autoload (quote Electric-command-history-redo-expression) "echistory" "\
@@ -8377,7 +8354,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
8377 8354
8378;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 8355;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
8379;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 8356;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
8380;;;;;; "emacs-lisp/edebug.el" (17632 41885)) 8357;;;;;; "emacs-lisp/edebug.el" (17628 62479))
8381;;; Generated autoloads from emacs-lisp/edebug.el 8358;;; Generated autoloads from emacs-lisp/edebug.el
8382 8359
8383(defvar edebug-all-defs nil "\ 8360(defvar edebug-all-defs nil "\
@@ -8450,7 +8427,7 @@ Toggle edebugging of all forms.
8450;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 8427;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
8451;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 8428;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
8452;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup 8429;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup
8453;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (17726 28398)) 8430;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (17725 15202))
8454;;; Generated autoloads from ediff.el 8431;;; Generated autoloads from ediff.el
8455 8432
8456(autoload (quote ediff-files) "ediff" "\ 8433(autoload (quote ediff-files) "ediff" "\
@@ -8688,7 +8665,7 @@ With optional NODE, goes to that node.
8688;;;*** 8665;;;***
8689 8666
8690;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" 8667;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
8691;;;;;; (17403 27596)) 8668;;;;;; (17400 31412))
8692;;; Generated autoloads from ediff-help.el 8669;;; Generated autoloads from ediff-help.el
8693 8670
8694(autoload (quote ediff-customize) "ediff-help" "\ 8671(autoload (quote ediff-customize) "ediff-help" "\
@@ -8698,7 +8675,7 @@ Not documented
8698 8675
8699;;;*** 8676;;;***
8700 8677
8701;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (17403 27596)) 8678;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (17400 31413))
8702;;; Generated autoloads from ediff-hook.el 8679;;; Generated autoloads from ediff-hook.el
8703 8680
8704(defvar ediff-window-setup-function) 8681(defvar ediff-window-setup-function)
@@ -8711,7 +8688,7 @@ Not documented
8711;;;*** 8688;;;***
8712 8689
8713;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 8690;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
8714;;;;;; (17726 28398)) 8691;;;;;; (17725 15202))
8715;;; Generated autoloads from ediff-mult.el 8692;;; Generated autoloads from ediff-mult.el
8716 8693
8717(autoload (quote ediff-show-registry) "ediff-mult" "\ 8694(autoload (quote ediff-show-registry) "ediff-mult" "\
@@ -8724,7 +8701,7 @@ Display Ediff's registry.
8724;;;*** 8701;;;***
8725 8702
8726;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 8703;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
8727;;;;;; "ediff-util" "ediff-util.el" (17679 3707)) 8704;;;;;; "ediff-util" "ediff-util.el" (17680 21830))
8728;;; Generated autoloads from ediff-util.el 8705;;; Generated autoloads from ediff-util.el
8729 8706
8730(autoload (quote ediff-toggle-multiframe) "ediff-util" "\ 8707(autoload (quote ediff-toggle-multiframe) "ediff-util" "\
@@ -8745,7 +8722,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
8745 8722
8746;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 8723;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
8747;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 8724;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
8748;;;;;; (17618 8193)) 8725;;;;;; (17618 27597))
8749;;; Generated autoloads from edmacro.el 8726;;; Generated autoloads from edmacro.el
8750 8727
8751(defvar edmacro-eight-bits nil "\ 8728(defvar edmacro-eight-bits nil "\
@@ -8798,7 +8775,7 @@ or nil, use a compact 80-column format.
8798;;;*** 8775;;;***
8799 8776
8800;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 8777;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
8801;;;;;; "emulation/edt.el" (17385 8491)) 8778;;;;;; "emulation/edt.el" (17383 40546))
8802;;; Generated autoloads from emulation/edt.el 8779;;; Generated autoloads from emulation/edt.el
8803 8780
8804(autoload (quote edt-set-scroll-margins) "edt" "\ 8781(autoload (quote edt-set-scroll-margins) "edt" "\
@@ -8816,7 +8793,7 @@ Turn on EDT Emulation.
8816;;;*** 8793;;;***
8817 8794
8818;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 8795;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
8819;;;;;; (17385 8484)) 8796;;;;;; (17383 40494))
8820;;; Generated autoloads from ehelp.el 8797;;; Generated autoloads from ehelp.el
8821 8798
8822(autoload (quote with-electric-help) "ehelp" "\ 8799(autoload (quote with-electric-help) "ehelp" "\
@@ -8854,7 +8831,7 @@ Not documented
8854;;;*** 8831;;;***
8855 8832
8856;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 8833;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
8857;;;;;; "eldoc" "emacs-lisp/eldoc.el" (17665 54136)) 8834;;;;;; "eldoc" "emacs-lisp/eldoc.el" (17665 54361))
8858;;; Generated autoloads from emacs-lisp/eldoc.el 8835;;; Generated autoloads from emacs-lisp/eldoc.el
8859 8836
8860(defvar eldoc-minor-mode-string " ElDoc" "\ 8837(defvar eldoc-minor-mode-string " ElDoc" "\
@@ -8892,8 +8869,8 @@ Emacs Lisp mode) that support Eldoc.")
8892 8869
8893;;;*** 8870;;;***
8894 8871
8895;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (17385 8872;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (17383
8896;;;;;; 8484)) 8873;;;;;; 40494))
8897;;; Generated autoloads from elide-head.el 8874;;; Generated autoloads from elide-head.el
8898 8875
8899(autoload (quote elide-head) "elide-head" "\ 8876(autoload (quote elide-head) "elide-head" "\
@@ -8909,7 +8886,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8909;;;*** 8886;;;***
8910 8887
8911;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" 8888;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"
8912;;;;;; (17385 8490)) 8889;;;;;; (17383 40538))
8913;;; Generated autoloads from emacs-lisp/elint.el 8890;;; Generated autoloads from emacs-lisp/elint.el
8914 8891
8915(autoload (quote elint-initialize) "elint" "\ 8892(autoload (quote elint-initialize) "elint" "\
@@ -8920,8 +8897,8 @@ Initialize elint.
8920;;;*** 8897;;;***
8921 8898
8922;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 8899;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
8923;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (17385 8900;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (17383
8924;;;;;; 8490)) 8901;;;;;; 40538))
8925;;; Generated autoloads from emacs-lisp/elp.el 8902;;; Generated autoloads from emacs-lisp/elp.el
8926 8903
8927(autoload (quote elp-instrument-function) "elp" "\ 8904(autoload (quote elp-instrument-function) "elp" "\
@@ -8955,7 +8932,7 @@ displayed.
8955;;;*** 8932;;;***
8956 8933
8957;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 8934;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
8958;;;;;; (17385 8494)) 8935;;;;;; (17742 35687))
8959;;; Generated autoloads from mail/emacsbug.el 8936;;; Generated autoloads from mail/emacsbug.el
8960 8937
8961(autoload (quote report-emacs-bug) "emacsbug" "\ 8938(autoload (quote report-emacs-bug) "emacsbug" "\
@@ -8970,7 +8947,7 @@ Prompts for bug subject. Leaves you in a mail buffer.
8970;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 8947;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
8971;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 8948;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
8972;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 8949;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
8973;;;;;; "emerge.el" (17167 2962)) 8950;;;;;; "emerge.el" (17167 38882))
8974;;; Generated autoloads from emerge.el 8951;;; Generated autoloads from emerge.el
8975 8952
8976(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) 8953(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
@@ -9048,18 +9025,17 @@ Not documented
9048;;;*** 9025;;;***
9049 9026
9050;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" 9027;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el"
9051;;;;;; (17102 18713)) 9028;;;;;; (17113 1815))
9052;;; Generated autoloads from international/encoded-kb.el 9029;;; Generated autoloads from international/encoded-kb.el
9053 9030
9054(defvar encoded-kbd-mode nil "\ 9031(defvar encoded-kbd-mode nil "\
9055Non-nil if Encoded-Kbd mode is enabled. 9032Non-nil if Encoded-Kbd mode is enabled.
9056See the command `encoded-kbd-mode' for a description of this minor-mode. 9033See the command `encoded-kbd-mode' for a description of this minor-mode.
9057Setting this variable directly does not take effect; 9034Setting this variable directly does not take effect;
9058use either \\[customize] or the function `encoded-kbd-mode'.") 9035either customize it (see the info node `Easy Customization')
9059 9036or call the function `encoded-kbd-mode'.")
9060(custom-autoload (quote encoded-kbd-mode) "encoded-kb")
9061 9037
9062(put (quote encoded-kbd-mode) (quote custom-set) (quote custom-set-minor-mode)) 9038(custom-autoload (quote encoded-kbd-mode) "encoded-kb" nil)
9063 9039
9064(autoload (quote encoded-kbd-mode) "encoded-kb" "\ 9040(autoload (quote encoded-kbd-mode) "encoded-kb" "\
9065Toggle Encoded-kbd minor mode. 9041Toggle Encoded-kbd minor mode.
@@ -9078,7 +9054,7 @@ as a multilingual text encoded in a coding system set by
9078;;;*** 9054;;;***
9079 9055
9080;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 9056;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
9081;;;;;; "enriched" "textmodes/enriched.el" (17385 8496)) 9057;;;;;; "enriched" "textmodes/enriched.el" (17742 38598))
9082;;; Generated autoloads from textmodes/enriched.el 9058;;; Generated autoloads from textmodes/enriched.el
9083 9059
9084(autoload (quote enriched-mode) "enriched" "\ 9060(autoload (quote enriched-mode) "enriched" "\
@@ -9109,7 +9085,7 @@ Not documented
9109;;;*** 9085;;;***
9110 9086
9111;;;### (autoloads (erc-handle-irc-url erc-select erc-select-read-args) 9087;;;### (autoloads (erc-handle-irc-url erc-select erc-select-read-args)
9112;;;;;; "erc" "erc/erc.el" (17624 52650)) 9088;;;;;; "erc" "erc/erc.el" (17746 35371))
9113;;; Generated autoloads from erc/erc.el 9089;;; Generated autoloads from erc/erc.el
9114 9090
9115(autoload (quote erc-select-read-args) "erc" "\ 9091(autoload (quote erc-select-read-args) "erc" "\
@@ -9145,14 +9121,14 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
9145 9121
9146;;;*** 9122;;;***
9147 9123
9148;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (17601 9124;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (17742
9149;;;;;; 9092)) 9125;;;;;; 35238))
9150;;; Generated autoloads from erc/erc-autoaway.el 9126;;; Generated autoloads from erc/erc-autoaway.el
9151 (autoload 'erc-autoaway-mode "erc-autoaway") 9127 (autoload 'erc-autoaway-mode "erc-autoaway")
9152 9128
9153;;;*** 9129;;;***
9154 9130
9155;;;### (autoloads nil "erc-button" "erc/erc-button.el" (17447 52274)) 9131;;;### (autoloads nil "erc-button" "erc/erc-button.el" (17448 11340))
9156;;; Generated autoloads from erc/erc-button.el 9132;;; Generated autoloads from erc/erc-button.el
9157 (autoload 'erc-button-mode "erc-button" nil t) 9133 (autoload 'erc-button-mode "erc-button" nil t)
9158 9134
@@ -9165,7 +9141,7 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
9165;;;*** 9141;;;***
9166 9142
9167;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 9143;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
9168;;;;;; "erc-dcc" "erc/erc-dcc.el" (17393 3826)) 9144;;;;;; "erc-dcc" "erc/erc-dcc.el" (17742 35301))
9169;;; Generated autoloads from erc/erc-dcc.el 9145;;; Generated autoloads from erc/erc-dcc.el
9170 9146
9171(autoload (quote erc-cmd-DCC) "erc-dcc" "\ 9147(autoload (quote erc-cmd-DCC) "erc-dcc" "\
@@ -9197,7 +9173,7 @@ that subcommand.
9197;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 9173;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
9198;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 9174;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
9199;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 9175;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
9200;;;;;; (17468 10541)) 9176;;;;;; (17468 13255))
9201;;; Generated autoloads from erc/erc-ezbounce.el 9177;;; Generated autoloads from erc/erc-ezbounce.el
9202 9178
9203(autoload (quote erc-cmd-ezb) "erc-ezbounce" "\ 9179(autoload (quote erc-cmd-ezb) "erc-ezbounce" "\
@@ -9260,7 +9236,7 @@ Add EZBouncer convenience functions to ERC.
9260;;;*** 9236;;;***
9261 9237
9262;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (17391 9238;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (17391
9263;;;;;; 39324)) 9239;;;;;; 40940))
9264;;; Generated autoloads from erc/erc-fill.el 9240;;; Generated autoloads from erc/erc-fill.el
9265 (autoload 'erc-fill-mode "erc-fill" nil t) 9241 (autoload 'erc-fill-mode "erc-fill" nil t)
9266 9242
@@ -9273,14 +9249,14 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
9273;;;*** 9249;;;***
9274 9250
9275;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (17391 9251;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (17391
9276;;;;;; 39324)) 9252;;;;;; 40941))
9277;;; Generated autoloads from erc/erc-hecomplete.el 9253;;; Generated autoloads from erc/erc-hecomplete.el
9278 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t) 9254 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t)
9279 9255
9280;;;*** 9256;;;***
9281 9257
9282;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 9258;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
9283;;;;;; "erc/erc-identd.el" (17601 9092)) 9259;;;;;; "erc/erc-identd.el" (17591 28069))
9284;;; Generated autoloads from erc/erc-identd.el 9260;;; Generated autoloads from erc/erc-identd.el
9285 (autoload 'erc-identd-mode "erc-identd") 9261 (autoload 'erc-identd-mode "erc-identd")
9286 9262
@@ -9302,7 +9278,7 @@ Not documented
9302;;;*** 9278;;;***
9303 9279
9304;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 9280;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
9305;;;;;; (17601 9092)) 9281;;;;;; (17591 28070))
9306;;; Generated autoloads from erc/erc-imenu.el 9282;;; Generated autoloads from erc/erc-imenu.el
9307 9283
9308(autoload (quote erc-create-imenu-index) "erc-imenu" "\ 9284(autoload (quote erc-create-imenu-index) "erc-imenu" "\
@@ -9312,14 +9288,14 @@ Not documented
9312 9288
9313;;;*** 9289;;;***
9314 9290
9315;;;### (autoloads nil "erc-join" "erc/erc-join.el" (17468 10541)) 9291;;;### (autoloads nil "erc-join" "erc/erc-join.el" (17468 13256))
9316;;; Generated autoloads from erc/erc-join.el 9292;;; Generated autoloads from erc/erc-join.el
9317 (autoload 'erc-autojoin-mode "erc-join" nil t) 9293 (autoload 'erc-autojoin-mode "erc-join" nil t)
9318 9294
9319;;;*** 9295;;;***
9320 9296
9321;;;### (autoloads (erc-chanlist erc-list-channels) "erc-list" "erc/erc-list.el" 9297;;;### (autoloads (erc-chanlist erc-list-channels) "erc-list" "erc/erc-list.el"
9322;;;;;; (17391 39324)) 9298;;;;;; (17391 40942))
9323;;; Generated autoloads from erc/erc-list.el 9299;;; Generated autoloads from erc/erc-list.el
9324 (autoload 'erc-list-mode "erc-list") 9300 (autoload 'erc-list-mode "erc-list")
9325 9301
@@ -9340,7 +9316,7 @@ to RFC and send the LIST header (#321) at start of list transmission.
9340;;;*** 9316;;;***
9341 9317
9342;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 9318;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
9343;;;;;; "erc/erc-log.el" (17624 52650)) 9319;;;;;; "erc/erc-log.el" (17623 45181))
9344;;; Generated autoloads from erc/erc-log.el 9320;;; Generated autoloads from erc/erc-log.el
9345 (autoload 'erc-log-mode "erc-log" nil t) 9321 (autoload 'erc-log-mode "erc-log" nil t)
9346 9322
@@ -9372,7 +9348,7 @@ You can save every individual message by putting this function on
9372;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 9348;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
9373;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 9349;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
9374;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 9350;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
9375;;;;;; (17632 41885)) 9351;;;;;; (17632 36219))
9376;;; Generated autoloads from erc/erc-match.el 9352;;; Generated autoloads from erc/erc-match.el
9377 (autoload 'erc-match-mode "erc-match") 9353 (autoload 'erc-match-mode "erc-match")
9378 9354
@@ -9419,7 +9395,7 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'.
9419;;;*** 9395;;;***
9420 9396
9421;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 9397;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
9422;;;;;; (17468 10541)) 9398;;;;;; (17468 13256))
9423;;; Generated autoloads from erc/erc-netsplit.el 9399;;; Generated autoloads from erc/erc-netsplit.el
9424 (autoload 'erc-netsplit-mode "erc-netsplit") 9400 (autoload 'erc-netsplit-mode "erc-netsplit")
9425 9401
@@ -9431,7 +9407,7 @@ Show who's gone.
9431;;;*** 9407;;;***
9432 9408
9433;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" 9409;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
9434;;;;;; "erc/erc-networks.el" (17391 39324)) 9410;;;;;; "erc/erc-networks.el" (17391 40942))
9435;;; Generated autoloads from erc/erc-networks.el 9411;;; Generated autoloads from erc/erc-networks.el
9436 9412
9437(autoload (quote erc-determine-network) "erc-networks" "\ 9413(autoload (quote erc-determine-network) "erc-networks" "\
@@ -9449,7 +9425,7 @@ Interactively select a server to connect to using `erc-server-alist'.
9449;;;*** 9425;;;***
9450 9426
9451;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 9427;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
9452;;;;;; "erc/erc-notify.el" (17391 39324)) 9428;;;;;; "erc/erc-notify.el" (17391 40943))
9453;;; Generated autoloads from erc/erc-notify.el 9429;;; Generated autoloads from erc/erc-notify.el
9454 (autoload 'erc-notify-mode "erc-notify" nil t) 9430 (autoload 'erc-notify-mode "erc-notify" nil t)
9455 9431
@@ -9467,33 +9443,33 @@ Not documented
9467 9443
9468;;;*** 9444;;;***
9469 9445
9470;;;### (autoloads nil "erc-page" "erc/erc-page.el" (17391 39324)) 9446;;;### (autoloads nil "erc-page" "erc/erc-page.el" (17391 40943))
9471;;; Generated autoloads from erc/erc-page.el 9447;;; Generated autoloads from erc/erc-page.el
9472 (autoload 'erc-page-mode "erc-page") 9448 (autoload 'erc-page-mode "erc-page")
9473 9449
9474;;;*** 9450;;;***
9475 9451
9476;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (17601 9452;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (17591
9477;;;;;; 9092)) 9453;;;;;; 28070))
9478;;; Generated autoloads from erc/erc-pcomplete.el 9454;;; Generated autoloads from erc/erc-pcomplete.el
9479 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 9455 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9480 9456
9481;;;*** 9457;;;***
9482 9458
9483;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (17391 39324)) 9459;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (17391 40943))
9484;;; Generated autoloads from erc/erc-replace.el 9460;;; Generated autoloads from erc/erc-replace.el
9485 (autoload 'erc-replace-mode "erc-replace") 9461 (autoload 'erc-replace-mode "erc-replace")
9486 9462
9487;;;*** 9463;;;***
9488 9464
9489;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (17391 39324)) 9465;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (17391 40943))
9490;;; Generated autoloads from erc/erc-ring.el 9466;;; Generated autoloads from erc/erc-ring.el
9491 (autoload 'erc-ring-mode "erc-ring" nil t) 9467 (autoload 'erc-ring-mode "erc-ring" nil t)
9492 9468
9493;;;*** 9469;;;***
9494 9470
9495;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 9471;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
9496;;;;;; "erc-services" "erc/erc-services.el" (17391 39324)) 9472;;;;;; "erc-services" "erc/erc-services.el" (17391 40943))
9497;;; Generated autoloads from erc/erc-services.el 9473;;; Generated autoloads from erc/erc-services.el
9498 (autoload 'erc-services-mode "erc-services" nil t) 9474 (autoload 'erc-services-mode "erc-services" nil t)
9499 9475
@@ -9510,14 +9486,14 @@ When called interactively, read the password using `read-passwd'.
9510 9486
9511;;;*** 9487;;;***
9512 9488
9513;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (17391 39324)) 9489;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (17391 40944))
9514;;; Generated autoloads from erc/erc-sound.el 9490;;; Generated autoloads from erc/erc-sound.el
9515 (autoload 'erc-sound-mode "erc-sound") 9491 (autoload 'erc-sound-mode "erc-sound")
9516 9492
9517;;;*** 9493;;;***
9518 9494
9519;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 9495;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
9520;;;;;; (17391 39324)) 9496;;;;;; (17391 40944))
9521;;; Generated autoloads from erc/erc-speedbar.el 9497;;; Generated autoloads from erc/erc-speedbar.el
9522 9498
9523(autoload (quote erc-speedbar-browser) "erc-speedbar" "\ 9499(autoload (quote erc-speedbar-browser) "erc-speedbar" "\
@@ -9529,19 +9505,19 @@ This will add a speedbar major display mode.
9529;;;*** 9505;;;***
9530 9506
9531;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (17618 9507;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (17618
9532;;;;;; 8193)) 9508;;;;;; 27598))
9533;;; Generated autoloads from erc/erc-spelling.el 9509;;; Generated autoloads from erc/erc-spelling.el
9534 (autoload 'erc-spelling-mode "erc-spelling" nil t) 9510 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9535 9511
9536;;;*** 9512;;;***
9537 9513
9538;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (17395 55370)) 9514;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (17397 11012))
9539;;; Generated autoloads from erc/erc-stamp.el 9515;;; Generated autoloads from erc/erc-stamp.el
9540 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 9516 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9541 9517
9542;;;*** 9518;;;***
9543 9519
9544;;;### (autoloads nil "erc-track" "erc/erc-track.el" (17601 9092)) 9520;;;### (autoloads nil "erc-track" "erc/erc-track.el" (17591 28070))
9545;;; Generated autoloads from erc/erc-track.el 9521;;; Generated autoloads from erc/erc-track.el
9546 (autoload 'erc-track-mode "erc-track" nil t) 9522 (autoload 'erc-track-mode "erc-track" nil t)
9547 (autoload 'erc-track-when-inactive-mode "erc-track" nil t) 9523 (autoload 'erc-track-when-inactive-mode "erc-track" nil t)
@@ -9549,7 +9525,7 @@ This will add a speedbar major display mode.
9549;;;*** 9525;;;***
9550 9526
9551;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 9527;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
9552;;;;;; "erc-truncate" "erc/erc-truncate.el" (17391 39324)) 9528;;;;;; "erc-truncate" "erc/erc-truncate.el" (17742 35362))
9553;;; Generated autoloads from erc/erc-truncate.el 9529;;; Generated autoloads from erc/erc-truncate.el
9554 (autoload 'erc-truncate-mode "erc-truncate" nil t) 9530 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9555 9531
@@ -9569,7 +9545,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'.
9569;;;*** 9545;;;***
9570 9546
9571;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 9547;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
9572;;;;;; (17391 39324)) 9548;;;;;; (17391 40945))
9573;;; Generated autoloads from erc/erc-xdcc.el 9549;;; Generated autoloads from erc/erc-xdcc.el
9574 9550
9575(autoload (quote erc-xdcc-add-file) "erc-xdcc" "\ 9551(autoload (quote erc-xdcc-add-file) "erc-xdcc" "\
@@ -9579,8 +9555,8 @@ Add a file to `erc-xdcc-files'.
9579 9555
9580;;;*** 9556;;;***
9581 9557
9582;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (17385 9558;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (17383
9583;;;;;; 8492)) 9559;;;;;; 40553))
9584;;; Generated autoloads from eshell/esh-mode.el 9560;;; Generated autoloads from eshell/esh-mode.el
9585 9561
9586(autoload (quote eshell-mode) "esh-mode" "\ 9562(autoload (quote eshell-mode) "esh-mode" "\
@@ -9592,8 +9568,8 @@ Emacs shell interactive mode.
9592 9568
9593;;;*** 9569;;;***
9594 9570
9595;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (17385 9571;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (17383
9596;;;;;; 8492)) 9572;;;;;; 40554))
9597;;; Generated autoloads from eshell/esh-test.el 9573;;; Generated autoloads from eshell/esh-test.el
9598 9574
9599(autoload (quote eshell-test) "esh-test" "\ 9575(autoload (quote eshell-test) "esh-test" "\
@@ -9604,7 +9580,7 @@ Test Eshell to verify that it works as expected.
9604;;;*** 9580;;;***
9605 9581
9606;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command 9582;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command
9607;;;;;; eshell) "eshell" "eshell/eshell.el" (17427 10521)) 9583;;;;;; eshell) "eshell" "eshell/eshell.el" (17427 24976))
9608;;; Generated autoloads from eshell/eshell.el 9584;;; Generated autoloads from eshell/eshell.el
9609 9585
9610(autoload (quote eshell) "eshell" "\ 9586(autoload (quote eshell) "eshell" "\
@@ -9650,7 +9626,7 @@ Please include any configuration details that might be involved.
9650;;;;;; visit-tags-table tags-table-mode find-tag-default-function 9626;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9651;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 9627;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9652;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 9628;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9653;;;;;; (17408 40149)) 9629;;;;;; (17409 38388))
9654;;; Generated autoloads from progmodes/etags.el 9630;;; Generated autoloads from progmodes/etags.el
9655 9631
9656(defvar tags-file-name nil "\ 9632(defvar tags-file-name nil "\
@@ -9665,7 +9641,7 @@ Use the `etags' program to make a tags table file.")
9665A value of t means case-insensitive, a value of nil means case-sensitive. 9641A value of t means case-insensitive, a value of nil means case-sensitive.
9666Any other value means use the setting of `case-fold-search'.") 9642Any other value means use the setting of `case-fold-search'.")
9667 9643
9668(custom-autoload (quote tags-case-fold-search) "etags") 9644(custom-autoload (quote tags-case-fold-search) "etags" t)
9669 9645
9670(defvar tags-table-list nil "\ 9646(defvar tags-table-list nil "\
9671*List of file names of tags tables to search. 9647*List of file names of tags tables to search.
@@ -9674,7 +9650,7 @@ To switch to a new list of tags tables, setting this variable is sufficient.
9674If you set this variable, do not also set `tags-file-name'. 9650If you set this variable, do not also set `tags-file-name'.
9675Use the `etags' program to make a tags table file.") 9651Use the `etags' program to make a tags table file.")
9676 9652
9677(custom-autoload (quote tags-table-list) "etags") 9653(custom-autoload (quote tags-table-list) "etags" t)
9678 9654
9679(defvar tags-compression-info-list (quote ("" ".Z" ".bz2" ".gz" ".tgz")) "\ 9655(defvar tags-compression-info-list (quote ("" ".Z" ".bz2" ".gz" ".tgz")) "\
9680*List of extensions tried by etags when jka-compr is used. 9656*List of extensions tried by etags when jka-compr is used.
@@ -9683,7 +9659,7 @@ These extensions will be tried only if jka-compr was activated
9683\(i.e. via customize of `auto-compression-mode' or by calling the function 9659\(i.e. via customize of `auto-compression-mode' or by calling the function
9684`auto-compression-mode').") 9660`auto-compression-mode').")
9685 9661
9686(custom-autoload (quote tags-compression-info-list) "etags") 9662(custom-autoload (quote tags-compression-info-list) "etags" t)
9687 9663
9688(defvar tags-add-tables (quote ask-user) "\ 9664(defvar tags-add-tables (quote ask-user) "\
9689*Control whether to add a new tags table to the current list. 9665*Control whether to add a new tags table to the current list.
@@ -9691,14 +9667,14 @@ t means do; nil means don't (always start a new list).
9691Any other value means ask the user whether to add a new tags table 9667Any other value means ask the user whether to add a new tags table
9692to the current list (as opposed to starting a new list).") 9668to the current list (as opposed to starting a new list).")
9693 9669
9694(custom-autoload (quote tags-add-tables) "etags") 9670(custom-autoload (quote tags-add-tables) "etags" t)
9695 9671
9696(defvar find-tag-hook nil "\ 9672(defvar find-tag-hook nil "\
9697*Hook to be run by \\[find-tag] after finding a tag. See `run-hooks'. 9673*Hook to be run by \\[find-tag] after finding a tag. See `run-hooks'.
9698The value in the buffer in which \\[find-tag] is done is used, 9674The value in the buffer in which \\[find-tag] is done is used,
9699not the value in the buffer \\[find-tag] goes to.") 9675not the value in the buffer \\[find-tag] goes to.")
9700 9676
9701(custom-autoload (quote find-tag-hook) "etags") 9677(custom-autoload (quote find-tag-hook) "etags" t)
9702 9678
9703(defvar find-tag-default-function nil "\ 9679(defvar find-tag-default-function nil "\
9704*A function of no arguments used by \\[find-tag] to pick a default tag. 9680*A function of no arguments used by \\[find-tag] to pick a default tag.
@@ -9706,7 +9682,7 @@ If nil, and the symbol that is the value of `major-mode'
9706has a `find-tag-default-function' property (see `put'), that is used. 9682has a `find-tag-default-function' property (see `put'), that is used.
9707Otherwise, `find-tag-default' is used.") 9683Otherwise, `find-tag-default' is used.")
9708 9684
9709(custom-autoload (quote find-tag-default-function) "etags") 9685(custom-autoload (quote find-tag-default-function) "etags" t)
9710 9686
9711(autoload (quote tags-table-mode) "etags" "\ 9687(autoload (quote tags-table-mode) "etags" "\
9712Major mode for tags table file buffers. 9688Major mode for tags table file buffers.
@@ -9952,7 +9928,7 @@ for \\[find-tag] (which see).
9952;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker 9928;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker
9953;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker 9929;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker
9954;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) 9930;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal)
9955;;;;;; "ethio-util" "language/ethio-util.el" (17551 7908)) 9931;;;;;; "ethio-util" "language/ethio-util.el" (17557 12727))
9956;;; Generated autoloads from language/ethio-util.el 9932;;; Generated autoloads from language/ethio-util.el
9957 9933
9958(autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\ 9934(autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\
@@ -10147,7 +10123,7 @@ Transcribe Ethiopic characters in ASCII depending on the file extension.
10147 10123
10148;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 10124;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
10149;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 10125;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
10150;;;;;; (17385 8494)) 10126;;;;;; (17383 40564))
10151;;; Generated autoloads from net/eudc.el 10127;;; Generated autoloads from net/eudc.el
10152 10128
10153(autoload (quote eudc-set-server) "eudc" "\ 10129(autoload (quote eudc-set-server) "eudc" "\
@@ -10203,7 +10179,7 @@ This does nothing except loading eudc by autoload side-effect.
10203 10179
10204;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 10180;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
10205;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 10181;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
10206;;;;;; "eudc-bob" "net/eudc-bob.el" (17385 8494)) 10182;;;;;; "eudc-bob" "net/eudc-bob.el" (17383 40562))
10207;;; Generated autoloads from net/eudc-bob.el 10183;;; Generated autoloads from net/eudc-bob.el
10208 10184
10209(autoload (quote eudc-display-generic-binary) "eudc-bob" "\ 10185(autoload (quote eudc-display-generic-binary) "eudc-bob" "\
@@ -10239,7 +10215,7 @@ Display a button for the JPEG DATA.
10239;;;*** 10215;;;***
10240 10216
10241;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 10217;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
10242;;;;;; "eudc-export" "net/eudc-export.el" (17385 8494)) 10218;;;;;; "eudc-export" "net/eudc-export.el" (17383 40562))
10243;;; Generated autoloads from net/eudc-export.el 10219;;; Generated autoloads from net/eudc-export.el
10244 10220
10245(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ 10221(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
@@ -10256,7 +10232,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10256;;;*** 10232;;;***
10257 10233
10258;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 10234;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
10259;;;;;; (17385 8494)) 10235;;;;;; (17383 40563))
10260;;; Generated autoloads from net/eudc-hotlist.el 10236;;; Generated autoloads from net/eudc-hotlist.el
10261 10237
10262(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ 10238(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\
@@ -10267,7 +10243,7 @@ Edit the hotlist of directory servers in a specialized buffer.
10267;;;*** 10243;;;***
10268 10244
10269;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (17531 10245;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (17531
10270;;;;;; 7384)) 10246;;;;;; 27712))
10271;;; Generated autoloads from emacs-lisp/ewoc.el 10247;;; Generated autoloads from emacs-lisp/ewoc.el
10272 10248
10273(autoload (quote ewoc-create) "ewoc" "\ 10249(autoload (quote ewoc-create) "ewoc" "\
@@ -10296,7 +10272,7 @@ fourth arg NOSEP non-nil inhibits this.
10296;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 10272;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
10297;;;;;; executable-self-display executable-set-magic executable-interpret 10273;;;;;; executable-self-display executable-set-magic executable-interpret
10298;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 10274;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
10299;;;;;; (17394 12937)) 10275;;;;;; (17388 57143))
10300;;; Generated autoloads from progmodes/executable.el 10276;;; Generated autoloads from progmodes/executable.el
10301 10277
10302(autoload (quote executable-command-find-posix-p) "executable" "\ 10278(autoload (quote executable-command-find-posix-p) "executable" "\
@@ -10338,7 +10314,7 @@ file modes.
10338;;;*** 10314;;;***
10339 10315
10340;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 10316;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
10341;;;;;; expand-add-abbrevs) "expand" "expand.el" (17385 8484)) 10317;;;;;; expand-add-abbrevs) "expand" "expand.el" (17739 37746))
10342;;; Generated autoloads from expand.el 10318;;; Generated autoloads from expand.el
10343 10319
10344(autoload (quote expand-add-abbrevs) "expand" "\ 10320(autoload (quote expand-add-abbrevs) "expand" "\
@@ -10381,7 +10357,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
10381 10357
10382;;;*** 10358;;;***
10383 10359
10384;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (17386 33146)) 10360;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (17386 21910))
10385;;; Generated autoloads from progmodes/f90.el 10361;;; Generated autoloads from progmodes/f90.el
10386 10362
10387(autoload (quote f90-mode) "f90" "\ 10363(autoload (quote f90-mode) "f90" "\
@@ -10448,7 +10424,7 @@ with no args, if that value is non-nil.
10448;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only 10424;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only
10449;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu 10425;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu
10450;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) 10426;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face)
10451;;;;;; "facemenu" "facemenu.el" (17718 28532)) 10427;;;;;; "facemenu" "facemenu.el" (17718 30634))
10452;;; Generated autoloads from facemenu.el 10428;;; Generated autoloads from facemenu.el
10453 (define-key global-map "\M-o" 'facemenu-keymap) 10429 (define-key global-map "\M-o" 'facemenu-keymap)
10454 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) 10430 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
@@ -10615,49 +10591,9 @@ argument BUFFER-NAME is nil, it defaults to *Colors*.
10615 10591
10616;;;*** 10592;;;***
10617 10593
10618;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock"
10619;;;;;; "obsolete/fast-lock.el" (17676 15926))
10620;;; Generated autoloads from obsolete/fast-lock.el
10621
10622(autoload (quote fast-lock-mode) "fast-lock" "\
10623Toggle Fast Lock mode.
10624With arg, turn Fast Lock mode on if and only if arg is positive and the buffer
10625is associated with a file. Enable it automatically in your `~/.emacs' by:
10626
10627 (setq font-lock-support-mode 'fast-lock-mode)
10628
10629If Fast Lock mode is enabled, and the current buffer does not contain any text
10630properties, any associated Font Lock cache is used if its timestamp matches the
10631buffer's file, and its `font-lock-keywords' match those that you are using.
10632
10633Font Lock caches may be saved:
10634- When you save the file's buffer.
10635- When you kill an unmodified file's buffer.
10636- When you exit Emacs, for all unmodified or saved buffers.
10637Depending on the value of `fast-lock-save-events'.
10638See also the commands `fast-lock-read-cache' and `fast-lock-save-cache'.
10639
10640Use \\[font-lock-fontify-buffer] to fontify the buffer if the cache is bad.
10641
10642Various methods of control are provided for the Font Lock cache. In general,
10643see variable `fast-lock-cache-directories' and function `fast-lock-cache-name'.
10644For saving, see variables `fast-lock-minimum-size', `fast-lock-save-events',
10645`fast-lock-save-others' and `fast-lock-save-faces'.
10646
10647\(fn &optional ARG)" t nil)
10648
10649(autoload (quote turn-on-fast-lock) "fast-lock" "\
10650Unconditionally turn on Fast Lock mode.
10651
10652\(fn)" nil nil)
10653
10654(when (fboundp (quote add-minor-mode)) (defvar fast-lock-mode nil) (add-minor-mode (quote fast-lock-mode) nil))
10655
10656;;;***
10657
10658;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 10594;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
10659;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 10595;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
10660;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (17660 25612)) 10596;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (17742 37780))
10661;;; Generated autoloads from mail/feedmail.el 10597;;; Generated autoloads from mail/feedmail.el
10662 10598
10663(autoload (quote feedmail-send-it) "feedmail" "\ 10599(autoload (quote feedmail-send-it) "feedmail" "\
@@ -10668,12 +10604,12 @@ with various lower-level mechanisms to provide features such as queueing.
10668\(fn)" nil nil) 10604\(fn)" nil nil)
10669 10605
10670(autoload (quote feedmail-run-the-queue-no-prompts) "feedmail" "\ 10606(autoload (quote feedmail-run-the-queue-no-prompts) "feedmail" "\
10671Like feedmail-run-the-queue, but suppress confirmation prompts. 10607Like `feedmail-run-the-queue', but suppress confirmation prompts.
10672 10608
10673\(fn &optional ARG)" t nil) 10609\(fn &optional ARG)" t nil)
10674 10610
10675(autoload (quote feedmail-run-the-queue-global-prompt) "feedmail" "\ 10611(autoload (quote feedmail-run-the-queue-global-prompt) "feedmail" "\
10676Like feedmail-run-the-queue, but with a global confirmation prompt. 10612Like `feedmail-run-the-queue', but with a global confirmation prompt.
10677This is generally most useful if run non-interactively, since you can 10613This is generally most useful if run non-interactively, since you can
10678bail out with an appropriate answer to the global confirmation prompt. 10614bail out with an appropriate answer to the global confirmation prompt.
10679 10615
@@ -10691,7 +10627,7 @@ backup file names and the like).
10691Perform some kind of reminder activity about queued and draft messages. 10627Perform some kind of reminder activity about queued and draft messages.
10692Called with an optional symbol argument which says what kind of event 10628Called with an optional symbol argument which says what kind of event
10693is triggering the reminder activity. The default is 'on-demand, which 10629is triggering the reminder activity. The default is 'on-demand, which
10694is what you typically would use if you were putting this in your emacs start-up 10630is what you typically would use if you were putting this in your Emacs start-up
10695or mail hook code. Other recognized values for WHAT-EVENT (these are passed 10631or mail hook code. Other recognized values for WHAT-EVENT (these are passed
10696internally by feedmail): 10632internally by feedmail):
10697 10633
@@ -10700,18 +10636,18 @@ internally by feedmail):
10700 after-draft (a message has just been placed in the draft directory) 10636 after-draft (a message has just been placed in the draft directory)
10701 after-run (the queue has just been run, possibly sending messages) 10637 after-run (the queue has just been run, possibly sending messages)
10702 10638
10703WHAT-EVENT is used as a key into the table feedmail-queue-reminder-alist. If 10639WHAT-EVENT is used as a key into the table `feedmail-queue-reminder-alist'. If
10704the associated value is a function, it is called without arguments and is expected 10640the associated value is a function, it is called without arguments and is expected
10705to perform the reminder activity. You can supply your own reminder functions 10641to perform the reminder activity. You can supply your own reminder functions
10706by redefining feedmail-queue-reminder-alist. If you don't want any reminders, 10642by redefining `feedmail-queue-reminder-alist'. If you don't want any reminders,
10707you can set feedmail-queue-reminder-alist to nil. 10643you can set `feedmail-queue-reminder-alist' to nil.
10708 10644
10709\(fn &optional WHAT-EVENT)" t nil) 10645\(fn &optional WHAT-EVENT)" t nil)
10710 10646
10711;;;*** 10647;;;***
10712 10648
10713;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 10649;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
10714;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (17697 23215)) 10650;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (17743 34996))
10715;;; Generated autoloads from ffap.el 10651;;; Generated autoloads from ffap.el
10716 10652
10717(autoload (quote ffap-next) "ffap" "\ 10653(autoload (quote ffap-next) "ffap" "\
@@ -10770,7 +10706,7 @@ Evaluate the forms in variable `ffap-bindings'.
10770;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 10706;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
10771;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 10707;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
10772;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 10708;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
10773;;;;;; "filecache" "filecache.el" (17669 23128)) 10709;;;;;; "filecache" "filecache.el" (17669 35274))
10774;;; Generated autoloads from filecache.el 10710;;; Generated autoloads from filecache.el
10775 10711
10776(autoload (quote file-cache-add-directory) "filecache" "\ 10712(autoload (quote file-cache-add-directory) "filecache" "\
@@ -10829,8 +10765,8 @@ the name is considered already unique; only the second substitution
10829 10765
10830;;;*** 10766;;;***
10831 10767
10832;;;### (autoloads (filesets-init) "filesets" "filesets.el" (17714 10768;;;### (autoloads (filesets-init) "filesets" "filesets.el" (17715
10833;;;;;; 34817)) 10769;;;;;; 55644))
10834;;; Generated autoloads from filesets.el 10770;;; Generated autoloads from filesets.el
10835 10771
10836(autoload (quote filesets-init) "filesets" "\ 10772(autoload (quote filesets-init) "filesets" "\
@@ -10841,7 +10777,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10841 10777
10842;;;*** 10778;;;***
10843 10779
10844;;;### (autoloads nil "fill" "textmodes/fill.el" (17665 54136)) 10780;;;### (autoloads nil "fill" "textmodes/fill.el" (17743 34997))
10845;;; Generated autoloads from textmodes/fill.el 10781;;; Generated autoloads from textmodes/fill.el
10846(put 'colon-double-space 'safe-local-variable 'booleanp) 10782(put 'colon-double-space 'safe-local-variable 'booleanp)
10847 10783
@@ -10849,7 +10785,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10849 10785
10850;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 10786;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
10851;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" 10787;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el"
10852;;;;;; (17651 3608)) 10788;;;;;; (17650 60974))
10853;;; Generated autoloads from find-dired.el 10789;;; Generated autoloads from find-dired.el
10854 10790
10855(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ 10791(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -10910,7 +10846,7 @@ Thus ARG can also contain additional grep options.
10910 10846
10911;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10847;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10912;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 10848;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
10913;;;;;; (17601 9091)) 10849;;;;;; (17594 49968))
10914;;; Generated autoloads from find-file.el 10850;;; Generated autoloads from find-file.el
10915 10851
10916(defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2))))) "\ 10852(defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2))))) "\
@@ -11004,7 +10940,7 @@ Visit the file you click on in another window.
11004;;;;;; find-variable find-variable-noselect find-function-other-frame 10940;;;;;; find-variable find-variable-noselect find-function-other-frame
11005;;;;;; find-function-other-window find-function find-function-noselect 10941;;;;;; find-function-other-window find-function find-function-noselect
11006;;;;;; find-function-search-for-symbol find-library) "find-func" 10942;;;;;; find-function-search-for-symbol find-library) "find-func"
11007;;;;;; "emacs-lisp/find-func.el" (17697 23215)) 10943;;;;;; "emacs-lisp/find-func.el" (17739 37748))
11008;;; Generated autoloads from emacs-lisp/find-func.el 10944;;; Generated autoloads from emacs-lisp/find-func.el
11009 10945
11010(autoload (quote find-library) "find-func" "\ 10946(autoload (quote find-library) "find-func" "\
@@ -11033,7 +10969,7 @@ not selected. If the function definition can't be found in
11033the buffer, returns (BUFFER). 10969the buffer, returns (BUFFER).
11034 10970
11035If the file where FUNCTION is defined is not known, then it is 10971If the file where FUNCTION is defined is not known, then it is
11036searched for in `find-function-source-path' if non nil, otherwise 10972searched for in `find-function-source-path' if non-nil, otherwise
11037in `load-path'. 10973in `load-path'.
11038 10974
11039\(fn FUNCTION)" nil nil) 10975\(fn FUNCTION)" nil nil)
@@ -11047,7 +10983,7 @@ places point before the definition.
11047Set mark before moving, if the buffer already existed. 10983Set mark before moving, if the buffer already existed.
11048 10984
11049The library where FUNCTION is defined is searched for in 10985The library where FUNCTION is defined is searched for in
11050`find-function-source-path', if non nil, otherwise in `load-path'. 10986`find-function-source-path', if non-nil, otherwise in `load-path'.
11051See also `find-function-recenter-line' and `find-function-after-hook'. 10987See also `find-function-recenter-line' and `find-function-after-hook'.
11052 10988
11053\(fn FUNCTION)" t nil) 10989\(fn FUNCTION)" t nil)
@@ -11074,7 +11010,7 @@ the point of the definition. The buffer is not selected.
11074If the variable's definition can't be found in the buffer, return (BUFFER). 11010If the variable's definition can't be found in the buffer, return (BUFFER).
11075 11011
11076The library where VARIABLE is defined is searched for in FILE or 11012The library where VARIABLE is defined is searched for in FILE or
11077`find-function-source-path', if non nil, otherwise in `load-path'. 11013`find-function-source-path', if non-nil, otherwise in `load-path'.
11078 11014
11079\(fn VARIABLE &optional FILE)" nil nil) 11015\(fn VARIABLE &optional FILE)" nil nil)
11080 11016
@@ -11088,7 +11024,7 @@ places point before the definition.
11088Set mark before moving, if the buffer already existed. 11024Set mark before moving, if the buffer already existed.
11089 11025
11090The library where VARIABLE is defined is searched for in 11026The library where VARIABLE is defined is searched for in
11091`find-function-source-path', if non nil, otherwise in `load-path'. 11027`find-function-source-path', if non-nil, otherwise in `load-path'.
11092See also `find-function-recenter-line' and `find-function-after-hook'. 11028See also `find-function-recenter-line' and `find-function-after-hook'.
11093 11029
11094\(fn VARIABLE)" t nil) 11030\(fn VARIABLE)" t nil)
@@ -11115,7 +11051,7 @@ variable, `defface' for a face. This function does not switch to the
11115buffer nor display it. 11051buffer nor display it.
11116 11052
11117The library where SYMBOL is defined is searched for in FILE or 11053The library where SYMBOL is defined is searched for in FILE or
11118`find-function-source-path', if non nil, otherwise in `load-path'. 11054`find-function-source-path', if non-nil, otherwise in `load-path'.
11119 11055
11120\(fn SYMBOL TYPE &optional FILE)" nil nil) 11056\(fn SYMBOL TYPE &optional FILE)" nil nil)
11121 11057
@@ -11129,7 +11065,7 @@ places point before the definition.
11129Set mark before moving, if the buffer already existed. 11065Set mark before moving, if the buffer already existed.
11130 11066
11131The library where FACE is defined is searched for in 11067The library where FACE is defined is searched for in
11132`find-function-source-path', if non nil, otherwise in `load-path'. 11068`find-function-source-path', if non-nil, otherwise in `load-path'.
11133See also `find-function-recenter-line' and `find-function-after-hook'. 11069See also `find-function-recenter-line' and `find-function-after-hook'.
11134 11070
11135\(fn FACE)" t nil) 11071\(fn FACE)" t nil)
@@ -11158,7 +11094,7 @@ Define some key bindings for the find-function family of functions.
11158;;;*** 11094;;;***
11159 11095
11160;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 11096;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
11161;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (17394 12936)) 11097;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (17394 24191))
11162;;; Generated autoloads from find-lisp.el 11098;;; Generated autoloads from find-lisp.el
11163 11099
11164(autoload (quote find-lisp-find-dired) "find-lisp" "\ 11100(autoload (quote find-lisp-find-dired) "find-lisp" "\
@@ -11179,7 +11115,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
11179;;;*** 11115;;;***
11180 11116
11181;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 11117;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
11182;;;;;; "finder" "finder.el" (17476 4797)) 11118;;;;;; "finder" "finder.el" (17466 62506))
11183;;; Generated autoloads from finder.el 11119;;; Generated autoloads from finder.el
11184 11120
11185(autoload (quote finder-list-keywords) "finder" "\ 11121(autoload (quote finder-list-keywords) "finder" "\
@@ -11201,7 +11137,7 @@ Find packages matching a given keyword.
11201;;;*** 11137;;;***
11202 11138
11203;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 11139;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
11204;;;;;; "flow-ctrl.el" (17385 8484)) 11140;;;;;; "flow-ctrl.el" (17383 40497))
11205;;; Generated autoloads from flow-ctrl.el 11141;;; Generated autoloads from flow-ctrl.el
11206 11142
11207(autoload (quote enable-flow-control) "flow-ctrl" "\ 11143(autoload (quote enable-flow-control) "flow-ctrl" "\
@@ -11223,7 +11159,7 @@ to get the effect of a C-q.
11223;;;*** 11159;;;***
11224 11160
11225;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 11161;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
11226;;;;;; (17476 4798)) 11162;;;;;; (17478 35182))
11227;;; Generated autoloads from gnus/flow-fill.el 11163;;; Generated autoloads from gnus/flow-fill.el
11228 11164
11229(autoload (quote fill-flowed-encode) "flow-fill" "\ 11165(autoload (quote fill-flowed-encode) "flow-fill" "\
@@ -11239,7 +11175,7 @@ Not documented
11239;;;*** 11175;;;***
11240 11176
11241;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) 11177;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode)
11242;;;;;; "flymake" "progmodes/flymake.el" (17717 4883)) 11178;;;;;; "flymake" "progmodes/flymake.el" (17715 55646))
11243;;; Generated autoloads from progmodes/flymake.el 11179;;; Generated autoloads from progmodes/flymake.el
11244 11180
11245(autoload (quote flymake-mode) "flymake" "\ 11181(autoload (quote flymake-mode) "flymake" "\
@@ -11263,7 +11199,7 @@ Turn flymake mode off.
11263 11199
11264;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 11200;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
11265;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 11201;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
11266;;;;;; "flyspell" "textmodes/flyspell.el" (17724 51883)) 11202;;;;;; "flyspell" "textmodes/flyspell.el" (17743 34997))
11267;;; Generated autoloads from textmodes/flyspell.el 11203;;; Generated autoloads from textmodes/flyspell.el
11268 11204
11269(autoload (quote flyspell-prog-mode) "flyspell" "\ 11205(autoload (quote flyspell-prog-mode) "flyspell" "\
@@ -11332,7 +11268,7 @@ Flyspell whole buffer.
11332 11268
11333;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 11269;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11334;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 11270;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
11335;;;;;; (17495 43954)) 11271;;;;;; (17742 41486))
11336;;; Generated autoloads from follow.el 11272;;; Generated autoloads from follow.el
11337 11273
11338(autoload (quote turn-on-follow-mode) "follow" "\ 11274(autoload (quote turn-on-follow-mode) "follow" "\
@@ -11406,8 +11342,8 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
11406 11342
11407;;;*** 11343;;;***
11408 11344
11409;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (17385 11345;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (17383
11410;;;;;; 8494)) 11346;;;;;; 40556))
11411;;; Generated autoloads from mail/footnote.el 11347;;; Generated autoloads from mail/footnote.el
11412 11348
11413(autoload (quote footnote-mode) "footnote" "\ 11349(autoload (quote footnote-mode) "footnote" "\
@@ -11428,7 +11364,7 @@ key binding
11428;;;*** 11364;;;***
11429 11365
11430;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 11366;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
11431;;;;;; "forms" "forms.el" (17385 8485)) 11367;;;;;; "forms" "forms.el" (17383 40499))
11432;;; Generated autoloads from forms.el 11368;;; Generated autoloads from forms.el
11433 11369
11434(autoload (quote forms-mode) "forms" "\ 11370(autoload (quote forms-mode) "forms" "\
@@ -11465,7 +11401,7 @@ Visit a file in Forms mode in other window.
11465;;;*** 11401;;;***
11466 11402
11467;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 11403;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
11468;;;;;; "progmodes/fortran.el" (17360 11434)) 11404;;;;;; "progmodes/fortran.el" (17358 52596))
11469;;; Generated autoloads from progmodes/fortran.el 11405;;; Generated autoloads from progmodes/fortran.el
11470 11406
11471(defvar fortran-tab-mode-default nil "\ 11407(defvar fortran-tab-mode-default nil "\
@@ -11474,7 +11410,7 @@ A non-nil value specifies tab-digit style of continuation control.
11474A value of nil specifies that continuation lines are marked 11410A value of nil specifies that continuation lines are marked
11475with a character in column 6.") 11411with a character in column 6.")
11476 11412
11477(custom-autoload (quote fortran-tab-mode-default) "fortran") 11413(custom-autoload (quote fortran-tab-mode-default) "fortran" t)
11478 11414
11479(autoload (quote fortran-mode) "fortran" "\ 11415(autoload (quote fortran-mode) "fortran" "\
11480Major mode for editing Fortran code in fixed format. 11416Major mode for editing Fortran code in fixed format.
@@ -11551,7 +11487,7 @@ with no args, if that value is non-nil.
11551;;;*** 11487;;;***
11552 11488
11553;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 11489;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
11554;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (17385 8495)) 11490;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (17382 22975))
11555;;; Generated autoloads from play/fortune.el 11491;;; Generated autoloads from play/fortune.el
11556 11492
11557(autoload (quote fortune-add-fortune) "fortune" "\ 11493(autoload (quote fortune-add-fortune) "fortune" "\
@@ -11601,7 +11537,7 @@ and choose the directory as the fortune-file.
11601;;;*** 11537;;;***
11602 11538
11603;;;### (autoloads (gdb-enable-debug gdba) "gdb-ui" "progmodes/gdb-ui.el" 11539;;;### (autoloads (gdb-enable-debug gdba) "gdb-ui" "progmodes/gdb-ui.el"
11604;;;;;; (17723 56210)) 11540;;;;;; (17723 28681))
11605;;; Generated autoloads from progmodes/gdb-ui.el 11541;;; Generated autoloads from progmodes/gdb-ui.el
11606 11542
11607(autoload (quote gdba) "gdb-ui" "\ 11543(autoload (quote gdba) "gdb-ui" "\
@@ -11664,8 +11600,8 @@ Non-nil means record the process input and output in `gdb-debug-ring'.")
11664;;;*** 11600;;;***
11665 11601
11666;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 11602;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
11667;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (17385 11603;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (17383
11668;;;;;; 8490)) 11604;;;;;; 40539))
11669;;; Generated autoloads from emacs-lisp/generic.el 11605;;; Generated autoloads from emacs-lisp/generic.el
11670 11606
11671(defvar generic-mode-list nil "\ 11607(defvar generic-mode-list nil "\
@@ -11740,7 +11676,7 @@ regular expression that can be used as an element of
11740;;;*** 11676;;;***
11741 11677
11742;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 11678;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
11743;;;;;; (17408 40149)) 11679;;;;;; (17406 13837))
11744;;; Generated autoloads from progmodes/glasses.el 11680;;; Generated autoloads from progmodes/glasses.el
11745 11681
11746(autoload (quote glasses-mode) "glasses" "\ 11682(autoload (quote glasses-mode) "glasses" "\
@@ -11753,7 +11689,7 @@ at places they belong to.
11753;;;*** 11689;;;***
11754 11690
11755;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 11691;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
11756;;;;;; gmm-message) "gmm-utils" "gnus/gmm-utils.el" (17714 34817)) 11692;;;;;; gmm-message) "gmm-utils" "gnus/gmm-utils.el" (17715 55645))
11757;;; Generated autoloads from gnus/gmm-utils.el 11693;;; Generated autoloads from gnus/gmm-utils.el
11758 11694
11759(autoload (quote gmm-message) "gmm-utils" "\ 11695(autoload (quote gmm-message) "gmm-utils" "\
@@ -11801,7 +11737,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11801 11737
11802;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11738;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11803;;;;;; gnus-slave-no-server gnus-select-method gnus-getenv-nntpserver) 11739;;;;;; gnus-slave-no-server gnus-select-method gnus-getenv-nntpserver)
11804;;;;;; "gnus" "gnus/gnus.el" (17726 28398)) 11740;;;;;; "gnus" "gnus/gnus.el" (17726 26879))
11805;;; Generated autoloads from gnus/gnus.el 11741;;; Generated autoloads from gnus/gnus.el
11806 11742
11807(autoload (quote gnus-getenv-nntpserver) "gnus" "\ 11743(autoload (quote gnus-getenv-nntpserver) "gnus" "\
@@ -11880,7 +11816,7 @@ prompt the user for the name of an NNTP server to use.
11880;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11816;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11881;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11817;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11882;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11818;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11883;;;;;; "gnus/gnus-agent.el" (17551 7908)) 11819;;;;;; "gnus/gnus-agent.el" (17732 30377))
11884;;; Generated autoloads from gnus/gnus-agent.el 11820;;; Generated autoloads from gnus/gnus-agent.el
11885 11821
11886(autoload (quote gnus-unplugged) "gnus-agent" "\ 11822(autoload (quote gnus-unplugged) "gnus-agent" "\
@@ -11971,7 +11907,7 @@ If CLEAN, obsolete (ignore).
11971;;;*** 11907;;;***
11972 11908
11973;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11909;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11974;;;;;; (17663 14247)) 11910;;;;;; (17738 33491))
11975;;; Generated autoloads from gnus/gnus-art.el 11911;;; Generated autoloads from gnus/gnus-art.el
11976 11912
11977(autoload (quote gnus-article-prepare-display) "gnus-art" "\ 11913(autoload (quote gnus-article-prepare-display) "gnus-art" "\
@@ -11982,7 +11918,7 @@ Make the current buffer look like a nice article.
11982;;;*** 11918;;;***
11983 11919
11984;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 11920;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
11985;;;;;; (17385 8493)) 11921;;;;;; (17382 22953))
11986;;; Generated autoloads from gnus/gnus-audio.el 11922;;; Generated autoloads from gnus/gnus-audio.el
11987 11923
11988(autoload (quote gnus-audio-play) "gnus-audio" "\ 11924(autoload (quote gnus-audio-play) "gnus-audio" "\
@@ -11994,8 +11930,8 @@ Play a sound FILE through the speaker.
11994 11930
11995;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11931;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11996;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11932;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11997;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (17385 11933;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (17382
11998;;;;;; 8493)) 11934;;;;;; 22954))
11999;;; Generated autoloads from gnus/gnus-cache.el 11935;;; Generated autoloads from gnus/gnus-cache.el
12000 11936
12001(autoload (quote gnus-jog-cache) "gnus-cache" "\ 11937(autoload (quote gnus-jog-cache) "gnus-cache" "\
@@ -12037,7 +11973,7 @@ supported.
12037;;;*** 11973;;;***
12038 11974
12039;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11975;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
12040;;;;;; "gnus-delay" "gnus/gnus-delay.el" (17385 8493)) 11976;;;;;; "gnus-delay" "gnus/gnus-delay.el" (17382 22954))
12041;;; Generated autoloads from gnus/gnus-delay.el 11977;;; Generated autoloads from gnus/gnus-delay.el
12042 11978
12043(autoload (quote gnus-delay-article) "gnus-delay" "\ 11979(autoload (quote gnus-delay-article) "gnus-delay" "\
@@ -12073,7 +12009,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
12073;;;*** 12009;;;***
12074 12010
12075;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 12011;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
12076;;;;;; "gnus-diary" "gnus/gnus-diary.el" (17577 7322)) 12012;;;;;; "gnus-diary" "gnus/gnus-diary.el" (17739 37748))
12077;;; Generated autoloads from gnus/gnus-diary.el 12013;;; Generated autoloads from gnus/gnus-diary.el
12078 12014
12079(autoload (quote gnus-user-format-function-d) "gnus-diary" "\ 12015(autoload (quote gnus-user-format-function-d) "gnus-diary" "\
@@ -12089,7 +12025,7 @@ Not documented
12089;;;*** 12025;;;***
12090 12026
12091;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 12027;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
12092;;;;;; (17385 8493)) 12028;;;;;; (17382 22954))
12093;;; Generated autoloads from gnus/gnus-dired.el 12029;;; Generated autoloads from gnus/gnus-dired.el
12094 12030
12095(autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\ 12031(autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\
@@ -12100,7 +12036,7 @@ Convenience method to turn on gnus-dired-mode.
12100;;;*** 12036;;;***
12101 12037
12102;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 12038;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
12103;;;;;; (17698 30385)) 12039;;;;;; (17700 2786))
12104;;; Generated autoloads from gnus/gnus-draft.el 12040;;; Generated autoloads from gnus/gnus-draft.el
12105 12041
12106(autoload (quote gnus-draft-reminder) "gnus-draft" "\ 12042(autoload (quote gnus-draft-reminder) "gnus-draft" "\
@@ -12112,8 +12048,8 @@ Reminder user if there are unsent drafts.
12112 12048
12113;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 12049;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
12114;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 12050;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
12115;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (17476 12051;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (17464
12116;;;;;; 4800)) 12052;;;;;; 36847))
12117;;; Generated autoloads from gnus/gnus-fun.el 12053;;; Generated autoloads from gnus/gnus-fun.el
12118 12054
12119(autoload (quote gnus-random-x-face) "gnus-fun" "\ 12055(autoload (quote gnus-random-x-face) "gnus-fun" "\
@@ -12152,7 +12088,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
12152;;;*** 12088;;;***
12153 12089
12154;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 12090;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
12155;;;;;; "gnus-group" "gnus/gnus-group.el" (17726 28398)) 12091;;;;;; "gnus-group" "gnus/gnus-group.el" (17726 26879))
12156;;; Generated autoloads from gnus/gnus-group.el 12092;;; Generated autoloads from gnus/gnus-group.el
12157 12093
12158(autoload (quote gnus-fetch-group) "gnus-group" "\ 12094(autoload (quote gnus-fetch-group) "gnus-group" "\
@@ -12169,7 +12105,7 @@ Pop up a frame and enter GROUP.
12169;;;*** 12105;;;***
12170 12106
12171;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 12107;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
12172;;;;;; (17385 8493)) 12108;;;;;; (17382 22956))
12173;;; Generated autoloads from gnus/gnus-kill.el 12109;;; Generated autoloads from gnus/gnus-kill.el
12174 12110
12175(defalias (quote gnus-batch-kill) (quote gnus-batch-score)) 12111(defalias (quote gnus-batch-kill) (quote gnus-batch-score))
@@ -12184,7 +12120,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12184 12120
12185;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 12121;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
12186;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 12122;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
12187;;;;;; (17551 7908)) 12123;;;;;; (17544 39650))
12188;;; Generated autoloads from gnus/gnus-ml.el 12124;;; Generated autoloads from gnus/gnus-ml.el
12189 12125
12190(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\ 12126(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\
@@ -12209,7 +12145,7 @@ Minor mode for providing mailing-list commands.
12209 12145
12210;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 12146;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
12211;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 12147;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
12212;;;;;; (17385 8493)) 12148;;;;;; (17382 22957))
12213;;; Generated autoloads from gnus/gnus-mlspl.el 12149;;; Generated autoloads from gnus/gnus-mlspl.el
12214 12150
12215(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ 12151(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\
@@ -12310,7 +12246,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12310;;;*** 12246;;;***
12311 12247
12312;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" 12248;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
12313;;;;;; (17385 8493)) 12249;;;;;; (17382 22957))
12314;;; Generated autoloads from gnus/gnus-move.el 12250;;; Generated autoloads from gnus/gnus-move.el
12315 12251
12316(autoload (quote gnus-change-server) "gnus-move" "\ 12252(autoload (quote gnus-change-server) "gnus-move" "\
@@ -12322,7 +12258,7 @@ Update the .newsrc.eld file to reflect the change of nntp server.
12322;;;*** 12258;;;***
12323 12259
12324;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 12260;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
12325;;;;;; "gnus-msg" "gnus/gnus-msg.el" (17385 8493)) 12261;;;;;; "gnus-msg" "gnus/gnus-msg.el" (17382 22957))
12326;;; Generated autoloads from gnus/gnus-msg.el 12262;;; Generated autoloads from gnus/gnus-msg.el
12327 12263
12328(autoload (quote gnus-msg-mail) "gnus-msg" "\ 12264(autoload (quote gnus-msg-mail) "gnus-msg" "\
@@ -12347,7 +12283,7 @@ Like `message-reply'.
12347;;;*** 12283;;;***
12348 12284
12349;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups) 12285;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups)
12350;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (17427 10521)) 12286;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (17426 20384))
12351;;; Generated autoloads from gnus/gnus-nocem.el 12287;;; Generated autoloads from gnus/gnus-nocem.el
12352 12288
12353(autoload (quote gnus-nocem-scan-groups) "gnus-nocem" "\ 12289(autoload (quote gnus-nocem-scan-groups) "gnus-nocem" "\
@@ -12364,7 +12300,7 @@ Load the NoCeM cache.
12364 12300
12365;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 12301;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
12366;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 12302;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
12367;;;;;; (17385 8493)) 12303;;;;;; (17382 22957))
12368;;; Generated autoloads from gnus/gnus-picon.el 12304;;; Generated autoloads from gnus/gnus-picon.el
12369 12305
12370(autoload (quote gnus-treat-from-picon) "gnus-picon" "\ 12306(autoload (quote gnus-treat-from-picon) "gnus-picon" "\
@@ -12391,7 +12327,7 @@ If picons are already displayed, remove them.
12391;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 12327;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
12392;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 12328;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
12393;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 12329;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
12394;;;;;; "gnus/gnus-range.el" (17385 8493)) 12330;;;;;; "gnus/gnus-range.el" (17382 22958))
12395;;; Generated autoloads from gnus/gnus-range.el 12331;;; Generated autoloads from gnus/gnus-range.el
12396 12332
12397(autoload (quote gnus-sorted-difference) "gnus-range" "\ 12333(autoload (quote gnus-sorted-difference) "gnus-range" "\
@@ -12459,7 +12395,7 @@ Add NUM into sorted LIST by side effect.
12459;;;*** 12395;;;***
12460 12396
12461;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 12397;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
12462;;;;;; "gnus-registry" "gnus/gnus-registry.el" (17704 4325)) 12398;;;;;; "gnus-registry" "gnus/gnus-registry.el" (17703 21883))
12463;;; Generated autoloads from gnus/gnus-registry.el 12399;;; Generated autoloads from gnus/gnus-registry.el
12464 12400
12465(autoload (quote gnus-registry-initialize) "gnus-registry" "\ 12401(autoload (quote gnus-registry-initialize) "gnus-registry" "\
@@ -12475,8 +12411,8 @@ Install the registry hooks.
12475;;;*** 12411;;;***
12476 12412
12477;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 12413;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
12478;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (17476 12414;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (17478
12479;;;;;; 4800)) 12415;;;;;; 35183))
12480;;; Generated autoloads from gnus/gnus-sieve.el 12416;;; Generated autoloads from gnus/gnus-sieve.el
12481 12417
12482(autoload (quote gnus-sieve-update) "gnus-sieve" "\ 12418(autoload (quote gnus-sieve-update) "gnus-sieve" "\
@@ -12504,7 +12440,7 @@ Not documented
12504;;;*** 12440;;;***
12505 12441
12506;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" 12442;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
12507;;;;;; (17385 8493)) 12443;;;;;; (17382 22959))
12508;;; Generated autoloads from gnus/gnus-soup.el 12444;;; Generated autoloads from gnus/gnus-soup.el
12509 12445
12510(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ 12446(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\
@@ -12524,7 +12460,7 @@ Note -- this function hasn't been implemented yet.
12524;;;*** 12460;;;***
12525 12461
12526;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 12462;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
12527;;;;;; (17385 8493)) 12463;;;;;; (17382 22959))
12528;;; Generated autoloads from gnus/gnus-spec.el 12464;;; Generated autoloads from gnus/gnus-spec.el
12529 12465
12530(autoload (quote gnus-update-format) "gnus-spec" "\ 12466(autoload (quote gnus-update-format) "gnus-spec" "\
@@ -12535,8 +12471,8 @@ Update the format specification near point.
12535;;;*** 12471;;;***
12536 12472
12537;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news 12473;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news
12538;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (17601 12474;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (17591
12539;;;;;; 9092)) 12475;;;;;; 28071))
12540;;; Generated autoloads from gnus/gnus-start.el 12476;;; Generated autoloads from gnus/gnus-start.el
12541 12477
12542(autoload (quote gnus-declare-backend) "gnus-start" "\ 12478(autoload (quote gnus-declare-backend) "gnus-start" "\
@@ -12552,7 +12488,7 @@ Not documented
12552;;;*** 12488;;;***
12553 12489
12554;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 12490;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
12555;;;;;; (17385 8493)) 12491;;;;;; (17382 22960))
12556;;; Generated autoloads from gnus/gnus-win.el 12492;;; Generated autoloads from gnus/gnus-win.el
12557 12493
12558(autoload (quote gnus-add-configuration) "gnus-win" "\ 12494(autoload (quote gnus-add-configuration) "gnus-win" "\
@@ -12562,7 +12498,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12562 12498
12563;;;*** 12499;;;***
12564 12500
12565;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (17385 8495)) 12501;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (17382 22975))
12566;;; Generated autoloads from play/gomoku.el 12502;;; Generated autoloads from play/gomoku.el
12567 12503
12568(autoload (quote gomoku) "gomoku" "\ 12504(autoload (quote gomoku) "gomoku" "\
@@ -12589,7 +12525,7 @@ Use \\[describe-mode] for more info.
12589;;;*** 12525;;;***
12590 12526
12591;;;### (autoloads (goto-address goto-address-at-point) "goto-addr" 12527;;;### (autoloads (goto-address goto-address-at-point) "goto-addr"
12592;;;;;; "net/goto-addr.el" (17579 53341)) 12528;;;;;; "net/goto-addr.el" (17580 16976))
12593;;; Generated autoloads from net/goto-addr.el 12529;;; Generated autoloads from net/goto-addr.el
12594 12530
12595(define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1") 12531(define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1")
@@ -12619,7 +12555,7 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
12619 12555
12620;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults 12556;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12621;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 12557;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12622;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17645 64048)) 12558;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17645 29157))
12623;;; Generated autoloads from progmodes/grep.el 12559;;; Generated autoloads from progmodes/grep.el
12624 12560
12625(defvar grep-window-height nil "\ 12561(defvar grep-window-height nil "\
@@ -12756,7 +12692,7 @@ This command shares argument histories with \\[lgrep] and \\[grep-find].
12756 12692
12757;;;*** 12693;;;***
12758 12694
12759;;;### (autoloads (gs-load-image) "gs" "gs.el" (17385 8485)) 12695;;;### (autoloads (gs-load-image) "gs" "gs.el" (17383 40501))
12760;;; Generated autoloads from gs.el 12696;;; Generated autoloads from gs.el
12761 12697
12762(autoload (quote gs-load-image) "gs" "\ 12698(autoload (quote gs-load-image) "gs" "\
@@ -12770,7 +12706,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12770;;;*** 12706;;;***
12771 12707
12772;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx 12708;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx
12773;;;;;; sdb gdb) "gud" "progmodes/gud.el" (17661 55157)) 12709;;;;;; sdb gdb) "gud" "progmodes/gud.el" (17661 56350))
12774;;; Generated autoloads from progmodes/gud.el 12710;;; Generated autoloads from progmodes/gud.el
12775 12711
12776(autoload (quote gdb) "gud" "\ 12712(autoload (quote gdb) "gud" "\
@@ -12856,8 +12792,8 @@ Major mode for editing GDB scripts
12856 12792
12857;;;*** 12793;;;***
12858 12794
12859;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (17385 12795;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (17742
12860;;;;;; 8495)) 12796;;;;;; 38271))
12861;;; Generated autoloads from play/handwrite.el 12797;;; Generated autoloads from play/handwrite.el
12862 12798
12863(autoload (quote handwrite) "handwrite" "\ 12799(autoload (quote handwrite) "handwrite" "\
@@ -12875,7 +12811,7 @@ Variables: handwrite-linespace (default 12)
12875;;;*** 12811;;;***
12876 12812
12877;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 12813;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12878;;;;;; (17586 30575)) 12814;;;;;; (17742 38323))
12879;;; Generated autoloads from play/hanoi.el 12815;;; Generated autoloads from play/hanoi.el
12880 12816
12881(autoload (quote hanoi) "hanoi" "\ 12817(autoload (quote hanoi) "hanoi" "\
@@ -12894,7 +12830,7 @@ Repent before ring 31 moves.
12894 12830
12895(autoload (quote hanoi-unix-64) "hanoi" "\ 12831(autoload (quote hanoi-unix-64) "hanoi" "\
12896Like hanoi-unix, but pretend to have a 64-bit clock. 12832Like hanoi-unix, but pretend to have a 64-bit clock.
12897This is, necessarily (as of emacs 20.3), a crock. When the 12833This is, necessarily (as of Emacs 20.3), a crock. When the
12898current-time interface is made s2G-compliant, hanoi.el will need 12834current-time interface is made s2G-compliant, hanoi.el will need
12899to be updated. 12835to be updated.
12900 12836
@@ -12905,7 +12841,7 @@ to be updated.
12905;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 12841;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12906;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 12842;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12907;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 12843;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12908;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (17709 24917)) 12844;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (17710 3074))
12909;;; Generated autoloads from help-at-pt.el 12845;;; Generated autoloads from help-at-pt.el
12910 12846
12911(autoload (quote help-at-pt-string) "help-at-pt" "\ 12847(autoload (quote help-at-pt-string) "help-at-pt" "\
@@ -13034,19 +12970,10 @@ different regions. With numeric argument ARG, behaves like
13034 12970
13035;;;### (autoloads (describe-categories describe-syntax describe-variable 12971;;;### (autoloads (describe-categories describe-syntax describe-variable
13036;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name 12972;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name
13037;;;;;; help-C-file-name describe-function help-with-tutorial) "help-fns" 12973;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el"
13038;;;;;; "help-fns.el" (17717 4883)) 12974;;;;;; (17734 17478))
13039;;; Generated autoloads from help-fns.el 12975;;; Generated autoloads from help-fns.el
13040 12976
13041(autoload (quote help-with-tutorial) "help-fns" "\
13042Select the Emacs learn-by-doing tutorial.
13043If there is a tutorial version written in the language
13044of the selected language environment, that version is used.
13045If there's no tutorial in that language, `TUTORIAL' is selected.
13046With ARG, you are asked to choose which language.
13047
13048\(fn &optional ARG)" t nil)
13049
13050(autoload (quote describe-function) "help-fns" "\ 12977(autoload (quote describe-function) "help-fns" "\
13051Display the full documentation of FUNCTION (a symbol). 12978Display the full documentation of FUNCTION (a symbol).
13052 12979
@@ -13101,7 +13028,7 @@ BUFFER should be a buffer or a buffer name.
13101;;;*** 13028;;;***
13102 13029
13103;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 13030;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
13104;;;;;; (17385 8485)) 13031;;;;;; (17383 40502))
13105;;; Generated autoloads from help-macro.el 13032;;; Generated autoloads from help-macro.el
13106 13033
13107(defvar three-step-help nil "\ 13034(defvar three-step-help nil "\
@@ -13111,13 +13038,13 @@ and window listing and describing the options.
13111A value of nil means skip the middle step, so that 13038A value of nil means skip the middle step, so that
13112\\[help-command] \\[help-command] gives the window that lists the options.") 13039\\[help-command] \\[help-command] gives the window that lists the options.")
13113 13040
13114(custom-autoload (quote three-step-help) "help-macro") 13041(custom-autoload (quote three-step-help) "help-macro" t)
13115 13042
13116;;;*** 13043;;;***
13117 13044
13118;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 13045;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
13119;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup 13046;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
13120;;;;;; help-mode) "help-mode" "help-mode.el" (17604 60389)) 13047;;;;;; help-mode) "help-mode" "help-mode.el" (17602 7855))
13121;;; Generated autoloads from help-mode.el 13048;;; Generated autoloads from help-mode.el
13122 13049
13123(autoload (quote help-mode) "help-mode" "\ 13050(autoload (quote help-mode) "help-mode" "\
@@ -13200,7 +13127,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
13200;;;*** 13127;;;***
13201 13128
13202;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 13129;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
13203;;;;;; "emacs-lisp/helper.el" (17585 27776)) 13130;;;;;; "emacs-lisp/helper.el" (17586 63376))
13204;;; Generated autoloads from emacs-lisp/helper.el 13131;;; Generated autoloads from emacs-lisp/helper.el
13205 13132
13206(autoload (quote Helper-describe-bindings) "helper" "\ 13133(autoload (quote Helper-describe-bindings) "helper" "\
@@ -13216,7 +13143,7 @@ Provide help for current mode.
13216;;;*** 13143;;;***
13217 13144
13218;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 13145;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
13219;;;;;; "hexl.el" (17585 27774)) 13146;;;;;; "hexl.el" (17742 27704))
13220;;; Generated autoloads from hexl.el 13147;;; Generated autoloads from hexl.el
13221 13148
13222(autoload (quote hexl-mode) "hexl" "\ 13149(autoload (quote hexl-mode) "hexl" "\
@@ -13258,7 +13185,7 @@ A sample format:
13258 000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character 13185 000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character
13259 000000c0: 7265 6769 6f6e 2e0a region.. 13186 000000c0: 7265 6769 6f6e 2e0a region..
13260 13187
13261Movement is as simple as movement in a normal emacs text buffer. Most 13188Movement is as simple as movement in a normal Emacs text buffer. Most
13262cursor movement bindings are the same (ie. Use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line] 13189cursor movement bindings are the same (ie. Use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line]
13263to move the cursor left, right, down, and up). 13190to move the cursor left, right, down, and up).
13264 13191
@@ -13313,7 +13240,7 @@ This discards the buffer's undo information.
13313;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 13240;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
13314;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 13241;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
13315;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 13242;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
13316;;;;;; (17385 8485)) 13243;;;;;; (17383 40504))
13317;;; Generated autoloads from hi-lock.el 13244;;; Generated autoloads from hi-lock.el
13318 13245
13319(autoload (quote hi-lock-mode) "hi-lock" "\ 13246(autoload (quote hi-lock-mode) "hi-lock" "\
@@ -13366,11 +13293,10 @@ is found. A mode is excluded if it's in the list `hi-lock-exclude-modes'.
13366Non-nil if Global-Hi-Lock mode is enabled. 13293Non-nil if Global-Hi-Lock mode is enabled.
13367See the command `global-hi-lock-mode' for a description of this minor-mode. 13294See the command `global-hi-lock-mode' for a description of this minor-mode.
13368Setting this variable directly does not take effect; 13295Setting this variable directly does not take effect;
13369use either \\[customize] or the function `global-hi-lock-mode'.") 13296either customize it (see the info node `Easy Customization')
13370 13297or call the function `global-hi-lock-mode'.")
13371(custom-autoload (quote global-hi-lock-mode) "hi-lock")
13372 13298
13373(put (quote global-hi-lock-mode) (quote custom-set) (quote custom-set-minor-mode)) 13299(custom-autoload (quote global-hi-lock-mode) "hi-lock" nil)
13374 13300
13375(autoload (quote global-hi-lock-mode) "hi-lock" "\ 13301(autoload (quote global-hi-lock-mode) "hi-lock" "\
13376Toggle Hi-Lock mode in every buffer. 13302Toggle Hi-Lock mode in every buffer.
@@ -13439,7 +13365,7 @@ be found in variable `hi-lock-interactive-patterns'.
13439;;;*** 13365;;;***
13440 13366
13441;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially 13367;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially
13442;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (17520 49736)) 13368;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (17520 20914))
13443;;; Generated autoloads from progmodes/hideif.el 13369;;; Generated autoloads from progmodes/hideif.el
13444 13370
13445(autoload (quote hide-ifdef-mode) "hideif" "\ 13371(autoload (quote hide-ifdef-mode) "hideif" "\
@@ -13479,22 +13405,22 @@ how the hiding is done:
13479(defvar hide-ifdef-initially nil "\ 13405(defvar hide-ifdef-initially nil "\
13480*Non-nil means call `hide-ifdefs' when Hide-Ifdef mode is first activated.") 13406*Non-nil means call `hide-ifdefs' when Hide-Ifdef mode is first activated.")
13481 13407
13482(custom-autoload (quote hide-ifdef-initially) "hideif") 13408(custom-autoload (quote hide-ifdef-initially) "hideif" t)
13483 13409
13484(defvar hide-ifdef-read-only nil "\ 13410(defvar hide-ifdef-read-only nil "\
13485*Set to non-nil if you want buffer to be read-only while hiding text.") 13411*Set to non-nil if you want buffer to be read-only while hiding text.")
13486 13412
13487(custom-autoload (quote hide-ifdef-read-only) "hideif") 13413(custom-autoload (quote hide-ifdef-read-only) "hideif" t)
13488 13414
13489(defvar hide-ifdef-lines nil "\ 13415(defvar hide-ifdef-lines nil "\
13490*Non-nil means hide the #ifX, #else, and #endif lines.") 13416*Non-nil means hide the #ifX, #else, and #endif lines.")
13491 13417
13492(custom-autoload (quote hide-ifdef-lines) "hideif") 13418(custom-autoload (quote hide-ifdef-lines) "hideif" t)
13493 13419
13494;;;*** 13420;;;***
13495 13421
13496;;;### (autoloads (hs-minor-mode) "hideshow" "progmodes/hideshow.el" 13422;;;### (autoloads (hs-minor-mode) "hideshow" "progmodes/hideshow.el"
13497;;;;;; (17394 12938)) 13423;;;;;; (17388 57145))
13498;;; Generated autoloads from progmodes/hideshow.el 13424;;; Generated autoloads from progmodes/hideshow.el
13499 13425
13500(defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\ 13426(defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\
@@ -13552,7 +13478,7 @@ Key bindings:
13552;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 13478;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
13553;;;;;; highlight-changes-previous-change highlight-changes-next-change 13479;;;;;; highlight-changes-previous-change highlight-changes-next-change
13554;;;;;; highlight-changes-mode highlight-changes-remove-highlight) 13480;;;;;; highlight-changes-mode highlight-changes-remove-highlight)
13555;;;;;; "hilit-chg" "hilit-chg.el" (17394 12936)) 13481;;;;;; "hilit-chg" "hilit-chg.el" (17387 52590))
13556;;; Generated autoloads from hilit-chg.el 13482;;; Generated autoloads from hilit-chg.el
13557 13483
13558(autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\ 13484(autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\
@@ -13682,7 +13608,7 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil).
13682;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 13608;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
13683;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 13609;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
13684;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 13610;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
13685;;;;;; "hippie-exp.el" (17385 8485)) 13611;;;;;; "hippie-exp.el" (17383 40505))
13686;;; Generated autoloads from hippie-exp.el 13612;;; Generated autoloads from hippie-exp.el
13687 13613
13688(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)) "\ 13614(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)) "\
@@ -13690,40 +13616,40 @@ The list of expansion functions tried in order by `hippie-expand'.
13690To change the behavior of `hippie-expand', remove, change the order of, 13616To change the behavior of `hippie-expand', remove, change the order of,
13691or insert functions in this list.") 13617or insert functions in this list.")
13692 13618
13693(custom-autoload (quote hippie-expand-try-functions-list) "hippie-exp") 13619(custom-autoload (quote hippie-expand-try-functions-list) "hippie-exp" t)
13694 13620
13695(defvar hippie-expand-verbose t "\ 13621(defvar hippie-expand-verbose t "\
13696*Non-nil makes `hippie-expand' output which function it is trying.") 13622*Non-nil makes `hippie-expand' output which function it is trying.")
13697 13623
13698(custom-autoload (quote hippie-expand-verbose) "hippie-exp") 13624(custom-autoload (quote hippie-expand-verbose) "hippie-exp" t)
13699 13625
13700(defvar hippie-expand-dabbrev-skip-space nil "\ 13626(defvar hippie-expand-dabbrev-skip-space nil "\
13701*Non-nil means tolerate trailing spaces in the abbreviation to expand.") 13627*Non-nil means tolerate trailing spaces in the abbreviation to expand.")
13702 13628
13703(custom-autoload (quote hippie-expand-dabbrev-skip-space) "hippie-exp") 13629(custom-autoload (quote hippie-expand-dabbrev-skip-space) "hippie-exp" t)
13704 13630
13705(defvar hippie-expand-dabbrev-as-symbol t "\ 13631(defvar hippie-expand-dabbrev-as-symbol t "\
13706*Non-nil means expand as symbols, i.e. syntax `_' is considered a letter.") 13632*Non-nil means expand as symbols, i.e. syntax `_' is considered a letter.")
13707 13633
13708(custom-autoload (quote hippie-expand-dabbrev-as-symbol) "hippie-exp") 13634(custom-autoload (quote hippie-expand-dabbrev-as-symbol) "hippie-exp" t)
13709 13635
13710(defvar hippie-expand-no-restriction t "\ 13636(defvar hippie-expand-no-restriction t "\
13711*Non-nil means that narrowed buffers are widened during search.") 13637*Non-nil means that narrowed buffers are widened during search.")
13712 13638
13713(custom-autoload (quote hippie-expand-no-restriction) "hippie-exp") 13639(custom-autoload (quote hippie-expand-no-restriction) "hippie-exp" t)
13714 13640
13715(defvar hippie-expand-max-buffers nil "\ 13641(defvar hippie-expand-max-buffers nil "\
13716*The maximum number of buffers (apart from the current) searched. 13642*The maximum number of buffers (apart from the current) searched.
13717If nil, all buffers are searched.") 13643If nil, all buffers are searched.")
13718 13644
13719(custom-autoload (quote hippie-expand-max-buffers) "hippie-exp") 13645(custom-autoload (quote hippie-expand-max-buffers) "hippie-exp" t)
13720 13646
13721(defvar hippie-expand-ignore-buffers (quote ("^ \\*.*\\*$" dired-mode)) "\ 13647(defvar hippie-expand-ignore-buffers (quote ("^ \\*.*\\*$" dired-mode)) "\
13722*A list specifying which buffers not to search (if not current). 13648*A list specifying which buffers not to search (if not current).
13723Can contain both regexps matching buffer names (as strings) and major modes 13649Can contain both regexps matching buffer names (as strings) and major modes
13724\(as atoms)") 13650\(as atoms)")
13725 13651
13726(custom-autoload (quote hippie-expand-ignore-buffers) "hippie-exp") 13652(custom-autoload (quote hippie-expand-ignore-buffers) "hippie-exp" t)
13727 13653
13728(defvar hippie-expand-only-buffers nil "\ 13654(defvar hippie-expand-only-buffers nil "\
13729*A list specifying the only buffers to search (in addition to current). 13655*A list specifying the only buffers to search (in addition to current).
@@ -13731,7 +13657,7 @@ Can contain both regexps matching buffer names (as strings) and major modes
13731\(as atoms). If non-nil, this variable overrides the variable 13657\(as atoms). If non-nil, this variable overrides the variable
13732`hippie-expand-ignore-buffers'.") 13658`hippie-expand-ignore-buffers'.")
13733 13659
13734(custom-autoload (quote hippie-expand-only-buffers) "hippie-exp") 13660(custom-autoload (quote hippie-expand-only-buffers) "hippie-exp" t)
13735 13661
13736(autoload (quote hippie-expand) "hippie-exp" "\ 13662(autoload (quote hippie-expand) "hippie-exp" "\
13737Try to expand text before point, using multiple methods. 13663Try to expand text before point, using multiple methods.
@@ -13755,7 +13681,7 @@ argument VERBOSE non-nil makes the function verbose.
13755;;;*** 13681;;;***
13756 13682
13757;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13683;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13758;;;;;; (17656 37701)) 13684;;;;;; (17652 40095))
13759;;; Generated autoloads from hl-line.el 13685;;; Generated autoloads from hl-line.el
13760 13686
13761(autoload (quote hl-line-mode) "hl-line" "\ 13687(autoload (quote hl-line-mode) "hl-line" "\
@@ -13796,7 +13722,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13796;;;*** 13722;;;***
13797 13723
13798;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" 13724;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el"
13799;;;;;; (17427 10521)) 13725;;;;;; (17426 49878))
13800;;; Generated autoloads from calendar/holidays.el 13726;;; Generated autoloads from calendar/holidays.el
13801 13727
13802(autoload (quote holidays) "holidays" "\ 13728(autoload (quote holidays) "holidays" "\
@@ -13832,35 +13758,8 @@ The optional LABEL is used to label the buffer created.
13832 13758
13833;;;*** 13759;;;***
13834 13760
13835;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll) 13761;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (17738
13836;;;;;; "hscroll" "obsolete/hscroll.el" (17385 8495)) 13762;;;;;; 33491))
13837;;; Generated autoloads from obsolete/hscroll.el
13838
13839(autoload (quote turn-on-hscroll) "hscroll" "\
13840This function is obsolete.
13841Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.
13842Also see `automatic-hscrolling'.
13843
13844\(fn)" nil nil)
13845
13846(autoload (quote hscroll-mode) "hscroll" "\
13847This function is obsolete.
13848Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.
13849Also see `automatic-hscrolling'.
13850
13851\(fn &optional ARG)" t nil)
13852
13853(autoload (quote hscroll-global-mode) "hscroll" "\
13854This function is obsolete.
13855Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.
13856Also see `automatic-hscrolling'.
13857
13858\(fn &optional ARG)" t nil)
13859
13860;;;***
13861
13862;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (17403
13863;;;;;; 27598))
13864;;; Generated autoloads from gnus/html2text.el 13763;;; Generated autoloads from gnus/html2text.el
13865 13764
13866(autoload (quote html2text) "html2text" "\ 13765(autoload (quote html2text) "html2text" "\
@@ -13892,7 +13791,7 @@ Convert HTML to plain text in the current buffer.
13892;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group 13791;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
13893;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group 13792;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
13894;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode 13793;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
13895;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (17698 30385)) 13794;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (17700 2785))
13896;;; Generated autoloads from ibuf-ext.el 13795;;; Generated autoloads from ibuf-ext.el
13897 13796
13898(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ 13797(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
@@ -14258,8 +14157,8 @@ defaults to one.
14258;;;*** 14157;;;***
14259 14158
14260;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 14159;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
14261;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (17476 14160;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (17457
14262;;;;;; 4797)) 14161;;;;;; 20695))
14263;;; Generated autoloads from ibuf-macs.el 14162;;; Generated autoloads from ibuf-macs.el
14264 14163
14265(autoload (quote define-ibuffer-column) "ibuf-macs" "\ 14164(autoload (quote define-ibuffer-column) "ibuf-macs" "\
@@ -14348,7 +14247,7 @@ bound to the current value of the filter.
14348;;;*** 14247;;;***
14349 14248
14350;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 14249;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
14351;;;;;; "ibuffer" "ibuffer.el" (17647 30728)) 14250;;;;;; "ibuffer" "ibuffer.el" (17651 7545))
14352;;; Generated autoloads from ibuffer.el 14251;;; Generated autoloads from ibuffer.el
14353 14252
14354(autoload (quote ibuffer-list-buffers) "ibuffer" "\ 14253(autoload (quote ibuffer-list-buffers) "ibuffer" "\
@@ -14389,7 +14288,7 @@ FORMATS is the value to use for `ibuffer-formats'.
14389 14288
14390;;;### (autoloads (icalendar-import-buffer icalendar-import-file 14289;;;### (autoloads (icalendar-import-buffer icalendar-import-file
14391;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 14290;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
14392;;;;;; "calendar/icalendar.el" (17403 27597)) 14291;;;;;; "calendar/icalendar.el" (17397 11613))
14393;;; Generated autoloads from calendar/icalendar.el 14292;;; Generated autoloads from calendar/icalendar.el
14394 14293
14395(autoload (quote icalendar-export-file) "icalendar" "\ 14294(autoload (quote icalendar-export-file) "icalendar" "\
@@ -14442,7 +14341,7 @@ buffer `*icalendar-errors*'.
14442;;;*** 14341;;;***
14443 14342
14444;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (17686 14343;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (17686
14445;;;;;; 46252)) 14344;;;;;; 53336))
14446;;; Generated autoloads from icomplete.el 14345;;; Generated autoloads from icomplete.el
14447 14346
14448(defvar icomplete-mode nil "\ 14347(defvar icomplete-mode nil "\
@@ -14462,7 +14361,7 @@ With a numeric argument, turn Icomplete mode on iff ARG is positive.
14462 14361
14463;;;*** 14362;;;***
14464 14363
14465;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (17394 12938)) 14364;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (17388 57145))
14466;;; Generated autoloads from progmodes/icon.el 14365;;; Generated autoloads from progmodes/icon.el
14467 14366
14468(autoload (quote icon-mode) "icon" "\ 14367(autoload (quote icon-mode) "icon" "\
@@ -14503,7 +14402,7 @@ with no args, if that value is non-nil.
14503;;;*** 14402;;;***
14504 14403
14505;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 14404;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
14506;;;;;; (17601 9092)) 14405;;;;;; (17596 1404))
14507;;; Generated autoloads from progmodes/idlw-shell.el 14406;;; Generated autoloads from progmodes/idlw-shell.el
14508 14407
14509(autoload (quote idlwave-shell) "idlw-shell" "\ 14408(autoload (quote idlwave-shell) "idlw-shell" "\
@@ -14529,7 +14428,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
14529;;;*** 14428;;;***
14530 14429
14531;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 14430;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
14532;;;;;; (17670 58701)) 14431;;;;;; (17742 38481))
14533;;; Generated autoloads from progmodes/idlwave.el 14432;;; Generated autoloads from progmodes/idlwave.el
14534 14433
14535(autoload (quote idlwave-mode) "idlwave" "\ 14434(autoload (quote idlwave-mode) "idlwave" "\
@@ -14664,8 +14563,8 @@ The main features of this mode are
14664;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 14563;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14665;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 14564;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14666;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 14565;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
14667;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (17717 14566;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (17746
14668;;;;;; 4883)) 14567;;;;;; 11735))
14669;;; Generated autoloads from ido.el 14568;;; Generated autoloads from ido.el
14670 14569
14671(defvar ido-mode nil "\ 14570(defvar ido-mode nil "\
@@ -14877,7 +14776,7 @@ For details of keybindings, do `\\[describe-function] ido-find-file'.
14877\(fn)" t nil) 14776\(fn)" t nil)
14878 14777
14879(autoload (quote ido-dired) "ido" "\ 14778(autoload (quote ido-dired) "ido" "\
14880Call dired the ido way. 14779Call `dired' the ido way.
14881The directory is selected interactively by typing a substring. 14780The directory is selected interactively by typing a substring.
14882For details of keybindings, do `\\[describe-function] ido-find-file'. 14781For details of keybindings, do `\\[describe-function] ido-find-file'.
14883 14782
@@ -14926,7 +14825,7 @@ DEF, if non-nil, is the default value.
14926 14825
14927;;;*** 14826;;;***
14928 14827
14929;;;### (autoloads (ielm) "ielm" "ielm.el" (17385 8485)) 14828;;;### (autoloads (ielm) "ielm" "ielm.el" (17383 40505))
14930;;; Generated autoloads from ielm.el 14829;;; Generated autoloads from ielm.el
14931 (add-hook 'same-window-buffer-names "*ielm*") 14830 (add-hook 'same-window-buffer-names "*ielm*")
14932 14831
@@ -14939,7 +14838,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
14939;;;*** 14838;;;***
14940 14839
14941;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" 14840;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el"
14942;;;;;; (17385 8485)) 14841;;;;;; (17383 40506))
14943;;; Generated autoloads from iimage.el 14842;;; Generated autoloads from iimage.el
14944 14843
14945(autoload (quote turn-on-iimage-mode) "iimage" "\ 14844(autoload (quote turn-on-iimage-mode) "iimage" "\
@@ -14958,7 +14857,7 @@ Toggle inline image minor mode.
14958;;;;;; insert-image put-image create-image image-type-available-p 14857;;;;;; insert-image put-image create-image image-type-available-p
14959;;;;;; image-type image-type-from-file-name image-type-from-file-header 14858;;;;;; image-type image-type-from-file-name image-type-from-file-header
14960;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" 14859;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el"
14961;;;;;; (17485 5460)) 14860;;;;;; (17482 12297))
14962;;; Generated autoloads from image.el 14861;;; Generated autoloads from image.el
14963 14862
14964(autoload (quote image-type-from-data) "image" "\ 14863(autoload (quote image-type-from-data) "image" "\
@@ -15120,7 +15019,7 @@ Example:
15120 15019
15121;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 15020;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
15122;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 15021;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
15123;;;;;; "image-file.el" (17385 8485)) 15022;;;;;; "image-file.el" (17383 40506))
15124;;; Generated autoloads from image-file.el 15023;;; Generated autoloads from image-file.el
15125 15024
15126(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ 15025(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\
@@ -15133,7 +15032,7 @@ setting this variable directly does not take effect unless
15133`auto-image-file-mode' is re-enabled; this happens automatically when 15032`auto-image-file-mode' is re-enabled; this happens automatically when
15134the variable is set using \\[customize].") 15033the variable is set using \\[customize].")
15135 15034
15136(custom-autoload (quote image-file-name-extensions) "image-file") 15035(custom-autoload (quote image-file-name-extensions) "image-file" nil)
15137 15036
15138(defvar image-file-name-regexps nil "\ 15037(defvar image-file-name-regexps nil "\
15139*List of regexps matching image-file filenames. 15038*List of regexps matching image-file filenames.
@@ -15145,7 +15044,7 @@ enabled, setting this variable directly does not take effect unless
15145`auto-image-file-mode' is re-enabled; this happens automatically when 15044`auto-image-file-mode' is re-enabled; this happens automatically when
15146the variable is set using \\[customize].") 15045the variable is set using \\[customize].")
15147 15046
15148(custom-autoload (quote image-file-name-regexps) "image-file") 15047(custom-autoload (quote image-file-name-regexps) "image-file" nil)
15149 15048
15150(autoload (quote image-file-name-regexp) "image-file" "\ 15049(autoload (quote image-file-name-regexp) "image-file" "\
15151Return a regular expression matching image-file filenames. 15050Return a regular expression matching image-file filenames.
@@ -15163,11 +15062,10 @@ the command `insert-file-contents'.
15163Non-nil if Auto-Image-File mode is enabled. 15062Non-nil if Auto-Image-File mode is enabled.
15164See the command `auto-image-file-mode' for a description of this minor-mode. 15063See the command `auto-image-file-mode' for a description of this minor-mode.
15165Setting this variable directly does not take effect; 15064Setting this variable directly does not take effect;
15166use either \\[customize] or the function `auto-image-file-mode'.") 15065either customize it (see the info node `Easy Customization')
15167 15066or call the function `auto-image-file-mode'.")
15168(custom-autoload (quote auto-image-file-mode) "image-file")
15169 15067
15170(put (quote auto-image-file-mode) (quote custom-set) (quote custom-set-minor-mode)) 15068(custom-autoload (quote auto-image-file-mode) "image-file" nil)
15171 15069
15172(autoload (quote auto-image-file-mode) "image-file" "\ 15070(autoload (quote auto-image-file-mode) "image-file" "\
15173Toggle visiting of image files as images. 15071Toggle visiting of image files as images.
@@ -15183,7 +15081,7 @@ Image files are those whose name has an extension in
15183;;;*** 15081;;;***
15184 15082
15185;;;### (autoloads (image-mode-maybe image-minor-mode image-mode) 15083;;;### (autoloads (image-mode-maybe image-minor-mode image-mode)
15186;;;;;; "image-mode" "image-mode.el" (17656 37701)) 15084;;;;;; "image-mode" "image-mode.el" (17652 40095))
15187;;; Generated autoloads from image-mode.el 15085;;; Generated autoloads from image-mode.el
15188 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) 15086 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist)
15189 (push '("\\.png\\'" . image-mode) auto-mode-alist) 15087 (push '("\\.png\\'" . image-mode) auto-mode-alist)
@@ -15221,7 +15119,7 @@ information on these modes.
15221;;;*** 15119;;;***
15222 15120
15223;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 15121;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
15224;;;;;; imenu-sort-function) "imenu" "imenu.el" (17656 38154)) 15122;;;;;; imenu-sort-function) "imenu" "imenu.el" (17656 34193))
15225;;; Generated autoloads from imenu.el 15123;;; Generated autoloads from imenu.el
15226 15124
15227(defvar imenu-sort-function nil "\ 15125(defvar imenu-sort-function nil "\
@@ -15336,7 +15234,7 @@ for more information.
15336 15234
15337;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion 15235;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion
15338;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 15236;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
15339;;;;;; "ind-util" "language/ind-util.el" (17340 11482)) 15237;;;;;; "ind-util" "language/ind-util.el" (17345 11257))
15340;;; Generated autoloads from language/ind-util.el 15238;;; Generated autoloads from language/ind-util.el
15341 15239
15342(autoload (quote indian-compose-region) "ind-util" "\ 15240(autoload (quote indian-compose-region) "ind-util" "\
@@ -15379,7 +15277,7 @@ See also the function `indian-glyph-char'.
15379 15277
15380;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command 15278;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
15381;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" 15279;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
15382;;;;;; "progmodes/inf-lisp.el" (17536 30816)) 15280;;;;;; "progmodes/inf-lisp.el" (17536 43474))
15383;;; Generated autoloads from progmodes/inf-lisp.el 15281;;; Generated autoloads from progmodes/inf-lisp.el
15384 15282
15385(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ 15283(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\
@@ -15388,12 +15286,12 @@ Input matching this regexp is not saved on the input history in Inferior Lisp
15388mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword 15286mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword
15389\(as in :a, :c, etc.)") 15287\(as in :a, :c, etc.)")
15390 15288
15391(custom-autoload (quote inferior-lisp-filter-regexp) "inf-lisp") 15289(custom-autoload (quote inferior-lisp-filter-regexp) "inf-lisp" t)
15392 15290
15393(defvar inferior-lisp-program "lisp" "\ 15291(defvar inferior-lisp-program "lisp" "\
15394*Program name for invoking an inferior Lisp in Inferior Lisp mode.") 15292*Program name for invoking an inferior Lisp in Inferior Lisp mode.")
15395 15293
15396(custom-autoload (quote inferior-lisp-program) "inf-lisp") 15294(custom-autoload (quote inferior-lisp-program) "inf-lisp" t)
15397 15295
15398(defvar inferior-lisp-load-command "(load \"%s\")\n" "\ 15296(defvar inferior-lisp-load-command "(load \"%s\")\n" "\
15399*Format-string for building a Lisp expression to load a file. 15297*Format-string for building a Lisp expression to load a file.
@@ -15404,7 +15302,7 @@ The string \"(progn (load \\\"%s\\\" :verbose nil :print t) (values))\\n\"
15404produces cosmetically superior output for this application, 15302produces cosmetically superior output for this application,
15405but it works only in Common Lisp.") 15303but it works only in Common Lisp.")
15406 15304
15407(custom-autoload (quote inferior-lisp-load-command) "inf-lisp") 15305(custom-autoload (quote inferior-lisp-load-command) "inf-lisp" t)
15408 15306
15409(defvar inferior-lisp-prompt "^[^> \n]*>+:? *" "\ 15307(defvar inferior-lisp-prompt "^[^> \n]*>+:? *" "\
15410Regexp to recognize prompts in the Inferior Lisp mode. 15308Regexp to recognize prompts in the Inferior Lisp mode.
@@ -15422,7 +15320,7 @@ kcl: \"^>+ *\"
15422 15320
15423This is a fine thing to set in your .emacs file or through Custom.") 15321This is a fine thing to set in your .emacs file or through Custom.")
15424 15322
15425(custom-autoload (quote inferior-lisp-prompt) "inf-lisp") 15323(custom-autoload (quote inferior-lisp-prompt) "inf-lisp" t)
15426 15324
15427(defvar inferior-lisp-mode-hook (quote nil) "\ 15325(defvar inferior-lisp-mode-hook (quote nil) "\
15428*Hook for customising Inferior Lisp mode.") 15326*Hook for customising Inferior Lisp mode.")
@@ -15446,7 +15344,7 @@ of `inferior-lisp-program'). Runs the hooks from
15446;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 15344;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
15447;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index 15345;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index
15448;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual 15346;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual
15449;;;;;; info info-other-window) "info" "info.el" (17664 34046)) 15347;;;;;; info info-other-window) "info" "info.el" (17665 54360))
15450;;; Generated autoloads from info.el 15348;;; Generated autoloads from info.el
15451 15349
15452(autoload (quote info-other-window) "info" "\ 15350(autoload (quote info-other-window) "info" "\
@@ -15612,7 +15510,7 @@ This will add a speedbar major display mode.
15612 15510
15613;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 15511;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
15614;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 15512;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
15615;;;;;; (17712 850)) 15513;;;;;; (17741 56284))
15616;;; Generated autoloads from info-look.el 15514;;; Generated autoloads from info-look.el
15617 15515
15618(autoload (quote info-lookup-reset) "info-look" "\ 15516(autoload (quote info-lookup-reset) "info-look" "\
@@ -15626,10 +15524,10 @@ system.
15626 15524
15627(autoload (quote info-lookup-symbol) "info-look" "\ 15525(autoload (quote info-lookup-symbol) "info-look" "\
15628Display the definition of SYMBOL, as found in the relevant manual. 15526Display the definition of SYMBOL, as found in the relevant manual.
15629When this command is called interactively, it reads SYMBOL from the minibuffer. 15527When this command is called interactively, it reads SYMBOL from the
15630In the minibuffer, use M-n to yank the default argument value 15528minibuffer. In the minibuffer, use M-n to yank the default argument
15631into the minibuffer so you can edit it. 15529value into the minibuffer so you can edit it. The default symbol is the
15632The default symbol is the one found at point. 15530one found at point.
15633 15531
15634With prefix arg a query for the symbol help mode is offered. 15532With prefix arg a query for the symbol help mode is offered.
15635 15533
@@ -15660,7 +15558,7 @@ Perform completion on file preceding point.
15660;;;*** 15558;;;***
15661 15559
15662;;;### (autoloads (info-xref-check-all-custom info-xref-check-all 15560;;;### (autoloads (info-xref-check-all-custom info-xref-check-all
15663;;;;;; info-xref-check) "info-xref" "info-xref.el" (17520 49736)) 15561;;;;;; info-xref-check) "info-xref" "info-xref.el" (17520 20913))
15664;;; Generated autoloads from info-xref.el 15562;;; Generated autoloads from info-xref.el
15665 15563
15666(autoload (quote info-xref-check) "info-xref" "\ 15564(autoload (quote info-xref-check) "info-xref" "\
@@ -15687,7 +15585,7 @@ quite a while.
15687;;;*** 15585;;;***
15688 15586
15689;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) 15587;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)
15690;;;;;; "informat" "informat.el" (17385 8485)) 15588;;;;;; "informat" "informat.el" (17383 40507))
15691;;; Generated autoloads from informat.el 15589;;; Generated autoloads from informat.el
15692 15590
15693(autoload (quote Info-tagify) "informat" "\ 15591(autoload (quote Info-tagify) "informat" "\
@@ -15728,7 +15626,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
15728 15626
15729;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 15627;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
15730;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 15628;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
15731;;;;;; (17120 44797)) 15629;;;;;; (17131 28643))
15732;;; Generated autoloads from international/isearch-x.el 15630;;; Generated autoloads from international/isearch-x.el
15733 15631
15734(autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ 15632(autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\
@@ -15748,8 +15646,8 @@ Not documented
15748 15646
15749;;;*** 15647;;;***
15750 15648
15751;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (17385 15649;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (17383
15752;;;;;; 8485)) 15650;;;;;; 40508))
15753;;; Generated autoloads from isearchb.el 15651;;; Generated autoloads from isearchb.el
15754 15652
15755(autoload (quote isearchb-activate) "isearchb" "\ 15653(autoload (quote isearchb-activate) "isearchb" "\
@@ -15762,41 +15660,10 @@ accessed via isearchb.
15762 15660
15763;;;*** 15661;;;***
15764 15662
15765;;;### (autoloads (iso-accents-mode) "iso-acc" "obsolete/iso-acc.el"
15766;;;;;; (17385 8495))
15767;;; Generated autoloads from obsolete/iso-acc.el
15768
15769(autoload (quote iso-accents-mode) "iso-acc" "\
15770Toggle ISO Accents mode, in which accents modify the following letter.
15771This permits easy insertion of accented characters according to ISO-8859-1.
15772When Iso-accents mode is enabled, accent character keys
15773\(`, ', \", ^, / and ~) do not self-insert; instead, they modify the following
15774letter key so that it inserts an ISO accented letter.
15775
15776You can customize ISO Accents mode to a particular language
15777with the command `iso-accents-customize'.
15778
15779Special combinations: ~c gives a c with cedilla,
15780~d gives an Icelandic eth (d with dash).
15781~t gives an Icelandic thorn.
15782\"s gives German sharp s.
15783/a gives a with ring.
15784/e gives an a-e ligature.
15785~< and ~> give guillemots.
15786~! gives an inverted exclamation mark.
15787~? gives an inverted question mark.
15788
15789With an argument, a positive argument enables ISO Accents mode,
15790and a negative argument disables it.
15791
15792\(fn &optional ARG)" t nil)
15793
15794;;;***
15795
15796;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 15663;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
15797;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 15664;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
15798;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 15665;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
15799;;;;;; "international/iso-cvt.el" (17102 18714)) 15666;;;;;; "international/iso-cvt.el" (17113 1815))
15800;;; Generated autoloads from international/iso-cvt.el 15667;;; Generated autoloads from international/iso-cvt.el
15801 15668
15802(autoload (quote iso-spanish) "iso-cvt" "\ 15669(autoload (quote iso-spanish) "iso-cvt" "\
@@ -15880,7 +15747,7 @@ Add submenus to the File menu, to convert to and from various formats.
15880;;;*** 15747;;;***
15881 15748
15882;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 15749;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
15883;;;;;; (17102 18715)) 15750;;;;;; (17113 1816))
15884;;; Generated autoloads from international/iso-transl.el 15751;;; Generated autoloads from international/iso-transl.el
15885 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 15752 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
15886 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 15753 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -15893,7 +15760,7 @@ Add submenus to the File menu, to convert to and from various formats.
15893;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 15760;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
15894;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist 15761;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist
15895;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" 15762;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
15896;;;;;; (17685 33972)) 15763;;;;;; (17742 39985))
15897;;; Generated autoloads from textmodes/ispell.el 15764;;; Generated autoloads from textmodes/ispell.el
15898(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 15765(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
15899 15766
@@ -15911,7 +15778,7 @@ These can override the values in `ispell-dictionary-alist'.
15911 15778
15912To make permanent changes to your dictionary definitions, you 15779To make permanent changes to your dictionary definitions, you
15913will need to make your changes in this variable, save, and then 15780will need to make your changes in this variable, save, and then
15914re-start emacs.") 15781re-start Emacs.")
15915 15782
15916(custom-autoload (quote ispell-local-dictionary-alist) "ispell" t) 15783(custom-autoload (quote ispell-local-dictionary-alist) "ispell" t)
15917 15784
@@ -16078,7 +15945,7 @@ SPC: Accept word this time.
16078`m': Place typed-in value in personal dictionary, then recheck current word. 15945`m': Place typed-in value in personal dictionary, then recheck current word.
16079`C-l': redraws screen 15946`C-l': redraws screen
16080`C-r': recursive edit 15947`C-r': recursive edit
16081`C-z': suspend emacs or iconify frame 15948`C-z': suspend Emacs or iconify frame
16082 15949
16083\(fn)" nil nil) 15950\(fn)" nil nil)
16084 15951
@@ -16181,19 +16048,18 @@ You can bind this to the key C-c i in GNUS or mail by adding to
16181 16048
16182;;;*** 16049;;;***
16183 16050
16184;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (17440 16051;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (17435
16185;;;;;; 13082)) 16052;;;;;; 13995))
16186;;; Generated autoloads from iswitchb.el 16053;;; Generated autoloads from iswitchb.el
16187 16054
16188(defvar iswitchb-mode nil "\ 16055(defvar iswitchb-mode nil "\
16189Non-nil if Iswitchb mode is enabled. 16056Non-nil if Iswitchb mode is enabled.
16190See the command `iswitchb-mode' for a description of this minor-mode. 16057See the command `iswitchb-mode' for a description of this minor-mode.
16191Setting this variable directly does not take effect; 16058Setting this variable directly does not take effect;
16192use either \\[customize] or the function `iswitchb-mode'.") 16059either customize it (see the info node `Easy Customization')
16193 16060or call the function `iswitchb-mode'.")
16194(custom-autoload (quote iswitchb-mode) "iswitchb")
16195 16061
16196(put (quote iswitchb-mode) (quote custom-set) (quote custom-set-minor-mode)) 16062(custom-autoload (quote iswitchb-mode) "iswitchb" nil)
16197 16063
16198(autoload (quote iswitchb-mode) "iswitchb" "\ 16064(autoload (quote iswitchb-mode) "iswitchb" "\
16199Toggle Iswitchb global minor mode. 16065Toggle Iswitchb global minor mode.
@@ -16208,7 +16074,7 @@ This mode enables switching between buffers using substrings. See
16208;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 16074;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
16209;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 16075;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
16210;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 16076;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
16211;;;;;; "japan-util" "language/japan-util.el" (17102 18773)) 16077;;;;;; "japan-util" "language/japan-util.el" (17113 1828))
16212;;; Generated autoloads from language/japan-util.el 16078;;; Generated autoloads from language/japan-util.el
16213 16079
16214(autoload (quote setup-japanese-environment-internal) "japan-util" "\ 16080(autoload (quote setup-japanese-environment-internal) "japan-util" "\
@@ -16286,7 +16152,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16286;;;*** 16152;;;***
16287 16153
16288;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 16154;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
16289;;;;;; "jka-compr.el" (17411 10839)) 16155;;;;;; "jka-compr.el" (17412 54164))
16290;;; Generated autoloads from jka-compr.el 16156;;; Generated autoloads from jka-compr.el
16291 16157
16292(defvar jka-compr-inhibit nil "\ 16158(defvar jka-compr-inhibit nil "\
@@ -16311,7 +16177,7 @@ by `jka-compr-installed'.
16311 16177
16312;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 16178;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
16313;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 16179;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
16314;;;;;; (17385 8491)) 16180;;;;;; (17383 40547))
16315;;; Generated autoloads from emulation/keypad.el 16181;;; Generated autoloads from emulation/keypad.el
16316 16182
16317(defvar keypad-setup nil "\ 16183(defvar keypad-setup nil "\
@@ -16319,28 +16185,28 @@ Specifies the keypad setup for unshifted keypad keys when NumLock is off.
16319When selecting the plain numeric keypad setup, the character returned by the 16185When selecting the plain numeric keypad setup, the character returned by the
16320decimal key must be specified.") 16186decimal key must be specified.")
16321 16187
16322(custom-autoload (quote keypad-setup) "keypad") 16188(custom-autoload (quote keypad-setup) "keypad" nil)
16323 16189
16324(defvar keypad-numlock-setup nil "\ 16190(defvar keypad-numlock-setup nil "\
16325Specifies the keypad setup for unshifted keypad keys when NumLock is on. 16191Specifies the keypad setup for unshifted keypad keys when NumLock is on.
16326When selecting the plain numeric keypad setup, the character returned by the 16192When selecting the plain numeric keypad setup, the character returned by the
16327decimal key must be specified.") 16193decimal key must be specified.")
16328 16194
16329(custom-autoload (quote keypad-numlock-setup) "keypad") 16195(custom-autoload (quote keypad-numlock-setup) "keypad" nil)
16330 16196
16331(defvar keypad-shifted-setup nil "\ 16197(defvar keypad-shifted-setup nil "\
16332Specifies the keypad setup for shifted keypad keys when NumLock is off. 16198Specifies the keypad setup for shifted keypad keys when NumLock is off.
16333When selecting the plain numeric keypad setup, the character returned by the 16199When selecting the plain numeric keypad setup, the character returned by the
16334decimal key must be specified.") 16200decimal key must be specified.")
16335 16201
16336(custom-autoload (quote keypad-shifted-setup) "keypad") 16202(custom-autoload (quote keypad-shifted-setup) "keypad" nil)
16337 16203
16338(defvar keypad-numlock-shifted-setup nil "\ 16204(defvar keypad-numlock-shifted-setup nil "\
16339Specifies the keypad setup for shifted keypad keys when NumLock is off. 16205Specifies the keypad setup for shifted keypad keys when NumLock is off.
16340When selecting the plain numeric keypad setup, the character returned by the 16206When selecting the plain numeric keypad setup, the character returned by the
16341decimal key must be specified.") 16207decimal key must be specified.")
16342 16208
16343(custom-autoload (quote keypad-numlock-shifted-setup) "keypad") 16209(custom-autoload (quote keypad-numlock-shifted-setup) "keypad" nil)
16344 16210
16345(autoload (quote keypad-setup) "keypad" "\ 16211(autoload (quote keypad-setup) "keypad" "\
16346Set keypad bindings in function-key-map according to SETUP. 16212Set keypad bindings in function-key-map according to SETUP.
@@ -16367,7 +16233,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'
16367;;;*** 16233;;;***
16368 16234
16369;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 16235;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
16370;;;;;; (17304 45460)) 16236;;;;;; (17301 31792))
16371;;; Generated autoloads from international/kinsoku.el 16237;;; Generated autoloads from international/kinsoku.el
16372 16238
16373(autoload (quote kinsoku) "kinsoku" "\ 16239(autoload (quote kinsoku) "kinsoku" "\
@@ -16389,7 +16255,7 @@ the context of text formatting.
16389;;;*** 16255;;;***
16390 16256
16391;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (17721 16257;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (17721
16392;;;;;; 20491)) 16258;;;;;; 3805))
16393;;; Generated autoloads from international/kkc.el 16259;;; Generated autoloads from international/kkc.el
16394 16260
16395(defvar kkc-after-update-conversion-functions nil "\ 16261(defvar kkc-after-update-conversion-functions nil "\
@@ -16414,7 +16280,7 @@ and the return value is the length of the conversion.
16414;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 16280;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
16415;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 16281;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16416;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" 16282;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro"
16417;;;;;; "kmacro.el" (17651 3608)) 16283;;;;;; "kmacro.el" (17647 30168))
16418;;; Generated autoloads from kmacro.el 16284;;; Generated autoloads from kmacro.el
16419 (global-set-key "\C-x(" 'kmacro-start-macro) 16285 (global-set-key "\C-x(" 'kmacro-start-macro)
16420 (global-set-key "\C-x)" 'kmacro-end-macro) 16286 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -16521,7 +16387,7 @@ If kbd macro currently being defined end it before activating it.
16521 16387
16522;;;### (autoloads (kannada-post-read-conversion kannada-compose-string 16388;;;### (autoloads (kannada-post-read-conversion kannada-compose-string
16523;;;;;; kannada-compose-region) "knd-util" "language/knd-util.el" 16389;;;;;; kannada-compose-region) "knd-util" "language/knd-util.el"
16524;;;;;; (17102 18774)) 16390;;;;;; (17113 1829))
16525;;; Generated autoloads from language/knd-util.el 16391;;; Generated autoloads from language/knd-util.el
16526 16392
16527(defconst kannada-consonant "[\x51f75-\x51fb9]") 16393(defconst kannada-consonant "[\x51f75-\x51fb9]")
@@ -16544,7 +16410,7 @@ Not documented
16544;;;*** 16410;;;***
16545 16411
16546;;;### (autoloads (setup-korean-environment-internal) "korea-util" 16412;;;### (autoloads (setup-korean-environment-internal) "korea-util"
16547;;;;;; "language/korea-util.el" (17102 18775)) 16413;;;;;; "language/korea-util.el" (17113 1829))
16548;;; Generated autoloads from language/korea-util.el 16414;;; Generated autoloads from language/korea-util.el
16549 16415
16550(defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ 16416(defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\
@@ -16559,7 +16425,7 @@ Not documented
16559;;;*** 16425;;;***
16560 16426
16561;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 16427;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
16562;;;;;; (17579 53341)) 16428;;;;;; (17580 16977))
16563;;; Generated autoloads from play/landmark.el 16429;;; Generated autoloads from play/landmark.el
16564 16430
16565(defalias (quote landmark-repeat) (quote lm-test-run)) 16431(defalias (quote landmark-repeat) (quote lm-test-run))
@@ -16593,8 +16459,8 @@ Use \\[describe-mode] for more info.
16593 16459
16594;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion 16460;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion
16595;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao 16461;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao
16596;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (17102 16462;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (17113
16597;;;;;; 18775)) 16463;;;;;; 1829))
16598;;; Generated autoloads from language/lao-util.el 16464;;; Generated autoloads from language/lao-util.el
16599 16465
16600(autoload (quote lao-compose-string) "lao-util" "\ 16466(autoload (quote lao-compose-string) "lao-util" "\
@@ -16643,7 +16509,7 @@ Not documented
16643 16509
16644;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 16510;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
16645;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 16511;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
16646;;;;;; "latexenc" "international/latexenc.el" (17664 20313)) 16512;;;;;; "latexenc" "international/latexenc.el" (17664 29029))
16647;;; Generated autoloads from international/latexenc.el 16513;;; Generated autoloads from international/latexenc.el
16648 16514
16649(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) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\ 16515(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) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\
@@ -16675,7 +16541,7 @@ coding system names is determined from `latex-inputenc-coding-alist'.
16675;;;*** 16541;;;***
16676 16542
16677;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 16543;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
16678;;;;;; "latin1-disp" "international/latin1-disp.el" (17102 18720)) 16544;;;;;; "latin1-disp" "international/latin1-disp.el" (17113 1818))
16679;;; Generated autoloads from international/latin1-disp.el 16545;;; Generated autoloads from international/latin1-disp.el
16680 16546
16681(defvar latin1-display nil "\ 16547(defvar latin1-display nil "\
@@ -16693,7 +16559,7 @@ charsets if you don't have a Unicode font with which to display them.
16693Setting this variable directly does not take effect; 16559Setting this variable directly does not take effect;
16694use either \\[customize] or the function `latin1-display'.") 16560use either \\[customize] or the function `latin1-display'.")
16695 16561
16696(custom-autoload (quote latin1-display) "latin1-disp") 16562(custom-autoload (quote latin1-display) "latin1-disp" nil)
16697 16563
16698(autoload (quote latin1-display) "latin1-disp" "\ 16564(autoload (quote latin1-display) "latin1-disp" "\
16699Set up Latin-1/ASCII display for the arguments character SETS. 16565Set up Latin-1/ASCII display for the arguments character SETS.
@@ -16714,80 +16580,12 @@ changed if the display can render Unicode characters.
16714Setting this variable directly does not take effect; 16580Setting this variable directly does not take effect;
16715use either \\[customize] or the function `latin1-display'.") 16581use either \\[customize] or the function `latin1-display'.")
16716 16582
16717(custom-autoload (quote latin1-display-ucs-per-lynx) "latin1-disp") 16583(custom-autoload (quote latin1-display-ucs-per-lynx) "latin1-disp" nil)
16718
16719;;;***
16720
16721;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock"
16722;;;;;; "obsolete/lazy-lock.el" (17385 8495))
16723;;; Generated autoloads from obsolete/lazy-lock.el
16724
16725(autoload (quote lazy-lock-mode) "lazy-lock" "\
16726Toggle Lazy Lock mode.
16727With arg, turn Lazy Lock mode on if and only if arg is positive. Enable it
16728automatically in your `~/.emacs' by:
16729
16730 (setq font-lock-support-mode 'lazy-lock-mode)
16731
16732For a newer font-lock support mode with similar functionality, see
16733`jit-lock-mode'. Eventually, Lazy Lock mode will be deprecated in
16734JIT Lock's favor.
16735
16736When Lazy Lock mode is enabled, fontification can be lazy in a number of ways:
16737
16738- Demand-driven buffer fontification if `lazy-lock-minimum-size' is non-nil.
16739 This means initial fontification does not occur if the buffer is greater than
16740 `lazy-lock-minimum-size' characters in length. Instead, fontification occurs
16741 when necessary, such as when scrolling through the buffer would otherwise
16742 reveal unfontified areas. This is useful if buffer fontification is too slow
16743 for large buffers.
16744
16745- Deferred scroll fontification if `lazy-lock-defer-on-scrolling' is non-nil.
16746 This means demand-driven fontification does not occur as you scroll.
16747 Instead, fontification is deferred until after `lazy-lock-defer-time' seconds
16748 of Emacs idle time, while Emacs remains idle. This is useful if
16749 fontification is too slow to keep up with scrolling.
16750
16751- Deferred on-the-fly fontification if `lazy-lock-defer-on-the-fly' is non-nil.
16752 This means on-the-fly fontification does not occur as you type. Instead,
16753 fontification is deferred until after `lazy-lock-defer-time' seconds of Emacs
16754 idle time, while Emacs remains idle. This is useful if fontification is too
16755 slow to keep up with your typing.
16756
16757- Deferred context fontification if `lazy-lock-defer-contextually' is non-nil.
16758 This means fontification updates the buffer corresponding to true syntactic
16759 context, after `lazy-lock-defer-time' seconds of Emacs idle time, while Emacs
16760 remains idle. Otherwise, fontification occurs on modified lines only, and
16761 subsequent lines can remain fontified corresponding to previous syntactic
16762 contexts. This is useful where strings or comments span lines.
16763
16764- Stealthy buffer fontification if `lazy-lock-stealth-time' is non-nil.
16765 This means remaining unfontified areas of buffers are fontified if Emacs has
16766 been idle for `lazy-lock-stealth-time' seconds, while Emacs remains idle.
16767 This is useful if any buffer has any deferred fontification.
16768
16769Basic Font Lock mode on-the-fly fontification behavior fontifies modified
16770lines only. Thus, if `lazy-lock-defer-contextually' is non-nil, Lazy Lock mode
16771on-the-fly fontification may fontify differently, albeit correctly. In any
16772event, to refontify some lines you can use \\[font-lock-fontify-block].
16773
16774Stealth fontification only occurs while the system remains unloaded.
16775If the system load rises above `lazy-lock-stealth-load' percent, stealth
16776fontification is suspended. Stealth fontification intensity is controlled via
16777the variable `lazy-lock-stealth-nice' and `lazy-lock-stealth-lines', and
16778verbosity is controlled via the variable `lazy-lock-stealth-verbose'.
16779
16780\(fn &optional ARG)" t nil)
16781
16782(autoload (quote turn-on-lazy-lock) "lazy-lock" "\
16783Unconditionally turn on Lazy Lock mode.
16784
16785\(fn)" nil nil)
16786 16584
16787;;;*** 16585;;;***
16788 16586
16789;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 16587;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
16790;;;;;; (17607 45513)) 16588;;;;;; (17606 37927))
16791;;; Generated autoloads from progmodes/ld-script.el 16589;;; Generated autoloads from progmodes/ld-script.el
16792 16590
16793(add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode))) 16591(add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode)))
@@ -16802,7 +16600,7 @@ A major mode to edit GNU ld script files
16802;;;*** 16600;;;***
16803 16601
16804;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 16602;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
16805;;;;;; (17385 8486)) 16603;;;;;; (17383 40509))
16806;;; Generated autoloads from ledit.el 16604;;; Generated autoloads from ledit.el
16807 16605
16808(defconst ledit-save-files t "\ 16606(defconst ledit-save-files t "\
@@ -16836,7 +16634,7 @@ Not documented
16836 16634
16837;;;*** 16635;;;***
16838 16636
16839;;;### (autoloads (life) "life" "play/life.el" (17674 51268)) 16637;;;### (autoloads (life) "life" "play/life.el" (17666 44372))
16840;;; Generated autoloads from play/life.el 16638;;; Generated autoloads from play/life.el
16841 16639
16842(autoload (quote life) "life" "\ 16640(autoload (quote life) "life" "\
@@ -16849,8 +16647,8 @@ generations (this defaults to 1).
16849 16647
16850;;;*** 16648;;;***
16851 16649
16852;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (17613 16650;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (17741
16853;;;;;; 21909)) 16651;;;;;; 9723))
16854;;; Generated autoloads from loadhist.el 16652;;; Generated autoloads from loadhist.el
16855 16653
16856(autoload (quote unload-feature) "loadhist" "\ 16654(autoload (quote unload-feature) "loadhist" "\
@@ -16873,7 +16671,7 @@ such as redefining an Emacs function.
16873;;;*** 16671;;;***
16874 16672
16875;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 16673;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
16876;;;;;; "locate" "locate.el" (17669 23128)) 16674;;;;;; "locate" "locate.el" (17666 44372))
16877;;; Generated autoloads from locate.el 16675;;; Generated autoloads from locate.el
16878 16676
16879(defvar locate-ls-subdir-switches "-al" "\ 16677(defvar locate-ls-subdir-switches "-al" "\
@@ -16920,7 +16718,7 @@ except that FILTER is not optional.
16920 16718
16921;;;*** 16719;;;***
16922 16720
16923;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (17495 43954)) 16721;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (17493 6877))
16924;;; Generated autoloads from log-edit.el 16722;;; Generated autoloads from log-edit.el
16925 16723
16926(autoload (quote log-edit) "log-edit" "\ 16724(autoload (quote log-edit) "log-edit" "\
@@ -16941,8 +16739,8 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
16941 16739
16942;;;*** 16740;;;***
16943 16741
16944;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (17587 16742;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (17493
16945;;;;;; 57939)) 16743;;;;;; 6878))
16946;;; Generated autoloads from log-view.el 16744;;; Generated autoloads from log-view.el
16947 16745
16948(autoload (quote log-view-mode) "log-view" "\ 16746(autoload (quote log-view-mode) "log-view" "\
@@ -16952,8 +16750,8 @@ Major mode for browsing CVS log output.
16952 16750
16953;;;*** 16751;;;***
16954 16752
16955;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (17709 16753;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (17710
16956;;;;;; 24917)) 16754;;;;;; 3074))
16957;;; Generated autoloads from longlines.el 16755;;; Generated autoloads from longlines.el
16958 16756
16959(autoload (quote longlines-mode) "longlines" "\ 16757(autoload (quote longlines-mode) "longlines" "\
@@ -16974,8 +16772,8 @@ are indicated with a symbol.
16974;;;*** 16772;;;***
16975 16773
16976;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 16774;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16977;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (17682 16775;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (17681
16978;;;;;; 43101)) 16776;;;;;; 41541))
16979;;; Generated autoloads from lpr.el 16777;;; Generated autoloads from lpr.el
16980 16778
16981(defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) 16779(defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt))))
@@ -17069,19 +16867,19 @@ for further customization of the printer command.
17069;;;*** 16867;;;***
17070 16868
17071;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 16869;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
17072;;;;;; (17385 8487)) 16870;;;;;; (17383 40511))
17073;;; Generated autoloads from ls-lisp.el 16871;;; Generated autoloads from ls-lisp.el
17074 16872
17075(defvar ls-lisp-support-shell-wildcards t "\ 16873(defvar ls-lisp-support-shell-wildcards t "\
17076*Non-nil means ls-lisp treats file patterns as shell wildcards. 16874*Non-nil means ls-lisp treats file patterns as shell wildcards.
17077Otherwise they are treated as Emacs regexps (for backward compatibility).") 16875Otherwise they are treated as Emacs regexps (for backward compatibility).")
17078 16876
17079(custom-autoload (quote ls-lisp-support-shell-wildcards) "ls-lisp") 16877(custom-autoload (quote ls-lisp-support-shell-wildcards) "ls-lisp" t)
17080 16878
17081;;;*** 16879;;;***
17082 16880
17083;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (17386 16881;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (17386
17084;;;;;; 33146)) 16882;;;;;; 21901))
17085;;; Generated autoloads from calendar/lunar.el 16883;;; Generated autoloads from calendar/lunar.el
17086 16884
17087(autoload (quote phases-of-moon) "lunar" "\ 16885(autoload (quote phases-of-moon) "lunar" "\
@@ -17094,8 +16892,8 @@ This function is suitable for execution in a .emacs file.
17094 16892
17095;;;*** 16893;;;***
17096 16894
17097;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (17394 16895;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (17388
17098;;;;;; 12938)) 16896;;;;;; 57147))
17099;;; Generated autoloads from progmodes/m4-mode.el 16897;;; Generated autoloads from progmodes/m4-mode.el
17100 16898
17101(autoload (quote m4-mode) "m4-mode" "\ 16899(autoload (quote m4-mode) "m4-mode" "\
@@ -17107,7 +16905,7 @@ A major mode to edit m4 macro files.
17107;;;*** 16905;;;***
17108 16906
17109;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" 16907;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
17110;;;;;; (17385 8490)) 16908;;;;;; (17383 40541))
17111;;; Generated autoloads from emacs-lisp/macroexp.el 16909;;; Generated autoloads from emacs-lisp/macroexp.el
17112 16910
17113(autoload (quote macroexpand-all) "macroexp" "\ 16911(autoload (quote macroexpand-all) "macroexp" "\
@@ -17121,7 +16919,7 @@ definitions to shadow the loaded ones for use in file byte-compilation.
17121;;;*** 16919;;;***
17122 16920
17123;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 16921;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
17124;;;;;; name-last-kbd-macro) "macros" "macros.el" (17385 8487)) 16922;;;;;; name-last-kbd-macro) "macros" "macros.el" (17383 40511))
17125;;; Generated autoloads from macros.el 16923;;; Generated autoloads from macros.el
17126 16924
17127(autoload (quote name-last-kbd-macro) "macros" "\ 16925(autoload (quote name-last-kbd-macro) "macros" "\
@@ -17210,7 +17008,7 @@ and then select the region of un-tablified names and use
17210;;;*** 17008;;;***
17211 17009
17212;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 17010;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
17213;;;;;; "mail/mail-extr.el" (17385 8494)) 17011;;;;;; "mail/mail-extr.el" (17383 40556))
17214;;; Generated autoloads from mail/mail-extr.el 17012;;; Generated autoloads from mail/mail-extr.el
17215 17013
17216(autoload (quote mail-extract-address-components) "mail-extr" "\ 17014(autoload (quote mail-extract-address-components) "mail-extr" "\
@@ -17242,7 +17040,7 @@ Convert mail domain DOMAIN to the country it corresponds to.
17242 17040
17243;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 17041;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
17244;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 17042;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
17245;;;;;; (17385 8494)) 17043;;;;;; (17383 40557))
17246;;; Generated autoloads from mail/mail-hist.el 17044;;; Generated autoloads from mail/mail-hist.el
17247 17045
17248(autoload (quote mail-hist-define-keys) "mail-hist" "\ 17046(autoload (quote mail-hist-define-keys) "mail-hist" "\
@@ -17258,7 +17056,7 @@ Not documented
17258(defvar mail-hist-keep-history t "\ 17056(defvar mail-hist-keep-history t "\
17259*Non-nil means keep a history for headers and text of outgoing mail.") 17057*Non-nil means keep a history for headers and text of outgoing mail.")
17260 17058
17261(custom-autoload (quote mail-hist-keep-history) "mail-hist") 17059(custom-autoload (quote mail-hist-keep-history) "mail-hist" t)
17262 17060
17263(autoload (quote mail-hist-put-headers-into-history) "mail-hist" "\ 17061(autoload (quote mail-hist-put-headers-into-history) "mail-hist" "\
17264Put headers and contents of this message into mail header history. 17062Put headers and contents of this message into mail header history.
@@ -17273,8 +17071,8 @@ This function normally would be called when the message is sent.
17273 17071
17274;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 17072;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
17275;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p 17073;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p
17276;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (17385 17074;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (17383
17277;;;;;; 8494)) 17075;;;;;; 40557))
17278;;; Generated autoloads from mail/mail-utils.el 17076;;; Generated autoloads from mail/mail-utils.el
17279 17077
17280(defvar mail-use-rfc822 nil "\ 17078(defvar mail-use-rfc822 nil "\
@@ -17282,7 +17080,7 @@ This function normally would be called when the message is sent.
17282Otherwise, (the default) use a smaller, somewhat faster, and 17080Otherwise, (the default) use a smaller, somewhat faster, and
17283often correct parser.") 17081often correct parser.")
17284 17082
17285(custom-autoload (quote mail-use-rfc822) "mail-utils") 17083(custom-autoload (quote mail-use-rfc822) "mail-utils" t)
17286 17084
17287(autoload (quote mail-file-babyl-p) "mail-utils" "\ 17085(autoload (quote mail-file-babyl-p) "mail-utils" "\
17288Not documented 17086Not documented
@@ -17326,7 +17124,7 @@ If 4th arg LIST is non-nil, return a list of all such fields.
17326;;;*** 17124;;;***
17327 17125
17328;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) 17126;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
17329;;;;;; "mailabbrev" "mail/mailabbrev.el" (17385 8494)) 17127;;;;;; "mailabbrev" "mail/mailabbrev.el" (17383 40557))
17330;;; Generated autoloads from mail/mailabbrev.el 17128;;; Generated autoloads from mail/mailabbrev.el
17331 17129
17332(autoload (quote mail-abbrevs-setup) "mailabbrev" "\ 17130(autoload (quote mail-abbrevs-setup) "mailabbrev" "\
@@ -17349,8 +17147,8 @@ If DEFINITION contains multiple addresses, separate them with commas.
17349;;;*** 17147;;;***
17350 17148
17351;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases 17149;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
17352;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (17385 17150;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (17383
17353;;;;;; 8494)) 17151;;;;;; 40557))
17354;;; Generated autoloads from mail/mailalias.el 17152;;; Generated autoloads from mail/mailalias.el
17355 17153
17356(defvar mail-complete-style (quote angles) "\ 17154(defvar mail-complete-style (quote angles) "\
@@ -17362,7 +17160,7 @@ If `parens', they look like:
17362If `angles', they look like: 17160If `angles', they look like:
17363 Elvis Parsley <king@grassland.com>") 17161 Elvis Parsley <king@grassland.com>")
17364 17162
17365(custom-autoload (quote mail-complete-style) "mailalias") 17163(custom-autoload (quote mail-complete-style) "mailalias" t)
17366 17164
17367(autoload (quote expand-mail-aliases) "mailalias" "\ 17165(autoload (quote expand-mail-aliases) "mailalias" "\
17368Expand all mail aliases in suitable header fields found between BEG and END. 17166Expand all mail aliases in suitable header fields found between BEG and END.
@@ -17396,7 +17194,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any.
17396;;;*** 17194;;;***
17397 17195
17398;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 17196;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
17399;;;;;; (17385 8494)) 17197;;;;;; (17383 40557))
17400;;; Generated autoloads from mail/mailclient.el 17198;;; Generated autoloads from mail/mailclient.el
17401 17199
17402(autoload (quote mailclient-send-it) "mailclient" "\ 17200(autoload (quote mailclient-send-it) "mailclient" "\
@@ -17410,7 +17208,7 @@ The mail client is taken to be the handler of mailto URLs.
17410 17208
17411;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 17209;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
17412;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 17210;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
17413;;;;;; "make-mode" "progmodes/make-mode.el" (17692 12587)) 17211;;;;;; "make-mode" "progmodes/make-mode.el" (17693 43099))
17414;;; Generated autoloads from progmodes/make-mode.el 17212;;; Generated autoloads from progmodes/make-mode.el
17415 17213
17416(autoload (quote makefile-mode) "make-mode" "\ 17214(autoload (quote makefile-mode) "make-mode" "\
@@ -17527,8 +17325,8 @@ An adapted `makefile-mode' that knows about imake.
17527 17325
17528;;;*** 17326;;;***
17529 17327
17530;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (17385 17328;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (17383
17531;;;;;; 8487)) 17329;;;;;; 40511))
17532;;; Generated autoloads from makesum.el 17330;;; Generated autoloads from makesum.el
17533 17331
17534(autoload (quote make-command-summary) "makesum" "\ 17332(autoload (quote make-command-summary) "makesum" "\
@@ -17539,7 +17337,7 @@ Previous contents of that buffer are killed first.
17539 17337
17540;;;*** 17338;;;***
17541 17339
17542;;;### (autoloads (man-follow man) "man" "man.el" (17661 57057)) 17340;;;### (autoloads (man-follow man) "man" "man.el" (17658 46726))
17543;;; Generated autoloads from man.el 17341;;; Generated autoloads from man.el
17544 17342
17545(defalias (quote manual-entry) (quote man)) 17343(defalias (quote manual-entry) (quote man))
@@ -17566,7 +17364,7 @@ Get a Un*x manual page of the item under point and put it in a buffer.
17566 17364
17567;;;*** 17365;;;***
17568 17366
17569;;;### (autoloads (master-mode) "master" "master.el" (17148 25016)) 17367;;;### (autoloads (master-mode) "master" "master.el" (17149 56126))
17570;;; Generated autoloads from master.el 17368;;; Generated autoloads from master.el
17571 17369
17572(autoload (quote master-mode) "master" "\ 17370(autoload (quote master-mode) "master" "\
@@ -17588,8 +17386,8 @@ yourself the value of `master-of' by calling `master-show-slave'.
17588 17386
17589;;;*** 17387;;;***
17590 17388
17591;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17681 17389;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17742
17592;;;;;; 20649)) 17390;;;;;; 29758))
17593;;; Generated autoloads from menu-bar.el 17391;;; Generated autoloads from menu-bar.el
17594 17392
17595(put (quote menu-bar-mode) (quote standard-value) (quote (t))) 17393(put (quote menu-bar-mode) (quote standard-value) (quote (t)))
@@ -17624,7 +17422,7 @@ turn on menu bars; otherwise, turn off menu bars.
17624;;;;;; message-cite-function message-yank-prefix message-citation-line-function 17422;;;;;; message-cite-function message-yank-prefix message-citation-line-function
17625;;;;;; message-send-mail-function message-user-organization-file 17423;;;;;; message-send-mail-function message-user-organization-file
17626;;;;;; message-signature-separator message-from-style) "message" 17424;;;;;; message-signature-separator message-from-style) "message"
17627;;;;;; "gnus/message.el" (17726 28398)) 17425;;;;;; "gnus/message.el" (17726 26879))
17628;;; Generated autoloads from gnus/message.el 17426;;; Generated autoloads from gnus/message.el
17629 17427
17630(defvar message-from-style (quote default) "\ 17428(defvar message-from-style (quote default) "\
@@ -17878,7 +17676,7 @@ which specify the range to operate on.
17878;;;*** 17676;;;***
17879 17677
17880;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 17678;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
17881;;;;;; (17394 12938)) 17679;;;;;; (17388 57147))
17882;;; Generated autoloads from progmodes/meta-mode.el 17680;;; Generated autoloads from progmodes/meta-mode.el
17883 17681
17884(autoload (quote metafont-mode) "meta-mode" "\ 17682(autoload (quote metafont-mode) "meta-mode" "\
@@ -17905,7 +17703,7 @@ Turning on MetaPost mode calls the value of the variable
17905 17703
17906;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 17704;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
17907;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 17705;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
17908;;;;;; (17385 8494)) 17706;;;;;; (17383 40558))
17909;;; Generated autoloads from mail/metamail.el 17707;;; Generated autoloads from mail/metamail.el
17910 17708
17911(autoload (quote metamail-interpret-header) "metamail" "\ 17709(autoload (quote metamail-interpret-header) "metamail" "\
@@ -17950,7 +17748,7 @@ redisplayed as output is inserted.
17950 17748
17951;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 17749;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
17952;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 17750;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
17953;;;;;; "mh-e/mh-comp.el" (17689 24335)) 17751;;;;;; "mh-e/mh-comp.el" (17689 39398))
17954;;; Generated autoloads from mh-e/mh-comp.el 17752;;; Generated autoloads from mh-e/mh-comp.el
17955 17753
17956(autoload (quote mh-smail) "mh-comp" "\ 17754(autoload (quote mh-smail) "mh-comp" "\
@@ -18037,7 +17835,7 @@ delete the draft message.
18037 17835
18038;;;*** 17836;;;***
18039 17837
18040;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (17578 42698)) 17838;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (17578 48556))
18041;;; Generated autoloads from mh-e/mh-e.el 17839;;; Generated autoloads from mh-e/mh-e.el
18042 17840
18043(put (quote mh-progs) (quote risky-local-variable) t) 17841(put (quote mh-progs) (quote risky-local-variable) t)
@@ -18054,7 +17852,7 @@ Display version information about MH-E and the MH mail handling system.
18054;;;*** 17852;;;***
18055 17853
18056;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 17854;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
18057;;;;;; "mh-e/mh-folder.el" (17485 5461)) 17855;;;;;; "mh-e/mh-folder.el" (17481 10284))
18058;;; Generated autoloads from mh-e/mh-folder.el 17856;;; Generated autoloads from mh-e/mh-folder.el
18059 17857
18060(autoload (quote mh-rmail) "mh-folder" "\ 17858(autoload (quote mh-rmail) "mh-folder" "\
@@ -18136,7 +17934,7 @@ perform the operation on all messages in that region.
18136;;;*** 17934;;;***
18137 17935
18138;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 17936;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
18139;;;;;; "midnight.el" (17727 28649)) 17937;;;;;; "midnight.el" (17727 45583))
18140;;; Generated autoloads from midnight.el 17938;;; Generated autoloads from midnight.el
18141 17939
18142(autoload (quote clean-buffer-list) "midnight" "\ 17940(autoload (quote clean-buffer-list) "midnight" "\
@@ -18163,18 +17961,17 @@ to its second argument TM.
18163;;;*** 17961;;;***
18164 17962
18165;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 17963;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
18166;;;;;; "minibuf-eldef.el" (17385 8487)) 17964;;;;;; "minibuf-eldef.el" (17383 40512))
18167;;; Generated autoloads from minibuf-eldef.el 17965;;; Generated autoloads from minibuf-eldef.el
18168 17966
18169(defvar minibuffer-electric-default-mode nil "\ 17967(defvar minibuffer-electric-default-mode nil "\
18170Non-nil if Minibuffer-Electric-Default mode is enabled. 17968Non-nil if Minibuffer-Electric-Default mode is enabled.
18171See the command `minibuffer-electric-default-mode' for a description of this minor-mode. 17969See the command `minibuffer-electric-default-mode' for a description of this minor-mode.
18172Setting this variable directly does not take effect; 17970Setting this variable directly does not take effect;
18173use either \\[customize] or the function `minibuffer-electric-default-mode'.") 17971either customize it (see the info node `Easy Customization')
18174 17972or call the function `minibuffer-electric-default-mode'.")
18175(custom-autoload (quote minibuffer-electric-default-mode) "minibuf-eldef")
18176 17973
18177(put (quote minibuffer-electric-default-mode) (quote custom-set) (quote custom-set-minor-mode)) 17974(custom-autoload (quote minibuffer-electric-default-mode) "minibuf-eldef" nil)
18178 17975
18179(autoload (quote minibuffer-electric-default-mode) "minibuf-eldef" "\ 17976(autoload (quote minibuffer-electric-default-mode) "minibuf-eldef" "\
18180Toggle Minibuffer Electric Default mode. 17977Toggle Minibuffer Electric Default mode.
@@ -18192,7 +17989,7 @@ Returns non-nil if the new state is enabled.
18192;;;*** 17989;;;***
18193 17990
18194;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 17991;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
18195;;;;;; (17394 12938)) 17992;;;;;; (17388 57148))
18196;;; Generated autoloads from progmodes/mixal-mode.el 17993;;; Generated autoloads from progmodes/mixal-mode.el
18197 17994
18198(autoload (quote mixal-mode) "mixal-mode" "\ 17995(autoload (quote mixal-mode) "mixal-mode" "\
@@ -18207,7 +18004,7 @@ Major mode for the mixal asm language.
18207 18004
18208;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion 18005;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion
18209;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el" 18006;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el"
18210;;;;;; (17340 11482)) 18007;;;;;; (17345 11257))
18211;;; Generated autoloads from language/mlm-util.el 18008;;; Generated autoloads from language/mlm-util.el
18212 18009
18213(autoload (quote malayalam-compose-region) "mlm-util" "\ 18010(autoload (quote malayalam-compose-region) "mlm-util" "\
@@ -18230,7 +18027,7 @@ PATTERN regexp.
18230;;;*** 18027;;;***
18231 18028
18232;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 18029;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
18233;;;;;; "mm-extern" "gnus/mm-extern.el" (17632 41885)) 18030;;;;;; "mm-extern" "gnus/mm-extern.el" (17632 36219))
18234;;; Generated autoloads from gnus/mm-extern.el 18031;;; Generated autoloads from gnus/mm-extern.el
18235 18032
18236(autoload (quote mm-extern-cache-contents) "mm-extern" "\ 18033(autoload (quote mm-extern-cache-contents) "mm-extern" "\
@@ -18249,7 +18046,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18249;;;*** 18046;;;***
18250 18047
18251;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 18048;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
18252;;;;;; (17385 8493)) 18049;;;;;; (17382 22962))
18253;;; Generated autoloads from gnus/mm-partial.el 18050;;; Generated autoloads from gnus/mm-partial.el
18254 18051
18255(autoload (quote mm-inline-partial) "mm-partial" "\ 18052(autoload (quote mm-inline-partial) "mm-partial" "\
@@ -18263,7 +18060,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18263;;;*** 18060;;;***
18264 18061
18265;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 18062;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
18266;;;;;; "mm-url" "gnus/mm-url.el" (17604 60390)) 18063;;;;;; "mm-url" "gnus/mm-url.el" (17605 17813))
18267;;; Generated autoloads from gnus/mm-url.el 18064;;; Generated autoloads from gnus/mm-url.el
18268 18065
18269(autoload (quote mm-url-insert-file-contents) "mm-url" "\ 18066(autoload (quote mm-url-insert-file-contents) "mm-url" "\
@@ -18280,7 +18077,7 @@ Insert file contents of URL using `mm-url-program'.
18280;;;*** 18077;;;***
18281 18078
18282;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 18079;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
18283;;;;;; "gnus/mm-uu.el" (17714 34817)) 18080;;;;;; "gnus/mm-uu.el" (17715 55646))
18284;;; Generated autoloads from gnus/mm-uu.el 18081;;; Generated autoloads from gnus/mm-uu.el
18285 18082
18286(autoload (quote mm-uu-dissect) "mm-uu" "\ 18083(autoload (quote mm-uu-dissect) "mm-uu" "\
@@ -18300,7 +18097,7 @@ Assume text has been decoded if DECODED is non-nil.
18300;;;*** 18097;;;***
18301 18098
18302;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 18099;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
18303;;;;;; (17495 43954)) 18100;;;;;; (17493 6879))
18304;;; Generated autoloads from gnus/mml1991.el 18101;;; Generated autoloads from gnus/mml1991.el
18305 18102
18306(autoload (quote mml1991-encrypt) "mml1991" "\ 18103(autoload (quote mml1991-encrypt) "mml1991" "\
@@ -18317,7 +18114,7 @@ Not documented
18317 18114
18318;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 18115;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
18319;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 18116;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
18320;;;;;; "mml2015" "gnus/mml2015.el" (17495 43954)) 18117;;;;;; "mml2015" "gnus/mml2015.el" (17495 54698))
18321;;; Generated autoloads from gnus/mml2015.el 18118;;; Generated autoloads from gnus/mml2015.el
18322 18119
18323(autoload (quote mml2015-decrypt) "mml2015" "\ 18120(autoload (quote mml2015-decrypt) "mml2015" "\
@@ -18358,7 +18155,7 @@ Not documented
18358;;;*** 18155;;;***
18359 18156
18360;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" 18157;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
18361;;;;;; (17276 54295)) 18158;;;;;; (17278 8063))
18362;;; Generated autoloads from progmodes/modula2.el 18159;;; Generated autoloads from progmodes/modula2.el
18363 18160
18364(autoload (quote modula-2-mode) "modula2" "\ 18161(autoload (quote modula-2-mode) "modula2" "\
@@ -18390,7 +18187,7 @@ followed by the first character of the construct.
18390;;;*** 18187;;;***
18391 18188
18392;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 18189;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
18393;;;;;; (17385 8495)) 18190;;;;;; (17382 22978))
18394;;; Generated autoloads from play/morse.el 18191;;; Generated autoloads from play/morse.el
18395 18192
18396(autoload (quote morse-region) "morse" "\ 18193(autoload (quote morse-region) "morse" "\
@@ -18406,7 +18203,7 @@ Convert morse coded text in region to ordinary ASCII text.
18406;;;*** 18203;;;***
18407 18204
18408;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (17704 18205;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (17704
18409;;;;;; 4325)) 18206;;;;;; 3961))
18410;;; Generated autoloads from mouse-sel.el 18207;;; Generated autoloads from mouse-sel.el
18411 18208
18412(defvar mouse-sel-mode nil "\ 18209(defvar mouse-sel-mode nil "\
@@ -18458,7 +18255,7 @@ primary selection and region.
18458 18255
18459;;;*** 18256;;;***
18460 18257
18461;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (17385 8495)) 18258;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (17382 22978))
18462;;; Generated autoloads from play/mpuz.el 18259;;; Generated autoloads from play/mpuz.el
18463 18260
18464(autoload (quote mpuz) "mpuz" "\ 18261(autoload (quote mpuz) "mpuz" "\
@@ -18468,18 +18265,17 @@ Multiplication puzzle with GNU Emacs.
18468 18265
18469;;;*** 18266;;;***
18470 18267
18471;;;### (autoloads (msb-mode) "msb" "msb.el" (17560 14582)) 18268;;;### (autoloads (msb-mode) "msb" "msb.el" (17565 13037))
18472;;; Generated autoloads from msb.el 18269;;; Generated autoloads from msb.el
18473 18270
18474(defvar msb-mode nil "\ 18271(defvar msb-mode nil "\
18475Non-nil if Msb mode is enabled. 18272Non-nil if Msb mode is enabled.
18476See the command `msb-mode' for a description of this minor-mode. 18273See the command `msb-mode' for a description of this minor-mode.
18477Setting this variable directly does not take effect; 18274Setting this variable directly does not take effect;
18478use either \\[customize] or the function `msb-mode'.") 18275either customize it (see the info node `Easy Customization')
18479 18276or call the function `msb-mode'.")
18480(custom-autoload (quote msb-mode) "msb")
18481 18277
18482(put (quote msb-mode) (quote custom-set) (quote custom-set-minor-mode)) 18278(custom-autoload (quote msb-mode) "msb" nil)
18483 18279
18484(autoload (quote msb-mode) "msb" "\ 18280(autoload (quote msb-mode) "msb" "\
18485Toggle Msb mode. 18281Toggle Msb mode.
@@ -18496,7 +18292,7 @@ different buffer menu using the function `msb'.
18496;;;;;; describe-current-coding-system describe-current-coding-system-briefly 18292;;;;;; describe-current-coding-system describe-current-coding-system-briefly
18497;;;;;; describe-coding-system describe-character-set list-charset-chars 18293;;;;;; describe-coding-system describe-character-set list-charset-chars
18498;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 18294;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
18499;;;;;; (17619 27480)) 18295;;;;;; (17623 45182))
18500;;; Generated autoloads from international/mule-diag.el 18296;;; Generated autoloads from international/mule-diag.el
18501 18297
18502(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))))) "\ 18298(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))))) "\
@@ -18670,7 +18466,7 @@ system which uses fontsets).
18670;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 18466;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
18671;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 18467;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
18672;;;;;; truncate-string-to-width store-substring string-to-sequence) 18468;;;;;; truncate-string-to-width store-substring string-to-sequence)
18673;;;;;; "mule-util" "international/mule-util.el" (17102 18726)) 18469;;;;;; "mule-util" "international/mule-util.el" (17113 1819))
18674;;; Generated autoloads from international/mule-util.el 18470;;; Generated autoloads from international/mule-util.el
18675 18471
18676(autoload (quote string-to-sequence) "mule-util" "\ 18472(autoload (quote string-to-sequence) "mule-util" "\
@@ -18799,18 +18595,17 @@ basis, this may not be accurate.
18799;;;*** 18595;;;***
18800 18596
18801;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" 18597;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
18802;;;;;; (17515 24181)) 18598;;;;;; (17504 20511))
18803;;; Generated autoloads from mwheel.el 18599;;; Generated autoloads from mwheel.el
18804 18600
18805(defvar mouse-wheel-mode nil "\ 18601(defvar mouse-wheel-mode nil "\
18806Non-nil if Mouse-Wheel mode is enabled. 18602Non-nil if Mouse-Wheel mode is enabled.
18807See the command `mouse-wheel-mode' for a description of this minor-mode. 18603See the command `mouse-wheel-mode' for a description of this minor-mode.
18808Setting this variable directly does not take effect; 18604Setting this variable directly does not take effect;
18809use either \\[customize] or the function `mouse-wheel-mode'.") 18605either customize it (see the info node `Easy Customization')
18810 18606or call the function `mouse-wheel-mode'.")
18811(custom-autoload (quote mouse-wheel-mode) "mwheel")
18812 18607
18813(put (quote mouse-wheel-mode) (quote custom-set) (quote custom-set-minor-mode)) 18608(custom-autoload (quote mouse-wheel-mode) "mwheel" nil)
18814 18609
18815(autoload (quote mouse-wheel-mode) "mwheel" "\ 18610(autoload (quote mouse-wheel-mode) "mwheel" "\
18816Toggle mouse wheel support. 18611Toggle mouse wheel support.
@@ -18829,7 +18624,7 @@ Enable mouse wheel support.
18829;;;### (autoloads (network-connection network-connection-to-service 18624;;;### (autoloads (network-connection network-connection-to-service
18830;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 18625;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
18831;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute) 18626;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute)
18832;;;;;; "net-utils" "net/net-utils.el" (17385 8495)) 18627;;;;;; "net-utils" "net/net-utils.el" (17383 40565))
18833;;; Generated autoloads from net/net-utils.el 18628;;; Generated autoloads from net/net-utils.el
18834 18629
18835(autoload (quote traceroute) "net-utils" "\ 18630(autoload (quote traceroute) "net-utils" "\
@@ -18925,7 +18720,7 @@ Open a network connection to HOST on PORT.
18925;;;;;; uncomment-region comment-kill comment-set-column comment-indent 18720;;;;;; uncomment-region comment-kill comment-set-column comment-indent
18926;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 18721;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
18927;;;;;; comment-padding comment-style comment-column) "newcomment" 18722;;;;;; comment-padding comment-style comment-column) "newcomment"
18928;;;;;; "newcomment.el" (17707 53738)) 18723;;;;;; "newcomment.el" (17707 61789))
18929;;; Generated autoloads from newcomment.el 18724;;; Generated autoloads from newcomment.el
18930 18725
18931(defalias (quote indent-for-comment) (quote comment-indent)) 18726(defalias (quote indent-for-comment) (quote comment-indent))
@@ -19121,7 +18916,7 @@ unless optional argument SOFT is non-nil.
19121 18916
19122;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start 18917;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start
19123;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker" 18918;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker"
19124;;;;;; "net/newsticker.el" (17385 8495)) 18919;;;;;; "net/newsticker.el" (17383 40565))
19125;;; Generated autoloads from net/newsticker.el 18920;;; Generated autoloads from net/newsticker.el
19126 18921
19127(autoload (quote newsticker-running-p) "newsticker" "\ 18922(autoload (quote newsticker-running-p) "newsticker" "\
@@ -19163,7 +18958,7 @@ Switch to newsticker buffer. You may want to bind this to a key.
19163;;;*** 18958;;;***
19164 18959
19165;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 18960;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
19166;;;;;; (17385 8493)) 18961;;;;;; (17739 37748))
19167;;; Generated autoloads from gnus/nndiary.el 18962;;; Generated autoloads from gnus/nndiary.el
19168 18963
19169(autoload (quote nndiary-generate-nov-databases) "nndiary" "\ 18964(autoload (quote nndiary-generate-nov-databases) "nndiary" "\
@@ -19173,8 +18968,8 @@ Generate NOV databases in all nndiary directories.
19173 18968
19174;;;*** 18969;;;***
19175 18970
19176;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (17385 18971;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (17382
19177;;;;;; 8494)) 18972;;;;;; 22964))
19178;;; Generated autoloads from gnus/nndoc.el 18973;;; Generated autoloads from gnus/nndoc.el
19179 18974
19180(autoload (quote nndoc-add-type) "nndoc" "\ 18975(autoload (quote nndoc-add-type) "nndoc" "\
@@ -19189,7 +18984,7 @@ symbol in the alist.
19189;;;*** 18984;;;***
19190 18985
19191;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 18986;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
19192;;;;;; (17394 12936)) 18987;;;;;; (17388 57134))
19193;;; Generated autoloads from gnus/nnfolder.el 18988;;; Generated autoloads from gnus/nnfolder.el
19194 18989
19195(autoload (quote nnfolder-generate-active-file) "nnfolder" "\ 18990(autoload (quote nnfolder-generate-active-file) "nnfolder" "\
@@ -19201,7 +18996,7 @@ This command does not work if you use short group names.
19201;;;*** 18996;;;***
19202 18997
19203;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 18998;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
19204;;;;;; (17385 8494)) 18999;;;;;; (17382 22966))
19205;;; Generated autoloads from gnus/nnkiboze.el 19000;;; Generated autoloads from gnus/nnkiboze.el
19206 19001
19207(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ 19002(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\
@@ -19213,7 +19008,7 @@ Finds out what articles are to be part of the nnkiboze groups.
19213;;;*** 19008;;;***
19214 19009
19215;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 19010;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
19216;;;;;; (17385 8494)) 19011;;;;;; (17382 22967))
19217;;; Generated autoloads from gnus/nnml.el 19012;;; Generated autoloads from gnus/nnml.el
19218 19013
19219(autoload (quote nnml-generate-nov-databases) "nnml" "\ 19014(autoload (quote nnml-generate-nov-databases) "nnml" "\
@@ -19224,7 +19019,7 @@ Generate NOV databases in all nnml directories.
19224;;;*** 19019;;;***
19225 19020
19226;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 19021;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
19227;;;;;; "nnsoup" "gnus/nnsoup.el" (17385 8494)) 19022;;;;;; "nnsoup" "gnus/nnsoup.el" (17739 37748))
19228;;; Generated autoloads from gnus/nnsoup.el 19023;;; Generated autoloads from gnus/nnsoup.el
19229 19024
19230(autoload (quote nnsoup-pack-replies) "nnsoup" "\ 19025(autoload (quote nnsoup-pack-replies) "nnsoup" "\
@@ -19245,7 +19040,7 @@ Revert posting and mailing methods to the standard Emacs methods.
19245;;;*** 19040;;;***
19246 19041
19247;;;### (autoloads (disable-command enable-command disabled-command-function) 19042;;;### (autoloads (disable-command enable-command disabled-command-function)
19248;;;;;; "novice" "novice.el" (17665 54136)) 19043;;;;;; "novice" "novice.el" (17665 54360))
19249;;; Generated autoloads from novice.el 19044;;; Generated autoloads from novice.el
19250 19045
19251(defvar disabled-command-function (quote disabled-command-function) "\ 19046(defvar disabled-command-function (quote disabled-command-function) "\
@@ -19278,7 +19073,7 @@ to future sessions.
19278;;;*** 19073;;;***
19279 19074
19280;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 19075;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
19281;;;;;; (17385 8496)) 19076;;;;;; (17383 57925))
19282;;; Generated autoloads from textmodes/nroff-mode.el 19077;;; Generated autoloads from textmodes/nroff-mode.el
19283 19078
19284(autoload (quote nroff-mode) "nroff-mode" "\ 19079(autoload (quote nroff-mode) "nroff-mode" "\
@@ -19293,7 +19088,7 @@ closing requests for requests that are used in matched pairs.
19293;;;*** 19088;;;***
19294 19089
19295;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el" 19090;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el"
19296;;;;;; (17394 12938)) 19091;;;;;; (17388 57148))
19297;;; Generated autoloads from progmodes/octave-hlp.el 19092;;; Generated autoloads from progmodes/octave-hlp.el
19298 19093
19299(autoload (quote octave-help) "octave-hlp" "\ 19094(autoload (quote octave-help) "octave-hlp" "\
@@ -19307,7 +19102,7 @@ If KEY is not a string, prompt for it with completion.
19307;;;*** 19102;;;***
19308 19103
19309;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 19104;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
19310;;;;;; (17730 6653)) 19105;;;;;; (17730 22879))
19311;;; Generated autoloads from progmodes/octave-inf.el 19106;;; Generated autoloads from progmodes/octave-inf.el
19312 19107
19313(autoload (quote inferior-octave) "octave-inf" "\ 19108(autoload (quote inferior-octave) "octave-inf" "\
@@ -19330,7 +19125,7 @@ startup file, `~/.emacs-octave'.
19330;;;*** 19125;;;***
19331 19126
19332;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 19127;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
19333;;;;;; (17427 10522)) 19128;;;;;; (17427 24977))
19334;;; Generated autoloads from progmodes/octave-mod.el 19129;;; Generated autoloads from progmodes/octave-mod.el
19335 19130
19336(autoload (quote octave-mode) "octave-mod" "\ 19131(autoload (quote octave-mode) "octave-mod" "\
@@ -19428,34 +19223,12 @@ including a reproducible test case and send the message.
19428 19223
19429;;;*** 19224;;;***
19430 19225
19431;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el"
19432;;;;;; (17560 6690))
19433;;; Generated autoloads from obsolete/options.el
19434
19435(autoload (quote list-options) "options" "\
19436Display a list of Emacs user options, with values and documentation.
19437It is now better to use Customize instead.
19438
19439\(fn)" t nil)
19440
19441(autoload (quote edit-options) "options" "\
19442Edit a list of Emacs user option values.
19443Selects a buffer containing such a list,
19444in which there are commands to set the option values.
19445Type \\[describe-mode] in that buffer for a list of commands.
19446
19447The Custom feature is intended to make this obsolete.
19448
19449\(fn)" t nil)
19450
19451;;;***
19452
19453;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files 19226;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
19454;;;;;; org-export-icalendar-this-file orgtbl-mode turn-on-orgtbl 19227;;;;;; org-export-icalendar-this-file orgtbl-mode turn-on-orgtbl
19455;;;;;; org-remember-handler org-remember-apply-template org-remember-annotation 19228;;;;;; org-remember-handler org-remember-apply-template org-remember-annotation
19456;;;;;; org-store-link org-tags-view org-diary org-todo-list org-agenda-list 19229;;;;;; org-store-link org-tags-view org-diary org-todo-list org-agenda-list
19457;;;;;; org-agenda org-global-cycle org-cycle org-mode) "org" "textmodes/org.el" 19230;;;;;; org-agenda org-global-cycle org-cycle org-mode) "org" "textmodes/org.el"
19458;;;;;; (17699 53313)) 19231;;;;;; (17742 39827))
19459;;; Generated autoloads from textmodes/org.el 19232;;; Generated autoloads from textmodes/org.el
19460 19233
19461(autoload (quote org-mode) "org" "\ 19234(autoload (quote org-mode) "org" "\
@@ -19707,7 +19480,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'.
19707;;;*** 19480;;;***
19708 19481
19709;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 19482;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
19710;;;;;; (17515 24181)) 19483;;;;;; (17507 34703))
19711;;; Generated autoloads from outline.el 19484;;; Generated autoloads from outline.el
19712(put 'outline-regexp 'safe-local-variable 'string-or-null-p) 19485(put 'outline-regexp 'safe-local-variable 'string-or-null-p)
19713 19486
@@ -19763,8 +19536,8 @@ See the command `outline-mode' for more information on this mode.
19763 19536
19764;;;*** 19537;;;***
19765 19538
19766;;;### (autoloads nil "paragraphs" "textmodes/paragraphs.el" (17495 19539;;;### (autoloads nil "paragraphs" "textmodes/paragraphs.el" (17493
19767;;;;;; 43955)) 19540;;;;;; 6880))
19768;;; Generated autoloads from textmodes/paragraphs.el 19541;;; Generated autoloads from textmodes/paragraphs.el
19769(put 'paragraph-start 'safe-local-variable 'stringp) 19542(put 'paragraph-start 'safe-local-variable 'stringp)
19770(put 'paragraph-separate 'safe-local-variable 'stringp) 19543(put 'paragraph-separate 'safe-local-variable 'stringp)
@@ -19778,18 +19551,17 @@ See the command `outline-mode' for more information on this mode.
19778 19551
19779;;;*** 19552;;;***
19780 19553
19781;;;### (autoloads (show-paren-mode) "paren" "paren.el" (17385 8487)) 19554;;;### (autoloads (show-paren-mode) "paren" "paren.el" (17383 40514))
19782;;; Generated autoloads from paren.el 19555;;; Generated autoloads from paren.el
19783 19556
19784(defvar show-paren-mode nil "\ 19557(defvar show-paren-mode nil "\
19785Non-nil if Show-Paren mode is enabled. 19558Non-nil if Show-Paren mode is enabled.
19786See the command `show-paren-mode' for a description of this minor-mode. 19559See the command `show-paren-mode' for a description of this minor-mode.
19787Setting this variable directly does not take effect; 19560Setting this variable directly does not take effect;
19788use either \\[customize] or the function `show-paren-mode'.") 19561either customize it (see the info node `Easy Customization')
19789 19562or call the function `show-paren-mode'.")
19790(custom-autoload (quote show-paren-mode) "paren")
19791 19563
19792(put (quote show-paren-mode) (quote custom-set) (quote custom-set-minor-mode)) 19564(custom-autoload (quote show-paren-mode) "paren" nil)
19793 19565
19794(autoload (quote show-paren-mode) "paren" "\ 19566(autoload (quote show-paren-mode) "paren" "\
19795Toggle Show Paren mode. 19567Toggle Show Paren mode.
@@ -19804,7 +19576,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
19804;;;*** 19576;;;***
19805 19577
19806;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 19578;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
19807;;;;;; (17386 33146)) 19579;;;;;; (17386 21901))
19808;;; Generated autoloads from calendar/parse-time.el 19580;;; Generated autoloads from calendar/parse-time.el
19809 19581
19810(autoload (quote parse-time-string) "parse-time" "\ 19582(autoload (quote parse-time-string) "parse-time" "\
@@ -19816,8 +19588,8 @@ unknown are returned as nil.
19816 19588
19817;;;*** 19589;;;***
19818 19590
19819;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (17394 19591;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (17388
19820;;;;;; 12938)) 19592;;;;;; 57148))
19821;;; Generated autoloads from progmodes/pascal.el 19593;;; Generated autoloads from progmodes/pascal.el
19822 19594
19823(autoload (quote pascal-mode) "pascal" "\ 19595(autoload (quote pascal-mode) "pascal" "\
@@ -19870,7 +19642,7 @@ no args, if that value is non-nil.
19870;;;*** 19642;;;***
19871 19643
19872;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 19644;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
19873;;;;;; (17385 8491)) 19645;;;;;; (17383 40547))
19874;;; Generated autoloads from emulation/pc-mode.el 19646;;; Generated autoloads from emulation/pc-mode.el
19875 19647
19876(autoload (quote pc-bindings-mode) "pc-mode" "\ 19648(autoload (quote pc-bindings-mode) "pc-mode" "\
@@ -19888,18 +19660,17 @@ C-Escape does list-buffers.
19888;;;*** 19660;;;***
19889 19661
19890;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" 19662;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select"
19891;;;;;; "emulation/pc-select.el" (17385 8491)) 19663;;;;;; "emulation/pc-select.el" (17383 40547))
19892;;; Generated autoloads from emulation/pc-select.el 19664;;; Generated autoloads from emulation/pc-select.el
19893 19665
19894(defvar pc-selection-mode nil "\ 19666(defvar pc-selection-mode nil "\
19895Non-nil if Pc-Selection mode is enabled. 19667Non-nil if Pc-Selection mode is enabled.
19896See the command `pc-selection-mode' for a description of this minor-mode. 19668See the command `pc-selection-mode' for a description of this minor-mode.
19897Setting this variable directly does not take effect; 19669Setting this variable directly does not take effect;
19898use either \\[customize] or the function `pc-selection-mode'.") 19670either customize it (see the info node `Easy Customization')
19899 19671or call the function `pc-selection-mode'.")
19900(custom-autoload (quote pc-selection-mode) "pc-select")
19901 19672
19902(put (quote pc-selection-mode) (quote custom-set) (quote custom-set-minor-mode)) 19673(custom-autoload (quote pc-selection-mode) "pc-select" nil)
19903 19674
19904(autoload (quote pc-selection-mode) "pc-select" "\ 19675(autoload (quote pc-selection-mode) "pc-select" "\
19905Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style. 19676Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style.
@@ -19961,12 +19732,12 @@ This mode enables Delete Selection mode and Transient Mark mode.
19961Setting this variable directly does not take effect; 19732Setting this variable directly does not take effect;
19962you must modify it using \\[customize] or \\[pc-selection-mode].") 19733you must modify it using \\[customize] or \\[pc-selection-mode].")
19963 19734
19964(custom-autoload (quote pc-selection-mode) "pc-select") 19735(custom-autoload (quote pc-selection-mode) "pc-select" nil)
19965 19736
19966;;;*** 19737;;;***
19967 19738
19968;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (17385 19739;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (17383
19969;;;;;; 8487)) 19740;;;;;; 40514))
19970;;; Generated autoloads from pcmpl-cvs.el 19741;;; Generated autoloads from pcmpl-cvs.el
19971 19742
19972(autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ 19743(autoload (quote pcomplete/cvs) "pcmpl-cvs" "\
@@ -19977,7 +19748,7 @@ Completion rules for the `cvs' command.
19977;;;*** 19748;;;***
19978 19749
19979;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 19750;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
19980;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (17385 8487)) 19751;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (17383 40514))
19981;;; Generated autoloads from pcmpl-gnu.el 19752;;; Generated autoloads from pcmpl-gnu.el
19982 19753
19983(autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ 19754(autoload (quote pcomplete/gzip) "pcmpl-gnu" "\
@@ -20005,7 +19776,7 @@ Completion for the GNU tar utility.
20005;;;*** 19776;;;***
20006 19777
20007;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 19778;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
20008;;;;;; "pcmpl-linux" "pcmpl-linux.el" (17385 8487)) 19779;;;;;; "pcmpl-linux" "pcmpl-linux.el" (17383 40514))
20009;;; Generated autoloads from pcmpl-linux.el 19780;;; Generated autoloads from pcmpl-linux.el
20010 19781
20011(autoload (quote pcomplete/kill) "pcmpl-linux" "\ 19782(autoload (quote pcomplete/kill) "pcmpl-linux" "\
@@ -20025,8 +19796,8 @@ Completion for GNU/Linux `mount'.
20025 19796
20026;;;*** 19797;;;***
20027 19798
20028;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (17385 19799;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (17383
20029;;;;;; 8487)) 19800;;;;;; 40515))
20030;;; Generated autoloads from pcmpl-rpm.el 19801;;; Generated autoloads from pcmpl-rpm.el
20031 19802
20032(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ 19803(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\
@@ -20042,7 +19813,7 @@ You can use \\[eshell-report-bug] to do so.
20042 19813
20043;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which 19814;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which
20044;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) 19815;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)
20045;;;;;; "pcmpl-unix" "pcmpl-unix.el" (17385 8487)) 19816;;;;;; "pcmpl-unix" "pcmpl-unix.el" (17383 40515))
20046;;; Generated autoloads from pcmpl-unix.el 19817;;; Generated autoloads from pcmpl-unix.el
20047 19818
20048(autoload (quote pcomplete/cd) "pcmpl-unix" "\ 19819(autoload (quote pcomplete/cd) "pcmpl-unix" "\
@@ -20088,8 +19859,8 @@ Completion for the `chgrp' command.
20088 19859
20089;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 19860;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
20090;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 19861;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
20091;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (17476 19862;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (17455
20092;;;;;; 4798)) 19863;;;;;; 4027))
20093;;; Generated autoloads from pcomplete.el 19864;;; Generated autoloads from pcomplete.el
20094 19865
20095(autoload (quote pcomplete) "pcomplete" "\ 19866(autoload (quote pcomplete) "pcomplete" "\
@@ -20148,7 +19919,7 @@ Setup shell-mode to use pcomplete.
20148 19919
20149;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 19920;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
20150;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 19921;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
20151;;;;;; "pcvs.el" (17697 23215)) 19922;;;;;; "pcvs.el" (17697 25399))
20152;;; Generated autoloads from pcvs.el 19923;;; Generated autoloads from pcvs.el
20153 19924
20154(autoload (quote cvs-checkout) "pcvs" "\ 19925(autoload (quote cvs-checkout) "pcvs" "\
@@ -20225,7 +19996,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20225 19996
20226;;;*** 19997;;;***
20227 19998
20228;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (17670 57734)) 19999;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (17672 28070))
20229;;; Generated autoloads from pcvs-defs.el 20000;;; Generated autoloads from pcvs-defs.el
20230 20001
20231(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))) 20002(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)))
@@ -20233,7 +20004,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20233;;;*** 20004;;;***
20234 20005
20235;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 20006;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
20236;;;;;; (17515 24182)) 20007;;;;;; (17499 9471))
20237;;; Generated autoloads from progmodes/perl-mode.el 20008;;; Generated autoloads from progmodes/perl-mode.el
20238 20009
20239(autoload (quote perl-mode) "perl-mode" "\ 20010(autoload (quote perl-mode) "perl-mode" "\
@@ -20291,7 +20062,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'.
20291;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key 20062;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key
20292;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt 20063;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt
20293;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region 20064;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region
20294;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (17661 55157)) 20065;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (17661 56347))
20295;;; Generated autoloads from pgg.el 20066;;; Generated autoloads from pgg.el
20296 20067
20297(autoload (quote pgg-encrypt-region) "pgg" "\ 20068(autoload (quote pgg-encrypt-region) "pgg" "\
@@ -20425,7 +20196,7 @@ Import public keys in the current buffer.
20425;;;*** 20196;;;***
20426 20197
20427;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" 20198;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el"
20428;;;;;; (17664 20313)) 20199;;;;;; (17664 29027))
20429;;; Generated autoloads from pgg-gpg.el 20200;;; Generated autoloads from pgg-gpg.el
20430 20201
20431(autoload (quote pgg-gpg-symmetric-key-p) "pgg-gpg" "\ 20202(autoload (quote pgg-gpg-symmetric-key-p) "pgg-gpg" "\
@@ -20436,7 +20207,7 @@ True if decoded armor MESSAGE-KEYS has symmetric encryption indicator.
20436;;;*** 20207;;;***
20437 20208
20438;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 20209;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
20439;;;;;; (17476 4802)) 20210;;;;;; (17466 62510))
20440;;; Generated autoloads from textmodes/picture.el 20211;;; Generated autoloads from textmodes/picture.el
20441 20212
20442(autoload (quote picture-mode) "picture" "\ 20213(autoload (quote picture-mode) "picture" "\
@@ -20517,7 +20288,7 @@ they are not defaultly assigned to keys.
20517;;;*** 20288;;;***
20518 20289
20519;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 20290;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
20520;;;;;; (17601 9092)) 20291;;;;;; (17602 7857))
20521;;; Generated autoloads from textmodes/po.el 20292;;; Generated autoloads from textmodes/po.el
20522 20293
20523(autoload (quote po-find-file-coding-system) "po" "\ 20294(autoload (quote po-find-file-coding-system) "po" "\
@@ -20528,7 +20299,7 @@ Called through `file-coding-system-alist', before the file is visited for real.
20528 20299
20529;;;*** 20300;;;***
20530 20301
20531;;;### (autoloads (pong) "pong" "play/pong.el" (17551 7908)) 20302;;;### (autoloads (pong) "pong" "play/pong.el" (17557 12730))
20532;;; Generated autoloads from play/pong.el 20303;;; Generated autoloads from play/pong.el
20533 20304
20534(autoload (quote pong) "pong" "\ 20305(autoload (quote pong) "pong" "\
@@ -20545,7 +20316,7 @@ pong-mode keybindings:\\<pong-mode-map>
20545;;;*** 20316;;;***
20546 20317
20547;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer 20318;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer
20548;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (17718 28532)) 20319;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (17739 37748))
20549;;; Generated autoloads from emacs-lisp/pp.el 20320;;; Generated autoloads from emacs-lisp/pp.el
20550 20321
20551(autoload (quote pp-to-string) "pp" "\ 20322(autoload (quote pp-to-string) "pp" "\
@@ -20606,7 +20377,7 @@ Ignores leading comment characters.
20606;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 20377;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
20607;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 20378;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
20608;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 20379;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
20609;;;;;; (17682 43101)) 20380;;;;;; (17746 11736))
20610;;; Generated autoloads from printing.el 20381;;; Generated autoloads from printing.el
20611 20382
20612(autoload (quote pr-interface) "printing" "\ 20383(autoload (quote pr-interface) "printing" "\
@@ -21194,7 +20965,7 @@ are both set to t.
21194;;;*** 20965;;;***
21195 20966
21196;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" 20967;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el"
21197;;;;;; (17664 20313)) 20968;;;;;; (17664 29030))
21198;;; Generated autoloads from progmodes/prolog.el 20969;;; Generated autoloads from progmodes/prolog.el
21199 20970
21200(autoload (quote prolog-mode) "prolog" "\ 20971(autoload (quote prolog-mode) "prolog" "\
@@ -21217,7 +20988,7 @@ With prefix argument \\[universal-prefix], prompt for the program to use.
21217 20988
21218;;;*** 20989;;;***
21219 20990
21220;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (17385 8487)) 20991;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (17383 40518))
21221;;; Generated autoloads from ps-bdf.el 20992;;; Generated autoloads from ps-bdf.el
21222 20993
21223(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"))) "\ 20994(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"))) "\
@@ -21226,8 +20997,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
21226 20997
21227;;;*** 20998;;;***
21228 20999
21229;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (17394 21000;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (17388
21230;;;;;; 12938)) 21001;;;;;; 57149))
21231;;; Generated autoloads from progmodes/ps-mode.el 21002;;; Generated autoloads from progmodes/ps-mode.el
21232 21003
21233(autoload (quote ps-mode) "ps-mode" "\ 21004(autoload (quote ps-mode) "ps-mode" "\
@@ -21276,7 +21047,7 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
21276;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string 21047;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string
21277;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string 21048;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string
21278;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer) 21049;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer)
21279;;;;;; "ps-mule" "ps-mule.el" (17385 8487)) 21050;;;;;; "ps-mule" "ps-mule.el" (17383 40518))
21280;;; Generated autoloads from ps-mule.el 21051;;; Generated autoloads from ps-mule.el
21281 21052
21282(defvar ps-multibyte-buffer nil "\ 21053(defvar ps-multibyte-buffer nil "\
@@ -21322,7 +21093,7 @@ Valid values are:
21322 21093
21323Any other value is treated as nil.") 21094Any other value is treated as nil.")
21324 21095
21325(custom-autoload (quote ps-multibyte-buffer) "ps-mule") 21096(custom-autoload (quote ps-multibyte-buffer) "ps-mule" t)
21326 21097
21327(autoload (quote ps-mule-prepare-ascii-font) "ps-mule" "\ 21098(autoload (quote ps-mule-prepare-ascii-font) "ps-mule" "\
21328Setup special ASCII font for STRING. 21099Setup special ASCII font for STRING.
@@ -21397,8 +21168,8 @@ Not documented
21397;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 21168;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
21398;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 21169;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
21399;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 21170;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
21400;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (17682 21171;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (17681
21401;;;;;; 43101)) 21172;;;;;; 41542))
21402;;; Generated autoloads from ps-print.el 21173;;; Generated autoloads from ps-print.el
21403 21174
21404(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")) "\ 21175(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")) "\
@@ -21595,7 +21366,7 @@ If EXTENSION is any other symbol, it is ignored.
21595;;;*** 21366;;;***
21596 21367
21597;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el" 21368;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el"
21598;;;;;; (17723 56210)) 21369;;;;;; (17725 15204))
21599;;; Generated autoloads from progmodes/python.el 21370;;; Generated autoloads from progmodes/python.el
21600 21371
21601(add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode))) 21372(add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode)))
@@ -21670,7 +21441,7 @@ Runs `jython-mode-hook' after `python-mode-hook'.
21670;;;*** 21441;;;***
21671 21442
21672;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 21443;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
21673;;;;;; (17408 40148)) 21444;;;;;; (17409 38383))
21674;;; Generated autoloads from gnus/qp.el 21445;;; Generated autoloads from gnus/qp.el
21675 21446
21676(autoload (quote quoted-printable-decode-region) "qp" "\ 21447(autoload (quote quoted-printable-decode-region) "qp" "\
@@ -21693,7 +21464,7 @@ them into characters should be done separately.
21693;;;;;; quail-defrule quail-install-decode-map quail-install-map 21464;;;;;; quail-defrule quail-install-decode-map quail-install-map
21694;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 21465;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
21695;;;;;; quail-define-package quail-use-package quail-title) "quail" 21466;;;;;; quail-define-package quail-use-package quail-title) "quail"
21696;;;;;; "international/quail.el" (17660 25612)) 21467;;;;;; "international/quail.el" (17660 47810))
21697;;; Generated autoloads from international/quail.el 21468;;; Generated autoloads from international/quail.el
21698 21469
21699(autoload (quote quail-title) "quail" "\ 21470(autoload (quote quail-title) "quail" "\
@@ -21924,8 +21695,8 @@ of each directory.
21924 21695
21925;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 21696;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
21926;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 21697;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
21927;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (17385 21698;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (17383
21928;;;;;; 8495)) 21699;;;;;; 40566))
21929;;; Generated autoloads from net/quickurl.el 21700;;; Generated autoloads from net/quickurl.el
21930 21701
21931(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" "\ 21702(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" "\
@@ -21997,7 +21768,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
21997;;;*** 21768;;;***
21998 21769
21999;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 21770;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
22000;;;;;; "net/rcirc.el" (17671 12161)) 21771;;;;;; "net/rcirc.el" (17672 28071))
22001;;; Generated autoloads from net/rcirc.el 21772;;; Generated autoloads from net/rcirc.el
22002 21773
22003(autoload (quote rcirc) "rcirc" "\ 21774(autoload (quote rcirc) "rcirc" "\
@@ -22030,7 +21801,7 @@ Global minor mode for tracking activity in rcirc buffers.
22030;;;*** 21801;;;***
22031 21802
22032;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (17569 21803;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (17569
22033;;;;;; 26652)) 21804;;;;;; 44439))
22034;;; Generated autoloads from net/rcompile.el 21805;;; Generated autoloads from net/rcompile.el
22035 21806
22036(autoload (quote remote-compile) "rcompile" "\ 21807(autoload (quote remote-compile) "rcompile" "\
@@ -22042,7 +21813,7 @@ See \\[compile].
22042;;;*** 21813;;;***
22043 21814
22044;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 21815;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
22045;;;;;; (17515 24181)) 21816;;;;;; (17500 33531))
22046;;; Generated autoloads from emacs-lisp/re-builder.el 21817;;; Generated autoloads from emacs-lisp/re-builder.el
22047 21818
22048(defalias (quote regexp-builder) (quote re-builder)) 21819(defalias (quote regexp-builder) (quote re-builder))
@@ -22054,7 +21825,7 @@ Construct a regexp interactively.
22054 21825
22055;;;*** 21826;;;***
22056 21827
22057;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (17718 28532)) 21828;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (17718 30636))
22058;;; Generated autoloads from recentf.el 21829;;; Generated autoloads from recentf.el
22059 21830
22060(defvar recentf-mode nil "\ 21831(defvar recentf-mode nil "\
@@ -22081,8 +21852,8 @@ that were operated on recently.
22081;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 21852;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
22082;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 21853;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
22083;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 21854;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
22084;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (17637 21855;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (17638
22085;;;;;; 59300)) 21856;;;;;; 15896))
22086;;; Generated autoloads from rect.el 21857;;; Generated autoloads from rect.el
22087 21858
22088(autoload (quote move-to-column-force) "rect" "\ 21859(autoload (quote move-to-column-force) "rect" "\
@@ -22210,8 +21981,8 @@ rectangle which were empty.
22210 21981
22211;;;*** 21982;;;***
22212 21983
22213;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (17385 21984;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (17383
22214;;;;;; 8496)) 21985;;;;;; 40576))
22215;;; Generated autoloads from textmodes/refill.el 21986;;; Generated autoloads from textmodes/refill.el
22216 21987
22217(autoload (quote refill-mode) "refill" "\ 21988(autoload (quote refill-mode) "refill" "\
@@ -22227,7 +21998,7 @@ refilling if they would cause auto-filling.
22227;;;*** 21998;;;***
22228 21999
22229;;;### (autoloads (reftex-reset-scanning-information reftex-mode 22000;;;### (autoloads (reftex-reset-scanning-information reftex-mode
22230;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (17408 40149)) 22001;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (17404 51174))
22231;;; Generated autoloads from textmodes/reftex.el 22002;;; Generated autoloads from textmodes/reftex.el
22232 22003
22233(autoload (quote turn-on-reftex) "reftex" "\ 22004(autoload (quote turn-on-reftex) "reftex" "\
@@ -22277,7 +22048,7 @@ This enforces rescanning the buffer on next use.
22277;;;*** 22048;;;***
22278 22049
22279;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 22050;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
22280;;;;;; (17408 40149)) 22051;;;;;; (17744 57989))
22281;;; Generated autoloads from textmodes/reftex-cite.el 22052;;; Generated autoloads from textmodes/reftex-cite.el
22282 22053
22283(autoload (quote reftex-citation) "reftex-cite" "\ 22054(autoload (quote reftex-citation) "reftex-cite" "\
@@ -22307,7 +22078,7 @@ While entering the regexp, completion on knows citation keys is possible.
22307;;;*** 22078;;;***
22308 22079
22309;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 22080;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
22310;;;;;; (17712 850)) 22081;;;;;; (17712 1062))
22311;;; Generated autoloads from textmodes/reftex-global.el 22082;;; Generated autoloads from textmodes/reftex-global.el
22312 22083
22313(autoload (quote reftex-isearch-minor-mode) "reftex-global" "\ 22084(autoload (quote reftex-isearch-minor-mode) "reftex-global" "\
@@ -22324,7 +22095,7 @@ With no argument, this command toggles
22324;;;*** 22095;;;***
22325 22096
22326;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 22097;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
22327;;;;;; (17420 32031)) 22098;;;;;; (17413 62466))
22328;;; Generated autoloads from textmodes/reftex-index.el 22099;;; Generated autoloads from textmodes/reftex-index.el
22329 22100
22330(autoload (quote reftex-index-phrases-mode) "reftex-index" "\ 22101(autoload (quote reftex-index-phrases-mode) "reftex-index" "\
@@ -22357,7 +22128,7 @@ Here are all local bindings.
22357;;;*** 22128;;;***
22358 22129
22359;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 22130;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
22360;;;;;; (17408 40149)) 22131;;;;;; (17404 51173))
22361;;; Generated autoloads from textmodes/reftex-parse.el 22132;;; Generated autoloads from textmodes/reftex-parse.el
22362 22133
22363(autoload (quote reftex-all-document-files) "reftex-parse" "\ 22134(autoload (quote reftex-all-document-files) "reftex-parse" "\
@@ -22370,7 +22141,7 @@ of master file.
22370;;;*** 22141;;;***
22371 22142
22372;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (17704 22143;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (17704
22373;;;;;; 4326)) 22144;;;;;; 3967))
22374;;; Generated autoloads from textmodes/reftex-vars.el 22145;;; Generated autoloads from textmodes/reftex-vars.el
22375(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22146(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
22376(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22147(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -22380,7 +22151,7 @@ of master file.
22380;;;*** 22151;;;***
22381 22152
22382;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 22153;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
22383;;;;;; (17385 8490)) 22154;;;;;; (17383 40541))
22384;;; Generated autoloads from emacs-lisp/regexp-opt.el 22155;;; Generated autoloads from emacs-lisp/regexp-opt.el
22385 22156
22386(autoload (quote regexp-opt) "regexp-opt" "\ 22157(autoload (quote regexp-opt) "regexp-opt" "\
@@ -22407,7 +22178,7 @@ This means the number of non-shy regexp grouping constructs
22407 22178
22408;;;*** 22179;;;***
22409 22180
22410;;;### (autoloads (repeat) "repeat" "repeat.el" (17385 8487)) 22181;;;### (autoloads (repeat) "repeat" "repeat.el" (17383 40519))
22411;;; Generated autoloads from repeat.el 22182;;; Generated autoloads from repeat.el
22412 22183
22413(autoload (quote repeat) "repeat" "\ 22184(autoload (quote repeat) "repeat" "\
@@ -22425,7 +22196,7 @@ can be modified by the global variable `repeat-on-final-keystroke'.
22425;;;*** 22196;;;***
22426 22197
22427;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 22198;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
22428;;;;;; (17385 8494)) 22199;;;;;; (17383 40558))
22429;;; Generated autoloads from mail/reporter.el 22200;;; Generated autoloads from mail/reporter.el
22430 22201
22431(autoload (quote reporter-submit-bug-report) "reporter" "\ 22202(autoload (quote reporter-submit-bug-report) "reporter" "\
@@ -22457,7 +22228,7 @@ mail-sending package is used for editing and sending the message.
22457;;;*** 22228;;;***
22458 22229
22459;;;### (autoloads (reposition-window) "reposition" "reposition.el" 22230;;;### (autoloads (reposition-window) "reposition" "reposition.el"
22460;;;;;; (17385 8487)) 22231;;;;;; (17383 40520))
22461;;; Generated autoloads from reposition.el 22232;;; Generated autoloads from reposition.el
22462 22233
22463(autoload (quote reposition-window) "reposition" "\ 22234(autoload (quote reposition-window) "reposition" "\
@@ -22484,8 +22255,8 @@ first comment line visible (if point is in a comment).
22484 22255
22485;;;*** 22256;;;***
22486 22257
22487;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (17385 22258;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (17742
22488;;;;;; 8487)) 22259;;;;;; 30014))
22489;;; Generated autoloads from resume.el 22260;;; Generated autoloads from resume.el
22490 22261
22491(autoload (quote resume-suspend-hook) "resume" "\ 22262(autoload (quote resume-suspend-hook) "resume" "\
@@ -22496,7 +22267,7 @@ Clear out the file used for transmitting args when Emacs resumes.
22496;;;*** 22267;;;***
22497 22268
22498;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 22269;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
22499;;;;;; (17495 43954)) 22270;;;;;; (17493 6878))
22500;;; Generated autoloads from reveal.el 22271;;; Generated autoloads from reveal.el
22501 22272
22502(autoload (quote reveal-mode) "reveal" "\ 22273(autoload (quote reveal-mode) "reveal" "\
@@ -22513,11 +22284,10 @@ With zero or negative ARG turn mode off.
22513Non-nil if Global-Reveal mode is enabled. 22284Non-nil if Global-Reveal mode is enabled.
22514See the command `global-reveal-mode' for a description of this minor-mode. 22285See the command `global-reveal-mode' for a description of this minor-mode.
22515Setting this variable directly does not take effect; 22286Setting this variable directly does not take effect;
22516use either \\[customize] or the function `global-reveal-mode'.") 22287either customize it (see the info node `Easy Customization')
22517 22288or call the function `global-reveal-mode'.")
22518(custom-autoload (quote global-reveal-mode) "reveal")
22519 22289
22520(put (quote global-reveal-mode) (quote custom-set) (quote custom-set-minor-mode)) 22290(custom-autoload (quote global-reveal-mode) "reveal" nil)
22521 22291
22522(autoload (quote global-reveal-mode) "reveal" "\ 22292(autoload (quote global-reveal-mode) "reveal" "\
22523Toggle Reveal mode in all buffers on or off. 22293Toggle Reveal mode in all buffers on or off.
@@ -22532,7 +22302,7 @@ With zero or negative ARG turn mode off.
22532;;;*** 22302;;;***
22533 22303
22534;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 22304;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
22535;;;;;; (17385 8490)) 22305;;;;;; (17383 40542))
22536;;; Generated autoloads from emacs-lisp/ring.el 22306;;; Generated autoloads from emacs-lisp/ring.el
22537 22307
22538(autoload (quote ring-p) "ring" "\ 22308(autoload (quote ring-p) "ring" "\
@@ -22547,7 +22317,7 @@ Make a ring that can contain SIZE elements.
22547 22317
22548;;;*** 22318;;;***
22549 22319
22550;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (17385 8495)) 22320;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (17383 40566))
22551;;; Generated autoloads from net/rlogin.el 22321;;; Generated autoloads from net/rlogin.el
22552 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") 22322 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")
22553 22323
@@ -22598,8 +22368,8 @@ variable.
22598;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 22368;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
22599;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 22369;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
22600;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names 22370;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names
22601;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (17704 22371;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (17740
22602;;;;;; 4326)) 22372;;;;;; 54252))
22603;;; Generated autoloads from mail/rmail.el 22373;;; Generated autoloads from mail/rmail.el
22604 22374
22605(autoload (quote rmail-movemail-variant-p) "rmail" "\ 22375(autoload (quote rmail-movemail-variant-p) "rmail" "\
@@ -22864,7 +22634,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
22864;;;*** 22634;;;***
22865 22635
22866;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" 22636;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
22867;;;;;; (17385 8494)) 22637;;;;;; (17383 40559))
22868;;; Generated autoloads from mail/rmailedit.el 22638;;; Generated autoloads from mail/rmailedit.el
22869 22639
22870(autoload (quote rmail-edit-current-message) "rmailedit" "\ 22640(autoload (quote rmail-edit-current-message) "rmailedit" "\
@@ -22876,7 +22646,7 @@ Edit the contents of this message.
22876 22646
22877;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message 22647;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
22878;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" 22648;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
22879;;;;;; "mail/rmailkwd.el" (17385 8494)) 22649;;;;;; "mail/rmailkwd.el" (17383 40559))
22880;;; Generated autoloads from mail/rmailkwd.el 22650;;; Generated autoloads from mail/rmailkwd.el
22881 22651
22882(autoload (quote rmail-add-label) "rmailkwd" "\ 22652(autoload (quote rmail-add-label) "rmailkwd" "\
@@ -22915,7 +22685,7 @@ With prefix argument N moves forward N messages with these labels.
22915;;;*** 22685;;;***
22916 22686
22917;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" 22687;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
22918;;;;;; (17385 8494)) 22688;;;;;; (17383 40559))
22919;;; Generated autoloads from mail/rmailmsc.el 22689;;; Generated autoloads from mail/rmailmsc.el
22920 22690
22921(autoload (quote set-rmail-inbox-list) "rmailmsc" "\ 22691(autoload (quote set-rmail-inbox-list) "rmailmsc" "\
@@ -22929,7 +22699,7 @@ If FILE-NAME is empty, remove any existing inbox list.
22929 22699
22930;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output 22700;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output
22931;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" 22701;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout"
22932;;;;;; "mail/rmailout.el" (17385 8494)) 22702;;;;;; "mail/rmailout.el" (17383 40559))
22933;;; Generated autoloads from mail/rmailout.el 22703;;; Generated autoloads from mail/rmailout.el
22934 22704
22935(defvar rmail-output-file-alist nil "\ 22705(defvar rmail-output-file-alist nil "\
@@ -22940,7 +22710,7 @@ NAME-EXP may be a string constant giving the file name to use,
22940or more generally it may be any kind of expression that returns 22710or more generally it may be any kind of expression that returns
22941a file name as a string.") 22711a file name as a string.")
22942 22712
22943(custom-autoload (quote rmail-output-file-alist) "rmailout") 22713(custom-autoload (quote rmail-output-file-alist) "rmailout" t)
22944 22714
22945(autoload (quote rmail-output-to-rmail-file) "rmailout" "\ 22715(autoload (quote rmail-output-to-rmail-file) "rmailout" "\
22946Append the current message to an Rmail file named FILE-NAME. 22716Append the current message to an Rmail file named FILE-NAME.
@@ -22964,7 +22734,7 @@ message up instead of moving forward to the next non-deleted message.
22964(defvar rmail-fields-not-to-output nil "\ 22734(defvar rmail-fields-not-to-output nil "\
22965*Regexp describing fields to exclude when outputting a message to a file.") 22735*Regexp describing fields to exclude when outputting a message to a file.")
22966 22736
22967(custom-autoload (quote rmail-fields-not-to-output) "rmailout") 22737(custom-autoload (quote rmail-fields-not-to-output) "rmailout" t)
22968 22738
22969(autoload (quote rmail-output) "rmailout" "\ 22739(autoload (quote rmail-output) "rmailout" "\
22970Append this message to system-inbox-format mail file named FILE-NAME. 22740Append this message to system-inbox-format mail file named FILE-NAME.
@@ -22996,8 +22766,8 @@ FILE-NAME defaults, interactively, from the Subject field of the message.
22996 22766
22997;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent 22767;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent
22998;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject 22768;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject
22999;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (17385 22769;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (17383
23000;;;;;; 8494)) 22770;;;;;; 40560))
23001;;; Generated autoloads from mail/rmailsort.el 22771;;; Generated autoloads from mail/rmailsort.el
23002 22772
23003(autoload (quote rmail-sort-by-date) "rmailsort" "\ 22773(autoload (quote rmail-sort-by-date) "rmailsort" "\
@@ -23049,18 +22819,18 @@ KEYWORDS is a comma-separated list of labels.
23049;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp 22819;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
23050;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary 22820;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
23051;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) 22821;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
23052;;;;;; "rmailsum" "mail/rmailsum.el" (17427 10522)) 22822;;;;;; "rmailsum" "mail/rmailsum.el" (17427 24977))
23053;;; Generated autoloads from mail/rmailsum.el 22823;;; Generated autoloads from mail/rmailsum.el
23054 22824
23055(defvar rmail-summary-scroll-between-messages t "\ 22825(defvar rmail-summary-scroll-between-messages t "\
23056*Non-nil means Rmail summary scroll commands move between messages.") 22826*Non-nil means Rmail summary scroll commands move between messages.")
23057 22827
23058(custom-autoload (quote rmail-summary-scroll-between-messages) "rmailsum") 22828(custom-autoload (quote rmail-summary-scroll-between-messages) "rmailsum" t)
23059 22829
23060(defvar rmail-summary-line-count-flag t "\ 22830(defvar rmail-summary-line-count-flag t "\
23061*Non-nil means Rmail summary should show the number of lines in each message.") 22831*Non-nil means Rmail summary should show the number of lines in each message.")
23062 22832
23063(custom-autoload (quote rmail-summary-line-count-flag) "rmailsum") 22833(custom-autoload (quote rmail-summary-line-count-flag) "rmailsum" t)
23064 22834
23065(autoload (quote rmail-summary) "rmailsum" "\ 22835(autoload (quote rmail-summary) "rmailsum" "\
23066Display a summary of all messages, one line per message. 22836Display a summary of all messages, one line per message.
@@ -23110,7 +22880,7 @@ SENDERS is a string of names separated by commas.
23110 22880
23111By default, `identity' is set.") 22881By default, `identity' is set.")
23112 22882
23113(custom-autoload (quote rmail-summary-line-decoder) "rmailsum") 22883(custom-autoload (quote rmail-summary-line-decoder) "rmailsum" t)
23114 22884
23115(defvar rmail-user-mail-address-regexp nil "\ 22885(defvar rmail-user-mail-address-regexp nil "\
23116*Regexp matching user mail addresses. 22886*Regexp matching user mail addresses.
@@ -23126,25 +22896,12 @@ Then it should be a regexp matching your mail addresses.
23126 22896
23127Setting this variable has an effect only before reading a mail.") 22897Setting this variable has an effect only before reading a mail.")
23128 22898
23129(custom-autoload (quote rmail-user-mail-address-regexp) "rmailsum") 22899(custom-autoload (quote rmail-user-mail-address-regexp) "rmailsum" t)
23130
23131;;;***
23132
23133;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el"
23134;;;;;; (17385 8495))
23135;;; Generated autoloads from obsolete/rnewspost.el
23136
23137(autoload (quote news-post-news) "rnewspost" "\
23138Begin editing a new USENET news article to be posted.
23139Type \\[describe-mode] once editing the article to get a list of commands.
23140If NOQUERY is non-nil, we do not query before doing the work.
23141
23142\(fn &optional NOQUERY)" t nil)
23143 22900
23144;;;*** 22901;;;***
23145 22902
23146;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 22903;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
23147;;;;;; rot13-string rot13) "rot13" "rot13.el" (17385 8487)) 22904;;;;;; rot13-string rot13) "rot13" "rot13.el" (17383 40520))
23148;;; Generated autoloads from rot13.el 22905;;; Generated autoloads from rot13.el
23149 22906
23150(autoload (quote rot13) "rot13" "\ 22907(autoload (quote rot13) "rot13" "\
@@ -23181,52 +22938,8 @@ Toggle the use of rot 13 encoding for the current window.
23181 22938
23182;;;*** 22939;;;***
23183 22940
23184;;;### (autoloads (resize-minibuffer-mode resize-minibuffer-frame-exactly 22941;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (17743
23185;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame 22942;;;;;; 34996))
23186;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height
23187;;;;;; resize-minibuffer-mode) "rsz-mini" "obsolete/rsz-mini.el"
23188;;;;;; (17385 8495))
23189;;; Generated autoloads from obsolete/rsz-mini.el
23190
23191(defvar resize-minibuffer-mode nil "\
23192*This variable is obsolete.")
23193
23194(custom-autoload (quote resize-minibuffer-mode) "rsz-mini")
23195
23196(defvar resize-minibuffer-window-max-height nil "\
23197*This variable is obsolete.")
23198
23199(custom-autoload (quote resize-minibuffer-window-max-height) "rsz-mini")
23200
23201(defvar resize-minibuffer-window-exactly t "\
23202*This variable is obsolete.")
23203
23204(custom-autoload (quote resize-minibuffer-window-exactly) "rsz-mini")
23205
23206(defvar resize-minibuffer-frame nil "\
23207*This variable is obsolete.")
23208
23209(custom-autoload (quote resize-minibuffer-frame) "rsz-mini")
23210
23211(defvar resize-minibuffer-frame-max-height nil "\
23212*This variable is obsolete.")
23213
23214(custom-autoload (quote resize-minibuffer-frame-max-height) "rsz-mini")
23215
23216(defvar resize-minibuffer-frame-exactly t "\
23217*This variable is obsolete.")
23218
23219(custom-autoload (quote resize-minibuffer-frame-exactly) "rsz-mini")
23220
23221(autoload (quote resize-minibuffer-mode) "rsz-mini" "\
23222This function is obsolete.
23223
23224\(fn &optional PREFIX)" t nil)
23225
23226;;;***
23227
23228;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (17385
23229;;;;;; 8487))
23230;;; Generated autoloads from ruler-mode.el 22943;;; Generated autoloads from ruler-mode.el
23231 22944
23232(autoload (quote ruler-mode) "ruler-mode" "\ 22945(autoload (quote ruler-mode) "ruler-mode" "\
@@ -23236,8 +22949,8 @@ Display a ruler in the header line if ARG > 0.
23236 22949
23237;;;*** 22950;;;***
23238 22951
23239;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (17420 22952;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (17418
23240;;;;;; 32030)) 22953;;;;;; 3786))
23241;;; Generated autoloads from emacs-lisp/rx.el 22954;;; Generated autoloads from emacs-lisp/rx.el
23242 22955
23243(autoload (quote rx-to-string) "rx" "\ 22956(autoload (quote rx-to-string) "rx" "\
@@ -23545,7 +23258,7 @@ enclosed in `(and ...)'.
23545;;;*** 23258;;;***
23546 23259
23547;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" 23260;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el"
23548;;;;;; (17476 4798)) 23261;;;;;; (17458 43622))
23549;;; Generated autoloads from savehist.el 23262;;; Generated autoloads from savehist.el
23550 23263
23551(defvar savehist-mode nil "\ 23264(defvar savehist-mode nil "\
@@ -23553,7 +23266,7 @@ Mode for automatic saving of minibuffer history.
23553Set this by calling the `savehist-mode' function or using the customize 23266Set this by calling the `savehist-mode' function or using the customize
23554interface.") 23267interface.")
23555 23268
23556(custom-autoload (quote savehist-mode) "savehist") 23269(custom-autoload (quote savehist-mode) "savehist" nil)
23557 23270
23558(autoload (quote savehist-mode) "savehist" "\ 23271(autoload (quote savehist-mode) "savehist" "\
23559Toggle savehist-mode. 23272Toggle savehist-mode.
@@ -23571,7 +23284,7 @@ which is probably undesirable.
23571;;;*** 23284;;;***
23572 23285
23573;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 23286;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
23574;;;;;; (17394 12938)) 23287;;;;;; (17388 57149))
23575;;; Generated autoloads from progmodes/scheme.el 23288;;; Generated autoloads from progmodes/scheme.el
23576 23289
23577(autoload (quote scheme-mode) "scheme" "\ 23290(autoload (quote scheme-mode) "scheme" "\
@@ -23613,7 +23326,7 @@ that variable's value is a string.
23613;;;*** 23326;;;***
23614 23327
23615;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 23328;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
23616;;;;;; (17385 8494)) 23329;;;;;; (17382 22970))
23617;;; Generated autoloads from gnus/score-mode.el 23330;;; Generated autoloads from gnus/score-mode.el
23618 23331
23619(autoload (quote gnus-score-mode) "score-mode" "\ 23332(autoload (quote gnus-score-mode) "score-mode" "\
@@ -23626,44 +23339,18 @@ This mode is an extended emacs-lisp mode.
23626 23339
23627;;;*** 23340;;;***
23628 23341
23629;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (17385
23630;;;;;; 8495))
23631;;; Generated autoloads from obsolete/scribe.el
23632
23633(autoload (quote scribe-mode) "scribe" "\
23634Major mode for editing files of Scribe (a text formatter) source.
23635Scribe-mode is similar to text-mode, with a few extra commands added.
23636\\{scribe-mode-map}
23637
23638Interesting variables:
23639
23640`scribe-fancy-paragraphs'
23641 Non-nil makes Scribe mode use a different style of paragraph separation.
23642
23643`scribe-electric-quote'
23644 Non-nil makes insert of double quote use `` or '' depending on context.
23645
23646`scribe-electric-parenthesis'
23647 Non-nil makes an open-parenthesis char (one of `([<{')
23648 automatically insert its close if typed after an @Command form.
23649
23650\(fn)" t nil)
23651
23652;;;***
23653
23654;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 23342;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
23655;;;;;; (17385 8487)) 23343;;;;;; (17383 40521))
23656;;; Generated autoloads from scroll-all.el 23344;;; Generated autoloads from scroll-all.el
23657 23345
23658(defvar scroll-all-mode nil "\ 23346(defvar scroll-all-mode nil "\
23659Non-nil if Scroll-All mode is enabled. 23347Non-nil if Scroll-All mode is enabled.
23660See the command `scroll-all-mode' for a description of this minor-mode. 23348See the command `scroll-all-mode' for a description of this minor-mode.
23661Setting this variable directly does not take effect; 23349Setting this variable directly does not take effect;
23662use either \\[customize] or the function `scroll-all-mode'.") 23350either customize it (see the info node `Easy Customization')
23663 23351or call the function `scroll-all-mode'.")
23664(custom-autoload (quote scroll-all-mode) "scroll-all")
23665 23352
23666(put (quote scroll-all-mode) (quote custom-set) (quote custom-set-minor-mode)) 23353(custom-autoload (quote scroll-all-mode) "scroll-all" nil)
23667 23354
23668(autoload (quote scroll-all-mode) "scroll-all" "\ 23355(autoload (quote scroll-all-mode) "scroll-all" "\
23669Toggle Scroll-All minor mode. 23356Toggle Scroll-All minor mode.
@@ -23676,7 +23363,7 @@ apply to all visible windows in the same frame.
23676;;;*** 23363;;;***
23677 23364
23678;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 23365;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
23679;;;;;; (17385 8487)) 23366;;;;;; (17383 40521))
23680;;; Generated autoloads from scroll-lock.el 23367;;; Generated autoloads from scroll-lock.el
23681 23368
23682(autoload (quote scroll-lock-mode) "scroll-lock" "\ 23369(autoload (quote scroll-lock-mode) "scroll-lock" "\
@@ -23698,7 +23385,7 @@ during scrolling.
23698;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 23385;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
23699;;;;;; mail-header-separator send-mail-function mail-interactive 23386;;;;;; mail-header-separator send-mail-function mail-interactive
23700;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 23387;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
23701;;;;;; "sendmail" "mail/sendmail.el" (17660 26729)) 23388;;;;;; "sendmail" "mail/sendmail.el" (17660 47811))
23702;;; Generated autoloads from mail/sendmail.el 23389;;; Generated autoloads from mail/sendmail.el
23703 23390
23704(defvar mail-from-style (quote angles) "\ 23391(defvar mail-from-style (quote angles) "\
@@ -23999,7 +23686,7 @@ Like `mail' command, but display mail buffer in another frame.
23999;;;*** 23686;;;***
24000 23687
24001;;;### (autoloads (server-mode server-start) "server" "server.el" 23688;;;### (autoloads (server-mode server-start) "server" "server.el"
24002;;;;;; (17581 37625)) 23689;;;;;; (17746 35370))
24003;;; Generated autoloads from server.el 23690;;; Generated autoloads from server.el
24004 23691
24005(autoload (quote server-start) "server" "\ 23692(autoload (quote server-start) "server" "\
@@ -24017,11 +23704,10 @@ Prefix arg means just kill any existing server communications subprocess.
24017Non-nil if Server mode is enabled. 23704Non-nil if Server mode is enabled.
24018See the command `server-mode' for a description of this minor-mode. 23705See the command `server-mode' for a description of this minor-mode.
24019Setting this variable directly does not take effect; 23706Setting this variable directly does not take effect;
24020use either \\[customize] or the function `server-mode'.") 23707either customize it (see the info node `Easy Customization')
24021 23708or call the function `server-mode'.")
24022(custom-autoload (quote server-mode) "server")
24023 23709
24024(put (quote server-mode) (quote custom-set) (quote custom-set-minor-mode)) 23710(custom-autoload (quote server-mode) "server" nil)
24025 23711
24026(autoload (quote server-mode) "server" "\ 23712(autoload (quote server-mode) "server" "\
24027Toggle Server mode. 23713Toggle Server mode.
@@ -24033,7 +23719,7 @@ Server mode runs a process that accepts commands from the
24033 23719
24034;;;*** 23720;;;***
24035 23721
24036;;;### (autoloads (ses-mode) "ses" "ses.el" (17693 24641)) 23722;;;### (autoloads (ses-mode) "ses" "ses.el" (17693 43097))
24037;;; Generated autoloads from ses.el 23723;;; Generated autoloads from ses.el
24038 23724
24039(autoload (quote ses-mode) "ses" "\ 23725(autoload (quote ses-mode) "ses" "\
@@ -24052,7 +23738,7 @@ These are active only in the minibuffer, when entering or editing a formula:
24052;;;*** 23738;;;***
24053 23739
24054;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 23740;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
24055;;;;;; (17524 25620)) 23741;;;;;; (17521 50936))
24056;;; Generated autoloads from textmodes/sgml-mode.el 23742;;; Generated autoloads from textmodes/sgml-mode.el
24057 23743
24058(autoload (quote sgml-mode) "sgml-mode" "\ 23744(autoload (quote sgml-mode) "sgml-mode" "\
@@ -24120,7 +23806,7 @@ To work around that, do:
24120;;;*** 23806;;;***
24121 23807
24122;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 23808;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
24123;;;;;; (17709 24918)) 23809;;;;;; (17710 3081))
24124;;; Generated autoloads from progmodes/sh-script.el 23810;;; Generated autoloads from progmodes/sh-script.el
24125(put 'sh-shell 'safe-local-variable 'symbolp) 23811(put 'sh-shell 'safe-local-variable 'symbolp)
24126 23812
@@ -24184,7 +23870,7 @@ with your script for an edit-interpret-debug cycle.
24184 23870
24185;;;*** 23871;;;***
24186 23872
24187;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (17385 8494)) 23873;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (17382 22970))
24188;;; Generated autoloads from gnus/sha1.el 23874;;; Generated autoloads from gnus/sha1.el
24189 23875
24190(autoload (quote sha1) "sha1" "\ 23876(autoload (quote sha1) "sha1" "\
@@ -24199,7 +23885,7 @@ If BINARY is non-nil, return a string in binary form.
24199;;;*** 23885;;;***
24200 23886
24201;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 23887;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
24202;;;;;; (17385 8490)) 23888;;;;;; (17742 34367))
24203;;; Generated autoloads from emacs-lisp/shadow.el 23889;;; Generated autoloads from emacs-lisp/shadow.el
24204 23890
24205(autoload (quote list-load-path-shadows) "shadow" "\ 23891(autoload (quote list-load-path-shadows) "shadow" "\
@@ -24219,17 +23905,17 @@ and that each of these directories contains a file called XXX.el. Then
24219XXX.el in the site-lisp directory is referred to by all of: 23905XXX.el in the site-lisp directory is referred to by all of:
24220\(require 'XXX), (autoload .... \"XXX\"), (load-library \"XXX\") etc. 23906\(require 'XXX), (autoload .... \"XXX\"), (load-library \"XXX\") etc.
24221 23907
24222The first XXX.el file prevents emacs from seeing the second (unless 23908The first XXX.el file prevents Emacs from seeing the second (unless
24223the second is loaded explicitly via load-file). 23909the second is loaded explicitly via `load-file').
24224 23910
24225When not intended, such shadowings can be the source of subtle 23911When not intended, such shadowings can be the source of subtle
24226problems. For example, the above situation may have arisen because the 23912problems. For example, the above situation may have arisen because the
24227XXX package was not distributed with versions of emacs prior to 23913XXX package was not distributed with versions of Emacs prior to
2422819.30. An emacs maintainer downloaded XXX from elsewhere and installed 2391419.30. An Emacs maintainer downloaded XXX from elsewhere and installed
24229it. Later, XXX was updated and included in the emacs distribution. 23915it. Later, XXX was updated and included in the Emacs distribution.
24230Unless the emacs maintainer checks for this, the new version of XXX 23916Unless the Emacs maintainer checks for this, the new version of XXX
24231will be hidden behind the old (which may no longer work with the new 23917will be hidden behind the old (which may no longer work with the new
24232emacs version). 23918Emacs version).
24233 23919
24234This function performs these checks and flags all possible 23920This function performs these checks and flags all possible
24235shadowings. Because a .el file may exist without a corresponding .elc 23921shadowings. Because a .el file may exist without a corresponding .elc
@@ -24246,8 +23932,8 @@ buffer called `*Shadows*'. Shadowings are located by calling the
24246;;;*** 23932;;;***
24247 23933
24248;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 23934;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
24249;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (17385 23935;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (17742
24250;;;;;; 8487)) 23936;;;;;; 32321))
24251;;; Generated autoloads from shadowfile.el 23937;;; Generated autoloads from shadowfile.el
24252 23938
24253(autoload (quote shadow-define-cluster) "shadowfile" "\ 23939(autoload (quote shadow-define-cluster) "shadowfile" "\
@@ -24272,7 +23958,7 @@ specific hostnames, or names of clusters (see `shadow-define-cluster').
24272Make each of a group of files be shared between hosts. 23958Make each of a group of files be shared between hosts.
24273Prompts for regular expression; files matching this are shared between a list 23959Prompts for regular expression; files matching this are shared between a list
24274of sites, which are also prompted for. The filenames must be identical on all 23960of sites, which are also prompted for. The filenames must be identical on all
24275hosts (if they aren't, use shadow-define-group instead of this function). 23961hosts (if they aren't, use `shadow-define-literal-group' instead of this function).
24276Each site can be either a hostname or the name of a cluster (see 23962Each site can be either a hostname or the name of a cluster (see
24277`shadow-define-cluster'). 23963`shadow-define-cluster').
24278 23964
@@ -24286,7 +23972,7 @@ Set up file shadowing.
24286;;;*** 23972;;;***
24287 23973
24288;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 23974;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
24289;;;;;; (17717 4883)) 23975;;;;;; (17715 55645))
24290;;; Generated autoloads from shell.el 23976;;; Generated autoloads from shell.el
24291 23977
24292(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ 23978(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
@@ -24333,7 +24019,7 @@ Otherwise, one argument `-i' is passed to the shell.
24333;;;*** 24019;;;***
24334 24020
24335;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 24021;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
24336;;;;;; "sieve" "gnus/sieve.el" (17385 8494)) 24022;;;;;; "sieve" "gnus/sieve.el" (17382 22970))
24337;;; Generated autoloads from gnus/sieve.el 24023;;; Generated autoloads from gnus/sieve.el
24338 24024
24339(autoload (quote sieve-manage) "sieve" "\ 24025(autoload (quote sieve-manage) "sieve" "\
@@ -24354,7 +24040,7 @@ Not documented
24354;;;*** 24040;;;***
24355 24041
24356;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 24042;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
24357;;;;;; (17385 8494)) 24043;;;;;; (17382 22970))
24358;;; Generated autoloads from gnus/sieve-mode.el 24044;;; Generated autoloads from gnus/sieve-mode.el
24359 24045
24360(autoload (quote sieve-mode) "sieve-mode" "\ 24046(autoload (quote sieve-mode) "sieve-mode" "\
@@ -24369,14 +24055,14 @@ Turning on Sieve mode runs `sieve-mode-hook'.
24369 24055
24370;;;*** 24056;;;***
24371 24057
24372;;;### (autoloads nil "simple" "simple.el" (17718 31961)) 24058;;;### (autoloads nil "simple" "simple.el" (17737 11883))
24373;;; Generated autoloads from simple.el 24059;;; Generated autoloads from simple.el
24374(put 'fill-prefix 'safe-local-variable 'string-or-null-p) 24060(put 'fill-prefix 'safe-local-variable 'string-or-null-p)
24375 24061
24376;;;*** 24062;;;***
24377 24063
24378;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (17394 24064;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (17388
24379;;;;;; 12938)) 24065;;;;;; 57150))
24380;;; Generated autoloads from progmodes/simula.el 24066;;; Generated autoloads from progmodes/simula.el
24381 24067
24382(autoload (quote simula-mode) "simula" "\ 24068(autoload (quote simula-mode) "simula" "\
@@ -24425,7 +24111,7 @@ with no arguments, if that value is non-nil.
24425;;;*** 24111;;;***
24426 24112
24427;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 24113;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
24428;;;;;; define-skeleton) "skeleton" "skeleton.el" (17524 25620)) 24114;;;;;; define-skeleton) "skeleton" "skeleton.el" (17521 50933))
24429;;; Generated autoloads from skeleton.el 24115;;; Generated autoloads from skeleton.el
24430 24116
24431(defvar skeleton-filter-function (quote identity) "\ 24117(defvar skeleton-filter-function (quote identity) "\
@@ -24535,7 +24221,7 @@ symmetrical ones, and the same character twice for the others.
24535;;;*** 24221;;;***
24536 24222
24537;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" 24223;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el"
24538;;;;;; (17495 43954)) 24224;;;;;; (17493 6878))
24539;;; Generated autoloads from smerge-mode.el 24225;;; Generated autoloads from smerge-mode.el
24540 24226
24541(autoload (quote smerge-ediff) "smerge-mode" "\ 24227(autoload (quote smerge-ediff) "smerge-mode" "\
@@ -24554,7 +24240,7 @@ Minor mode to simplify editing output from the diff3 program.
24554;;;*** 24240;;;***
24555 24241
24556;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 24242;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
24557;;;;;; (17476 4800)) 24243;;;;;; (17440 26399))
24558;;; Generated autoloads from gnus/smiley.el 24244;;; Generated autoloads from gnus/smiley.el
24559 24245
24560(autoload (quote smiley-region) "smiley" "\ 24246(autoload (quote smiley-region) "smiley" "\
@@ -24572,7 +24258,7 @@ interactively. If there's no argument, do it at the current buffer
24572;;;*** 24258;;;***
24573 24259
24574;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 24260;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
24575;;;;;; "mail/smtpmail.el" (17718 28532)) 24261;;;;;; "mail/smtpmail.el" (17718 30637))
24576;;; Generated autoloads from mail/smtpmail.el 24262;;; Generated autoloads from mail/smtpmail.el
24577 24263
24578(autoload (quote smtpmail-send-it) "smtpmail" "\ 24264(autoload (quote smtpmail-send-it) "smtpmail" "\
@@ -24587,7 +24273,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'.
24587 24273
24588;;;*** 24274;;;***
24589 24275
24590;;;### (autoloads (snake) "snake" "play/snake.el" (17385 8495)) 24276;;;### (autoloads (snake) "snake" "play/snake.el" (17382 22978))
24591;;; Generated autoloads from play/snake.el 24277;;; Generated autoloads from play/snake.el
24592 24278
24593(autoload (quote snake) "snake" "\ 24279(autoload (quote snake) "snake" "\
@@ -24611,7 +24297,7 @@ Snake mode keybindings:
24611;;;*** 24297;;;***
24612 24298
24613;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 24299;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
24614;;;;;; (17385 8495)) 24300;;;;;; (17383 40567))
24615;;; Generated autoloads from net/snmp-mode.el 24301;;; Generated autoloads from net/snmp-mode.el
24616 24302
24617(autoload (quote snmp-mode) "snmp-mode" "\ 24303(autoload (quote snmp-mode) "snmp-mode" "\
@@ -24642,7 +24328,7 @@ then `snmpv2-mode-hook'.
24642 24328
24643;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name 24329;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name
24644;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) 24330;;;;;; calendar-longitude calendar-latitude calendar-time-display-form)
24645;;;;;; "solar" "calendar/solar.el" (17386 33146)) 24331;;;;;; "solar" "calendar/solar.el" (17386 21901))
24646;;; Generated autoloads from calendar/solar.el 24332;;; Generated autoloads from calendar/solar.el
24647 24333
24648(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ 24334(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\
@@ -24659,7 +24345,7 @@ For example, the form
24659 24345
24660would give military-style times like `21:07 (UTC)'.") 24346would give military-style times like `21:07 (UTC)'.")
24661 24347
24662(custom-autoload (quote calendar-time-display-form) "solar") 24348(custom-autoload (quote calendar-time-display-form) "solar" t)
24663 24349
24664(defvar calendar-latitude nil "\ 24350(defvar calendar-latitude nil "\
24665*Latitude of `calendar-location-name' in degrees. 24351*Latitude of `calendar-location-name' in degrees.
@@ -24671,7 +24357,7 @@ York City.
24671 24357
24672This variable should be set in `site-start'.el.") 24358This variable should be set in `site-start'.el.")
24673 24359
24674(custom-autoload (quote calendar-latitude) "solar") 24360(custom-autoload (quote calendar-latitude) "solar" t)
24675 24361
24676(defvar calendar-longitude nil "\ 24362(defvar calendar-longitude nil "\
24677*Longitude of `calendar-location-name' in degrees. 24363*Longitude of `calendar-location-name' in degrees.
@@ -24683,7 +24369,7 @@ York City.
24683 24369
24684This variable should be set in `site-start'.el.") 24370This variable should be set in `site-start'.el.")
24685 24371
24686(custom-autoload (quote calendar-longitude) "solar") 24372(custom-autoload (quote calendar-longitude) "solar" t)
24687 24373
24688(defvar calendar-location-name (quote (let ((float-output-format "%.1f")) (format "%s%s, %s%s" (if (numberp calendar-latitude) (abs calendar-latitude) (+ (aref calendar-latitude 0) (/ (aref calendar-latitude 1) 60.0))) (if (numberp calendar-latitude) (if (> calendar-latitude 0) "N" "S") (if (equal (aref calendar-latitude 2) (quote north)) "N" "S")) (if (numberp calendar-longitude) (abs calendar-longitude) (+ (aref calendar-longitude 0) (/ (aref calendar-longitude 1) 60.0))) (if (numberp calendar-longitude) (if (> calendar-longitude 0) "E" "W") (if (equal (aref calendar-longitude 2) (quote east)) "E" "W"))))) "\ 24374(defvar calendar-location-name (quote (let ((float-output-format "%.1f")) (format "%s%s, %s%s" (if (numberp calendar-latitude) (abs calendar-latitude) (+ (aref calendar-latitude 0) (/ (aref calendar-latitude 1) 60.0))) (if (numberp calendar-latitude) (if (> calendar-latitude 0) "N" "S") (if (equal (aref calendar-latitude 2) (quote north)) "N" "S")) (if (numberp calendar-longitude) (abs calendar-longitude) (+ (aref calendar-longitude 0) (/ (aref calendar-longitude 1) 60.0))) (if (numberp calendar-longitude) (if (> calendar-longitude 0) "E" "W") (if (equal (aref calendar-longitude 2) (quote east)) "E" "W"))))) "\
24689*Expression evaluating to name of `calendar-longitude', `calendar-latitude'. 24375*Expression evaluating to name of `calendar-longitude', `calendar-latitude'.
@@ -24692,7 +24378,7 @@ pair.
24692 24378
24693This variable should be set in `site-start'.el.") 24379This variable should be set in `site-start'.el.")
24694 24380
24695(custom-autoload (quote calendar-location-name) "solar") 24381(custom-autoload (quote calendar-location-name) "solar" t)
24696 24382
24697(autoload (quote sunrise-sunset) "solar" "\ 24383(autoload (quote sunrise-sunset) "solar" "\
24698Local time of sunrise and sunset for today. Accurate to a few seconds. 24384Local time of sunrise and sunset for today. Accurate to a few seconds.
@@ -24713,8 +24399,8 @@ Requires floating point.
24713 24399
24714;;;*** 24400;;;***
24715 24401
24716;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (17385 24402;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (17382
24717;;;;;; 8495)) 24403;;;;;; 22978))
24718;;; Generated autoloads from play/solitaire.el 24404;;; Generated autoloads from play/solitaire.el
24719 24405
24720(autoload (quote solitaire) "solitaire" "\ 24406(autoload (quote solitaire) "solitaire" "\
@@ -24791,7 +24477,7 @@ Pick your favourite shortcuts:
24791 24477
24792;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 24478;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
24793;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 24479;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
24794;;;;;; sort-lines sort-subr) "sort" "sort.el" (17476 4798)) 24480;;;;;; sort-lines sort-subr) "sort" "sort.el" (17739 37747))
24795;;; Generated autoloads from sort.el 24481;;; Generated autoloads from sort.el
24796 24482
24797(autoload (quote sort-subr) "sort" "\ 24483(autoload (quote sort-subr) "sort" "\
@@ -24933,8 +24619,8 @@ From a program takes two point or marker arguments, BEG and END.
24933 24619
24934;;;*** 24620;;;***
24935 24621
24936;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (17476 24622;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (17440
24937;;;;;; 4800)) 24623;;;;;; 26400))
24938;;; Generated autoloads from gnus/spam.el 24624;;; Generated autoloads from gnus/spam.el
24939 24625
24940(autoload (quote spam-initialize) "spam" "\ 24626(autoload (quote spam-initialize) "spam" "\
@@ -24946,7 +24632,7 @@ Install the spam.el hooks and do other initialization
24946 24632
24947;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 24633;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
24948;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 24634;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
24949;;;;;; "gnus/spam-report.el" (17386 33146)) 24635;;;;;; "gnus/spam-report.el" (17386 21908))
24950;;; Generated autoloads from gnus/spam-report.el 24636;;; Generated autoloads from gnus/spam-report.el
24951 24637
24952(autoload (quote spam-report-process-queue) "spam-report" "\ 24638(autoload (quote spam-report-process-queue) "spam-report" "\
@@ -24989,7 +24675,7 @@ Spam reports will be queued with the method used when
24989;;;*** 24675;;;***
24990 24676
24991;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 24677;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
24992;;;;;; "speedbar.el" (17535 19469)) 24678;;;;;; "speedbar.el" (17739 37747))
24993;;; Generated autoloads from speedbar.el 24679;;; Generated autoloads from speedbar.el
24994 24680
24995(defalias (quote speedbar) (quote speedbar-frame-mode)) 24681(defalias (quote speedbar) (quote speedbar-frame-mode))
@@ -25014,7 +24700,7 @@ selected. If the speedbar frame is active, then select the attached frame.
25014;;;*** 24700;;;***
25015 24701
25016;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 24702;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
25017;;;;;; "spell" "textmodes/spell.el" (17385 8496)) 24703;;;;;; "spell" "textmodes/spell.el" (17383 40578))
25018;;; Generated autoloads from textmodes/spell.el 24704;;; Generated autoloads from textmodes/spell.el
25019 24705
25020(put (quote spell-filter) (quote risky-local-variable) t) 24706(put (quote spell-filter) (quote risky-local-variable) t)
@@ -25050,8 +24736,8 @@ Check spelling of string supplied as argument.
25050 24736
25051;;;*** 24737;;;***
25052 24738
25053;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (17385 24739;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (17382
25054;;;;;; 8495)) 24740;;;;;; 22978))
25055;;; Generated autoloads from play/spook.el 24741;;; Generated autoloads from play/spook.el
25056 24742
25057(autoload (quote spook) "spook" "\ 24743(autoload (quote spook) "spook" "\
@@ -25069,8 +24755,8 @@ Return a vector containing the lines from `spook-phrases-file'.
25069;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres 24755;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
25070;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 24756;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
25071;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help 24757;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help
25072;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (17394 24758;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (17388
25073;;;;;; 12938)) 24759;;;;;; 57150))
25074;;; Generated autoloads from progmodes/sql.el 24760;;; Generated autoloads from progmodes/sql.el
25075 24761
25076(autoload (quote sql-add-product-keywords) "sql" "\ 24762(autoload (quote sql-add-product-keywords) "sql" "\
@@ -25502,7 +25188,7 @@ input. See `sql-interactive-mode'.
25502;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 25188;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
25503;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 25189;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
25504;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (17704 25190;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (17704
25505;;;;;; 4325)) 25191;;;;;; 3962))
25506;;; Generated autoloads from strokes.el 25192;;; Generated autoloads from strokes.el
25507 25193
25508(autoload (quote strokes-global-set-stroke) "strokes" "\ 25194(autoload (quote strokes-global-set-stroke) "strokes" "\
@@ -25612,7 +25298,7 @@ Read a complex stroke and insert its glyph into the current buffer.
25612;;;*** 25298;;;***
25613 25299
25614;;;### (autoloads (studlify-buffer studlify-word studlify-region) 25300;;;### (autoloads (studlify-buffer studlify-word studlify-region)
25615;;;;;; "studly" "play/studly.el" (17075 55479)) 25301;;;;;; "studly" "play/studly.el" (16211 27038))
25616;;; Generated autoloads from play/studly.el 25302;;; Generated autoloads from play/studly.el
25617 25303
25618(autoload (quote studlify-region) "studly" "\ 25304(autoload (quote studlify-region) "studly" "\
@@ -25632,7 +25318,7 @@ Studlify-case the current buffer.
25632 25318
25633;;;*** 25319;;;***
25634 25320
25635;;;### (autoloads (locate-library) "subr" "subr.el" (17724 51792)) 25321;;;### (autoloads (locate-library) "subr" "subr.el" (17746 11736))
25636;;; Generated autoloads from subr.el 25322;;; Generated autoloads from subr.el
25637 25323
25638(autoload (quote locate-library) "subr" "\ 25324(autoload (quote locate-library) "subr" "\
@@ -25654,7 +25340,7 @@ and the file name is displayed in the echo area.
25654;;;*** 25340;;;***
25655 25341
25656;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 25342;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
25657;;;;;; (17385 8494)) 25343;;;;;; (17383 40560))
25658;;; Generated autoloads from mail/supercite.el 25344;;; Generated autoloads from mail/supercite.el
25659 25345
25660(autoload (quote sc-cite-original) "supercite" "\ 25346(autoload (quote sc-cite-original) "supercite" "\
@@ -25686,14 +25372,15 @@ before, and `sc-post-hook' is run after the guts of this function.
25686 25372
25687;;;*** 25373;;;***
25688 25374
25689;;;### (autoloads (t-mouse-mode) "t-mouse" "t-mouse.el" (17614 9197)) 25375;;;### (autoloads (t-mouse-mode) "t-mouse" "t-mouse.el" (17742 41228))
25690;;; Generated autoloads from t-mouse.el 25376;;; Generated autoloads from t-mouse.el
25691 25377
25692(defvar t-mouse-mode nil "\ 25378(defvar t-mouse-mode nil "\
25693Non-nil if T-Mouse mode is enabled. 25379Non-nil if T-Mouse mode is enabled.
25694See the command `t-mouse-mode' for a description of this minor-mode. 25380See the command `t-mouse-mode' for a description of this minor-mode.
25695Setting this variable directly does not take effect; 25381Setting this variable directly does not take effect;
25696use either \\[customize] or the function `t-mouse-mode'.") 25382either customize it (see the info node `Easy Customization')
25383or call the function `t-mouse-mode'.")
25697 25384
25698(custom-autoload (quote t-mouse-mode) "t-mouse" nil) 25385(custom-autoload (quote t-mouse-mode) "t-mouse" nil)
25699 25386
@@ -25701,13 +25388,13 @@ use either \\[customize] or the function `t-mouse-mode'.")
25701Toggle t-mouse mode. 25388Toggle t-mouse mode.
25702With prefix arg, turn t-mouse mode on iff arg is positive. 25389With prefix arg, turn t-mouse mode on iff arg is positive.
25703 25390
25704Turn it on to use emacs mouse commands, and off to use t-mouse commands. 25391Turn it on to use Emacs mouse commands, and off to use t-mouse commands.
25705 25392
25706\(fn &optional ARG)" t nil) 25393\(fn &optional ARG)" t nil)
25707 25394
25708;;;*** 25395;;;***
25709 25396
25710;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17607 45512)) 25397;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17606 37926))
25711;;; Generated autoloads from tabify.el 25398;;; Generated autoloads from tabify.el
25712 25399
25713(autoload (quote untabify) "tabify" "\ 25400(autoload (quote untabify) "tabify" "\
@@ -25742,7 +25429,7 @@ The variable `tab-width' controls the spacing of tab stops.
25742;;;;;; table-recognize table-insert-row-column table-insert-column 25429;;;;;; table-recognize table-insert-row-column table-insert-column
25743;;;;;; table-insert-row table-insert table-point-left-cell-hook 25430;;;;;; table-insert-row table-insert table-point-left-cell-hook
25744;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 25431;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
25745;;;;;; "table" "textmodes/table.el" (17717 4883)) 25432;;;;;; "table" "textmodes/table.el" (17739 37751))
25746;;; Generated autoloads from textmodes/table.el 25433;;; Generated autoloads from textmodes/table.el
25747 25434
25748(defvar table-cell-map-hook nil "\ 25435(defvar table-cell-map-hook nil "\
@@ -26330,7 +26017,7 @@ converts a table into plain text without frames. It is a companion to
26330 26017
26331;;;*** 26018;;;***
26332 26019
26333;;;### (autoloads (talk-connect) "talk" "talk.el" (17385 8488)) 26020;;;### (autoloads (talk-connect) "talk" "talk.el" (17383 40523))
26334;;; Generated autoloads from talk.el 26021;;; Generated autoloads from talk.el
26335 26022
26336(autoload (quote talk-connect) "talk" "\ 26023(autoload (quote talk-connect) "talk" "\
@@ -26340,7 +26027,7 @@ Connect to display DISPLAY for the Emacs talk group.
26340 26027
26341;;;*** 26028;;;***
26342 26029
26343;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (17528 38000)) 26030;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (17526 41990))
26344;;; Generated autoloads from tar-mode.el 26031;;; Generated autoloads from tar-mode.el
26345 26032
26346(autoload (quote tar-mode) "tar-mode" "\ 26033(autoload (quote tar-mode) "tar-mode" "\
@@ -26364,7 +26051,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
26364;;;*** 26051;;;***
26365 26052
26366;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 26053;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
26367;;;;;; "progmodes/tcl.el" (17485 5461)) 26054;;;;;; "progmodes/tcl.el" (17478 35187))
26368;;; Generated autoloads from progmodes/tcl.el 26055;;; Generated autoloads from progmodes/tcl.el
26369 26056
26370(autoload (quote tcl-mode) "tcl" "\ 26057(autoload (quote tcl-mode) "tcl" "\
@@ -26415,7 +26102,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
26415 26102
26416;;;*** 26103;;;***
26417 26104
26418;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (17385 8495)) 26105;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (17383 40567))
26419;;; Generated autoloads from net/telnet.el 26106;;; Generated autoloads from net/telnet.el
26420 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") 26107 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
26421 26108
@@ -26442,8 +26129,8 @@ Normally input is edited in Emacs and sent a line at a time.
26442 26129
26443;;;*** 26130;;;***
26444 26131
26445;;;### (autoloads (ansi-term term make-term) "term" "term.el" (17560 26132;;;### (autoloads (ansi-term term make-term) "term" "term.el" (17565
26446;;;;;; 29983)) 26133;;;;;; 13037))
26447;;; Generated autoloads from term.el 26134;;; Generated autoloads from term.el
26448 26135
26449(autoload (quote make-term) "term" "\ 26136(autoload (quote make-term) "term" "\
@@ -26471,8 +26158,8 @@ Start a terminal-emulator in a new buffer.
26471 26158
26472;;;*** 26159;;;***
26473 26160
26474;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (17385 26161;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (17742
26475;;;;;; 8488)) 26162;;;;;; 30303))
26476;;; Generated autoloads from terminal.el 26163;;; Generated autoloads from terminal.el
26477 26164
26478(autoload (quote terminal-emulator) "terminal" "\ 26165(autoload (quote terminal-emulator) "terminal" "\
@@ -26509,7 +26196,7 @@ subprocess started.
26509;;;*** 26196;;;***
26510 26197
26511;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 26198;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
26512;;;;;; (17385 8490)) 26199;;;;;; (17383 40543))
26513;;; Generated autoloads from emacs-lisp/testcover.el 26200;;; Generated autoloads from emacs-lisp/testcover.el
26514 26201
26515(autoload (quote testcover-this-defun) "testcover" "\ 26202(autoload (quote testcover-this-defun) "testcover" "\
@@ -26519,7 +26206,7 @@ Start coverage on function under point.
26519 26206
26520;;;*** 26207;;;***
26521 26208
26522;;;### (autoloads (tetris) "tetris" "play/tetris.el" (17385 8495)) 26209;;;### (autoloads (tetris) "tetris" "play/tetris.el" (17382 22978))
26523;;; Generated autoloads from play/tetris.el 26210;;; Generated autoloads from play/tetris.el
26524 26211
26525(autoload (quote tetris) "tetris" "\ 26212(autoload (quote tetris) "tetris" "\
@@ -26550,13 +26237,13 @@ tetris-mode keybindings:
26550;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 26237;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
26551;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 26238;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
26552;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 26239;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
26553;;;;;; (17560 6690)) 26240;;;;;; (17557 12734))
26554;;; Generated autoloads from textmodes/tex-mode.el 26241;;; Generated autoloads from textmodes/tex-mode.el
26555 26242
26556(defvar tex-shell-file-name nil "\ 26243(defvar tex-shell-file-name nil "\
26557*If non-nil, the shell file name to run in the subshell used to run TeX.") 26244*If non-nil, the shell file name to run in the subshell used to run TeX.")
26558 26245
26559(custom-autoload (quote tex-shell-file-name) "tex-mode") 26246(custom-autoload (quote tex-shell-file-name) "tex-mode" t)
26560 26247
26561(defvar tex-directory "." "\ 26248(defvar tex-directory "." "\
26562*Directory in which temporary files are written. 26249*Directory in which temporary files are written.
@@ -26564,7 +26251,7 @@ You can make this `/tmp' if your TEXINPUTS has no relative directories in it
26564and you don't try to apply \\[tex-region] or \\[tex-buffer] when there are 26251and you don't try to apply \\[tex-region] or \\[tex-buffer] when there are
26565`\\input' commands with relative directories.") 26252`\\input' commands with relative directories.")
26566 26253
26567(custom-autoload (quote tex-directory) "tex-mode") 26254(custom-autoload (quote tex-directory) "tex-mode" t)
26568 26255
26569(defvar tex-first-line-header-regexp nil "\ 26256(defvar tex-first-line-header-regexp nil "\
26570Regexp for matching a first line which `tex-region' should include. 26257Regexp for matching a first line which `tex-region' should include.
@@ -26572,40 +26259,40 @@ If this is non-nil, it should be a regular expression string;
26572if it matches the first line of the file, 26259if it matches the first line of the file,
26573`tex-region' always includes the first line in the TeX run.") 26260`tex-region' always includes the first line in the TeX run.")
26574 26261
26575(custom-autoload (quote tex-first-line-header-regexp) "tex-mode") 26262(custom-autoload (quote tex-first-line-header-regexp) "tex-mode" t)
26576 26263
26577(defvar tex-main-file nil "\ 26264(defvar tex-main-file nil "\
26578*The main TeX source file which includes this buffer's file. 26265*The main TeX source file which includes this buffer's file.
26579The command `tex-file' runs TeX on the file specified by `tex-main-file' 26266The command `tex-file' runs TeX on the file specified by `tex-main-file'
26580if the variable is non-nil.") 26267if the variable is non-nil.")
26581 26268
26582(custom-autoload (quote tex-main-file) "tex-mode") 26269(custom-autoload (quote tex-main-file) "tex-mode" t)
26583 26270
26584(defvar tex-offer-save t "\ 26271(defvar tex-offer-save t "\
26585*If non-nil, ask about saving modified buffers before \\[tex-file] is run.") 26272*If non-nil, ask about saving modified buffers before \\[tex-file] is run.")
26586 26273
26587(custom-autoload (quote tex-offer-save) "tex-mode") 26274(custom-autoload (quote tex-offer-save) "tex-mode" t)
26588 26275
26589(defvar tex-run-command "tex" "\ 26276(defvar tex-run-command "tex" "\
26590*Command used to run TeX subjob. 26277*Command used to run TeX subjob.
26591TeX Mode sets `tex-command' to this string. 26278TeX Mode sets `tex-command' to this string.
26592See the documentation of that variable.") 26279See the documentation of that variable.")
26593 26280
26594(custom-autoload (quote tex-run-command) "tex-mode") 26281(custom-autoload (quote tex-run-command) "tex-mode" t)
26595 26282
26596(defvar latex-run-command "latex" "\ 26283(defvar latex-run-command "latex" "\
26597*Command used to run LaTeX subjob. 26284*Command used to run LaTeX subjob.
26598LaTeX Mode sets `tex-command' to this string. 26285LaTeX Mode sets `tex-command' to this string.
26599See the documentation of that variable.") 26286See the documentation of that variable.")
26600 26287
26601(custom-autoload (quote latex-run-command) "tex-mode") 26288(custom-autoload (quote latex-run-command) "tex-mode" t)
26602 26289
26603(defvar slitex-run-command "slitex" "\ 26290(defvar slitex-run-command "slitex" "\
26604*Command used to run SliTeX subjob. 26291*Command used to run SliTeX subjob.
26605SliTeX Mode sets `tex-command' to this string. 26292SliTeX Mode sets `tex-command' to this string.
26606See the documentation of that variable.") 26293See the documentation of that variable.")
26607 26294
26608(custom-autoload (quote slitex-run-command) "tex-mode") 26295(custom-autoload (quote slitex-run-command) "tex-mode" t)
26609 26296
26610(defvar tex-start-options "" "\ 26297(defvar tex-start-options "" "\
26611*TeX options to use when starting TeX. 26298*TeX options to use when starting TeX.
@@ -26613,34 +26300,34 @@ These immediately precede the commands in `tex-start-commands'
26613and the input file name, with no separating space and are not shell-quoted. 26300and the input file name, with no separating space and are not shell-quoted.
26614If nil, TeX runs with no options. See the documentation of `tex-command'.") 26301If nil, TeX runs with no options. See the documentation of `tex-command'.")
26615 26302
26616(custom-autoload (quote tex-start-options) "tex-mode") 26303(custom-autoload (quote tex-start-options) "tex-mode" t)
26617 26304
26618(defvar tex-start-commands "\\nonstopmode\\input" "\ 26305(defvar tex-start-commands "\\nonstopmode\\input" "\
26619*TeX commands to use when starting TeX. 26306*TeX commands to use when starting TeX.
26620They are shell-quoted and precede the input file name, with a separating space. 26307They are shell-quoted and precede the input file name, with a separating space.
26621If nil, no commands are used. See the documentation of `tex-command'.") 26308If nil, no commands are used. See the documentation of `tex-command'.")
26622 26309
26623(custom-autoload (quote tex-start-commands) "tex-mode") 26310(custom-autoload (quote tex-start-commands) "tex-mode" t)
26624 26311
26625(defvar latex-block-names nil "\ 26312(defvar latex-block-names nil "\
26626*User defined LaTeX block names. 26313*User defined LaTeX block names.
26627Combined with `latex-standard-block-names' for minibuffer completion.") 26314Combined with `latex-standard-block-names' for minibuffer completion.")
26628 26315
26629(custom-autoload (quote latex-block-names) "tex-mode") 26316(custom-autoload (quote latex-block-names) "tex-mode" t)
26630 26317
26631(defvar tex-bibtex-command "bibtex" "\ 26318(defvar tex-bibtex-command "bibtex" "\
26632*Command used by `tex-bibtex-file' to gather bibliographic data. 26319*Command used by `tex-bibtex-file' to gather bibliographic data.
26633If this string contains an asterisk (`*'), that is replaced by the file name; 26320If this string contains an asterisk (`*'), that is replaced by the file name;
26634otherwise, the file name, preceded by blank, is added at the end.") 26321otherwise, the file name, preceded by blank, is added at the end.")
26635 26322
26636(custom-autoload (quote tex-bibtex-command) "tex-mode") 26323(custom-autoload (quote tex-bibtex-command) "tex-mode" t)
26637 26324
26638(defvar tex-dvi-print-command "lpr -d" "\ 26325(defvar tex-dvi-print-command "lpr -d" "\
26639*Command used by \\[tex-print] to print a .dvi file. 26326*Command used by \\[tex-print] to print a .dvi file.
26640If this string contains an asterisk (`*'), that is replaced by the file name; 26327If this string contains an asterisk (`*'), that is replaced by the file name;
26641otherwise, the file name, preceded by blank, is added at the end.") 26328otherwise, the file name, preceded by blank, is added at the end.")
26642 26329
26643(custom-autoload (quote tex-dvi-print-command) "tex-mode") 26330(custom-autoload (quote tex-dvi-print-command) "tex-mode" t)
26644 26331
26645(defvar tex-alt-dvi-print-command "lpr -d" "\ 26332(defvar tex-alt-dvi-print-command "lpr -d" "\
26646*Command used by \\[tex-print] with a prefix arg to print a .dvi file. 26333*Command used by \\[tex-print] with a prefix arg to print a .dvi file.
@@ -26657,7 +26344,7 @@ for example,
26657would tell \\[tex-print] with a prefix argument to ask you which printer to 26344would tell \\[tex-print] with a prefix argument to ask you which printer to
26658use.") 26345use.")
26659 26346
26660(custom-autoload (quote tex-alt-dvi-print-command) "tex-mode") 26347(custom-autoload (quote tex-alt-dvi-print-command) "tex-mode" t)
26661 26348
26662(defvar tex-dvi-view-command (quote (cond ((eq window-system (quote x)) "xdvi") ((eq window-system (quote w32)) "yap") (t "dvi2tty * | cat -s"))) "\ 26349(defvar tex-dvi-view-command (quote (cond ((eq window-system (quote x)) "xdvi") ((eq window-system (quote w32)) "yap") (t "dvi2tty * | cat -s"))) "\
26663*Command used by \\[tex-view] to display a `.dvi' file. 26350*Command used by \\[tex-view] to display a `.dvi' file.
@@ -26667,13 +26354,13 @@ otherwise, the file name, preceded by a space, is added at the end.
26667 26354
26668If the value is a form, it is evaluated to get the command to use.") 26355If the value is a form, it is evaluated to get the command to use.")
26669 26356
26670(custom-autoload (quote tex-dvi-view-command) "tex-mode") 26357(custom-autoload (quote tex-dvi-view-command) "tex-mode" t)
26671 26358
26672(defvar tex-show-queue-command "lpq" "\ 26359(defvar tex-show-queue-command "lpq" "\
26673*Command used by \\[tex-show-print-queue] to show the print queue. 26360*Command used by \\[tex-show-print-queue] to show the print queue.
26674Should show the queue(s) that \\[tex-print] puts jobs on.") 26361Should show the queue(s) that \\[tex-print] puts jobs on.")
26675 26362
26676(custom-autoload (quote tex-show-queue-command) "tex-mode") 26363(custom-autoload (quote tex-show-queue-command) "tex-mode" t)
26677 26364
26678(defvar tex-default-mode (quote latex-mode) "\ 26365(defvar tex-default-mode (quote latex-mode) "\
26679*Mode to enter for a new file that might be either TeX or LaTeX. 26366*Mode to enter for a new file that might be either TeX or LaTeX.
@@ -26681,17 +26368,17 @@ This variable is used when it can't be determined whether the file
26681is plain TeX or LaTeX or what because the file contains no commands. 26368is plain TeX or LaTeX or what because the file contains no commands.
26682Normally set to either `plain-tex-mode' or `latex-mode'.") 26369Normally set to either `plain-tex-mode' or `latex-mode'.")
26683 26370
26684(custom-autoload (quote tex-default-mode) "tex-mode") 26371(custom-autoload (quote tex-default-mode) "tex-mode" t)
26685 26372
26686(defvar tex-open-quote "``" "\ 26373(defvar tex-open-quote "``" "\
26687*String inserted by typing \\[tex-insert-quote] to open a quotation.") 26374*String inserted by typing \\[tex-insert-quote] to open a quotation.")
26688 26375
26689(custom-autoload (quote tex-open-quote) "tex-mode") 26376(custom-autoload (quote tex-open-quote) "tex-mode" t)
26690 26377
26691(defvar tex-close-quote "''" "\ 26378(defvar tex-close-quote "''" "\
26692*String inserted by typing \\[tex-insert-quote] to close a quotation.") 26379*String inserted by typing \\[tex-insert-quote] to close a quotation.")
26693 26380
26694(custom-autoload (quote tex-close-quote) "tex-mode") 26381(custom-autoload (quote tex-close-quote) "tex-mode" t)
26695 26382
26696(autoload (quote tex-mode) "tex-mode" "\ 26383(autoload (quote tex-mode) "tex-mode" "\
26697Major mode for editing files of input for TeX, LaTeX, or SliTeX. 26384Major mode for editing files of input for TeX, LaTeX, or SliTeX.
@@ -26852,7 +26539,7 @@ Major mode to edit DocTeX files.
26852;;;*** 26539;;;***
26853 26540
26854;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 26541;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
26855;;;;;; "texinfmt" "textmodes/texinfmt.el" (17601 9092)) 26542;;;;;; "texinfmt" "textmodes/texinfmt.el" (17742 39766))
26856;;; Generated autoloads from textmodes/texinfmt.el 26543;;; Generated autoloads from textmodes/texinfmt.el
26857 26544
26858(autoload (quote texinfo-format-buffer) "texinfmt" "\ 26545(autoload (quote texinfo-format-buffer) "texinfmt" "\
@@ -26892,18 +26579,18 @@ if large. You can use Info-split to do this manually.
26892;;;*** 26579;;;***
26893 26580
26894;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 26581;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
26895;;;;;; "texinfo" "textmodes/texinfo.el" (17385 8496)) 26582;;;;;; "texinfo" "textmodes/texinfo.el" (17383 40579))
26896;;; Generated autoloads from textmodes/texinfo.el 26583;;; Generated autoloads from textmodes/texinfo.el
26897 26584
26898(defvar texinfo-open-quote "``" "\ 26585(defvar texinfo-open-quote "``" "\
26899*String inserted by typing \\[texinfo-insert-quote] to open a quotation.") 26586*String inserted by typing \\[texinfo-insert-quote] to open a quotation.")
26900 26587
26901(custom-autoload (quote texinfo-open-quote) "texinfo") 26588(custom-autoload (quote texinfo-open-quote) "texinfo" t)
26902 26589
26903(defvar texinfo-close-quote "''" "\ 26590(defvar texinfo-close-quote "''" "\
26904*String inserted by typing \\[texinfo-insert-quote] to close a quotation.") 26591*String inserted by typing \\[texinfo-insert-quote] to close a quotation.")
26905 26592
26906(custom-autoload (quote texinfo-close-quote) "texinfo") 26593(custom-autoload (quote texinfo-close-quote) "texinfo" t)
26907 26594
26908(autoload (quote texinfo-mode) "texinfo" "\ 26595(autoload (quote texinfo-mode) "texinfo" "\
26909Major mode for editing Texinfo files. 26596Major mode for editing Texinfo files.
@@ -26979,7 +26666,7 @@ value of `texinfo-mode-hook'.
26979;;;### (autoloads (thai-auto-composition-mode thai-composition-function 26666;;;### (autoloads (thai-auto-composition-mode thai-composition-function
26980;;;;;; thai-post-read-conversion thai-compose-buffer thai-compose-string 26667;;;;;; thai-post-read-conversion thai-compose-buffer thai-compose-string
26981;;;;;; thai-compose-region) "thai-util" "language/thai-util.el" 26668;;;;;; thai-compose-region) "thai-util" "language/thai-util.el"
26982;;;;;; (17185 27569)) 26669;;;;;; (17184 28284))
26983;;; Generated autoloads from language/thai-util.el 26670;;; Generated autoloads from language/thai-util.el
26984 26671
26985(autoload (quote thai-compose-region) "thai-util" "\ 26672(autoload (quote thai-compose-region) "thai-util" "\
@@ -27023,7 +26710,7 @@ Minor mode for automatically correct Thai character composition.
27023 26710
27024;;;### (autoloads (list-at-point number-at-point symbol-at-point 26711;;;### (autoloads (list-at-point number-at-point symbol-at-point
27025;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 26712;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
27026;;;;;; "thingatpt" "thingatpt.el" (17672 24041)) 26713;;;;;; "thingatpt" "thingatpt.el" (17672 28071))
27027;;; Generated autoloads from thingatpt.el 26714;;; Generated autoloads from thingatpt.el
27028 26715
27029(autoload (quote forward-thing) "thingatpt" "\ 26716(autoload (quote forward-thing) "thingatpt" "\
@@ -27080,7 +26767,7 @@ Not documented
27080 26767
27081;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 26768;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
27082;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 26769;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
27083;;;;;; (17601 9091)) 26770;;;;;; (17591 28068))
27084;;; Generated autoloads from thumbs.el 26771;;; Generated autoloads from thumbs.el
27085 26772
27086(autoload (quote thumbs-find-thumb) "thumbs" "\ 26773(autoload (quote thumbs-find-thumb) "thumbs" "\
@@ -27119,7 +26806,7 @@ In dired, call the setroot program on the image at point.
27119;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region 26806;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region
27120;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan 26807;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan
27121;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" 26808;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util"
27122;;;;;; "language/tibet-util.el" (17102 18781)) 26809;;;;;; "language/tibet-util.el" (17113 1832))
27123;;; Generated autoloads from language/tibet-util.el 26810;;; Generated autoloads from language/tibet-util.el
27124 26811
27125(autoload (quote tibetan-char-p) "tibet-util" "\ 26812(autoload (quote tibetan-char-p) "tibet-util" "\
@@ -27198,7 +26885,7 @@ Not documented
27198;;;*** 26885;;;***
27199 26886
27200;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 26887;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
27201;;;;;; (17385 8496)) 26888;;;;;; (17383 40580))
27202;;; Generated autoloads from textmodes/tildify.el 26889;;; Generated autoloads from textmodes/tildify.el
27203 26890
27204(autoload (quote tildify-region) "tildify" "\ 26891(autoload (quote tildify-region) "tildify" "\
@@ -27222,7 +26909,7 @@ This function performs no refilling of the changed text.
27222;;;*** 26909;;;***
27223 26910
27224;;;### (autoloads (display-time-mode display-time display-time-day-and-date) 26911;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
27225;;;;;; "time" "time.el" (17674 51268)) 26912;;;;;; "time" "time.el" (17673 64787))
27226;;; Generated autoloads from time.el 26913;;; Generated autoloads from time.el
27227 26914
27228(defvar display-time-day-and-date nil "\ 26915(defvar display-time-day-and-date nil "\
@@ -27265,7 +26952,7 @@ This runs the normal hook `display-time-hook' after each update.
27265;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract 26952;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract
27266;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds 26953;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds
27267;;;;;; date-to-time) "time-date" "calendar/time-date.el" (17386 26954;;;;;; date-to-time) "time-date" "calendar/time-date.el" (17386
27268;;;;;; 33146)) 26955;;;;;; 21901))
27269;;; Generated autoloads from calendar/time-date.el 26956;;; Generated autoloads from calendar/time-date.el
27270 26957
27271(autoload (quote date-to-time) "time-date" "\ 26958(autoload (quote date-to-time) "time-date" "\
@@ -27351,7 +27038,7 @@ If DATE is malformed, return a time value of zeros.
27351;;;*** 27038;;;***
27352 27039
27353;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 27040;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
27354;;;;;; "time-stamp.el" (17495 43954)) 27041;;;;;; "time-stamp.el" (17487 50901))
27355;;; Generated autoloads from time-stamp.el 27042;;; Generated autoloads from time-stamp.el
27356(put 'time-stamp-format 'safe-local-variable 'stringp) 27043(put 'time-stamp-format 'safe-local-variable 'stringp)
27357(put 'time-stamp-line-limit 'safe-local-variable 'integerp) 27044(put 'time-stamp-line-limit 'safe-local-variable 'integerp)
@@ -27394,7 +27081,7 @@ With ARG, turn time stamping on if and only if arg is positive.
27394;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 27081;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
27395;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 27082;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
27396;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 27083;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
27397;;;;;; (17632 41885)) 27084;;;;;; (17628 62478))
27398;;; Generated autoloads from calendar/timeclock.el 27085;;; Generated autoloads from calendar/timeclock.el
27399 27086
27400(autoload (quote timeclock-modeline-display) "timeclock" "\ 27087(autoload (quote timeclock-modeline-display) "timeclock" "\
@@ -27495,7 +27182,7 @@ relative only to the time worked today, and not to past time.
27495 27182
27496;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer 27183;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer
27497;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" 27184;;;;;; run-at-time cancel-function-timers cancel-timer) "timer"
27498;;;;;; "emacs-lisp/timer.el" (17686 65476)) 27185;;;;;; "emacs-lisp/timer.el" (17687 3226))
27499;;; Generated autoloads from emacs-lisp/timer.el 27186;;; Generated autoloads from emacs-lisp/timer.el
27500 27187
27501(defalias (quote disable-timeout) (quote cancel-timer)) 27188(defalias (quote disable-timeout) (quote cancel-timer))
@@ -27571,7 +27258,7 @@ be detected.
27571;;;*** 27258;;;***
27572 27259
27573;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 27260;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
27574;;;;;; "international/titdic-cnv.el" (17102 18762)) 27261;;;;;; "international/titdic-cnv.el" (17113 1822))
27575;;; Generated autoloads from international/titdic-cnv.el 27262;;; Generated autoloads from international/titdic-cnv.el
27576 27263
27577(autoload (quote titdic-convert) "titdic-cnv" "\ 27264(autoload (quote titdic-convert) "titdic-cnv" "\
@@ -27594,8 +27281,8 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
27594;;;*** 27281;;;***
27595 27282
27596;;;### (autoloads (tamil-composition-function tamil-post-read-conversion 27283;;;### (autoloads (tamil-composition-function tamil-post-read-conversion
27597;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (17102 27284;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (17113
27598;;;;;; 18782)) 27285;;;;;; 1833))
27599;;; Generated autoloads from language/tml-util.el 27286;;; Generated autoloads from language/tml-util.el
27600 27287
27601(autoload (quote tamil-compose-region) "tml-util" "\ 27288(autoload (quote tamil-compose-region) "tml-util" "\
@@ -27618,7 +27305,7 @@ PATTERN regexp.
27618;;;*** 27305;;;***
27619 27306
27620;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27307;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
27621;;;;;; "tmm.el" (17385 8488)) 27308;;;;;; "tmm.el" (17383 40524))
27622;;; Generated autoloads from tmm.el 27309;;; Generated autoloads from tmm.el
27623 (define-key global-map "\M-`" 'tmm-menubar) 27310 (define-key global-map "\M-`" 'tmm-menubar)
27624 (define-key global-map [f10] 'tmm-menubar) 27311 (define-key global-map [f10] 'tmm-menubar)
@@ -27659,7 +27346,7 @@ Its value should be an event that has a binding in MENU.
27659 27346
27660;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 27347;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
27661;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 27348;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
27662;;;;;; "todo-mode" "calendar/todo-mode.el" (17386 33146)) 27349;;;;;; "todo-mode" "calendar/todo-mode.el" (17386 21902))
27663;;; Generated autoloads from calendar/todo-mode.el 27350;;; Generated autoloads from calendar/todo-mode.el
27664 27351
27665(autoload (quote todo-add-category) "todo-mode" "\ 27352(autoload (quote todo-add-category) "todo-mode" "\
@@ -27720,7 +27407,7 @@ Show TODO list.
27720 27407
27721;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 27408;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
27722;;;;;; tool-bar-local-item tool-bar-add-item) "tool-bar" "tool-bar.el" 27409;;;;;; tool-bar-local-item tool-bar-add-item) "tool-bar" "tool-bar.el"
27723;;;;;; (17495 43954)) 27410;;;;;; (17494 35363))
27724;;; Generated autoloads from tool-bar.el 27411;;; Generated autoloads from tool-bar.el
27725 27412
27726(put (quote tool-bar-mode) (quote standard-value) (quote (t))) 27413(put (quote tool-bar-mode) (quote standard-value) (quote (t)))
@@ -27787,18 +27474,17 @@ holds a keymap.
27787;;;*** 27474;;;***
27788 27475
27789;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 27476;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
27790;;;;;; (17385 8491)) 27477;;;;;; (17742 40702))
27791;;; Generated autoloads from emulation/tpu-edt.el 27478;;; Generated autoloads from emulation/tpu-edt.el
27792 27479
27793(defvar tpu-edt-mode nil "\ 27480(defvar tpu-edt-mode nil "\
27794Non-nil if Tpu-Edt mode is enabled. 27481Non-nil if Tpu-Edt mode is enabled.
27795See the command `tpu-edt-mode' for a description of this minor-mode. 27482See the command `tpu-edt-mode' for a description of this minor-mode.
27796Setting this variable directly does not take effect; 27483Setting this variable directly does not take effect;
27797use either \\[customize] or the function `tpu-edt-mode'.") 27484either customize it (see the info node `Easy Customization')
27798 27485or call the function `tpu-edt-mode'.")
27799(custom-autoload (quote tpu-edt-mode) "tpu-edt")
27800 27486
27801(put (quote tpu-edt-mode) (quote custom-set) (quote custom-set-minor-mode)) 27487(custom-autoload (quote tpu-edt-mode) "tpu-edt" nil)
27802 27488
27803(autoload (quote tpu-edt-mode) "tpu-edt" "\ 27489(autoload (quote tpu-edt-mode) "tpu-edt" "\
27804TPU/edt emulation. 27490TPU/edt emulation.
@@ -27815,7 +27501,7 @@ Turn on TPU/edt emulation.
27815;;;*** 27501;;;***
27816 27502
27817;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) 27503;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins)
27818;;;;;; "tpu-extras" "emulation/tpu-extras.el" (17385 8491)) 27504;;;;;; "tpu-extras" "emulation/tpu-extras.el" (17383 40547))
27819;;; Generated autoloads from emulation/tpu-extras.el 27505;;; Generated autoloads from emulation/tpu-extras.el
27820 27506
27821(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ 27507(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\
@@ -27835,7 +27521,7 @@ Constrain the cursor to the flow of the text.
27835 27521
27836;;;*** 27522;;;***
27837 27523
27838;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (17651 3608)) 27524;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (17649 42991))
27839;;; Generated autoloads from emacs-lisp/tq.el 27525;;; Generated autoloads from emacs-lisp/tq.el
27840 27526
27841(autoload (quote tq-create) "tq" "\ 27527(autoload (quote tq-create) "tq" "\
@@ -27849,7 +27535,7 @@ to a tcp server on another machine.
27849;;;*** 27535;;;***
27850 27536
27851;;;### (autoloads (trace-function-background trace-function trace-buffer) 27537;;;### (autoloads (trace-function-background trace-function trace-buffer)
27852;;;;;; "trace" "emacs-lisp/trace.el" (17656 37701)) 27538;;;;;; "trace" "emacs-lisp/trace.el" (17656 34194))
27853;;; Generated autoloads from emacs-lisp/trace.el 27539;;; Generated autoloads from emacs-lisp/trace.el
27854 27540
27855(defvar trace-buffer "*trace-output*" "\ 27541(defvar trace-buffer "*trace-output*" "\
@@ -27886,7 +27572,7 @@ BUFFER defaults to `trace-buffer'.
27886;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 27572;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
27887;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 27573;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
27888;;;;;; tramp-file-name-handler tramp-completion-file-name-regexp 27574;;;;;; tramp-file-name-handler tramp-completion-file-name-regexp
27889;;;;;; tramp-file-name-regexp) "tramp" "net/tramp.el" (17656 37701)) 27575;;;;;; tramp-file-name-regexp) "tramp" "net/tramp.el" (17744 57989))
27890;;; Generated autoloads from net/tramp.el 27576;;; Generated autoloads from net/tramp.el
27891 27577
27892(defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ 27578(defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\
@@ -27999,7 +27685,7 @@ Discard Tramp from loading remote files.
27999;;;*** 27685;;;***
28000 27686
28001;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 27687;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
28002;;;;;; (17366 25285)) 27688;;;;;; (17364 5006))
28003;;; Generated autoloads from net/tramp-ftp.el 27689;;; Generated autoloads from net/tramp-ftp.el
28004 27690
28005(autoload (quote tramp-ftp-enable-ange-ftp) "tramp-ftp" "\ 27691(autoload (quote tramp-ftp-enable-ange-ftp) "tramp-ftp" "\
@@ -28014,8 +27700,8 @@ Not documented
28014;;;;;; tumme-display-thumb tumme-display-thumbs-append tumme-setup-dired-keybindings 27700;;;;;; tumme-display-thumb tumme-display-thumbs-append tumme-setup-dired-keybindings
28015;;;;;; tumme-jump-thumbnail-buffer tumme-delete-tag tumme-tag-files 27701;;;;;; tumme-jump-thumbnail-buffer tumme-delete-tag tumme-tag-files
28016;;;;;; tumme-show-all-from-dir tumme-display-thumbs tumme-dired-with-window-configuration 27702;;;;;; tumme-show-all-from-dir tumme-display-thumbs tumme-dired-with-window-configuration
28017;;;;;; tumme-dired-insert-marked-thumbs) "tumme" "tumme.el" (17645 27703;;;;;; tumme-dired-insert-marked-thumbs) "tumme" "tumme.el" (17647
28018;;;;;; 64048)) 27704;;;;;; 30168))
28019;;; Generated autoloads from tumme.el 27705;;; Generated autoloads from tumme.el
28020 27706
28021(autoload (quote tumme-dired-insert-marked-thumbs) "tumme" "\ 27707(autoload (quote tumme-dired-insert-marked-thumbs) "tumme" "\
@@ -28145,8 +27831,33 @@ easy-to-use form.
28145 27831
28146;;;*** 27832;;;***
28147 27833
27834;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (17735
27835;;;;;; 57938))
27836;;; Generated autoloads from tutorial.el
27837
27838(autoload (quote help-with-tutorial) "tutorial" "\
27839Select the Emacs learn-by-doing tutorial.
27840If there is a tutorial version written in the language
27841of the selected language environment, that version is used.
27842If there's no tutorial in that language, `TUTORIAL' is selected.
27843With ARG, you are asked to choose which language.
27844If DONT-ASK-FOR-REVERT is non-nil the buffer is reverted without
27845any question when restarting the tutorial.
27846
27847If any of the standard Emacs key bindings that are used in the
27848tutorial have been changed then an explanatory note about this is
27849shown in the beginning of the tutorial buffer.
27850
27851When the tutorial buffer is killed the content and the point
27852position in the buffer is saved so that the tutorial may be
27853resumed later.
27854
27855\(fn &optional ARG DONT-ASK-FOR-REVERT)" t nil)
27856
27857;;;***
27858
28148;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 27859;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
28149;;;;;; "textmodes/two-column.el" (17707 53738)) 27860;;;;;; "textmodes/two-column.el" (17706 47956))
28150;;; Generated autoloads from textmodes/two-column.el 27861;;; Generated autoloads from textmodes/two-column.el
28151 (autoload '2C-command "two-column" () t 'keymap) 27862 (autoload '2C-command "two-column" () t 'keymap)
28152 (global-set-key "\C-x6" '2C-command) 27863 (global-set-key "\C-x6" '2C-command)
@@ -28197,7 +27908,7 @@ First column's text sSs Second column's text
28197;;;;;; type-break type-break-mode type-break-keystroke-threshold 27908;;;;;; type-break type-break-mode type-break-keystroke-threshold
28198;;;;;; type-break-good-break-interval type-break-good-rest-interval 27909;;;;;; type-break-good-break-interval type-break-good-rest-interval
28199;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 27910;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
28200;;;;;; (17385 8488)) 27911;;;;;; (17383 40525))
28201;;; Generated autoloads from type-break.el 27912;;; Generated autoloads from type-break.el
28202 27913
28203(defvar type-break-mode nil "\ 27914(defvar type-break-mode nil "\
@@ -28206,12 +27917,12 @@ See the docstring for the `type-break-mode' command for more information.
28206Setting this variable directly does not take effect; 27917Setting this variable directly does not take effect;
28207use either \\[customize] or the function `type-break-mode'.") 27918use either \\[customize] or the function `type-break-mode'.")
28208 27919
28209(custom-autoload (quote type-break-mode) "type-break") 27920(custom-autoload (quote type-break-mode) "type-break" nil)
28210 27921
28211(defvar type-break-interval (* 60 60) "\ 27922(defvar type-break-interval (* 60 60) "\
28212*Number of seconds between scheduled typing breaks.") 27923*Number of seconds between scheduled typing breaks.")
28213 27924
28214(custom-autoload (quote type-break-interval) "type-break") 27925(custom-autoload (quote type-break-interval) "type-break" t)
28215 27926
28216(defvar type-break-good-rest-interval (/ type-break-interval 6) "\ 27927(defvar type-break-good-rest-interval (/ type-break-interval 6) "\
28217*Number of seconds of idle time considered to be an adequate typing rest. 27928*Number of seconds of idle time considered to be an adequate typing rest.
@@ -28223,7 +27934,7 @@ rest from typing, then the next typing break is simply rescheduled for later.
28223If a break is interrupted before this much time elapses, the user will be 27934If a break is interrupted before this much time elapses, the user will be
28224asked whether or not really to interrupt the break.") 27935asked whether or not really to interrupt the break.")
28225 27936
28226(custom-autoload (quote type-break-good-rest-interval) "type-break") 27937(custom-autoload (quote type-break-good-rest-interval) "type-break" t)
28227 27938
28228(defvar type-break-good-break-interval nil "\ 27939(defvar type-break-good-break-interval nil "\
28229*Number of seconds considered to be an adequate explicit typing rest. 27940*Number of seconds considered to be an adequate explicit typing rest.
@@ -28233,7 +27944,7 @@ length (in seconds) for a break initiated by the command `type-break',
28233overriding `type-break-good-rest-interval'. This provides querying of 27944overriding `type-break-good-rest-interval'. This provides querying of
28234break interruptions when `type-break-good-rest-interval' is nil.") 27945break interruptions when `type-break-good-rest-interval' is nil.")
28235 27946
28236(custom-autoload (quote type-break-good-break-interval) "type-break") 27947(custom-autoload (quote type-break-good-break-interval) "type-break" t)
28237 27948
28238(defvar type-break-keystroke-threshold (let* ((wpm 35) (avg-word-length 5) (upper (* wpm avg-word-length (/ type-break-interval 60))) (lower (/ upper 5))) (cons lower upper)) "\ 27949(defvar type-break-keystroke-threshold (let* ((wpm 35) (avg-word-length 5) (upper (* wpm avg-word-length (/ type-break-interval 60))) (lower (/ upper 5))) (cons lower upper)) "\
28239*Upper and lower bound on number of keystrokes for considering typing break. 27950*Upper and lower bound on number of keystrokes for considering typing break.
@@ -28257,7 +27968,7 @@ keystroke even though they really require multiple keys to generate them.
28257The command `type-break-guesstimate-keystroke-threshold' can be used to 27968The command `type-break-guesstimate-keystroke-threshold' can be used to
28258guess a reasonably good pair of values for this variable.") 27969guess a reasonably good pair of values for this variable.")
28259 27970
28260(custom-autoload (quote type-break-keystroke-threshold) "type-break") 27971(custom-autoload (quote type-break-keystroke-threshold) "type-break" t)
28261 27972
28262(autoload (quote type-break-mode) "type-break" "\ 27973(autoload (quote type-break-mode) "type-break" "\
28263Enable or disable typing-break mode. 27974Enable or disable typing-break mode.
@@ -28380,7 +28091,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
28380;;;*** 28091;;;***
28381 28092
28382;;;### (autoloads (ununderline-region underline-region) "underline" 28093;;;### (autoloads (ununderline-region underline-region) "underline"
28383;;;;;; "textmodes/underline.el" (17385 8496)) 28094;;;;;; "textmodes/underline.el" (17383 40580))
28384;;; Generated autoloads from textmodes/underline.el 28095;;; Generated autoloads from textmodes/underline.el
28385 28096
28386(autoload (quote underline-region) "underline" "\ 28097(autoload (quote underline-region) "underline" "\
@@ -28401,7 +28112,7 @@ which specify the range to operate on.
28401;;;*** 28112;;;***
28402 28113
28403;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) 28114;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)
28404;;;;;; "undigest" "mail/undigest.el" (17385 8494)) 28115;;;;;; "undigest" "mail/undigest.el" (17383 40561))
28405;;; Generated autoloads from mail/undigest.el 28116;;; Generated autoloads from mail/undigest.el
28406 28117
28407(autoload (quote undigestify-rmail-message) "undigest" "\ 28118(autoload (quote undigestify-rmail-message) "undigest" "\
@@ -28420,7 +28131,7 @@ following the containing message.
28420;;;*** 28131;;;***
28421 28132
28422;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 28133;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
28423;;;;;; (17385 8494)) 28134;;;;;; (17383 40561))
28424;;; Generated autoloads from mail/unrmail.el 28135;;; Generated autoloads from mail/unrmail.el
28425 28136
28426(autoload (quote batch-unrmail) "unrmail" "\ 28137(autoload (quote batch-unrmail) "unrmail" "\
@@ -28439,8 +28150,8 @@ Convert Rmail file FILE to system inbox format file TO-FILE.
28439 28150
28440;;;*** 28151;;;***
28441 28152
28442;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (17408 28153;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (17403
28443;;;;;; 40148)) 28154;;;;;; 38313))
28444;;; Generated autoloads from emacs-lisp/unsafep.el 28155;;; Generated autoloads from emacs-lisp/unsafep.el
28445 28156
28446(autoload (quote unsafep) "unsafep" "\ 28157(autoload (quote unsafep) "unsafep" "\
@@ -28453,7 +28164,7 @@ of symbols with local bindings.
28453;;;*** 28164;;;***
28454 28165
28455;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 28166;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
28456;;;;;; "url/url.el" (17730 7120)) 28167;;;;;; "url/url.el" (17745 9518))
28457;;; Generated autoloads from url/url.el 28168;;; Generated autoloads from url/url.el
28458 28169
28459(autoload (quote url-retrieve) "url" "\ 28170(autoload (quote url-retrieve) "url" "\
@@ -28493,7 +28204,7 @@ no further processing). URL is either a string or a parsed URL.
28493;;;*** 28204;;;***
28494 28205
28495;;;### (autoloads (url-register-auth-scheme url-get-authentication) 28206;;;### (autoloads (url-register-auth-scheme url-get-authentication)
28496;;;;;; "url-auth" "url/url-auth.el" (17729 4745)) 28207;;;;;; "url-auth" "url/url-auth.el" (17382 38218))
28497;;; Generated autoloads from url/url-auth.el 28208;;; Generated autoloads from url/url-auth.el
28498 28209
28499(autoload (quote url-get-authentication) "url-auth" "\ 28210(autoload (quote url-get-authentication) "url-auth" "\
@@ -28535,8 +28246,8 @@ RATING a rating between 1 and 10 of the strength of the authentication.
28535;;;*** 28246;;;***
28536 28247
28537;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached 28248;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached
28538;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (17729 28249;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (17338
28539;;;;;; 4745)) 28250;;;;;; 64015))
28540;;; Generated autoloads from url/url-cache.el 28251;;; Generated autoloads from url/url-cache.el
28541 28252
28542(autoload (quote url-store-in-cache) "url-cache" "\ 28253(autoload (quote url-store-in-cache) "url-cache" "\
@@ -28561,7 +28272,7 @@ Return t iff a cached file has expired.
28561 28272
28562;;;*** 28273;;;***
28563 28274
28564;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (17729 4745)) 28275;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (17382 38218))
28565;;; Generated autoloads from url/url-cid.el 28276;;; Generated autoloads from url/url-cid.el
28566 28277
28567(autoload (quote url-cid) "url-cid" "\ 28278(autoload (quote url-cid) "url-cid" "\
@@ -28572,7 +28283,7 @@ Not documented
28572;;;*** 28283;;;***
28573 28284
28574;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 28285;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
28575;;;;;; "url/url-dav.el" (17729 4745)) 28286;;;;;; "url/url-dav.el" (17681 41545))
28576;;; Generated autoloads from url/url-dav.el 28287;;; Generated autoloads from url/url-dav.el
28577 28288
28578(autoload (quote url-dav-supported-p) "url-dav" "\ 28289(autoload (quote url-dav-supported-p) "url-dav" "\
@@ -28587,8 +28298,8 @@ Not documented
28587 28298
28588;;;*** 28299;;;***
28589 28300
28590;;;### (autoloads (url-file) "url-file" "url/url-file.el" (17729 28301;;;### (autoloads (url-file) "url-file" "url/url-file.el" (17382
28591;;;;;; 4745)) 28302;;;;;; 38218))
28592;;; Generated autoloads from url/url-file.el 28303;;; Generated autoloads from url/url-file.el
28593 28304
28594(autoload (quote url-file) "url-file" "\ 28305(autoload (quote url-file) "url-file" "\
@@ -28599,7 +28310,7 @@ Handle file: and ftp: URLs.
28599;;;*** 28310;;;***
28600 28311
28601;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 28312;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
28602;;;;;; "url/url-gw.el" (17730 6972)) 28313;;;;;; "url/url-gw.el" (17733 35975))
28603;;; Generated autoloads from url/url-gw.el 28314;;; Generated autoloads from url/url-gw.el
28604 28315
28605(autoload (quote url-gateway-nslookup-host) "url-gw" "\ 28316(autoload (quote url-gateway-nslookup-host) "url-gw" "\
@@ -28618,8 +28329,8 @@ Might do a non-blocking connection; use `process-status' to check.
28618;;;*** 28329;;;***
28619 28330
28620;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 28331;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
28621;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (17729 28332;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (17647
28622;;;;;; 4745)) 28333;;;;;; 30170))
28623;;; Generated autoloads from url/url-handlers.el 28334;;; Generated autoloads from url/url-handlers.el
28624 28335
28625(defvar url-handler-mode nil "\ 28336(defvar url-handler-mode nil "\
@@ -28663,7 +28374,7 @@ Not documented
28663;;;*** 28374;;;***
28664 28375
28665;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 28376;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
28666;;;;;; url-http) "url-http" "url/url-http.el" (17730 6972)) 28377;;;;;; url-http) "url-http" "url/url-http.el" (17746 28954))
28667;;; Generated autoloads from url/url-http.el 28378;;; Generated autoloads from url/url-http.el
28668 28379
28669(autoload (quote url-http) "url-http" "\ 28380(autoload (quote url-http) "url-http" "\
@@ -28728,7 +28439,7 @@ HTTPS retrievals are asynchronous.")
28728 28439
28729;;;*** 28440;;;***
28730 28441
28731;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (17729 4745)) 28442;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (17591 28073))
28732;;; Generated autoloads from url/url-irc.el 28443;;; Generated autoloads from url/url-irc.el
28733 28444
28734(autoload (quote url-irc) "url-irc" "\ 28445(autoload (quote url-irc) "url-irc" "\
@@ -28738,8 +28449,8 @@ Not documented
28738 28449
28739;;;*** 28450;;;***
28740 28451
28741;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (17729 28452;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (17382
28742;;;;;; 4745)) 28453;;;;;; 38220))
28743;;; Generated autoloads from url/url-ldap.el 28454;;; Generated autoloads from url/url-ldap.el
28744 28455
28745(autoload (quote url-ldap) "url-ldap" "\ 28456(autoload (quote url-ldap) "url-ldap" "\
@@ -28753,7 +28464,7 @@ URL can be a URL string, or a URL vector of the type returned by
28753;;;*** 28464;;;***
28754 28465
28755;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 28466;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
28756;;;;;; (17729 4745)) 28467;;;;;; (17382 38220))
28757;;; Generated autoloads from url/url-mailto.el 28468;;; Generated autoloads from url/url-mailto.el
28758 28469
28759(autoload (quote url-mail) "url-mailto" "\ 28470(autoload (quote url-mail) "url-mailto" "\
@@ -28769,7 +28480,7 @@ Handle the mailto: URL syntax.
28769;;;*** 28480;;;***
28770 28481
28771;;;### (autoloads (url-data url-generic-emulator-loader url-info 28482;;;### (autoloads (url-data url-generic-emulator-loader url-info
28772;;;;;; url-man) "url-misc" "url/url-misc.el" (17729 4745)) 28483;;;;;; url-man) "url-misc" "url/url-misc.el" (17382 38220))
28773;;; Generated autoloads from url/url-misc.el 28484;;; Generated autoloads from url/url-misc.el
28774 28485
28775(autoload (quote url-man) "url-misc" "\ 28486(autoload (quote url-man) "url-misc" "\
@@ -28801,7 +28512,7 @@ Fetch a data URL (RFC 2397).
28801;;;*** 28512;;;***
28802 28513
28803;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 28514;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
28804;;;;;; (17729 4745)) 28515;;;;;; (17358 52599))
28805;;; Generated autoloads from url/url-news.el 28516;;; Generated autoloads from url/url-news.el
28806 28517
28807(autoload (quote url-news) "url-news" "\ 28518(autoload (quote url-news) "url-news" "\
@@ -28818,7 +28529,7 @@ Not documented
28818 28529
28819;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 28530;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
28820;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 28531;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
28821;;;;;; (17729 4745)) 28532;;;;;; (17382 38220))
28822;;; Generated autoloads from url/url-ns.el 28533;;; Generated autoloads from url/url-ns.el
28823 28534
28824(autoload (quote isPlainHostName) "url-ns" "\ 28535(autoload (quote isPlainHostName) "url-ns" "\
@@ -28859,7 +28570,7 @@ Not documented
28859;;;*** 28570;;;***
28860 28571
28861;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 28572;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
28862;;;;;; "url/url-parse.el" (17729 4745)) 28573;;;;;; "url/url-parse.el" (17706 47957))
28863;;; Generated autoloads from url/url-parse.el 28574;;; Generated autoloads from url/url-parse.el
28864 28575
28865(autoload (quote url-recreate-url) "url-parse" "\ 28576(autoload (quote url-recreate-url) "url-parse" "\
@@ -28877,7 +28588,7 @@ Format is:
28877;;;*** 28588;;;***
28878 28589
28879;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 28590;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
28880;;;;;; (17729 4745)) 28591;;;;;; (17348 52411))
28881;;; Generated autoloads from url/url-privacy.el 28592;;; Generated autoloads from url/url-privacy.el
28882 28593
28883(autoload (quote url-setup-privacy-info) "url-privacy" "\ 28594(autoload (quote url-setup-privacy-info) "url-privacy" "\
@@ -28893,7 +28604,7 @@ Setup variables that expose info about you and your system.
28893;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date 28604;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date
28894;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string 28605;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string
28895;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el" 28606;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el"
28896;;;;;; (17729 4745)) 28607;;;;;; (17615 40606))
28897;;; Generated autoloads from url/url-util.el 28608;;; Generated autoloads from url/url-util.el
28898 28609
28899(defvar url-debug nil "\ 28610(defvar url-debug nil "\
@@ -29022,7 +28733,7 @@ This uses `url-current-object', set locally to the buffer.
29022;;;*** 28733;;;***
29023 28734
29024;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 28735;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
29025;;;;;; "userlock" "userlock.el" (17385 8488)) 28736;;;;;; "userlock" "userlock.el" (17383 40526))
29026;;; Generated autoloads from userlock.el 28737;;; Generated autoloads from userlock.el
29027 28738
29028(autoload (quote ask-user-about-lock) "userlock" "\ 28739(autoload (quote ask-user-about-lock) "userlock" "\
@@ -29050,7 +28761,7 @@ The buffer in question is current when this function is called.
29050 28761
29051;;;*** 28762;;;***
29052 28763
29053;;;### (autoloads nil "utf-7" "international/utf-7.el" (17245 4870)) 28764;;;### (autoloads nil "utf-7" "international/utf-7.el" (17273 4272))
29054;;; Generated autoloads from international/utf-7.el 28765;;; Generated autoloads from international/utf-7.el
29055(autoload-coding-system 'utf-7 '(require 'utf-7)) 28766(autoload-coding-system 'utf-7 '(require 'utf-7))
29056 28767
@@ -29058,7 +28769,7 @@ The buffer in question is current when this function is called.
29058 28769
29059;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 28770;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
29060;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el" 28771;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el"
29061;;;;;; (17551 7908)) 28772;;;;;; (17544 39651))
29062;;; Generated autoloads from gnus/uudecode.el 28773;;; Generated autoloads from gnus/uudecode.el
29063 28774
29064(autoload (quote uudecode-decode-region-external) "uudecode" "\ 28775(autoload (quote uudecode-decode-region-external) "uudecode" "\
@@ -29088,7 +28799,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29088;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window 28799;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window
29089;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file 28800;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
29090;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook 28801;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook
29091;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (17721 20491)) 28802;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (17721 3805))
29092;;; Generated autoloads from vc.el 28803;;; Generated autoloads from vc.el
29093 28804
29094(defvar vc-checkout-hook nil "\ 28805(defvar vc-checkout-hook nil "\
@@ -29376,7 +29087,7 @@ colors. `vc-annotate-background' specifies the background color.
29376 29087
29377;;;*** 29088;;;***
29378 29089
29379;;;### (autoloads nil "vc-arch" "vc-arch.el" (17385 8488)) 29090;;;### (autoloads nil "vc-arch" "vc-arch.el" (17383 40526))
29380;;; Generated autoloads from vc-arch.el 29091;;; Generated autoloads from vc-arch.el
29381 (defun vc-arch-registered (file) 29092 (defun vc-arch-registered (file)
29382 (if (vc-find-root file "{arch}/=tagging-method") 29093 (if (vc-find-root file "{arch}/=tagging-method")
@@ -29386,7 +29097,7 @@ colors. `vc-annotate-background' specifies the background color.
29386 29097
29387;;;*** 29098;;;***
29388 29099
29389;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (17587 57307)) 29100;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (17383 40526))
29390;;; Generated autoloads from vc-cvs.el 29101;;; Generated autoloads from vc-cvs.el
29391 (defun vc-cvs-registered (f) 29102 (defun vc-cvs-registered (f)
29392 (when (file-readable-p (expand-file-name 29103 (when (file-readable-p (expand-file-name
@@ -29396,7 +29107,7 @@ colors. `vc-annotate-background' specifies the background color.
29396 29107
29397;;;*** 29108;;;***
29398 29109
29399;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (17385 8488)) 29110;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (17383 40526))
29400;;; Generated autoloads from vc-mcvs.el 29111;;; Generated autoloads from vc-mcvs.el
29401 (defun vc-mcvs-registered (file) 29112 (defun vc-mcvs-registered (file)
29402 (if (vc-find-root file "MCVS/CVS") 29113 (if (vc-find-root file "MCVS/CVS")
@@ -29407,27 +29118,27 @@ colors. `vc-annotate-background' specifies the background color.
29407;;;*** 29118;;;***
29408 29119
29409;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 29120;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
29410;;;;;; (17385 8488)) 29121;;;;;; (17383 40526))
29411;;; Generated autoloads from vc-rcs.el 29122;;; Generated autoloads from vc-rcs.el
29412 29123
29413(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 29124(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
29414*Where to look for RCS master files. 29125*Where to look for RCS master files.
29415For a description of possible values, see `vc-check-master-templates'.") 29126For a description of possible values, see `vc-check-master-templates'.")
29416 29127
29417(custom-autoload (quote vc-rcs-master-templates) "vc-rcs") 29128(custom-autoload (quote vc-rcs-master-templates) "vc-rcs" t)
29418 (defun vc-rcs-registered (f) (vc-default-registered 'RCS f)) 29129 (defun vc-rcs-registered (f) (vc-default-registered 'RCS f))
29419 29130
29420;;;*** 29131;;;***
29421 29132
29422;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 29133;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
29423;;;;;; (17385 8488)) 29134;;;;;; (17383 40527))
29424;;; Generated autoloads from vc-sccs.el 29135;;; Generated autoloads from vc-sccs.el
29425 29136
29426(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 29137(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
29427*Where to look for SCCS master files. 29138*Where to look for SCCS master files.
29428For a description of possible values, see `vc-check-master-templates'.") 29139For a description of possible values, see `vc-check-master-templates'.")
29429 29140
29430(custom-autoload (quote vc-sccs-master-templates) "vc-sccs") 29141(custom-autoload (quote vc-sccs-master-templates) "vc-sccs" t)
29431 (defun vc-sccs-registered(f) (vc-default-registered 'SCCS f)) 29142 (defun vc-sccs-registered(f) (vc-default-registered 'SCCS f))
29432 29143
29433(defun vc-sccs-search-project-dir (dirname basename) "\ 29144(defun vc-sccs-search-project-dir (dirname basename) "\
@@ -29437,7 +29148,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29437 29148
29438;;;*** 29149;;;***
29439 29150
29440;;;### (autoloads nil "vc-svn" "vc-svn.el" (17721 20491)) 29151;;;### (autoloads nil "vc-svn" "vc-svn.el" (17721 3805))
29441;;; Generated autoloads from vc-svn.el 29152;;; Generated autoloads from vc-svn.el
29442 (defun vc-svn-registered (f) 29153 (defun vc-svn-registered (f)
29443 (when (file-readable-p (expand-file-name 29154 (when (file-readable-p (expand-file-name
@@ -29450,7 +29161,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29450;;;*** 29161;;;***
29451 29162
29452;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 29163;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
29453;;;;;; (17615 27749)) 29164;;;;;; (17615 40604))
29454;;; Generated autoloads from progmodes/vhdl-mode.el 29165;;; Generated autoloads from progmodes/vhdl-mode.el
29455 29166
29456(autoload (quote vhdl-mode) "vhdl-mode" "\ 29167(autoload (quote vhdl-mode) "vhdl-mode" "\
@@ -29991,7 +29702,7 @@ Key bindings:
29991 29702
29992;;;*** 29703;;;***
29993 29704
29994;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (17102 18541)) 29705;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (17113 1767))
29995;;; Generated autoloads from emulation/vi.el 29706;;; Generated autoloads from emulation/vi.el
29996 29707
29997(autoload (quote vi-mode) "vi" "\ 29708(autoload (quote vi-mode) "vi" "\
@@ -30046,7 +29757,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs.
30046;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 29757;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
30047;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 29758;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
30048;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 29759;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
30049;;;;;; "language/viet-util.el" (17102 18783)) 29760;;;;;; "language/viet-util.el" (17113 1833))
30050;;; Generated autoloads from language/viet-util.el 29761;;; Generated autoloads from language/viet-util.el
30051 29762
30052(autoload (quote viet-encode-viscii-char) "viet-util" "\ 29763(autoload (quote viet-encode-viscii-char) "viet-util" "\
@@ -30092,8 +29803,8 @@ Not documented
30092 29803
30093;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame 29804;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
30094;;;;;; view-buffer-other-window view-buffer view-file-other-frame 29805;;;;;; view-buffer-other-window view-buffer view-file-other-frame
30095;;;;;; view-file-other-window view-file) "view" "view.el" (17385 29806;;;;;; view-file-other-window view-file) "view" "view.el" (17383
30096;;;;;; 8488)) 29807;;;;;; 40527))
30097;;; Generated autoloads from view.el 29808;;; Generated autoloads from view.el
30098 29809
30099(defvar view-mode nil "\ 29810(defvar view-mode nil "\
@@ -30302,8 +30013,8 @@ Exit View mode and make the current buffer editable.
30302 30013
30303;;;*** 30014;;;***
30304 30015
30305;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (17385 30016;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (17742
30306;;;;;; 8491)) 30017;;;;;; 34814))
30307;;; Generated autoloads from emulation/vip.el 30018;;; Generated autoloads from emulation/vip.el
30308 30019
30309(autoload (quote vip-setup) "vip" "\ 30020(autoload (quote vip-setup) "vip" "\
@@ -30319,7 +30030,7 @@ Turn on VIP emulation of VI.
30319;;;*** 30030;;;***
30320 30031
30321;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 30032;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
30322;;;;;; (17726 28398)) 30033;;;;;; (17742 35192))
30323;;; Generated autoloads from emulation/viper.el 30034;;; Generated autoloads from emulation/viper.el
30324 30035
30325(autoload (quote toggle-viper-mode) "viper" "\ 30036(autoload (quote toggle-viper-mode) "viper" "\
@@ -30336,7 +30047,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Viper'.
30336;;;*** 30047;;;***
30337 30048
30338;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 30049;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
30339;;;;;; (17495 43954)) 30050;;;;;; (17494 35363))
30340;;; Generated autoloads from emacs-lisp/warnings.el 30051;;; Generated autoloads from emacs-lisp/warnings.el
30341 30052
30342(defvar warning-prefix-function nil "\ 30053(defvar warning-prefix-function nil "\
@@ -30425,7 +30136,7 @@ this is equivalent to `display-warning', using
30425;;;*** 30136;;;***
30426 30137
30427;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 30138;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
30428;;;;;; (17613 21909)) 30139;;;;;; (17611 25726))
30429;;; Generated autoloads from wdired.el 30140;;; Generated autoloads from wdired.el
30430 30141
30431(autoload (quote wdired-change-to-wdired-mode) "wdired" "\ 30142(autoload (quote wdired-change-to-wdired-mode) "wdired" "\
@@ -30441,7 +30152,7 @@ See `wdired-mode'.
30441 30152
30442;;;*** 30153;;;***
30443 30154
30444;;;### (autoloads (webjump) "webjump" "net/webjump.el" (17385 8495)) 30155;;;### (autoloads (webjump) "webjump" "net/webjump.el" (17383 40568))
30445;;; Generated autoloads from net/webjump.el 30156;;; Generated autoloads from net/webjump.el
30446 30157
30447(autoload (quote webjump) "webjump" "\ 30158(autoload (quote webjump) "webjump" "\
@@ -30458,7 +30169,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
30458;;;*** 30169;;;***
30459 30170
30460;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 30171;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
30461;;;;;; (17608 57530)) 30172;;;;;; (17611 25727))
30462;;; Generated autoloads from progmodes/which-func.el 30173;;; Generated autoloads from progmodes/which-func.el
30463 (put 'which-func-format 'risky-local-variable t) 30174 (put 'which-func-format 'risky-local-variable t)
30464 (put 'which-func-current 'risky-local-variable t) 30175 (put 'which-func-current 'risky-local-variable t)
@@ -30469,7 +30180,8 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
30469Non-nil if Which-Function mode is enabled. 30180Non-nil if Which-Function mode is enabled.
30470See the command `which-function-mode' for a description of this minor-mode. 30181See the command `which-function-mode' for a description of this minor-mode.
30471Setting this variable directly does not take effect; 30182Setting this variable directly does not take effect;
30472use either \\[customize] or the function `which-function-mode'.") 30183either customize it (see the info node `Easy Customization')
30184or call the function `which-function-mode'.")
30473 30185
30474(custom-autoload (quote which-function-mode) "which-func" nil) 30186(custom-autoload (quote which-function-mode) "which-func" nil)
30475 30187
@@ -30490,7 +30202,7 @@ and off otherwise.
30490;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check 30202;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check
30491;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check 30203;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check
30492;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" 30204;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el"
30493;;;;;; (17645 64048)) 30205;;;;;; (17744 57989))
30494;;; Generated autoloads from whitespace.el 30206;;; Generated autoloads from whitespace.el
30495 30207
30496(autoload (quote whitespace-toggle-leading-check) "whitespace" "\ 30208(autoload (quote whitespace-toggle-leading-check) "whitespace" "\
@@ -30581,7 +30293,7 @@ This is meant to be added buffer-locally to `write-file-functions'.
30581;;;*** 30293;;;***
30582 30294
30583;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 30295;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
30584;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (17385 8488)) 30296;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (17383 40529))
30585;;; Generated autoloads from wid-browse.el 30297;;; Generated autoloads from wid-browse.el
30586 30298
30587(autoload (quote widget-browse-at) "wid-browse" "\ 30299(autoload (quote widget-browse-at) "wid-browse" "\
@@ -30608,8 +30320,8 @@ With arg, turn widget mode on if and only if arg is positive.
30608;;;*** 30320;;;***
30609 30321
30610;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 30322;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
30611;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (17709 30323;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (17739
30612;;;;;; 24917)) 30324;;;;;; 37747))
30613;;; Generated autoloads from wid-edit.el 30325;;; Generated autoloads from wid-edit.el
30614 30326
30615(autoload (quote widgetp) "wid-edit" "\ 30327(autoload (quote widgetp) "wid-edit" "\
@@ -30653,8 +30365,8 @@ Setup current buffer so editing string widgets works.
30653;;;*** 30365;;;***
30654 30366
30655;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 30367;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
30656;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (17385 30368;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (17383
30657;;;;;; 8488)) 30369;;;;;; 40531))
30658;;; Generated autoloads from windmove.el 30370;;; Generated autoloads from windmove.el
30659 30371
30660(autoload (quote windmove-left) "windmove" "\ 30372(autoload (quote windmove-left) "windmove" "\
@@ -30707,7 +30419,7 @@ Default MODIFIER is 'shift.
30707;;;*** 30419;;;***
30708 30420
30709;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 30421;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
30710;;;;;; (17385 8488)) 30422;;;;;; (17383 40532))
30711;;; Generated autoloads from winner.el 30423;;; Generated autoloads from winner.el
30712 30424
30713(defvar winner-mode nil "\ 30425(defvar winner-mode nil "\
@@ -30715,7 +30427,7 @@ Toggle Winner mode.
30715Setting this variable directly does not take effect; 30427Setting this variable directly does not take effect;
30716use either \\[customize] or the function `winner-mode'.") 30428use either \\[customize] or the function `winner-mode'.")
30717 30429
30718(custom-autoload (quote winner-mode) "winner") 30430(custom-autoload (quote winner-mode) "winner" nil)
30719 30431
30720(autoload (quote winner-mode) "winner" "\ 30432(autoload (quote winner-mode) "winner" "\
30721Toggle Winner mode. 30433Toggle Winner mode.
@@ -30726,7 +30438,7 @@ With arg, turn Winner mode on if and only if arg is positive.
30726;;;*** 30438;;;***
30727 30439
30728;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" 30440;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
30729;;;;;; "woman.el" (17714 34820)) 30441;;;;;; "woman.el" (17715 55645))
30730;;; Generated autoloads from woman.el 30442;;; Generated autoloads from woman.el
30731 30443
30732(autoload (quote woman) "woman" "\ 30444(autoload (quote woman) "woman" "\
@@ -30762,7 +30474,7 @@ decompress the file if appropriate. See the documentation for the
30762;;;*** 30474;;;***
30763 30475
30764;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 30476;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
30765;;;;;; (17385 8492)) 30477;;;;;; (17383 40549))
30766;;; Generated autoloads from emulation/ws-mode.el 30478;;; Generated autoloads from emulation/ws-mode.el
30767 30479
30768(autoload (quote wordstar-mode) "ws-mode" "\ 30480(autoload (quote wordstar-mode) "ws-mode" "\
@@ -30875,7 +30587,7 @@ The key bindings are:
30875;;;*** 30587;;;***
30876 30588
30877;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 30589;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
30878;;;;;; (17607 45512)) 30590;;;;;; (17605 17812))
30879;;; Generated autoloads from xml.el 30591;;; Generated autoloads from xml.el
30880 30592
30881(autoload (quote xml-parse-file) "xml" "\ 30593(autoload (quote xml-parse-file) "xml" "\
@@ -30900,19 +30612,18 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
30900 30612
30901;;;*** 30613;;;***
30902 30614
30903;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (17385 30615;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (17383
30904;;;;;; 8488)) 30616;;;;;; 40532))
30905;;; Generated autoloads from xt-mouse.el 30617;;; Generated autoloads from xt-mouse.el
30906 30618
30907(defvar xterm-mouse-mode nil "\ 30619(defvar xterm-mouse-mode nil "\
30908Non-nil if Xterm-Mouse mode is enabled. 30620Non-nil if Xterm-Mouse mode is enabled.
30909See the command `xterm-mouse-mode' for a description of this minor-mode. 30621See the command `xterm-mouse-mode' for a description of this minor-mode.
30910Setting this variable directly does not take effect; 30622Setting this variable directly does not take effect;
30911use either \\[customize] or the function `xterm-mouse-mode'.") 30623either customize it (see the info node `Easy Customization')
30912 30624or call the function `xterm-mouse-mode'.")
30913(custom-autoload (quote xterm-mouse-mode) "xt-mouse")
30914 30625
30915(put (quote xterm-mouse-mode) (quote custom-set) (quote custom-set-minor-mode)) 30626(custom-autoload (quote xterm-mouse-mode) "xt-mouse" nil)
30916 30627
30917(autoload (quote xterm-mouse-mode) "xt-mouse" "\ 30628(autoload (quote xterm-mouse-mode) "xt-mouse" "\
30918Toggle XTerm mouse mode. 30629Toggle XTerm mouse mode.
@@ -30930,7 +30641,7 @@ down the SHIFT key while pressing the mouse button.
30930;;;*** 30641;;;***
30931 30642
30932;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 30643;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
30933;;;;;; "gnus/yenc.el" (17385 8494)) 30644;;;;;; "gnus/yenc.el" (17382 22972))
30934;;; Generated autoloads from gnus/yenc.el 30645;;; Generated autoloads from gnus/yenc.el
30935 30646
30936(autoload (quote yenc-decode-region) "yenc" "\ 30647(autoload (quote yenc-decode-region) "yenc" "\
@@ -30946,7 +30657,7 @@ Extract file name from an yenc header.
30946;;;*** 30657;;;***
30947 30658
30948;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 30659;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
30949;;;;;; yow) "yow" "play/yow.el" (17385 8495)) 30660;;;;;; yow) "yow" "play/yow.el" (17382 22979))
30950;;; Generated autoloads from play/yow.el 30661;;; Generated autoloads from play/yow.el
30951 30662
30952(autoload (quote yow) "yow" "\ 30663(autoload (quote yow) "yow" "\
@@ -30972,7 +30683,7 @@ Zippy goes to the analyst.
30972 30683
30973;;;*** 30684;;;***
30974 30685
30975;;;### (autoloads (zone) "zone" "play/zone.el" (17385 8495)) 30686;;;### (autoloads (zone) "zone" "play/zone.el" (17382 22979))
30976;;; Generated autoloads from play/zone.el 30687;;; Generated autoloads from play/zone.el
30977 30688
30978(autoload (quote zone) "zone" "\ 30689(autoload (quote zone) "zone" "\
@@ -30997,14 +30708,14 @@ Zone out, completely.
30997;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el" 30708;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el"
30998;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el" 30709;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el"
30999;;;;;; "calendar/cal-bahai.el" "calendar/cal-china.el" "calendar/cal-coptic.el" 30710;;;;;; "calendar/cal-bahai.el" "calendar/cal-china.el" "calendar/cal-coptic.el"
31000;;;;;; "calendar/cal-french.el" "calendar/cal-islam.el" "calendar/cal-iso.el" 30711;;;;;; "calendar/cal-french.el" "calendar/cal-html.el" "calendar/cal-islam.el"
31001;;;;;; "calendar/cal-julian.el" "calendar/cal-mayan.el" "calendar/cal-menu.el" 30712;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-mayan.el"
31002;;;;;; "calendar/cal-move.el" "calendar/cal-persia.el" "calendar/cal-tex.el" 30713;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el"
31003;;;;;; "calendar/cal-x.el" "case-table.el" "cdl.el" "cus-dep.el" 30714;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "case-table.el"
31004;;;;;; "cus-load.el" "cus-start.el" "custom.el" "dframe.el" "dos-fns.el" 30715;;;;;; "cdl.el" "cus-dep.el" "cus-load.el" "cus-start.el" "custom.el"
31005;;;;;; "dos-vars.el" "dos-w32.el" "ediff-diff.el" "ediff-init.el" 30716;;;;;; "dframe.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" "ediff-diff.el"
31006;;;;;; "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" 30717;;;;;; "ediff-init.el" "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el"
31007;;;;;; "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" 30718;;;;;; "ediff-wind.el" "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el"
31008;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/byte-run.el" 30719;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/byte-run.el"
31009;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" 30720;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el"
31010;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" 30721;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el"
@@ -31087,15 +30798,9 @@ Zone out, completely.
31087;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-mab.el" 30798;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-mab.el"
31088;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tls.el" 30799;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tls.el"
31089;;;;;; "net/tramp-smb.el" "net/tramp-util.el" "net/tramp-uu.el" 30800;;;;;; "net/tramp-smb.el" "net/tramp-util.el" "net/tramp-uu.el"
31090;;;;;; "net/tramp-vc.el" "net/trampver.el" "obsolete/awk-mode.el" 30801;;;;;; "net/tramp-vc.el" "net/trampver.el" "patcomp.el" "paths.el"
31091;;;;;; "obsolete/bg-mouse.el" "obsolete/float.el" "obsolete/hilit19.el" 30802;;;;;; "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" "pgg-def.el"
31092;;;;;; "obsolete/iso-insert.el" "obsolete/iso-swed.el" "obsolete/keyswap.el" 30803;;;;;; "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el"
31093;;;;;; "obsolete/mlsupport.el" "obsolete/ooutline.el" "obsolete/profile.el"
31094;;;;;; "obsolete/rnews.el" "obsolete/sc.el" "obsolete/sun-curs.el"
31095;;;;;; "obsolete/sun-fns.el" "obsolete/swedish.el" "obsolete/uncompress.el"
31096;;;;;; "obsolete/x-apollo.el" "obsolete/x-menu.el" "patcomp.el"
31097;;;;;; "paths.el" "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el"
31098;;;;;; "pgg-def.el" "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el"
31099;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" 30804;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"
31100;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" 30805;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el"
31101;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el" 30806;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el"
@@ -31126,7 +30831,7 @@ Zone out, completely.
31126;;;;;; "url/url-vars.el" "url/vc-dav.el" "vc-hooks.el" "vcursor.el" 30831;;;;;; "url/url-vars.el" "url/vc-dav.el" "vc-hooks.el" "vcursor.el"
31127;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el" 30832;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el"
31128;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el" 30833;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el"
31129;;;;;; "x-dnd.el") (17730 9235 499010)) 30834;;;;;; "x-dnd.el") (17746 35402 500000))
31130 30835
31131;;;*** 30836;;;***
31132 30837